From 5914731fb57e7e38890068ac6e1aa4203a2e6d4d Mon Sep 17 00:00:00 2001 From: "Dhruti(OpenERP)" <> Date: Fri, 4 Feb 2011 12:02:43 +0530 Subject: [PATCH 01/12] [FIX] Sale_crm : Correction the inheritance of views,made by string. (Ref:SaaS maintenance Case 3974) bzr revid: jvo@tinyerp.com-20110204063243-33yu7bgb4271ox07 --- addons/sale_crm/board_sale_crm_view.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/sale_crm/board_sale_crm_view.xml b/addons/sale_crm/board_sale_crm_view.xml index c8e1788fac9..132d7c699c5 100644 --- a/addons/sale_crm/board_sale_crm_view.xml +++ b/addons/sale_crm/board_sale_crm_view.xml @@ -65,7 +65,7 @@ form - + form - + form - + Opportunities by Stage From 1891a2893433f08db8420b04dd5873cf00202a84 Mon Sep 17 00:00:00 2001 From: "Anup (OpenERP)" Date: Fri, 4 Feb 2011 14:33:09 +0530 Subject: [PATCH 02/12] [FIX] mrp : Corrected Quantity Calculation when having different UoM in MO lp bug: https://launchpad.net/bugs/709055 fixed bzr revid: ach@openerp.com-20110204090309-4i0jjr2tfszrcdni --- addons/mrp/mrp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mrp/mrp.py b/addons/mrp/mrp.py index f6d5f0177e7..1b5542a15d1 100644 --- a/addons/mrp/mrp.py +++ b/addons/mrp/mrp.py @@ -590,7 +590,7 @@ class mrp_production(osv.osv): if not bom_id: raise osv.except_osv(_('Error'), _("Couldn't find bill of material for product")) - factor = production.product_qty * production.product_uom.factor / bom_point.product_uom.factor + factor = production.product_qty * production.product_uom.factor_inv / bom_point.product_uom.factor res = bom_obj._bom_explode(cr, uid, bom_point, factor / bom_point.product_qty, properties) results = res[0] results2 = res[1] From d491fdc74de15abd8527c2b07e2194ec2176c3dc Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of openerp <> Date: Mon, 7 Feb 2011 06:24:04 +0000 Subject: [PATCH 03/12] Launchpad automatic translations update. bzr revid: launchpad_translations_on_behalf_of_openerp-20110204141107-he2a4lqhpdj8brod bzr revid: launchpad_translations_on_behalf_of_openerp-20110205061213-yh3zalefmhy3lnc8 bzr revid: launchpad_translations_on_behalf_of_openerp-20110206061534-04t2bl7s49p3e748 bzr revid: launchpad_translations_on_behalf_of_openerp-20110207062404-8ksdea8si79q51n2 --- addons/account/i18n/pt_BR.po | 494 +++++++----- addons/account_analytic_analysis/i18n/gl.po | 39 +- addons/account_analytic_default/i18n/gl.po | 47 +- addons/account_cancel/i18n/gl.po | 37 + addons/account_chart/i18n/gl.po | 8 +- addons/account_payment/i18n/pt_BR.po | 2 +- addons/account_sequence/i18n/es.po | 13 +- addons/account_sequence/i18n/pt_BR.po | 221 ++++++ addons/account_voucher/i18n/pt_BR.po | 2 +- .../analytic_journal_billing_rate/i18n/gl.po | 29 +- addons/anonymization/i18n/es.po | 12 +- addons/auction/i18n/es.po | 16 +- addons/base_crypt/i18n/es.po | 8 +- addons/base_crypt/i18n/gl.po | 87 ++ addons/base_tools/i18n/gl.po | 32 + addons/crm/i18n/es_AR.po | 16 +- addons/crm_claim/i18n/tr.po | 749 ++++++++++++++++++ addons/event_project/i18n/gl.po | 30 +- addons/google_map/i18n/gl.po | 10 +- addons/l10n_br/i18n/es.po | 44 + addons/l10n_br/i18n/gl.po | 43 + addons/l10n_cn/i18n/es.po | 52 ++ addons/l10n_ro/i18n/ro.po | 57 ++ addons/mrp/i18n/pt_BR.po | 131 ++- addons/point_of_sale/i18n/tr.po | 24 +- addons/product/i18n/lv.po | 15 +- addons/product_expiry/i18n/tr.po | 176 ++++ addons/product_margin/i18n/tr.po | 18 +- addons/project/i18n/nl.po | 8 +- addons/project_issue_sheet/i18n/ca.po | 77 ++ addons/project_long_term/i18n/ca.po | 590 ++++++++++++++ addons/project_mailgate/i18n/ca.po | 100 +++ addons/project_messages/i18n/ca.po | 132 +++ addons/purchase/i18n/id.po | 6 +- addons/purchase_double_validation/i18n/ca.po | 83 ++ addons/purchase_requisition/i18n/ca.po | 410 ++++++++++ addons/report_designer/i18n/ca.po | 98 +++ addons/report_webkit/i18n/ca.po | 560 +++++++++++++ addons/report_webkit_sample/i18n/ca.po | 143 ++++ addons/resource/i18n/ca.po | 346 ++++++++ addons/sale/i18n/sv.po | 8 +- addons/sale_layout/i18n/ca.po | 292 +++++++ addons/sale_layout/i18n/pt_BR.po | 6 +- addons/sale_mrp/i18n/ca.po | 66 ++ addons/sale_order_dates/i18n/ca.po | 70 ++ addons/wiki/web/locales/ca.po | 22 + 46 files changed, 5096 insertions(+), 333 deletions(-) create mode 100644 addons/account_cancel/i18n/gl.po create mode 100644 addons/account_sequence/i18n/pt_BR.po create mode 100644 addons/base_crypt/i18n/gl.po create mode 100644 addons/base_tools/i18n/gl.po create mode 100644 addons/crm_claim/i18n/tr.po create mode 100644 addons/l10n_br/i18n/es.po create mode 100644 addons/l10n_br/i18n/gl.po create mode 100644 addons/l10n_cn/i18n/es.po create mode 100644 addons/l10n_ro/i18n/ro.po create mode 100644 addons/product_expiry/i18n/tr.po create mode 100644 addons/project_issue_sheet/i18n/ca.po create mode 100644 addons/project_long_term/i18n/ca.po create mode 100644 addons/project_mailgate/i18n/ca.po create mode 100644 addons/project_messages/i18n/ca.po create mode 100644 addons/purchase_double_validation/i18n/ca.po create mode 100644 addons/purchase_requisition/i18n/ca.po create mode 100644 addons/report_designer/i18n/ca.po create mode 100644 addons/report_webkit/i18n/ca.po create mode 100644 addons/report_webkit_sample/i18n/ca.po create mode 100644 addons/resource/i18n/ca.po create mode 100644 addons/sale_layout/i18n/ca.po create mode 100644 addons/sale_mrp/i18n/ca.po create mode 100644 addons/sale_order_dates/i18n/ca.po create mode 100644 addons/wiki/web/locales/ca.po diff --git a/addons/account/i18n/pt_BR.po b/addons/account/i18n/pt_BR.po index 0054faf7220..316319f7355 100644 --- a/addons/account/i18n/pt_BR.po +++ b/addons/account/i18n/pt_BR.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-21 00:47+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-03 09:58+0000\n" +"Last-Translator: Emerson \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:21+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account @@ -3672,7 +3672,7 @@ msgstr "Nome" #. module: account #: model:ir.model,name:account.model_account_aged_trial_balance msgid "Account Aged Trial balance Report" -msgstr "" +msgstr "Relatório dos Balancetes das Contas Antigas" #. module: account #: field:account.move.line,date:0 @@ -3926,6 +3926,8 @@ msgid "" "Analytic costs (timesheets, some purchased products, ...) come from analytic " "accounts. These generate draft supplier invoices." msgstr "" +"Custos analíticos (apontamento de horas, alguns produtos comprados, ...) vem " +"das contas analíticas. Isto gera faturas provisórias de fornecedores." #. module: account #: view:account.bank.statement:0 @@ -3936,7 +3938,7 @@ msgstr "Fechar Caixa" #: view:account.invoice.report:0 #: field:account.invoice.report,due_delay:0 msgid "Avg. Due Delay" -msgstr "" +msgstr "Atraso Médio" #. module: account #: view:account.entries.report:0 @@ -4197,7 +4199,7 @@ msgstr "Voucher nro" #. module: account #: view:wizard.multi.charts.accounts:0 msgid "res_config_contents" -msgstr "" +msgstr "res_config_contents" #. module: account #: view:account.unreconcile:0 @@ -4318,6 +4320,8 @@ msgid "" "You cannot create an account! \n" "Make sure if the account has children then it should be type \"View\"!" msgstr "" +"Você não pode criar a conta! \n" +"Se a conta possuir sub-contas, então ela deve ser do tipo 'Visualização'!" #. module: account #: view:account.subscription.generate:0 @@ -4607,6 +4611,9 @@ msgid "" "To print an analytics (or costs) journal for a given period. The report give " "code, move name, account number, general amount and analytic amount." msgstr "" +"Para imprimir um diário analítico (ou de custos) de um determinado período. " +"O relatório mostra código, nome do movimento, número da conta, valor geral e " +"valor analítico." #. module: account #: help:account.journal,refund_journal:0 @@ -5132,7 +5139,7 @@ msgstr "Quantidade de Produtos" #: selection:account.move,state:0 #: view:account.move.line:0 msgid "Unposted" -msgstr "" +msgstr "Não postado" #. module: account #: view:account.change.currency:0 @@ -5269,6 +5276,10 @@ msgid "" "impossible any new entry record. Close a fiscal year when you need to " "finalize your end of year results definitive " msgstr "" +"Se mais nenhum lançamento deve ser feito em um ano fiscal, você pode fechar " +"ele aqui. Isto irá fechar todos os períodos no ano e será impossível fazer " +"novos lançamentos. Feche um ano fiscal quando você precisar finalizar os " +"resultados do ano definitivamente " #. module: account #: field:account.central.journal,amount_currency:0 @@ -5309,7 +5320,7 @@ msgstr "Recebíveis Vencidos" #. module: account #: model:ir.actions.act_window,name:account.action_account_automatic_reconcile msgid "Account Automatic Reconcile" -msgstr "" +msgstr "Reconciliação Automática de Contas" #. module: account #: view:account.move:0 @@ -5473,6 +5484,10 @@ msgid "" "OpenERP allows you to define the tax structure and manage it from this menu. " "You can define both numeric and alphanumeric tax codes." msgstr "" +"A definição do código de imposto depende do sistema de declaração de " +"impostos do seu país. O OpenERP permite que você defina a estrutura de " +"impostos e a gerencie neste menu. Você pode definir códigos numéricos ou " +"alfanuméricos para impostos." #. module: account #: help:account.partner.reconcile.process,progress:0 @@ -5491,6 +5506,9 @@ msgid "" "that you should have your last line with the type 'Balance' to ensure that " "the whole amount will be threated." msgstr "" +"Selecione aqui o tipo de valorização relacionado à linha da forma de " +"pagamento. Repare que você deve ter a última linha com o tipo 'Saldo' para " +"garantir que o montante total seja considerado." #. module: account #: field:account.invoice,period_id:0 @@ -5622,7 +5640,7 @@ msgstr "Reembolso a clientes" #. module: account #: view:account.payment.term.line:0 msgid "Amount Computation" -msgstr "" +msgstr "Calcular Valor" #. module: account #: field:account.journal.period,name:0 @@ -5632,7 +5650,7 @@ msgstr "Diário-Nome do período" #. module: account #: field:account.invoice.tax,factor_base:0 msgid "Multipication factor for Base code" -msgstr "" +msgstr "Fator de multiplicação para o código Base" #. module: account #: code:addons/account/wizard/account_report_common.py:126 @@ -5652,6 +5670,8 @@ msgid "" "Selected Invoice(s) cannot be confirmed as they are not in 'Draft' or 'Pro-" "Forma' state!" msgstr "" +"As Notas Fiscais não podem ser confirmadas porque não estão com status " +"'Provisório' ou 'Pro-Forma'!" #. module: account #: report:account.invoice:0 @@ -5663,7 +5683,7 @@ msgstr "Ressalva de Posição Fiscal" #: model:ir.actions.act_window,name:account.action_analytic_entries_report #: model:ir.ui.menu,name:account.menu_action_analytic_entries_report msgid "Analytic Entries Analysis" -msgstr "" +msgstr "Análise de Lançamentos Analíticos" #. module: account #: selection:account.aged.trial.balance,direction_selection:0 @@ -5689,6 +5709,10 @@ msgid "" "line of the expense account. OpenERP will propose to you automatically the " "Tax related to this account and the counterpart \"Account Payable\"." msgstr "" +"Esta tela pode ser usada por contadores para gravar rapidamente lançamentos " +"no OpenERP. Se você quer gravar uma fatura de fornecedor, inicie pela " +"gravação da linha da conta de despesa. O OpenERP irá propor automaticamente " +"a Taxa relacionada a esta conta e a contra-partida \"Conta Pagável\"." #. module: account #: field:account.entries.report,date_created:0 @@ -5706,6 +5730,7 @@ msgid "" "The code will be used to generate the numbers of the journal entries of this " "journal." msgstr "" +"O código será usado para gerar os números dos lançamentos deste diário." #. module: account #: view:account.invoice:0 @@ -5779,7 +5804,7 @@ msgstr "Modelos de conta" #. module: account #: report:account.vat.declaration:0 msgid "Tax Statement" -msgstr "" +msgstr "Extrato de Impostos" #. module: account #: model:ir.model,name:account.model_res_company @@ -5839,7 +5864,7 @@ msgstr "Ano fiscal" #. module: account #: view:account.move.reconcile:0 msgid "Partial Reconcile Entries" -msgstr "" +msgstr "Reconciliar Lançamentos Parcialmente" #. module: account #: view:account.addtmpl.wizard:0 @@ -5929,7 +5954,7 @@ msgstr "Atual" #. module: account #: view:account.bank.statement:0 msgid "CashBox" -msgstr "" +msgstr "Caixa Físico" #. module: account #: selection:account.tax,type:0 @@ -5939,7 +5964,7 @@ msgstr "Porcentagem" #. module: account #: selection:account.report.general.ledger,sortby:0 msgid "Journal & Partner" -msgstr "" +msgstr "Diário & Parceiro" #. module: account #: field:account.automatic.reconcile,power:0 @@ -5978,11 +6003,13 @@ msgid "" "Indicates if the amount of tax must be included in the base amount for the " "computation of the next taxes" msgstr "" +"Indica se o valor do imposto deve ser incluído na base para cálculo dos " +"próximos impostos." #. module: account #: model:ir.actions.act_window,name:account.action_account_partner_reconcile msgid "Reconciliation: Go to Next Partner" -msgstr "" +msgstr "Reconciliação: Vá para o Próximo Parceiro" #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_invert_balance @@ -6017,13 +6044,13 @@ msgstr "" #: selection:account.account.template,type:0 #: view:account.journal:0 msgid "Liquidity" -msgstr "" +msgstr "Liquidez" #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_journal_open_form #: model:ir.ui.menu,name:account.account_analytic_journal_entries msgid "Analytic Journal Items" -msgstr "" +msgstr "Itens de Diário Analítico" #. module: account #: view:account.fiscalyear.close:0 @@ -6032,11 +6059,15 @@ msgid "" "year. Note that you can run this wizard many times for the same fiscal year: " "it will simply replace the old opening entries with the new ones." msgstr "" +"Este assistente irá gerar os lançamentos de diário de fechamento de ano do " +"ano fiscal selecionado. Repare que você pode executá-lo várias vezes para o " +"mesmo ano fiscal, neste caso, ele apenas troca os saldos iniciais pelos " +"novos." #. module: account #: model:ir.ui.menu,name:account.menu_finance_bank_and_cash msgid "Bank and Cash" -msgstr "" +msgstr "Banco e Caixa" #. module: account #: model:ir.actions.act_window,help:account.action_analytic_entries_report @@ -6050,12 +6081,12 @@ msgstr "" #. module: account #: sql_constraint:account.journal:0 msgid "The name of the journal must be unique per company !" -msgstr "" +msgstr "O nome do diário deve ser único por empresa !" #. module: account #: field:account.account.template,nocreate:0 msgid "Optional create" -msgstr "" +msgstr "Criação opcional" #. module: account #: code:addons/account/invoice.py:406 @@ -6064,12 +6095,14 @@ msgstr "" #, python-format msgid "Can not find account chart for this company, Please Create account." msgstr "" +"O plano de contas não foi encontrado para esta empresa. Por favor, crie uma " +"conta." #. module: account #: code:addons/account/wizard/account_report_aged_partner_balance.py:57 #, python-format msgid "Enter a Start date !" -msgstr "" +msgstr "Entre com a Data Inicial !" #. module: account #: report:account.invoice:0 @@ -6082,7 +6115,7 @@ msgstr "Reembolso a fornecedor" #. module: account #: model:ir.ui.menu,name:account.menu_dashboard_acc msgid "Dashboard" -msgstr "" +msgstr "Painel" #. module: account #: field:account.bank.statement,move_line_ids:0 @@ -6119,7 +6152,7 @@ msgstr "Gere seu Plano de Contas a partir de um Plano Modelo" #: view:account.tax.code.template:0 #: view:analytic.entries.report:0 msgid "Group By..." -msgstr "" +msgstr "Agrupar Por..." #. module: account #: field:account.journal.column,readonly:0 @@ -6129,7 +6162,7 @@ msgstr "Somente leitura" #. module: account #: model:ir.model,name:account.model_account_pl_report msgid "Account Profit And Loss Report" -msgstr "" +msgstr "Relatório de Contas de Lucro e Perda" #. module: account #: field:account.invoice.line,uos_id:0 @@ -6142,6 +6175,8 @@ msgid "" "Percentages for Payment Term Line must be between 0 and 1, Example: 0.02 for " "2% " msgstr "" +"O percentual para Formas de Pagamento deve ficar entre 0 e 1. Ex.: 0.02 para " +"2% " #. module: account #: model:ir.model,name:account.model_account_sequence_fiscalyear @@ -6162,7 +6197,7 @@ msgstr "Diário analítico" #. module: account #: view:account.entries.report:0 msgid "Reconciled" -msgstr "" +msgstr "Reconciliado" #. module: account #: report:account.invoice:0 @@ -6183,7 +6218,7 @@ msgstr "Conta da categoria de despesas" #. module: account #: view:account.bank.statement:0 msgid "Cash Transactions" -msgstr "" +msgstr "Transações do Caixa" #. module: account #: code:addons/account/wizard/account_state_open.py:37 @@ -6206,7 +6241,7 @@ msgstr "Observações" #. module: account #: model:ir.model,name:account.model_analytic_entries_report msgid "Analytic Entries Statistics" -msgstr "" +msgstr "Estatísticas de Lançamentos Analíticos" #. module: account #: code:addons/account/account_analytic_line.py:143 @@ -6218,7 +6253,7 @@ msgstr "Lancamentos: " #. module: account #: view:account.use.model:0 msgid "Create manual recurring entries in a chosen journal." -msgstr "" +msgstr "Criar lançamentos recorrentes manuais no diário escolhido." #. module: account #: code:addons/account/account.py:1393 @@ -6251,7 +6286,7 @@ msgstr "" #. module: account #: model:process.node,note:account.process_node_draftstatement0 msgid "State is draft" -msgstr "" +msgstr "O Status é Provisório" #. module: account #: view:account.move.line:0 @@ -6275,7 +6310,7 @@ msgstr "Fax:" #: report:account.vat.declaration:0 #: field:account.vat.declaration,based_on:0 msgid "Based On" -msgstr "" +msgstr "Baseado Em" #. module: account #: help:res.partner,property_account_receivable:0 @@ -6303,6 +6338,8 @@ msgstr "Código python" msgid "" "Please define the Reserve and Profit/Loss account for current user company !" msgstr "" +"Por favor, defina as contas de Reserva e Lucro/Perda para o usuátio atual da " +"empresa !" #. module: account #: help:account.journal,update_posted:0 @@ -6310,6 +6347,8 @@ msgid "" "Check this box if you want to allow the cancellation the entries related to " "this journal or of the invoice related to this journal" msgstr "" +"Marque este box se você quiser permitir o cancelamento dos lançamentos " +"relacionados a este diário ou da fatura relacionada a este diário" #. module: account #: view:account.fiscalyear.close:0 @@ -6324,7 +6363,7 @@ msgstr "Criar lançamento" #. module: account #: view:account.payment.term.line:0 msgid " valuation: percent" -msgstr "" +msgstr " valorização: porcentagem" #. module: account #: code:addons/account/account.py:499 @@ -6387,12 +6426,17 @@ msgid "" "reconcile in a series of accounts. It finds entries for each partner where " "the amounts correspond." msgstr "" +"Para uma fatura ser considerada paga, seus lançamentos devem ser " +"reconciliados com as contra-partidas, geralmente pagamentos. Com a " +"funcionalidade de reconciliação automática, o próprio OpenERP procura pelos " +"lançamentos para reconciliação em uma serie de contas. Ele encontra " +"lançamentos para cada parceiro ao qual o valor corresponde." #. module: account #: view:account.move:0 #: field:account.move,to_check:0 msgid "To Review" -msgstr "" +msgstr "A Revisar" #. module: account #: view:account.bank.statement:0 @@ -6401,12 +6445,12 @@ msgstr "" #: model:ir.ui.menu,name:account.menu_action_move_journal_line_form #: model:ir.ui.menu,name:account.menu_finance_entries msgid "Journal Entries" -msgstr "" +msgstr "Lançamentos de Diário" #. module: account #: help:account.partner.ledger,page_split:0 msgid "Display Ledger Report with One partner per page" -msgstr "" +msgstr "Apresenta o Livro Razão com um parceiro por página" #. module: account #: view:account.partner.balance:0 @@ -6422,6 +6466,8 @@ msgstr "" msgid "" "Selected Entry Lines does not have any account move enties in draft state" msgstr "" +"As Linhas de Lançamento selecionadas não possuem nenhum movimento com status " +"provisório" #. module: account #: selection:account.aged.trial.balance,target_move:0 @@ -6453,17 +6499,18 @@ msgstr "Todos lançamentos" msgid "" "Error: The default UOM and the purchase UOM must be in the same category." msgstr "" +"Erro: A UdM padrão e a UdM de compra precisam estar na mesma categoria." #. module: account #: view:account.journal.select:0 msgid "Journal Select" -msgstr "" +msgstr "Selecionar Diário" #. module: account #: code:addons/account/wizard/account_change_currency.py:65 #, python-format msgid "Currnt currency is not confirured properly !" -msgstr "" +msgstr "A moeda atual não está configurada corretamente !" #. module: account #: model:ir.model,name:account.model_account_move_reconcile @@ -6473,7 +6520,7 @@ msgstr "Reconciliação da conta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax msgid "Taxes Fiscal Position" -msgstr "" +msgstr "Posição Fiscal dos Impostos" #. module: account #: report:account.general.ledger:0 @@ -6487,7 +6534,7 @@ msgstr "Livro Razão" #. module: account #: model:process.transition,note:account.process_transition_paymentorderbank0 msgid "The payment order is sent to the bank." -msgstr "" +msgstr "A ordem de pagamento foi enviada ao banco." #. module: account #: view:account.balance.report:0 @@ -6497,6 +6544,9 @@ msgid "" "allowing you to quickly check the balance of each of your accounts in a " "single report" msgstr "" +"Este relatório permite que você imprima ou gere um PDF do seu Balancete. Com " +"isto você pode conferir rapidamente o balanço de cada uma de suas contas em " +"um relatório único." #. module: account #: help:account.move,to_check:0 @@ -6513,6 +6563,8 @@ msgid "" "Account Voucher module includes all the basic requirements of Voucher " "Entries for Bank, Cash, Sales, Purchase, Expenses, Contra, etc... " msgstr "" +"O módulo de Recibo de Conta inclui todos os requerimentos básicos para " +"Lançamentos de Recibos para Banco, Caixa, Venda, Compra, Despesa, etc... " #. module: account #: view:account.chart.template:0 @@ -6547,6 +6599,13 @@ msgid "" "\n" "e.g. My model on %(date)s" msgstr "" +"Você pode especificar ano, mês e data no nome do modelo usando as seguintes " +"variáveis:\n" +"%(year)s: Para especificar o Ano \n" +"%(month)s: Para especificar o Mês \n" +"%(date)s: Data Atual\n" +"\n" +"Ex.: Meu modelo em %(date)s" #. module: account #: model:ir.actions.act_window,name:account.action_aged_income @@ -6556,7 +6615,7 @@ msgstr "Contas de Receitas" #. module: account #: help:report.invoice.created,origin:0 msgid "Reference of the document that generated this invoice report." -msgstr "" +msgstr "Referência do documento que gerou este relatório de fatura." #. module: account #: field:account.tax.code,child_ids:0 @@ -6585,7 +6644,7 @@ msgstr "Valor da baixa" #. module: account #: view:account.analytic.line:0 msgid "Sales" -msgstr "" +msgstr "Vendas" #. module: account #: view:account.journal.column:0 @@ -6621,7 +6680,7 @@ msgstr "" #: field:account.invoice,origin:0 #: field:report.invoice.created,origin:0 msgid "Source Document" -msgstr "" +msgstr "Documento de Origem" #. module: account #: help:account.account.type,sign:0 @@ -6637,7 +6696,7 @@ msgstr "" #. module: account #: model:ir.actions.act_window,name:account.act_account_acount_move_line_open_unreconciled msgid "Unreconciled Entries" -msgstr "" +msgstr "Lançamentos Não Conciliados" #. module: account #: model:ir.ui.menu,name:account.menu_menu_Bank_process @@ -6668,7 +6727,7 @@ msgstr "" #: view:analytic.entries.report:0 #: field:analytic.entries.report,product_uom_id:0 msgid "Product UOM" -msgstr "" +msgstr "UdM do Produto" #. module: account #: model:ir.actions.act_window,help:account.action_view_bank_statement_tree @@ -6678,6 +6737,10 @@ msgid "" "basis. You can enter the coins that are in your cash box, and then post " "entries when money comes in or goes out of the cash box." msgstr "" +"Uma Caixa Registradora permite que você gerencie os lançamentos de caixa no " +"seu diário de caixa. Este recurso fornece uma forma fácil de acompanhar os " +"pagamentos em caixa diariamente. Você pode lançar o fundo de caixa do seu " +"caixa físico e depois, fazer lançamentos de entrada ou saída do caixa." #. module: account #: selection:account.automatic.reconcile,power:0 @@ -6699,7 +6762,7 @@ msgstr "Duração do Período (dias)" #. module: account #: model:ir.actions.act_window,name:account.act_account_invoice_partner_relation msgid "Monthly Turnover" -msgstr "" +msgstr "Faturamento Mensal" #. module: account #: view:account.move:0 @@ -6746,7 +6809,7 @@ msgstr "Modelo de conta de impostos" #. module: account #: view:account.journal.select:0 msgid "Are you sure you want to open Journal Entries?" -msgstr "" +msgstr "Você tem certeza que deseja abrir os Lançamentos de Diário?" #. module: account #: view:account.state.open:0 @@ -6775,7 +6838,7 @@ msgstr "Demonstrativo" #. module: account #: help:account.journal,default_debit_account_id:0 msgid "It acts as a default account for debit amount" -msgstr "" +msgstr "Funciona como uma conta padrão para debitar valores" #. module: account #: model:ir.module.module,description:account.module_meta_information @@ -6808,6 +6871,9 @@ msgid "" "You can search for individual account entries through useful information. To " "search for account entries, open a journal, then select a record line." msgstr "" +"Você pode procurar por lançamentos individuais de contas através de " +"informações úteis. Para procurar um lançamento de conta, abra o diário e " +"então selecione uma linha de registro." #. module: account #: report:account.invoice:0 @@ -6826,7 +6892,7 @@ msgstr "Valor total que este cliente deve a você." #. module: account #: model:ir.model,name:account.model_ir_sequence msgid "ir.sequence" -msgstr "" +msgstr "ir.sequence" #. module: account #: field:account.journal.period,icon:0 @@ -6843,12 +6909,12 @@ msgstr "Ok" #: code:addons/account/report/account_partner_balance.py:115 #, python-format msgid "Unknown Partner" -msgstr "" +msgstr "Parceiro Desconhecido" #. module: account #: view:account.bank.statement:0 msgid "Opening Balance" -msgstr "" +msgstr "Saldo de Abertura" #. module: account #: help:account.journal,centralisation:0 @@ -6864,7 +6930,7 @@ msgstr "" #. module: account #: field:account.bank.statement,closing_date:0 msgid "Closed On" -msgstr "" +msgstr "Fechado Em" #. module: account #: model:ir.model,name:account.model_account_bank_statement_line @@ -6874,12 +6940,12 @@ msgstr "Linha do Extrato Bancário" #. module: account #: field:account.automatic.reconcile,date2:0 msgid "Ending Date" -msgstr "" +msgstr "Data Final" #. module: account #: field:wizard.multi.charts.accounts,purchase_tax:0 msgid "Default Purchase Tax" -msgstr "" +msgstr "Imposto Padrão de Compra" #. module: account #: view:account.bank.statement:0 @@ -6892,6 +6958,9 @@ msgid "" "Bank Account Number, Company bank account if Invoice is customer or supplier " "refund, otherwise Partner bank account number." msgstr "" +"Número da Conta Bancária. Conta bancária da Empresa se a fatura é um " +"reembolso de cliente ou fornecedor, senão é o número da conta bancária do " +"Parceiro." #. module: account #: help:account.tax,domain:0 @@ -6908,7 +6977,7 @@ msgstr "" #: code:addons/account/account.py:938 #, python-format msgid "You should have chosen periods that belongs to the same company" -msgstr "" +msgstr "Você deveria ter escolhido períodos que pertencem a mesma empresa" #. module: account #: field:account.fiscalyear.close,report_name:0 @@ -6928,12 +6997,12 @@ msgstr "Relatórios" #. module: account #: sql_constraint:account.journal:0 msgid "The code of the journal must be unique per company !" -msgstr "" +msgstr "O código do diário deve ser único por empresa !" #. module: account #: field:account.bank.statement,ending_details_ids:0 msgid "Closing Cashbox" -msgstr "" +msgstr "Fechamento de Caixa" #. module: account #: view:account.journal:0 @@ -6953,11 +7022,14 @@ msgid "" "the system to go through the reconciliation process, based on the latest day " "it have been reconciled." msgstr "" +"Este campo mostra o próximo parceiro que irá ser escolhido automaticamente " +"pelo sistema para entrar o processo de reconciliação, baseado no último dia " +"que foi reconciliado." #. module: account #: field:account.move.line.reconcile.writeoff,comment:0 msgid "Comment" -msgstr "" +msgstr "Comentário" #. module: account #: field:account.tax,domain:0 @@ -6968,7 +7040,7 @@ msgstr "Domínio" #. module: account #: model:ir.model,name:account.model_account_use_model msgid "Use model" -msgstr "" +msgstr "Modelo de uso" #. module: account #: model:ir.actions.act_window,help:account.action_account_moves_purchase @@ -7012,17 +7084,17 @@ msgstr "Assinar relatórios" #: code:addons/account/account_cash_statement.py:249 #, python-format msgid "You can not have two open register for the same journal" -msgstr "" +msgstr "Você não pode ter dois registradores abertos para o mesmo diário" #. module: account #: view:account.payment.term.line:0 msgid " day of the month= -1" -msgstr "" +msgstr " dia do mes = -1" #. module: account #: constraint:res.partner:0 msgid "Error ! You can not create recursive associated members." -msgstr "" +msgstr "Erro ! Você não pode criar membros recursivos associados." #. module: account #: help:account.journal,type:0 @@ -7048,13 +7120,15 @@ msgid "" "Helps you generate reminder letters for unpaid invoices, including multiple " "levels of reminding and customized per-partner policies." msgstr "" +"Ajuda você a gerar cartas de cobrança para faturas não pagas, incluindo " +"múltiplos níveis de lembrete e políticas customizadas por parceiro." #. module: account #: selection:account.entries.report,move_line_state:0 #: view:account.move.line:0 #: selection:account.move.line,state:0 msgid "Unbalanced" -msgstr "" +msgstr "Desbalanceado" #. module: account #: selection:account.move.line,centralisation:0 @@ -7091,6 +7165,8 @@ msgid "" "This field is used for payable and receivable journal entries. You can put " "the limit date for the payment of this line." msgstr "" +"Este campo é usado para lançamentos pagáveis e recebíveis de diário. Você " +"pode colocar data limite para o pagamento desta linha." #. module: account #: code:addons/account/account_move_line.py:1271 @@ -7131,7 +7207,7 @@ msgstr "Propriedades das vendas" #. module: account #: model:ir.ui.menu,name:account.menu_manual_reconcile msgid "Manual Reconciliation" -msgstr "" +msgstr "Reconciliação Manual" #. module: account #: report:account.overdue:0 @@ -7154,7 +7230,7 @@ msgstr "Ano fiscal para fechar" #: view:account.invoice.cancel:0 #: model:ir.actions.act_window,name:account.action_account_invoice_cancel msgid "Cancel Selected Invoices" -msgstr "" +msgstr "Cancelar Faturas Selecionadas" #. module: account #: selection:account.entries.report,month:0 @@ -7163,7 +7239,7 @@ msgstr "" #: selection:report.account.sales,month:0 #: selection:report.account_type.sales,month:0 msgid "May" -msgstr "" +msgstr "Maio" #. module: account #: view:account.account:0 @@ -7191,7 +7267,7 @@ msgstr "Codigo do caso" #. module: account #: view:validate.account.move:0 msgid "Post Journal Entries of a Journal" -msgstr "" +msgstr "Postar Lançamentos de Diário" #. module: account #: view:product.product:0 @@ -7215,7 +7291,7 @@ msgstr "Destino da conta" #. module: account #: model:process.node,note:account.process_node_supplierpaymentorder0 msgid "Payment of invoices" -msgstr "" +msgstr "Pagamento de faturas" #. module: account #: field:account.bank.statement.line,sequence:0 @@ -7253,17 +7329,17 @@ msgstr "Sim" #. module: account #: view:report.account_type.sales:0 msgid "Sales by Account type" -msgstr "" +msgstr "Vendas por Tipo de Conta" #. module: account #: help:account.invoice,move_id:0 msgid "Link to the automatically generated Journal Items." -msgstr "" +msgstr "Relaciona ao item de diário gerado automaticamente." #. module: account #: selection:account.installer,period:0 msgid "Monthly" -msgstr "" +msgstr "Mensalmente" #. module: account #: model:ir.actions.act_window,help:account.action_account_journal_view @@ -7278,17 +7354,17 @@ msgstr "" #. module: account #: view:account.payment.term.line:0 msgid " number of days: 14" -msgstr "" +msgstr " número de dias: 14" #. module: account #: view:analytic.entries.report:0 msgid " 7 Days " -msgstr "" +msgstr " 7 Dias " #. module: account #: field:account.partner.reconcile.process,progress:0 msgid "Progress" -msgstr "" +msgstr "Progresso" #. module: account #: field:account.account,parent_id:0 @@ -7299,7 +7375,7 @@ msgstr "Superior (Conta-pai)" #. module: account #: field:account.installer.modules,account_analytic_plans:0 msgid "Multiple Analytic Plans" -msgstr "" +msgstr "Múltiplos Planos Analíticos" #. module: account #: help:account.payment.term.line,days2:0 @@ -7315,7 +7391,7 @@ msgstr "" #. module: account #: model:ir.ui.menu,name:account.menu_finance_legal_statement msgid "Legal Reports" -msgstr "" +msgstr "Relatórios Legais" #. module: account #: field:account.tax.code,sum_period:0 @@ -7336,7 +7412,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_cashbox_line msgid "CashBox Line" -msgstr "" +msgstr "Linha do Caixa Físico" #. module: account #: view:account.partner.ledger:0 @@ -7377,7 +7453,7 @@ msgstr "Atenção !" #. module: account #: field:account.entries.report,move_line_state:0 msgid "State of Move Line" -msgstr "" +msgstr "Status da Linha de Movimento" #. module: account #: model:ir.model,name:account.model_account_move_line_reconcile @@ -7394,7 +7470,7 @@ msgstr "Calcular inscrição" #. module: account #: report:account.move.voucher:0 msgid "Amount (in words) :" -msgstr "" +msgstr "Valor (por extenso) :" #. module: account #: field:account.bank.statement.line,partner_id:0 @@ -7422,7 +7498,7 @@ msgstr "Parceiro" #. module: account #: help:account.change.currency,currency_id:0 msgid "Select a currency to apply on the invoice" -msgstr "" +msgstr "Selecione uma moeda para ser usada na fatura" #. module: account #: code:addons/account/wizard/account_invoice_refund.py:100 @@ -7434,7 +7510,7 @@ msgstr "Não pode %s provisório/proforma/cancelar fatura." #: code:addons/account/invoice.py:787 #, python-format msgid "No Invoice Lines !" -msgstr "" +msgstr "Sem Linhas na Fatura !" #. module: account #: view:account.bank.statement:0 @@ -7483,17 +7559,17 @@ msgstr "Método para deferimento" #: code:addons/account/invoice.py:359 #, python-format msgid "Invoice '%s' is paid." -msgstr "" +msgstr "A Fatura '%s' está paga." #. module: account #: model:process.node,note:account.process_node_electronicfile0 msgid "Automatic entry" -msgstr "" +msgstr "Lançamento automático" #. module: account #: constraint:account.tax.code.template:0 msgid "Error ! You can not create recursive Tax Codes." -msgstr "" +msgstr "Erro ! Você não pode criar Códigos de Impostos recursivos" #. module: account #: view:account.invoice.line:0 @@ -7515,6 +7591,8 @@ msgid "" "When monthly periods are created. The state is 'Draft'. At the end of " "monthly period it is in 'Done' state." msgstr "" +"Quando os períodos mensais são criados. O status é 'Provisório'. No final do " +"período mensal, seu status será 'Concluído'." #. module: account #: report:account.analytic.account.inverted.balance:0 @@ -7557,19 +7635,19 @@ msgstr "Informação Adicional" #. module: account #: view:account.installer:0 msgid "Bank and Cash Accounts" -msgstr "" +msgstr "Contas para Banco e Caixa" #. module: account #: view:account.invoice.report:0 #: field:account.invoice.report,residual:0 msgid "Total Residual" -msgstr "" +msgstr "Total Residual" #. module: account #: model:process.node,note:account.process_node_invoiceinvoice0 #: model:process.node,note:account.process_node_supplierinvoiceinvoice0 msgid "Invoice's state is Open" -msgstr "" +msgstr "O status da fatura é Aberto" #. module: account #: model:ir.actions.act_window,help:account.action_tax_code_tree @@ -7583,6 +7661,8 @@ msgstr "" #: view:account.installer.modules:0 msgid "Add extra Accounting functionalities to the ones already installed." msgstr "" +"Adiciona funcionalidades extras de contabilização para as funcionalidades já " +"instaladas." #. module: account #: report:account.analytic.account.cost_ledger:0 @@ -7612,7 +7692,7 @@ msgstr "Escolha o Ano Fiscal" #: code:addons/account/installer.py:495 #, python-format msgid "Purchase Refund Journal" -msgstr "" +msgstr "Diário de Reembolso de Compra" #. module: account #: help:account.tax.template,amount:0 @@ -7630,6 +7710,8 @@ msgid "" "Modify Invoice: Cancels the current invoice and creates a new copy of it " "ready for editing." msgstr "" +"Modificação de Fatura: Cancela o fatura atual e cria uma nova cópia para ela " +"pronta para edição." #. module: account #: model:ir.module.module,shortdesc:account.module_meta_information @@ -7667,7 +7749,7 @@ msgstr "Total líquido:" #. module: account #: model:ir.ui.menu,name:account.menu_finance_generic_reporting msgid "Generic Reporting" -msgstr "" +msgstr "Relatório Genérico" #. module: account #: field:account.move.line.reconcile.writeoff,journal_id:0 @@ -7750,7 +7832,7 @@ msgstr "Plano de Conta" #: model:process.node,name:account.process_node_paymententries0 #: model:process.transition,name:account.process_transition_reconcilepaid0 msgid "Payment" -msgstr "" +msgstr "Pagamento" #. module: account #: help:account.bs.report,reserve_account_id:0 @@ -7759,6 +7841,9 @@ msgid "" "added, Loss: Amount will be duducted), which is calculated from Profilt & " "Loss Report" msgstr "" +"Esta Conta é usada para transferência de Lucro/Perda (Lucro: O valor será " +"adicionado, Perda: O valor será deduzido), que é calculado a partir do " +"Relatório de Lucros & Perdas" #. module: account #: help:account.move.line,blocked:0 @@ -7786,13 +7871,13 @@ msgstr "" #. module: account #: model:process.transition,name:account.process_transition_filestatement0 msgid "Automatic import of the bank sta" -msgstr "" +msgstr "Importação automática de extrato de banco" #. module: account #: model:ir.actions.act_window,name:account.action_account_journal_view #: model:ir.ui.menu,name:account.menu_action_account_journal_view msgid "Journal Views" -msgstr "" +msgstr "Visões de Diário" #. module: account #: model:ir.model,name:account.model_account_move_bank_reconcile @@ -7839,7 +7924,7 @@ msgstr "Conta de recebimento" #. module: account #: view:account.bank.statement:0 msgid "CashBox Balance" -msgstr "" +msgstr "Saldo de Caixa Físico" #. module: account #: model:ir.model,name:account.model_account_fiscalyear_close_state @@ -7858,7 +7943,7 @@ msgstr "Diário de reembolso" #: report:account.general.journal:0 #: report:account.partner.balance:0 msgid "Filter By" -msgstr "" +msgstr "Filtrar Por" #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree1 @@ -7874,7 +7959,7 @@ msgstr "" #: view:board.board:0 #: model:ir.actions.act_window,name:account.action_company_analysis_tree msgid "Company Analysis" -msgstr "" +msgstr "Análise da Empresa" #. module: account #: help:account.invoice,account_id:0 @@ -7903,12 +7988,12 @@ msgstr "Diário de compras" #. module: account #: view:account.invoice.refund:0 msgid "Refund Invoice: Creates the refund invoice, ready for editing." -msgstr "" +msgstr "Fatura de Reembolso: Cria a fatura de reembolso pronta para edição." #. module: account #: field:account.invoice.line,price_subtotal:0 msgid "Subtotal" -msgstr "" +msgstr "Subtotal" #. module: account #: view:account.vat.declaration:0 @@ -7918,7 +8003,7 @@ msgstr "" #. module: account #: view:account.model.line:0 msgid "Journal Entry Model Line" -msgstr "" +msgstr "Linha do Modelo de Lançamento de Diário" #. module: account #: view:account.invoice:0 @@ -7933,13 +8018,14 @@ msgstr "Data de vencimento" #: model:ir.ui.menu,name:account.menu_account_supplier #: model:ir.ui.menu,name:account.menu_finance_payables msgid "Suppliers" -msgstr "" +msgstr "Fornecedores" #. module: account #: constraint:account.move:0 msgid "" "You cannot create more than one move per period on centralized journal" msgstr "" +"Você não pode criar mais que um movimento por período em diário centralizado." #. module: account #: view:account.journal:0 @@ -7957,16 +8043,18 @@ msgid "" "The residual amount on a receivable or payable of a journal entry expressed " "in the company currency." msgstr "" +"O valor residual de recebíveis ou pagáveis de um lançamento de diário " +"expresso na moeda da empresa." #. module: account #: view:account.payment.term.line:0 msgid " valuation: balance" -msgstr "" +msgstr " estimativa: saldo" #. module: account #: view:account.tax.code:0 msgid "Statistics" -msgstr "" +msgstr "Estatísticas" #. module: account #: field:account.analytic.chart,from_date:0 @@ -7982,12 +8070,12 @@ msgstr "" #. module: account #: sql_constraint:account.account:0 msgid "The code of the account must be unique per company !" -msgstr "" +msgstr "O código da conta deve ser único por empresa !" #. module: account #: model:ir.actions.act_window,name:account.act_account_journal_2_account_invoice_opened msgid "Unpaid Invoices" -msgstr "" +msgstr "Faturas Não Pagas" #. module: account #: field:account.move.line.reconcile,debit:0 @@ -7998,7 +8086,7 @@ msgstr "Valor do débito" #: view:board.board:0 #: model:ir.actions.act_window,name:account.action_treasory_graph msgid "Treasury" -msgstr "" +msgstr "Tesouraria" #. module: account #: view:account.aged.trial.balance:0 @@ -8021,12 +8109,12 @@ msgstr "Contas permitidas (Vazio para não controlar)" #: model:ir.actions.act_window,name:account.action_account_analytic_chart #: model:ir.ui.menu,name:account.menu_action_analytic_account_tree2 msgid "Chart of Analytic Accounts" -msgstr "" +msgstr "Plano de Contas Analíticas" #. module: account #: model:ir.ui.menu,name:account.menu_configuration_misc msgid "Miscellaneous" -msgstr "" +msgstr "Diversos" #. module: account #: help:res.partner,debit:0 @@ -8037,7 +8125,7 @@ msgstr "Valor total a pagar ao fornecedor" #: model:process.node,name:account.process_node_analytic0 #: model:process.node,name:account.process_node_analyticcost0 msgid "Analytic Costs" -msgstr "" +msgstr "Custos Analíticos" #. module: account #: field:account.analytic.journal,name:0 @@ -8060,6 +8148,7 @@ msgid "" "The amount of the voucher must be the same amount as the one on the " "statement line" msgstr "" +"O valor do recibo deve ser o mesmo valor da linha equivalente no extrato" #. module: account #: code:addons/account/account_move_line.py:1131 @@ -8071,13 +8160,13 @@ msgstr "Conta inválida!" #. module: account #: help:account.chart,fiscalyear:0 msgid "Keep empty for all open fiscal years" -msgstr "" +msgstr "Deixe vazio para todos os anos fiscais abertos" #. module: account #: code:addons/account/account_move_line.py:1056 #, python-format msgid "The account move (%s) for centralisation has been confirmed!" -msgstr "" +msgstr "O movimento de conta (%s) para centralização foi confirmado!" #. module: account #: help:account.move.line,amount_currency:0 @@ -8120,6 +8209,7 @@ msgstr "Moeda" msgid "" "Gives the sequence order when displaying a list of bank statement lines." msgstr "" +"Define a sequência para mostrar a lista de linhas do extrato bancário." #. module: account #: model:process.transition,note:account.process_transition_validentries0 @@ -8169,19 +8259,19 @@ msgstr "Forçar período" #. module: account #: model:ir.model,name:account.model_account_partner_balance msgid "Print Account Partner Balance" -msgstr "" +msgstr "Imprime o Saldo da Conta de Parceiro" #. module: account #: field:res.partner,contract_ids:0 msgid "Contracts" -msgstr "" +msgstr "Contratos" #. module: account #: field:account.cashbox.line,ending_id:0 #: field:account.cashbox.line,starting_id:0 #: field:account.entries.report,reconcile_id:0 msgid "unknown" -msgstr "" +msgstr "desconhecido" #. module: account #: field:account.fiscalyear.close,journal_id:0 @@ -8191,7 +8281,7 @@ msgstr "Diário de Abertura de Lançamentos" #. module: account #: model:process.transition,note:account.process_transition_customerinvoice0 msgid "Draft invoices are checked, validated and printed." -msgstr "" +msgstr "As faturas provisórias são conferidas, validadas e impressas." #. module: account #: help:account.chart.template,property_reserve_and_surplus_account:0 @@ -8200,6 +8290,9 @@ msgid "" "will be added, Loss: Amount will be deducted.), Which is calculated from " "Profilt & Loss Report" msgstr "" +"Esta Conta é usada para transferência de Lucro/Perda (Lucro: O valor será " +"adicionado, Perda: O valor será deduzido), que é calculado a partir do " +"Relatório de Lucros & Perdas" #. module: account #: field:account.invoice,reference_type:0 @@ -8224,7 +8317,7 @@ msgstr "" #. module: account #: selection:account.tax,applicable_type:0 msgid "Given by Python Code" -msgstr "" +msgstr "Fornecido por Código Python" #. module: account #: field:account.analytic.journal,code:0 @@ -8244,7 +8337,7 @@ msgstr "" #: field:account.move.line,amount_residual:0 #: field:account.move.line,amount_residual_currency:0 msgid "Residual Amount" -msgstr "" +msgstr "Valor Residual" #. module: account #: field:account.invoice,move_lines:0 @@ -8275,7 +8368,7 @@ msgstr "Período de" #: code:addons/account/installer.py:476 #, python-format msgid "Sales Refund Journal" -msgstr "" +msgstr "Diário de Reembolso de Vendas" #. module: account #: code:addons/account/account.py:927 @@ -8284,6 +8377,8 @@ msgid "" "You cannot modify company of this period as its related record exist in " "Entry Lines" msgstr "" +"Você não pode modificar a empresa neste período estando ela com registro " +"relacionado nas Linhas de Lançamento" #. module: account #: view:account.move:0 @@ -8295,7 +8390,7 @@ msgstr "Informação" #. module: account #: model:process.node,note:account.process_node_bankstatement0 msgid "Registered payment" -msgstr "" +msgstr "Pagamento registrado" #. module: account #: view:account.fiscalyear.close.state:0 @@ -8305,7 +8400,7 @@ msgstr "" #. module: account #: view:account.analytic.line:0 msgid "Product Information" -msgstr "" +msgstr "Informação do Produto" #. module: account #: report:account.analytic.account.journal:0 @@ -8324,13 +8419,13 @@ msgstr "Criar fatura" #. module: account #: field:account.installer,purchase_tax:0 msgid "Purchase Tax(%)" -msgstr "" +msgstr "Imposto de Compra(%)" #. module: account #: code:addons/account/invoice.py:787 #, python-format msgid "Please create some invoice lines." -msgstr "" +msgstr "Por favor, crie algumas linhas da fatura." #. module: account #: report:account.overdue:0 @@ -8374,7 +8469,7 @@ msgstr "Fim do Período" #. module: account #: field:account.installer.modules,account_followup:0 msgid "Followups Management" -msgstr "" +msgstr "Gestão de Acompanhamentos" #. module: account #: report:account.account.balance:0 @@ -8387,7 +8482,7 @@ msgstr "" #: report:account.third_party_ledger_other:0 #: report:account.vat.declaration:0 msgid "Start Period" -msgstr "" +msgstr "Período Inicial" #. module: account #: code:addons/account/account.py:2333 @@ -8433,6 +8528,8 @@ msgid "" "You cannot cancel the Invoice which is Partially Paid! You need to " "unreconcile concerned payment entries!" msgstr "" +"Você não pode cancelar uma fatura Parcialmente Paga! É necessário que seja " +"desfeita a reconciliação dos lançamentos de pagamento!" #. module: account #: report:account.overdue:0 @@ -8442,7 +8539,7 @@ msgstr "atenciosamente." #. module: account #: view:account.invoice:0 msgid "Unpaid" -msgstr "" +msgstr "Não Paga" #. module: account #: report:account.overdue:0 @@ -8452,13 +8549,13 @@ msgstr "Documento: demonstrativo da conta cliente" #. module: account #: constraint:account.move.line:0 msgid "You can not create move line on view account." -msgstr "" +msgstr "Você não pode criar linhas de movimento em uma conta de exibição." #. module: account #: code:addons/account/wizard/account_change_currency.py:71 #, python-format msgid "Current currency is not confirured properly !" -msgstr "" +msgstr "A moeda atual não está configurada corretamente !" #. module: account #: model:ir.actions.act_window,help:account.action_invoice_tree4 @@ -8472,17 +8569,17 @@ msgstr "" #. module: account #: view:account.account.template:0 msgid "Receivale Accounts" -msgstr "" +msgstr "Contas a Receber" #. module: account #: report:account.move.voucher:0 msgid "Particulars" -msgstr "" +msgstr "Detalhes" #. module: account #: selection:account.account.type,report_type:0 msgid "Profit & Loss (Income Accounts)" -msgstr "" +msgstr "Lucros & Perdas (Contas de Receita)" #. module: account #: view:account.tax:0 @@ -8518,12 +8615,12 @@ msgstr "Saldo" #. module: account #: model:process.node,note:account.process_node_supplierbankstatement0 msgid "Manually or automatically entered in the system" -msgstr "" +msgstr "Entrada manual ou automática no sistema" #. module: account #: report:account.account.balance:0 msgid "Display Account" -msgstr "" +msgstr "Mostrar Conta" #. module: account #: report:account.tax.code.entries:0 @@ -8533,12 +8630,12 @@ msgstr "(" #. module: account #: selection:account.invoice.refund,filter_refund:0 msgid "Modify" -msgstr "" +msgstr "Modificar" #. module: account #: view:account.account.type:0 msgid "Closing Method" -msgstr "" +msgstr "Método de Fechamento" #. module: account #: model:ir.actions.act_window,help:account.action_account_partner_balance @@ -8559,7 +8656,7 @@ msgstr "A Pagar" #: view:report.account_type.sales:0 #: view:report.hr.timesheet.invoice.journal:0 msgid "This Year" -msgstr "" +msgstr "Este Ano" #. module: account #: view:board.board:0 @@ -8586,7 +8683,7 @@ msgstr "" #: code:addons/account/account_bank_statement.py:391 #, python-format msgid "Cannot delete bank statement(s) which are already confirmed !" -msgstr "" +msgstr "Não se pode excluir extrato bancário que já estiver confirmado !" #. module: account #: code:addons/account/wizard/account_automatic_reconcile.py:152 @@ -8618,7 +8715,7 @@ msgstr "" #. module: account #: report:account.move.voucher:0 msgid "Receiver's Signature" -msgstr "" +msgstr "Assinatura do Recebedor" #. module: account #: report:account.general.ledger:0 @@ -8626,13 +8723,13 @@ msgstr "" #: report:account.third_party_ledger:0 #: report:account.third_party_ledger_other:0 msgid "Filters By" -msgstr "" +msgstr "Filtros Por" #. module: account #: model:process.node,note:account.process_node_manually0 #: model:process.transition,name:account.process_transition_invoicemanually0 msgid "Manual entry" -msgstr "" +msgstr "Lançamento manual" #. module: account #: report:account.general.ledger:0 @@ -8703,13 +8800,15 @@ msgid "" "The journal must have centralised counterpart without the Skipping draft " "state option checked!" msgstr "" +"O Diário deve ter contra partida centralizada com a opção Pular Status " +"Provisório desmarcada!" #. module: account #: model:process.node,note:account.process_node_paymententries0 #: model:process.transition,name:account.process_transition_paymentorderbank0 #: model:process.transition,name:account.process_transition_paymentreconcile0 msgid "Payment entries" -msgstr "" +msgstr "Lançamentos de pagamento" #. module: account #: selection:account.entries.report,month:0 @@ -8718,7 +8817,7 @@ msgstr "" #: selection:report.account.sales,month:0 #: selection:report.account_type.sales,month:0 msgid "July" -msgstr "" +msgstr "Julho" #. module: account #: view:account.account:0 @@ -8733,7 +8832,7 @@ msgstr "Inscrição" #. module: account #: model:ir.model,name:account.model_account_analytic_balance msgid "Account Analytic Balance" -msgstr "" +msgstr "Balanço de Conta Analítica" #. module: account #: report:account.account.balance:0 @@ -8746,7 +8845,7 @@ msgstr "" #: report:account.third_party_ledger_other:0 #: report:account.vat.declaration:0 msgid "End Period" -msgstr "" +msgstr "Finalizar Período" #. module: account #: field:account.aged.trial.balance,chart_account_id:0 @@ -8770,7 +8869,7 @@ msgstr "Plano de conta" #. module: account #: field:account.move.line,date_maturity:0 msgid "Due date" -msgstr "" +msgstr "Data de vencimento" #. module: account #: view:account.move.journal:0 @@ -8871,12 +8970,12 @@ msgstr "Pendente" #: model:process.transition,name:account.process_transition_analyticinvoice0 #: model:process.transition,name:account.process_transition_supplieranalyticcost0 msgid "From analytic accounts" -msgstr "" +msgstr "A partir de contas analíticas" #. module: account #: field:account.installer.modules,account_payment:0 msgid "Suppliers Payment Management" -msgstr "" +msgstr "Gestão de Pagamento de Fornecedores" #. module: account #: field:account.period,name:0 @@ -8901,7 +9000,7 @@ msgstr "Ativo" #: code:addons/account/invoice.py:354 #, python-format msgid "Unknown Error" -msgstr "" +msgstr "Erro Desconhecido" #. module: account #: code:addons/account/account.py:1167 @@ -8911,6 +9010,9 @@ msgid "" "Make sure you have configured Payment Term properly !\n" "It should contain atleast one Payment Term Line with type \"Balance\" !" msgstr "" +"Você não pode validar um lançamento não balanceado !\n" +"Certifique-se que as Formas de Pagamento estão configuradas corretamente !\n" +"Ela deve conter pelo menos uma Linha com o tipo \"Saldo\" !" #. module: account #: help:res.partner,property_account_payable:0 @@ -8936,7 +9038,7 @@ msgstr "Moeda secundária" #. module: account #: model:ir.model,name:account.model_validate_account_move msgid "Validate Account Move" -msgstr "" +msgstr "Validar Movimento de Conta" #. module: account #: field:account.account,credit:0 @@ -8969,11 +9071,13 @@ msgid "" "created. If you leave that field empty, it will use the same journal as the " "current invoice." msgstr "" +"Aqui você pode selecionar o diário para usar na fatura de reembolso a ser " +"criada. Se você deixar em branco, será usado o mesmo diário da fatura atual." #. module: account #: report:account.move.voucher:0 msgid "Through :" -msgstr "" +msgstr "Através :" #. module: account #: view:account.general.journal:0 @@ -8984,7 +9088,7 @@ msgstr "" #. module: account #: view:account.model:0 msgid "Journal Entry Model" -msgstr "" +msgstr "Modelo de Lançamento de Diário" #. module: account #: code:addons/account/wizard/account_use_model.py:44 @@ -8994,6 +9098,9 @@ msgid "" "payment term!\n" "Please define partner on it!" msgstr "" +"A data de vencimento de uma linha de lançamento gerada pela linha do modelo " +"'%s' é baseada na forma de pagamento do parceiro!\n" +"Por favor, defina um parceiro!" #. module: account #: field:account.cashbox.line,number:0 @@ -9044,7 +9151,7 @@ msgstr "Períodos" #. module: account #: field:account.invoice.report,currency_rate:0 msgid "Currency Rate" -msgstr "" +msgstr "Taxa de Câmbio" #. module: account #: help:account.payment.term.line,value_amount:0 @@ -9058,12 +9165,12 @@ msgstr "" #: selection:report.account.sales,month:0 #: selection:report.account_type.sales,month:0 msgid "April" -msgstr "" +msgstr "Abril" #. module: account #: view:account.move.line.reconcile.select:0 msgid "Open for Reconciliation" -msgstr "" +msgstr "Aberto para Reconciliação" #. module: account #: field:account.account,parent_left:0 @@ -9076,17 +9183,21 @@ msgid "" "Refund invoice base on this type. You can not Modify and Cancel if the " "invoice is already reconciled" msgstr "" +"Faturas de Reembolso se baseiam neste tipo. Você não pode Modificar e " +"Cancelar se a fatura já estiver reconciliada" #. module: account #: help:account.installer.modules,account_analytic_plans:0 msgid "" "Allows invoice lines to impact multiple analytic accounts simultaneously." msgstr "" +"Permite que as linhas de fatura impactem em múltiplas contas analíticas " +"simultaneamente." #. module: account #: field:account.installer,sale_tax:0 msgid "Sale Tax(%)" -msgstr "" +msgstr "Imposto de Venda(%)" #. module: account #: model:ir.actions.act_window,name:account.action_invoice_tree2 @@ -9145,7 +9256,7 @@ msgstr "" #: selection:account.account.template,type:0 #: selection:account.entries.report,type:0 msgid "Regular" -msgstr "" +msgstr "Comum" #. module: account #: view:account.account:0 @@ -9159,7 +9270,7 @@ msgstr "Tipo interno" #. module: account #: report:account.move.voucher:0 msgid "State:" -msgstr "" +msgstr "Status:" #. module: account #: model:ir.actions.act_window,name:account.action_subscription_form_running @@ -9247,7 +9358,7 @@ msgstr "Origem da taxa" #: code:addons/account/report/account_profit_loss.py:127 #, python-format msgid "Net Profit" -msgstr "" +msgstr "Lucro Líquido" #. module: account #: view:ir.sequence:0 @@ -9257,13 +9368,13 @@ msgstr "Sequências de ano fiscal" #. module: account #: help:account.model,name:0 msgid "This is a model for recurring accounting entries" -msgstr "" +msgstr "Este é um modelo para lançamentos recorrentes de contabilização" #. module: account #: code:addons/account/account_analytic_line.py:100 #, python-format msgid "There is no income account defined for this product: \"%s\" (id:%d)" -msgstr "" +msgstr "Não há conta de entrada definida para este produto:\"%s\" (id:%d)" #. module: account #: report:account.general.ledger:0 @@ -9303,7 +9414,7 @@ msgstr "Total" #: code:addons/account/wizard/account_move_journal.py:97 #, python-format msgid "Journal: All" -msgstr "" +msgstr "Diário: Todos" #. module: account #: field:account.account,company_id:0 @@ -9338,17 +9449,17 @@ msgstr "Empresa" #. module: account #: model:ir.ui.menu,name:account.menu_action_subscription_form msgid "Define Recurring Entries" -msgstr "" +msgstr "Definir Lançamentos Recorrentes" #. module: account #: field:account.entries.report,date_maturity:0 msgid "Date Maturity" -msgstr "" +msgstr "Data de Vencimento" #. module: account #: help:account.bank.statement,total_entry_encoding:0 msgid "Total cash transactions" -msgstr "" +msgstr "Total de transações do caixa" #. module: account #: help:account.partner.reconcile.process,today_reconciled:0 @@ -9371,7 +9482,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_balance_report msgid "Trial Balance Report" -msgstr "" +msgstr "Relatório de Balancete" #. module: account #: model:ir.actions.act_window,name:account.action_bank_statement_draft_tree @@ -9407,7 +9518,7 @@ msgstr "Linhas da fatura" #: field:account.report.general.ledger,period_to:0 #: field:account.vat.declaration,period_to:0 msgid "End period" -msgstr "" +msgstr "Período final" #. module: account #: code:addons/account/account_move_line.py:738 @@ -9433,7 +9544,7 @@ msgstr "" #. module: account #: report:account.move.voucher:0 msgid "On Account of :" -msgstr "" +msgstr "Na Conta de:" #. module: account #: view:account.automatic.reconcile:0 @@ -9444,17 +9555,17 @@ msgstr "Movimentação de Baixa ou Exclusão" #. module: account #: model:process.node,note:account.process_node_paidinvoice0 msgid "Invoice's state is Done" -msgstr "" +msgstr "O Status das faturas é Concluído" #. module: account #: model:ir.model,name:account.model_report_account_sales msgid "Report of the Sales by Account" -msgstr "" +msgstr "Relatório de Vendas por Conta" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account msgid "Accounts Fiscal Position" -msgstr "" +msgstr "Posição Fiscal das Contas" #. module: account #: report:account.invoice:0 @@ -9498,7 +9609,7 @@ msgstr "Linhas da fatura" #. module: account #: constraint:account.account.template:0 msgid "Error ! You can not create recursive account templates." -msgstr "" +msgstr "Erro ! Você não pode criar templates recursivos para contas." #. module: account #: constraint:account.account.template:0 @@ -9507,11 +9618,14 @@ msgid "" "Make sure if the account template has parent then it should be type " "\"View\"! " msgstr "" +"Você não pode criar um template de conta! \n" +"Certifique-se de que se o template de conta tem conta pai, esta seja do tipo " +"'Visualização'! " #. module: account #: view:account.subscription:0 msgid "Recurring" -msgstr "" +msgstr "Recorrente" #. module: account #: code:addons/account/account_move_line.py:805 @@ -9579,7 +9693,7 @@ msgstr "Manualmente" #: selection:report.account.sales,month:0 #: selection:report.account_type.sales,month:0 msgid "December" -msgstr "" +msgstr "Dezembro" #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_journal_tree @@ -9590,7 +9704,7 @@ msgstr "Imprimir diários analíticos" #. module: account #: view:account.analytic.line:0 msgid "Fin.Account" -msgstr "" +msgstr "Fin.Account" #. module: account #: model:ir.actions.act_window,name:account.action_aged_receivable_graph @@ -9601,7 +9715,7 @@ msgstr "A Receber" #. module: account #: field:account.tax,applicable_type:0 msgid "Applicability" -msgstr "" +msgstr "Aplicações" #. module: account #: code:addons/account/wizard/account_move_journal.py:165 @@ -9623,12 +9737,12 @@ msgstr "" #. module: account #: model:ir.ui.menu,name:account.menu_finance_periodical_processing_billing msgid "Billing" -msgstr "" +msgstr "Cobrança" #. module: account #: view:account.account:0 msgid "Parent Account" -msgstr "" +msgstr "Conta Pai" #. module: account #: model:ir.actions.act_window,help:account.action_account_journal_form @@ -9644,7 +9758,7 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_analytic_chart msgid "Account Analytic Chart" -msgstr "" +msgstr "Plano de Contas Analíticas" #. module: account #: help:account.invoice,residual:0 @@ -9654,14 +9768,14 @@ msgstr "Quantia restante exata." #. module: account #: model:ir.ui.menu,name:account.menu_finance_statistic_report_statement msgid "Statistic Reports" -msgstr "" +msgstr "Relatórios Estatísticos" #. module: account #: field:account.installer,progress:0 #: field:account.installer.modules,progress:0 #: field:wizard.multi.charts.accounts,progress:0 msgid "Configuration Progress" -msgstr "" +msgstr "Progresso da Configuração" #. module: account #: view:account.fiscal.position.template:0 @@ -9672,7 +9786,7 @@ msgstr "Mapeando contas" #: code:addons/account/invoice.py:346 #, python-format msgid "Invoice '%s' is waiting for validation." -msgstr "" +msgstr "A fatura '%s' está aguardando validação." #. module: account #: selection:account.entries.report,month:0 @@ -9681,7 +9795,7 @@ msgstr "" #: selection:report.account.sales,month:0 #: selection:report.account_type.sales,month:0 msgid "November" -msgstr "" +msgstr "Novembro" #. module: account #: model:ir.model,name:account.model_account_installer_modules @@ -9697,7 +9811,7 @@ msgstr "A conta de receita ou despesa relacionada ao produto selecionado." #: code:addons/account/account_move_line.py:1117 #, python-format msgid "The date of your Journal Entry is not in the defined period!" -msgstr "" +msgstr "A data do seu Lançamento de Diário não está no período definido!" #. module: account #: field:account.subscription,period_total:0 @@ -9713,7 +9827,7 @@ msgstr "Diário geral" #. module: account #: view:account.invoice:0 msgid "Search Invoice" -msgstr "" +msgstr "Pesquisar Fatura" #. module: account #: report:account.invoice:0 @@ -9752,7 +9866,7 @@ msgstr "Documentos Contábeis" #. module: account #: model:ir.model,name:account.model_validate_account_move_lines msgid "Validate Account Move Lines" -msgstr "" +msgstr "Validar Linhas de Movimento de Contas" #. module: account #: model:ir.actions.act_window,name:account.action_account_analytic_cost_ledger_journal @@ -9763,17 +9877,17 @@ msgstr "Ficha de custos (somente quantidades)" #. module: account #: model:process.node,note:account.process_node_supplierpaidinvoice0 msgid "Invoice's state is Done." -msgstr "" +msgstr "O status da fatura é Concluído." #. module: account #: model:process.transition,note:account.process_transition_reconcilepaid0 msgid "As soon as the reconciliation is done, the invoice can be paid." -msgstr "" +msgstr "Assim que a reconciliação é feita, a fatura pode ser paga." #. module: account #: view:account.account.template:0 msgid "Search Account Templates" -msgstr "" +msgstr "Pesquisar Templates de Conta" #. module: account #: view:account.invoice.tax:0 @@ -9788,7 +9902,7 @@ msgstr "Superior a direita" #. module: account #: model:ir.model,name:account.model_account_addtmpl_wizard msgid "account.addtmpl.wizard" -msgstr "" +msgstr "account.addtmpl.wizard" #. module: account #: field:account.aged.trial.balance,result_selection:0 @@ -9799,7 +9913,7 @@ msgstr "" #: report:account.third_party_ledger:0 #: report:account.third_party_ledger_other:0 msgid "Partner's" -msgstr "" +msgstr "Do parceiro" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscalyear_form @@ -9814,6 +9928,8 @@ msgid "" "If the active field is set to False, it will allow you to hide the analytic " "journal without removing it." msgstr "" +"Se o campo Ativo estiver desmarcado, você pode esconder um diário analítico " +"sem removê-lo." #. module: account #: field:account.analytic.line,ref:0 @@ -9833,7 +9949,7 @@ msgstr "Model de conta" #: selection:report.account.sales,month:0 #: selection:report.account_type.sales,month:0 msgid "February" -msgstr "" +msgstr "Fevereiro" #. module: account #: field:account.bank.accounts.wizard,bank_account_id:0 @@ -9848,7 +9964,7 @@ msgstr "Conta bancária" #: model:ir.actions.act_window,name:account.action_account_central_journal #: model:ir.model,name:account.model_account_central_journal msgid "Account Central Journal" -msgstr "" +msgstr "Diário de Contas Central" #. module: account #: report:account.overdue:0 @@ -9890,7 +10006,7 @@ msgstr "Conta de despesas no modelo de produtos" #. module: account #: field:account.analytic.line,amount_currency:0 msgid "Amount currency" -msgstr "" +msgstr "Valor da moeda" #. module: account #: code:addons/account/wizard/account_report_aged_partner_balance.py:55 diff --git a/addons/account_analytic_analysis/i18n/gl.po b/addons/account_analytic_analysis/i18n/gl.po index d0da28b49a6..1b29065b823 100644 --- a/addons/account_analytic_analysis/i18n/gl.po +++ b/addons/account_analytic_analysis/i18n/gl.po @@ -9,13 +9,13 @@ msgstr "" "Project-Id-Version: account-analytic-analysis-es\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Omar (Pexego) \n" +"PO-Revision-Date: 2011-02-03 17:48+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:22+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_analytic_analysis @@ -42,7 +42,7 @@ msgstr "Calculado usando a fórmula: Cantidade máxima - Horas totais." #: code:addons/account_analytic_analysis/account_analytic_analysis.py:703 #, python-format msgid "AccessError" -msgstr "" +msgstr "Erro de Acceso" #. module: account_analytic_analysis #: help:account.analytic.account,last_invoice_date:0 @@ -60,11 +60,18 @@ msgid "" "You can also view the report of account analytic summary\n" "user-wise as well as month wise.\n" msgstr "" +"\n" +"Este módulo modifica a vista das contas analíticas para amosar información " +"importante para os xestores de proxectos das compañías de servicios.\n" +"Engade un menú para amosala información relevante para cada xerente.\n" +"\n" +"Tamen pode velo informe do resumo das contas analíticas\n" +"filtrando tanto polo usuario como polo mes.\n" #. module: account_analytic_analysis #: field:account.analytic.account,last_invoice_date:0 msgid "Last Invoice Date" -msgstr "Data última factura" +msgstr "Data da última factura" #. module: account_analytic_analysis #: help:account.analytic.account,theorical_margin:0 @@ -79,7 +86,7 @@ msgstr "Taxa de marxe real (%)" #. module: account_analytic_analysis #: field:account.analytic.account,ca_theorical:0 msgid "Theoretical Revenue" -msgstr "" +msgstr "Ingresos Teóricos" #. module: account_analytic_analysis #: help:account.analytic.account,last_worked_invoiced_date:0 @@ -93,17 +100,17 @@ msgstr "" #. module: account_analytic_analysis #: model:ir.ui.menu,name:account_analytic_analysis.menu_invoicing msgid "Billing" -msgstr "" +msgstr "Facturación" #. module: account_analytic_analysis #: field:account.analytic.account,last_worked_date:0 msgid "Date of Last Cost/Work" -msgstr "Data do último custe/traballo" +msgstr "Data do último custo/traballo" #. module: account_analytic_analysis #: field:account.analytic.account,total_cost:0 msgid "Total Costs" -msgstr "Custes totais" +msgstr "Custos totais" #. module: account_analytic_analysis #: help:account.analytic.account,hours_quantity:0 @@ -111,8 +118,8 @@ msgid "" "Number of hours you spent on the analytic account (from timesheet). It " "computes on all journal of type 'general'." msgstr "" -"Cantidade de horas que dedica á conta analítica (desde horarios). Calcula en " -"todos os diarios do tipo 'xeral'." +"Cantidade de horas que gastaches na conta analítica (dende horarios). " +"Calcula en todos os diarios do tipo 'xeral'." #. module: account_analytic_analysis #: field:account.analytic.account,remaining_hours:0 @@ -122,7 +129,7 @@ msgstr "Horas restantes" #. module: account_analytic_analysis #: field:account.analytic.account,theorical_margin:0 msgid "Theoretical Margin" -msgstr "" +msgstr "Marxe Teórica" #. module: account_analytic_analysis #: help:account.analytic.account,ca_theorical:0 @@ -131,7 +138,7 @@ msgid "" "if all these costs have been invoiced at the normal sale price provided by " "the pricelist." msgstr "" -"Baseado nos custes que tiña o proxecto, o que tería sido o ingreso se " +"Baseado nos custes que tiña no proxecto, o que tería sido o ingreso se " "todos estes custes se huberan facturado co prezo de venda normal " "proporcionado pola tarifa." @@ -169,7 +176,7 @@ msgstr "Informe contas analíticas" #. module: account_analytic_analysis #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_user msgid "Hours Summary by User" -msgstr "" +msgstr "Resumo de horas por usuario" #. module: account_analytic_analysis #: field:account.analytic.account,ca_invoiced:0 @@ -203,7 +210,7 @@ msgstr "Marxe real" msgid "" "Error! The currency has to be the same as the currency of the selected " "company" -msgstr "" +msgstr "¡Erro! A divisa ten que se-la mesma ca da compañía seleccionada" #. module: account_analytic_analysis #: help:account.analytic.account,ca_invoiced:0 @@ -297,7 +304,7 @@ msgstr "Horas totais" #. module: account_analytic_analysis #: constraint:account.analytic.account:0 msgid "Error! You can not create recursive analytic accounts." -msgstr "" +msgstr "¡Erro! Non pode crear contas analíticas recorrentes" #. module: account_analytic_analysis #: help:account.analytic.account,total_cost:0 diff --git a/addons/account_analytic_default/i18n/gl.po b/addons/account_analytic_default/i18n/gl.po index 26b986564e2..3faf10d1f81 100644 --- a/addons/account_analytic_default/i18n/gl.po +++ b/addons/account_analytic_default/i18n/gl.po @@ -9,13 +9,13 @@ msgstr "" "Project-Id-Version: account-analytic-default-es\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-04 08:45+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:22+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_analytic_default @@ -30,6 +30,9 @@ msgid "" "default (eg. create new cutomer invoice or Sale order if we select this " "partner, it will automatically take this as an analytical account)" msgstr "" +"Escolla un partner que empregará a conta analítica especificada por defecto " +"(por exemplo se crea unha nova factura de cliente ou unha orde de venda " +"seleccionando este partner, automáticamente collerá a súa conta analítica)" #. module: account_analytic_default #: model:ir.actions.act_window,name:account_analytic_default.analytic_rule_action_partner @@ -41,27 +44,27 @@ msgstr "Regras analíticas" #. module: account_analytic_default #: help:account.analytic.default,analytic_id:0 msgid "Analytical Account" -msgstr "" +msgstr "Conta Analítica" #. module: account_analytic_default #: view:account.analytic.default:0 msgid "Current" -msgstr "" +msgstr "Actual" #. module: account_analytic_default #: view:account.analytic.default:0 msgid "Group By..." -msgstr "" +msgstr "Agrupar por ..." #. module: account_analytic_default #: help:account.analytic.default,date_stop:0 msgid "Default end date for this Analytical Account" -msgstr "" +msgstr "Data límite para esta conta analítica" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_stock_picking msgid "Picking List" -msgstr "" +msgstr "Albarán" #. module: account_analytic_default #: view:account.analytic.default:0 @@ -75,11 +78,15 @@ msgid "" "default (eg. create new cutomer invoice or Sale order if we select this " "company, it will automatically take this as an analytical account)" msgstr "" +"Escolla unha compañía que empregara-la conta analítica especificada por " +"defecto (por exemplo ó crear unha nova factura de cliente ou orde de venda " +"seleccionando esta compañía, automáticamente collerá a conta analítica de " +"ésta)" #. module: account_analytic_default #: help:account.analytic.default,date_start:0 msgid "Default start date for this Analytical Account" -msgstr "" +msgstr "Data de comezo por defecto" #. module: account_analytic_default #: view:account.analytic.default:0 @@ -90,7 +97,7 @@ msgstr "Produto" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_account_analytic_default msgid "Analytic Distribution" -msgstr "" +msgstr "Distribución analítica" #. module: account_analytic_default #: view:account.analytic.default:0 @@ -119,6 +126,7 @@ msgstr "Data final" msgid "" "select a user which will use analytical account specified in analytic default" msgstr "" +"Escolla un usuario que empregará a conta analítica especificada por defecto" #. module: account_analytic_default #: view:account.analytic.default:0 @@ -139,6 +147,15 @@ msgid "" "* Date\n" " " msgstr "" +"\n" +"Permite escoller automáticamente contas analíticas basándose nos seguintes " +"criterios:\n" +"*Producto\n" +"*Partner\n" +"*Usuario\n" +"*Compañía\n" +"*Data\n" +" " #. module: account_analytic_default #: help:account.analytic.default,product_id:0 @@ -147,6 +164,9 @@ msgid "" "default (eg. create new cutomer invoice or Sale order if we select this " "product, it will automatically take this as an analytical account)" msgstr "" +"Escolla un producto que empregará a conta analítica especificada por defecto " +"(por exemplo, se creamos unha nova factura de cliente ou orde de venda na " +"que apareza este producto, automáticamente collerá a súa conta analítica)" #. module: account_analytic_default #: field:account.analytic.default,sequence:0 @@ -156,7 +176,7 @@ msgstr "Secuencia" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_account_invoice_line msgid "Invoice Line" -msgstr "" +msgstr "Liña de Factura" #. module: account_analytic_default #: view:account.analytic.default:0 @@ -167,7 +187,7 @@ msgstr "Conta analítica" #. module: account_analytic_default #: view:account.analytic.default:0 msgid "Accounts" -msgstr "" +msgstr "Contas" #. module: account_analytic_default #: view:account.analytic.default:0 @@ -185,8 +205,9 @@ msgstr "Data inicial" msgid "" "Gives the sequence order when displaying a list of analytic distribution" msgstr "" +"Proporciona a orde de secuencia ó amosar unha lista de distribución analítica" #. module: account_analytic_default #: model:ir.model,name:account_analytic_default.model_sale_order_line msgid "Sales Order Line" -msgstr "" +msgstr "Liña de orde de venda" diff --git a/addons/account_cancel/i18n/gl.po b/addons/account_cancel/i18n/gl.po new file mode 100644 index 00000000000..72cd117187a --- /dev/null +++ b/addons/account_cancel/i18n/gl.po @@ -0,0 +1,37 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-04 08:17+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-05 06:11+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: account_cancel +#: model:ir.module.module,description:account_cancel.module_meta_information +msgid "" +"\n" +" Module adds 'Allow cancelling entries' field on form view of account " +"journal. If set to true it allows user to cancel entries & invoices.\n" +" " +msgstr "" +"\n" +" O módulo engade o campo 'Permitir cancelar asientos' na vista de " +"formulario da conta de diario. Se se establece como verdadeiro permite ó " +"usuario cancelar os asientos & as facturas\n" +" " + +#. module: account_cancel +#: model:ir.module.module,shortdesc:account_cancel.module_meta_information +msgid "Account Cancel" +msgstr "Cancelar Cuenta" diff --git a/addons/account_chart/i18n/gl.po b/addons/account_chart/i18n/gl.po index d9ce1782571..a9ca7f37318 100644 --- a/addons/account_chart/i18n/gl.po +++ b/addons/account_chart/i18n/gl.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-04 08:18+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-01-25 06:24+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_chart @@ -25,4 +25,4 @@ msgstr "Eliminar plan contable mínimo" #. module: account_chart #: model:ir.module.module,shortdesc:account_chart.module_meta_information msgid "Charts of Accounts" -msgstr "" +msgstr "Plans contables" diff --git a/addons/account_payment/i18n/pt_BR.po b/addons/account_payment/i18n/pt_BR.po index 289a08609f1..052b6e5606b 100644 --- a/addons/account_payment/i18n/pt_BR.po +++ b/addons/account_payment/i18n/pt_BR.po @@ -13,7 +13,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-03 06:17+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_payment diff --git a/addons/account_sequence/i18n/es.po b/addons/account_sequence/i18n/es.po index ed5b01fad91..c383d6eef7d 100644 --- a/addons/account_sequence/i18n/es.po +++ b/addons/account_sequence/i18n/es.po @@ -8,20 +8,20 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-26 22:09+0000\n" -"Last-Translator: Ignacio Ibeas - http://www.acysos.com \n" +"PO-Revision-Date: 2011-02-04 08:50+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-01-27 05:44+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_sequence #: view:account.sequence.installer:0 #: model:ir.actions.act_window,name:account_sequence.action_account_seq_installer msgid "Account Sequence Application Configuration" -msgstr "" +msgstr "Configuración de Aplicación de Secuencia de Cuenta" #. module: account_sequence #: constraint:account.move:0 @@ -66,7 +66,7 @@ msgstr "" #. module: account_sequence #: model:ir.module.module,shortdesc:account_sequence.module_meta_information msgid "Entries Sequence Numbering" -msgstr "" +msgstr "Numeración de la secuencia de asientos" #. module: account_sequence #: help:account.sequence.installer,number_increment:0 @@ -77,7 +77,7 @@ msgstr "" #. module: account_sequence #: view:account.sequence.installer:0 msgid "Configure Your Account Sequence Application" -msgstr "" +msgstr "Configurar su Aplicación de Secuencia de la Cuenta" #. module: account_sequence #: field:account.sequence.installer,progress:0 @@ -226,6 +226,7 @@ msgstr "Diario" #: view:account.sequence.installer:0 msgid "You can enhance the Account Sequence Application by installing ." msgstr "" +"Puede realzar la Aplicación de Secuencia de la Cuenta mediante instalación ." #. module: account_sequence #: constraint:account.move.line:0 diff --git a/addons/account_sequence/i18n/pt_BR.po b/addons/account_sequence/i18n/pt_BR.po new file mode 100644 index 00000000000..e19e2d759ec --- /dev/null +++ b/addons/account_sequence/i18n/pt_BR.po @@ -0,0 +1,221 @@ +# Brazilian Portuguese translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-05 03:09+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: account_sequence +#: view:account.sequence.installer:0 +#: model:ir.actions.act_window,name:account_sequence.action_account_seq_installer +msgid "Account Sequence Application Configuration" +msgstr "" + +#. module: account_sequence +#: constraint:account.move:0 +msgid "" +"You cannot create entries on different periods/journals in the same move" +msgstr "" + +#. module: account_sequence +#: help:account.move,internal_sequence_number:0 +#: help:account.move.line,internal_sequence_number:0 +msgid "Internal Sequence Number" +msgstr "" + +#. module: account_sequence +#: help:account.sequence.installer,number_next:0 +msgid "Next number of this sequence" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,number_next:0 +msgid "Next Number" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,number_increment:0 +msgid "Increment Number" +msgstr "" + +#. module: account_sequence +#: model:ir.module.module,description:account_sequence.module_meta_information +msgid "" +"\n" +" This module maintains internal sequence number for accounting entries.\n" +" " +msgstr "" + +#. module: account_sequence +#: model:ir.module.module,shortdesc:account_sequence.module_meta_information +msgid "Entries Sequence Numbering" +msgstr "" + +#. module: account_sequence +#: help:account.sequence.installer,number_increment:0 +msgid "The next number of the sequence will be incremented by this number" +msgstr "" + +#. module: account_sequence +#: view:account.sequence.installer:0 +msgid "Configure Your Account Sequence Application" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,progress:0 +msgid "Configuration Progress" +msgstr "" + +#. module: account_sequence +#: help:account.sequence.installer,suffix:0 +msgid "Suffix value of the record for the sequence" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,company_id:0 +msgid "Company" +msgstr "" + +#. module: account_sequence +#: help:account.journal,internal_sequence_id:0 +msgid "" +"This sequence will be used to maintain the internal number for the journal " +"entries related to this journal." +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,padding:0 +msgid "Number padding" +msgstr "" + +#. module: account_sequence +#: model:ir.model,name:account_sequence.model_account_move_line +msgid "Journal Items" +msgstr "" + +#. module: account_sequence +#: field:account.move,internal_sequence_number:0 +#: field:account.move.line,internal_sequence_number:0 +msgid "Internal Number" +msgstr "" + +#. module: account_sequence +#: constraint:account.move.line:0 +msgid "Company must be same for its related account and period." +msgstr "" + +#. module: account_sequence +#: help:account.sequence.installer,padding:0 +msgid "" +"OpenERP will automatically adds some '0' on the left of the 'Next Number' to " +"get the required padding size." +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,name:0 +msgid "Name" +msgstr "" + +#. module: account_sequence +#: constraint:account.move.line:0 +msgid "You can not create move line on closed account." +msgstr "" + +#. module: account_sequence +#: constraint:account.move:0 +msgid "" +"You cannot create more than one move per period on centralized journal" +msgstr "" + +#. module: account_sequence +#: sql_constraint:account.move.line:0 +msgid "Wrong credit or debit value in accounting entry !" +msgstr "" + +#. module: account_sequence +#: field:account.journal,internal_sequence_id:0 +msgid "Internal Sequence" +msgstr "" + +#. module: account_sequence +#: model:ir.model,name:account_sequence.model_account_sequence_installer +msgid "account.sequence.installer" +msgstr "" + +#. module: account_sequence +#: view:account.sequence.installer:0 +msgid "Configure" +msgstr "" + +#. module: account_sequence +#: help:account.sequence.installer,prefix:0 +msgid "Prefix value of the record for the sequence" +msgstr "" + +#. module: account_sequence +#: model:ir.model,name:account_sequence.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,suffix:0 +msgid "Suffix" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,config_logo:0 +msgid "Image" +msgstr "" + +#. module: account_sequence +#: view:account.sequence.installer:0 +msgid "title" +msgstr "" + +#. module: account_sequence +#: sql_constraint:account.journal:0 +msgid "The name of the journal must be unique per company !" +msgstr "" + +#. module: account_sequence +#: field:account.sequence.installer,prefix:0 +msgid "Prefix" +msgstr "" + +#. module: account_sequence +#: sql_constraint:account.journal:0 +msgid "The code of the journal must be unique per company !" +msgstr "" + +#. module: account_sequence +#: constraint:account.move.line:0 +msgid "" +"You can not create move line on receivable/payable account without partner" +msgstr "" + +#. module: account_sequence +#: model:ir.model,name:account_sequence.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_sequence +#: view:account.sequence.installer:0 +msgid "You can enhance the Account Sequence Application by installing ." +msgstr "" + +#. module: account_sequence +#: constraint:account.move.line:0 +msgid "You can not create move line on view account." +msgstr "" diff --git a/addons/account_voucher/i18n/pt_BR.po b/addons/account_voucher/i18n/pt_BR.po index 95bd7f443ea..95e08b74065 100644 --- a/addons/account_voucher/i18n/pt_BR.po +++ b/addons/account_voucher/i18n/pt_BR.po @@ -13,7 +13,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-03 06:17+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_voucher diff --git a/addons/analytic_journal_billing_rate/i18n/gl.po b/addons/analytic_journal_billing_rate/i18n/gl.po index 138a12382d5..8a519e83e4c 100644 --- a/addons/analytic_journal_billing_rate/i18n/gl.po +++ b/addons/analytic_journal_billing_rate/i18n/gl.po @@ -9,13 +9,13 @@ msgstr "" "Project-Id-Version: analytic-journal-billing-rate-es\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-03 16:56+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-04 09:05+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:26+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: analytic_journal_billing_rate @@ -34,6 +34,19 @@ msgid "" "\n" " " msgstr "" +"\n" +"\n" +" Este módulo permite que estableza cal é a taxa de facturación por " +"defecto para un diario específico nunha determinada conta. Isto é usado " +"sobre todo cando un usuario cubre o seu parte de horas: os valores son " +"recuperados e os campos son cubertos automáticamente... pero a posibilidade " +"de modificar estes valores aínda está dispoñible.\n" +"\n" +" Por suposto, se ningún dato foi rexistrado para a conta actual, o valor " +"por defecto é dado como de costume polos datos da conta para que este módulo " +"sexa perfectamente compatible coas configuracións máis antigas.\n" +"\n" +" " #. module: analytic_journal_billing_rate #: field:analytic_journal_rate_grid,journal_id:0 @@ -43,7 +56,7 @@ msgstr "Diario analítico" #. module: analytic_journal_billing_rate #: model:ir.model,name:analytic_journal_billing_rate.model_account_invoice msgid "Invoice" -msgstr "" +msgstr "Factura" #. module: analytic_journal_billing_rate #: view:analytic_journal_rate_grid:0 @@ -72,13 +85,15 @@ msgid "" "Analytic Journal Billing Rate, Define the default invoicing rate for a " "specific journal" msgstr "" +"Taxa Analítico de Diario de Facturación, Define o taxa de facturación por " +"defecto para un diario específico" #. module: analytic_journal_billing_rate #: constraint:account.analytic.account:0 msgid "" "Error! The currency has to be the same as the currency of the selected " "company" -msgstr "" +msgstr "¡Erro! A moeda ten que sela mesma ca moeda da empresa seleccionada" #. module: analytic_journal_billing_rate #: field:analytic_journal_rate_grid,rate_id:0 @@ -88,9 +103,9 @@ msgstr "Taxa de facturación" #. module: analytic_journal_billing_rate #: constraint:account.analytic.account:0 msgid "Error! You can not create recursive analytic accounts." -msgstr "" +msgstr "¡Erro! Non pode crear contas analíticas recursivas" #. module: analytic_journal_billing_rate #: model:ir.model,name:analytic_journal_billing_rate.model_hr_analytic_timesheet msgid "Timesheet Line" -msgstr "" +msgstr "Liña de parte de horas" diff --git a/addons/anonymization/i18n/es.po b/addons/anonymization/i18n/es.po index 6f72e529b46..480dafa3fad 100644 --- a/addons/anonymization/i18n/es.po +++ b/addons/anonymization/i18n/es.po @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-23 21:25+0000\n" -"Last-Translator: Ana Juaristi Olalde \n" +"PO-Revision-Date: 2011-02-04 08:52+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-01-25 06:27+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymize_wizard msgid "ir.model.fields.anonymize.wizard" -msgstr "" +msgstr "ir.model.fields.anonymize.wizard" #. module: anonymization #: field:ir.model.fields.anonymization,field_name:0 @@ -46,7 +46,7 @@ msgstr "Importar" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization msgid "ir.model.fields.anonymization" -msgstr "" +msgstr "ir.model.fields.anonymization" #. module: anonymization #: model:ir.module.module,shortdesc:anonymization.module_meta_information @@ -194,7 +194,7 @@ msgstr "Histórico de hacer anónima" #. module: anonymization #: model:ir.model,name:anonymization.model_ir_model_fields_anonymization_history msgid "ir.model.fields.anonymization.history" -msgstr "" +msgstr "ir.model.fields.anonymization.history" #. module: anonymization #: model:ir.actions.act_window,name:anonymization.action_ir_model_fields_anonymize_wizard diff --git a/addons/auction/i18n/es.po b/addons/auction/i18n/es.po index bd4740a032c..e9b7d3690ea 100644 --- a/addons/auction/i18n/es.po +++ b/addons/auction/i18n/es.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Borja López Soilán \n" +"PO-Revision-Date: 2011-02-04 09:09+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:28+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: auction @@ -135,7 +135,7 @@ msgstr "Nombre objeto subastado" #. module: auction #: model:ir.model,name:auction.model_aie_category msgid "aie.category" -msgstr "" +msgstr "aie.category" #. module: auction #: field:auction.deposit.cost,amount:0 @@ -718,7 +718,7 @@ msgstr "Tipo" #. module: auction #: help:aie.category,child_ids:0 msgid "children aie category" -msgstr "" +msgstr "Categoría hijo de aie" #. module: auction #: help:auction.lots,ach_emp:0 @@ -803,7 +803,7 @@ msgstr "Nº de obj. codificados" #. module: auction #: field:aie.category,parent_id:0 msgid "Parent aie Category" -msgstr "" +msgstr "Categoría padre de aie" #. module: auction #: view:report.auction:0 @@ -1438,7 +1438,7 @@ msgstr "Estadística" #. module: auction #: model:ir.model,name:auction.model_auction_deposit msgid "Auction Deposit Border" -msgstr "" +msgstr "Depósito límite de subasta" #. module: auction #: model:ir.actions.act_window,name:auction.action_report_object_encoded_tree @@ -1934,7 +1934,7 @@ msgstr "Mín/Adj/Máx" #. module: auction #: view:auction.catalog.flagey:0 msgid "Catalog Flagey Report" -msgstr "" +msgstr "Informe de Catálogo Flagey" #. module: auction #: help:auction.lots,obj_price:0 diff --git a/addons/base_crypt/i18n/es.po b/addons/base_crypt/i18n/es.po index 1c92540079e..60a678a0292 100644 --- a/addons/base_crypt/i18n/es.po +++ b/addons/base_crypt/i18n/es.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-26 22:27+0000\n" -"Last-Translator: Ignacio Ibeas - http://www.acysos.com \n" +"PO-Revision-Date: 2011-02-04 08:51+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-01-27 05:44+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base_crypt @@ -42,7 +42,7 @@ msgstr "¡Por favor, escriba una contraseña!" #. module: base_crypt #: model:ir.module.module,shortdesc:base_crypt.module_meta_information msgid "Base - Password Encryption" -msgstr "" +msgstr "Base - Encriptación de la Contraseña" #. module: base_crypt #: code:addons/base_crypt/crypt.py:132 diff --git a/addons/base_crypt/i18n/gl.po b/addons/base_crypt/i18n/gl.po new file mode 100644 index 00000000000..68dbf2ab78d --- /dev/null +++ b/addons/base_crypt/i18n/gl.po @@ -0,0 +1,87 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-04 08:23+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-05 06:11+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: base_crypt +#: sql_constraint:res.users:0 +msgid "You can not have two users with the same login !" +msgstr "¡Non pode ter dous usuarios co mesmo login!" + +#. module: base_crypt +#: model:ir.model,name:base_crypt.model_res_users +msgid "res.users" +msgstr "res.users" + +#. module: base_crypt +#: constraint:res.users:0 +msgid "The chosen company is not in the allowed companies for this user" +msgstr "A compañía escollida non é unha compañía permitida para este usuario" + +#. module: base_crypt +#: code:addons/base_crypt/crypt.py:132 +#, python-format +msgid "Please specify the password !" +msgstr "¡Por favor especifica a contrasinal!" + +#. module: base_crypt +#: model:ir.module.module,shortdesc:base_crypt.module_meta_information +msgid "Base - Password Encryption" +msgstr "Base - Encriptación da contrasinal" + +#. module: base_crypt +#: code:addons/base_crypt/crypt.py:132 +#, python-format +msgid "Error" +msgstr "Erro" + +#. module: base_crypt +#: model:ir.module.module,description:base_crypt.module_meta_information +msgid "" +"This module replaces the cleartext password in the database with a password " +"hash,\n" +"preventing anyone from reading the original password.\n" +"For your existing user base, the removal of the cleartext passwords occurs " +"the first time\n" +"a user logs into the database, after installing base_crypt.\n" +"After installing this module it won't be possible to recover a forgotten " +"password for your\n" +"users, the only solution is for an admin to set a new password.\n" +"\n" +"Note: installing this module does not mean you can ignore basic security " +"measures,\n" +"as the password is still transmitted unencrypted on the network (by the " +"client),\n" +"unless you are using a secure protocol such as XML-RPCS.\n" +" " +msgstr "" +"Este módulo substitúe os contrasinais en texto normal na base de datos a un " +"hash de contrasinal,\n" +"impedindo que calquera persoa lea o contrasinal orixinal.\n" +"Para a súa base de usuarios existentes, a eliminación das contrasinais en " +"texto plano ocorre a primeira vez que\n" +"un usuario se conecta á base de datos, trala instalación de base_crypt.\n" +"Despois de instalar este módulo non será posible recuperar un contrasinal " +"esquecido para o seu\n" +"usuario, a única solución é que un administrador estableza un novo " +"contrasinal.\n" +"\n" +"Nota: A instalación deste módulo non significa que pode ignorar as medidas " +"básicas de seguridade,\n" +"como o contrasinal aínda se transmite sen cifrado na rede (polo cliente),\n" +"a menos que vostede esté a usar un protocolo seguro, como XML-RPCs.\n" +" " diff --git a/addons/base_tools/i18n/gl.po b/addons/base_tools/i18n/gl.po new file mode 100644 index 00000000000..5b6cff4c031 --- /dev/null +++ b/addons/base_tools/i18n/gl.po @@ -0,0 +1,32 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-04 08:14+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-05 06:11+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: base_tools +#: model:ir.module.module,shortdesc:base_tools.module_meta_information +msgid "Common base for tools modules" +msgstr "Base común para módulos de ferramentas" + +#. module: base_tools +#: model:ir.module.module,description:base_tools.module_meta_information +msgid "" +"\n" +" " +msgstr "" +"\n" +" " diff --git a/addons/crm/i18n/es_AR.po b/addons/crm/i18n/es_AR.po index 0e43e4c7200..372573ad73e 100644 --- a/addons/crm/i18n/es_AR.po +++ b/addons/crm/i18n/es_AR.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2011-02-04 21:28+0000\n" +"Last-Translator: Gustavo Earnshaw \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: 2011-01-25 06:35+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:12+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: crm @@ -575,7 +575,7 @@ msgstr "" #. module: crm #: selection:crm.segmentation,state:0 msgid "Not Running" -msgstr "Sin ejecutarse" +msgstr "No está en ejecución" #. module: crm #: view:crm.send.mail:0 @@ -743,7 +743,7 @@ msgstr "" #. module: crm #: view:crm.segmentation.line:0 msgid "Partner Segmentation Lines" -msgstr "Líneas de Segmentación del Partner" +msgstr "Líneas de Segmentación de Empresa" #. module: crm #: view:crm.lead:0 @@ -779,7 +779,7 @@ msgstr "" #: view:crm.segmentation:0 #: model:ir.model,name:crm.model_crm_segmentation msgid "Partner Segmentation" -msgstr "Segmentación de partners" +msgstr "Segmentación de Empresa" #. module: crm #: field:crm.lead.report,probable_revenue:0 @@ -836,7 +836,7 @@ msgstr "" #. module: crm #: view:crm.segmentation:0 msgid "Stop Process" -msgstr "Parar el proceso" +msgstr "Detener Proceso" #. module: crm #: view:crm.phonecall:0 @@ -1353,7 +1353,7 @@ msgstr "" #. module: crm #: field:crm.segmentation,partner_id:0 msgid "Max Partner ID processed" -msgstr "Máx ID de partner procesado" +msgstr "Máx ID de Empresa procesado" #. module: crm #: model:ir.actions.act_window,name:crm.action_report_crm_phonecall diff --git a/addons/crm_claim/i18n/tr.po b/addons/crm_claim/i18n/tr.po new file mode 100644 index 00000000000..b99213a9023 --- /dev/null +++ b/addons/crm_claim/i18n/tr.po @@ -0,0 +1,749 @@ +# Turkish translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-05 10:21+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: crm_claim +#: field:crm.claim.report,nbr:0 +msgid "# of Cases" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: view:crm.claim.report:0 +msgid "Group By..." +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Responsibilities" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,date_action_next:0 +msgid "Next Action Date" +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,probability:0 +msgid "Probability" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "March" +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,delay_close:0 +msgid "Delay to close" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,resolution:0 +msgid "Resolution" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,company_id:0 +#: view:crm.claim.report:0 +#: field:crm.claim.report,company_id:0 +msgid "Company" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,email_cc:0 +msgid "Watchers Emails" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid "#Claim" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,help:crm_claim.crm_claim_stage_act +msgid "" +"You can create claim stages to categorize the status of every claim entered " +"in the system. The stages define all the steps required for the resolution " +"of a claim." +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,priority:0 +#: selection:crm.claim.report,priority:0 +msgid "Highest" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +#: field:crm.claim.report,day:0 +msgid "Day" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Add Internal Note" +msgstr "" + +#. module: crm_claim +#: help:crm.claim,section_id:0 +msgid "" +"Sales team to which Case belongs to.Define Responsible user and Email " +"account for mail gateway." +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Claim Description" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: crm_claim +#: model:crm.case.categ,name:crm_claim.categ_claim1 +msgid "Factual Claims" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,state:0 +#: selection:crm.claim.report,state:0 +msgid "Cancelled" +msgstr "" + +#. module: crm_claim +#: model:crm.case.resource.type,name:crm_claim.type_claim2 +msgid "Preventive" +msgstr "" + +#. module: crm_claim +#: model:crm.case.stage,name:crm_claim.stage_claim2 +msgid "Fixed" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,partner_address_id:0 +msgid "Partner Contact" +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,date_closed:0 +msgid "Close Date" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid " Month " +msgstr "" + +#. module: crm_claim +#: field:crm.claim,ref:0 +msgid "Reference" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,action_next:0 +msgid "Next Action" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Reset to Draft" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: field:crm.claim,date_deadline:0 +#: field:crm.claim.report,date_deadline:0 +msgid "Deadline" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: field:crm.claim,partner_id:0 +#: view:crm.claim.report:0 +#: field:crm.claim.report,partner_id:0 +msgid "Partner" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,type_action:0 +#: selection:crm.claim.report,type_action:0 +msgid "Preventive Action" +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,section_id:0 +msgid "Section" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Root Causes" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,user_fault:0 +msgid "Trouble Responsible" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,priority:0 +#: view:crm.claim.report:0 +#: field:crm.claim.report,priority:0 +msgid "Priority" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Send New Email" +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,delay_expected:0 +msgid "Overpassed Deadline" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: view:crm.claim.report:0 +msgid "Type" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,email_from:0 +msgid "Email" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,priority:0 +#: selection:crm.claim.report,priority:0 +msgid "Lowest" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,create_date:0 +msgid "Creation Date" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,name:0 +msgid "Claim Subject" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,help:crm_claim.action_report_crm_claim +msgid "" +"Have a general overview of all claims processed in the system by sorting " +"them with specific criteria." +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "July" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,name:crm_claim.crm_claim_stage_act +msgid "Claim Stages" +msgstr "" + +#. module: crm_claim +#: model:ir.ui.menu,name:crm_claim.menu_crm_case_claim-act +msgid "Categories" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: field:crm.claim,stage_id:0 +#: view:crm.claim.report:0 +#: field:crm.claim.report,stage_id:0 +msgid "Stage" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "History Information" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Dates" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid " Month-1 " +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Contact" +msgstr "" + +#. module: crm_claim +#: model:ir.ui.menu,name:crm_claim.menu_crm_claim_stage_act +msgid "Stages" +msgstr "" + +#. module: crm_claim +#: model:ir.ui.menu,name:crm_claim.menu_report_crm_claim_tree +msgid "Claims Analysis" +msgstr "" + +#. module: crm_claim +#: help:crm.claim.report,delay_close:0 +msgid "Number of Days to close the case" +msgstr "" + +#. module: crm_claim +#: model:ir.model,name:crm_claim.model_crm_claim_report +msgid "CRM Claim Report" +msgstr "" + +#. module: crm_claim +#: model:crm.case.stage,name:crm_claim.stage_claim1 +msgid "Accepted as Claim" +msgstr "" + +#. module: crm_claim +#: model:crm.case.resource.type,name:crm_claim.type_claim1 +msgid "Corrective" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "September" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "December" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +#: field:crm.claim.report,month:0 +msgid "Month" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,type_action:0 +#: field:crm.claim.report,type_action:0 +msgid "Action Type" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,write_date:0 +msgid "Update Date" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid "Salesman" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,categ_id:0 +#: view:crm.claim.report:0 +#: field:crm.claim.report,categ_id:0 +msgid "Category" +msgstr "" + +#. module: crm_claim +#: model:crm.case.categ,name:crm_claim.categ_claim2 +msgid "Value Claims" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid " Year " +msgstr "" + +#. module: crm_claim +#: help:crm.claim,email_cc:0 +msgid "" +"These email addresses will be added to the CC field of all inbound and " +"outbound emails for this record before being sent. Separate multiple email " +"addresses with a comma" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,state:0 +#: view:crm.claim.report:0 +#: selection:crm.claim.report,state:0 +msgid "Draft" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,priority:0 +#: selection:crm.claim.report,priority:0 +msgid "Low" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,date_closed:0 +#: selection:crm.claim,state:0 +#: selection:crm.claim.report,state:0 +msgid "Closed" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: selection:crm.claim,state:0 +#: view:crm.claim.report:0 +#: selection:crm.claim.report,state:0 +msgid "Pending" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Communication & History" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "August" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,priority:0 +#: selection:crm.claim.report,priority:0 +msgid "Normal" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Global CC" +msgstr "" + +#. module: crm_claim +#: model:ir.module.module,shortdesc:crm_claim.module_meta_information +msgid "Customer & Supplier Relationship Management" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "June" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,partner_phone:0 +msgid "Phone" +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,user_id:0 +msgid "User" +msgstr "" + +#. module: crm_claim +#: model:crm.case.stage,name:crm_claim.stage_claim5 +msgid "Awaiting Response" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,name:crm_claim.crm_claim_categ_action +msgid "Claim Categories" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "November" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid "Extended Filters..." +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Closure" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid "Search" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "October" +msgstr "" + +#. module: crm_claim +#: model:ir.module.module,description:crm_claim.module_meta_information +msgid "" +"\n" +"This modules allows you to track your customers/suppliers claims and " +"flames.\n" +"It is fully integrated with the email gateway so that you can create\n" +"automatically new claims based on incoming emails.\n" +" " +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "January" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: field:crm.claim,date:0 +msgid "Claim Date" +msgstr "" + +#. module: crm_claim +#: help:crm.claim,email_from:0 +msgid "These people will receive email." +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: view:crm.claim.report:0 +#: model:ir.actions.act_window,name:crm_claim.action_report_crm_claim +#: model:ir.actions.act_window,name:crm_claim.crm_case_categ_claim0 +#: model:ir.ui.menu,name:crm_claim.menu_crm_case_claims +msgid "Claims" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,type_action:0 +#: selection:crm.claim.report,type_action:0 +msgid "Corrective Action" +msgstr "" + +#. module: crm_claim +#: model:crm.case.categ,name:crm_claim.categ_claim3 +msgid "Policy Claims" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "History" +msgstr "" + +#. module: crm_claim +#: model:ir.model,name:crm_claim.model_crm_claim +#: model:ir.ui.menu,name:crm_claim.menu_config_claim +msgid "Claim" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Attachments" +msgstr "" + +#. module: crm_claim +#: model:ir.model,name:crm_claim.model_crm_case_stage +msgid "Stage of case" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: field:crm.claim,state:0 +#: view:crm.claim.report:0 +#: field:crm.claim.report,state:0 +msgid "State" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: view:crm.claim.report:0 +msgid "Done" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Claim Reporter" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: view:crm.claim.report:0 +msgid "Cancel" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Close" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: selection:crm.claim,state:0 +#: view:crm.claim.report:0 +#: selection:crm.claim.report,state:0 +msgid "Open" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "In Progress" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +#: field:crm.claim,user_id:0 +msgid "Responsible" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Current" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Details" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Reply" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,cause:0 +msgid "Root Cause" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Claim/Action Description" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,description:0 +msgid "Description" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Search Claims" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,section_id:0 +#: view:crm.claim.report:0 +msgid "Sales Team" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "May" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Resolution Actions" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,name:crm_claim.act_claim_partner +#: model:ir.actions.act_window,name:crm_claim.act_claim_partner_address +msgid "Report a Claim" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,help:crm_claim.crm_case_categ_claim0 +msgid "" +"Record and track your customers' claims. Claims may be linked to a sales " +"order or a lot. You can send emails with attachments and keep the full " +"history for a claim (emails sent, intervention type and so on). Claims may " +"automatically be linked to an email address using the mail gateway module." +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,email:0 +msgid "# Emails" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Follow Up" +msgstr "" + +#. module: crm_claim +#: help:crm.claim,state:0 +msgid "" +"The state is set to 'Draft', when a case is created. " +" \n" +"If the case is in progress the state is set to 'Open'. " +" \n" +"When the case is over, the state is set to 'Done'. " +" \n" +"If the case needs to be reviewed then the state is set to 'Pending'." +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "February" +msgstr "" + +#. module: crm_claim +#: model:crm.case.stage,name:crm_claim.stage_claim3 +msgid "Won't fix" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim.report,month:0 +msgid "April" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +msgid "My Case(s)" +msgstr "" + +#. module: crm_claim +#: field:crm.claim,id:0 +msgid "ID" +msgstr "" + +#. module: crm_claim +#: view:crm.claim:0 +msgid "Actions" +msgstr "" + +#. module: crm_claim +#: selection:crm.claim,priority:0 +#: selection:crm.claim.report,priority:0 +msgid "High" +msgstr "" + +#. module: crm_claim +#: model:ir.actions.act_window,help:crm_claim.crm_claim_categ_action +msgid "" +"Create claim categories to better manage and classify your claims. Some " +"example of claims can be: preventive action, corrective action." +msgstr "" + +#. module: crm_claim +#: field:crm.claim.report,create_date:0 +msgid "Create Date" +msgstr "" + +#. module: crm_claim +#: view:crm.claim.report:0 +#: field:crm.claim.report,name:0 +msgid "Year" +msgstr "" diff --git a/addons/event_project/i18n/gl.po b/addons/event_project/i18n/gl.po index f5cfffc6627..de94131557f 100644 --- a/addons/event_project/i18n/gl.po +++ b/addons/event_project/i18n/gl.po @@ -9,24 +9,24 @@ msgstr "" "Project-Id-Version: event-project-es\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Frco. Javier Rial \n" +"PO-Revision-Date: 2011-02-04 08:38+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:39+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:12+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: event_project #: model:ir.model,name:event_project.model_event_project msgid "Event Project" -msgstr "" +msgstr "Proxecto de evento" #. module: event_project #: field:event.project,date:0 msgid "Date End" -msgstr "" +msgstr "Data de Fin" #. module: event_project #: view:event.project:0 @@ -41,6 +41,9 @@ msgid "" " This module allows you to create retro planning for managing your " "events.\n" msgstr "" +"Organización e xestión de eventos.\n" +" Este módulo permite crear planificación retro para a xestión dos seus " +"eventos.\n" #. module: event_project #: help:event.project,project_id:0 @@ -49,17 +52,21 @@ msgid "" "After click on 'Create Retro-planning', New Project will be duplicated from " "this template project." msgstr "" +"Esta é unha Proxeto Plantilla. Proxecto de evento é un duplicado desta " +"Plantilla. Despois de pinchar en 'Crear Planificación-Retro', un Novo " +"proxecto será duplicado dende este proxecto plantilla." #. module: event_project #: view:event.project:0 #: model:ir.actions.act_window,name:event_project.action_event_project msgid "Retro-Planning" -msgstr "" +msgstr "Planificación-Retro" #. module: event_project #: constraint:event.event:0 msgid "Error ! Closing Date cannot be set before Beginning Date." msgstr "" +"¡Erro! A Data de Peche non poder ser establecida antes da Data de Comezo." #. module: event_project #: field:event.event,project_id:0 @@ -75,22 +82,23 @@ msgstr "Tarefas" #. module: event_project #: view:event.event:0 msgid "All tasks" -msgstr "" +msgstr "Todas as tarefas" #. module: event_project #: model:ir.module.module,shortdesc:event_project.module_meta_information msgid "Event Project - Create Retro-Planning to manage your Events" msgstr "" +"Proxecto de Evento - Crear Planificación-Retro para xestionar os seus Eventos" #. module: event_project #: field:event.project,project_id:0 msgid "Template of Project" -msgstr "" +msgstr "Plantilla do Proxecto" #. module: event_project #: constraint:event.event:0 msgid "Error ! You cannot create recursive event." -msgstr "" +msgstr "¡Erro! Non pode crear evento recursivo." #. module: event_project #: field:event.event,task_ids:0 @@ -100,12 +108,12 @@ msgstr "Tarefas do proxecto" #. module: event_project #: view:event.project:0 msgid "Close" -msgstr "" +msgstr "Pechar" #. module: event_project #: field:event.project,date_start:0 msgid "Date Start" -msgstr "" +msgstr "Data de inicio" #. module: event_project #: view:event.event:0 diff --git a/addons/google_map/i18n/gl.po b/addons/google_map/i18n/gl.po index df9fc1b94f1..63f59f4f1c4 100644 --- a/addons/google_map/i18n/gl.po +++ b/addons/google_map/i18n/gl.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Borja López Soilán \n" +"PO-Revision-Date: 2011-02-04 08:29+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-01-25 06:40+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:12+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: google_map @@ -48,9 +48,9 @@ msgstr "" #. module: google_map #: model:ir.module.module,shortdesc:google_map.module_meta_information msgid "Google Map" -msgstr "" +msgstr "Mapa de Google" #. module: google_map #: model:ir.model,name:google_map.model_res_partner_address msgid "Partner Addresses" -msgstr "" +msgstr "Enderezos da Empresa" diff --git a/addons/l10n_br/i18n/es.po b/addons/l10n_br/i18n/es.po new file mode 100644 index 00000000000..9cd235311a3 --- /dev/null +++ b/addons/l10n_br/i18n/es.po @@ -0,0 +1,44 @@ +# Spanish translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-07 06:40+0000\n" +"PO-Revision-Date: 2011-02-04 09:11+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-05 06:12+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: l10n_br +#: model:ir.actions.todo,note:l10n_br.config_call_account_template_brazilian_localization +msgid "" +"Generate Chart of Accounts from a Chart Template. You will be asked to pass " +"the name of the company, the chart template to follow, the no. of digits to " +"generate the code for your accounts and Bank account, currency to create " +"Journals. Thus,the pure copy of chart Template is generated.\n" +" This is the same wizard that runs from Financial " +"Management/Configuration/Financial Accounting/Financial Accounts/Generate " +"Chart of Accounts from a Chart Template." +msgstr "" +"Genere el plan de cuentas desde una plantilla de plan. Se le solicitará el " +"nombre de la compañía, la plantilla de plan a seguir, y el núm. de dígitos " +"para generar el código de sus cuentas, cuenta bancaria, y divisa para crear " +"sus diarios. Por tanto, se genera una copia directa de la plantilla del plan " +"de cuentas.\n" +" Este es el mismo asistente que se ejecuta desde Gestión " +"financiera/Configuración/Contabilidad financiera/Cuentas financieras/Generar " +"plan de cuentas desde una plantilla de plan." + +#. module: l10n_br +#: model:ir.module.module,description:l10n_br.module_meta_information +#: model:ir.module.module,shortdesc:l10n_br.module_meta_information +msgid "Brazilian Localization" +msgstr "Localización Brasileña" diff --git a/addons/l10n_br/i18n/gl.po b/addons/l10n_br/i18n/gl.po new file mode 100644 index 00000000000..eb15bdd1694 --- /dev/null +++ b/addons/l10n_br/i18n/gl.po @@ -0,0 +1,43 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-07 06:40+0000\n" +"PO-Revision-Date: 2011-02-04 08:28+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-05 06:12+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: l10n_br +#: model:ir.actions.todo,note:l10n_br.config_call_account_template_brazilian_localization +msgid "" +"Generate Chart of Accounts from a Chart Template. You will be asked to pass " +"the name of the company, the chart template to follow, the no. of digits to " +"generate the code for your accounts and Bank account, currency to create " +"Journals. Thus,the pure copy of chart Template is generated.\n" +" This is the same wizard that runs from Financial " +"Management/Configuration/Financial Accounting/Financial Accounts/Generate " +"Chart of Accounts from a Chart Template." +msgstr "" +"Xerar o Plan de Contas a partir dunha Plantilla. Será preguntado polo nome " +"da compañía, a plantilla do plan a seguir, o no. de díxitos para xerar o " +"código para as súas contas e da conta bancaria, a moeda para crear os " +"Diarios. Así, a copia da Plantilla do Plan Contable é xerado.\n" +" Este é o mesmo asistente que se executa dende Xestión " +"Financeira/Configuración/Finanzas/Contabilidade financeira Contas/Xerar Plan " +"de Contas a partir dunha plantilla." + +#. module: l10n_br +#: model:ir.module.module,description:l10n_br.module_meta_information +#: model:ir.module.module,shortdesc:l10n_br.module_meta_information +msgid "Brazilian Localization" +msgstr "Localización Brasileira" diff --git a/addons/l10n_cn/i18n/es.po b/addons/l10n_cn/i18n/es.po new file mode 100644 index 00000000000..8982a8ea51d --- /dev/null +++ b/addons/l10n_cn/i18n/es.po @@ -0,0 +1,52 @@ +# Spanish translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-07 05:27+0000\n" +"PO-Revision-Date: 2011-02-04 09:12+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-05 06:12+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: l10n_cn +#: model:ir.module.module,shortdesc:l10n_cn.module_meta_information +msgid "中国会计科目表" +msgstr "" + +#. module: l10n_cn +#: model:ir.module.module,description:l10n_cn.module_meta_information +msgid "" +"\n" +" 添加中文省份数据\n" +" 科目类型\\会计科目表模板\\增值税\\辅助核算类别\\管理会计凭证簿\\财务会计凭证簿\n" +" " +msgstr "" + +#. module: l10n_cn +#: model:ir.actions.todo,note:l10n_cn.config_call_account_template_cn_chart +msgid "" +"Generate Chart of Accounts from a Chart Template. You will be asked to pass " +"the name of the company, the chart template to follow, the no. of digits to " +"generate the code for your accounts and Bank account, currency to create " +"Journals. Thus,the pure copy of chart Template is generated.\n" +"\tThis is the same wizard that runs from Financial " +"Management/Configuration/Financial Accounting/Financial Accounts/Generate " +"Chart of Accounts from a Chart Template." +msgstr "" +"Generar el plan contable a partir de una plantilla de plan contable. Se le " +"pedirá el nombre de la compañía, la plantilla de plan contable a utilizar, " +"el número de dígitos para generar el código de las cuentas y de la cuenta " +"bancaria, la moneda para crear los diarios. Así pues, se genere una copia " +"exacta de la plantilla de plan contable.\n" +"\tEste es el mismo asistente que se ejecuta desde Contabilidad y finanzas / " +"Configuración / Contabilidad financiera / Cuentas financieras / Generar el " +"plan contable a partir de una plantilla de plan contable." diff --git a/addons/l10n_ro/i18n/ro.po b/addons/l10n_ro/i18n/ro.po new file mode 100644 index 00000000000..032acfd4bc6 --- /dev/null +++ b/addons/l10n_ro/i18n/ro.po @@ -0,0 +1,57 @@ +# Romanian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-07 06:16+0000\n" +"PO-Revision-Date: 2011-02-03 22:22+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: 2011-02-04 14:10+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: l10n_ro +#: help:res.partner,nrc:0 +msgid "Registration number at the Registry of Commerce" +msgstr "" + +#. module: l10n_ro +#: field:res.partner,nrc:0 +msgid "NRC" +msgstr "" + +#. module: l10n_ro +#: model:ir.actions.todo,note:l10n_ro.config_call_account_template_ro +msgid "" +"Generate Chart of Accounts from a Chart Template. You will be asked to pass " +"the name of the company, the chart template to follow, the no. of digits to " +"generate the code for your accounts and Bank account, currency to create " +"Journals. Thus,the pure copy of chart Template is generated.\n" +"\tThis is the same wizard that runs from Financial " +"Management/Configuration/Financial Accounting/Financial Accounts/Generate " +"Chart of Accounts from a Chart Template." +msgstr "" + +#. module: l10n_ro +#: model:ir.module.module,shortdesc:l10n_ro.module_meta_information +msgid "Romania - Chart of Accounts" +msgstr "" + +#. module: l10n_ro +#: model:ir.model,name:l10n_ro.model_res_partner +msgid "Partner" +msgstr "" + +#. module: l10n_ro +#: model:ir.module.module,description:l10n_ro.module_meta_information +msgid "" +"This is the module to manage the accounting chart, VAT structure and " +"Registration Number for Romania in Open ERP." +msgstr "" diff --git a/addons/mrp/i18n/pt_BR.po b/addons/mrp/i18n/pt_BR.po index df6b572c45c..842eaec4ce6 100644 --- a/addons/mrp/i18n/pt_BR.po +++ b/addons/mrp/i18n/pt_BR.po @@ -7,13 +7,13 @@ 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: 2011-01-25 14:43+0000\n" +"PO-Revision-Date: 2011-02-04 01:15+0000\n" "Last-Translator: Emerson \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-26 05:50+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: mrp @@ -31,6 +31,11 @@ msgid "" "raw materials (stock decrease) and the production of the finished products " "(stock increase) when the order is processed." msgstr "" +"Ordens de Produção geralmente são automaticamente propostas pelo OpenERP com " +"base na Lista de Materiais e nas regras de aquisição, mas você também pode " +"criar Ordens de Produção manualmente . O OpenERP irá tratar o consumo de " +"matérias-primas (Redução de Estoque) e da produção do produto acabado " +"(Aumento de Estoque), quando o pedido for processado." #. module: mrp #: help:mrp.production,location_src_id:0 @@ -970,7 +975,7 @@ msgstr "Agendamento Just In Time" #: view:mrp.property:0 #: view:mrp.property.group:0 msgid "Property Group" -msgstr "Propriedade Grupo" +msgstr "Grupo de Propriedades" #. module: mrp #: view:mrp.production:0 @@ -1115,6 +1120,11 @@ msgid "" "avoids having to wait for the procurement scheduler to run or having to run " "the procurement scheduler manually." msgstr "" +"Habilita o calculo Just In Time das Ordens de Aquisição.\n" +"\n" +"Embora consuma mais recursos do que a configuração padrão, o calculo JIT " +"evita-se de esperar para executar o Agendador de Aquisição ou de se ter que " +"executa-lo manualmente." #. module: mrp #: field:mrp.product.produce,mode:0 @@ -1141,6 +1151,13 @@ msgid "" "materials have been defined, OpenERP is capable of automatically deciding on " "the manufacturing route depending on the needs of the company." msgstr "" +"Ordens de Produção descrevem as operações que precisam ser realizadas e o " +"uso de matérias-primas para cada fase de produção. Você pode usar as " +"especificações (Listas de Materiais ou BOM) para elaborar as necessidades de " +"matérias-primas e das Ordens de Produção necessárias para os produtos " +"acabados. Uma vez que as Listas de Materiais tenham sido definidas, o " +"OpenERP é capaz de automaticamente dependendo das necessidades da empresa " +"decidir sobre a rota de produção." #. module: mrp #: constraint:mrp.production:0 @@ -1254,6 +1271,10 @@ msgid "" "They are attached to bills of materials that will define the required raw " "materials." msgstr "" +"Roteamentos permitem criar e da gerenciar as operações de produção que devem " +"ser seguidas dentro dos Centros Trabalho a fim de se produzir um produto. " +"Eles estão ligados às Listas de Materiais que irão definir as matérias-" +"primas necessárias." #. module: mrp #: field:report.workcenter.load,hour:0 @@ -1300,11 +1321,13 @@ msgid "" "This is the internal picking list that brings the finished product to the " "production plan" msgstr "" +"Esta é a Lista de Separação Interna que traz o produto acabado para o plano " +"de produção" #. module: mrp #: field:stock.change.standard.price,change_parent_price:0 msgid "Change Parent Price" -msgstr "" +msgstr "Alterar Preço Pai" #. module: mrp #: model:ir.model,name:mrp.model_stock_move @@ -1318,6 +1341,9 @@ msgid "" "maxi quantity. It's available in the Inventory management menu and " "configured by product." msgstr "" +"A regra de Estoque Mínimo é uma regra de aquisição automática, com base na " +"quantidade Mínima e Maxima . Está disponível no menu de Gerenciamento de " +"Inventário e configurado por produto." #. module: mrp #: selection:mrp.workcenter.load,time_unit:0 @@ -1333,6 +1359,7 @@ msgstr "Revisões" #: view:mrp.installer:0 msgid "Configure Your Manufacturing Resource Planning Application" msgstr "" +"Configure sua Aplicação de Planejamento de Recursos de Produção (MRP)" #. module: mrp #: field:mrp.production,priority:0 @@ -1370,19 +1397,19 @@ msgstr "A Ordem de Produção '%s' está pronta para produzir." #. module: mrp #: model:ir.model,name:mrp.model_mrp_production_product_line msgid "Production Scheduled Product" -msgstr "" +msgstr "Produção Agendada do Produto" #. module: mrp #: help:res.company,manufacturing_lead:0 msgid "Security days for each manufacturing operation." -msgstr "Dias de segurança para cada operação de manufatura." +msgstr "Dias de segurança para cada operação de produção." #. module: mrp #: model:process.node,name:mrp.process_node_mts0 #: model:process.transition,name:mrp.process_transition_servicemts0 #: model:process.transition,name:mrp.process_transition_stockmts0 msgid "Make to Stock" -msgstr "Fazer Stock" +msgstr "Avaliar Estoque" #. module: mrp #: selection:mrp.production.order,month:0 @@ -1398,6 +1425,12 @@ msgid "" "product needs. You can either create a bill of materials to define specific " "production steps or define a single multi-level bill of materials." msgstr "" +"Listas Mestre de Materiais permitem a você criar e gerenciar a lista de " +"matérias-primas necessárias para se fazer um Produto Acabado. O OpenERP " +"usará essas LdMs para propor automaticamente Ordens Produção em função das " +"necessidades do produto. Você pode criar uma Lista de Materiais para definir " +"etapas de produção específicas ou definir uma única Lista multi-nível de " +"Materiais." #. module: mrp #: model:process.transition,note:mrp.process_transition_stockrfq0 @@ -1524,6 +1557,9 @@ msgid "" "You should install the mrp_subproduct module if you want to manage extra " "products on BoMs !" msgstr "" +"Todas as quantidades de produto devem ser maiores que 0.\n" +"Você deve instalar o módulo mrp_subproduct se você deseja gerenciar produtos " +"extras nas LdMs." #. module: mrp #: view:mrp.production:0 @@ -1586,6 +1622,8 @@ msgid "" "This will change the price of parent products also according to the BoM " "structure specified for the product." msgstr "" +"Isso irá alterar o preço dos produtos pai de acordo com a estrutura da LdM " +"especificada para o produto." #. module: mrp #: model:ir.actions.act_window,name:mrp.mrp_production_action2 @@ -1597,6 +1635,7 @@ msgstr "Ordens de Produção para Iniciar" #, python-format msgid "Cannot delete Production Order(s) which are in %s State!" msgstr "" +"Não é possível excluir uma Ordem de Produção(s) que está em estado%s !" #. module: mrp #: model:ir.model,name:mrp.model_mrp_workcenter @@ -1610,7 +1649,7 @@ msgstr "Centro de Trabalho" #. module: mrp #: field:mrp.workcenter,capacity_per_cycle:0 msgid "Capacity per Cycle" -msgstr "Capacity per Cycle" +msgstr "Capacidade por Ciclo" #. module: mrp #: model:ir.model,name:mrp.model_product_product @@ -1655,6 +1694,9 @@ msgid "" "of one or more persons and/or machines that can be considered as a unit for " "capacity and planning forecasting." msgstr "" +"Centros de trabalho permitem a você criar e gerenciar unidades de produção " +"compostas por uma ou mais pessoas e / ou máquinas, que podem ser " +"consideradas como uma unidade para a capacidade de previsão e planejamento." #. module: mrp #: view:mrp.production:0 @@ -1667,7 +1709,7 @@ msgstr "Produtos de Consumo" #: field:mrp.production.order,product_uom:0 #: field:mrp.production.product.line,product_uom:0 msgid "Product UOM" -msgstr "UdM do Produto" +msgstr "Und do Produto" #. module: mrp #: model:process.node,name:mrp.process_node_stock0 @@ -1720,7 +1762,7 @@ msgstr "Und de Venda" #. module: mrp #: view:mrp.production.order:0 msgid "#Line Orders" -msgstr "" +msgstr "Linha Ordens" #. module: mrp #: selection:mrp.production,priority:0 @@ -1736,6 +1778,10 @@ msgid "" "operations and to plan future loads on work centers based on production " "planning." msgstr "" +"A Lista de Operações (lista de centros de trabalho) para produzir o produto " +"acabado. A rota é usada principalmente para calcular os custos do Centro de " +"Trabalho durante as operações e planejar futuras cargas nos Centros de " +"Trabalho baseado no planejamento da produção." #. module: mrp #: view:change.production.qty:0 @@ -1786,6 +1832,11 @@ msgid "" "the quantity selected and it will finish the production order when total " "ordered quantities are produced." msgstr "" +"'Apenas Consumo' essa modalidade só irá consumir os produtos com a " +"quantidade selecionada.\n" +"'Consumo e Produzir' essa modalidade consumirá bem como produzirá os " +"produtos com a quantidade selecionada e irá terminar a Ordem de Produção " +"quando o total das quantidades encomendadas forem produzidas." #. module: mrp #: view:mrp.production:0 @@ -1898,7 +1949,7 @@ msgstr "Válido de" #. module: mrp #: selection:mrp.bom,type:0 msgid "Normal BoM" -msgstr "BoM Normal" +msgstr "LdM Normal" #. module: mrp #: field:res.company,manufacturing_lead:0 @@ -1918,6 +1969,9 @@ msgid "" "linked to manufacturing activities, receptions of products and delivery " "orders." msgstr "" +"Variação Semanal do Valor do Estoque permite que você acompanhe a evolução " +"do valor do estoque relacionado a atividades de produção, recepções de " +"produtos e ordens de entrega." #. module: mrp #: view:mrp.product.produce:0 @@ -1940,6 +1994,8 @@ msgid "" "If the active field is set to False, it will allow you to hide the bills of " "material without removing it." msgstr "" +"Se o campo ativo é definido como Falso, ele permitirá que você esconda as " +"listas de material, sem removê-la." #. module: mrp #: field:mrp.bom,product_rounding:0 @@ -1980,6 +2036,11 @@ msgid "" "product, it will be sold and shipped as a set of components, instead of " "being produced." msgstr "" +"Se um sub-produto é utilizado em vários produtos, pode ser útil para criar a " +"sua própria LdM. Mas se você não quiser Ordens de Produção separadas para a " +"esse sub-produto, selecione Definir/Fantasma como tipo de LdM. Se uma LdM " +"Fantasma é usada para um produto raiz, ele será vendido e enviado como um " +"conjunto de componentes, em vez de ser produzido." #. module: mrp #: field:mrp.bom,method:0 @@ -1997,6 +2058,15 @@ msgid "" " When the production gets started then the state is set to 'In Production'.\n" " When the production is over, the state is set to 'Done'." msgstr "" +"Quando uma ordem de produção é criada seu estado é ajustado em " +"'Provisória'.\n" +" Se a ordem é confirmada seu estado é ajustado para 'Aguardando Material'.\n" +" Se existir algum problema o estado é ajustado para 'Problemas na " +"Separação'. \n" +"Se o estoque estiver disponível então o estado é ajustado para 'Pronto para " +"Produção'.\n" +" Quando a produção inicia o estado é ajustado para 'Em Produção'.\n" +" Quando a produção termina o estado é ajustado para 'Terminado'." #. module: mrp #: selection:mrp.bom,method:0 @@ -2158,7 +2228,7 @@ msgstr "Novembro" #. module: mrp #: field:mrp.bom,bom_id:0 msgid "Parent BoM" -msgstr "BoM Superior" +msgstr "LdM Superior" #. module: mrp #: model:ir.actions.act_window,help:mrp.mrp_bom_form_action2 @@ -2167,6 +2237,9 @@ msgid "" "master bills of materials. Use this menu to search in which BoM a specific " "component is used." msgstr "" +"Componentes das Listas de Materiais são componentes e sub-produtos usados " +"para criar Listas Mestres de materiais. Utilize este menu para pesquisar em " +"que LdM um componente específico utilizado." #. module: mrp #: selection:mrp.production.order,month:0 @@ -2206,6 +2279,9 @@ msgid "" "Routing is indicated then,the third tab of a production order (workcenters) " "will be automatically pre-completed." msgstr "" +"Roteamento indica todos os Centros de Trabalho usados, para quanto tempo " +"e/ou ciclos. Se o roteamento estiver indicado na terceira guia de uma Ordem " +"de Produção (Centro de Trabalho) ele será automaticamente preenchido." #. module: mrp #: model:ir.model,name:mrp.model_mrp_bom_revision @@ -2274,6 +2350,13 @@ msgid "" "sales person creates a sales order, he can relate it to several properties " "and OpenERP will automatically select the BoM to use according the the needs." msgstr "" +"As propriedades no OpenERP são usados para selecionar a correta Lista de " +"Materiais para a produção de um produto quando você tiver maneiras " +"diferentes para construir o mesmo produto. Você pode atribuir várias " +"propriedades para cada Lista de Materials. Quando uma pessoa de vendas cria " +"uma ordem de venda, ele pode relacioná-la com várias propriedades e o " +"OpenERP selecionará automaticamente a LdM a ser usada de acordo com as " +"necessidades." #. module: mrp #: view:mrp.production.order:0 @@ -2289,7 +2372,7 @@ msgstr "Aquisições com Problemas" #. module: mrp #: model:process.transition,name:mrp.process_transition_minimumstockprocure0 msgid "'Minimum stock rule' material" -msgstr "" +msgstr "Material 'Regra de Estoque Mínimo'" #. module: mrp #: model:ir.model,name:mrp.model_mrp_product_price @@ -2299,7 +2382,7 @@ msgstr "Preço do Produto" #. module: mrp #: model:ir.actions.act_window,name:mrp.action_mrp_installer msgid "MRP Applications Configuration" -msgstr "" +msgstr "Configuração da Aplicação MRP" #. module: mrp #: model:ir.model,name:mrp.model_stock_move_split @@ -2352,6 +2435,9 @@ msgid "" "specified period. It is expressed in number of hours and machine related " "cycles." msgstr "" +"Cargas do Centro de Trabalho dá-lhe uma projeção de cargas do centro de " +"trabalho durante um determinado período. É expresso em número de horas e " +"ciclos de máquina relacionadas." #. module: mrp #: model:process.node,note:mrp.process_node_procureproducts0 @@ -2361,7 +2447,7 @@ msgstr "A forma de aquisição depende do tipo de produto." #. module: mrp #: model:ir.ui.menu,name:mrp.menu_mrp_manufacturing msgid "Manufacturing" -msgstr "Manufaturação" +msgstr "Produção" #. module: mrp #: view:board.board:0 @@ -2377,7 +2463,7 @@ msgstr "Fevereiro" #: 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 "" +msgstr "Grupos de Propriedades" #. module: mrp #: selection:mrp.production.order,month:0 @@ -2390,6 +2476,8 @@ msgid "" "Depending on the chosen method to supply the stockable products, the " "procurement order creates a RFQ, a production order, ... " msgstr "" +"Dependendo do método escolhido para o fornecimento dos produtos " +"armazenáveis, a ordem de aquisição cria um RdC, uma ordem de produção, ... " #. module: mrp #: help:mrp.workcenter,time_stop:0 @@ -2407,6 +2495,8 @@ msgid "" "If the service has a 'Produce' supply method, this creates a task in the " "project management module of OpenERP." msgstr "" +"Se o Serviço possui um método de fornecimento 'Produzir', isso criará uma " +"tarefa no módulo de gestão de projectos do OpenERP." #. module: mrp #: model:process.transition,note:mrp.process_transition_productionprocureproducts0 @@ -2415,6 +2505,10 @@ msgid "" "production order creates as much procurement orders as components listed in " "the BOM, through a run of the schedulers (MRP)." msgstr "" +"De modo a fornecer a matéria-prima (a serem compradas ou produzidas), " +"através da execução dos agendadores (MRP), a ordem de produção criará as " +"Ordens de Aquisição tanto quanto os componentes listados na lista de " +"materiais." #. module: mrp #: help:mrp.product_price,number:0 @@ -2422,6 +2516,8 @@ msgid "" "Specify quantity of products to produce or buy. Report of Cost structure " "will be displayed base on this quantity." msgstr "" +"Indique a quantidade de produtos para se produzir ou comprar. O relatório da " +"estrutura de custos será exibido com base nesta quantidade." #. module: mrp #: selection:mrp.bom,method:0 @@ -2439,12 +2535,13 @@ msgstr "Sequência" #. module: mrp #: model:ir.ui.menu,name:mrp.menu_view_resource_calendar_leaves_search_mrp msgid "Resource Leaves" -msgstr "" +msgstr "Níveis do Recurso" #. module: mrp #: help:mrp.bom,sequence:0 msgid "Gives the sequence order when displaying a list of bills of material." msgstr "" +"Fornece a ordem sequencial ao exibir uma relação de listas de materiais." #. module: mrp #: view:mrp.production:0 diff --git a/addons/point_of_sale/i18n/tr.po b/addons/point_of_sale/i18n/tr.po index 0a97f91ed0e..fff9302ab50 100644 --- a/addons/point_of_sale/i18n/tr.po +++ b/addons/point_of_sale/i18n/tr.po @@ -7,29 +7,29 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-03 16:58+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-03 15:20+0000\n" +"Last-Translator: Özge Altınışık \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:53+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: point_of_sale #: field:pos.discount,discount_notes:0 msgid "Discount Notes" -msgstr "" +msgstr "İndirim notu" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_trans_pos_tree_today msgid "Sales by day" -msgstr "" +msgstr "Günlük Satışlar" #. module: point_of_sale #: model:ir.model,name:point_of_sale.model_pos_confirm msgid "Point of Sale Confirm" -msgstr "" +msgstr "POS Onayla" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_pos_discount @@ -45,7 +45,7 @@ msgstr "Taslak olarak Ayarla" #. module: point_of_sale #: field:report.transaction.pos,product_nb:0 msgid "Product Nb." -msgstr "" +msgstr "Ürün no." #. module: point_of_sale #: model:ir.module.module,shortdesc:point_of_sale.module_meta_information @@ -55,22 +55,22 @@ msgstr "Satış Noktası (POS)" #. module: point_of_sale #: view:report.pos.order:0 msgid "Today" -msgstr "" +msgstr "Bugün" #. module: point_of_sale #: view:pos.add.product:0 msgid "Add product :" -msgstr "" +msgstr "Ürün ekle :" #. module: point_of_sale #: view:all.closed.cashbox.of.the.day:0 msgid "All Cashboxes Of the day :" -msgstr "" +msgstr "Tüm yazar kasalar (bugün) :" #. module: point_of_sale #: view:pos.box.entries:0 msgid "Put Money" -msgstr "" +msgstr "Para ekle" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_report_cash_register_all @@ -88,7 +88,7 @@ msgstr "Satış Detayları" #. module: point_of_sale #: view:pos.close.statement:0 msgid "Are you sure you want to close the statements ?" -msgstr "" +msgstr "Ekstreyi kapatmak istediğinize emin misiniz?" #. module: point_of_sale #: model:ir.actions.act_window,name:point_of_sale.action_pos_scan_product diff --git a/addons/product/i18n/lv.po b/addons/product/i18n/lv.po index 9688dc598d3..d870c582e87 100644 --- a/addons/product/i18n/lv.po +++ b/addons/product/i18n/lv.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-02-01 15:14+0000\n" +"PO-Revision-Date: 2011-02-04 14:00+0000\n" "Last-Translator: Normunds \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: 2011-02-02 05:44+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:12+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: product @@ -237,6 +237,8 @@ msgid "" "Determines if the product can be visible in the list of product within a " "selection from a sale order line." msgstr "" +"Nosaka, vai izvēloties tirdzniecības pasūtījuma rindu, attiecīgais produkts " +"būs redzams produktu sarakstā." #. module: product #: model:product.pricelist.version,name:product.ver0 @@ -292,6 +294,9 @@ msgid "" "supplying. 'Make to Order': When needed, purchase or produce for the " "procurement request." msgstr "" +"'Produkts Noliktavā': produkts atrodas noliktavā vai gaida tā piegādi. 'Ražo " +"pēc Pieprasījuma': produkts tiek iepirkts/saražots pēc pasūtījuma " +"pieprasījuma." #. module: product #: model:process.node,note:product.process_node_supplier0 @@ -746,6 +751,8 @@ msgid "" "This price will be considered as a price for the supplier UoM if any or the " "default Unit of Measure of the product otherwise" msgstr "" +"Šī cena tiek noteikta piegādātājam definētajā mērvienībā. Ja tāda nav " +"noteikta, tiek izmantota produktam definētā mērvienība." #. module: product #: model:product.category,name:product.product_category_accessories @@ -769,6 +776,10 @@ msgid "" "management. For example, in food industries, you will manage a stock of ham " "but invoice in Kg. Keep empty to use the default UOM." msgstr "" +"Lieto uzņēmumi, kur tiek izmantotas divas mērvienības: rēķinu piestādīšanai " +"un inventrizācijai. Piemēram, pārtikas rūpniecībā gaļas produkti tiek " +"skaitīti gabalos, bet tirgoti kilogramos. Atstāt tukšu noklusējuma " +"mērvienībai." #. module: product #: view:product.pricelist.item:0 diff --git a/addons/product_expiry/i18n/tr.po b/addons/product_expiry/i18n/tr.po new file mode 100644 index 00000000000..9f12a72e940 --- /dev/null +++ b/addons/product_expiry/i18n/tr.po @@ -0,0 +1,176 @@ +# Turkish translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-03 13:39+0000\n" +"Last-Translator: Özge Altınışık \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: 2011-02-04 14:11+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: product_expiry +#: model:ir.model,name:product_expiry.model_stock_production_lot +msgid "Production lot" +msgstr "Üretim kısmı" + +#. module: product_expiry +#: model:product.template,name:product_expiry.product_product_from_product_template +msgid "Ham" +msgstr "" + +#. module: product_expiry +#: model:product.template,name:product_expiry.product_product_lait_product_template +msgid "Cow milk" +msgstr "İnek Sütü" + +#. module: product_expiry +#: model:ir.module.module,shortdesc:product_expiry.module_meta_information +msgid "Products date of expiry" +msgstr "Ürün son kullanma tarihi" + +#. module: product_expiry +#: field:product.product,life_time:0 +msgid "Product Life Time" +msgstr "Ürünün ömrü" + +#. module: product_expiry +#: help:stock.production.lot,use_date:0 +msgid "" +"The date on which the lot starts deteriorating without becoming dangerous." +msgstr "Ürünün tehlikeli hale gelmeden önce yokedilmeye başlandığı tarih" + +#. module: product_expiry +#: field:product.product,use_time:0 +msgid "Product Use Time" +msgstr "Ürün kullanım süresi" + +#. module: product_expiry +#: sql_constraint:stock.production.lot:0 +msgid "" +"The combination of serial number and internal reference must be unique !" +msgstr "" + +#. module: product_expiry +#: help:stock.production.lot,removal_date:0 +msgid "The date on which the lot should be removed." +msgstr "" + +#. module: product_expiry +#: model:ir.model,name:product_expiry.model_product_product +msgid "Product" +msgstr "Ürün" + +#. module: product_expiry +#: help:product.product,alert_time:0 +msgid "" +"The number of days after which an alert should be notified about the " +"production lot." +msgstr "" + +#. module: product_expiry +#: field:product.product,removal_time:0 +msgid "Product Removal Time" +msgstr "" + +#. module: product_expiry +#: field:stock.production.lot,removal_date:0 +msgid "Removal Date" +msgstr "" + +#. module: product_expiry +#: help:stock.production.lot,life_date:0 +msgid "" +"The date on which the lot may become dangerous and should not be consumed." +msgstr "" + +#. module: product_expiry +#: model:ir.module.module,description:product_expiry.module_meta_information +msgid "" +"Track different dates on products and production lots:\n" +" - end of life\n" +" - best before date\n" +" - removal date\n" +" - alert date\n" +"Used, for example, in food industries." +msgstr "" + +#. module: product_expiry +#: model:product.template,name:product_expiry.product_product_pain_product_template +msgid "Bread" +msgstr "" + +#. module: product_expiry +#: model:product.uom,name:product_expiry.product_uom_ltr +#: model:product.uom.categ,name:product_expiry.product_uom_categ_vol +msgid "LTR" +msgstr "" + +#. module: product_expiry +#: view:product.product:0 +#: view:stock.production.lot:0 +msgid "Dates" +msgstr "" + +#. module: product_expiry +#: field:stock.production.lot,life_date:0 +msgid "End of Life Date" +msgstr "" + +#. module: product_expiry +#: field:stock.production.lot,use_date:0 +msgid "Best before Date" +msgstr "" + +#. module: product_expiry +#: model:product.template,name:product_expiry.product_product_jambon_product_template +msgid "French cheese Camenbert" +msgstr "" + +#. module: product_expiry +#: help:product.product,removal_time:0 +msgid "The number of days before a production lot should be removed." +msgstr "" + +#. module: product_expiry +#: field:stock.production.lot,alert_date:0 +msgid "Alert Date" +msgstr "" + +#. module: product_expiry +#: help:product.product,use_time:0 +msgid "" +"The number of days before a production lot starts deteriorating without " +"becoming dangerous." +msgstr "" + +#. module: product_expiry +#: constraint:product.product:0 +msgid "Error: Invalid ean code" +msgstr "" + +#. module: product_expiry +#: help:product.product,life_time:0 +msgid "" +"The number of days before a production lot may become dangerous and should " +"not be consumed." +msgstr "" + +#. module: product_expiry +#: help:stock.production.lot,alert_date:0 +msgid "" +"The date on which an alert should be notified about the production lot." +msgstr "" + +#. module: product_expiry +#: field:product.product,alert_time:0 +msgid "Product Alert Time" +msgstr "" diff --git a/addons/product_margin/i18n/tr.po b/addons/product_margin/i18n/tr.po index 1fd4cae9e58..c487366e157 100644 --- a/addons/product_margin/i18n/tr.po +++ b/addons/product_margin/i18n/tr.po @@ -7,13 +7,13 @@ 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: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-03 14:37+0000\n" +"Last-Translator: Özge Altınışık \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:56+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: product_margin @@ -78,12 +78,12 @@ msgstr "" #. module: product_margin #: model:ir.model,name:product_margin.model_product_product msgid "Product" -msgstr "" +msgstr "Ürün" #. module: product_margin #: view:product.product:0 msgid "Catalog Price" -msgstr "" +msgstr "Katalog fiyatı" #. module: product_margin #: selection:product.margin,invoice_state:0 @@ -94,7 +94,7 @@ msgstr "Ödendi" #. module: product_margin #: help:product.product,sales_gap:0 msgid "Expected Sale - Turn Over" -msgstr "" +msgstr "Beklenen satış - İş hacmi (Ciro)" #. module: product_margin #: model:ir.module.module,description:product_margin.module_meta_information @@ -128,7 +128,7 @@ msgstr "" #. module: product_margin #: view:product.product:0 msgid "Analysis Criteria" -msgstr "" +msgstr "Analiz kriteri" #. module: product_margin #: view:product.product:0 @@ -249,12 +249,12 @@ msgstr "Ürün Marjları" #. module: product_margin #: view:product.margin:0 msgid "General Information" -msgstr "" +msgstr "Genel Bilgiler" #. module: product_margin #: constraint:product.product:0 msgid "Error: Invalid ean code" -msgstr "" +msgstr "Hata: Geçersiz barkod" #. module: product_margin #: field:product.product,purchase_gap:0 diff --git a/addons/project/i18n/nl.po b/addons/project/i18n/nl.po index 57648ba88d5..2310031f0d4 100644 --- a/addons/project/i18n/nl.po +++ b/addons/project/i18n/nl.po @@ -7,13 +7,13 @@ 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: 2011-01-19 12:00+0000\n" -"Last-Translator: Douwe Wullink (Dypalio) \n" +"PO-Revision-Date: 2011-02-03 15:38+0000\n" +"Last-Translator: Jan Verlaan (Veritos) \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:56+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:11+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: project @@ -992,7 +992,7 @@ msgstr "Stel in als sjabloon" #. module: project #: view:project.project:0 msgid "Status: %(state)s" -msgstr "Status: % (state)s" +msgstr "Status: %(state)s" #. module: project #: field:project.installer,project_long_term:0 diff --git a/addons/project_issue_sheet/i18n/ca.po b/addons/project_issue_sheet/i18n/ca.po new file mode 100644 index 00000000000..06dc21908a8 --- /dev/null +++ b/addons/project_issue_sheet/i18n/ca.po @@ -0,0 +1,77 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 22:05+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: 2011-02-07 06:23+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: project_issue_sheet +#: model:ir.module.module,description:project_issue_sheet.module_meta_information +msgid "" +"\n" +" This module adds the Timesheet support for the " +"Issues/Bugs Management in Project\n" +" " +msgstr "" + +#. module: project_issue_sheet +#: model:ir.model,name:project_issue_sheet.model_account_analytic_line +msgid "Analytic Line" +msgstr "" + +#. module: project_issue_sheet +#: model:ir.model,name:project_issue_sheet.model_project_issue +msgid "Project Issue" +msgstr "" + +#. module: project_issue_sheet +#: model:ir.model,name:project_issue_sheet.model_hr_analytic_timesheet +msgid "Timesheet Line" +msgstr "" + +#. module: project_issue_sheet +#: view:project.issue:0 +msgid "Timesheet" +msgstr "" + +#. module: project_issue_sheet +#: field:project.issue,analytic_account_id:0 +msgid "Analytic Account" +msgstr "" + +#. module: project_issue_sheet +#: view:project.issue:0 +msgid "Worklogs" +msgstr "" + +#. module: project_issue_sheet +#: field:account.analytic.line,create_date:0 +msgid "Create Date" +msgstr "" + +#. module: project_issue_sheet +#: field:project.issue,timesheet_ids:0 +msgid "Timesheets" +msgstr "" + +#. module: project_issue_sheet +#: model:ir.module.module,shortdesc:project_issue_sheet.module_meta_information +msgid "Add the Timesheet support for Issue Management in Project Management" +msgstr "" + +#. module: project_issue_sheet +#: field:hr.analytic.timesheet,issue_id:0 +msgid "Issue" +msgstr "" diff --git a/addons/project_long_term/i18n/ca.po b/addons/project_long_term/i18n/ca.po new file mode 100644 index 00000000000..a48c4025795 --- /dev/null +++ b/addons/project_long_term/i18n/ca.po @@ -0,0 +1,590 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 22:09+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: 2011-02-07 06:23+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: project_long_term +#: model:ir.module.module,shortdesc:project_long_term.module_meta_information +msgid "Long Term Project Management" +msgstr "" + +#. module: project_long_term +#: view:project.compute.phases:0 +msgid "Compute Scheduling of Phases" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: field:project.phase,next_phase_ids:0 +msgid "Next Phases" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Project's Tasks" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.act_project_phases +msgid "Phases" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: view:project.resource.allocation:0 +msgid "Group By..." +msgstr "" + +#. module: project_long_term +#: constraint:project.project:0 +msgid "Error! project start-date must be lower then project end-date." +msgstr "" + +#. module: project_long_term +#: view:project.resource.allocation:0 +msgid "Resources Allocation" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Displaying settings" +msgstr "" + +#. module: project_long_term +#: field:project.compute.phases,target_project:0 +msgid "Schedule" +msgstr "" + +#. module: project_long_term +#: model:ir.module.module,description:project_long_term.module_meta_information +msgid "" +"\n" +"\n" +" Long Term Project management module that tracks planning, " +"scheduling, resources allocation.\n" +" Mainly used with Big project management.\n" +" - Project Phases will be maintained by Manager of the project\n" +" - Compute Phase Scheduling: Compute start date and end date of " +"the phases which are in draft,open and pending state of the project given.\n" +" If no project given then all the " +"draft,open and pending state phases will be taken\n" +" - Compute Task Scheduling: This works same as the scheduler " +"button on project.phase. It takes the project as argument and computes all " +"the open,draft and pending tasks\n" +" - Schedule Tasks: All the tasks which are in draft,pending and " +"open state are scheduled with taking the phase's start date\n" +"\n" +" " +msgstr "" + +#. module: project_long_term +#: constraint:project.task:0 +msgid "Error ! You cannot create recursive tasks." +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.act_resouce_allocation +#: model:ir.ui.menu,name:project_long_term.menu_resouce_allocation +msgid "Resource Allocations" +msgstr "" + +#. module: project_long_term +#: constraint:project.project:0 +msgid "Error! You cannot assign escalation to the same project!" +msgstr "" + +#. module: project_long_term +#: code:addons/project_long_term/project_long_term.py:133 +#, python-format +msgid "Day" +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_task +msgid "Task" +msgstr "" + +#. module: project_long_term +#: selection:project.compute.phases,target_project:0 +msgid "Compute a Single Project" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: field:project.phase,previous_phase_ids:0 +msgid "Previous Phases" +msgstr "" + +#. module: project_long_term +#: help:project.phase,product_uom:0 +msgid "UoM (Unit of Measure) is the unit of measurement for Duration" +msgstr "" + +#. module: project_long_term +#: help:project.phase,date_end:0 +msgid "" +" It's computed by the scheduler according to the start date and the duration." +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_project +#: field:project.compute.phases,project_id:0 +#: field:project.compute.tasks,project_id:0 +#: view:project.phase:0 +#: field:project.phase,project_id:0 +#: view:project.resource.allocation:0 +#: field:project.resource.allocation,project_id:0 +#: view:project.task:0 +msgid "Project" +msgstr "" + +#. module: project_long_term +#: code:addons/project_long_term/wizard/project_compute_phases.py:50 +#, python-format +msgid "Error!" +msgstr "" + +#. module: project_long_term +#: selection:project.phase,state:0 +msgid "Cancelled" +msgstr "" + +#. module: project_long_term +#: help:project.resource.allocation,date_end:0 +msgid "Ending Date" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Planning" +msgstr "" + +#. module: project_long_term +#: field:project.phase,constraint_date_end:0 +msgid "Deadline" +msgstr "" + +#. module: project_long_term +#: view:project.compute.phases:0 +#: view:project.compute.tasks:0 +msgid "_Cancel" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.action_project_compute_phases +#: model:ir.ui.menu,name:project_long_term.menu_compute_phase +msgid "Compute Phase Scheduling" +msgstr "" + +#. module: project_long_term +#: code:addons/project_long_term/project_long_term.py:195 +#, python-format +msgid " (copy)" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: view:project.resource.allocation:0 +#: field:project.resource.allocation,useability:0 +msgid "Availability" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: field:project.phase,state:0 +msgid "State" +msgstr "" + +#. module: project_long_term +#: view:project.compute.phases:0 +#: view:project.compute.tasks:0 +msgid "C_ompute" +msgstr "" + +#. module: project_long_term +#: view:project.compute.phases:0 +msgid "Compute Scheduling of phases for all or specified project" +msgstr "" + +#. module: project_long_term +#: field:project.phase,product_uom:0 +msgid "Duration UoM" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.action_project_compute_tasks +#: model:ir.ui.menu,name:project_long_term.menu_compute_tasks +msgid "Compute Task Scheduling" +msgstr "" + +#. module: project_long_term +#: field:project.phase,constraint_date_start:0 +msgid "Minimum Start Date" +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_resource_allocation +#: view:project.phase:0 +#: view:project.resource.allocation:0 +msgid "Project Resource Allocation" +msgstr "" + +#. module: project_long_term +#: view:project.compute.tasks:0 +msgid "Compute Scheduling of Task" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.act_project_resource +#: model:ir.ui.menu,name:project_long_term.menu_pm_resources_project1 +#: model:ir.ui.menu,name:project_long_term.menu_view_resource +#: view:project.resource.allocation:0 +msgid "Resources" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,help:project_long_term.action_project_compute_phases +msgid "" +"To schedule phases of all or a specified project. It then open a gantt " +"view.\n" +"\t " +msgstr "" + +#. module: project_long_term +#: help:project.resource.allocation,date_start:0 +msgid "Starting Date" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.project_phase_task_list +msgid "Related Tasks" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Dates" +msgstr "" + +#. module: project_long_term +#: help:project.resource.allocation,useability:0 +msgid "" +"Availability of this resource for this project phase in percentage (=50%)" +msgstr "" + +#. module: project_long_term +#: help:project.phase,constraint_date_start:0 +msgid "force the phase to start after this date" +msgstr "" + +#. module: project_long_term +#: field:project.phase,task_ids:0 +msgid "Project Tasks" +msgstr "" + +#. module: project_long_term +#: field:project.phase,resource_ids:0 +msgid "Project Resources" +msgstr "" + +#. module: project_long_term +#: view:project.schedule.tasks:0 +msgid "_Ok" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Schedule and Display info" +msgstr "" + +#. module: project_long_term +#: help:project.phase,date_start:0 +msgid "" +"It's computed by the scheduler according the project date or the end date of " +"the previous phase." +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Month" +msgstr "" + +#. module: project_long_term +#: constraint:project.phase:0 +msgid "Phase start-date must be lower than phase end-date." +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_schedule_tasks +msgid "project.schedule.tasks" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,help:project_long_term.act_project_phase +msgid "" +"A project can be split into the different phases. For each phase, you can " +"define your resources allocation, describe different tasks and link your " +"phase to previous and next phases, add date constraints for the automated " +"scheduling. Use the long term planning in order to planify your available " +"human resources, convert your phases into a series of tasks when you start " +"working on the project." +msgstr "" + +#. module: project_long_term +#: field:project.phase,date_start:0 +#: field:project.resource.allocation,date_start:0 +msgid "Start Date" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Resource Allocation" +msgstr "" + +#. module: project_long_term +#: help:project.phase,constraint_date_end:0 +msgid "force the phase to finish before this date" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: selection:project.phase,state:0 +msgid "Draft" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: selection:project.phase,state:0 +msgid "Pending" +msgstr "" + +#. module: project_long_term +#: field:project.resource.allocation,name:0 +msgid "unknown" +msgstr "" + +#. module: project_long_term +#: field:project.resource.allocation,user_id:0 +msgid "User" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Task Detail" +msgstr "" + +#. module: project_long_term +#: help:project.project,resource_calendar_id:0 +msgid "Timetable working hours to adjust the gantt diagram report" +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_compute_tasks +msgid "Project Compute Tasks" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Constraints" +msgstr "" + +#. module: project_long_term +#: help:project.phase,sequence:0 +msgid "Gives the sequence order when displaying a list of phases." +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.act_project_phase +#: model:ir.actions.act_window,name:project_long_term.act_project_phase_list +#: model:ir.ui.menu,name:project_long_term.menu_project_phase +#: model:ir.ui.menu,name:project_long_term.menu_project_phase_list +#: view:project.phase:0 +#: field:project.project,phase_ids:0 +msgid "Project Phases" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: selection:project.phase,state:0 +msgid "Done" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Cancel" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: selection:project.phase,state:0 +msgid "In Progress" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Remaining Hours" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: field:project.phase,responsible_id:0 +msgid "Responsible" +msgstr "" + +#. module: project_long_term +#: field:project.project,resource_calendar_id:0 +msgid "Working Time" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Current" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Start Phase" +msgstr "" + +#. module: project_long_term +#: code:addons/project_long_term/wizard/project_compute_phases.py:50 +#, python-format +msgid "Please Specify Project to be schedule" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +#: field:project.phase,total_hours:0 +msgid "Total Hours" +msgstr "" + +#. module: project_long_term +#: view:project.schedule.tasks:0 +msgid "Task Scheduling completed successfully." +msgstr "" + +#. module: project_long_term +#: view:project.compute.tasks:0 +msgid "Compute Scheduling of Task for specified project." +msgstr "" + +#. module: project_long_term +#: view:project.resource.allocation:0 +msgid "Phase" +msgstr "" + +#. module: project_long_term +#: help:project.phase,state:0 +msgid "" +"If the phase is created the state 'Draft'.\n" +" If the phase is started, the state becomes 'In Progress'.\n" +" If review is needed the phase is in 'Pending' state. " +" \n" +" If the phase is over, the states is set to 'Done'." +msgstr "" + +#. module: project_long_term +#: field:project.phase,date_end:0 +#: field:project.resource.allocation,date_end:0 +msgid "End Date" +msgstr "" + +#. module: project_long_term +#: view:project.resource.allocation:0 +#: field:project.resource.allocation,resource_id:0 +msgid "Resource" +msgstr "" + +#. module: project_long_term +#: field:project.phase,name:0 +msgid "Name" +msgstr "" + +#. module: project_long_term +#: view:project.phase:0 +msgid "Tasks Details" +msgstr "" + +#. module: project_long_term +#: model:ir.ui.menu,name:project_long_term.menu_view_resource_calendar +msgid "Working Period" +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_resource_resource +msgid "Resource Detail" +msgstr "" + +#. module: project_long_term +#: model:ir.ui.menu,name:project_long_term.menu_phase_schedule +msgid "Scheduling" +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_phase +#: view:project.phase:0 +#: field:project.resource.allocation,phase_id:0 +#: view:project.task:0 +#: field:project.task,phase_id:0 +msgid "Project Phase" +msgstr "" + +#. module: project_long_term +#: model:ir.model,name:project_long_term.model_project_compute_phases +msgid "Project Compute Phases" +msgstr "" + +#. module: project_long_term +#: field:project.schedule.tasks,msg:0 +msgid "Message" +msgstr "" + +#. module: project_long_term +#: constraint:project.phase:0 +msgid "Loops in phases not allowed" +msgstr "" + +#. module: project_long_term +#: field:project.phase,sequence:0 +msgid "Sequence" +msgstr "" + +#. module: project_long_term +#: selection:project.compute.phases,target_project:0 +msgid "Compute All Projects" +msgstr "" + +#. module: project_long_term +#: model:ir.ui.menu,name:project_long_term.menu_view_resource_calendar_leaves +msgid "Resource Leaves" +msgstr "" + +#. module: project_long_term +#: model:ir.actions.act_window,name:project_long_term.action_project_schedule_tasks +#: view:project.phase:0 +#: view:project.schedule.tasks:0 +msgid "Schedule Tasks" +msgstr "" + +#. module: project_long_term +#: help:project.phase,duration:0 +msgid "By default in days" +msgstr "" + +#. module: project_long_term +#: field:project.phase,duration:0 +msgid "Duration" +msgstr "" diff --git a/addons/project_mailgate/i18n/ca.po b/addons/project_mailgate/i18n/ca.po new file mode 100644 index 00000000000..b0af30afe1e --- /dev/null +++ b/addons/project_mailgate/i18n/ca.po @@ -0,0 +1,100 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 21:57+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: 2011-02-07 06:23+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: project_mailgate +#: view:project.task:0 +msgid "History Information" +msgstr "" + +#. module: project_mailgate +#: model:ir.model,name:project_mailgate.model_project_task +msgid "Task" +msgstr "" + +#. module: project_mailgate +#: model:ir.module.module,description:project_mailgate.module_meta_information +msgid "" +"This module is an interface that synchronises mails with OpenERP Project " +"Task.\n" +"\n" +"It allows creating tasks as soon as a new mail arrives in our configured " +"mail server.\n" +"Moreover, it keeps track of all further communications and task states.\n" +" " +msgstr "" + +#. module: project_mailgate +#: view:project.task:0 +msgid "Attachments" +msgstr "" + +#. module: project_mailgate +#: model:ir.module.module,shortdesc:project_mailgate.module_meta_information +msgid "Project MailGateWay" +msgstr "" + +#. module: project_mailgate +#: constraint:project.task:0 +msgid "Error ! You cannot create recursive tasks." +msgstr "" + +#. module: project_mailgate +#: field:project.task,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: project_mailgate +#: code:addons/project_mailgate/project_mailgate.py:123 +#, python-format +msgid "Draft" +msgstr "" + +#. module: project_mailgate +#: view:project.task:0 +msgid "Details" +msgstr "" + +#. module: project_mailgate +#: code:addons/project_mailgate/project_mailgate.py:149 +#, python-format +msgid "Cancel" +msgstr "" + +#. module: project_mailgate +#: code:addons/project_mailgate/project_mailgate.py:143 +#, python-format +msgid "Done" +msgstr "" + +#. module: project_mailgate +#: code:addons/project_mailgate/project_mailgate.py:129 +#, python-format +msgid "Open" +msgstr "" + +#. module: project_mailgate +#: code:addons/project_mailgate/project_mailgate.py:135 +#, python-format +msgid "Pending" +msgstr "" + +#. module: project_mailgate +#: view:project.task:0 +msgid "History" +msgstr "" diff --git a/addons/project_messages/i18n/ca.po b/addons/project_messages/i18n/ca.po new file mode 100644 index 00000000000..bee4c81217d --- /dev/null +++ b/addons/project_messages/i18n/ca.po @@ -0,0 +1,132 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 21:49+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: 2011-02-07 06:23+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: project_messages +#: field:project.messages,to_id:0 +msgid "To" +msgstr "" + +#. module: project_messages +#: model:ir.model,name:project_messages.model_project_messages +msgid "project.messages" +msgstr "" + +#. module: project_messages +#: field:project.messages,from_id:0 +msgid "From" +msgstr "" + +#. module: project_messages +#: model:ir.actions.act_window,name:project_messages.messages_form +#: model:ir.ui.menu,name:project_messages.menu_messages_form +msgid "Communication Messages" +msgstr "" + +#. module: project_messages +#: view:project.messages:0 +msgid "Group By..." +msgstr "" + +#. module: project_messages +#: field:project.messages,create_date:0 +msgid "Creation Date" +msgstr "" + +#. module: project_messages +#: view:project.messages:0 +msgid "Today" +msgstr "" + +#. module: project_messages +#: help:project.messages,to_id:0 +msgid "Keep this empty to broadcast the message." +msgstr "" + +#. module: project_messages +#: model:ir.actions.act_window,name:project_messages.act_project_messages +#: model:ir.actions.act_window,name:project_messages.action_view_project_editable_messages_tree +#: view:project.messages:0 +#: view:project.project:0 +#: field:project.project,message_ids:0 +msgid "Messages" +msgstr "" + +#. module: project_messages +#: model:ir.model,name:project_messages.model_project_project +#: view:project.messages:0 +#: field:project.messages,project_id:0 +msgid "Project" +msgstr "" + +#. module: project_messages +#: model:ir.actions.act_window,help:project_messages.messages_form +msgid "" +"An in-project messaging system allows for an efficient and trackable " +"communication between project members. The messages are stored in the system " +"and can be used for post analysis." +msgstr "" + +#. module: project_messages +#: model:ir.module.module,description:project_messages.module_meta_information +msgid "" +"\n" +" This module provides the functionality to send messages within a " +"project.\n" +" A user can send messages individually to other user. He can even " +"broadcast\n" +" it to all the users.\n" +" " +msgstr "" + +#. module: project_messages +#: view:project.messages:0 +msgid "Message To" +msgstr "" + +#. module: project_messages +#: constraint:project.project:0 +msgid "Error! You cannot assign escalation to the same project!" +msgstr "" + +#. module: project_messages +#: view:project.messages:0 +#: field:project.messages,message:0 +#: view:project.project:0 +msgid "Message" +msgstr "" + +#. module: project_messages +#: view:project.messages:0 +msgid "Message From" +msgstr "" + +#. module: project_messages +#: view:project.messages:0 +msgid "Project Messages" +msgstr "" + +#. module: project_messages +#: constraint:project.project:0 +msgid "Error! project start-date must be lower then project end-date." +msgstr "" + +#. module: project_messages +#: model:ir.module.module,shortdesc:project_messages.module_meta_information +msgid "In-Project Messaging System" +msgstr "" diff --git a/addons/purchase/i18n/id.po b/addons/purchase/i18n/id.po index a549a06260d..b3ed5aa5589 100644 --- a/addons/purchase/i18n/id.po +++ b/addons/purchase/i18n/id.po @@ -7,13 +7,13 @@ 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: 2011-01-19 12:00+0000\n" +"PO-Revision-Date: 2011-02-06 16:38+0000\n" "Last-Translator: moelyana \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 07:00+0000\n" +"X-Launchpad-Export-Date: 2011-02-07 06:23+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: purchase @@ -347,7 +347,7 @@ msgstr "Produk" #. module: purchase #: field:purchase.installer,progress:0 msgid "Configuration Progress" -msgstr "Konfigurasi yang sedang berlangsung" +msgstr "Konfigurasi Perkembangan" #. module: purchase #: model:process.transition,note:purchase.process_transition_packinginvoice0 diff --git a/addons/purchase_double_validation/i18n/ca.po b/addons/purchase_double_validation/i18n/ca.po new file mode 100644 index 00000000000..ef769e0789b --- /dev/null +++ b/addons/purchase_double_validation/i18n/ca.po @@ -0,0 +1,83 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 01:20+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: 2011-02-07 06:24+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "Purchase Application Configuration" +msgstr "" + +#. module: purchase_double_validation +#: field:purchase.double.validation.installer,progress:0 +msgid "Configuration Progress" +msgstr "" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "Define minimum amount after which puchase is needed to be validated." +msgstr "" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "title" +msgstr "" + +#. module: purchase_double_validation +#: model:ir.module.module,shortdesc:purchase_double_validation.module_meta_information +msgid "purchase_double_validation" +msgstr "" + +#. module: purchase_double_validation +#: field:purchase.double.validation.installer,config_logo:0 +msgid "Image" +msgstr "" + +#. module: purchase_double_validation +#: model:ir.module.module,description:purchase_double_validation.module_meta_information +msgid "" +"\n" +"\tThis module modifies the purchase workflow in order to validate purchases " +"that exceeds minimum amount set by configuration wizard\n" +" " +msgstr "" + +#. module: purchase_double_validation +#: model:ir.actions.act_window,name:purchase_double_validation.action_config_purchase_limit_amount +#: view:purchase.double.validation.installer:0 +msgid "Configure Limit Amount for Purchase" +msgstr "" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "res_config_contents" +msgstr "" + +#. module: purchase_double_validation +#: help:purchase.double.validation.installer,limit_amount:0 +msgid "Maximum amount after which validation of purchase is required." +msgstr "" + +#. module: purchase_double_validation +#: model:ir.model,name:purchase_double_validation.model_purchase_double_validation_installer +msgid "purchase.double.validation.installer" +msgstr "" + +#. module: purchase_double_validation +#: field:purchase.double.validation.installer,limit_amount:0 +msgid "Maximum Purchase Amount" +msgstr "" diff --git a/addons/purchase_requisition/i18n/ca.po b/addons/purchase_requisition/i18n/ca.po new file mode 100644 index 00000000000..ce143c194fc --- /dev/null +++ b/addons/purchase_requisition/i18n/ca.po @@ -0,0 +1,410 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 00:53+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: 2011-02-07 06:24+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +#: selection:purchase.requisition,state:0 +msgid "In Progress" +msgstr "" + +#. module: purchase_requisition +#: code:addons/purchase_requisition/wizard/purchase_requisition_partner.py:44 +#, python-format +msgid "No Product in Tender" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Confirm" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +#: field:purchase.requisition,user_id:0 +msgid "Responsible" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Group By..." +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +#: field:purchase.requisition,state:0 +msgid "State" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +#: selection:purchase.requisition,state:0 +msgid "Draft" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Supplier" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition,exclusive:0 +msgid "Requisition Type" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Product Detail" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +#: field:purchase.requisition,date_start:0 +msgid "Requisition Date" +msgstr "" + +#. module: purchase_requisition +#: model:ir.actions.act_window,name:purchase_requisition.action_purchase_requisition_partner +#: model:ir.actions.report.xml,name:purchase_requisition.report_purchase_requisition +#: model:ir.model,name:purchase_requisition.model_purchase_requisition +#: field:product.product,purchase_requisition:0 +#: field:purchase.order,requisition_id:0 +#: view:purchase.requisition:0 +#: field:purchase.requisition.line,requisition_id:0 +#: view:purchase.requisition.partner:0 +msgid "Purchase Requisition" +msgstr "" + +#. module: purchase_requisition +#: model:ir.model,name:purchase_requisition.model_purchase_requisition_line +msgid "Purchase Requisition Line" +msgstr "" + +#. module: purchase_requisition +#: model:ir.model,name:purchase_requisition.model_product_product +#: field:purchase.requisition.line,product_id:0 +msgid "Product" +msgstr "" + +#. module: purchase_requisition +#: sql_constraint:purchase.order:0 +msgid "Order Reference must be unique !" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +#: field:purchase.requisition,description:0 +msgid "Description" +msgstr "" + +#. module: purchase_requisition +#: help:product.product,purchase_requisition:0 +msgid "" +"Check this box so that requisitions generates purchase requisitions instead " +"of directly requests for quotations." +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Type" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition,company_id:0 +#: field:purchase.requisition.line,company_id:0 +msgid "Company" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Request a Quotation" +msgstr "" + +#. module: purchase_requisition +#: selection:purchase.requisition,exclusive:0 +msgid "Multiple Requisitions" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Approved by Supplier" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Reset to Draft" +msgstr "" + +#. module: purchase_requisition +#: model:ir.module.module,description:purchase_requisition.module_meta_information +msgid "" +"\n" +" This module allows you to manage your Purchase Requisition.\n" +" When a purchase order is created, you now have the opportunity to save " +"the related requisition.\n" +" This new object will regroup and will allow you to easily keep track and " +"order all your purchase orders.\n" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition.partner,partner_address_id:0 +msgid "Address" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Order Reference" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Start Date" +msgstr "" + +#. module: purchase_requisition +#: model:ir.actions.act_window,help:purchase_requisition.action_purchase_requisition +msgid "" +"A purchase requisition is the step before a request for quotation. In a " +"purchase requisition (or purchase tender), you can record the products you " +"need to buy and trigger the creation of RfQs to suppliers. After the " +"negotiation, once you have reviewed all the supplier's offers, you can " +"validate some and cancel others." +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition.line,product_qty:0 +msgid "Quantity" +msgstr "" + +#. module: purchase_requisition +#: model:ir.actions.act_window,name:purchase_requisition.action_purchase_requisition +#: model:ir.ui.menu,name:purchase_requisition.menu_purchase_requisition_pro_mgt +msgid "Purchase Requisitions" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "End Date" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +#: field:purchase.requisition,name:0 +msgid "Requisition Reference" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition,line_ids:0 +msgid "Products to Purchase" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition,date_end:0 +msgid "Requisition Deadline" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Search Purchase Requisition" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Notes" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Date Ordered" +msgstr "" + +#. module: purchase_requisition +#: help:purchase.requisition,exclusive:0 +msgid "" +"Purchase Requisition (exclusive): On the confirmation of a purchase order, " +"it cancels the remaining purchase order.\n" +"Purchase Requisition(Multiple): It allows to have multiple purchase " +"orders.On confirmation of a purchase order it does not cancel the remaining " +"orders" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Cancel Purchase Order" +msgstr "" + +#. module: purchase_requisition +#: model:ir.model,name:purchase_requisition.model_purchase_order +#: view:purchase.requisition:0 +msgid "Purchase Order" +msgstr "" + +#. module: purchase_requisition +#: code:addons/purchase_requisition/wizard/purchase_requisition_partner.py:44 +#, python-format +msgid "Error!" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +#: field:purchase.requisition.line,product_uom_id:0 +msgid "Product UoM" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Products" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Order Date" +msgstr "" + +#. module: purchase_requisition +#: selection:purchase.requisition,state:0 +msgid "Cancelled" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "[" +msgstr "" + +#. module: purchase_requisition +#: model:ir.model,name:purchase_requisition.model_purchase_requisition_partner +msgid "Purchase Requisition Partner" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "]" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Quotation Detail" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Purchase for Requisitions" +msgstr "" + +#. module: purchase_requisition +#: model:ir.actions.act_window,name:purchase_requisition.act_res_partner_2_purchase_order +msgid "Purchase orders" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +#: view:purchase.requisition:0 +#: field:purchase.requisition,origin:0 +msgid "Origin" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Reference" +msgstr "" + +#. module: purchase_requisition +#: model:ir.model,name:purchase_requisition.model_procurement_order +msgid "Procurement" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition,warehouse_id:0 +msgid "Warehouse" +msgstr "" + +#. module: purchase_requisition +#: field:procurement.order,requisition_id:0 +msgid "Latest Requisition" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Quotations" +msgstr "" + +#. module: purchase_requisition +#: report:purchase.requisition:0 +msgid "Qty" +msgstr "" + +#. module: purchase_requisition +#: selection:purchase.requisition,exclusive:0 +msgid "Purchase Requisition (exclusive)" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition.partner:0 +msgid "Create Quotation" +msgstr "" + +#. module: purchase_requisition +#: constraint:product.product:0 +msgid "Error: Invalid ean code" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +#: selection:purchase.requisition,state:0 +msgid "Done" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition.partner:0 +msgid "_Cancel" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Confirm Purchase Order" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Cancel" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition.partner,partner_id:0 +msgid "Partner" +msgstr "" + +#. module: purchase_requisition +#: model:ir.module.module,shortdesc:purchase_requisition.module_meta_information +msgid "Purchase - Purchase Requisition" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.requisition:0 +msgid "Unassigned" +msgstr "" + +#. module: purchase_requisition +#: view:purchase.order:0 +msgid "Requisition" +msgstr "" + +#. module: purchase_requisition +#: field:purchase.requisition,purchase_ids:0 +msgid "Purchase Orders" +msgstr "" diff --git a/addons/report_designer/i18n/ca.po b/addons/report_designer/i18n/ca.po new file mode 100644 index 00000000000..5e899e8c5bc --- /dev/null +++ b/addons/report_designer/i18n/ca.po @@ -0,0 +1,98 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-06 00:48+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: 2011-02-07 06:24+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: report_designer +#: model:ir.actions.act_window,name:report_designer.action_report_designer_installer +#: view:report_designer.installer:0 +msgid "Reporting Tools Configuration" +msgstr "" + +#. module: report_designer +#: field:report_designer.installer,base_report_creator:0 +msgid "Query Builder" +msgstr "" + +#. module: report_designer +#: view:report_designer.installer:0 +msgid "Configure" +msgstr "" + +#. module: report_designer +#: view:report_designer.installer:0 +msgid "title" +msgstr "" + +#. module: report_designer +#: model:ir.model,name:report_designer.model_report_designer_installer +msgid "report_designer.installer" +msgstr "" + +#. module: report_designer +#: field:report_designer.installer,config_logo:0 +msgid "Image" +msgstr "" + +#. module: report_designer +#: field:report_designer.installer,base_report_designer:0 +msgid "OpenOffice Report Designer" +msgstr "" + +#. module: report_designer +#: model:ir.module.module,shortdesc:report_designer.module_meta_information +msgid "Reporting Tools" +msgstr "" + +#. module: report_designer +#: view:report_designer.installer:0 +msgid "" +"OpenERP's built-in reporting abilities can be improved even further with " +"some of the following applications" +msgstr "" + +#. module: report_designer +#: view:report_designer.installer:0 +msgid "Configure Reporting Tools" +msgstr "" + +#. module: report_designer +#: help:report_designer.installer,base_report_creator:0 +msgid "" +"Allows you to create any statistic reports on several objects. It's a SQL " +"query builder and browser for end users." +msgstr "" + +#. module: report_designer +#: help:report_designer.installer,base_report_designer:0 +msgid "" +"Adds wizards to Import/Export .SXW report which you can modify in " +"OpenOffice.Once you have modified it you can upload the report using the " +"same wizard." +msgstr "" + +#. module: report_designer +#: model:ir.module.module,description:report_designer.module_meta_information +msgid "" +"Installer for reporting tools selection\n" +" " +msgstr "" + +#. module: report_designer +#: field:report_designer.installer,progress:0 +msgid "Configuration Progress" +msgstr "" diff --git a/addons/report_webkit/i18n/ca.po b/addons/report_webkit/i18n/ca.po new file mode 100644 index 00000000000..b597b22de1e --- /dev/null +++ b/addons/report_webkit/i18n/ca.po @@ -0,0 +1,560 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:16+0000\n" +"PO-Revision-Date: 2011-02-06 00:02+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: report_webkit +#: field:ir.actions.report.xml,webkit_header:0 +msgid "WebKit Header" +msgstr "" + +#. module: report_webkit +#: view:ir.actions.report.xml:0 +msgid "Webkit Template (used if Report File is not found)" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Tabloid 29 279.4 x 431.8 mm" +msgstr "" + +#. module: report_webkit +#: model:ir.actions.act_window,name:report_webkit.action_header_img +#: model:ir.ui.menu,name:report_webkit.menu_header_img +msgid "Header IMG" +msgstr "" + +#. module: report_webkit +#: field:res.company,lib_path:0 +msgid "Webkit Executable Path" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Ledger 28 431.8 x 279.4 mm" +msgstr "" + +#. module: report_webkit +#: help:ir.header_img,type:0 +msgid "Image type(png,gif,jpeg)" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Executive 4 7.5 x 10 inches, 190.5 x 254 mm" +msgstr "" + +#. module: report_webkit +#: field:ir.header_img,company_id:0 +#: field:ir.header_webkit,company_id:0 +msgid "Company" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:84 +#, python-format +msgid "path to Wkhtmltopdf is not absolute" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "DLE 26 110 x 220 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B7 21 88 x 125 mm" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:290 +#: code:addons/report_webkit/webkit_report.py:304 +#: code:addons/report_webkit/webkit_report.py:322 +#: code:addons/report_webkit/webkit_report.py:338 +#, python-format +msgid "Webkit render" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Folio 27 210 x 330 mm" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:67 +#, python-format +msgid "" +"Please install executable on your system'+\n" +" ' (sudo apt-get install wkhtmltopdf) or " +"download it from here:'+\n" +" ' " +"http://code.google.com/p/wkhtmltopdf/downloads/list and set the'+\n" +" ' path to the executable on the Company form." +msgstr "" + +#. module: report_webkit +#: help:ir.header_img,name:0 +msgid "Name of Image" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:78 +#, python-format +msgid "" +"Wrong Wkhtmltopdf path set in company'+\n" +" 'Given path is not executable or path is " +"wrong" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:151 +#, python-format +msgid "Webkit raise an error" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Legal 3 8.5 x 14 inches, 215.9 x 355.6 mm" +msgstr "" + +#. module: report_webkit +#: model:ir.model,name:report_webkit.model_ir_header_webkit +msgid "ir.header_webkit" +msgstr "" + +#. module: report_webkit +#: model:ir.actions.act_window,name:report_webkit.action_header_webkit +#: model:ir.ui.menu,name:report_webkit.menu_header_webkit +msgid "Header HTML" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A4 0 210 x 297 mm, 8.26 x 11.69 inches" +msgstr "" + +#. module: report_webkit +#: view:report.webkit.actions:0 +msgid "_Cancel" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B2 17 500 x 707 mm" +msgstr "" + +#. module: report_webkit +#: model:ir.model,name:report_webkit.model_ir_header_img +msgid "ir.header_img" +msgstr "" + +#. module: report_webkit +#: constraint:res.company:0 +msgid "Error! You can not create recursive companies." +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A0 5 841 x 1189 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "C5E 24 163 x 229 mm" +msgstr "" + +#. module: report_webkit +#: field:ir.header_img,type:0 +msgid "Type" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/wizard/report_webkit_actions.py:134 +#, python-format +msgid "Client Actions Connections" +msgstr "" + +#. module: report_webkit +#: field:res.company,header_image:0 +msgid "Available Images" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,html:0 +msgid "webkit header" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B1 15 707 x 1000 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A1 6 594 x 841 mm" +msgstr "" + +#. module: report_webkit +#: help:ir.actions.report.xml,webkit_header:0 +msgid "The header linked to the report" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:66 +#, python-format +msgid "Wkhtmltopdf library path is not set in company" +msgstr "" + +#. module: report_webkit +#: model:ir.module.module,description:report_webkit.module_meta_information +msgid "" +"This module adds a new Report Engine based on WebKit library (wkhtmltopdf) " +"to support reports designed in HTML + CSS.\n" +"The module structure and some code is inspired by the report_openoffice " +"module.\n" +"The module allows:\n" +" -HTML report definition\n" +" -Multi header support \n" +" -Multi logo\n" +" -Multi company support\n" +" -HTML and CSS-3 support (In the limit of the actual WebKIT version)\n" +" -JavaScript support \n" +" -Raw HTML debugger\n" +" -Book printing capabilities\n" +" -Margins definition \n" +" -Paper size definition\n" +"and much more\n" +"\n" +"Multiple headers and logos can be defined per company.\n" +"CSS style, header and footer body are defined per company\n" +"\n" +"The library to install can be found here\n" +"http://code.google.com/p/wkhtmltopdf/\n" +"The system libraries are available for Linux, Mac OS X i386 and Windows 32.\n" +"\n" +"After installing the wkhtmltopdf library on the OpenERP Server machine, you " +"need to set the\n" +"path to the wkthtmltopdf executable file on the Company.\n" +"\n" +"For a sample report see also the webkit_report_sample module, and this " +"video:\n" +" http://files.me.com/nbessi/06n92k.mov \n" +"\n" +"\n" +"TODO :\n" +"JavaScript support activation deactivation\n" +"Collated and book format support\n" +"Zip return for separated PDF\n" +"Web client WYSIWYG\n" +" " +msgstr "" + +#. module: report_webkit +#: view:ir.actions.report.xml:0 +#: view:res.company:0 +msgid "Webkit" +msgstr "" + +#. module: report_webkit +#: help:ir.header_webkit,format:0 +msgid "Select Proper Paper size" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B5 1 176 x 250 mm, 6.93 x 9.84 inches" +msgstr "" + +#. module: report_webkit +#: view:ir.header_webkit:0 +msgid "Content and styling" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A7 11 74 x 105 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A6 10 105 x 148 mm" +msgstr "" + +#. module: report_webkit +#: help:ir.actions.report.xml,report_webkit_data:0 +msgid "This template will be used if the main report file is not found" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,margin_top:0 +msgid "Top Margin (mm)" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:246 +#, python-format +msgid "Please set a header in company settings" +msgstr "" + +#. module: report_webkit +#: view:report.webkit.actions:0 +msgid "_Ok" +msgstr "" + +#. module: report_webkit +#: help:report.webkit.actions,print_button:0 +msgid "" +"Check this to add a Print action for this Report in the sidebar of the " +"corresponding document types" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B3 18 353 x 500 mm" +msgstr "" + +#. module: report_webkit +#: help:ir.actions.report.xml,webkit_debug:0 +msgid "Enable the webkit engine debugger" +msgstr "" + +#. module: report_webkit +#: field:ir.header_img,img:0 +msgid "Image" +msgstr "" + +#. module: report_webkit +#: field:res.company,header_webkit:0 +msgid "Available html" +msgstr "" + +#. module: report_webkit +#: help:report.webkit.actions,open_action:0 +msgid "" +"Check this to view the newly added internal print action after creating it " +"(technical view) " +msgstr "" + +#. module: report_webkit +#: view:res.company:0 +msgid "Images" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,orientation:0 +msgid "Portrait" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,orientation:0 +msgid "Landscape" +msgstr "" + +#. module: report_webkit +#: view:ir.header_webkit:0 +msgid "page setup" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B8 22 62 x 88 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A2 7 420 x 594 mm" +msgstr "" + +#. module: report_webkit +#: field:report.webkit.actions,print_button:0 +msgid "Add print button" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A9 13 37 x 52 mm" +msgstr "" + +#. module: report_webkit +#: model:ir.model,name:report_webkit.model_res_company +msgid "Companies" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,margin_bottom:0 +msgid "Bottom Margin (mm)" +msgstr "" + +#. module: report_webkit +#: model:ir.model,name:report_webkit.model_report_webkit_actions +msgid "Webkit Actions" +msgstr "" + +#. module: report_webkit +#: field:report.webkit.actions,open_action:0 +msgid "Open added action" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,margin_right:0 +msgid "Right Margin (mm)" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,orientation:0 +msgid "Orientation" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B6 20 125 x 176 mm" +msgstr "" + +#. module: report_webkit +#: help:ir.header_webkit,html:0 +msgid "Set Webkit Report Header" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,format:0 +msgid "Paper size" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid ":B10 16 31 x 44 mm" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,css:0 +msgid "Header CSS" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B4 19 250 x 353 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A3 8 297 x 420 mm" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:240 +#, python-format +msgid "" +"'))\n" +" header = report_xml.webkit_header.html\n" +" footer = report_xml.webkit_header.footer_html\n" +" if not header and report_xml.header:\n" +" raise except_osv(\n" +" _('No header defined for this Webkit report!" +msgstr "" + +#. module: report_webkit +#: help:res.company,lib_path:0 +msgid "Complete (Absolute) path to the wkhtmltopdf executable." +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,footer_html:0 +msgid "webkit footer" +msgstr "" + +#. module: report_webkit +#: field:ir.actions.report.xml,webkit_debug:0 +msgid "Webkit debug" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Letter 2 8.5 x 11 inches, 215.9 x 279.4 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B0 14 1000 x 1414 mm" +msgstr "" + +#. module: report_webkit +#: field:ir.actions.report.xml,report_webkit_data:0 +msgid "Webkit Template" +msgstr "" + +#. module: report_webkit +#: model:ir.module.module,shortdesc:report_webkit.module_meta_information +msgid "Webkit Report Engine" +msgstr "" + +#. module: report_webkit +#: field:ir.header_img,name:0 +#: field:ir.header_webkit,name:0 +msgid "Name" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A5 9 148 x 210 mm" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "A8 12 52 x 74 mm" +msgstr "" + +#. module: report_webkit +#: model:ir.actions.act_window,name:report_webkit.wizard_ofdo_report_actions +#: view:report.webkit.actions:0 +msgid "Add Print Buttons" +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "Comm10E 25 105 x 241 mm, U.S. Common 10 Envelope" +msgstr "" + +#. module: report_webkit +#: code:addons/report_webkit/webkit_report.py:240 +#, python-format +msgid "Webkit Report template not found !" +msgstr "" + +#. module: report_webkit +#: field:ir.header_webkit,margin_left:0 +msgid "Left Margin (mm)" +msgstr "" + +#. module: report_webkit +#: view:res.company:0 +msgid "Headers" +msgstr "" + +#. module: report_webkit +#: help:ir.header_webkit,footer_html:0 +msgid "Set Webkit Report Footer." +msgstr "" + +#. module: report_webkit +#: selection:ir.header_webkit,format:0 +msgid "B9 23 33 x 62 mm" +msgstr "" + +#. module: report_webkit +#: model:ir.model,name:report_webkit.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" diff --git a/addons/report_webkit_sample/i18n/ca.po b/addons/report_webkit_sample/i18n/ca.po new file mode 100644 index 00000000000..96b73c3b6e7 --- /dev/null +++ b/addons/report_webkit_sample/i18n/ca.po @@ -0,0 +1,143 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:16+0000\n" +"PO-Revision-Date: 2011-02-05 23:55+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: report_webkit_sample +#: model:ir.actions.report.xml,name:report_webkit_sample.report_webkit_html +msgid "WebKit invoice" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:35 +msgid "Supplier Invoice" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:49 +msgid "Unit Price" +msgstr "" + +#. module: report_webkit_sample +#: model:ir.module.module,description:report_webkit_sample.module_meta_information +msgid "" +"Samples for Webkit Report Engine (report_webkit module).\n" +"\n" +" A sample invoice report is included in this module, as well as a wizard " +"to\n" +" add Webkit Report entries on any Document in the system.\n" +" \n" +" You have to create the print buttons by calling the wizard. For more " +"details see:\n" +" http://files.me.com/nbessi/06n92k.mov \n" +" " +msgstr "" + +#. module: report_webkit_sample +#: model:ir.module.module,shortdesc:report_webkit_sample.module_meta_information +msgid "Webkit Report Samples" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:49 +msgid "Disc.(%)" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:22 +msgid "Fax" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:44 +msgid "Document" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:49 +msgid "Description" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:49 +msgid "Price" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:44 +msgid "Invoice Date" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:49 +msgid "QTY" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:64 +msgid "Base" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:44 +msgid "Partner Ref." +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:49 +msgid "Taxes" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:64 +msgid "Amount" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:28 +msgid "VAT" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:37 +msgid "Refund" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:19 +msgid "Tel" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:25 +msgid "E-mail" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:33 +msgid "Invoice" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:39 +msgid "Supplier Refund" +msgstr "" + +#. module: report_webkit_sample +#: report:addons/report_webkit_sample/report/report_webkit_html.mako:76 +msgid "Total" +msgstr "" diff --git a/addons/resource/i18n/ca.po b/addons/resource/i18n/ca.po new file mode 100644 index 00000000000..0a8125ca393 --- /dev/null +++ b/addons/resource/i18n/ca.po @@ -0,0 +1,346 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:16+0000\n" +"PO-Revision-Date: 2011-02-05 23:31+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: resource +#: help:resource.calendar.leaves,resource_id:0 +msgid "" +"If empty, this is a generic holiday for the company. If a resource is set, " +"the holiday/leave is only for this resource" +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Friday" +msgstr "" + +#. module: resource +#: field:resource.resource,resource_type:0 +msgid "Resource Type" +msgstr "" + +#. module: resource +#: model:ir.model,name:resource.model_resource_calendar_leaves +#: view:resource.calendar.leaves:0 +msgid "Leave Detail" +msgstr "" + +#. module: resource +#: model:ir.actions.act_window,name:resource.resource_calendar_resources_leaves +msgid "Resources Leaves" +msgstr "" + +#. module: resource +#: view:resource.calendar:0 +#: field:resource.calendar,attendance_ids:0 +#: view:resource.calendar.attendance:0 +msgid "Working Time" +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Thursday" +msgstr "" + +#. module: resource +#: view:resource.calendar.leaves:0 +#: view:resource.resource:0 +msgid "Group By..." +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Sunday" +msgstr "" + +#. module: resource +#: view:resource.resource:0 +msgid "Search Resource" +msgstr "" + +#. module: resource +#: view:resource.resource:0 +msgid "Type" +msgstr "" + +#. module: resource +#: model:ir.actions.act_window,name:resource.action_resource_resource_tree +#: view:resource.resource:0 +msgid "Resources" +msgstr "" + +#. module: resource +#: field:resource.calendar,manager:0 +msgid "Workgroup manager" +msgstr "" + +#. module: resource +#: help:resource.calendar.attendance,hour_from:0 +msgid "Working time will start from" +msgstr "" + +#. module: resource +#: constraint:resource.calendar.leaves:0 +msgid "Error! leave start-date must be lower then leave end-date." +msgstr "" + +#. module: resource +#: model:ir.model,name:resource.model_resource_calendar +msgid "Resource Calendar" +msgstr "" + +#. module: resource +#: field:resource.calendar,company_id:0 +#: view:resource.calendar.leaves:0 +#: field:resource.calendar.leaves,company_id:0 +#: view:resource.resource:0 +#: field:resource.resource,company_id:0 +msgid "Company" +msgstr "" + +#. module: resource +#: selection:resource.resource,resource_type:0 +msgid "Material" +msgstr "" + +#. module: resource +#: field:resource.calendar.attendance,dayofweek:0 +msgid "Day of week" +msgstr "" + +#. module: resource +#: help:resource.calendar.attendance,hour_to:0 +msgid "Working time will end at" +msgstr "" + +#. module: resource +#: field:resource.calendar.attendance,date_from:0 +msgid "Starting date" +msgstr "" + +#. module: resource +#: view:resource.calendar:0 +msgid "Search Working Time" +msgstr "" + +#. module: resource +#: view:resource.calendar.leaves:0 +msgid "Reason" +msgstr "" + +#. module: resource +#: view:resource.resource:0 +#: field:resource.resource,user_id:0 +msgid "User" +msgstr "" + +#. module: resource +#: view:resource.calendar.leaves:0 +msgid "Date" +msgstr "" + +#. module: resource +#: view:resource.calendar.leaves:0 +msgid "Search Working Period Leaves" +msgstr "" + +#. module: resource +#: field:resource.calendar.leaves,date_to:0 +msgid "End Date" +msgstr "" + +#. module: resource +#: model:ir.actions.act_window,name:resource.resource_calendar_closing_days +msgid "Closing Days" +msgstr "" + +#. module: resource +#: model:ir.module.module,shortdesc:resource.module_meta_information +#: model:ir.ui.menu,name:resource.menu_resource_config +#: view:resource.calendar.leaves:0 +#: field:resource.calendar.leaves,resource_id:0 +#: view:resource.resource:0 +msgid "Resource" +msgstr "" + +#. module: resource +#: view:resource.calendar:0 +#: field:resource.calendar,name:0 +#: field:resource.calendar.attendance,name:0 +#: field:resource.calendar.leaves,name:0 +#: field:resource.resource,name:0 +msgid "Name" +msgstr "" + +#. module: resource +#: model:ir.module.module,description:resource.module_meta_information +msgid "" +"\n" +" Module for resource management\n" +" A resource represent something that can be scheduled\n" +" (a developer on a task or a workcenter on manufacturing orders).\n" +" This module manages a resource calendar associated to every resource.\n" +" It also manages the leaves of every resource.\n" +"\n" +" " +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Wednesday" +msgstr "" + +#. module: resource +#: model:ir.actions.act_window,name:resource.action_resource_calendar_form +#: view:resource.calendar.leaves:0 +#: view:resource.resource:0 +#: field:resource.resource,calendar_id:0 +msgid "Working Period" +msgstr "" + +#. module: resource +#: model:ir.model,name:resource.model_resource_resource +msgid "Resource Detail" +msgstr "" + +#. module: resource +#: field:resource.resource,active:0 +msgid "Active" +msgstr "" + +#. module: resource +#: help:resource.resource,active:0 +msgid "" +"If the active field is set to False, it will allow you to hide the resource " +"record without removing it." +msgstr "" + +#. module: resource +#: field:resource.calendar.attendance,calendar_id:0 +msgid "Resource's Calendar" +msgstr "" + +#. module: resource +#: help:resource.resource,user_id:0 +msgid "Related user name for the resource to manage its access." +msgstr "" + +#. module: resource +#: help:resource.resource,calendar_id:0 +msgid "Define the schedule of resource" +msgstr "" + +#. module: resource +#: field:resource.calendar.attendance,hour_from:0 +msgid "Work from" +msgstr "" + +#. module: resource +#: field:resource.resource,code:0 +msgid "Code" +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Monday" +msgstr "" + +#. module: resource +#: field:resource.calendar.attendance,hour_to:0 +msgid "Work to" +msgstr "" + +#. module: resource +#: help:resource.resource,time_efficiency:0 +msgid "" +"This field depict the efficiency of the resource to complete tasks. e.g " +"resource put alone on a phase of 5 days with 5 tasks assigned to him, will " +"show a load of 100% for this phase by default, but if we put a efficency of " +"200%, then his load will only be 50%." +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Tuesday" +msgstr "" + +#. module: resource +#: field:resource.calendar.leaves,calendar_id:0 +msgid "Working time" +msgstr "" + +#. module: resource +#: model:ir.actions.act_window,name:resource.action_resource_calendar_leave_tree +#: model:ir.ui.menu,name:resource.menu_view_resource_calendar_leaves_search +msgid "Resource Leaves" +msgstr "" + +#. module: resource +#: view:resource.resource:0 +msgid "General Information" +msgstr "" + +#. module: resource +#: model:ir.actions.act_window,help:resource.action_resource_resource_tree +msgid "" +"Resources allow you to create and manage resources that should be involved " +"in a specific project phase. You can also set their efficiency level and " +"workload based on their weekly working hours." +msgstr "" + +#. module: resource +#: view:resource.resource:0 +msgid "Inactive" +msgstr "" + +#. module: resource +#: code:addons/resource/faces/resource.py:340 +#, python-format +msgid "(vacation)" +msgstr "" + +#. module: resource +#: field:resource.resource,time_efficiency:0 +msgid "Efficiency factor" +msgstr "" + +#. module: resource +#: selection:resource.resource,resource_type:0 +msgid "Human" +msgstr "" + +#. module: resource +#: model:ir.model,name:resource.model_resource_calendar_attendance +msgid "Work Detail" +msgstr "" + +#. module: resource +#: field:resource.calendar.leaves,date_from:0 +msgid "Start Date" +msgstr "" + +#. module: resource +#: code:addons/resource/resource.py:246 +#, python-format +msgid " (copy)" +msgstr "" + +#. module: resource +#: selection:resource.calendar.attendance,dayofweek:0 +msgid "Saturday" +msgstr "" diff --git a/addons/sale/i18n/sv.po b/addons/sale/i18n/sv.po index ff75f921c97..08fff2bf2ec 100644 --- a/addons/sale/i18n/sv.po +++ b/addons/sale/i18n/sv.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.14\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:16+0000\n" -"PO-Revision-Date: 2011-01-20 07:17+0000\n" -"Last-Translator: Magnus Brandt (mba), Aspirix AB \n" +"PO-Revision-Date: 2011-02-04 10:51+0000\n" +"Last-Translator: Anders Eriksson, Aspirix AB \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 07:03+0000\n" +"X-Launchpad-Export-Date: 2011-02-05 06:12+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: sale @@ -1330,7 +1330,7 @@ msgstr "" #. module: sale #: field:sale.order,incoterm:0 msgid "Incoterm" -msgstr "Internationella villkor" +msgstr "Incoterm" #. module: sale #: view:sale.order.line:0 diff --git a/addons/sale_layout/i18n/ca.po b/addons/sale_layout/i18n/ca.po new file mode 100644 index 00000000000..a97d1e6c30f --- /dev/null +++ b/addons/sale_layout/i18n/ca.po @@ -0,0 +1,292 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:16+0000\n" +"PO-Revision-Date: 2011-02-05 19:42+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: sale_layout +#: selection:sale.order.line,layout_type:0 +msgid "Sub Total" +msgstr "" + +#. module: sale_layout +#: model:ir.module.module,description:sale_layout.module_meta_information +msgid "" +"\n" +" This module provides features to improve the layout of the Sales Order.\n" +"\n" +" It gives you the possibility to\n" +" * order all the lines of a sales order\n" +" * add titles, comment lines, sub total lines\n" +" * draw horizontal lines and put page breaks\n" +"\n" +" " +msgstr "" + +#. module: sale_layout +#: selection:sale.order.line,layout_type:0 +msgid "Title" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Disc. (%)" +msgstr "" + +#. module: sale_layout +#: selection:sale.order.line,layout_type:0 +msgid "Note" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Unit Price" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Order N°" +msgstr "" + +#. module: sale_layout +#: field:sale.order,abstract_line_ids:0 +msgid "Order Lines" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Disc.(%)" +msgstr "" + +#. module: sale_layout +#: field:sale.order.line,layout_type:0 +msgid "Layout Type" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Seq." +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "UoM" +msgstr "" + +#. module: sale_layout +#: selection:sale.order.line,layout_type:0 +msgid "Product" +msgstr "" + +#. module: sale_layout +#: sql_constraint:sale.order:0 +msgid "Order Reference must be unique !" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Description" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Manual Description" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Our Salesman" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Automatic Declaration" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Invoice Lines" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Quantity" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Quotation N°" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "VAT" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Make Invoice" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Properties" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Invoice address :" +msgstr "" + +#. module: sale_layout +#: model:ir.module.module,shortdesc:sale_layout.module_meta_information +msgid "Sale Order Layout" +msgstr "" + +#. module: sale_layout +#: selection:sale.order.line,layout_type:0 +msgid "Page Break" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Notes" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Date Ordered" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Shipping address :" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Taxes" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Net Total :" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Tel. :" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Total :" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Payment Terms" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "History" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Sale Order Lines" +msgstr "" + +#. module: sale_layout +#: selection:sale.order.line,layout_type:0 +msgid "Separator Line" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Your Reference" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Quotation Date" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "TVA :" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Qty" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "States" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Sales order lines" +msgstr "" + +#. module: sale_layout +#: model:ir.actions.report.xml,name:sale_layout.sale_order_1 +msgid "Order with Layout" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Extra Info" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Taxes :" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Fax :" +msgstr "" + +#. module: sale_layout +#: model:ir.model,name:sale_layout.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Order Line" +msgstr "" + +#. module: sale_layout +#: report:sale.order.layout:0 +msgid "Price" +msgstr "" + +#. module: sale_layout +#: model:ir.model,name:sale_layout.model_sale_order_line +msgid "Sales Order Line" +msgstr "" + +#. module: sale_layout +#: view:sale.order:0 +msgid "Stock Moves" +msgstr "" diff --git a/addons/sale_layout/i18n/pt_BR.po b/addons/sale_layout/i18n/pt_BR.po index f620962f123..31dd15aa684 100644 --- a/addons/sale_layout/i18n/pt_BR.po +++ b/addons/sale_layout/i18n/pt_BR.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:16+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" +"PO-Revision-Date: 2011-02-06 01:00+0000\n" "Last-Translator: Emerson \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: 2011-01-25 07:04+0000\n" +"X-Launchpad-Export-Date: 2011-02-07 06:24+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: sale_layout @@ -144,7 +144,7 @@ msgstr "Cotação N°" #. module: sale_layout #: report:sale.order.layout:0 msgid "VAT" -msgstr "VAT (imposto europeu)" +msgstr "Imposto" #. module: sale_layout #: view:sale.order:0 diff --git a/addons/sale_mrp/i18n/ca.po b/addons/sale_mrp/i18n/ca.po new file mode 100644 index 00000000000..be09b812328 --- /dev/null +++ b/addons/sale_mrp/i18n/ca.po @@ -0,0 +1,66 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:16+0000\n" +"PO-Revision-Date: 2011-02-05 17:53+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: sale_mrp +#: help:mrp.production,sale_ref:0 +msgid "Indicate the Customer Reference from sales order." +msgstr "" + +#. module: sale_mrp +#: field:mrp.production,sale_ref:0 +msgid "Sales Reference" +msgstr "" + +#. module: sale_mrp +#: model:ir.model,name:sale_mrp.model_mrp_production +msgid "Manufacturing Order" +msgstr "" + +#. module: sale_mrp +#: model:ir.module.module,description:sale_mrp.module_meta_information +msgid "" +"\n" +" This module provides facility to the user to install mrp and sales " +"modules\n" +" at a time. It is basically used when we want to keep track of " +"production\n" +" orders generated from sales order.\n" +" It adds sales name and sales Reference on production order\n" +" " +msgstr "" + +#. module: sale_mrp +#: field:mrp.production,sale_name:0 +msgid "Sales Name" +msgstr "" + +#. module: sale_mrp +#: model:ir.module.module,shortdesc:sale_mrp.module_meta_information +msgid "Sales and MRP Management" +msgstr "" + +#. module: sale_mrp +#: constraint:mrp.production:0 +msgid "Order quantity cannot be negative or zero !" +msgstr "" + +#. module: sale_mrp +#: help:mrp.production,sale_name:0 +msgid "Indicate the name of sales order." +msgstr "" diff --git a/addons/sale_order_dates/i18n/ca.po b/addons/sale_order_dates/i18n/ca.po new file mode 100644 index 00000000000..1a724ca4483 --- /dev/null +++ b/addons/sale_order_dates/i18n/ca.po @@ -0,0 +1,70 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:16+0000\n" +"PO-Revision-Date: 2011-02-05 17:41+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: 2011-02-06 06:15+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: sale_order_dates +#: sql_constraint:sale.order:0 +msgid "Order Reference must be unique !" +msgstr "" + +#. module: sale_order_dates +#: help:sale.order,requested_date:0 +msgid "Date on which customer has requested for sales." +msgstr "" + +#. module: sale_order_dates +#: field:sale.order,commitment_date:0 +msgid "Commitment Date" +msgstr "" + +#. module: sale_order_dates +#: field:sale.order,effective_date:0 +msgid "Effective Date" +msgstr "" + +#. module: sale_order_dates +#: model:ir.module.module,shortdesc:sale_order_dates.module_meta_information +msgid "Sales Order Dates" +msgstr "" + +#. module: sale_order_dates +#: help:sale.order,effective_date:0 +msgid "Date on which picking is created." +msgstr "" + +#. module: sale_order_dates +#: field:sale.order,requested_date:0 +msgid "Requested Date" +msgstr "" + +#. module: sale_order_dates +#: model:ir.model,name:sale_order_dates.model_sale_order +msgid "Sales Order" +msgstr "" + +#. module: sale_order_dates +#: model:ir.module.module,description:sale_order_dates.module_meta_information +msgid "" +"\n" +"Add commitment, requested and effective dates on the sales order.\n" +msgstr "" + +#. module: sale_order_dates +#: help:sale.order,commitment_date:0 +msgid "Date on which delivery of products is to be made." +msgstr "" diff --git a/addons/wiki/web/locales/ca.po b/addons/wiki/web/locales/ca.po new file mode 100644 index 00000000000..d8d96530e18 --- /dev/null +++ b/addons/wiki/web/locales/ca.po @@ -0,0 +1,22 @@ +# Catalan translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2010-08-02 17:52+0530\n" +"PO-Revision-Date: 2011-02-06 12:04+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: 2011-02-07 06:24+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#: widgets/wikimarkup/__init__.py:1981 +msgid "Table of Contents" +msgstr "" From c57658c9b152d3f82be9d97073494e91baefd1c9 Mon Sep 17 00:00:00 2001 From: "Jay Vora (OpenERP)" Date: Mon, 7 Feb 2011 17:02:52 +0530 Subject: [PATCH 04/12] [FIX] Email_template : Corrected context of action lp bug: https://launchpad.net/bugs/688069 fixed bzr revid: jvo@tinyerp.com-20110207113252-o1n57152p85lqj0v --- addons/email_template/email_template_account_view.xml | 2 +- addons/email_template/email_template_mailbox_view.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/email_template/email_template_account_view.xml b/addons/email_template/email_template_account_view.xml index 00429efc16c..75111e626e5 100644 --- a/addons/email_template/email_template_account_view.xml +++ b/addons/email_template/email_template_account_view.xml @@ -96,7 +96,7 @@ form form,tree - {'group_by': [], 'search_default_draft': 1, 'search_default_my': 1} + {'search_default_draft': 1, 'search_default_my': 1} diff --git a/addons/email_template/email_template_mailbox_view.xml b/addons/email_template/email_template_mailbox_view.xml index bb84ad5d890..0d1b3b0a2bf 100644 --- a/addons/email_template/email_template_mailbox_view.xml +++ b/addons/email_template/email_template_mailbox_view.xml @@ -105,7 +105,7 @@ form tree,form - {'group_by': [], 'search_default_outbox': 1} + {'search_default_outbox': 1} An email template is an email document that will be sent as part of a marketing campaign. You can personalize it according to specific customer profile fields, so that a partner name or other partner related information may be inserted automatically. From 591782def9e262bdab285da896e3e786be3f7abe Mon Sep 17 00:00:00 2001 From: "Jay Vora (OpenERP)" Date: Mon, 7 Feb 2011 17:08:37 +0530 Subject: [PATCH 05/12] [FIX] Hr_Timesheet : Timesheet report should be available for those employees who have user associated with them. bzr revid: jvo@tinyerp.com-20110207113837-ajxt2kis1xpa6rk8 --- addons/hr_timesheet/report/user_timesheet.py | 47 +++++++++++--------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/addons/hr_timesheet/report/user_timesheet.py b/addons/hr_timesheet/report/user_timesheet.py index 1d1742c0add..737652fbccd 100644 --- a/addons/hr_timesheet/report/user_timesheet.py +++ b/addons/hr_timesheet/report/user_timesheet.py @@ -61,23 +61,25 @@ class report_custom(report_rml): date_xml.append('') date_xml.append('2.5cm%s,2cm\n' % (',0.7cm' * lengthmonth(som.year, som.month))) - # Computing the attendence by analytical account - cr.execute( - "select line.date, (unit_amount * unit.factor) as amount, account_id, account.name "\ - "from account_analytic_line as line, hr_analytic_timesheet as hr, "\ - "account_analytic_account as account, product_uom as unit "\ - "where hr.line_id=line.id and line.account_id=account.id "\ - "and product_uom_id = unit.id "\ - "and line.user_id=%s and line.date >= %s and line.date < %s " - "order by line.date", - (user_id, som.strftime('%Y-%m-%d'), eom.strftime('%Y-%m-%d'))) - # Sum attendence by account, then by day accounts = {} - for presence in cr.dictfetchall(): - day = int(presence['date'][-2:]) - account = accounts.setdefault((presence['account_id'], presence['name']), {}) - account[day] = account.get(day, 0.0) + presence['amount'] + header_xml = '' + if user_id: + # Computing the attendence by analytical account + cr.execute( + "select line.date, (unit_amount * unit.factor) as amount, account_id, account.name "\ + "from account_analytic_line as line, hr_analytic_timesheet as hr, "\ + "account_analytic_account as account, product_uom as unit "\ + "where hr.line_id=line.id and line.account_id=account.id "\ + "and product_uom_id = unit.id "\ + "and line.user_id=%s and line.date >= %s and line.date < %s " + "order by line.date", + (user_id, som.strftime('%Y-%m-%d'), eom.strftime('%Y-%m-%d'))) + + for presence in cr.dictfetchall(): + day = int(presence['date'][-2:]) + account = accounts.setdefault((presence['account_id'], presence['name']), {}) + account[day] = account.get(day, 0.0) + presence['amount'] xml = ''' @@ -85,13 +87,14 @@ class report_custom(report_rml): ''' rpt_obj = pooler.get_pool(cr.dbname).get('hr.employee') - rml_obj=report_sxw.rml_parse(cr, uid, rpt_obj._name,context) - header_xml = ''' -
- %s - %s -
- ''' % (str(rml_obj.formatLang(time.strftime("%Y-%m-%d"),date=True))+' ' + str(time.strftime("%H:%M")),pooler.get_pool(cr.dbname).get('res.users').browse(cr,uid,user_id).company_id.name) + rml_obj = report_sxw.rml_parse(cr, uid, rpt_obj._name,context) + if user_id: + header_xml = ''' +
+ %s + %s +
+ ''' % (str(rml_obj.formatLang(time.strftime("%Y-%m-%d"),date=True))+' ' + str(time.strftime("%H:%M")),pooler.get_pool(cr.dbname).get('res.users').browse(cr,uid,user_id).company_id.name) account_xml = [] for account, telems in accounts.iteritems(): From adff98950261d073bb45606b6217fa1fcee05174 Mon Sep 17 00:00:00 2001 From: Thibault Francois Date: Mon, 7 Feb 2011 13:31:53 +0100 Subject: [PATCH 06/12] [FIX] avoid to have lead emails in cc when forward to partner with geo assign bzr revid: tfr@openerp.com-20110207123153-qig4thicpe3y855a --- addons/crm_partner_assign/wizard/crm_forward_to_partner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/crm_partner_assign/wizard/crm_forward_to_partner.py b/addons/crm_partner_assign/wizard/crm_forward_to_partner.py index 64042c8954d..3dfdd7409ea 100644 --- a/addons/crm_partner_assign/wizard/crm_forward_to_partner.py +++ b/addons/crm_partner_assign/wizard/crm_forward_to_partner.py @@ -270,6 +270,7 @@ class crm_lead_forward_to_partner(osv.osv_memory): defaults.update({ 'subject' : '%s: %s' % (_('Fwd'), lead.name), 'body' : body, + 'email_cc' : '' }) return defaults From d6247fed5df436ed7d5b6e36a6c0019478233f86 Mon Sep 17 00:00:00 2001 From: jam <> Date: Mon, 7 Feb 2011 13:36:44 +0100 Subject: [PATCH 07/12] [FIX] Backport bug solve in trunk + ssl implementation bzr revid: tfr@openerp.com-20110207123644-5315u97ogvcflbr3 --- addons/thunderbird/plugin/openerp_plugin.xpi | Bin 183832 -> 155585 bytes .../openerp_plugin/chrome/openerp_plugin.jar | Bin 86649 -> 71329 bytes .../chrome/openerp_plugin/content/config.js | 19 ++++++++++++++++- .../openerp_plugin/content/config_change.xul | 20 +++++++++++++----- .../locale/en-US/config_change.dtd | 6 +++--- 5 files changed, 36 insertions(+), 9 deletions(-) diff --git a/addons/thunderbird/plugin/openerp_plugin.xpi b/addons/thunderbird/plugin/openerp_plugin.xpi index a0734681fd9a792d71499f491e4be92534375e36..79d0f8a14faeba63a4110ee0698c435eb3a1f95a 100644 GIT binary patch delta 74192 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%0D>5l$Ls`^`VT$5BMxtuK>%V*8Sg{GHwl zwv+mM)D3P2$d@-da<-PQ-k~+WT3~L6`sJa80>8q_@OSGR%eylaV*MoKr==P;pp&OU zl_2#g_GIaQrVQ4hRA^sLfudCG9$a;pC$W_Ma7kZ%7n-!~oMl z3**Ij`teo4xAi?enb(!+HY=Z3JMwh$pziZ%WDIZA2>xim&*v@dhi|0$&oa=Q6QId# zx;3_!F8&vM9&BSfATI!IZCv;NtGB;^&LdaWhSAr5%*>2&%*@Pe#~3p+Gc&VeW@d(% zVumf^A450N0wi$0XDOU~it`lZ#%Q5QgTRr(Zzv?lj)|C>2_WYt+;8aUz>hDo)Q&z zeS+12mBjA%NCp`BctCWcutM{HK!N>6KLy!Eo9f}pLat5TYLydd2J81Pu+k>Gcx(Osk+|qMQ*S_jwP;_}&^Kbi0e~pXzgo2a z`IPm?msZtf>lIc+uQk8}L=uAN72+UHv5e(8r>!Lhj!AkyCl9N zo1ep+1=b0@?U=H+Mx{g?4#w;zuBo1X+D5Q6B{3A^#jYoKTjM6xIx_Y5nMxL-MuMe+ zVL5da@F?9(?psd`+dz69o|4yPr$Gw(1#@7T`XVYr^XsCsHpy%lck4FQ6O5xI9l|c_ z=V#Tgf|ZQg6B*%Kxw_YwKN;|mMPFj}>zHqe(ex&O-OCOE)X9n&m;a@bDxs!PtC?ima%cjEhK*~XXQz-Z034c4n zmq7>MVaa~7>k<+EG58GtWm3Ai0GVsAOMTxq5zvtL4e-St+uVhom^#V<^azL*4byCw zqtzUrr8K-m^Fkwa6~E2b2(-*_%HS%0lr0a8oF5YP{?RUam(_GYrMMiReHDx!hGmRO=i#h73X3e=6YGiuNx$Mw(51TvG<2AjQp z_&_Yp4e~NW?1KZe4($gecIwm4zXUcK=PUl$C1ZKHH|YM88ckt;Q(HAe-UukdAL4Ww zlVlX9+ey-A5_v_qmGv~#rTwVgH5nVfz68t5@xXSmuN}=QLbm$D%tD4?eUPeD1|pl0 zaJ~^vj||6BkV!t3FQ-(FaYR)TH-uJsVTIr6own(+>5zY*5_74K<#Gk%YOJ*%bY-}_ zA`$My!k&MgLW3}W0iz$^jT*i4gRgsMwn7q_w-#blb695y%Ehj69~uI-Of<3A!OL2L znG)?-j^y{r9!~^HN13mKd1^-F3jvHU*G)5OK6-@%5nf&rhu|6Gm20~Rm0&AB!0I7L z`nL1iF@X?CoxbLgteM0Elv{7Zu#uL4B+8xjj)q+7Zo0#NN{uS0TF{FT8BIdT24Ufz zAL;YKs;=P>@VnieIRf1Y^GL=Vkxn@wqEXDCJUw2rd&WGSmyP3 z4JU#m(wt@|T5|62L%Zz5+qr%mz{0`5LX z^2y=HT#2M2bb`+EHN5!ejJ#`m2It&nSt38735M~Tv0Ng4P7{Ug!>UMc{-iF9A->!lf!g)PlT?0{yKrtZ;@R<0RaFj zK!4qf;ozv}X!b`EGOrlEPv7Ygf0#UfDdOUpYY0$e20*AY)YOs$&oncG8>mDFgv)hu z?SqPc5dQe)cJ6(5c5gllzeb9~T>vN&x`u9Wh~do8ZnfR%Ov1-YbKGCK)rbrCvA@+8 zgKWi!%Q!_bWf!(&$Yc8!*1)FK++TlsbT9s9&!C1;c7iZQMo|@1#$H#MfmJAf)cFa| z6wX4GcKqNI+qgPRZV639O7KB$rPdc=cDuP?NXGtJcdbQ@mk`y(Jh=>cmdIKkV^We` zYk#b@iQ&E zd{NBE#vjS|_r&9;fG)n+X#WU*^Z9M!FLhbQBnJfmL{Wa5`2U>;{e9w}{m=I@jX%DZ z#p4S~I;*Qh7fAPy=7vafZ)@5Q@e>LY14F^rxIfIB0PzYd)Kd;S6STyr+IFtm)WT3R zKh(&eslgZ&jukng!XAb!>TVU-(3~XHgdy@Hlb|aOq2w#tp#;}XITQ(hwkD`O;M-bI z_-WA=q4uH+vN?dRLzmWrTsx`gdPZGpri#IyG=#f6Ux8DZ(@#N zsS*xP%RM3kTxzaoRmDAjV#3uuSU)wBqP9Z=&nnxky;)0nx?mz`A zN>A?DF^feHZ{yvKfI_qlTJ&@EKqVX~lrVMbcsMuTusN24ndCOJQjMsv7n|3MSs0fl z6jm^1@eC)9fdipKgEKua=y5n_+kt3X1>js8fmx&C+t|h5Axh7GTve^#O3PT|HpZA6 z+H1M-qi1^ynK3L%d)J}eY7~)8`I+qV&ItWPu7*C!b0x7TztZ@v19$@Kk~d#SRcYj+ zK;A*Km|}Qhshuqd?M1?{ypzA6>Bk68ZC_4vOFTsc9@QJQpQP;S!p%a*jg#~lB`r<8 zy+IlAjBU9bRYSDveCQ4-^=Iqz$p^Q~rwe+z9!fY9Jh#MuZ%k|}tIj9QgoHtmS_Mxs5 zPA*{z9;a0WZq0=H3E_%F(QUnJLtQt1s9wd&rJOr4 zk1y#W6VYAh@zDdRvAmzJ1{zTe>9`nrGci48KL@^lu?biXj`5=TSlnTFwf`V_@f-fG zOvd2=@f6<@IQUpkmTR7^H2xN_Mj^JH$#t2NaRZ*8MmCc7mVn>*TsilUCd<-5~95qO%I(@S`MbRK8 z5<6)9d4B6!jqvC&&ODru@L*CGn7g~XhnM@Lk>IoYW7|zxQY{qic`m1Y#i5H%y-hBE z*%Wq*AM*X1opxV!3Tkr{v}89oH?_L?ShFz8&y$UpMaUyzHKy5Vm5G1;{Au5%J~%k2 zy2wai0wv!|clms-HP3!`@jzpOYrZVex>XY!8=HF^=Dn}uyKJ;Rzp32DrkKfda&wru z8s4?pIB?poKF1s}?lQR5JvTRZvUj$BxVV^|o$cx6@$&LAGdyRvDK|bdDrYCc;!0TC zSKczzuywu48AVup5?^_qO6&_M-Ah3c1cxRJ!5~2GoNf_&=$v@$p+7B$3v90T}KLQy{ zS1A$;F_$O^*dO^@*9Fmd2m+F;Tuq#AEFOl2q*96Q9xM`KBxpBzSGN!vWh5{Vfa|a7 zxIj!m{}BWLAbu}!|3@A5ERASwtxbT4K~|r`^mETqlAnI#54#v1{k5y4`1c?KS9}wt2qDw&=-FcAi)ael=nY^nh3}U006aL zV4n5fVFm0iAuOQex>Oi{uOqG~kK5n5f7UX}0bA{(uad4KnJIX3*DIEf3Ufk7{-x-S0Xr5AOb+Cj=2-}r^a@jq|J>F`NAYMs) zEM2=njH1Xq+3cRsM5a)f-G3zkku(pIl6ct9l*yLvM5}PSfH0V z-r~(qYuy&gV~Jkj{GjQuk8(T zpUVYe6!?s0RfsehQhGL6J|j8zgf?x+WFvl8l`Lo5r?71dZ1_E0S{?t*S2gC##Eqd7 zUAR`}AZP|=DE*RvA$zt%!}?@)!srA<6k~{y zP}T2z*OwtbM*$P0pT};St|J=Q`{FUMdfSEdK#V{7v9oBBS!F1**y zPM;XqBl`SQY>1L3W`VtaxI)>)&mOI`pGo6WdX7^Z3ysg1(|R?7E`~9Z)n;?+Un`8( zq&{vGWkoI8s4XeqyYf{{6REyFO*kK6a6N!>KEYUj!v8TANQlS^R|)F+|CSy2O}NPP z9Zd#*MwF7CgT=oPWdM@#e~TzZ8$w2QLPaCne@|bUMgDzZvxq~h5B!qm!iZM@dDcJ_FF2C?qB?s5I% zeSX*e0M4EVaVPVt5ExV!B?T zuI|&5y=twkx3inBZbfC&-7_0})!|vk3k*BDx#>4gI{acH3C?BYs3o){Wd+XOQd}85NW&U!uRgE!F1@lfZb< z&YjxI2;y=~@To25xk1AXduLE5CRap%_Z3Sut&5anHt2B`eWh)`ait0}W|F81^dV%+ zqfj7}4qqrMsw?dcc1u}K7-5f}8garOIH})P-n*A|vl(D#2YxkzsJa2VBL)(K5+*cV zSMF=4R0Ss)>q3SaAe`iO7UWTeck-(7jn#%JJt#4Da}#rmeiIQWz^p}_6ce|9KS+f1 ze%z6`6e&R|B=8N;tO3 z2-_pxGpB3&l3!j}oA9auvRWljPkf^eK@gTS9-Ns5P9KRq3=jWM56sX+Z&Rz;D7M0i ztHp@JofbPdl_>BiLkR=aPmJh)yNw(M&sSOrk!7)$`0HDO0!pvE{r0#0{|?D>ImH?7 zcQ~?v{AtZ4XK!O}WZ?KORI-5#{NJKd)Si%m3#JQjS?0KrnL#U?$FTCuej!=2c=4X+-^q_6_EIa z$%3ESL$`jU%f&3k#dk|B>qZ2jQy`nxN)q<55(X{A7}hPyOucxGNvR8UYe00c)jh4< zy(67>BY_MT0tN<#jakM63lfz0EA^ccW#Xq*!|=SFLpPbYf{FK~9S-NvYdJF$6Vs1q zOFO&TLzFO3sX~PcIr5r+#YHvrFa39MgFD&pknLp{|B-zE-1@59#H?QVxwg4EOuu$v z<>!NE=ns9!kncG|^sKC`^xWK@9h$UHrCW%6Bv*wl8&~)D0Ujt8$2xM9iG<1E&?TeC}s73!qHL7Q%wNLe&5b8L0F&ed{B4&astak^2lso(43Jg&nO| z-zAaJ)on0s`Ga4B-`C;7p$S-RmWYZo5MCu>1i?X7Z1Kx~dV}zCcFsUgxpWcz4uaGc z(F=%ZritB>8i!*$UOIdL)i;MN+KtWI&}FSJ%k5JfWO87U4WLTqIfHfa^9{(3=g7TP zcj9Z>928xrbM62IH)QX167~y}GWsZHB_k|+6OeL@Mn9yddbaz(7qF!fGd-p6K`Z|q zY2Ku3YF_VuD06);2>*jLp?`Z-{s5XQNXY*RXyE!%V#5EnqaK7>eSQH3ApWl+I%x53 zYyltr0TA}#sOWYZ4P{*Z@%FoR6E5$@>}^unWl-S+{xpPOL5$v^K+4{1016c{%$uN| zaUsbChM@qkavm}N>=v0>q99t_k_1Y>-ShJ$@7W7~gOVjI&y?DjBO;Qv#J)IuR$J%Y z@#>ep?bR9aP9lfDV6mBUSghmb5FaK3pSvWkM9)0g_Vu9;|Bgq^k)~ByN(mbrRk1p zBna|<00!`UxH*o``%i5iy98(WRnwf!klzK4<5L&ougSyD+;SXo5tN#ibJxgYq;Unh z<*sMUH{KEI}C`l^xx1B@~527uFY}s;0*^!{CY(m8H4oOE(mS(K)Q8 z^Yxwc>U-E`4(Vq)+7FsC3LnnP`4%S#4j@f`f2UI>4*|n=;8o)_K2;yW85Hv7CO7z; zWQLBMf%0gVy<$vWcp=qY{Zl&FiK63tQWFs7 zz~9bY!z%W~(4dCESCbQj7EiylUTlP3+MzA%7&#>_@V<4jhuV{g99S6r{ONMHXbWO-j z@bw>2pBmYM$>|ajD8<~2vS+axO3Zx#Mlte*=9WzT)Y)FPs zOKRRNgj3ULm5_1TIXbjzKv~%e_|ge~KpGp9#ez5B9+#sAHO-fYCW{x&s2h8FX*&Jr zv*KgRMV*{%-ClRGnVCIg(pmp0E6L|o@)Oy1FJ^p@-a-9mbRs&`fHoz{X7dL3Z(rM< zRd1fWmQGpuJl|F|AUy8)JiK{3>KY$zuh~>SD^xlaH6)4V6Lp+(8AO)PA6F@Vl#16a z7HC)J3kPaf_s`9JHqf*4i@J%jMin71bVYjwYZ*+}wB&`cc~^g8cO_LvMH^#B7d?BU zcdRW@(b3Hhj||hw%2JEZ4%10O09Y5mRS^}3H2*tNF{Um_Y~Sr#i~qQe|AkZ;8)qYF zBjbNhiWWc#um2mYf;tFFC_%n|lP9EMC;$LN{4Y>OjmEW0g2*EVb;2D73;z&=RV~qg z%p(kqDpdgORTT#F76DAd@P+Wj4N>1F3JAM_mr-7AUabii# za^CYaF~+=~A5u;$bGNUKb61eqi+aJ6J;z5D(g$jmRIIeZ@MbBz&0HLRFrJ8l;!JL; z?F*s8^C>iao*JWDGHg2-GZ?Ht zA<%g^zX2b{uydqzlfeA%-6K>Y;vhUn~*7v>9)<_D>(okYqbEK5HeC34YW`%|Kl$|~cqen7O5nu5gwjW24 zNmRksR59>IUo>$n7UHR;KK&!ywd zU*?v~EGmo4jx13$Q7Rg&Pq}5LS?Y_-II~FybMGqbaQokXm!-HrwDfnN3`Q{0($v%% zvf1}bvUnoAj%fgGYue!;AeaWI{F&cN)5r$bfpzY@e28TfJ=c9)B#v&}Ez*kUSU!Bp zEYnhQN`@zJzV3X=v|z?Qd-el)G_EbNL62~M?E;F*6EBv{n1~2LXa!R)E*n!%XEoCl zk1P18Bcnloo6HqY>b9s}J{sbDv?Fn6tdXv5Z8pi)XlbWtV8A)Ge%`md?9|q-CHDB_ zWN#_`HZ`4}tfBsMw2`&l{%R);=5=sIy%kF}0t&Y4;({LV;Q8u7Y)_>d#gJEaHFiC& z2mF)pnOi!iKXd$}c<0`tjq(gynLhl@}uDvPdsb#jvr_bQlVEgBKUJNQ!iS zuw?THb4&!Wap%1VulqAQ!rOtE=XMC+jzRwy#n-9i0THBWVx=nWABK#kxYskcr~5P> z8v#{V__NY1mwj(N9gUe7FC8l^QTRorh?3dcfY?Hf-gmz1j#8jPg|J&cAb+Xki;5s} zf9YVWy1H-K&w-A%F-NIPsGmo*q_@8PP;tx*4fG|mqo!&|JNj8)!VtP2%MdJohXyua zcz-umcWV==r-c~@CY-pmLkhRwrEUwq{glE^Mi3ktYuntCaaS#^NhA?B!?BNpWDEmF zy#DbVH`7cK5!5iM8#{o*C0aC2&Q$aYn>j9UtJ%S|Z-WJ_!E7i4(rLY)4%L(i9BGnS zc6zbAt~9%-)M<=EfE*L#3!m(N!%GzBaLmstM*q>s-D1FQGb^3I$& z*Tr2we!hia;4Xc^^qpF?L6UDWzN>E(2*{Gx%Zx0RUK8tm` zOSA&Q%4(Q+iIeRfxe7!if=H$e!D#!YgS+CKoS_7sh`tvld?YF92F==k#S?9c${)~k zmzIV?f`boEPL+}5eG3Z<7Y#Z&8<#to-Oa4s-QBA^99%HU)SYCt&(8b9WA41-jFVON zO)t6QL<4lq!#7&jwIb+|m9Mh;;~J<-kU?S{W{gcZX4k8qD6eR zHGSsjQ1*FC#7%s>tGsZL(GdMRSE2vfR5@%V&Z^{Bi7?w6m{KJI%Xsrg-uUDyU-Nupxw;h)Q>=1&$bH!J7VW#Uri zqGbnHXU3(WDyTQ^sB{`AIS6h0uTyjpjznEiOQDHL*c5dcs|tK z{J^-asF*V`-5ypsuN}c)92IJCNnN#Ss}0kfxJ1>*Kl6dB-Hqug#XBHLUd(xFS(k zD=W``_wRIZaY2;D}?;@|~XAh%q&fq0c6bEqcq9AuPX? zxdElCAatbE{COSn4TPxRgZh1l>&t&%%E3qs{M#a?2O0mrbv+5& z5Hc_m%Gx;p;d){uWZ>XrVdP}s__yonU|B$a{+H_s5*7jvnM#l=?0@Te3jH6~lawin zJSq=Uss!WQo=SQGq?v`kcrAso3K*O}A*6M9M2wXRv^t{ZHw+Bg)n+8LI4z<=TBQlA zf*eGDap1;+JPMg*Gx5Fj)XR=}PMp=7?u$L1Gmg6q2NPcu+D)J2;o)JZY36y+{7GVe zp0wi@839D|B%?~nxB|}T{5f-$;g96#5&FE@bQWo>LLwNY_r{E=ktgTpB=}!6V#S5e zZruH?mQP^Irk$Og&pwyWsvwi3WMxGw7SER|K}$(VnKq~s0)}=OVZTGhVIu;TmzM{2 z?IFPfiYXI^4E*ttVhS|LQ3YAke>^^aax$jEqKXK#YeOJ8Xk_gRBpEq!;&sF))}3Ub z#PoB36E2#vri+szj_aKAPe~1zVF^t!u;01Dvh>VK5)SnAOW4t&jra2-L zFoZr}aKdY<8qL3X!4X#H1@a@ypCmu;@t-PrgICJnYE3n~?cCE#_baeW9sq#`_2OrVBfIJY#REbtW% z7hO0y>2?O&85`Br+XP?QxL4qUE0!J3x>=DaH17 zej*{13U$5|gYM0?C3Fd&7 z>q4hM3Hwe~qV4AGb5`KP^a_v>7OOVF&3gOq_=?2%a-;T+Eu}wucO|TyZOjb*4KXE< z^8f#Q#RSD8ZF~Xy-$Jb7f4*XBh)?Tb_GQ1xj+Sc3$Ta?#YMf!%52b(-buI`<#E_SO z5^#)1mCzD#LDCZeoht-?(*{kG7e@**9CkDtGa!?llqu#Scx#F0@*EYxXcY(5xu@;8 z+kLrgTYuu|A`4Kj#`J=z@f&@tuhQ*GKDTcD!mCPzh zp;=LeYVBY_?l7ZlBD>Etj$hur3^}R>VWQ~T!r4PyETY`q8RGDN3|F89Q&(j4qJ3Y(a7>_fGa04j6Uw#OY~E>%$l)2k0V+>D~)r*;)A+*bXzZQ%PXX!txF7r$0FR4ehO%MEum2v zut3svw6J$$`SQ);Y&zb|sf}QFVyN__EDmZz;Nd?;#Elt$H^Vq5EUo;MDE;iZp{&M1 zt4fdUYF+8*ZFe{t2-v3PFsHu$TsdNhnx8^wwFCF62dYJJyZEM(^TO(SZw*xz?RseVRH#det>XP0Vy z`0gr3CNBiuy;9Q}mmhjayF$!IxKyFYhUx<-h9$OtwvS+o{O>Sy)30lS`D2O${bQHJ ze_$wLZ*OD&$F`Q!cnhg`JKSKO@fCbljr!CSfuYaF&|`W9Gt@4U4$~D*XS1FL#9WO4(j`I1K@&{ftUfzAWFcR5Gi`K=)u9_et_8-$ouDpuU|jY z-i>eNQP6$*zWrit^&u%qJg_V-UO6?jDlt)%Oi?V?5hUe9oV+g+0HyfTIzSZ#`r3Ad zlhqkxqi*uv&M+`xxK&CjSxC^E=qDq!<>qpKlabB&r_$0db4JD25CR84;^j_^j8{VX zTRGL|>;aeh^Hp^KFFQLM7-(47zLA+3nN(^cFDof2^e*DAvgxpbDQDa-(9mgY>7!a& z(JL!qlaqSQEA-sY&lh_0cjqD;991SQXz(EkgLA!GjlRB`zQviDQs`1#zCnXC)28Bo z)UT(Tesf-d!GNrqMR9V}`+Mf{S=#hd4E`_a%lGauUB262MDpSyVLdEQs0=(pVczo&d`T|b=NAeUykN~G24>0rIo>O%_8N`zIeHW=jz=g)T~}?_YE!zjIk@L z$5(DyTcKZ)dvh6r7FReo%>@aBPXs_=T+^km+q%GR7ACZ0%nj_Gf9Eq zg}}r}N~QILh@DE1Wv_us-2`&-y*Bb9XbriPazW@*Of{e<9?G!-5{kQ8$u$mTFP^8j5yqQ5-H>cOi}uguHM1ri1|1_wa<^CJn? zBTixiT!1E$f+2(*)g;|gL(x+>e*j(K@2}fK-~06~bFbwrT&H|iTyk+}Q5FLqfD8h0T*6;bbrvzigK}Vj!nclSJ6R3u5iF$oV@CXQWF1^-us0ux8I2b8Z^b?}D zFLo#8*Xk@V-i-U<*V0C>0A1xk+AtSi;v^oP^S@keEZYn#)PCcB6QbA+wlPV}azCOt zS*(Kq&~tGur%D#S5(c`$e*#jlq~xzgZjK%GZ4pDXeeizNGE^uimk1LYBl?1i_(ACo zIWd@|we2pN9HwIE>?n~5jd&)cW~-nY>APK56}X?TwZknp*}P?%rO|nU3;|3}ewyJf zG^4OZ;|dfbhB6xTI57}J5l>A5p#!h|WWGuYYJ~%tCF}z8J$F0fe{g>+OlHrLj!U?r z6F_XsIc{mVihiqq8sF;9w)CoRYI31N66t`#<8Vh6qU(e`-4fYRLTfzV7H$aF*CF6! zvl7(MA#j}To%s>*?Y0|YL0|1)l6k}fU-pO--|a@(`+o4FgfeQN-hE&m`8hHY72x6} z3MU?c=lMcbX4)Nae=$Xy7Z(5V@`0+F(B+2G-4PEC!26YYEpSX({IX ztWWE11!S|O6O-+s3~FM z3g2ECIi`~#2Llb?U54!o;9&a3iWA1m=2urEJb2>2TP>HaxK?4HoNyovGD7)9xiZs; zpD7)8htL|Se_;TGf%m%)4*O`EZrXVb4L5!^2avO3qB#V-k!^Z}WoD+6PPi1w^3sL6 z#&xC^7D75Y1oq9i?>d@mh7HQ(I4sy|Mr@8r?}S$?4vHK6O^sYGSI##9xvY$rA2{kL zZMNJ24i2sv&5bINkoOhStl!TX6Hz#&#SJB205CZlf25>=SrGrT)7GXtuuEFc_H z1!H9ljx{YTJWqrUhGQ=gTqy~rAW0tnm2z=vsgz7Z{cBm-k(6dp5E$cFmPju>zaSvo zpXmp2cvO^lg?iA~n5?6tBO(5mYJMQV4QCz-3Suyj0%{B*c`y;Kh=3*1*hs_^>&1(* ze>au;f6xf3c4xG%IW(kD%{fRR@|bdY4I@@To!TEF5+%FoBbR0I8maI1#{+zSxMhV5 zs>6wBiS^PG2C7a*wrJU)GEFnJ5$`lc9rc1{&n7`8X`vg zunv$M7rOarcAo?WF9fR4Q}vm_e7S@SIh2J(e}FAA@nmFt>?u#ZGI;or!YiAquCC;P z7k52`05qk>Dj{FKH(sJZk%AN%>Y&9teF0*ZaqsRtq>Q{q3j-IFU8{8CYaU_hAYqnt zUTJM?5TdSe0+o?Y@?KFl#yNxoIe21 zguZB?nm@Ufya<%n#fTsgk2taQ889cw->qCka7cfE0A>z1OVH%JworUguHkYC7*Oz# zQHH)~SvgLsCVV9gO$82kK|)GeS{m-7f2pZ#pq}gTMC|wP(c4|Oo>i%2G92)f9bc{# zKmj@A(2&0S9yQ0Tmi+?Fa$Sd+T)AUodB)2%{($_Xpt~|@@X zgXMcq*Lx+*V3y66v&!!7ZYC5Il?*w=Fi-q>&ukMd46t#bfIR*rDO)@U0n8pJf9`v| z(5+|Sv5p7yqPuf3)Gq(yE&cXr7fLiuiNc8nW4NW|<=DXj4s4dqX86(3aR`rfue+|5 zm5g!#q*niAdV0Ew%|Z>sxx`*A42G$mad3W_BqdUn2AUG;AA7YXl+c)xX*YX1e72S} zY>0}8WgN-rIj~_JRD#|F)Y|v_b-d;P;mYdGc1rVtN^&rszO3F?FgqTnBxk3S9 zu5CA${XUl)eOAj#W|+^1e-mPkds`yk3K>Zf3LyDe^60nhnClyeRww=XTyc#Zn6UH6 zrc#-k8XDvk4M>C-N5{tv4i+Y!JZ?`O(zn^Chgt5zBPqg(d+06anNN$koKIZ!`=k3C zNj2gg8|XTB%H!ix(z8DN@wnsVk9H7{W6%PD~wGY<_K#>EYif94ep1{Y0M>NBu= zKi_w^d)&R&%8`5OV+QZCkDcz)pdYIwraF|BSufV;eJ6RJ+SWPg>0>Sf0J{odG{eOG zP8h>V#Ggr!4$?%6%z7;8b1gW?JO!@|OX5We7hy~QgQzsgt7^MS~9MBSX`d6!1Z zf_!6(6@R|(csgtKf4Sa!ns?c|mH{Aw6R9#1LPlWZkOPyVPqXpxXmL5*j+mH?XYsIe zadGvIY{!Zh96j-NptOO0G`0qv$S*r`*P5T-wQqKMd3oVkU0p5Tx^#^UMgNgTG@NLE z+82dWw{5VUT&3O0dD3#`HhwJ%80p)#t5%|Xq1%3YmZSire*x-24p0RR!^kCsqollG zyCCHB_uMFUnVEDT=n=ZKk2>>TAmCv66nKoEtpB@l#wHCvit}!qq5owE+<$_e|FOzM z2RZzI%MHoO$;`w_|DPRj%V2V+f7$_ug#ik3oL@!oYe5Qw{6_(rTJ?VZ2Oo*`zkMXL zaa!VvdboYre|2@ICH)PVb)z(V`bZ0?4Ku8C&`kc+xzvwehiO~n14m$55vB5~aVW^= zlobRNAVstsW0U$uph=V#90NI!_B*1p8k+0e8l4_(Y06ryAHTnC?e0Fbk3U@i-d+$> zL-tMdqCnunP(f+JI!==}#=emi%1ER?ljvS>!<(30f5Z?H!G!qf0yLv>_xj2arOBqX zB7Q7wIJX8J9+t{y?Q@Y1-m7GCMJmb#DVcI^|%P>-K+_d^0dN+FDjE}l%=e4Eujb<_89%1)g0B>2e zFzf2bf1fF~>{bpq#aV z%`ZSFee{b#p=dIASa^z-@45pT(}i~6-iYlDdu6+os)9SYt>IYQ=cz z!j3dhlMI6E>SXS5Xe+|GFE6xle>?mY6fr+3ie78)q{_ ze-2eHl|`!P70Jutk63%9Jdj~lm4Wx~CQOhtlE5Z(EFXj9Z*7vH2JJqMok32=3e*&3^ zhyw~7&v}D~yM!70UiUbN@GGbru2Xd*Z;F9qOK*e+8xq&3?0Uz-n;TsGYSZ2$zyH{p`$|hBKm69u-n? zVzy!TaADz}m#47wnuDeQYc}Ct4Hk{Z0iBq*+`WC-<99S&(`3(AWMViK9sMR>9TAXl z+3D-h1=CPO=Rft8Mn8cp9Q@q<`2c86Nkwkkp2TB!h|e+Qj$(&yCNJ*Ve?KG|@KjT( zgp?lrSTH%G=@JDCUyU_z z4nJm=Ww6tHl*1v|JGe3MYR5tU1T;h>*G)Gi5CmMEmU+4kH8v|vfAnGZ^lC2gvGa39 zpHXmzINw{(=oKv#PF1Vzm?5zks5{EDckTDmy|i?^5FzIpm($+$zCw3tH?WLHnN~$} zE0k~aWEYUc2ux&U&m`Mww<9vMVujUBCm*}pTTCO@F~F>PFe25oe^#(8wK(ENV(jjY+O8cwiufeC1D#~ta$AblRR*%y&K=ZPb&ZMRUsreI=BF(b@DwoN zNH;j?F5lZHPzCBAvROp9{Bqx8r@Fhk$j=V9F!d+XGivy|2qo^NEpOJ}#={>#zRdjO zja4!jmsOATra$Fh-m!-&T+j~ly6IHy%^U@rW4Z!#pS!)GP<422nScZD7l{J3E8%D3 zQKF$UeW3O}e<2@HaO*ZK+V8)udL2bM1PO`GRA9e$@is6p@Gx-jIS22{Ts(eTr@QZ+ zFC@09^t``ykM@$)d3wFRsGv7w{N(Chl@fBg-s-;`2G3-C$IH#QoMp1k%@C8x?QnL^ zrf#52SUOKv&r31=ISJ zI{O*{oSB{zCxpQ!Mp}W}(Nrk-;%hw*JZCfA@pAR;TPN?`ID}g*G}>O2MiTF!HrZ&G z?j?QC+{3fPN8K0(*OtfT3I|D3;NLP`c$j;9RC>Qs1N>f#KVXw3H(uW=c6xHWz4I_OGGbgb)0F^B<<1^oT}}yL0!1tYCxlxAe-}kl@9pR2iZUL;a}%3(*cHW z|2}_-_+Gzj0KlsE!m4s!wBZCjVw$4#NV4^kf6(KbbL%dD`8IRjCZ2O0x^W?Q{RMvN zn)l$vySRU!7ex5?dBHzq06@hr1|`bdUBTnaIW#|F0T30^bISmF?%hOO(fssd518Hb z%z+xYgab0Je4BEF{M6AQpn~+8oburnNv@~lX`d$9sG(y-4je&$KfdSu!XDTQ3;=Zg zfB7`2kd3vY-hWOubOQ6g{QqZN_kp8|YU_WyuEY5E>{l5(Dy1Zk+2^xA){mDto`K!> z1q*!UM<7z7V0S2?DCQ3F6r}JoNCLk)nBOp=IB}?{A`+Tux|(>af3HkEBqhTD{Z}(b zT$3};mF6|9eP@fqMARd#Ob6HTbFZxZe;^;~+WGAhQj8A>F7&2zjSr;XM>nyu2p}(v z(-@F8a;L+TXoVV})513!nHcFuBUWFWVHAv4Hu;xE_-P@Ww#PAZxxVRU-9pTmgLcpg zeY&GJ2|-3}R4{!&t*m1Cc9Z4>lnR?3EB8_CQzpZ#E7TAYraBn>LEEG~}&nBbaw-vF4Q=Il(G;ACl=z#gUr3sOcDJQ3+ew#HtSS zY`4*3wrr!tj(xIhB^}eUj-naae_-{(a5chX8&7#!wCjWEmqDwj*Q?cb8dO$Vya*O| zrXkkLk}o?NL3Hb=&U;DsYH`kxk9PGz zBA+NnRj4iLCSIE(gc_MDe2Y{tLdMz|Ake;JfDrxV^o7eSLkmzaAeS z*Wcc@-`;lK-d0vt`~zaIf8XAI+`V02-%Y>0CE59;m3612W{!J`#nrDAw5{g0Og0|B z^*_ATw9MZ8{JFcg*LL~#_V!vaa5QxLRzG(1`1aO%`nLG?)^hr`ySwvs@9m{rxFk2R zs%>q=UBcZb{N&{4+v`itw;$^l_qDrkU$T03c6LIYqT_O#2R2W;f4jPKvkLqB7i-s^ z%q_jw);FG?pF^FZQd9EQR#&dC?&sd#X5QX{!qV5)*M}e8dU{v8e!dOAyuBR`HZNb^ zZ*;D_{XtLfR4(e_5!k%*HnVeGvGJCgTIAy!)w=g~|N7Q^`u4Vz`}T18_He!Y_LkbZ zJNfqZ{qC*j?#;p?e_-VKEh4YG*h<_lvZBvdD=W7nFE{Vx?d`cjr1kji<>mElJ~OGL z@p>$^zNRtNG5Dp3V_0(C=-U?AI1O0se!f0{`4!8~}libQCFI?(VS zK@MW5G$LwXpoCOk0x58?l=;A+j6p5h1Av@ZwP3;UB^mi^160KAXiYUFz+JVO0s@fjZvs>{tiTix*2lw zq%;=38SBcW{DdV*`P$jf9_N$|chvfGk?mr{qND=)r1C^MZ~b?f*K1y#tJi1E=NWhU zH%=@i6!?mWNJ#P)W@XrG`sY?1-#*!ENRdUwG<9v2e;XfJ>}>8F+Z>;Y7o2S9?GNPM zEZ*kl=jK;_SE**`pBEM;6@KLGGZzyROaH2{;S#(>r}O#q=PW#e{5|9Gm;oA=L^uY$ z&_XwF@7KYf38|@S^78U-Zq3Qb^DSLtXGVs#>1hY(pfmQx>~39h)FW7U z9aYtXg9B4@a|Jm$Q&Uq+92_Qk`UQp0gdach9la=OYI>$*A8&0}HdYq0 za&m^>Yk@I%Akfk9uC4|Zk_u^M%mv*~9v?%jf9G>>aICJZj7=W+`ubW~$<+AKe$Az2 zXU9y+D$C28nw=F96N7MaSVTa0ziTB1k%yOe?Z&aXq=cV_?z_*6aAU*c!$U3`+bzj= z2ndKf;0{YGt4w^{cR+SUz<_{&Bqk)>cHEyqa&sM>#U&)nOioTtO>OP&immZeYLAh=}jomktgN*Vos!f9#$nCMG^UK1N1h5kKbU=GInLNJ&X6s;XpV zWnZ7}5CXabLqf8%vjhoa3JVJt78Ztwhj({(%gd=;T<(sKEpXx4SXh)*RM@zGt>cKC662Wa<3$8l5-)StTi%t?&b)Q$qE2Hf9*hS%`Y`ErGta*Io16yULv0s%`ME0X{6_~uQ}hf zqH3_xF%2HA36CMRI=2dG^NlMsvc|AYSU5piy= z;`+j&Ez&BSC1%RiFnNmTK&1tVOe-k^Hr?^B`iK*^ragEH*z6Ye>|7sBOY1A z4acBxa&uCjdNN_`Z2*ng7caNs*X+RD__~;4lm1l*9A4jeKHeOakBGYl_Z=8CelMc< z1cA$BJto{nC8-150pq*aVu9IByg22kLU3Md)jz*ApOm9rjqF(PTf9kFZzd4=H{7cC6jVt6<^v0|qPf@JG#DsQ8{V+N)5b0I4bw;uN3Nafyesyx`i z2VOdio?>ye#jWtyh*WEGBqOL&*2Y3?)=5!|m~XUh>|1G8R6O3}mUWs?gHnf3+0fv( z$r)RfLe_Cme{2>+#g_n{;zzOUGvCVjX2Opk<*(-8@hNHJkizp!aP_gSxt)+jyoOdjN%R%rQR@# zxMdw;VNd8AimTm|hbAEF9h3Pugv;Sby^rwQ13uO+e@XR&l98bc>Y-=f^72u2%L77w z8htrSeCkwyO11Z8Uun(efMjB{<^x*Z@NqtKnltR3D02p&-DR=c$S(OQSdBR2NJucK zQm3{qKd%M@KP2#%+Y07Fy6W@dp>h`ho5zN{D&#>834IOw0HL@XakGqf=Uz=U@URgCZO`x<7am+iuy<&t{`QOL@d3W>Kc@584%t}&Du#I zbQF$Am!sm+9!8hCnu#z!c09=S>8u1(`SBHIdNoq%{@eB41 zY)?DCi52NA8Z%Ge z6q@_20z30f=ZMKoksHdI*eJBGmiZCDe7Zdq!5A-`$TQTTS%-~qeF(kWj#R2Xjji>sh+c70mJxm8wHZ;Hyh{;& zII0U={kF3WojwTwGyMkX_FBjMxsAHl&%GL7Y#VGu!6dmu?!sU^XNmV>TYeTk2dLZ! z1{?e_SXOuK0;Hz0wvCHaAR}^oyNsXUe=*Nw#<>S*me!vS{f6||)-r%g?YY37FzlQ! zIA~}(23m!vt!m5I#cfy;oLK}|QbnrD23T(0ULX+?fF7`?0aWNtkd|1zc6`nB1IND~ zl(F$b=deC*o?Ppdb05yivYzQ<>>?*Bt=ynt;Q1+e zG_%iBH`u`z_{AI_Bk>vSTXJ!nuBJ992Qp{8&nqXQ#;lv_U`n<_l6LG=4Ymj zSSsIM-!I!R%gn})p#;PWx;8`i^ANmW{fNh$@<%j%MsrNR5Mp;(!w*rF0WIwmU>wra zkcFej&a_b=wzwWcKy(8pVBj|Ce`dxnoi2~p5MbG?@Vm04a>7)l=z_KNv^#y$tDC}H z*=L(4v?4Y9SX;HTmdA{yoF>I!DkR%`qX+FEDsg~;4=$gsUO+Q?(+bV1w4Yb|Y@ z3?X-RDggA`^z@s3p&P`$Ao=OeHc?MqGRFs<2XhE~qf!lL3F>^Xv7f;s5yCp!@$gvn zgOepIi70D^8>!7>;qV6M@MQDeCKH^af)!s)f5M6lG>b}#Z%{UNmYD>TKVo{krPEjy z%{qIv#63LS?oqZTb9(4*f2m$xs^-j+piH(=kEn+HxYFL^Q1!`1r(SMSGah*mpWv%J zpM*V81`W64lA%&!ep&oH1=E9@7`tY-EtdFKSW64}PvOV}QU&cO>_aP~*e?Bk!mTI=Q)cy7N z;!D)7wHD$B3VfA^~*plCJg!NvhbC@Trg-)Wu4VDILVv?Ff47PgU*kR#4at!F0%j}i zK&?;O>L8|>6(TO{-@G}i#euhqD)=++S@`@EW`EPNsrP6$jE3vvlPtdgy#ybh^8DO~ z+KtY~c9xN^0aYNZ^E!KR{z{i$p+6WN<)+O^laxemTr|Ce>m4)phU>Yz_!pN&_LRCH zSJQkJy`x(>KNU+pWgi3l!RId-^s2U zJtJvx@yYBK<)g1-@uvU7@CzwfJyZ(95+=AEi$471=7p{>)H$DnLr>VeC#w~vixgHa z)yPjvty=Kdwi@wxe5~*v%>$8kjCs}3g6;0G!uTF%f2cQgF-zl$R<2eh8E-i9=QeCS z83nTNX<7Qcx>sk>yg{O-Q$T?|1>^FOJ!eplCleOtQ_{Odm6O7f(P^W*b~T3+Qq#xM>5drJNrif@r-DLUJIXg@xbw?P!s^ec zf5h)?e>2uOWiKT4@sUSuPR3M+rQBMf$ZV|DGWaQ_@IA9v-6)c)EA$_`%Yg6RDf&6wcf2e?Iwhf#oHE=(lG-S|eFJ;+ulPsiD zdNRf6v#T?U&#eF#y^>F>wg*!#31(cW7d9~f2KrnBtKCvM_J}u-^>RY$s0lA;M}IWG zTUD{WJON#In>=p@X0O#o1qVZ%a?^_lNdsyxPdpa=(R-T2Os(k)NNiGCm3d~k%>CPM zf8J56f+1NvTmS&`y`cY(p=)U5Y-DL;Yinevqwn@F$08=~{`NmO76;x7B_#0sPq)SZ z{=a+v{?C>}L}=s>GjH%L002(gznp>ErUEf43^x zFAP=d5(LkutAfo9yCR(7cG*L+KCh|LY7p% z8I^7qR{p3ws~4dlW9AsSmIFq7{?qB@E-RZPWW5{s+aVmdKU1c5{%kFFX80^+0;u*V zsCHzHn(}->1@a_tuHb|?Oj-hqfBolPb5zduC0M;Tgob72#ZC;})OC1ZMnq)9{8=W^ zz|ulgk|YMW4H^cm)e`dRL=5HOD|16PIHgjh*)DT(-#E4$7eh0nt=6|UQH-tVm0fQR z3O12m%_B#1TTF&n>~Q0BBk6o$Whw>8qn#g#QzutN^;1PSXrrl7O3nUOfBrl_Ob1L_$p5 z)6*jwg>AI-bnzX*X0@fEv~+NF_2sZQJB!DIwee)NwF$)hf1Fo$GaT{`K$Q_NZVKgr z^fTkJWaemNr;LfMEa2-goeHbTP>OrXOFWgg^?w4yG=RB|X+jzHm@h)_PWKp+2Bx9i2uV7#J&f~^4v2#CkT z{#o;W76iU)&M^2Fo?BI8W3sVQCCVntMc~g|PDcq)8cDz~kR#txu`qGxs1t9U@2s8p zQiLcIfAP57md@`fs!7D|JY2y*gSvzcG&)yS$u9gWz~-|CP|PWad)3vnv*>9{ucR$Y zO&r4@_`wk>!m1Q3pg#RP)ojNHL(Y4*|Roi=C_<|4eZE@l&Q|F0ZSC z*9N<{;{l>DO$>%&#$BWdV6@f3#XoN>6XKT>ScU-q|Tsr}sS=kKNXn zuUfs*+1?)b+Re@Fa^Wkg>TH7(>oP9uf+Yb7sdx1O$0tJ8(poV?~$)6`tS(DA(NMfucq z$#}!$e6o<1hW#38x_x-aq2CL+Aht0=tXo_0So7sv-6Gv-u8~b)+Qu%LhATt*Xfpm4 zFqamU4(31PoocMgxiyb+l$R^nb(x1Le-EOZG>?d(afFs&g^^+5qr9O)CXv5DR_8nU zl}KYEeA=ZIe)RtE5Kq+*{w5PHn`5jCE8FW<4S^n;(GZfm5`pj8cD_oBfq?-Y9zLE- z#{Hrj0x0e2tktF`5Gn$l1{wh&qyz8~ubwnk98%!uhCfn?GH7Vy`< ziC>VGmR3SSA{1SwmI%0o$K$pue@RCHi~U6h0#dzysOLxk@IA!efS4niF)hg-T{;k?HOYiUZ3H`wTyJxWR<;nOt;*J zVfZ1Jh4`Nh%Qww_57GKYEbBEqTkaP|utxsSwrH~MoP;%8`|T05t-j1`f1GuvZEB?E zWn%~S6f-i&MtHrDy2q-I=Ib-rJur6w4OFVez$SX3kFpuA$CXVRhJ?KC?+Du)O;=G@ zUvi^v7wBQ^GhdIW67O0%Whz-tAiaPlZopzPjwE;*(K#nzxVv5?OcC$gR+fc0#Dkbw z18RwbRwPJFOpGCletdAkf7H;^BWlDzL)$dAQtbrl>{f1%CV=ymtMmONXk`TpmhtmJY~#=L7>Ip{RSS%}vBEf> z#3|~AXfql5^s`34qQpWY|B929XMf`7GkUnqSb6?gx?{H0k&&Ysf0!y)FCigWZEs^| zXAxzzndUJ?NCf0%WlA(YYIO-VNF1!-T@8C)pb#3_QZcf0{SO07Nz5N~D3^{Czs``j zT|NNsBg-TAYqa+kT+nO`rZM%l->u=Gp|Rw2O;MRz31YXdL4{-Rn4!yG$iT!nF@4hO z{KV~Ec2CDNvltXvfA{gGSBW@)C>)nD+TE40)r#Q!NJ4n);BJrk?U3b11i_?@w?rp{ z7{jFx+9%n36E6)7O~L7UR^CFpk@}O6KE-Mu+0Ivv9p=Xe1V=149^VmR(A7QYc$)%F z&epJW(o{8$z*_e2f$@6g(7h_j**^aIBEjhS*%46W$;K67e<|MxO)ttWitDh61)x?A zHB6=l)W8Fiy7l%?8_!pKE-uDatu0uW*iRha=U)pDEvbm74jsEb8I6X%3Dn$lmQwOlE?jxgv%mX^-Dh@xd_ zd-_B>K0MRpeN)WW)6u3}B8e#w0zY0v^m)GQ=Puj$ z+GX1X#_>LO;;;Atqu;YKOJ4H%6yv7=5);LXY`l#0scVpmvfU3p03cgY4T>mCMpU?8 zqOYb4%iQ=#$P(ADaglV-J%Bbz5#ZaEs-V88aC5Dee~iLs=RifzM5ISy5LKIR|fzt}m1uGa@6QIQ87+QLUW0 zMNP!uv)EIzyDvru+n9!7il){Fk+-9EPRI>SNeM*eOLo#D!mUn7ga7s8%Xs}*puiM0 z7`$yue?W-WNKmka#Nb@xvTiI0u#ggLz(*3Qk1j7oG|SE>W##4jrH~3DlID+`7C0Md z!Z@hzXVSVCQT4DrJ~*sDdbJov*+OV$He=Y41c;AFd@DtR0NA~oI8u!w?G5KkDk?*s zI3>uYm6`JTOZp}z5H6Tq{-iPoZBKe8ACD@9`$?3$?d76zTZWGEo|CMAN91LndMi)EOAal5Vr zO+zDWz5|U}7&PITI@sEq#fjhd$;iZ2F5^vtoHRfsGdAOX0n$aq$-XEL`Iw{jnRbJ7 zB_VlTlvMNqb&#M^@`p$$p>D!r7a{oWf0ES~Zxh8{DsQv$uSX;R_Nr@IP)N*`?;!{z zyudYxs;BFn+5PBeZjO%iU%rel)|rfAHer~mK~kTk&emDDV9(A}f6g8I-ez%{h$^Vg zKYpM3mNf6aD) zttt#ZI^sXBEw5IYg9e>uZHannZ}+{RYPlY)F8Zlxww%YBI*WjPf%6fq_5LtIFqnq8 z1RGSB2D(-qm77|0BkC*qSS=eZA!ZE3M~wwx&FDVbks+uz0Q+H=g@jtV;GV|`=vdI{ zEK9?4_Xheni8nhs&UadEMmRiif3Ps%X_hHU)%ISKVU<%)C57o z++x6g|9LoF`_eG4jf1EwkhHRG0Xo;yfCmbx&5PZg&rs{#4Css$WX#hBwGqbjZs1kf4FHcWyV&P{Ls0}~hxmN@3f0~rt##8&~oUO>V zGhY$l)I0QgV5(BQ)IsvKwjQ^67$hWz2z4QajZd=EyXYF?Dq2kF%)LxN0{CkkKYo0e zSZr=Uz1~0dh*ZIiv1It*Ui}$Y2a`Fn$@jG8ht1kJdw9zMXT~ zE-c@fZ?O=LFrzXDe=k0|y^v*4(X-E>>U5dxN3R0oCk`#GJPc3PYJM}XdyDxvE_&~= zb6{uMTvGta(dw&+6S7sWNrXWWBsXPFff=Enwqt2vE>kidwaXXGb91^F+gj}jj3p?H zvUgmQ!Ql{mSG6~u{iOpGxI5jZBg}`m6Fe51kC4Bhs0g0Df9A90DTeMQa*7j|1i$VL zb?f|>bH(I1iKs`M*6z}PhEpszsRmZ-?+-4M`WtNj|3IrNTX37v!R%7GYZYxI8A z5*uq!1HUF~B?yl~Pl!Hs+s6)?IHdPM?20;H@i!W$?e+XT-8}{hYFoV=7hi zrBcE&kAsdAO){5#W3!=e2|QQd zf7u$}=feTYCopc83QXJaE=J=b4g#sd+?`0wt{%But)N{lB1%ovi>{vO?~S4|FvH7G zZ|%ctau6ZzP4EvW>{kQZSFA`PwnbbITmbaYiP?~3%9PpV)CMm3*FqVhU4~9GGmyE& zz~0l=jE9)fzA^kY1Wzk(Hr<`W?c=V~e_a(1v5)HpAN3sXmEd1n<#xEUzg>Ke5E2tj z_PA6Bi9yaduVMeGXXxtM1nbS#13bbxv2p4GtIR-q_LNI=nFo$8>;uUs5Jm4POMCVZ zB+`dcU!SuBbhavr)2dhuf*c=*;D*;N=f_75N!Cx`HobcGbRQ!}TkH;su50Cqe-V&h zZp^N#nrn~?m|!v*JaQNx<709(+aSx`?^s9|Ilqi9tVdk>`(# zj}Q22XXwUvzX4(?2I5WHJ`$z35)fA^u&f6ff#vxw1$w(=Fv?KB>YwCpJ-s8a>@{0MYk3w|x z#iGpRC1vpNP!Zu_L9TOpWDEuVJ;daPCIN!9fnr^3A*ZZj2&f@5^^uY3e`-M@AGC6E zD$UAWekgNxwF&|eYD-z>QC*9uj2SQXRI7X5<_4JrSHfhwa=(};S#PrRW!>Cqk6KrE z`D;Q=PL;TgrBo;9x)&FNU3S)9?o)9>0xcb5%@AmlU9LKuA6rP!F4iCHqQ2bG4fuW6 zp2+%gdIef0a_lOTEtn3Uf0kqfX#tY-;jXX&E|t+1IULwNP`(3;s*{h;*!zNKxw=hf zEd%^%jx!(BsfLjY#ducn2cB_ZzZ!wBWQlXKSloo>A%WYzV7H{)-ADO3W^zdwoa(G$ z7yHN;UAGGZ7+HiT-W{l>Kp!oNJCsSZm1+BOsiycmr9+D&dAG=;R)xF_RVCr9eB{zS!de zN^;}z1Huh9)Kr;;e{16WC{vL{XX{H347T|f#T}kubt3IUzy8%03t}Gcq9wK%e?FG4JU@4Qa=tCPCdn%T z@U+Z~Li}=N(Rva+4|G^eXq^!msX^6re1C9#QjHxHAO+*{FHWrs6Ai25sqtmWf92Ih z>r9g6v?Kh99i{!lR6+z~EkhKkG=@^_Ma10c;IKkw*`VkRk&$_EjN)~BF%we>A-^Acz$)D2f9|ngF_w#y)vp}jbl4vg}{s;88$YI zxx*erIC6TRPh2wYGToyw zN2$K+%XRc?YEaGBHs|ID-qQ7D(GGZSzY_1}iwut*%LK#3(D+ed#d8u{gZ5c zN7=2O9`2jGcl?xwIZe4KnTD1r;I1JhYKY>DQx-kCueW60W?qMd**#f;!2P_BR-N_P z$e{h@e?}Y=TQn3u>z)N4xj!}C@QbTWcLoCm;mq$}uZ?ywDu?$-KorR3`qE8>9+tTS zm!_vWA<2ITi7u+PkA52<(+|HXOg=SOK`e;4Y z?6fUQzh)SkAF5}mx*Bg;h4q}yHwEvXg5B0{(#IsFe6B^F$MG#&mbY{FjOYG+>}?-M ze@#)nyg25FPj1|@z@Pa)N7*8yv4nykGJRz|OHvtd&E@T zGE}|#+?>|s%=)331FDZVj84J?3^mQcfALvhr;hIBBX}&Qo0g=Irvvm71QODLc}eCy zV-kNH_$UfEZ6PPQye)CZ$erY3Y(iOOT?aT-{~JH|*qb7ImA%O*4O@0bBC@iQnVET# z$}A+^iXvMoNyW7;GK;9R%tR>sM7Uhs`#<*>@$Y)R_wk(f{k-qzUElkCp6fVhh~HA| z@=$BEa`$oL6SoTAcvGwWm`Nq8Xz_mXvG^wIIAy6?g<0rl?D@b*rRP@@Ru)~mZ^huG z8g0upr$EIBy7}?<{h>c(W>JzZd8tE4oTctbZd5!IlDwF<>^BlnFksyX|6U&iZwXMCWECwMFvxGY(odxLZUDSc~hbTrsk$Z3=Zw z?Wyq_t8?y%rq8j{f0@8GmBC*ATlmuZy=Iy4c|NDrMzU}E>2NQH#p#Nm`=WjdKUp~% zop71+wd%`4gKTFPwMI1O0xFsOA;(AlIE=t95fS>lhNLx0$)q6Pyp9Wa-UQvHMr{*OW}r$wns{wb`DtO1!dw=?d-Mk3vVx zsL+?G_7m%z4~fpnPx;Pb$fp>LIx~sb#I6M_J?#)~Ci}O|hmk#ZUl%d6k3)w;roAH0 zySWsE)h!xe1zgPi1G4Ln^+L9s(-1s!T#$pSMKS=6)1~0U}zm{RKmUw zRN<@YQDw;`-2M9Q?`~;^zR(P$lAW@>dcw+q0nn2yNyT6B`PLg2er)E$o$<=y=oNHu zxVjL{?h;MCM6rpS>L_qYSG!(_6>o-fjFCTdTD^<8otv?X%; zR-UDHXZgT^jvRc2m95>9jrCJ2C-m+s8we3K$`mO}P6_Scu{^qCY;PKPA!asDdN)q|!C%`frB z<@eW@DvK0O$>p-2Jh>;dc|g(QA-R7_fqV2#Ge*t#+zIhI^g6Q|2|0c^NyUK-?%3Ap z_ITTmiW+i#AF9l5!neumwJqlS$ZQROYOcm7cbHZLEI&FJHdp*7sCn+;_(yqO{-HNN z*X|8^e7JkCchc!lWA7W+n%3n+Xv8oFH(b&hW%zM;^oJ{6!D_`ns5)fe`9VXh-lsmn zDae3?V58j5DCIR5I6_ph^dm#rrnqK3-ECcEMX1>;t1 zcd=>}5_#AfDZUc0M?oLmwl)K?Z!U9La-m6?9UYk+NyMWP&vWc87AK3CAtB|%^1rUS z#my5Ji&932m)p}6bXe-=gU%}pIy%agODSn5q&TsiPhOTvPrQ0@j4__(8k5BL=>DT* zPEpo0rzY&PrV<;pOgIhn`eo{-SkCj)4)$@hIJ!0Ci~oD`{R~khuSqy6nJjC3t?(^X zn$@GC6k?gs^KpT%+(CnO@q8TfLW!r;A<%8q|A&2)eLVS{ z3=i#zQ#l1O2Kv+RlVSsT1{n6?K2z?#-yQMz3mt1j4)Yg*^!DVF@Si7O-awRGG9R96 z%iR9dFtfsX!h^B!GTxbSR&sbL=(Ln_P};V7bDUQz&YJ&%pS<4V)_FOU4XQ7EwNS(_ z4&Ux2SE?|ei2HQ;=OYCmY@8LsePqbv8}?{w9O-U|pJ;O8ugk{nkPa=8;!Dk9}Tw^6}J{fpIGh>54U#L#3+|58tPDgnF(=34Jf&~LIwu)awR2# zyVanan@R(iuoTyqS}%D!-0uKi@(p1nAJvxGg+_t~(b!St&} zcb{o%i#G9SruD@5bCx?$HDNPmX%rOb^0+>#jlN>GY-!FvX!25gHve(%{V0W~Vq=Zi?m5ddC<2m5k;oT`XSrzkEeZ_rM?h_sP2Qhbkxm(eE zMUju%zjHe{`w1O2&xRZYil7|Ka;k0&KJn}W@RQ@S?nX8{OZdJ9p}P3pkDQ!Up$WO;4-3?_vA?g_b;Y&X0$O_gB;9^a182ChbSh z)z{wT2WJo_BrNYnE?b=`7#p)SGYiBR+%#G2yek^7UX@hb^SERzqq9>2>TEpkEKvXa z$R982#m)&@w=Ydi24q@V4Fgr&>FMc`V+>93zXKz?!DN@5+z>XKUwr)dWH<=czb&k} z!Qc@bL>Ha=lbrH{i%?frTbcgb`mAS|5HfZ3lTwe%Oq&x%K|?u{CtrCJF8T-1Fw0xM zD#dZjm6e4@y^XjVeR#lQuLv|i^E+-X3GC|VFw!?(NRzf-qy9>!@T0`qi<9fR-IPpK zxw}bM+k}JlQna97RppBor>xp{W0^@UPx5Mby!b0>YuBhe@g4yN1TRIFY3o2^25Fg6 zQTQKpq)WTIflXam`|u;DtZQqh3S2TJho*k>@bH+Mn=>2d);kBWPHIBoS5%bA1JT_2 z1_o^_A;Ef>wD0rHhx_*S8^=rFtj_WC^|M9}F1?Z~FVFnpAZBpW<-?c;d+n73Gb8T(-7A)4{tF_sLWo1s(DH<~t9bp^J zcb<1rojk<3di4*8bG@SFt<;Wql5=V*2iBOEn1{LZQK0PBJk+0lM}3+x%xLGNR6bGT=;uCwTnH9Q+GR~3{R0PAWUR{LpEC^KM z!LJM7-<%krBcPr zNgiCw@=X0Rs1+FNg%*Y~*C2-s=d~+|!^clU(>zw9Z?G@o_C{t;Rrl7`RP252&?JyU z-1SGz2FC>MT2X(C8_Y}#+ z^jJa~etszjh9F-j_VtUk>Z+EdkAe}19x5?gd}7)Lr3x0V7`8yHYy7`1a``p^Z8a5jX(shrqMP|IG6wc;!)8tx3YIv)IU$X4;g@{9x? zM_cpofp1ftiWckG%&M{mR6%2r+z(4(kBoI zIbv9~LB(Go(7@{C2=QRas_d_XHMN6dM10#&c?U6P`U`eElX!0hm-h|Zc67Lcbr^az z=leAoGV`7D#iT&)Yex(xWzF@8;cq{|56|m5yqs87PPi327cw@KHoUesu?Et+hC8$} z)7~4!64;=Y=d*He4M#4BJ^OO5B2W-pPPo7FjlHY~A{^P>IMa`f^&;wcFJP(si1%=~ z%8%HIs-H7v@ZE8QBYeZM=9A0efsL>mrpCp@xv146LVYAi3|=RTiYR!XXJ!i9DvQ@S zqy;6r%^$+el*LA+&i?jIjf;Y5e(I7v!?7GbnuV3NfD$w267^b$dvt#I(p3&!f~%7= z-#(=2wE7mmaz4j_wQ_cdk$p{O1Sd<4J-fI(GqgKuoG>uEoT!LWhXP^jhOoz(=?R*y@Q!SZ5bh$&=8$z88DbNzXny=|#Ah(r7GwQ`yG<*FrK^9+I z?l3q*1`yOt4avw^0RW%|FrcY6y7CezOeK8D&{+ABA$s%@SVL9?U(JmH1*t^Wucpd# zkzwF#Pp^Uso0=6ruYwQwXg2J?!igAAYD>s{8B79YX<;V-P+_Wl6!~T2jRxQWTwL9p zg1iC)WGzq70AzbN-LTTELrBg(<%5!&_BII!7i=S7UjQCZTSU#~X7omjFBx%D-kVlX!UgM~e zNVwihG62w_0)PVm2a+2U{GJ!BgF;*ip>I`yTx1>FL6!{pbX~C0Ne}=OcYwSpHbCR$ z;GQiI8SDv7{{rUmkP<+%yaa{OPmiGJNMttcA}Zfr!YZ$5H%w&cq8PTTAbjI}uG3}1 zu1#Q)J6+q;Bc@fiObYIa);yXZl2?!m>s$S!@5S(!3I)3NImk@5Ur`^)3_^zgIZP&! zaf3{$DvEwP8AJslg%riSq0*+YlP{v;O$teE7vf5SUdAQR1*za>*hoybg#yv{VUA)j z$DK9MV%^S>s}f{IqCmXtDl@>T~MWyw?5jy8Bri=`|?3m0~1Br)HRhH_ti=^!;Yo z-e!1+yqhF{xpzbEJBDKZCz1DCVU@;{h>8GuO$6MvT?Ju<5jt&t1|G{?egKf#!HWIV zhG}dQxO>Yr0$Rv)zuZR-01uhr?Ct;!Id6cLL&1LwEB6ZK!{f1`;{9q{FC%tGdnmPh z;k=r_dELLm?zATY5=P@&Hj0H5<9)p5QI^aP5ianUtq1^s=nhc34+4@P1)Zn0trYQ1 zXH%45{@pPDou#-QyiRVnlZ%VLYe0a^g&?ngJFD%{)1x_X84no!fBYih09w8cl-bG` zQYtx89V8ME(;{eQ0g&RKI>>z&`Aq{iYCpVoM!}o9P6=HzxO29Vlof~cafrd8=o0Dr#Z4<=N-Stt!jqcl$zpjGid+)B} znJt{WTxI-x+_zFi(nI*!615AQ;jSmGeH+z*XA<5BAKY69qa7PS1|(lwpczw(9u*is zS|U3@P7eUISv4rNrH|w{vIZuzln0=r8$n)lWexnvK^m1UvdkoTSJ8$)gBp-!OOBA# zDl&%9H1J*yug&DIlgxOy0XiLyV%#j+7Ed~(i8wi!BWdjnF6}u&MtsW;HR)3!i9LA% zjje~;_03yRC)@NX3Y;a}Vr^w045J+mST$qEl)?rmYx|T*qVJTmr8(?|HhYfi|J&JaF1rQZp5}UN1 zjmleNwy{M*6m0b%>cTq;X$kL0=CjZ1c6V90I{7=Fm2vlQ+v?sehEAj|x9Z(skWuyj zjq08E+Ju7#07z?d_grrr|DOm*_8-Po^&mI+n*xohhg+2z^Y^oDt6R(9(FF5o)-@(8 z|351xBm)8r>*BcjZS8|(B&!-0Ki?4Z_@lPAe3E?ueYgur1UFy&TRC9{rZvo1(B~^a z4i;mb6B^R`Cc5zX4c3!|4&})1E@Gc&JkF?v5aJSgd@7{p>5Kkmx>Lg<9zl0($z+Lu-G*DZfNCAZ^ z?(lTM+e_Nt&spYzUmz0RCg1)4o}|~E0sx7xh6=d-TurLWMxX*D_i#$KUTjx5@`Z{5KdylC=!Xv)y470PutX0BCo_&U*+1JbVHIoxHqc z&IN1*K(eVsLWbw1NmaqMiGkCwneg@g=u`iT^mkbwwoN+LB_L?yhacR20U v1Oaa+Pgge&FV{_%#z7b802KKI><4)>HKc$~4e+xT;U5`z93!>hVgUaG1XT|W delta 102114 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 z%0A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%0Dr~Z26=&jr0ik&WJPPTi| z&u?&IjY5s;5NUj!Af&%EfTUqUg3Vka#Cv-j|)Hq zWh+6%59o?gjfg(o`o@K&OhF5{@VG9xMei7h>xt)a%gu)k;KRcP=ktCWWBvB{jDV)q zPPw0CGQ0P0yx0UY@h?bv;f|U=XV88-QAhEG4;~__I(UI7N4ieLBAPc6jD|y6Jb`yK zyU0ESWMw7=$XMifEUHBl@j8xz%PkMIik+X8b8F9@2EDvrY(yI$3gZJ#wGSzp43L#_ zA8_}!08z=k9=a+()^H2o{_JM>1S}Oj{Y2^1Lcx=|>CC(y@~c33J7ncmKcRQG5GU(N zb`y~MILxfh``qfFx7vvv`+f~}$Ke5@gro69P}jNi87yLMR34z(0bgD9zyiU)56Ij| gS301UyB`rH52Q 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 delta 27527 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 + title="Openerp Connection" height="180" width="320"> - - + + + + + diff --git a/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/locale/en-US/config_change.dtd b/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/locale/en-US/config_change.dtd index 5ec72d0b250..19558a9f077 100644 --- a/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/locale/en-US/config_change.dtd +++ b/addons/thunderbird/plugin/openerp_plugin/chrome/openerp_plugin/locale/en-US/config_change.dtd @@ -1,6 +1,6 @@ - - + + - + From 1253310f8f8cde94ef3918864087a005b8d7ec76 Mon Sep 17 00:00:00 2001 From: jam <> Date: Mon, 7 Feb 2011 13:39:46 +0100 Subject: [PATCH 08/12] [FIX] outlook use ssl bzr revid: tfr@openerp.com-20110207123946-ig5gyrky0cz3bqn8 --- .../dialogs/dialog_map.py | 141 ++++++++++++------ .../dialogs/opt_processors.py | 26 +++- .../dialogs/resources/dialogs.h | 2 + .../dialogs/resources/dialogs.py | 14 +- .../dialogs/resources/dialogs.rc | 26 ++-- .../plugin/openerp-outlook-plugin/manager.py | 2 +- .../openerp-outlook-plugin/tiny_xmlrpc.py | 29 ++-- 7 files changed, 156 insertions(+), 84 deletions(-) diff --git a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/dialog_map.py b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/dialog_map.py index 72d515c46a8..a05220ad7e0 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/dialog_map.py +++ b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/dialog_map.py @@ -167,10 +167,6 @@ global name name='' global email email='' -global web_server -web_server = 'localhost' -global web_server_port -web_server_port = '8080' global country_ref country_ref = "" global state_ref @@ -198,7 +194,7 @@ def resetConnAttribs(window): config = window.manager.LoadConfig() NewConn.setitem('_server', config['server']) NewConn.setitem('_port', config['port']) -# NewConn.setitem('protocol', config['protocol']) + NewConn.setitem('protocol', config['protocol']) NewConn.setitem('_uri', "http://" + config['server'] + ":" + str(config['port'])) NewConn.setitem('_obj_list', config['objects']) NewConn.setitem('_dbname', config['database']) @@ -207,6 +203,7 @@ def resetConnAttribs(window): NewConn.setitem('_login', str(config['login'])) NewConn.setitem('_webserver',manager.config['webserver']) NewConn.setitem('_webport',manager.config['webport']) + NewConn.setitem('_webportocol',manager.config['webportocol']) return def setConnAttribs(server, port, manager): @@ -228,6 +225,7 @@ def setConnAttribs(server, port, manager): NewConn.setitem('_obj_list', manager.config['objects']) NewConn.setitem('_webserver',manager.config['webserver']) NewConn.setitem('_webport',manager.config['webport']) + NewConn.setitem('_webprotocol',manager.config['webprotocol']) return def getConnAttributes(manager): @@ -241,7 +239,9 @@ def getConnAttributes(manager): manager.config['login'] = NewConn.getitem('_login') manager.config['webserver'] = NewConn.getitem('_webserver') manager.config['webport'] = NewConn.getitem('_webport') + manager.config['webprotocol'] = NewConn.getitem('_webprotocol') return + def setWebConnAttribs(server, port, manager): manager.config = manager.LoadConfig() NewConn.setitem('_webserver',server) @@ -272,6 +272,11 @@ class OKButtonProcessor(ButtonProcessor): def OnClicked(self, id): server = win32gui.GetDlgItemText(self.window.hwnd, self.other_ids[0]) + protocol = win32gui.GetDlgItemText(self.window.hwnd, self.other_ids[3]) + if not protocol: + win32ui.MessageBox("Invalid Protocol !\nPlease select Protocol from Connection Protocol List.", "OpenERP Connection", flag_excl) + return + NewConn.setitem('protocol', protocol) try: port = int(win32gui.GetDlgItemText(self.window.hwnd, self.other_ids[1])) except ValueError, e: @@ -306,9 +311,16 @@ class WEBOKButtonProcessor(ButtonProcessor): ControlProcessor.__init__(self, window, control_ids) def OnClicked(self, id): - global web_server - global web_server_port +# global web_server +# global web_server_port server = win32gui.GetDlgItemText(self.window.hwnd, self.other_ids[0]) + web_protocol = 'http:\\\\' + + hwnd = win32gui.GetDlgItem(self.window.hwnd, self.other_ids[2]) + chk = win32gui.SendMessage(hwnd, win32con.BM_GETCHECK) + if chk: + web_protocol = 'https:\\\\' + NewConn.setitem('_webprotocol', web_protocol) try: port = int(win32gui.GetDlgItemText(self.window.hwnd, self.other_ids[1])) except ValueError: @@ -318,10 +330,21 @@ class WEBOKButtonProcessor(ButtonProcessor): win32ui.MessageBox("Invalid web Server address.", "OpenERP Connection", flag_excl) return setWebConnAttribs(server, port, self.mngr) - web_server = server - web_server_port = port win32gui.EndDialog(self.window.hwnd, id) +class WEBCHKProcessor(ButtonProcessor): + def __init__(self, window, control_ids): + self.mngr = window.manager + ControlProcessor.__init__(self, window, control_ids) + + def OnClicked(self, id): + web_protocol = 'http:\\\\' + hwnd = self.GetControl() + chk = win32gui.SendMessage(hwnd, win32con.BM_GETCHECK) + if chk: + web_protocol = 'https:\\\\' + NewConn.setitem('_webprotocol', web_protocol) + class MessageProcessor(ControlProcessor): def Init(self): text = " This Outlook Plugin for OpenERP has been developed by OpenERP s.a.\n\n \ @@ -421,6 +444,7 @@ class DialogCommand(ButtonProcessor): return "Displays the %s dialog" % dd.caption def TestConnection(btnProcessor,*args): + dbname = None server = NewConn.getitem('_server') port = NewConn.getitem('_port') NewConn.GetDBList() @@ -428,18 +452,19 @@ def TestConnection(btnProcessor,*args): btnProcessor.window.LoadAllControls() win32ui.MessageBox("No server running on host "+ server+" at port "+str(port), "OpenERP Connection", flag_excl) return - try: - dbname = win32gui.GetDlgItemText(btnProcessor.window.hwnd, 7000) - if not dbname: - win32ui.MessageBox("Authentication Error !\nBad Database Name !", "OpenERP Connection", flag_excl) - return - except Exception,e: - print "Exception %s: %s"%(type(e),str(e)) + dbname = win32gui.GetDlgItemText(btnProcessor.window.hwnd, btnProcessor.other_ids[0]) + if not dbname: + try: + dbname = win32gui.GetDlgItemText(btnProcessor.window.hwnd, 7000) + if not dbname: + win32ui.MessageBox("Authentication Error !\nBad Database Name !", "OpenERP Connection", flag_excl) + return + except Exception,e: + pass if not dbname: win32ui.MessageBox("No database found on host "+ server+" at port "+str(port), "OpenERP Connection", flag_excl) return - uname = win32gui.GetDlgItemText(btnProcessor.window.hwnd, btnProcessor.other_ids[1]) pwd = win32gui.GetDlgItemText(btnProcessor.window.hwnd, btnProcessor.other_ids[2]) @@ -470,7 +495,7 @@ def TestConnection(btnProcessor,*args): flag = flag_stop NewConn.setitem('_login', 'False') except Exception,e: - msg = "Authentication Error !\n\n" + getMessage(e) + msg = "Authentication Error !\n Invalid Configuration Please check server parameters and database name." flag = flag_error win32ui.MessageBox(msg, "OpenERP Connection", flag) return @@ -849,9 +874,6 @@ def CreateContact(btnProcessor,*args): win32gui.EndDialog(btnProcessor.window.hwnd, btnProcessor.id) def SetAllText(txtProcessor,*args): - # Set values for url, uname, pwd from config file - global web_server - global web_server_port url = NewConn.getitem('_uri') tbox = txtProcessor.GetControl() win32gui.SendMessage(tbox, win32con.WM_SETTEXT, 0, str(url)) @@ -864,9 +886,7 @@ def SetAllText(txtProcessor,*args): pwd = NewConn.getitem('_pwd') win32gui.SendMessage(passbox, win32con.WM_SETTEXT, 0, str(pwd)) serverBox = txtProcessor.GetControl(txtProcessor.other_ids[2]) - web_server = NewConn.getitem('_webserver') - web_server_port = NewConn.getitem('_webport') - webstr = "http:\\\\"+str(web_server)+":"+str(web_server_port) + webstr = NewConn.getitem('_webprotocol')+NewConn.getitem('_webserver')+":"+str(NewConn.getitem('_webport')) win32gui.SendMessage(serverBox, win32con.WM_SETTEXT, 0, str(webstr)) def SetDefaultList(listProcessor,*args): @@ -1376,29 +1396,24 @@ def OpenPartnerForm(txtProcessor,*args): partner_text = "" try: partner_text = ustr(mail.SenderName).encode('iso-8859-1') - sender_mail = ustr(mail.SenderEmailAddress).encode('iso-8859-1') + sender_mail = ustr(mail.SenderEmailAddress).strip() except Exception: win32gui.SendMessage(partner_link, win32con.WM_SETTEXT, 0, "< Error in reading email.>") pass vals = NewConn.SearchPartner(sender_mail) - if vals: + if not vals: win32gui.SendMessage(partner_link, win32con.WM_SETTEXT, 0, "< Their is contact related to "+str(partner_text)+" email address, but no partner is linked to contact>") txtProcessor.init_done=True return - if vals == None: - win32gui.SendMessage(partner_link, win32con.WM_SETTEXT, 0, "< No Partner found linked to "+str(partner_text)+" email address.>") - txtProcessor.init_done=True - return - global web_server - global web_server_port - if web_server.strip() == "" or web_server.strip() == "http:\\\\": + + if NewConn.getitem('_webserver') == "" or NewConn.getitem('_webserver') in ["http:\\\\","https:\\\\"]: win32gui.SendMessage(partner_link, win32con.WM_SETTEXT, 0, " ") txtProcessor.init_done=True return try: import urllib next = urllib.urlencode({'next' : '/openerp/form/view?model=res.partner&id=' +str(vals) }) - weburl = 'http://'+web_server+':'+str(web_server_port)+'/' + weburl = NewConn.getitem('_webprotocol')+NewConn.getitem('_webserver')+":"+str(NewConn.getitem('_webport')) linktopartner = weburl + '?' + next win32gui.SendMessage(partner_link, win32con.WM_SETTEXT, 0, str(linktopartner)) except Exception,e: @@ -1414,8 +1429,8 @@ def SerachOpenDocuemnt(txtProcessor,*args): b = check() if not b: return - global web_server - global web_server_port +# global web_server +# global web_server_port #Reading Current Selected Email. ex = txtProcessor.window.manager.outlook.ActiveExplorer() assert ex.Selection.Count == 1 @@ -1423,8 +1438,8 @@ def SerachOpenDocuemnt(txtProcessor,*args): #Acquiring control of the text box link_box = txtProcessor.GetControl() #Checking for the web server Parameters - if web_server.strip() == "" or web_server.strip() == "http:\\\\": - win32gui.SendMessage(link_box, win32con.WM_SETTEXT, 0, " ") + if NewConn.getitem('_webserver') == "" or NewConn.getitem('_webserver') in ["http:\\\\","https:\\\\"]: + win32gui.SendMessage(partner_link, win32con.WM_SETTEXT, 0, " ") txtProcessor.init_done=True return linktodoc = "" @@ -1458,7 +1473,7 @@ def SerachOpenDocuemnt(txtProcessor,*args): try: import urllib next = urllib.urlencode({'next' : '/openerp/form/view?model='+vals[0][1]+'&id='+str(vals[1][1])}) - weburl = 'http://'+web_server+':'+str(web_server_port)+'/' + weburl = NewConn.getitem('_webprotocol')+NewConn.getitem('_webserver')+":"+str(NewConn.getitem('_webport')) linktodoc = weburl + '?' + next win32gui.SendMessage(link_box, win32con.WM_SETTEXT, 0, str(linktodoc)) except Exception,e: @@ -1609,7 +1624,6 @@ def SetStateList(listProcessor,*args): listProcessor.init_done = True def SelectStateFromList(btnProcessor,*args): - hwndList = win32gui.GetDlgItem(btnProcessor.window.hwnd, btnProcessor.other_ids[0]) sel_count = win32gui.SendMessage(hwndList, commctrl.LVM_GETSELECTEDCOUNT) sel_text = '' @@ -1643,7 +1657,41 @@ def SelectStateFromList(btnProcessor,*args): win32ui.MessageBox("Multiple selection is not allowed.","Search Fed.State") return +def SetWebDefaultVals(txtProcessor,*args): + import win32con + #Acquiring control of the text box + chk_hwnd = win32gui.GetDlgItem(txtProcessor.window.hwnd, txtProcessor.other_ids[1]) + try: + web_server = NewConn.getitem('_webserver') + web_port = NewConn.getitem('_webport') + web_protocol = NewConn.getitem('_webprotocol') + win32gui.SetDlgItemText(txtProcessor.window.hwnd, txtProcessor.control_id, web_server) + win32gui.SetDlgItemText(txtProcessor.window.hwnd, txtProcessor.other_ids[0], web_port) + if web_protocol == "https:\\\\": + win32gui.SendMessage(chk_hwnd , win32con.BM_SETCHECK, 1, 0); + except Exception, e: + txtProcessor.init_done=True + #Reading Current Selected Email. + txtProcessor.init_done=True +def SetServerDefaultVals(txtProcessor,*args): + import win32con + select = 1 + #Acquiring control of the text box + cbprotocol_hwnd = win32gui.GetDlgItem(txtProcessor.window.hwnd, txtProcessor.other_ids[1]) + try: + web_server = NewConn.getitem('_server') + web_port = NewConn.getitem('_port') + web_protocol = NewConn.getitem('protocol') + win32gui.SetDlgItemText(txtProcessor.window.hwnd, txtProcessor.control_id, web_server) + win32gui.SetDlgItemText(txtProcessor.window.hwnd, txtProcessor.other_ids[0], web_port) + if web_protocol == "XML-RPCS": + select = 2 + win32gui.SendMessage(cbprotocol_hwnd, win32con.CB_SETCURSEL, select, 0) + except Exception, e: + txtProcessor.init_done=True + #Reading Current Selected Email. + txtProcessor.init_done=True dialog_map = { "IDD_MANAGER" : ( @@ -1677,8 +1725,14 @@ dialog_map = { ), "IDD_SERVER_PORT_DIALOG" : ( + (TextProcessor, "ID_SERVER ID_PORT ID_DROPDOWNLIST_PROTOCOL", SetServerDefaultVals, ()), + (ProtocolComboProcessor, "ID_DROPDOWNLIST_PROTOCOL", GetConn, ()), (CloseButtonProcessor, "IDCANCEL"), - (OKButtonProcessor, "IDOK ID_SERVER ID_PORT IDR_XML_PROTOCOL"), + (OKButtonProcessor, "IDOK ID_SERVER ID_PORT IDR_XML_PROTOCOL ID_DROPDOWNLIST_PROTOCOL"), +# +# (RadioButtonProcessor, "IDR_XML_PROTOCOL", GetConn, ()), +# (RadioButtonProcessor, "IDR_XMLS_PROTOCOL", GetConn, ()), +# (RadioButtonProcessor, "IDR_NETRPC_PROTOCOL", GetConn, ()), ), "IDD_SYNC" : ( @@ -1736,8 +1790,11 @@ dialog_map = { (TextProcessor, "IDEB_OPENDOC_LINK_TEXT", SerachOpenDocuemnt,()), ), "IDD_WEB_SERVER_PORT_DIALOG" :( + (TextProcessor, "IDET_WEB_SERVER IDET_WEB_PORT IDCB_WEB_SECURE", SetWebDefaultVals, ()), (CloseButtonProcessor, "IDCANCEL"), - (WEBOKButtonProcessor, "ID_WEB_OK IDET_WEB_SERVER IDET_WEB_PORT") + (WEBOKButtonProcessor, "ID_WEB_OK IDET_WEB_SERVER IDET_WEB_PORT IDCB_WEB_SECURE"), + (WEBCHKProcessor, "IDCB_WEB_SECURE"), + ), "IDD_SELECT_COUNTRY" : ( (CommandButtonProcessor, "IDPB_SEARCH_COUNTRY IDET_COUNTRY_SEARCH_NAME IDC_LIST_COUNTRY" , SearchCountry, ()), diff --git a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/opt_processors.py b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/opt_processors.py index 4c8224e4939..7a4970491b0 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/opt_processors.py +++ b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/opt_processors.py @@ -94,7 +94,7 @@ class DBComboProcessor(ComboProcessor): "EDIT", db, dwStyle, - 67,80,180,20, + 127,80,235,20, parent, 7000, 0, @@ -225,12 +225,6 @@ class CSComboProcessor(ComboProcessor): try: list=['CRM Lead']#, 'CRM Helpdesk', 'CRM Lead', 'CRM Meeting', 'CRM Opportunity', 'CRM Phonecall'] objlist = conn.GetAllObjects() -# if 'crm.claim' in objlist: -# list.append('CRM Claim') -# if 'crm.helpdesk' in objlist: -# list.append('CRM Helpdesk') -# if 'crm.fundraising' in objlist: -# list.append('CRM Fundraising') if'hr.applicant' in objlist: list.append('HR Applicant') if'project.issue' in objlist: @@ -305,4 +299,20 @@ class GroupProcessor(OptionControlProcessor): def UpdateControl_FromValue(self): pass def UpdateValue_FromControl(self): - pass \ No newline at end of file + pass + + +class ProtocolComboProcessor(ComboProcessor): + def Init(self): + self.UpdateControl_FromValue() + + def UpdateControl_FromValue(self): + combo = self.GetControl() + list = ['XML-RPC', 'XML-RPCS'] + win32gui.ShowWindow(combo, True) + win32gui.SendMessage(combo, win32con.CB_RESETCONTENT, 0, 0); + for item in list: + win32gui.SendMessage(combo, win32con.CB_ADDSTRING, 0, str(item)) + if sel == -1: + win32gui.SendMessage(combo, win32con.CB_SETCURSEL, 1, 0) + self.active_control_id = self.control_id diff --git a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.h b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.h index a816b9838ab..2bf0d1aec48 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.h +++ b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.h @@ -208,6 +208,8 @@ #define IDPB_NC_SEARCH_STATE1 2107 #define IDET_NC_PARTNER_COUNTRY 2108 #define IDPB_NC_SEARCH_COUNTRY1 2109 +#define ID_DROPDOWNLIST_PROTOCOL 2110 +#define IDCB_WEB_SECURE 2111 // Next default values for new objects // #ifdef APSTUDIO_INVOKED diff --git a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.py b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.py index 323f93e4cc2..247b9c7a533 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.py +++ b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.py @@ -1,11 +1,11 @@ -#C:\workspace\openerp-outlook-plugin-lst\dialogs\resources\dialogs.py -#This is a generated file. Please edit C:\workspace\openerp-outlook-plugin-lst\dialogs\resources\dialogs.rc instead. -_rc_size_=15985 -_rc_mtime_=1289450705 +#C:\workspace\openerp-outlook-plugin\dialogs\resources\dialogs.py +#This is a generated file. Please edit C:\workspace\openerp-outlook-plugin\dialogs\resources\dialogs.rc instead. +_rc_size_=16350 +_rc_mtime_=1296563638 class FakeParser: - dialogs = {'IDD_OPEN_DOCUEMNT_DIALOG': [['Open Document', (0, 0, 200, 65), -1865940928, 1024, (8, 'Tahoma')], [130, 'Link to Document : (If this link does not opens directly in web browser then copy an the link and paste in web browser.) ', -1, (5, 3, 190, 25), 1342177280], [129, '', 2086, (5, 31, 190, 12), 1350631552], [128, 'Ok', 2, (150, 45, 45, 14), 1342242816]], 'IDD_VIEW_PARTNER_DIALOG': [['Open Contact', (0, 0, 350, 215), -1865940928, 1024, (8, 'Tahoma')], [130, 'Email ID : ', -1, (32, 17, 40, 12), 1342177280], [129, '', 2051, (70, 15, 200, 12), 1350631552], [128, 'Search Contact ', 2052, (280, 15, 60, 14), 1342242816], [130, 'Partner Name : ', -1, (13, 42, 50, 17), 1342177280], [129, '', 2064, (70, 42, 150, 12), 1350568064], [128, 'Search Partner', 2070, (225, 41, 60, 14), 1342242816], [128, 'New Partner', 2093, (290, 41, 50, 14), 1342242816], [128, 'Postal Address ', 2024, (10, 65, 175, 125), 1342177287], [130, 'Contact Name : ', -1, (18, 83, 50, 17), 1342177280], [129, '', 2046, (76, 82, 100, 12), 1350631552], [130, 'Street : ', -1, (18, 97, 50, 17), 1342177280], [129, '', 2053, (76, 96, 100, 12), 1350631552], [130, 'Street2 : ', -1, (18, 112, 50, 17), 1342177280], [129, '', 2054, (76, 111, 100, 12), 1350631552], [130, 'Zip : ', -1, (18, 126, 50, 14), 1342177280], [129, '', 40010, (76, 125, 100, 12), 1350631552], [130, 'City : ', -1, (18, 140, 50, 17), 1342177280], [129, '', 40011, (76, 139, 100, 12), 1350631552], [130, 'Fed. State : ', -1, (18, 154, 50, 17), 1342177280], [129, '', 2062, (76, 153, 54, 12), 1350568064], [128, 'Search', 2104, (135, 153, 40, 12), 1342242816], [130, 'Country :', -1, (18, 169, 35, 17), 1342177280], [129, '', 2063, (76, 168, 54, 12), 1350568064], [128, 'Search', 2105, (135, 168, 40, 12), 1342242816], [128, 'Communication ', 2024, (188, 65, 152, 125), 1342177287], [130, 'Phone : ', -1, (194, 83, 30, 17), 1342177280], [129, '', 2048, (224, 82, 100, 12), 1350631552], [130, 'Mobile : ', -1, (194, 97, 30, 17), 1342177280], [129, '', 2050, (224, 96, 100, 12), 1350631552], [130, 'Email : ', -1, (194, 111, 30, 17), 1342177280], [129, '', 2058, (224, 110, 100, 12), 1350568064], [130, 'Fax : ', -1, (194, 125, 30, 17), 1342177280], [129, '', 2047, (224, 124, 100, 12), 1350631552], [128, 'Create a New Contact', 2071, (124, 195, 82, 14), 1342242816], [128, 'Save', 2059, (213, 195, 60, 14), 1342242816], [128, 'Cancel', 2, (281, 195, 60, 14), 1342242816]], 'IDD_OPEN_PARTNER_DIALOG': [['Open Partner', (0, 0, 200, 65), -1865940928, 1024, (8, 'Tahoma')], [130, 'Link to Partner : (If this link does not opens directly in web browser then copy an the link and paste in web browser.) ', -1, (5, 3, 190, 25), 1342177280], [129, '', 2085, (5, 31, 190, 12), 1350631552], [128, 'Ok', 2, (150, 45, 45, 13), 1342242816]], 'IDD_SELECT_STATE': [['Search Fed. State', (0, 0, 220, 250), -1865940928, 1024, (8, 'Tahoma')], [130, 'Enter Name : ', -1, (8, 12, 80, 17), 1342177280], [129, '', 2100, (55, 10, 100, 12), 1350631552], [128, 'Search', 40012, (160, 10, 50, 14), 1342242816], ['SysListView32', 'List1', 2101, (8, 40, 200, 185), 1353711657], [128, 'Select', 2102, (170, 230, 40, 14), 1342242816]], 'IDD_GENERAL': [['Connection Parameters', (0, 0, 430, 210), 1355284544, None, (8, 'Tahoma')], [128, 'Connection Parameters', 2024, (10, 10, 250, 130), 1342177287], [130, 'Server : ', -1, (30, 30, 100, 17), 1342177280], [129, '', 2003, (85, 30, 120, 12), 1350633472], [128, 'Change', 2021, (210, 30, 30, 13), 1342242816], [130, 'Database : ', -1, (30, 50, 100, 17), 1342177280], [133, '', 2004, (85, 50, 154, 40), 1344339971], [130, 'Username : ', -1, (30, 70, 100, 17), 1342177280], [129, '', 2005, (85, 70, 154, 12), 1350631552], [130, 'Password : ', -1, (30, 90, 100, 17), 1342177280], [129, '', 2006, (85, 90, 154, 12), 1350631584], [128, 'Connect', 2007, (179, 110, 60, 13), 1342242816], [128, 'WebServer Parameters', 2024, (270, 10, 150, 130), 1342177287], [130, 'Server : ', -1, (280, 30, 50, 15), 1342177280], [129, '', 2080, (310, 29, 90, 12), 1350568064], [128, 'Change', 2082, (295, 50, 50, 12), 1342242816], [128, 'Connect', 2083, (350, 50, 50, 12), 1342242816]], 'IDD_OBJECT_SETTINGS': [['Documents Setting', (0, 0, 430, 210), 1355284672, 1024, (8, 'Tahoma')], [128, 'Document Attributes', 2024, (2, 2, 343, 32), 1342177287], [130, 'Title:', -1, (5, 16, 30, 17), 1342177280], [129, '', 2013, (22, 14, 57, 12), 1350631552], [130, 'Document Name:', -1, (83, 16, 60, 17), 1342177280], [129, '', 2014, (138, 14, 57, 12), 1350631552], [130, 'Image:', -1, (200, 16, 22, 17), 1342177280], [129, '', 2015, (223, 14, 57, 12), 1350631552], [128, 'Load Image', 2010, (289, 13, 50, 15), 1342242816], [128, 'Add', 2011, (350, 13, 38, 15), 1342242816], [128, 'Delete', 2012, (392, 13, 38, 15), 1342242816], ['SysListView32', 'List1', 2016, (8, 40, 535, 160), 1353711657]], 'IDD_NEW_PARTNER_DIALOG': [['Create a New Partner', (0, 0, 140, 40), -1865940928, 1024, (8, 'Tahoma')], [130, 'Name : ', -1, (5, 3, 100, 17), 1342177280], [129, '', 2036, (40, 3, 94, 12), 1350631552], [128, 'Cancel', 2, (90, 22, 45, 14), 1342242816], [128, 'Save', 2035, (40, 22, 45, 14), 1342242817]], 'IDD_MANAGER': [['OpenERP Configuration', (0, 0, 460, 260), -1865940800, None, (8, 'Tahoma')], [128, 'Close', 2008, (400, 239, 50, 14), 1342177281], ['SysTabControl32', '', 1068, (8, 7, 440, 228), 1342177280], ['SysListView32', '', 2016, (0, 0, 0, 0), 1353711657]], 'IDD_WEB_SERVER_PORT_DIALOG': [['OpenERP Connection', (0, 0, 160, 55), -1865940928, 1024, (8, 'Tahoma')], [130, 'Server : ', -1, (5, 3, 150, 17), 1342177280], [129, '', 2089, (40, 3, 100, 12), 1350631552], [130, 'Port : ', -1, (5, 18, 100, 17), 1342177280], [129, '', 2090, (40, 18, 100, 12), 1350631552], [128, 'Close', 2, (110, 35, 45, 14), 1342242816], [128, 'OK', 2091, (60, 35, 45, 14), 1342242817]], 'IDD_ABOUT': [['About', (0, 0, 430, 210), 1355284672, 1024, (8, 'Tahoma')], [128, 'About Plugin', -1, (7, 3, 422, 200), 1342177287], [130, '1062', 1062, (60, 30, 20, 20), 1342179342], [130, '', 2028, (80, 90, 300, 100), 1342177280]], 'IDD_NEW_CONTACT_DIALOG': [['Create a New Contact', (0, 0, 350, 180), -1865940928, 1024, (8, 'Tahoma')], [130, 'Select Partner : ', -1, (13, 20, 50, 17), 1342177280], [129, '', 2079, (70, 18, 150, 12), 1350568064], [128, 'Search Partner', 2033, (225, 17, 60, 14), 1342242816], [128, 'New Partner', 2092, (290, 17, 50, 14), 1342242816], [128, 'Postal Address ', 2024, (10, 35, 175, 123), 1342177287], [130, 'Contact Name : ', -1, (18, 53, 100, 17), 1342177280], [129, '', 40005, (76, 52, 100, 12), 1350631552], [130, 'Street : ', -1, (18, 67, 40, 17), 1342177280], [129, '', 2062, (76, 66, 100, 12), 1350631552], [130, 'Street2 : ', -1, (18, 81, 40, 17), 1342177280], [129, '', 2063, (76, 80, 100, 12), 1350631552], [130, 'Zip : ', -1, (18, 94, 50, 17), 1342177280], [129, '', 2068, (76, 93, 100, 12), 1350631552], [130, 'City : ', -1, (18, 106, 50, 17), 1342177280], [129, '', 2067, (76, 107, 100, 12), 1350631552], [130, 'Fed. State : ', -1, (18, 134, 50, 15), 1342177280], [129, '', 2106, (76, 135, 54, 12), 1350568064], [128, 'Search', 2107, (135, 136, 40, 12), 1342242816], [130, 'Country :', -1, (18, 121, 35, 15), 1342177280], [129, '', 2108, (76, 122, 54, 12), 1350568064], [128, 'Search', 2109, (135, 121, 40, 12), 1342242816], [128, 'Communication ', 2024, (188, 35, 150, 123), 1342177287], [130, 'Office : ', -1, (194, 53, 30, 17), 1342177280], [129, '', 40006, (224, 52, 100, 12), 1350631552], [130, 'Mobile : ', -1, (194, 67, 30, 17), 1342177280], [129, '', 40007, (224, 66, 100, 12), 1350631552], [130, 'Fax : ', -1, (194, 81, 30, 17), 1342177280], [129, '', 2066, (224, 80, 100, 12), 1350631552], [130, 'Email : ', -1, (194, 95, 30, 17), 1342177280], [129, '', 40008, (224, 94, 100, 12), 1350631552], [128, 'Cancel', 2, (290, 162, 45, 13), 1342242816], [128, 'Save', 40009, (240, 162, 45, 13), 1342242816]], 'IDD_SERVER_PORT_DIALOG': [['OpenERP Connection', (0, 0, 160, 55), -1865940928, 1024, (8, 'Tahoma')], [130, 'Server : ', -1, (5, 3, 150, 17), 1342177280], [129, '', 2001, (40, 3, 100, 12), 1350631552], [130, 'Port : ', -1, (5, 18, 100, 17), 1342177280], [129, '', 2002, (40, 18, 100, 12), 1350631552], [128, 'Close', 2, (110, 35, 45, 14), 1342242816], [128, 'OK', 1, (60, 35, 45, 14), 1342242817]], 'IDD_SELECT_PARTNER': [['Search Partner', (0, 0, 220, 250), -1865940928, 1024, (8, 'Tahoma')], [130, 'Enter Name : ', -1, (8, 12, 80, 17), 1342177280], [129, '', 2076, (55, 10, 100, 12), 1350631552], [128, 'Search', 2077, (160, 10, 50, 14), 1342242816], ['SysListView32', 'List1', 2072, (8, 40, 200, 185), 1353711657], [128, 'Create New Partner', 2078, (10, 230, 100, 14), 1342242816], [128, 'Select', 2075, (170, 230, 40, 14), 1342242816]], 'IDD_SYNC': [['Push to OpenERP', (0, 0, 470, 320), -1865940928, 1024, (8, 'Tahoma')], [128, 'Link to an Existing Documents ', 2024, (8, 5, 250, 290), 1342242823], [130, 'Search : ', -1, (15, 17, 40, 12), 1342177280], [129, '', 40003, (60, 15, 120, 12), 1350631552], [128, 'Search', 40004, (187, 15, 40, 14), 1342242816], [130, 'Documents : ', -1, (15, 140, 100, 14), 1342177280], ['SysListView32', 'List1', 2026, (15, 150, 234, 110), 1350631433], [128, 'Push', 2019, (160, 270, 85, 14), 1342242816], [128, ' Create a New Document ', 2024, (263, 5, 202, 100), 1342242823], [130, 'Type of Document : ', -1, (266, 25, 100, 12), 1342177280], [133, '', 2025, (332, 24, 75, 45), 1344339971], [128, 'Create', 2020, (412, 23, 50, 14), 1342242816], [128, ' Create a New Contact ', 2024, (263, 110, 202, 185), 1342242823], [130, 'Create a New Contact : ', -1, (280, 140, 100, 12), 1342177280], [128, 'Create Contact', 2018, (360, 138, 60, 14), 1342242816], [128, 'Close', 2, (385, 300, 60, 14), 1342242816]], 'IDD_SELECT_COUNTRY': [['Search Country', (0, 0, 220, 250), -1865940928, 1024, (8, 'Tahoma')], [130, 'Enter Name : ', -1, (8, 12, 80, 17), 1342177280], [129, '', 2095, (55, 10, 100, 12), 1350631552], [128, 'Search', 2098, (160, 10, 50, 14), 1342242816], ['SysListView32', 'List1', 2096, (8, 40, 200, 185), 1353711657], [128, 'Select', 2097, (170, 230, 40, 14), 1342242816]]} - ids = {'IDC_BUT_DEL_OBJECT': 2012, 'IDD_OPEN_PARTNER_DIALOG': 2084, 'IDD_SELECT_STATE': 2099, 'IDC_DELAY1_SLIDER': 1056, 'IDC_PROGRESS': 1000, 'IDD_MANAGER': 101, 'IDC_ABOUT': 2028, 'IDD_DIAGNOSTIC': 113, 'IDET_PARTNER_COUNTRY': 2063, 'IDD_TRAINING': 102, 'ID_CONTACT_EMAIL_TEXT': 40008, 'IDC_DELAY2_TEXT': 1059, 'IDC_DELAY1_TEXT': 1057, 'IDD_WIZARD': 114, 'IDC_CHKBX': 2023, 'IDC_STATIC_HAM': 1002, 'IDC_PROGRESS_TEXT': 1001, 'IDR_XMLS_PROTOCOL': 2042, 'IDD_GENERAL': 108, 'IDD_ABOUT': 2027, 'IDD_SYNC': 40002, 'IDC_TAB': 1068, 'IDC_FOLDER_UNSURE': 1033, '_APS_NEXT_SYMED_VALUE': 101, 'IDC_VERBOSE_LOG': 1061, 'IDC_EDIT1': 1094, 'IDC_BROWSE': 1037, 'ID_DB_DROPDOWNLIST': 2004, 'IDC_BACK_BTN': 1069, 'ID_CONTACT_NAME_TEXT': 40005, 'IDPB_PARTNER_SEARCH': 2077, 'IDD_WIZARD_FINISHED_UNCONFIGURED': 119, 'IDC_ACTION_CERTAIN': 1025, 'IDC_BUT_ACT_ALL': 1019, 'IDD_FILTER_NOW': 104, 'IDET_WED_SERVER': 2080, 'ID_WEB_OK': 2091, 'ID_PROTOCOL_GRP': 2040, 'IDC_HEADER': 2017, 'IDC_MARK_SPAM_AS_READ': 1047, 'IDPB_NEW_PARTNER_BUTTON': 2092, 'ID_PARTNER_NAME_TEXT': 2036, 'IDC_RECOVER_RS': 1075, 'IDC_NAME_LIST1': 2037, 'ID_CONTACT_OFFICE_TEXT': 40006, 'IDC_STATIC': -1, 'IDC_PAGE_PLACEHOLDER': 1078, 'IDC_BROWSE_WATCH': 1039, 'IDET_ZIP': 40010, 'IDET_PARTNER_CITY': 40011, 'IDET_PARTNER_LINK_TEXT': 2085, 'IDC_FOLDER_HAM': 1083, 'IDC_LIST_COUNTRY': 2096, 'IDD_WIZARD_FOLDERS_REST': 117, 'IDC_SHOW_DATA_FOLDER': 1071, 'IDC_BUT_ACT_SCORE': 1018, 'IDET_STATE_SEARCH_NAME': 2100, 'IDET_WEB_SERVER': 2089, '_APS_NEXT_RESOURCE_VALUE': 128, 'ID_SET_WEB_CONNECTION': 2082, 'IDC_LIST_STATE': 2101, 'IDC_CONTACT_LIST': 2029, 'IDC_SLIDER_CERTAIN': 1023, 'IDET_PARTNER_STREET': 2053, 'IDC_BUT_UNREAD': 1020, 'ID_PARTNER_DROPDOWNLIST': 2032, 'ID_COUNTRY_DROPLIST': 2065, 'IDC_BUT_ABOUT': 1017, 'IDC_BUT_RESCORE': 1008, 'IDC_BUT_SEARCHSUB': 1041, 'IDC_BUT_TRAIN_FROM_SPAM_FOLDER': 1010, 'IDET_PARTNER_MOBILENO': 2050, 'ID_CONTACT_MOBILE_TEXT': 40007, 'IDD_VIEW_PARTNER_DIALOG': 2044, 'IDD_WIZARD_FOLDERS_TRAIN': 120, 'IDC_BUT_FILTER_ENABLE': 1013, 'IDPB_WEB_CONNECTION': 2083, 'IDC_ABOUT_BTN': 1072, 'IDD_WIZARD_FINISHED_TRAINED': 122, 'ID_SERVER': 2001, 'IDD_SELECT_PARTNER': 2073, 'IDET_NC_PARTNER_STATE': 2106, 'IDD_FOLDER_SELECTOR': 105, 'IDC_BUT_SET_SERVER_PORT': 2021, 'ID_DONE': 2008, 'IDC_LIST_FOLDERS': 1040, 'IDC_IMAGE_PATH': 2015, 'IDB_SBWIZLOGO': 125, 'IDB_OPENERPLOGO': 1062, 'ID_ZIP_TEXT': 2068, 'IDEB_OPENDOC_LINK_TEXT': 2086, 'IDD_NEW_PARTNER_DIALOG': 2034, 'ID_PARTNER_DROPLIST': 2069, 'IDC_BUT_VIEW_LOG': 1093, 'IDC_STATUS2': 1044, 'IDC_STATUS1': 1043, 'IDCANCEL': 2, 'IDC_BROWSE_HAM': 1004, 'ID_BUT_TESTCONNECTION': 2007, 'IDR_NETRPC_PROTOCOL': 2043, 'IDC_BROWSE_SPAM': 1005, 'IDD_OPEN_DOCUEMNT_DIALOG': 2087, 'IDD_WIZARD_FINISHED_UNTRAINED': 116, 'IDC_MARK_UNSURE_AS_READ': 1051, 'IDPB_SEARCH_COUNTRY1': 2105, 'ID_PARTNER_CITY_TEXT': 2067, 'IDC_BUT_WIZARD': 1070, 'IDC_VERSION': 1009, 'ID_NEW_PARTNER_BUTTON': 2033, 'IDC_FOLDER_NAMES': 1036, 'ID_ATT_METHOD_DROPDOWNLIST': 2025, 'IDC_BUT_TIMER_ENABLED': 1091, 'IDPB_WRITE_CHANGES': 2059, 'IDC_SLIDER_UNSURE': 1029, 'IDC_BUT_NEW': 1046, 'IDC_FOLDER_WATCH': 1038, 'IDPB_CREATE_NEW_PARTNER': 2078, 'IDC_BUT_UNTRAINED': 1088, 'IDC_STATIC_SPAM': 1003, 'IDD_NEW_CONTACT_DIALOG': 2031, 'IDC_EDIT_UNSURE': 1030, 'IDC_BUT_CLEARALL': 1042, 'IDC_BUT_UNSEEN': 1021, 'IDC_OBJECT_NAME': 2014, 'IDD_WIZARD_FOLDERS_WATCH': 118, 'IDPB_SEARCH_STATE': 2103, 'IDET_COUNTRY_SEARCH_NAME': 2095, 'IDC_BUT_SAVE_OBJECT': 2011, 'ID_FED_STATE_DROPLIST': 2064, 'ID_ALL_COUNTRY_DROPDOWNLIST': 2061, 'IDC_EDIT_CERTAIN': 1024, 'IDC_BUT_FILTER_DEFINE': 1016, 'ID_NEW_PART_BUTTON': 2070, 'ID_FAX_TEXT': 2066, 'IDD_WIZARD_TRAINING_IS_IMPORTANT': 123, 'ID_ALL_STATE_DROPDOWNLIST': 2060, 'IDPB_SEARCH_STATE1': 2104, 'IDC_INBOX_TIMER_ONLY': 1060, 'IDPB_SEARCH_PARTNER': 2052, 'ID_USERNAME': 2005, '_APS_NEXT_CONTROL_VALUE': 1096, 'IDC_WIZ_GRAPHIC': 1092, 'IDD_OBJECT_SETTINGS': 2009, 'IDD_FILTER_UNSURE': 111, 'IDC_DEL_SPAM_RS': 1074, 'IDD_SELECT_COUNTRY': 2094, 'ID_SERVER_PORT': 2003, 'IDR_XML_PROTOCOL': 2041, 'IDET_PARTNER_OFFICENO': 2048, 'IDB_FOLDERS': 127, 'IDC_BUT_PREPARATION': 1081, 'ID_STREET2_TEXT': 2063, 'IDC_DELAY2_SLIDER': 1058, 'IDET_PARTNER': 2064, 'IDC_SAVE_SPAM_SCORE': 1048, 'IDC_OBJECT_TITLE': 2013, 'IDC_FOLDER_CERTAIN': 1027, 'IDET_WEB_PORT': 2090, 'IDC_BROWSE_UNSURE': 1034, 'IDC_STATISTICS': 1095, 'IDPB_STATE_SEARCH': 40012, 'ID_MAKE_ATTACHMENT': 2019, 'IDC_BUT_LOAD_IMAGE': 2010, 'IDC_NAME_LIST': 2026, 'IDC_BUT_TRAIN_TO_SPAM_FOLDER': 1011, 'IDET_PARTNER_SEARCH_NAME': 2076, 'IDC_BUT_RESET': 1073, 'ID_SEARCH': 40004, 'IDET_PARTNER_CONTACT_NAME': 2046, 'IDPB_SELECT_STATE': 2102, 'IDC_ACTION_UNSURE': 1031, 'IDD_WIZARD_TRAIN': 121, 'IDC_STATIC_GROUP': 2024, 'IDPB_NEWPARTNER_BUTTON': 2071, 'ID_PARTNER_TEXT': 2079, 'IDD_WIZARD_FINISHED_TRAIN_LATER': 124, 'IDET_PARTNER_NAME': 2045, 'IDPB_NEW_PART_BUTTON': 2093, 'IDC_BUT_REBUILD': 1007, 'IDET_PARTNER_STREET2': 2054, 'IDPB_SEARCH_COUNTRY': 2098, 'ID_SAVE_PARTNER_BUTTON': 2035, 'IDPB_SELECT_PARTNER': 2075, 'ID_STREET_TEXT': 2062, '_APS_NEXT_COMMAND_VALUE': 40001, 'IDET_SEARCH_PARTNER': 2051, 'IDC_LIST_PARTNER': 2072, 'IDD_WEB_SERVER_PORT_DIALOG': 2088, 'ID_PORT': 2002, 'IDD_SERVER_PORT_DIALOG': 2022, 'IDET_PARTNER_STATE': 2062, 'IDPB_SELECT_COUNTRY': 2097, 'ID_SEARCH_TEXT': 40003, 'IDET_NC_PARTNER_COUNTRY': 2108, 'ID_CREATE_CONTACT': 2018, 'IDC_FORWARD_BTN': 1077, 'IDC_TRAINING_STATUS': 1035, 'IDD_WIZARD_WELCOME': 115, 'IDET_PARTNER_FAX': 2058, 'IDC_BUT_TRAIN': 1089, 'IDC_LIST': 2016, 'ID_CREATE_CASE': 2020, 'IDET_PARTNER_EMAIL': 2047, 'IDC_START': 1006, 'IDD_FILTER': 103, 'IDC_RELOAD': 2038, 'ID_PASSWORD': 2006, 'ID_NAME_TEXT': 2030, 'IDC_FILTER_STATUS': 1014, 'IDPB_NC_SEARCH_STATE1': 2107, 'ID_CONTACT_SAVE_BUTTON': 40009, 'IDOK': 1, 'IDC_BROWSE_CERTAIN': 1028, 'IDC_BUT_SHOW_DIAGNOSTICS': 1080, 'IDC_BUT_TRAIN_NOW': 1012, 'IDPB_NC_SEARCH_COUNTRY1': 2109} - names = {1024: 'IDC_EDIT_CERTAIN', 1: 'IDOK', 2: 'IDCANCEL', 1027: 'IDC_FOLDER_CERTAIN', 1028: 'IDC_BROWSE_CERTAIN', 1029: 'IDC_SLIDER_UNSURE', 1030: 'IDC_EDIT_UNSURE', 1031: 'IDC_ACTION_UNSURE', 1033: 'IDC_FOLDER_UNSURE', 1034: 'IDC_BROWSE_UNSURE', 1035: 'IDC_TRAINING_STATUS', 1036: 'IDC_FOLDER_NAMES', 1037: 'IDC_BROWSE', 1038: 'IDC_FOLDER_WATCH', 1039: 'IDC_BROWSE_WATCH', 1040: 'IDC_LIST_FOLDERS', 1041: 'IDC_BUT_SEARCHSUB', 1042: 'IDC_BUT_CLEARALL', 1043: 'IDC_STATUS1', 1044: 'IDC_STATUS2', 2069: 'ID_PARTNER_DROPLIST', 1046: 'IDC_BUT_NEW', 1047: 'IDC_MARK_SPAM_AS_READ', 1048: 'IDC_SAVE_SPAM_SCORE', 2052: 'IDPB_SEARCH_PARTNER', 1051: 'IDC_MARK_UNSURE_AS_READ', 2076: 'IDET_PARTNER_SEARCH_NAME', 2077: 'IDPB_PARTNER_SEARCH', 2078: 'IDPB_CREATE_NEW_PARTNER', 2053: 'IDET_PARTNER_STREET', 1056: 'IDC_DELAY1_SLIDER', 1057: 'IDC_DELAY1_TEXT', 1058: 'IDC_DELAY2_SLIDER', 1059: 'IDC_DELAY2_TEXT', 1060: 'IDC_INBOX_TIMER_ONLY', 1061: 'IDC_VERBOSE_LOG', 1062: 'IDB_OPENERPLOGO', 2047: 'IDET_PARTNER_EMAIL', 2088: 'IDD_WEB_SERVER_PORT_DIALOG', 2089: 'IDET_WEB_SERVER', 2090: 'IDET_WEB_PORT', 2091: 'ID_WEB_OK', 1068: 'IDC_TAB', 1069: 'IDC_BACK_BTN', 1070: 'IDC_BUT_WIZARD', 1071: 'IDC_SHOW_DATA_FOLDER', 1072: 'IDC_ABOUT_BTN', 1073: 'IDC_BUT_RESET', 1074: 'IDC_DEL_SPAM_RS', 1075: 'IDC_RECOVER_RS', 2100: 'IDET_STATE_SEARCH_NAME', 1077: 'IDC_FORWARD_BTN', 1078: 'IDC_PAGE_PLACEHOLDER', 2057: 'IDET_PARTNER_COUNTRY', 1080: 'IDC_BUT_SHOW_DIAGNOSTICS', 1081: 'IDC_BUT_PREPARATION', 2106: 'IDET_NC_PARTNER_STATE', 1083: 'IDC_FOLDER_HAM', 2108: 'IDET_NC_PARTNER_COUNTRY', 2058: 'IDET_PARTNER_FAX', 1088: 'IDC_BUT_UNTRAINED', 1089: 'IDC_BUT_TRAIN', 40002: 'IDD_SYNC', 1091: 'IDC_BUT_TIMER_ENABLED', 1025: 'IDC_ACTION_CERTAIN', 1093: 'IDC_BUT_VIEW_LOG', 1094: 'IDC_EDIT1', 1095: 'IDC_STATISTICS', 1096: '_APS_NEXT_CONTROL_VALUE', 2060: 'ID_ALL_STATE_DROPDOWNLIST', 40010: 'IDET_ZIP', 40011: 'IDET_PARTNER_CITY', 40012: 'IDPB_STATE_SEARCH', 2061: 'ID_ALL_COUNTRY_DROPDOWNLIST', 2062: 'IDET_PARTNER_STATE', 2063: 'IDET_PARTNER_COUNTRY', 2064: 'IDET_PARTNER', 101: 'IDD_MANAGER', 102: 'IDD_TRAINING', 103: 'IDD_FILTER', 104: 'IDD_FILTER_NOW', 105: 'IDD_FOLDER_SELECTOR', 106: 'IDD_ABOUT', 108: 'IDD_GENERAL', 2066: 'ID_FAX_TEXT', 111: 'IDD_FILTER_UNSURE', 113: 'IDD_DIAGNOSTIC', 114: 'IDD_WIZARD', 115: 'IDD_WIZARD_WELCOME', 116: 'IDD_WIZARD_FINISHED_UNTRAINED', 117: 'IDD_WIZARD_FOLDERS_REST', 118: 'IDD_WIZARD_FOLDERS_WATCH', 119: 'IDD_WIZARD_FINISHED_UNCONFIGURED', 120: 'IDD_WIZARD_FOLDERS_TRAIN', 121: 'IDD_WIZARD_TRAIN', 122: 'IDD_WIZARD_FINISHED_TRAINED', 123: 'IDD_WIZARD_TRAINING_IS_IMPORTANT', 124: 'IDD_WIZARD_FINISHED_TRAIN_LATER', 125: 'IDB_SBWIZLOGO', 127: 'IDB_FOLDERS', 2067: 'ID_PARTNER_CITY_TEXT', 2050: 'IDET_PARTNER_MOBILENO', 2070: 'ID_NEW_PART_BUTTON', 2071: 'IDPB_NEWPARTNER_BUTTON', 2072: 'IDC_LIST_PARTNER', 2073: 'IDD_SELECT_PARTNER', 2068: 'ID_ZIP_TEXT', 2051: 'IDET_SEARCH_PARTNER', 2075: 'IDPB_SELECT_PARTNER', 2079: 'ID_PARTNER_TEXT', 2080: 'IDET_WED_SERVER', 2081: 'IDET_WEB_PORT', 2082: 'ID_SET_WEB_CONNECTION', 2083: 'IDPB_WEB_CONNECTION', 2084: 'IDD_OPEN_PARTNER_DIALOG', 2085: 'IDET_PARTNER_LINK_TEXT', 40004: 'ID_SEARCH', 2086: 'IDEB_OPENDOC_LINK_TEXT', 2087: 'IDD_OPEN_DOCUEMNT_DIALOG', 2046: 'IDET_PARTNER_CONTACT_NAME', 2105: 'IDPB_SEARCH_COUNTRY1', 2054: 'IDET_PARTNER_STREET2', 128: '_APS_NEXT_RESOURCE_VALUE', 2092: 'IDPB_NEW_PARTNER_BUTTON', 2093: 'IDPB_NEW_PART_BUTTON', 2094: 'IDD_SELECT_COUNTRY', 2095: 'IDET_COUNTRY_SEARCH_NAME', 2096: 'IDC_LIST_COUNTRY', 2097: 'IDPB_SELECT_COUNTRY', 2098: 'IDPB_SEARCH_COUNTRY', 2099: 'IDD_SELECT_STATE', 2101: 'IDC_LIST_STATE', 2102: 'IDPB_SELECT_STATE', 2103: 'IDPB_SEARCH_STATE', 2104: 'IDPB_SEARCH_STATE1', 2040: 'ID_PROTOCOL_GRP', 2065: 'ID_COUNTRY_DROPLIST', 2048: 'IDET_PARTNER_OFFICENO', 2107: 'IDPB_NC_SEARCH_STATE1', 2109: 'IDPB_NC_SEARCH_COUNTRY1', 2024: 'IDC_STATIC_GROUP', 2041: 'IDR_XML_PROTOCOL', 2025: 'ID_ATT_METHOD_DROPDOWNLIST', 2026: 'IDC_NAME_LIST', 2027: 'IDD_ABOUT', 40001: '_APS_NEXT_COMMAND_VALUE', 2028: 'IDC_ABOUT', 2029: 'IDC_CONTACT_LIST', 2059: 'IDPB_WRITE_CHANGES', 2042: 'IDR_XMLS_PROTOCOL', 40003: 'ID_SEARCH_TEXT', 2030: 'ID_NAME_TEXT', 1092: 'IDC_WIZ_GRAPHIC', 2031: 'IDD_NEW_CONTACT_DIALOG', 40005: 'ID_CONTACT_NAME_TEXT', 2032: 'ID_PARTNER_DROPDOWNLIST', 40006: 'ID_CONTACT_OFFICE_TEXT', 2033: 'ID_NEW_PARTNER_BUTTON', 40007: 'ID_CONTACT_MOBILE_TEXT', 2034: 'IDD_NEW_PARTNER_DIALOG', 2043: 'IDR_NETRPC_PROTOCOL', 40008: 'ID_CONTACT_EMAIL_TEXT', 2035: 'ID_SAVE_PARTNER_BUTTON', 40009: 'ID_CONTACT_SAVE_BUTTON', 2036: 'ID_PARTNER_NAME_TEXT', 2037: 'IDC_NAME_LIST1', 2038: 'IDC_RELOAD', 2044: 'IDD_VIEW_PARTNER_DIALOG', 2001: 'ID_SERVER', 2002: 'ID_PORT', 2003: 'ID_SERVER_PORT', 2004: 'ID_DB_DROPDOWNLIST', 2005: 'ID_USERNAME', 2006: 'ID_PASSWORD', 2007: 'ID_BUT_TESTCONNECTION', 2008: 'ID_DONE', 2009: 'IDD_OBJECT_SETTINGS', 2010: 'IDC_BUT_LOAD_IMAGE', 2011: 'IDC_BUT_SAVE_OBJECT', 2012: 'IDC_BUT_DEL_OBJECT', 2013: 'IDC_OBJECT_TITLE', 2014: 'IDC_OBJECT_NAME', 2015: 'IDC_IMAGE_PATH', 2016: 'IDC_LIST', 2017: 'IDC_HEADER', 2018: 'ID_CREATE_CONTACT', 2019: 'ID_MAKE_ATTACHMENT', 2020: 'ID_CREATE_CASE', 2021: 'IDC_BUT_SET_SERVER_PORT', 2022: 'IDD_SERVER_PORT_DIALOG', 2023: 'IDC_CHKBX', 1000: 'IDC_PROGRESS', 1001: 'IDC_PROGRESS_TEXT', 1002: 'IDC_STATIC_HAM', 1003: 'IDC_STATIC_SPAM', 1004: 'IDC_BROWSE_HAM', 1005: 'IDC_BROWSE_SPAM', 1006: 'IDC_START', 1007: 'IDC_BUT_REBUILD', 1008: 'IDC_BUT_RESCORE', 1009: 'IDC_VERSION', 1010: 'IDC_BUT_TRAIN_FROM_SPAM_FOLDER', 1011: 'IDC_BUT_TRAIN_TO_SPAM_FOLDER', 1012: 'IDC_BUT_TRAIN_NOW', 1013: 'IDC_BUT_FILTER_ENABLE', 1014: 'IDC_FILTER_STATUS', 2045: 'IDET_PARTNER_NAME', 1016: 'IDC_BUT_FILTER_DEFINE', 1017: 'IDC_BUT_ABOUT', 1018: 'IDC_BUT_ACT_SCORE', 1019: 'IDC_BUT_ACT_ALL', 1020: 'IDC_BUT_UNREAD', 1021: 'IDC_BUT_UNSEEN', -1: 'IDC_STATIC', 1023: 'IDC_SLIDER_CERTAIN'} + dialogs = {'IDD_OPEN_DOCUEMNT_DIALOG': [['Open Document', (0, 0, 200, 65), -1865940928, 1024, (8, 'Tahoma')], [130, 'Link to Document : (If this link does not opens directly in web browser then copy an the link and paste in web browser.) ', -1, (5, 3, 190, 25), 1342177280], [129, '', 2086, (5, 31, 190, 12), 1350631552], [128, 'Ok', 2, (150, 45, 45, 14), 1342242816]], 'IDD_VIEW_PARTNER_DIALOG': [['Open Contact', (0, 0, 350, 215), -1865940928, 1024, (8, 'Tahoma')], [130, 'Email ID : ', -1, (32, 17, 40, 12), 1342177280], [129, '', 2051, (70, 15, 200, 12), 1350631552], [128, 'Search Contact ', 2052, (280, 15, 60, 14), 1342242816], [130, 'Partner Name : ', -1, (13, 42, 50, 17), 1342177280], [129, '', 2064, (70, 42, 150, 12), 1350568064], [128, 'Search Partner', 2070, (225, 41, 60, 14), 1342242816], [128, 'New Partner', 2093, (290, 41, 50, 14), 1342242816], [128, 'Postal Address ', 2024, (10, 65, 175, 125), 1342177287], [130, 'Contact Name : ', -1, (18, 83, 50, 17), 1342177280], [129, '', 2046, (76, 82, 100, 12), 1350631552], [130, 'Street : ', -1, (18, 97, 50, 17), 1342177280], [129, '', 2053, (76, 96, 100, 12), 1350631552], [130, 'Street2 : ', -1, (18, 112, 50, 17), 1342177280], [129, '', 2054, (76, 111, 100, 12), 1350631552], [130, 'Zip : ', -1, (18, 126, 50, 14), 1342177280], [129, '', 40010, (76, 125, 100, 12), 1350631552], [130, 'City : ', -1, (18, 140, 50, 17), 1342177280], [129, '', 40011, (76, 139, 100, 12), 1350631552], [130, 'Fed. State : ', -1, (18, 154, 50, 17), 1342177280], [129, '', 2062, (76, 153, 54, 12), 1350568064], [128, 'Search', 2104, (135, 153, 40, 12), 1342242816], [130, 'Country :', -1, (18, 169, 35, 17), 1342177280], [129, '', 2063, (76, 168, 54, 12), 1350568064], [128, 'Search', 2105, (135, 168, 40, 12), 1342242816], [128, 'Communication ', 2024, (188, 65, 152, 125), 1342177287], [130, 'Phone : ', -1, (194, 83, 30, 17), 1342177280], [129, '', 2048, (224, 82, 100, 12), 1350631552], [130, 'Mobile : ', -1, (194, 97, 30, 17), 1342177280], [129, '', 2050, (224, 96, 100, 12), 1350631552], [130, 'Email : ', -1, (194, 111, 30, 17), 1342177280], [129, '', 2058, (224, 110, 100, 12), 1350568064], [130, 'Fax : ', -1, (194, 125, 30, 17), 1342177280], [129, '', 2047, (224, 124, 100, 12), 1350631552], [128, 'Create a New Contact', 2071, (124, 195, 82, 14), 1342242816], [128, 'Save', 2059, (213, 195, 60, 14), 1342242816], [128, 'Cancel', 2, (281, 195, 60, 14), 1342242816]], 'IDD_OPEN_PARTNER_DIALOG': [['Open Partner', (0, 0, 200, 65), -1865940928, 1024, (8, 'Tahoma')], [130, 'Link to Partner : (If this link does not opens directly in web browser then copy an the link and paste in web browser.) ', -1, (5, 3, 190, 25), 1342177280], [129, '', 2085, (5, 31, 190, 12), 1350631552], [128, 'Ok', 2, (150, 45, 45, 13), 1342242816]], 'IDD_SELECT_STATE': [['Search Fed. State', (0, 0, 220, 250), -1865940928, 1024, (8, 'Tahoma')], [130, 'Enter Name : ', -1, (8, 12, 80, 17), 1342177280], [129, '', 2100, (55, 10, 100, 12), 1350631552], [128, 'Search', 40012, (160, 10, 50, 14), 1342242816], ['SysListView32', 'List1', 2101, (8, 40, 200, 185), 1353711657], [128, 'Select', 2102, (170, 230, 40, 14), 1342242816]], 'IDD_GENERAL': [['Connection Parameters', (0, 0, 430, 210), 1355284544, None, (8, 'Tahoma')], [128, 'Connection Parameters', 2024, (10, 10, 250, 130), 1342177287], [130, 'Server : ', -1, (30, 30, 100, 17), 1342177280], [129, '', 2003, (85, 30, 120, 12), 1350633472], [128, 'Change', 2021, (210, 30, 30, 13), 1342242816], [130, 'Database : ', -1, (30, 50, 100, 17), 1342177280], [133, '', 2004, (85, 50, 154, 40), 1344339971], [130, 'Username : ', -1, (30, 70, 100, 17), 1342177280], [129, '', 2005, (85, 70, 154, 12), 1350631552], [130, 'Password : ', -1, (30, 90, 100, 17), 1342177280], [129, '', 2006, (85, 90, 154, 12), 1350631584], [128, 'Connect', 2007, (179, 110, 60, 13), 1342242816], [128, 'WebServer Parameters', 2024, (270, 10, 150, 130), 1342177287], [130, 'Server : ', -1, (280, 30, 50, 15), 1342177280], [129, '', 2080, (310, 29, 90, 12), 1350568064], [128, 'Change', 2082, (295, 50, 50, 12), 1342242816], [128, 'Connect', 2083, (350, 50, 50, 12), 1342242816]], 'IDD_OBJECT_SETTINGS': [['Documents Setting', (0, 0, 430, 210), 1355284672, 1024, (8, 'Tahoma')], [128, 'Document Attributes', 2024, (2, 2, 343, 32), 1342177287], [130, 'Title:', -1, (5, 16, 30, 17), 1342177280], [129, '', 2013, (22, 14, 57, 12), 1350631552], [130, 'Document Name:', -1, (83, 16, 60, 17), 1342177280], [129, '', 2014, (138, 14, 57, 12), 1350631552], [130, 'Image:', -1, (200, 16, 22, 17), 1342177280], [129, '', 2015, (223, 14, 57, 12), 1350631552], [128, 'Load Image', 2010, (289, 13, 50, 15), 1342242816], [128, 'Add', 2011, (350, 13, 38, 15), 1342242816], [128, 'Delete', 2012, (392, 13, 38, 15), 1342242816], ['SysListView32', 'List1', 2016, (8, 40, 535, 160), 1353711657]], 'IDD_NEW_PARTNER_DIALOG': [['Create a New Partner', (0, 0, 140, 40), -1865940928, 1024, (8, 'Tahoma')], [130, 'Name : ', -1, (5, 3, 100, 17), 1342177280], [129, '', 2036, (40, 3, 94, 12), 1350631552], [128, 'Cancel', 2, (90, 22, 45, 14), 1342242816], [128, 'Save', 2035, (40, 22, 45, 14), 1342242817]], 'IDD_MANAGER': [['OpenERP Configuration', (0, 0, 460, 260), -1865940800, None, (8, 'Tahoma')], [128, 'Close', 2008, (400, 239, 50, 14), 1342177281], ['SysTabControl32', '', 1068, (8, 7, 440, 228), 1342177280], ['SysListView32', '', 2016, (0, 0, 0, 0), 1353711657]], 'IDD_WEB_SERVER_PORT_DIALOG': [['OpenERP Connection', (0, 0, 160, 80), -1865940928, 1024, (8, 'Tahoma')], [130, 'Server : ', -1, (5, 3, 150, 17), 1342177280], [129, '', 2089, (40, 3, 100, 12), 1350631552], [130, 'Port : ', -1, (5, 18, 100, 17), 1342177280], [129, '', 2090, (40, 18, 100, 12), 1350631552], [128, 'Close', 2, (110, 50, 45, 14), 1342242816], [128, 'OK', 2091, (50, 50, 50, 14), 1342242817], [128, 'SSL (https)', 2111, (20, 35, 100, 14), 1342242819]], 'IDD_ABOUT': [['About', (0, 0, 430, 210), 1355284672, 1024, (8, 'Tahoma')], [128, 'About Plugin', -1, (7, 3, 422, 200), 1342177287], [130, '1062', 1062, (60, 30, 20, 20), 1342179342], [130, '', 2028, (80, 90, 300, 100), 1342177280]], 'IDD_NEW_CONTACT_DIALOG': [['Create a New Contact', (0, 0, 350, 180), -1865940928, 1024, (8, 'Tahoma')], [130, 'Select Partner : ', -1, (13, 20, 50, 17), 1342177280], [129, '', 2079, (70, 18, 150, 12), 1350568064], [128, 'Search Partner', 2033, (225, 17, 60, 14), 1342242816], [128, 'New Partner', 2092, (290, 17, 50, 14), 1342242816], [128, 'Postal Address ', 2024, (10, 35, 175, 123), 1342177287], [130, 'Contact Name : ', -1, (18, 53, 100, 17), 1342177280], [129, '', 40005, (76, 52, 100, 12), 1350631552], [130, 'Street : ', -1, (18, 67, 40, 17), 1342177280], [129, '', 2062, (76, 66, 100, 12), 1350631552], [130, 'Street2 : ', -1, (18, 81, 40, 17), 1342177280], [129, '', 2063, (76, 80, 100, 12), 1350631552], [130, 'Zip : ', -1, (18, 94, 50, 17), 1342177280], [129, '', 2068, (76, 93, 100, 12), 1350631552], [130, 'City : ', -1, (18, 106, 50, 17), 1342177280], [129, '', 2067, (76, 107, 100, 12), 1350631552], [130, 'Fed. State : ', -1, (18, 134, 50, 15), 1342177280], [129, '', 2106, (76, 135, 54, 12), 1350568064], [128, 'Search', 2107, (135, 136, 40, 12), 1342242816], [130, 'Country :', -1, (18, 121, 35, 15), 1342177280], [129, '', 2108, (76, 122, 54, 12), 1350568064], [128, 'Search', 2109, (135, 121, 40, 12), 1342242816], [128, 'Communication ', 2024, (188, 35, 150, 123), 1342177287], [130, 'Office : ', -1, (194, 53, 30, 17), 1342177280], [129, '', 40006, (224, 52, 100, 12), 1350631552], [130, 'Mobile : ', -1, (194, 67, 30, 17), 1342177280], [129, '', 40007, (224, 66, 100, 12), 1350631552], [130, 'Fax : ', -1, (194, 81, 30, 17), 1342177280], [129, '', 2066, (224, 80, 100, 12), 1350631552], [130, 'Email : ', -1, (194, 95, 30, 17), 1342177280], [129, '', 40008, (224, 94, 100, 12), 1350631552], [128, 'Cancel', 2, (290, 162, 45, 13), 1342242816], [128, 'Save', 40009, (240, 162, 45, 13), 1342242816]], 'IDD_SERVER_PORT_DIALOG': [['OpenERP Connection', (0, 0, 160, 90), -1865940928, 1024, (8, 'Tahoma')], [130, 'Server : ', -1, (5, 3, 150, 17), 1342177280], [129, '', 2001, (45, 3, 100, 12), 1350631552], [130, ' Port : ', -1, (5, 18, 100, 17), 1342177280], [129, '', 2002, (45, 18, 100, 12), 1350631552], [128, '', 2024, (5, 35, 150, 5), 1342177287], [130, 'Protocol Connection :', -1, (5, 45, 80, 17), 1342177280], [133, '', 2110, (75, 43, 75, 50), 1344339971], [128, 'Close', 2, (60, 70, 45, 14), 1342242816], [128, 'OK', 1, (110, 70, 45, 14), 1342242817]], 'IDD_SELECT_PARTNER': [['Search Partner', (0, 0, 220, 250), -1865940928, 1024, (8, 'Tahoma')], [130, 'Enter Name : ', -1, (8, 12, 80, 17), 1342177280], [129, '', 2076, (55, 10, 100, 12), 1350631552], [128, 'Search', 2077, (160, 10, 50, 14), 1342242816], ['SysListView32', 'List1', 2072, (8, 40, 200, 185), 1353711657], [128, 'Create New Partner', 2078, (10, 230, 100, 14), 1342242816], [128, 'Select', 2075, (170, 230, 40, 14), 1342242816]], 'IDD_SYNC': [['Push to OpenERP', (0, 0, 470, 320), -1865940928, 1024, (8, 'Tahoma')], [128, 'Link to an Existing Documents ', 2024, (8, 5, 250, 290), 1342242823], [130, 'Search : ', -1, (15, 17, 40, 12), 1342177280], [129, '', 40003, (60, 15, 120, 12), 1350631552], [128, 'Search', 40004, (187, 15, 40, 14), 1342242816], [130, 'Documents : ', -1, (15, 140, 100, 14), 1342177280], ['SysListView32', 'List1', 2026, (15, 150, 234, 110), 1350631433], [128, 'Push', 2019, (160, 270, 85, 14), 1342242816], [128, ' Create a New Document ', 2024, (263, 5, 202, 100), 1342242823], [130, 'Type of Document : ', -1, (266, 25, 100, 12), 1342177280], [133, '', 2025, (332, 24, 75, 45), 1344339971], [128, 'Create', 2020, (412, 23, 50, 14), 1342242816], [128, ' Create a New Contact ', 2024, (263, 110, 202, 185), 1342242823], [130, 'Create a New Contact : ', -1, (280, 140, 100, 12), 1342177280], [128, 'Create Contact', 2018, (360, 138, 60, 14), 1342242816], [128, 'Close', 2, (385, 300, 60, 14), 1342242816]], 'IDD_SELECT_COUNTRY': [['Search Country', (0, 0, 220, 250), -1865940928, 1024, (8, 'Tahoma')], [130, 'Enter Name : ', -1, (8, 12, 80, 17), 1342177280], [129, '', 2095, (55, 10, 100, 12), 1350631552], [128, 'Search', 2098, (160, 10, 50, 14), 1342242816], ['SysListView32', 'List1', 2096, (8, 40, 200, 185), 1353711657], [128, 'Select', 2097, (170, 230, 40, 14), 1342242816]]} + ids = {'IDC_BUT_DEL_OBJECT': 2012, 'IDD_OPEN_PARTNER_DIALOG': 2084, 'IDD_SELECT_STATE': 2099, 'IDC_DELAY1_SLIDER': 1056, 'IDC_PROGRESS': 1000, 'IDD_MANAGER': 101, 'IDC_ABOUT': 2028, 'IDD_DIAGNOSTIC': 113, 'IDET_PARTNER_COUNTRY': 2063, 'IDD_TRAINING': 102, 'ID_CONTACT_EMAIL_TEXT': 40008, 'IDC_DELAY2_TEXT': 1059, 'IDC_DELAY1_TEXT': 1057, 'IDD_WIZARD': 114, 'IDC_CHKBX': 2023, 'IDC_STATIC_HAM': 1002, 'IDC_PROGRESS_TEXT': 1001, 'IDR_XMLS_PROTOCOL': 2042, 'IDD_GENERAL': 108, 'IDD_ABOUT': 2027, 'IDD_SYNC': 40002, 'IDC_TAB': 1068, 'IDC_FOLDER_UNSURE': 1033, '_APS_NEXT_SYMED_VALUE': 101, 'IDC_VERBOSE_LOG': 1061, 'IDC_EDIT1': 1094, 'IDC_BROWSE': 1037, 'ID_DB_DROPDOWNLIST': 2004, 'IDC_BACK_BTN': 1069, 'ID_CONTACT_NAME_TEXT': 40005, 'IDPB_PARTNER_SEARCH': 2077, 'IDD_WIZARD_FINISHED_UNCONFIGURED': 119, 'IDC_ACTION_CERTAIN': 1025, 'IDC_BUT_ACT_ALL': 1019, 'IDD_FILTER_NOW': 104, 'IDET_WED_SERVER': 2080, 'ID_WEB_OK': 2091, 'ID_PROTOCOL_GRP': 2040, 'IDC_HEADER': 2017, 'IDC_MARK_SPAM_AS_READ': 1047, 'IDPB_NEW_PARTNER_BUTTON': 2092, 'ID_PARTNER_NAME_TEXT': 2036, 'IDC_RECOVER_RS': 1075, 'IDC_NAME_LIST1': 2037, 'ID_CONTACT_OFFICE_TEXT': 40006, 'IDC_STATIC': -1, 'IDC_PAGE_PLACEHOLDER': 1078, 'IDC_BROWSE_WATCH': 1039, 'IDET_ZIP': 40010, 'IDET_PARTNER_CITY': 40011, 'IDET_PARTNER_LINK_TEXT': 2085, 'IDC_FOLDER_HAM': 1083, 'IDC_LIST_COUNTRY': 2096, 'IDD_WIZARD_FOLDERS_REST': 117, 'IDC_SHOW_DATA_FOLDER': 1071, 'IDC_BUT_ACT_SCORE': 1018, 'IDET_STATE_SEARCH_NAME': 2100, 'IDET_WEB_SERVER': 2089, '_APS_NEXT_RESOURCE_VALUE': 128, 'ID_SET_WEB_CONNECTION': 2082, 'ID_DROPDOWNLIST_PROTOCOL': 2110, 'IDC_LIST_STATE': 2101, 'IDC_CONTACT_LIST': 2029, 'IDC_SLIDER_CERTAIN': 1023, 'IDET_PARTNER_STREET': 2053, 'IDC_BUT_UNREAD': 1020, 'ID_PARTNER_DROPDOWNLIST': 2032, 'ID_COUNTRY_DROPLIST': 2065, 'IDC_BUT_ABOUT': 1017, 'IDC_BUT_RESCORE': 1008, 'IDC_BUT_SEARCHSUB': 1041, 'IDC_BUT_TRAIN_FROM_SPAM_FOLDER': 1010, 'IDET_PARTNER_MOBILENO': 2050, 'ID_CONTACT_MOBILE_TEXT': 40007, 'IDD_VIEW_PARTNER_DIALOG': 2044, 'IDD_WIZARD_FOLDERS_TRAIN': 120, 'IDC_BUT_FILTER_ENABLE': 1013, 'IDPB_WEB_CONNECTION': 2083, 'IDC_ABOUT_BTN': 1072, 'IDD_WIZARD_FINISHED_TRAINED': 122, 'ID_SERVER': 2001, 'IDD_SELECT_PARTNER': 2073, 'IDET_NC_PARTNER_STATE': 2106, 'IDD_FOLDER_SELECTOR': 105, 'IDC_BUT_SET_SERVER_PORT': 2021, 'ID_DONE': 2008, 'IDC_LIST_FOLDERS': 1040, 'IDC_IMAGE_PATH': 2015, 'IDB_SBWIZLOGO': 125, 'IDB_OPENERPLOGO': 1062, 'ID_ZIP_TEXT': 2068, 'IDEB_OPENDOC_LINK_TEXT': 2086, 'IDD_NEW_PARTNER_DIALOG': 2034, 'ID_PARTNER_DROPLIST': 2069, 'IDC_BUT_VIEW_LOG': 1093, 'IDC_STATUS2': 1044, 'IDC_STATUS1': 1043, 'IDCANCEL': 2, 'IDC_BROWSE_HAM': 1004, 'ID_BUT_TESTCONNECTION': 2007, 'IDR_NETRPC_PROTOCOL': 2043, 'IDC_BROWSE_SPAM': 1005, 'IDCB_WEB_SECURE': 2111, 'IDD_OPEN_DOCUEMNT_DIALOG': 2087, 'IDD_WIZARD_FINISHED_UNTRAINED': 116, 'IDC_MARK_UNSURE_AS_READ': 1051, 'IDPB_SEARCH_COUNTRY1': 2105, 'ID_PARTNER_CITY_TEXT': 2067, 'IDC_BUT_WIZARD': 1070, 'IDC_VERSION': 1009, 'ID_NEW_PARTNER_BUTTON': 2033, 'IDC_FOLDER_NAMES': 1036, 'ID_ATT_METHOD_DROPDOWNLIST': 2025, 'IDC_BUT_TIMER_ENABLED': 1091, 'IDPB_WRITE_CHANGES': 2059, 'IDC_SLIDER_UNSURE': 1029, 'IDC_BUT_NEW': 1046, 'IDC_FOLDER_WATCH': 1038, 'IDPB_CREATE_NEW_PARTNER': 2078, 'IDC_BUT_UNTRAINED': 1088, 'IDC_STATIC_SPAM': 1003, 'IDD_NEW_CONTACT_DIALOG': 2031, 'IDC_EDIT_UNSURE': 1030, 'IDC_BUT_CLEARALL': 1042, 'IDC_BUT_UNSEEN': 1021, 'IDC_OBJECT_NAME': 2014, 'IDD_WIZARD_FOLDERS_WATCH': 118, 'IDPB_SEARCH_STATE': 2103, 'IDET_COUNTRY_SEARCH_NAME': 2095, 'IDC_BUT_SAVE_OBJECT': 2011, 'ID_FED_STATE_DROPLIST': 2064, 'ID_ALL_COUNTRY_DROPDOWNLIST': 2061, 'IDC_EDIT_CERTAIN': 1024, 'IDC_BUT_FILTER_DEFINE': 1016, 'ID_NEW_PART_BUTTON': 2070, 'ID_FAX_TEXT': 2066, 'IDD_WIZARD_TRAINING_IS_IMPORTANT': 123, 'ID_ALL_STATE_DROPDOWNLIST': 2060, 'IDPB_SEARCH_STATE1': 2104, 'IDC_INBOX_TIMER_ONLY': 1060, 'IDPB_SEARCH_PARTNER': 2052, 'ID_USERNAME': 2005, '_APS_NEXT_CONTROL_VALUE': 1096, 'IDC_WIZ_GRAPHIC': 1092, 'IDD_OBJECT_SETTINGS': 2009, 'IDD_FILTER_UNSURE': 111, 'IDC_DEL_SPAM_RS': 1074, 'IDD_SELECT_COUNTRY': 2094, 'ID_SERVER_PORT': 2003, 'IDR_XML_PROTOCOL': 2041, 'IDET_PARTNER_OFFICENO': 2048, 'IDB_FOLDERS': 127, 'IDC_BUT_PREPARATION': 1081, 'ID_STREET2_TEXT': 2063, 'IDC_DELAY2_SLIDER': 1058, 'IDET_PARTNER': 2064, 'IDC_SAVE_SPAM_SCORE': 1048, 'IDC_OBJECT_TITLE': 2013, 'IDC_FOLDER_CERTAIN': 1027, 'IDET_WEB_PORT': 2090, 'IDC_BROWSE_UNSURE': 1034, 'IDC_STATISTICS': 1095, 'IDPB_STATE_SEARCH': 40012, 'ID_MAKE_ATTACHMENT': 2019, 'IDC_BUT_LOAD_IMAGE': 2010, 'IDC_NAME_LIST': 2026, 'IDC_BUT_TRAIN_TO_SPAM_FOLDER': 1011, 'IDET_PARTNER_SEARCH_NAME': 2076, 'IDC_BUT_RESET': 1073, 'ID_SEARCH': 40004, 'IDET_PARTNER_CONTACT_NAME': 2046, 'IDPB_SELECT_STATE': 2102, 'IDC_ACTION_UNSURE': 1031, 'IDD_WIZARD_TRAIN': 121, 'IDC_STATIC_GROUP': 2024, 'IDPB_NEWPARTNER_BUTTON': 2071, 'ID_PARTNER_TEXT': 2079, 'IDD_WIZARD_FINISHED_TRAIN_LATER': 124, 'IDET_PARTNER_NAME': 2045, 'IDPB_NEW_PART_BUTTON': 2093, 'IDC_BUT_REBUILD': 1007, 'IDET_PARTNER_STREET2': 2054, 'IDPB_SEARCH_COUNTRY': 2098, 'ID_SAVE_PARTNER_BUTTON': 2035, 'IDPB_SELECT_PARTNER': 2075, 'ID_STREET_TEXT': 2062, '_APS_NEXT_COMMAND_VALUE': 40001, 'IDET_SEARCH_PARTNER': 2051, 'IDC_LIST_PARTNER': 2072, 'IDD_WEB_SERVER_PORT_DIALOG': 2088, 'ID_PORT': 2002, 'IDD_SERVER_PORT_DIALOG': 2022, 'IDET_PARTNER_STATE': 2062, 'IDPB_SELECT_COUNTRY': 2097, 'ID_SEARCH_TEXT': 40003, 'IDET_NC_PARTNER_COUNTRY': 2108, 'ID_CREATE_CONTACT': 2018, 'IDC_FORWARD_BTN': 1077, 'IDC_TRAINING_STATUS': 1035, 'IDD_WIZARD_WELCOME': 115, 'IDET_PARTNER_FAX': 2058, 'IDC_BUT_TRAIN': 1089, 'IDC_LIST': 2016, 'ID_CREATE_CASE': 2020, 'IDET_PARTNER_EMAIL': 2047, 'IDC_START': 1006, 'IDD_FILTER': 103, 'IDC_RELOAD': 2038, 'ID_PASSWORD': 2006, 'ID_NAME_TEXT': 2030, 'IDC_FILTER_STATUS': 1014, 'IDPB_NC_SEARCH_STATE1': 2107, 'ID_CONTACT_SAVE_BUTTON': 40009, 'IDOK': 1, 'IDC_BROWSE_CERTAIN': 1028, 'IDC_BUT_SHOW_DIAGNOSTICS': 1080, 'IDC_BUT_TRAIN_NOW': 1012, 'IDPB_NC_SEARCH_COUNTRY1': 2109} + names = {1024: 'IDC_EDIT_CERTAIN', 1: 'IDOK', 2: 'IDCANCEL', 1027: 'IDC_FOLDER_CERTAIN', 1028: 'IDC_BROWSE_CERTAIN', 1029: 'IDC_SLIDER_UNSURE', 1030: 'IDC_EDIT_UNSURE', 1031: 'IDC_ACTION_UNSURE', 1033: 'IDC_FOLDER_UNSURE', 1034: 'IDC_BROWSE_UNSURE', 1035: 'IDC_TRAINING_STATUS', 1036: 'IDC_FOLDER_NAMES', 1037: 'IDC_BROWSE', 1038: 'IDC_FOLDER_WATCH', 1039: 'IDC_BROWSE_WATCH', 1040: 'IDC_LIST_FOLDERS', 1041: 'IDC_BUT_SEARCHSUB', 1042: 'IDC_BUT_CLEARALL', 1043: 'IDC_STATUS1', 1044: 'IDC_STATUS2', 2069: 'ID_PARTNER_DROPLIST', 1046: 'IDC_BUT_NEW', 1047: 'IDC_MARK_SPAM_AS_READ', 1048: 'IDC_SAVE_SPAM_SCORE', 2052: 'IDPB_SEARCH_PARTNER', 1051: 'IDC_MARK_UNSURE_AS_READ', 2076: 'IDET_PARTNER_SEARCH_NAME', 2077: 'IDPB_PARTNER_SEARCH', 2078: 'IDPB_CREATE_NEW_PARTNER', 2053: 'IDET_PARTNER_STREET', 1056: 'IDC_DELAY1_SLIDER', 1057: 'IDC_DELAY1_TEXT', 1058: 'IDC_DELAY2_SLIDER', 1059: 'IDC_DELAY2_TEXT', 1060: 'IDC_INBOX_TIMER_ONLY', 1061: 'IDC_VERBOSE_LOG', 1062: 'IDB_OPENERPLOGO', 2047: 'IDET_PARTNER_EMAIL', 2088: 'IDD_WEB_SERVER_PORT_DIALOG', 2089: 'IDET_WEB_SERVER', 2090: 'IDET_WEB_PORT', 2091: 'ID_WEB_OK', 1068: 'IDC_TAB', 1069: 'IDC_BACK_BTN', 1070: 'IDC_BUT_WIZARD', 1071: 'IDC_SHOW_DATA_FOLDER', 1072: 'IDC_ABOUT_BTN', 1073: 'IDC_BUT_RESET', 1074: 'IDC_DEL_SPAM_RS', 1075: 'IDC_RECOVER_RS', 2100: 'IDET_STATE_SEARCH_NAME', 1077: 'IDC_FORWARD_BTN', 1078: 'IDC_PAGE_PLACEHOLDER', 2057: 'IDET_PARTNER_COUNTRY', 1080: 'IDC_BUT_SHOW_DIAGNOSTICS', 1081: 'IDC_BUT_PREPARATION', 2106: 'IDET_NC_PARTNER_STATE', 1083: 'IDC_FOLDER_HAM', 2108: 'IDET_NC_PARTNER_COUNTRY', 2058: 'IDET_PARTNER_FAX', 2110: 'ID_DROPDOWNLIST_PROTOCOL', 2111: 'IDCB_WEB_SECURE', 1088: 'IDC_BUT_UNTRAINED', 1089: 'IDC_BUT_TRAIN', 40002: 'IDD_SYNC', 1091: 'IDC_BUT_TIMER_ENABLED', 1025: 'IDC_ACTION_CERTAIN', 1093: 'IDC_BUT_VIEW_LOG', 1094: 'IDC_EDIT1', 1095: 'IDC_STATISTICS', 1096: '_APS_NEXT_CONTROL_VALUE', 2060: 'ID_ALL_STATE_DROPDOWNLIST', 40010: 'IDET_ZIP', 40011: 'IDET_PARTNER_CITY', 40012: 'IDPB_STATE_SEARCH', 2061: 'ID_ALL_COUNTRY_DROPDOWNLIST', 2062: 'IDET_PARTNER_STATE', 2063: 'IDET_PARTNER_COUNTRY', 2064: 'IDET_PARTNER', 101: 'IDD_MANAGER', 102: 'IDD_TRAINING', 103: 'IDD_FILTER', 104: 'IDD_FILTER_NOW', 105: 'IDD_FOLDER_SELECTOR', 106: 'IDD_ABOUT', 108: 'IDD_GENERAL', 2066: 'ID_FAX_TEXT', 111: 'IDD_FILTER_UNSURE', 113: 'IDD_DIAGNOSTIC', 114: 'IDD_WIZARD', 115: 'IDD_WIZARD_WELCOME', 116: 'IDD_WIZARD_FINISHED_UNTRAINED', 117: 'IDD_WIZARD_FOLDERS_REST', 118: 'IDD_WIZARD_FOLDERS_WATCH', 119: 'IDD_WIZARD_FINISHED_UNCONFIGURED', 120: 'IDD_WIZARD_FOLDERS_TRAIN', 121: 'IDD_WIZARD_TRAIN', 122: 'IDD_WIZARD_FINISHED_TRAINED', 123: 'IDD_WIZARD_TRAINING_IS_IMPORTANT', 124: 'IDD_WIZARD_FINISHED_TRAIN_LATER', 125: 'IDB_SBWIZLOGO', 127: 'IDB_FOLDERS', 2067: 'ID_PARTNER_CITY_TEXT', 2050: 'IDET_PARTNER_MOBILENO', 2070: 'ID_NEW_PART_BUTTON', 2071: 'IDPB_NEWPARTNER_BUTTON', 2072: 'IDC_LIST_PARTNER', 2073: 'IDD_SELECT_PARTNER', 2068: 'ID_ZIP_TEXT', 2051: 'IDET_SEARCH_PARTNER', 2075: 'IDPB_SELECT_PARTNER', 2079: 'ID_PARTNER_TEXT', 2080: 'IDET_WED_SERVER', 2081: 'IDET_WEB_PORT', 2082: 'ID_SET_WEB_CONNECTION', 2083: 'IDPB_WEB_CONNECTION', 2084: 'IDD_OPEN_PARTNER_DIALOG', 2085: 'IDET_PARTNER_LINK_TEXT', 40004: 'ID_SEARCH', 2086: 'IDEB_OPENDOC_LINK_TEXT', 2087: 'IDD_OPEN_DOCUEMNT_DIALOG', 2046: 'IDET_PARTNER_CONTACT_NAME', 2105: 'IDPB_SEARCH_COUNTRY1', 2054: 'IDET_PARTNER_STREET2', 128: '_APS_NEXT_RESOURCE_VALUE', 2092: 'IDPB_NEW_PARTNER_BUTTON', 2093: 'IDPB_NEW_PART_BUTTON', 2094: 'IDD_SELECT_COUNTRY', 2095: 'IDET_COUNTRY_SEARCH_NAME', 2096: 'IDC_LIST_COUNTRY', 2097: 'IDPB_SELECT_COUNTRY', 2098: 'IDPB_SEARCH_COUNTRY', 2099: 'IDD_SELECT_STATE', 2101: 'IDC_LIST_STATE', 2102: 'IDPB_SELECT_STATE', 2103: 'IDPB_SEARCH_STATE', 2104: 'IDPB_SEARCH_STATE1', 2040: 'ID_PROTOCOL_GRP', 2065: 'ID_COUNTRY_DROPLIST', 2048: 'IDET_PARTNER_OFFICENO', 2107: 'IDPB_NC_SEARCH_STATE1', 2109: 'IDPB_NC_SEARCH_COUNTRY1', 2024: 'IDC_STATIC_GROUP', 2041: 'IDR_XML_PROTOCOL', 2025: 'ID_ATT_METHOD_DROPDOWNLIST', 2026: 'IDC_NAME_LIST', 2027: 'IDD_ABOUT', 40001: '_APS_NEXT_COMMAND_VALUE', 2028: 'IDC_ABOUT', 2029: 'IDC_CONTACT_LIST', 2059: 'IDPB_WRITE_CHANGES', 2042: 'IDR_XMLS_PROTOCOL', 40003: 'ID_SEARCH_TEXT', 2030: 'ID_NAME_TEXT', 1092: 'IDC_WIZ_GRAPHIC', 2031: 'IDD_NEW_CONTACT_DIALOG', 40005: 'ID_CONTACT_NAME_TEXT', 2032: 'ID_PARTNER_DROPDOWNLIST', 40006: 'ID_CONTACT_OFFICE_TEXT', 2033: 'ID_NEW_PARTNER_BUTTON', 40007: 'ID_CONTACT_MOBILE_TEXT', 2034: 'IDD_NEW_PARTNER_DIALOG', 2043: 'IDR_NETRPC_PROTOCOL', 40008: 'ID_CONTACT_EMAIL_TEXT', 2035: 'ID_SAVE_PARTNER_BUTTON', 40009: 'ID_CONTACT_SAVE_BUTTON', 2036: 'ID_PARTNER_NAME_TEXT', 2037: 'IDC_NAME_LIST1', 2038: 'IDC_RELOAD', 2044: 'IDD_VIEW_PARTNER_DIALOG', 2001: 'ID_SERVER', 2002: 'ID_PORT', 2003: 'ID_SERVER_PORT', 2004: 'ID_DB_DROPDOWNLIST', 2005: 'ID_USERNAME', 2006: 'ID_PASSWORD', 2007: 'ID_BUT_TESTCONNECTION', 2008: 'ID_DONE', 2009: 'IDD_OBJECT_SETTINGS', 2010: 'IDC_BUT_LOAD_IMAGE', 2011: 'IDC_BUT_SAVE_OBJECT', 2012: 'IDC_BUT_DEL_OBJECT', 2013: 'IDC_OBJECT_TITLE', 2014: 'IDC_OBJECT_NAME', 2015: 'IDC_IMAGE_PATH', 2016: 'IDC_LIST', 2017: 'IDC_HEADER', 2018: 'ID_CREATE_CONTACT', 2019: 'ID_MAKE_ATTACHMENT', 2020: 'ID_CREATE_CASE', 2021: 'IDC_BUT_SET_SERVER_PORT', 2022: 'IDD_SERVER_PORT_DIALOG', 2023: 'IDC_CHKBX', 1000: 'IDC_PROGRESS', 1001: 'IDC_PROGRESS_TEXT', 1002: 'IDC_STATIC_HAM', 1003: 'IDC_STATIC_SPAM', 1004: 'IDC_BROWSE_HAM', 1005: 'IDC_BROWSE_SPAM', 1006: 'IDC_START', 1007: 'IDC_BUT_REBUILD', 1008: 'IDC_BUT_RESCORE', 1009: 'IDC_VERSION', 1010: 'IDC_BUT_TRAIN_FROM_SPAM_FOLDER', 1011: 'IDC_BUT_TRAIN_TO_SPAM_FOLDER', 1012: 'IDC_BUT_TRAIN_NOW', 1013: 'IDC_BUT_FILTER_ENABLE', 1014: 'IDC_FILTER_STATUS', 2045: 'IDET_PARTNER_NAME', 1016: 'IDC_BUT_FILTER_DEFINE', 1017: 'IDC_BUT_ABOUT', 1018: 'IDC_BUT_ACT_SCORE', 1019: 'IDC_BUT_ACT_ALL', 1020: 'IDC_BUT_UNREAD', 1021: 'IDC_BUT_UNSEEN', -1: 'IDC_STATIC', 1023: 'IDC_SLIDER_CERTAIN'} bitmaps = {'IDB_OPENERPLOGO': 'OpenERP_Logo.bmp'} def ParseDialogs(s): return FakeParser() diff --git a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.rc b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.rc index 6b620127a33..b402e4b7958 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.rc +++ b/addons/outlook/plugin/openerp-outlook-plugin/dialogs/resources/dialogs.rc @@ -97,18 +97,23 @@ BEGIN LTEXT "",IDC_ABOUT,80,90,300,100 END -IDD_SERVER_PORT_DIALOG DIALOGEX 0, 0, 160, 55 +IDD_SERVER_PORT_DIALOG DIALOGEX 0, 0, 160, 90 STYLE DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "OpenERP Connection" FONT 8, "Tahoma", 400, 0, 0x0 BEGIN LTEXT "Server : ",IDC_STATIC,5,3,150,17 - EDITTEXT ID_SERVER,40,3,100,12,ES_AUTOHSCROLL | WS_TABSTOP - LTEXT "Port : ",IDC_STATIC,5,18,100,17 - EDITTEXT ID_PORT,40,18,100,12,ES_AUTOHSCROLL | WS_TABSTOP - PUSHBUTTON "Close",IDCANCEL,110,35,45,14,WS_TABSTOP - DEFPUSHBUTTON "OK",IDOK,60,35,45,14,WS_TABSTOP + EDITTEXT ID_SERVER, 45, 3, 100, 12, ES_AUTOHSCROLL | WS_TABSTOP + LTEXT " Port : ",IDC_STATIC,5,18,100,17 + EDITTEXT ID_PORT, 45, 18, 100, 12, ES_AUTOHSCROLL | WS_TABSTOP + + GROUPBOX "", IDC_STATIC_GROUP, 5, 35, 150, 5 + LTEXT "Protocol Connection :", IDC_STATIC, 5, 45, 80, 17 + COMBOBOX ID_DROPDOWNLIST_PROTOCOL, 75, 43, 75, 50, CBS_DROPDOWNLIST |WS_VSCROLL | WS_VISIBLE | WS_TABSTOP + + PUSHBUTTON "Close",IDCANCEL,60,70,45,14,WS_TABSTOP + DEFPUSHBUTTON "OK",IDOK,110,70,45,14,WS_TABSTOP END IDD_SYNC DIALOGEX 0, 0, 470, 320 @@ -287,7 +292,7 @@ BEGIN PUSHBUTTON "Ok",IDCANCEL,150,45,45,14,WS_TABSTOP END -IDD_WEB_SERVER_PORT_DIALOG DIALOGEX 0, 0, 160, 55 +IDD_WEB_SERVER_PORT_DIALOG DIALOGEX 0, 0, 160, 80 STYLE DS_SETFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP CAPTION "OpenERP Connection" @@ -297,8 +302,9 @@ BEGIN EDITTEXT IDET_WEB_SERVER,40,3,100,12,ES_AUTOHSCROLL | WS_TABSTOP LTEXT "Port : ",IDC_STATIC,5,18,100,17 EDITTEXT IDET_WEB_PORT,40,18,100,12,ES_AUTOHSCROLL | WS_TABSTOP - PUSHBUTTON "Close",IDCANCEL,110,35,45,14,WS_TABSTOP - DEFPUSHBUTTON "OK",ID_WEB_OK,60,35,45,14,WS_TABSTOP + PUSHBUTTON "Close",IDCANCEL,110,50,45,14,WS_TABSTOP + DEFPUSHBUTTON "OK",ID_WEB_OK,50,50,50,14,WS_TABSTOP + PUSHBUTTON "SSL (https)",IDCB_WEB_SECURE,20,35,100,14,BS_AUTOCHECKBOX | BST_CHECKED |WS_TABSTOP END IDD_SELECT_COUNTRY DIALOGEX 0, 0, 220, 250 @@ -311,7 +317,6 @@ BEGIN LTEXT "Enter Name : ",IDC_STATIC,8,12,80,17 EDITTEXT IDET_COUNTRY_SEARCH_NAME, 55, 10, 100, 12, ES_AUTOHSCROLL | WS_TABSTOP PUSHBUTTON "Search", IDPB_SEARCH_COUNTRY, 160, 10, 50, 14, WS_TABSTOP - CONTROL "List1",IDC_LIST_COUNTRY,"SysListView32",WS_CHILD | WS_VISIBLE | WS_BORDER | WS_HSCROLL | WS_VSCROLL | LVS_SHOWSELALWAYS | LVS_EX_GRIDLINES | LVS_REPORT | LVS_EX_FULLROWSELECT, 8,40,200,185 PUSHBUTTON "Select", IDPB_SELECT_COUNTRY, 170, 230, 40, 14, WS_TABSTOP @@ -332,4 +337,3 @@ BEGIN LVS_SHOWSELALWAYS | LVS_EX_GRIDLINES | LVS_REPORT | LVS_EX_FULLROWSELECT, 8,40,200,185 PUSHBUTTON "Select", IDPB_SELECT_STATE, 170, 230, 40, 14, WS_TABSTOP END - diff --git a/addons/outlook/plugin/openerp-outlook-plugin/manager.py b/addons/outlook/plugin/openerp-outlook-plugin/manager.py index 31afaf3c732..0c7e0e640fe 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/manager.py +++ b/addons/outlook/plugin/openerp-outlook-plugin/manager.py @@ -140,7 +140,7 @@ class OpenERPManager: def LoadConfig(self): import win32ui path = os.path.join(self.data_directory, 'tiny.ini') - data = {'server' : 'localhost', 'port' : '8069', 'protocol' : 'http://', 'database' : '', 'objects' : self.default_objects, 'uname':'admin', 'pwd':'a', 'login':False,'webserver':'localhost','webport':'8080'} + data = {'server' : 'localhost', 'port' : '8069', 'protocol' : 'http://', 'database' : '', 'objects' : self.default_objects, 'uname':'admin', 'pwd':'a', 'login':False,'webserver':'localhost','webport':'8080', 'webprotocol' : 'http:\\'} if os.path.exists(path): fp = open(path, 'r') data = fp.readlines() diff --git a/addons/outlook/plugin/openerp-outlook-plugin/tiny_xmlrpc.py b/addons/outlook/plugin/openerp-outlook-plugin/tiny_xmlrpc.py index 0b4568fe8f4..7ecb2aea81f 100644 --- a/addons/outlook/plugin/openerp-outlook-plugin/tiny_xmlrpc.py +++ b/addons/outlook/plugin/openerp-outlook-plugin/tiny_xmlrpc.py @@ -80,7 +80,8 @@ class XMLRpcConn(object): self._iscrm=True self.partner_id_list=None self.protocol=None - + self._webprotocol=None + self._weburi=None def getitem(self, attrib): v=self.__getattribute__(attrib) @@ -108,7 +109,10 @@ class XMLRpcConn(object): self._uname = user self._pwd = pwd conn = xmlrpclib.ServerProxy(str(self._uri) + '/xmlrpc/common') - uid = execute(conn,'login',dbname, ustr(user), ustr(pwd)) + try: + uid = execute(conn,'login',dbname, ustr(user), ustr(pwd)) + except: + return False return uid def GetAllObjects(self): @@ -288,7 +292,6 @@ class XMLRpcConn(object): headers[line[:split_here]] = line[split_here:] temp1 = headers.get('Message-ID') temp2 = headers.get('Message-Id') - referances = headers.get('References') if temp1 == None: message_id = temp2 if temp2 == None: message_id = temp1 startCut = message_id.find("<") @@ -440,16 +443,14 @@ class XMLRpcConn(object): return country_list def SearchPartner(self, mail_id = ""): - conn = xmlrpclib.ServerProxy(self._uri+ '/xmlrpc/object') - address = execute( conn, 'execute', self._dbname, int(self._uid), self._pwd, 'res.partner.address', 'search', [('email','=',ustr(mail_id))]) - if not address: - return None - else: - add_rec = execute( conn, 'execute', self._dbname, int(self._uid), self._pwd, 'res.partner.address', 'read', address[0]) - partner = add_rec.get('partner_id',False) - if partner: - return partner[0] - return True + conn = xmlrpclib.ServerProxy(self._uri+ '/xmlrpc/object') + address = execute( conn, 'execute', self._dbname, int(self._uid), self._pwd, 'res.partner.address', 'search', [('email','=',ustr(mail_id))]) + if not address: + return False + add_rec = execute( conn, 'execute', self._dbname, int(self._uid), self._pwd, 'res.partner.address', 'read', address[0]) + partner = add_rec.get('partner_id',False) + if partner: return partner[0] + else: return partner def SearchEmailResources(self, message_id): import win32ui @@ -460,9 +461,7 @@ class XMLRpcConn(object): if not mail_id: ref_mail_id = execute( conn, 'execute', self._dbname, int(self._uid), self._pwd, 'mailgate.message', 'search', [('references','=',message_id)]) if ref_mail_id: - win32ui.MessageBox(str(ref_mail_id),"ref_mail_id") address = execute( conn, 'execute', self._dbname, int(self._uid), self._pwd, 'mailgate.message','read',ref_mail_id[0],['model','res_id']) - win32ui.MessageBox(str(address),"address") for key, vals in address.items(): res_vals.append([key,vals]) return res_vals From 3f63d065dace13f5cd3aad0f5a94d88017307a00 Mon Sep 17 00:00:00 2001 From: "Jay Vora (OpenERP)" Date: Mon, 7 Feb 2011 18:17:24 +0530 Subject: [PATCH 09/12] [FIX] HR : Correction on List view definition for model hr.employee (Ref : SaaS Maintenance Case 3990) bzr revid: jvo@tinyerp.com-20110207124724-dgq10cawnyjidobz --- addons/hr/hr_view.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/hr/hr_view.xml b/addons/hr/hr_view.xml index c2b738351aa..cf7fe75e986 100644 --- a/addons/hr/hr_view.xml +++ b/addons/hr/hr_view.xml @@ -82,7 +82,6 @@ hr.employee.tree hr.employee tree - child_ids From 7980675a67bddd90dc1376633538721b697af50d Mon Sep 17 00:00:00 2001 From: Launchpad Translations on behalf of openerp <> Date: Tue, 8 Feb 2011 05:59:33 +0000 Subject: [PATCH 10/12] Launchpad automatic translations update. bzr revid: launchpad_translations_on_behalf_of_openerp-20110204141027-7fjkptadcn3xocbk bzr revid: launchpad_translations_on_behalf_of_openerp-20110206061518-2d22gwew0c23msm1 bzr revid: launchpad_translations_on_behalf_of_openerp-20110207062348-rcrsq83p1141xqat bzr revid: launchpad_translations_on_behalf_of_openerp-20110208055858-29gz4zyz9o39uv73 bzr revid: launchpad_translations_on_behalf_of_openerp-20110208055933-yutvcfmjc2d00l37 --- addons/account/i18n/id.po | 42 +- addons/account_accountant/i18n/id.po | 38 + addons/account_anglo_saxon/i18n/gl.po | 124 + addons/account_cancel/i18n/id.po | 37 + addons/account_chart/i18n/id.po | 10 +- addons/analytic_user_function/i18n/gl.po | 39 +- addons/base_iban/i18n/gl.po | 28 +- addons/base_module_doc_rst/i18n/gl.po | 42 +- addons/base_tools/i18n/id.po | 32 + addons/base_vat/i18n/gl.po | 28 +- addons/claim_from_delivery/i18n/gl.po | 33 + addons/claim_from_delivery/i18n/id.po | 33 + addons/crm_caldav/i18n/gl.po | 50 + addons/crm_caldav/i18n/id.po | 49 + addons/decimal_precision/i18n/gl.po | 70 + addons/decimal_precision/i18n/id.po | 72 + .../purchase_double_validation/i18n/pt_BR.po | 83 + bin/addons/base/i18n/nl_BE.po | 7946 ++++++++++------- bin/addons/base/i18n/pt_BR.po | 123 +- bin/addons/base/i18n/ro.po | 315 +- bin/addons/base/i18n/sv.po | 495 +- bin/addons/base/i18n/uk.po | 48 +- 22 files changed, 5873 insertions(+), 3864 deletions(-) create mode 100644 addons/account_accountant/i18n/id.po create mode 100644 addons/account_anglo_saxon/i18n/gl.po create mode 100644 addons/account_cancel/i18n/id.po create mode 100644 addons/base_tools/i18n/id.po create mode 100644 addons/claim_from_delivery/i18n/gl.po create mode 100644 addons/claim_from_delivery/i18n/id.po create mode 100644 addons/crm_caldav/i18n/gl.po create mode 100644 addons/crm_caldav/i18n/id.po create mode 100644 addons/decimal_precision/i18n/gl.po create mode 100644 addons/decimal_precision/i18n/id.po create mode 100644 addons/purchase_double_validation/i18n/pt_BR.po diff --git a/addons/account/i18n/id.po b/addons/account/i18n/id.po index 6dbb533352f..e93a8fc32b3 100644 --- a/addons/account/i18n/id.po +++ b/addons/account/i18n/id.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-02 18:37+0000\n" +"PO-Revision-Date: 2011-02-07 18:00+0000\n" "Last-Translator: ian syah \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: 2011-02-03 06:17+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:59+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account @@ -31,7 +31,7 @@ msgstr "Pengaturan Lainnya" #: code:addons/account/wizard/account_open_closed_fiscalyear.py:40 #, python-format msgid "No End of year journal defined for the fiscal year" -msgstr "" +msgstr "Journal akhir tahun belum ditetapkan untuk tahun fiskal tersebut" #. module: account #: code:addons/account/account.py:506 @@ -40,6 +40,8 @@ msgid "" "You cannot remove/deactivate an account which is set as a property to any " "Partner." msgstr "" +"Anda tidak dapat menghapus/ menon-aktifkan akun yang telah ditetapkan " +"sebagai milik Mitra anda" #. module: account #: view:account.move.reconcile:0 @@ -94,7 +96,7 @@ msgstr "Piutang jatuh tempo hingga hari ini" #. module: account #: field:account.partner.ledger,reconcil:0 msgid "Include Reconciled Entries" -msgstr "" +msgstr "Termasuk Ayat-ayat yang telah direkonsiliasi" #. module: account #: view:account.pl.report:0 @@ -102,6 +104,8 @@ msgid "" "The Profit and Loss report gives you an overview of your company profit and " "loss in a single document" msgstr "" +"Laporan Laba Rugi memberikan gambaran dari keuntungan dan kerugian " +"perusahaan dalam satu lembar berkas" #. module: account #: model:process.transition,name:account.process_transition_invoiceimport0 @@ -111,7 +115,7 @@ msgstr "Impor dari tagihan atau pembayaran" #. module: account #: model:ir.model,name:account.model_wizard_multi_charts_accounts msgid "wizard.multi.charts.accounts" -msgstr "" +msgstr "tuntunan.multi.bagan.akun" #. module: account #: view:account.move:0 @@ -124,17 +128,21 @@ msgid "" "If you unreconciliate transactions, you must also verify all the actions " "that are linked to those transactions because they will not be disabled" msgstr "" +"Jika anda merekonsiliasi transaksi-transaksi, anda juga harus memeriksa " +"seluruh kegiatan yang terkait karena seluruh transaksi tersebut tidak " +"dibatalkan" #. module: account #: report:account.tax.code.entries:0 msgid "Accounting Entries-" -msgstr "" +msgstr "Ayat-ayat Akuntansi" #. module: account #: code:addons/account/account.py:1291 #, python-format msgid "You can not delete posted movement: \"%s\"!" msgstr "" +"Anda tidak bisa menghapus pergerakan akun yang telah tercatat: \"%s\"!" #. module: account #: report:account.invoice:0 @@ -150,7 +158,7 @@ msgstr "Sumber" #: view:account.move.line.reconcile:0 #: view:account.move.line.reconcile.writeoff:0 msgid "Reconcile" -msgstr "" +msgstr "Rekonsiliasi" #. module: account #: field:account.bank.statement.line,ref:0 @@ -165,7 +173,7 @@ msgstr "Referensi" #. module: account #: view:account.open.closed.fiscalyear:0 msgid "Choose Fiscal Year " -msgstr "" +msgstr "Pilih Tahun Fiskal " #. module: account #: help:account.payment.term,active:0 @@ -186,12 +194,12 @@ msgstr "Perhatian!" #: field:account.fiscal.position.account,account_src_id:0 #: field:account.fiscal.position.account.template,account_src_id:0 msgid "Account Source" -msgstr "" +msgstr "Sumber Akun" #. module: account #: model:ir.actions.act_window,name:account.act_acc_analytic_acc_5_report_hr_timesheet_invoice_journal msgid "All Analytic Entries" -msgstr "" +msgstr "Seluruh Ayat Analitik" #. module: account #: model:ir.actions.act_window,name:account.action_view_created_invoice_dashboard @@ -207,7 +215,7 @@ msgstr "Negatif" #: code:addons/account/wizard/account_move_journal.py:95 #, python-format msgid "Journal: %s" -msgstr "" +msgstr "Jurnal: %s" #. module: account #: help:account.analytic.journal,type:0 @@ -221,7 +229,7 @@ msgstr "" #: model:ir.actions.act_window,name:account.action_account_tax_template_form #: model:ir.ui.menu,name:account.menu_action_account_tax_template_form msgid "Tax Templates" -msgstr "" +msgstr "Lembar Contoh Pajak" #. module: account #: model:ir.model,name:account.model_account_tax @@ -235,11 +243,13 @@ msgid "" "No period defined for this date: %s !\n" "Please create a fiscal year." msgstr "" +"Periode fiskal belum ditentukan untuk tanggal ini: %s !\n" +"Silahkan buat tahun fiskal terlebih dahulu." #. module: account #: model:ir.model,name:account.model_account_move_line_reconcile_select msgid "Move line reconcile select" -msgstr "" +msgstr "Pindahkan baris rekonsiliasi terpilih" #. module: account #: help:account.model.line,sequence:0 @@ -247,6 +257,8 @@ msgid "" "The sequence field is used to order the resources from lower sequences to " "higher ones" msgstr "" +"Kolom urutan digunakan untuk mengurutkan data dimulai dari nilai urut " +"terkecil" #. module: account #: help:account.tax.code,notprintable:0 @@ -255,6 +267,8 @@ msgid "" "Check this box if you don't want any VAT related to this Tax Code to appear " "on invoices" msgstr "" +"Tandai kotak ini jika anda tidak ingin PPN yang terkait dengan Kode Pajak " +"ini tertera dalam tagihan" #. module: account #: code:addons/account/invoice.py:1210 @@ -1396,7 +1410,7 @@ msgstr "Menghitung Pajak" #. module: account #: field:wizard.multi.charts.accounts,code_digits:0 msgid "# of Digits" -msgstr "" +msgstr "# Digit" #. module: account #: field:account.journal,entry_posted:0 diff --git a/addons/account_accountant/i18n/id.po b/addons/account_accountant/i18n/id.po new file mode 100644 index 00000000000..6cd9686b5ac --- /dev/null +++ b/addons/account_accountant/i18n/id.po @@ -0,0 +1,38 @@ +# Indonesian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 18:07+0000\n" +"Last-Translator: ian syah \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: account_accountant +#: model:ir.module.module,description:account_accountant.module_meta_information +msgid "" +"\n" +"This module gives the admin user the access to all the accounting features " +"like the journal\n" +"items and the chart of accounts.\n" +" " +msgstr "" +"\n" +"Modul ini memberikan hak akses kepada admin terhadap seluruh fitur akuntansi " +"seperti butir\n" +"jurnal dan bagan akun\n" +" " + +#. module: account_accountant +#: model:ir.module.module,shortdesc:account_accountant.module_meta_information +msgid "Accountant" +msgstr "Akuntan" diff --git a/addons/account_anglo_saxon/i18n/gl.po b/addons/account_anglo_saxon/i18n/gl.po new file mode 100644 index 00000000000..2f9e5935bd8 --- /dev/null +++ b/addons/account_anglo_saxon/i18n/gl.po @@ -0,0 +1,124 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 10:22+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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: account_anglo_saxon +#: view:product.category:0 +msgid " Accounting Property" +msgstr " Propiedade contable" + +#. module: account_anglo_saxon +#: sql_constraint:purchase.order:0 +msgid "Order Reference must be unique !" +msgstr "¡A referencia do pedido debe ser única!" + +#. module: account_anglo_saxon +#: constraint:product.category:0 +msgid "Error ! You can not create recursive categories." +msgstr "¡Erro! Non pode crear categorías recorrentemente" + +#. module: account_anglo_saxon +#: constraint:product.template:0 +msgid "" +"Error: The default UOM and the purchase UOM must be in the same category." +msgstr "" +"Erro: A UdM por defecto e a UdM de compra deben estar na mesma categoría." + +#. module: account_anglo_saxon +#: model:ir.model,name:account_anglo_saxon.model_account_invoice_line +msgid "Invoice Line" +msgstr "Liña de Factura" + +#. module: account_anglo_saxon +#: model:ir.model,name:account_anglo_saxon.model_purchase_order +msgid "Purchase Order" +msgstr "Orde de Compra" + +#. module: account_anglo_saxon +#: model:ir.model,name:account_anglo_saxon.model_product_template +msgid "Product Template" +msgstr "Modelo de Producto" + +#. module: account_anglo_saxon +#: model:ir.model,name:account_anglo_saxon.model_product_category +msgid "Product Category" +msgstr "Categoría de Producto" + +#. module: account_anglo_saxon +#: model:ir.module.module,shortdesc:account_anglo_saxon.module_meta_information +msgid "Stock Accounting for Anglo Saxon countries" +msgstr "Contabilidade de almacén para países anglosaxóns" + +#. module: account_anglo_saxon +#: field:product.category,property_account_creditor_price_difference_categ:0 +#: field:product.template,property_account_creditor_price_difference:0 +msgid "Price Difference Account" +msgstr "Conta para a diferencia de prezo" + +#. module: account_anglo_saxon +#: model:ir.model,name:account_anglo_saxon.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: account_anglo_saxon +#: model:ir.model,name:account_anglo_saxon.model_stock_picking +msgid "Picking List" +msgstr "Albarán" + +#. module: account_anglo_saxon +#: model:ir.module.module,description:account_anglo_saxon.module_meta_information +msgid "" +"This module will support the Anglo-Saxons accounting methodology by\n" +" changing the accounting logic with stock transactions. The difference " +"between the Anglo-Saxon accounting countries\n" +" and the Rhine or also called Continental accounting countries is the " +"moment of taking the Cost of Goods Sold versus Cost of Sales.\n" +" Anglo-Saxons accounting does take the cost when sales invoice is " +"created, Continental accounting will take the cost at the moment the goods " +"are shipped.\n" +" This module will add this functionality by using a interim account, to " +"store the value of shipped goods and will contra book this interim account\n" +" when the invoice is created to transfer this amount to the debtor or " +"creditor account.\n" +" Secondly, price differences between actual purchase price and fixed " +"product standard price are booked on a separate account" +msgstr "" +"Este módulo soporta-la metodoloxía contable anglosaxona\n" +" cambiando a lóxica contable con transaccións de almacén. A diferencia " +"entre a contabilidade dos países anglosaxóns\n" +" e os países do Rin ou Continentais reside no momento de calcula-la " +"diferencia entre os costes dos bens vendidos e os costes das ventas.\n" +" A contabilidade anglosaxona ten en conta o coste cando se crea unha " +"factura de venda, a contabilidade continental terá en conta ese coste no " +"intre no que se entregan os bens.\n" +" Este módulo engadirá devandita funcionalidade empregando unha conta " +"intermedia para contabiliza-lo valor dos bens entregados, para transferi-lo " +"seu importe ás contas do cliente ou proveedor no momento de crea-la factura " +".\n" +" Ademáis, as diferencias de prezo entre o prezo actual de compra e o prezo " +"estándar fixado para o producto se reflicten en contas distintas." + +#. module: account_anglo_saxon +#: help:product.category,property_account_creditor_price_difference_categ:0 +#: help:product.template,property_account_creditor_price_difference:0 +msgid "" +"This account will be used to value price difference between purchase price " +"and cost price." +msgstr "" +"Esta conta empregarase para anota-la diferencia entre os prezos de compra e " +"coste" diff --git a/addons/account_cancel/i18n/id.po b/addons/account_cancel/i18n/id.po new file mode 100644 index 00000000000..4c5a81fc4c3 --- /dev/null +++ b/addons/account_cancel/i18n/id.po @@ -0,0 +1,37 @@ +# Indonesian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 18:13+0000\n" +"Last-Translator: ian syah \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: account_cancel +#: model:ir.module.module,description:account_cancel.module_meta_information +msgid "" +"\n" +" Module adds 'Allow cancelling entries' field on form view of account " +"journal. If set to true it allows user to cancel entries & invoices.\n" +" " +msgstr "" +"\n" +" Modul menambahkan kolom 'Izinkan pembatalan ayat-ayat' di tampilan " +"formulir jurnal akun. Jika di pasang pada nilai 'true' akan mengizinkan " +"pemakai untuk membatalkan catatan dan faktur.\n" +" " + +#. module: account_cancel +#: model:ir.module.module,shortdesc:account_cancel.module_meta_information +msgid "Account Cancel" +msgstr "Batalkan Akun" diff --git a/addons/account_chart/i18n/id.po b/addons/account_chart/i18n/id.po index 1860cdd5542..29c71ea8455 100644 --- a/addons/account_chart/i18n/id.po +++ b/addons/account_chart/i18n/id.po @@ -7,21 +7,21 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Abdul Munif Hanafi \n" +"PO-Revision-Date: 2011-02-07 18:14+0000\n" +"Last-Translator: ian syah \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:24+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:59+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: account_chart #: model:ir.module.module,description:account_chart.module_meta_information msgid "Remove minimal account chart" -msgstr "Buang grafik akun minimal" +msgstr "Hapus bagan akun minimal" #. module: account_chart #: model:ir.module.module,shortdesc:account_chart.module_meta_information msgid "Charts of Accounts" -msgstr "" +msgstr "Bagan Akun" diff --git a/addons/analytic_user_function/i18n/gl.po b/addons/analytic_user_function/i18n/gl.po index d2773c1865e..cffe13f9999 100644 --- a/addons/analytic_user_function/i18n/gl.po +++ b/addons/analytic_user_function/i18n/gl.po @@ -9,13 +9,13 @@ msgstr "" "Project-Id-Version: analytic-user-function-es\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-03 16:56+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Frco. Javier Rial \n" +"PO-Revision-Date: 2011-02-07 21:35+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:27+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:59+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: analytic_user_function @@ -28,24 +28,24 @@ msgstr "Produto" #: code:addons/analytic_user_function/analytic_user_function.py:131 #, python-format msgid "Error !" -msgstr "" +msgstr "¡Erro!" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_hr_analytic_timesheet msgid "Timesheet Line" -msgstr "" +msgstr "Liña de parte de horas" #. module: analytic_user_function #: field:analytic_user_funct_grid,account_id:0 #: model:ir.model,name:analytic_user_function.model_account_analytic_account msgid "Analytic Account" -msgstr "" +msgstr "Conta analítica" #. module: analytic_user_function #: view:account.analytic.account:0 #: field:account.analytic.account,user_product_ids:0 msgid "Users/Products Rel." -msgstr "Rel. usuarios/produtos" +msgstr "Rel. Usuarios/Produtos" #. module: analytic_user_function #: field:analytic_user_funct_grid,user_id:0 @@ -57,19 +57,19 @@ msgstr "Usuario" msgid "" "Error! The currency has to be the same as the currency of the selected " "company" -msgstr "" +msgstr "¡Erro! A divisa ten que sela mesma ca da compañía seleccionada" #. module: analytic_user_function #: code:addons/analytic_user_function/analytic_user_function.py:97 #: code:addons/analytic_user_function/analytic_user_function.py:132 #, python-format msgid "There is no expense account define for this product: \"%s\" (id:%d)" -msgstr "" +msgstr "Non hai conta de gastos definida pra este produto: \"%s\" (id:%d)" #. module: analytic_user_function #: model:ir.model,name:analytic_user_function.model_analytic_user_funct_grid msgid "Relation table between users and products on a analytic account" -msgstr "Táboa de relación entre usuarios e produtos dunha conta analítica" +msgstr "Táboa de relación entre usuarios e produtos nunha conta analítica" #. module: analytic_user_function #: model:ir.module.module,description:analytic_user_function.module_meta_information @@ -87,18 +87,31 @@ msgid "" "\n" " " msgstr "" +"\n" +"\n" +" Este módulo permítelle definir cal é a función por defecto dun usuario " +"específico nunha conta dada. Isto é usado maiormente cando un usuario " +"codifica o seu parte de horas: os valores son recuperados e os campos son " +"auto-enchidos... pero a posibilidade para cambiar estes valores está ainda " +"dispoñible.\n" +"\n" +" Obviamente se ningún dato foi gardado para a conta actual, o valor por " +"defecto está dado como de costume polos datos do empregado así que este " +"módulo é perfectamente compatible con configuracións máis antigas.\n" +"\n" +" " #. module: analytic_user_function #: model:ir.module.module,shortdesc:analytic_user_function.module_meta_information msgid "Analytic User Function" -msgstr "" +msgstr "Función Analítica de Usuario" #. module: analytic_user_function #: constraint:account.analytic.account:0 msgid "Error! You can not create recursive analytic accounts." -msgstr "" +msgstr "¡Erro! Non pode crear contas analíticas recorrentes." #. module: analytic_user_function #: view:analytic_user_funct_grid:0 msgid "User's Product for this Analytic Account" -msgstr "Produto do usuario para esta conta analítica" +msgstr "Produto do usuario para esta Conta Analítica" diff --git a/addons/base_iban/i18n/gl.po b/addons/base_iban/i18n/gl.po index 9c6e8b7e981..20249149dca 100644 --- a/addons/base_iban/i18n/gl.po +++ b/addons/base_iban/i18n/gl.po @@ -9,19 +9,19 @@ msgstr "" "Project-Id-Version: base-iban-gl\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Frco. Javier Rial \n" +"PO-Revision-Date: 2011-02-07 21:45+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:30+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:59+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base_iban #: model:ir.module.module,shortdesc:base_iban.module_meta_information msgid "Create IBAN bank accounts" -msgstr "" +msgstr "Crear contas de banco IBAN" #. module: base_iban #: code:addons/base_iban/base_iban.py:120 @@ -30,6 +30,7 @@ msgid "" "The IBAN does not seems to be correct. You should have entered something " "like this %s" msgstr "" +"O IBAN non parece ser correcto. Debería ter introducido algo como isto %s" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_zip_field @@ -39,33 +40,33 @@ msgstr "Código postal" #. module: base_iban #: help:res.partner.bank,iban:0 msgid "International Bank Account Number" -msgstr "Núm. conta bancaria internacional IBAN" +msgstr "Número de conta bancaria internacional IBAN" #. module: base_iban #: model:ir.model,name:base_iban.model_res_partner_bank msgid "Bank Accounts" -msgstr "" +msgstr "Contas Bancarias" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_country_field msgid "country_id" -msgstr "País" +msgstr "country_id" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_swift_field msgid "bic" -msgstr "BIC" +msgstr "bic" #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_iban_field msgid "iban" -msgstr "IBAN" +msgstr "iban" #. module: base_iban #: code:addons/base_iban/base_iban.py:121 #, python-format msgid "The IBAN is invalid, It should begin with the country code" -msgstr "" +msgstr "O IBAN non é válido, debería comezar co código de país" #. module: base_iban #: field:res.partner.bank,iban:0 @@ -86,8 +87,13 @@ msgid "" "\n" " " msgstr "" +"\n" +"Este módulo instala a base para as contas de banco IBAN (Número de Conta de " +"Banco Internacional) e comproba a súa validez.\n" +"\n" +" " #. module: base_iban #: model:res.partner.bank.type.field,name:base_iban.bank_acc_number_field msgid "acc_number" -msgstr "Número conta" +msgstr "acc_number" diff --git a/addons/base_module_doc_rst/i18n/gl.po b/addons/base_module_doc_rst/i18n/gl.po index 32872cf7489..10978d5382a 100644 --- a/addons/base_module_doc_rst/i18n/gl.po +++ b/addons/base_module_doc_rst/i18n/gl.po @@ -9,39 +9,39 @@ msgstr "" "Project-Id-Version: base-module-doc-rst-gl\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-07 22:14+0000\n" +"Last-Translator: Amós Oviedo \n" "Language-Team: Galego \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-25 06:30+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:59+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base_module_doc_rst #: view:ir.module.module:0 msgid "You can save this image as .png file" -msgstr "" +msgstr "Pode gardar esta imaxe como arquivo .png" #. module: base_module_doc_rst #: wizard_view:tech.guide.rst,init:0 msgid "Technical Guide in rst format" -msgstr "Guía técnica en formato RST" +msgstr "Guía técnica en formato rst" #. module: base_module_doc_rst #: wizard_button:create.relation.graph,init,end:0 msgid "Ok" -msgstr "" +msgstr "Ok" #. module: base_module_doc_rst #: wizard_view:create.relation.graph,init:0 msgid "(Relationship Graphs generated)" -msgstr "" +msgstr "(Gráficas de Relación xerada)" #. module: base_module_doc_rst #: wizard_view:tech.guide.rst,init:0 msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, elixa un ficheiro onde gardar a guía técnica." +msgstr "Por favor, elixa un ficheiro onde a Guía Técnica será gardada." #. module: base_module_doc_rst #: model:ir.module.module,description:base_module_doc_rst.module_meta_information @@ -55,38 +55,46 @@ msgid "" " * Generates Relationship Graph\n" " " msgstr "" +"\n" +" * Este módulo xera as Guías Técnicas de módulos seleccionados en Formato " +"Reestuturado de Texto (RST)\n" +" * Usa a implementación RST de Sphinx (http://sphinx.pocoo.org)\n" +" * Crea un tarball (sufixo de arquivo .tgz), contendo un arquivo de " +"índice e un arquivo para cada módulo\n" +" * Xera Gráfico de Relación\n" +" " #. module: base_module_doc_rst #: wizard_field:tech.guide.rst,init,name:0 msgid "filename" -msgstr "Nome ficheiro" +msgstr "nome de arquivo" #. module: base_module_doc_rst #: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" +msgstr "Crear Guía Técnica RST" #. module: base_module_doc_rst #: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph msgid "Generate Relationship Graph" -msgstr "" +msgstr "Xerar Gráfico de Relación" #. module: base_module_doc_rst #: wizard_view:create.relation.graph,init:0 #: view:ir.module.module:0 #: field:ir.module.module,file_graph:0 msgid "Relationship Graph" -msgstr "" +msgstr "Gráfico de Relación" #. module: base_module_doc_rst #: model:ir.model,name:base_module_doc_rst.model_ir_module_module msgid "Module" -msgstr "" +msgstr "Módulo" #. module: base_module_doc_rst #: wizard_field:tech.guide.rst,init,rst_file:0 msgid "file" -msgstr "ficheiro" +msgstr "arquivo" #. module: base_module_doc_rst #: wizard_button:tech.guide.rst,init,end:0 @@ -96,14 +104,14 @@ msgstr "Pechar" #. module: base_module_doc_rst #: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica dun módulo en texto reestruturado (RST) " +msgstr "Guía técnica de módulo en Texto Reestruturado " #. module: base_module_doc_rst #: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph msgid "Proximity graph" -msgstr "" +msgstr "Gráfico de proximidade" #. module: base_module_doc_rst #: wizard_view:tech.guide.rst,init:0 msgid "Create Technical Guide in rst format" -msgstr "Crear guía técnica en formato RST" +msgstr "Crear guía técnica en formato rst" diff --git a/addons/base_tools/i18n/id.po b/addons/base_tools/i18n/id.po new file mode 100644 index 00000000000..e147ec520f0 --- /dev/null +++ b/addons/base_tools/i18n/id.po @@ -0,0 +1,32 @@ +# Indonesian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 18:17+0000\n" +"Last-Translator: ian syah \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: base_tools +#: model:ir.module.module,shortdesc:base_tools.module_meta_information +msgid "Common base for tools modules" +msgstr "Dasar umum untuk modul alat" + +#. module: base_tools +#: model:ir.module.module,description:base_tools.module_meta_information +msgid "" +"\n" +" " +msgstr "" +"\n" +" " diff --git a/addons/base_vat/i18n/gl.po b/addons/base_vat/i18n/gl.po index 00202603942..9ad3e187fb6 100644 --- a/addons/base_vat/i18n/gl.po +++ b/addons/base_vat/i18n/gl.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" +"PO-Revision-Date: 2011-02-07 21:15+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-01-25 06:32+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:59+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base_vat @@ -24,6 +24,8 @@ msgid "" "The Vat does not seems to be correct. You should have entered something like " "this %s" msgstr "" +"O CIF/NIF non parece ser correcto. Deberìa haber introducido algo como isto " +"%s" #. module: base_vat #: model:ir.module.module,description:base_vat.module_meta_information @@ -38,22 +40,30 @@ msgid "" "countries.\n" " " msgstr "" +"\n" +" Activa o CIF/NIF para a empresa. Comproba a validez dese CIF/NIF.\n" +"\n" +" Este módulo segue os métodos establecidos en http://sima-pc.com/nif.php " +"para\n" +" a comprobación da validez do CIF/NIF asignado a empresas nos paises " +"Europeos.\n" +" " #. module: base_vat #: model:ir.module.module,shortdesc:base_vat.module_meta_information msgid "Base VAT - To check VAT number validity" -msgstr "" +msgstr "Base CIF/NIF - Para comprobar a validez do CIF/NIF" #. module: base_vat #: constraint:res.partner:0 msgid "Error ! You can not create recursive associated members." -msgstr "" +msgstr "¡Erro! Non podes crear membros asociados recursivos." #. module: base_vat #: code:addons/base_vat/base_vat.py:88 #, python-format msgid "The VAT is invalid, It should begin with the country code" -msgstr "" +msgstr "O CIF/NIF non é válido, debería comezar co código do país" #. module: base_vat #: help:res.partner,vat_subjected:0 @@ -61,13 +71,15 @@ msgid "" "Check this box if the partner is subjected to the VAT. It will be used for " "the VAT legal statement." msgstr "" +"Marque esta opción se a empresa está suxeita ó IVE. Será utilizado para a " +"declaración legal do IVE." #. module: base_vat #: model:ir.model,name:base_vat.model_res_partner msgid "Partner" -msgstr "" +msgstr "Empresa" #. module: base_vat #: field:res.partner,vat_subjected:0 msgid "VAT Legal Statement" -msgstr "Declaración legal CIF/NIF" +msgstr "Suxeito ó IVE" diff --git a/addons/claim_from_delivery/i18n/gl.po b/addons/claim_from_delivery/i18n/gl.po new file mode 100644 index 00000000000..c681549eade --- /dev/null +++ b/addons/claim_from_delivery/i18n/gl.po @@ -0,0 +1,33 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 21:48+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: claim_from_delivery +#: model:ir.actions.act_window,name:claim_from_delivery.action_claim_from_delivery +msgid "Claim" +msgstr "Reclamación" + +#. module: claim_from_delivery +#: model:ir.module.module,description:claim_from_delivery.module_meta_information +msgid "Create Claim from delivery order:\n" +msgstr "Crear unha reclamación dende unha orde de entrega:\n" + +#. module: claim_from_delivery +#: model:ir.module.module,shortdesc:claim_from_delivery.module_meta_information +msgid "Claim from delivery" +msgstr "Reclamación dende entrega" diff --git a/addons/claim_from_delivery/i18n/id.po b/addons/claim_from_delivery/i18n/id.po new file mode 100644 index 00000000000..26a516e0ad5 --- /dev/null +++ b/addons/claim_from_delivery/i18n/id.po @@ -0,0 +1,33 @@ +# Indonesian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 18:18+0000\n" +"Last-Translator: ian syah \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: claim_from_delivery +#: model:ir.actions.act_window,name:claim_from_delivery.action_claim_from_delivery +msgid "Claim" +msgstr "Tuntutan" + +#. module: claim_from_delivery +#: model:ir.module.module,description:claim_from_delivery.module_meta_information +msgid "Create Claim from delivery order:\n" +msgstr "Buat tuntutan dari perintah pengiriman\n" + +#. module: claim_from_delivery +#: model:ir.module.module,shortdesc:claim_from_delivery.module_meta_information +msgid "Claim from delivery" +msgstr "Tuntutan dari pengiriman" diff --git a/addons/crm_caldav/i18n/gl.po b/addons/crm_caldav/i18n/gl.po new file mode 100644 index 00000000000..c82f43ac165 --- /dev/null +++ b/addons/crm_caldav/i18n/gl.po @@ -0,0 +1,50 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-07 20:58+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: crm_caldav +#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse +msgid "Caldav Browse" +msgstr "Ver Caldav" + +#. module: crm_caldav +#: model:ir.model,name:crm_caldav.model_crm_meeting +msgid "Meeting" +msgstr "Reunión" + +#. module: crm_caldav +#: model:ir.module.module,shortdesc:crm_caldav.module_meta_information +msgid "Extended Module to Add CalDav feature on Meeting" +msgstr "Módulo Extendido pra Engadir a función CalDav en Reunións" + +#. module: crm_caldav +#: model:ir.module.module,description:crm_caldav.module_meta_information +msgid "" +"\n" +" New Features in Meeting:\n" +" * Share meeting with other calendar clients like sunbird\n" +msgstr "" +"\n" +" Novas Funcións en Reunións:\n" +" * Reunións compartidas con outros clientes de calendario como " +"sunbird\n" + +#. module: crm_caldav +#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse +msgid "Synchronyze this calendar" +msgstr "Sincronizar este calendario" diff --git a/addons/crm_caldav/i18n/id.po b/addons/crm_caldav/i18n/id.po new file mode 100644 index 00000000000..c3865451303 --- /dev/null +++ b/addons/crm_caldav/i18n/id.po @@ -0,0 +1,49 @@ +# Indonesian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-07 18:22+0000\n" +"Last-Translator: ian syah \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: crm_caldav +#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse +msgid "Caldav Browse" +msgstr "" + +#. module: crm_caldav +#: model:ir.model,name:crm_caldav.model_crm_meeting +msgid "Meeting" +msgstr "Pertemuan" + +#. module: crm_caldav +#: model:ir.module.module,shortdesc:crm_caldav.module_meta_information +msgid "Extended Module to Add CalDav feature on Meeting" +msgstr "Module Tambahan untuk Menambah fitur CalDav pada Pertemuan" + +#. module: crm_caldav +#: model:ir.module.module,description:crm_caldav.module_meta_information +msgid "" +"\n" +" New Features in Meeting:\n" +" * Share meeting with other calendar clients like sunbird\n" +msgstr "" +"\n" +" Fitur Baru di Pertemuan:\n" +" *Berbagi pertemuan dengan kalender klien yang lain seperti sunbird\n" + +#. module: crm_caldav +#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse +msgid "Synchronyze this calendar" +msgstr "Sinkronisasi kalender ini" diff --git a/addons/decimal_precision/i18n/gl.po b/addons/decimal_precision/i18n/gl.po new file mode 100644 index 00000000000..489b23de352 --- /dev/null +++ b/addons/decimal_precision/i18n/gl.po @@ -0,0 +1,70 @@ +# Galician translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-07 21:57+0000\n" +"Last-Translator: Amós Oviedo \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: decimal_precision +#: field:decimal.precision,digits:0 +msgid "Digits" +msgstr "Díxitos" + +#. module: decimal_precision +#: view:decimal.precision:0 +msgid "Decimal Precision" +msgstr "Precisión Dixital" + +#. module: decimal_precision +#: model:ir.actions.act_window,name:decimal_precision.action_decimal_precision_form +#: model:ir.ui.menu,name:decimal_precision.menu_decimal_precision_form +msgid "Decimal Accuracy Definitions" +msgstr "Axustes de Precisión Decimal" + +#. module: decimal_precision +#: model:ir.module.module,description:decimal_precision.module_meta_information +msgid "" +"\n" +"This module allows to configure the price accuracy you need for different " +"kind\n" +"of usage: accounting, sales, purchases, ...\n" +"\n" +"The decimal precision is configured per company.\n" +msgstr "" +"\n" +"Este módulo permite configurar a exactitude dos prezos que precisa para os " +"distintos tipos de uso: a contabilidade, vendas, compras, ...\n" +"\n" +"A precisión decimal está configurado por empresa.\n" + +#. module: decimal_precision +#: field:decimal.precision,name:0 +msgid "Usage" +msgstr "Uso" + +#. module: decimal_precision +#: sql_constraint:decimal.precision:0 +msgid "Only one value can be defined for each given usage!" +msgstr "¡Só un valor pode ser definido para cada uso dado!" + +#. module: decimal_precision +#: model:ir.module.module,shortdesc:decimal_precision.module_meta_information +msgid "Decimal Precision Configuration" +msgstr "Configuración de Precisión Decimal" + +#. module: decimal_precision +#: model:ir.model,name:decimal_precision.model_decimal_precision +msgid "decimal.precision" +msgstr "decimal.precision" diff --git a/addons/decimal_precision/i18n/id.po b/addons/decimal_precision/i18n/id.po new file mode 100644 index 00000000000..e25cb330725 --- /dev/null +++ b/addons/decimal_precision/i18n/id.po @@ -0,0 +1,72 @@ +# Indonesian translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-07 18:28+0000\n" +"Last-Translator: ian syah \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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: decimal_precision +#: field:decimal.precision,digits:0 +msgid "Digits" +msgstr "Digit" + +#. module: decimal_precision +#: view:decimal.precision:0 +msgid "Decimal Precision" +msgstr "Tingkat Ketelitian Desimal" + +#. module: decimal_precision +#: model:ir.actions.act_window,name:decimal_precision.action_decimal_precision_form +#: model:ir.ui.menu,name:decimal_precision.menu_decimal_precision_form +msgid "Decimal Accuracy Definitions" +msgstr "Definisi Keakurasian Desimal" + +#. module: decimal_precision +#: model:ir.module.module,description:decimal_precision.module_meta_information +msgid "" +"\n" +"This module allows to configure the price accuracy you need for different " +"kind\n" +"of usage: accounting, sales, purchases, ...\n" +"\n" +"The decimal precision is configured per company.\n" +msgstr "" +"\n" +"Modul ini mengizinkan pengaturan keakurasian yang anda butuhkan dalam jenis " +"penggunaan\n" +"yang berbeda: akuntansi, penjualan, pembelian, ...\n" +"\n" +"Tingkat ketelitian diatur per perusahaan.\n" + +#. module: decimal_precision +#: field:decimal.precision,name:0 +msgid "Usage" +msgstr "Penggunaan" + +#. module: decimal_precision +#: sql_constraint:decimal.precision:0 +msgid "Only one value can be defined for each given usage!" +msgstr "" +"Hanya satu nilai yang dapat ditetapkan untuk setiap manfaat diberikan!" + +#. module: decimal_precision +#: model:ir.module.module,shortdesc:decimal_precision.module_meta_information +msgid "Decimal Precision Configuration" +msgstr "Pengaturan Tingkat Ketelitian Desimal" + +#. module: decimal_precision +#: model:ir.model,name:decimal_precision.model_decimal_precision +msgid "decimal.precision" +msgstr "desimal.ketelitian" diff --git a/addons/purchase_double_validation/i18n/pt_BR.po b/addons/purchase_double_validation/i18n/pt_BR.po new file mode 100644 index 00000000000..cd68f4df3b8 --- /dev/null +++ b/addons/purchase_double_validation/i18n/pt_BR.po @@ -0,0 +1,83 @@ +# Brazilian Portuguese translation for openobject-addons +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:15+0000\n" +"PO-Revision-Date: 2011-02-08 00:17+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: 2011-02-08 05:59+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "Purchase Application Configuration" +msgstr "" + +#. module: purchase_double_validation +#: field:purchase.double.validation.installer,progress:0 +msgid "Configuration Progress" +msgstr "" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "Define minimum amount after which puchase is needed to be validated." +msgstr "" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "title" +msgstr "" + +#. module: purchase_double_validation +#: model:ir.module.module,shortdesc:purchase_double_validation.module_meta_information +msgid "purchase_double_validation" +msgstr "" + +#. module: purchase_double_validation +#: field:purchase.double.validation.installer,config_logo:0 +msgid "Image" +msgstr "" + +#. module: purchase_double_validation +#: model:ir.module.module,description:purchase_double_validation.module_meta_information +msgid "" +"\n" +"\tThis module modifies the purchase workflow in order to validate purchases " +"that exceeds minimum amount set by configuration wizard\n" +" " +msgstr "" + +#. module: purchase_double_validation +#: model:ir.actions.act_window,name:purchase_double_validation.action_config_purchase_limit_amount +#: view:purchase.double.validation.installer:0 +msgid "Configure Limit Amount for Purchase" +msgstr "" + +#. module: purchase_double_validation +#: view:purchase.double.validation.installer:0 +msgid "res_config_contents" +msgstr "" + +#. module: purchase_double_validation +#: help:purchase.double.validation.installer,limit_amount:0 +msgid "Maximum amount after which validation of purchase is required." +msgstr "" + +#. module: purchase_double_validation +#: model:ir.model,name:purchase_double_validation.model_purchase_double_validation_installer +msgid "purchase.double.validation.installer" +msgstr "" + +#. module: purchase_double_validation +#: field:purchase.double.validation.installer,limit_amount:0 +msgid "Maximum Purchase Amount" +msgstr "" diff --git a/bin/addons/base/i18n/nl_BE.po b/bin/addons/base/i18n/nl_BE.po index 6038df85cef..fe7f4564388 100644 --- a/bin/addons/base/i18n/nl_BE.po +++ b/bin/addons/base/i18n/nl_BE.po @@ -1,135 +1,171 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base +# Dutch (Belgium) translation for openobject-server +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the openobject-server package. +# FIRST AUTHOR , 2011. # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-12-09 16:01+0000\n" -"PO-Revision-Date: 2009-12-10 07:54+0000\n" -"Last-Translator: Mark van Deursen (Neobis) \n" -"Language-Team: \n" +"Project-Id-Version: openobject-server\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-01-11 11:14+0000\n" +"PO-Revision-Date: 2011-02-07 16:10+0000\n" +"Last-Translator: Niels Huylebroeck \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: 2009-11-17 05:06+0000\n" -"X-Generator: Launchpad (build Unknown)\n" +"X-Launchpad-Export-Date: 2011-02-08 05:58+0000\n" +"X-Generator: Launchpad (build 12177)\n" + +#. module: base +#: view:ir.filters:0 +#: field:ir.model.fields,domain:0 +#: field:ir.rule,domain:0 +#: field:ir.rule,domain_force:0 +#: field:res.partner.title,domain:0 +msgid "Domain" +msgstr "Domeinnaam" #. module: base #: model:res.country,name:base.sh msgid "Saint Helena" -msgstr "Saint Helena" +msgstr "Sint-Helena" #. module: base -#: wizard_view:res.partner.sms_send,init:0 -msgid "SMS - Gateway: clickatell" -msgstr "SMS - Service : clickatell" +#: view:ir.actions.report.xml:0 +msgid "Other Configuration" +msgstr "Andere configuratie" #. module: base -#: view:res.lang:0 -msgid "%j - Day of the year as a decimal number [001,366]." -msgstr "%j - Dag van het jaar als een decimaal getal [001,366]." +#: selection:ir.property,type:0 +msgid "DateTime" +msgstr "DatumTijd" #. module: base +#: code:addons/fields.py:534 +#, python-format +msgid "" +"The second argument of the many2many field %s must be a SQL table !You used " +"%s, which is not a valid SQL table name." +msgstr "" +"Het tweede argument van het many2many veld %s moet een SQL tabel zijn ! U " +"gebruikte %s, wat geen geldige SQL tabelnaam is." + +#. module: base +#: view:ir.values:0 #: field:ir.values,meta_unpickle:0 msgid "Metadata" -msgstr "Metadata" +msgstr "Metagegevens" #. module: base #: field:ir.ui.view,arch:0 #: field:ir.ui.view.custom,arch:0 msgid "View Architecture" -msgstr "Hiërargie Bekijken" +msgstr "Opbouw weergave" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "You can not create this kind of document! (%s)" -msgstr "U kan dit soort documenten niet creëren! (%s)" - -#. module: base -#: wizard_field:module.lang.import,init,code:0 +#: field:base.language.import,code:0 msgid "Code (eg:en__US)" msgstr "Code (bijv: nl_BE)" #. module: base #: view:workflow:0 +#: view:workflow.activity:0 #: field:workflow.activity,wkf_id:0 #: field:workflow.instance,wkf_id:0 +#: field:workflow.transition,wkf_id:0 +#: field:workflow.workitem,wkf_id:0 msgid "Workflow" -msgstr "" +msgstr "Werkschema" #. module: base -#: selection:module.lang.install,init,lang:0 +#: view:partner.sms.send:0 +msgid "SMS - Gateway: clickatell" +msgstr "SMS - Service : clickatell" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Hungarian / Magyar" -msgstr "Hungarian / Magyar" +msgstr "Hongaars / Magyar" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Not Searchable" +msgstr "Niet zoekbaar" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (VE) / Español (VE)" +msgstr "Spaans (VE) / Spanje (VE)" #. module: base #: field:ir.actions.server,wkf_model_id:0 msgid "Workflow On" -msgstr "" +msgstr "Werkschema op" + +#. module: base +#: field:ir.actions.act_window,display_menu_tip:0 +msgid "Display Menu Tips" +msgstr "Toon menu tips" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "Aangemaakte Weergaves" +msgstr "Aangemaakte weergaves" #. module: base -#: view:workflow.activity:0 -msgid "Outgoing transitions" -msgstr "Uitgaande mutaties" - -#. module: base -#: selection:ir.report.custom,frequency:0 -msgid "Yearly" -msgstr "Jaarlijks" - -#. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/base/ir/ir_model.py:485 #, python-format -msgid "The unlink method is not implemented on this object !" -msgstr "De unlink methode is niet in dit object geïmplenteerd !" +msgid "" +"You can not write in this document (%s) ! Be sure your user belongs to one " +"of these groups: %s." +msgstr "" +"U kunt niet schrijven in dit document (%s) ! Controleer of uw gebruiker " +"behoort bij één van deze groepen: %s." + +#. module: base +#: help:ir.model.fields,domain:0 +msgid "" +"The optional domain to restrict possible values for relationship fields, " +"specified as a Python expression defining a list of triplets. For example: " +"[('color','=','red')]" +msgstr "" +"Het optionele domein om mogelijke waardes voor relatievelden te beperken, in " +"de vorm van een Python uitdrukking bestaande uit een lijst van triplets. " +"Bijvoorbeeld: [('color','=','red')]" + +#. module: base +#: field:res.partner,ref:0 +msgid "Reference" +msgstr "Referentie" #. module: base #: field:ir.actions.act_window,target:0 msgid "Target Window" -msgstr "Doelvenster" +msgstr "Doel (Venster)" #. module: base -#: model:ir.actions.todo,note:base.config_wizard_simple_view +#: code:addons/base/res/res_user.py:507 +#, python-format +msgid "Warning!" +msgstr "Waarschuwing!" + +#. module: base +#: code:addons/base/ir/ir_model.py:304 +#, python-format msgid "" -"Choose between the \"Simplified Interface\" or the extended one.\n" -"If you are testing or using OpenERP for the first time, we suggest you to " -"use\n" -"the simplified interface, which has less options and fields but is easier " -"to\n" -"understand. You will be able to switch to the extended view later.\n" -" " +"Properties of base fields cannot be altered in this manner! Please modify " +"them through Python code, preferably through a custom addon!" msgstr "" -"Kies tussen de \"Eenvoudige Interface\" of de \"Uitgebreide Interface\".\n" -"Indien u Open ERP wil testen of voor de eerste keer gebruikt, raden\n" -"wij aan om de eenvoudige interface te kiezen met minder opties en velden\n" -"maar makkelijker om te begrijpen. U kan later wisselen naar de uitgebreide\n" -"interface.\n" -" " +"Eigenschappen van basisvelden kunnen niet op deze manier gewijzigd worden! " +"Wijzigt u deze door middel van Python-code, bij voorkeur in een eigen addon-" +"module." #. module: base -#: field:ir.rule,operand:0 -msgid "Operand" -msgstr "Invoerwaarde" - -#. module: base -#: model:res.country,name:base.kr -msgid "South Korea" -msgstr "Zuid-Korea" - -#. module: base -#: model:ir.actions.act_window,name:base.action_workflow_transition_form -#: model:ir.ui.menu,name:base.menu_workflow_transition -#: view:workflow.activity:0 -msgid "Transitions" -msgstr "Mutaties" +#: code:addons/osv.py:133 +#, python-format +msgid "Constraint Error" +msgstr "Voorwaarde Fout" #. module: base #: model:ir.model,name:base.model_ir_ui_view_custom @@ -139,28 +175,35 @@ msgstr "ir.ui.view.custom" #. module: base #: model:res.country,name:base.sz msgid "Swaziland" -msgstr "Swaziland" +msgstr "Swasiland" #. module: base -#: model:ir.model,name:base.model_ir_actions_report_custom -#: selection:ir.ui.menu,action:0 -msgid "ir.actions.report.custom" -msgstr "ir.actions.report.custom" +#: code:addons/orm.py:1993 +#: code:addons/orm.py:3653 +#, python-format +msgid "created." +msgstr "gemaakt." #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CANCEL" -msgstr "STOCK_CANCEL" +#: model:res.partner.category,name:base.res_partner_category_woodsuppliers0 +msgid "Wood Suppliers" +msgstr "Houtleveranciers" #. module: base -#: field:ir.report.custom,sortby:0 -msgid "Sorted By" -msgstr "Gesorteerd op" +#: code:addons/base/module/module.py:303 +#, python-format +msgid "" +"Some installed modules depend on the module you plan to Uninstall :\n" +" %s" +msgstr "" +"Sommige geïnstalleerde modules zijn afhankelijk van de module die u wilt " +"verwijderen: \n" +" %s" #. module: base #: field:ir.sequence,number_increment:0 msgid "Increment Number" -msgstr "" +msgstr "Stapgrootte" #. module: base #: model:ir.actions.act_window,name:base.action_res_company_tree @@ -169,92 +212,83 @@ msgid "Company's Structure" msgstr "Bedrijfsstructuur" #. module: base -#: model:ir.model,name:base.model_ir_report_custom_fields -msgid "ir.report.custom.fields" -msgstr "ir.report.custom.fields" +#: selection:base.language.install,lang:0 +msgid "Inuktitut / ᐃᓄᒃᑎᑐᑦ" +msgstr "" #. module: base -#: code:addons/addons/base/module/wizard/wizard_export_lang.py:0 +#: view:res.partner:0 +msgid "Search Partner" +msgstr "Zoek relatie" + +#. module: base +#: code:addons/base/res/res_user.py:132 +#, python-format +msgid "\"smtp_server\" needs to be set to send mails to users" +msgstr "" +"\"smtp_server\" moet ingevuld zijn om mails te versturen naar gebruikers" + +#. module: base +#: code:addons/base/module/wizard/base_export_language.py:60 #, python-format msgid "new" -msgstr "nieuw" +msgstr "nieuwe" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_TOP" -msgstr "STOCK_GOTO_TOP" - -#. module: base -#: field:ir.actions.report.custom,multi:0 #: field:ir.actions.report.xml,multi:0 msgid "On multiple doc." -msgstr "" +msgstr "Op meerdere doc." #. module: base #: field:ir.module.category,module_nr:0 msgid "Number of Modules" msgstr "Aantal modules" +#. module: base +#: help:multi_company.default,company_dest_id:0 +msgid "Company to store the current record" +msgstr "Bedrijf om het huidige record op te slaan" + #. module: base #: field:res.partner.bank.type.field,size:0 msgid "Max. Size" -msgstr "" +msgstr "Max. lengte" #. module: base #: field:res.partner.address,name:0 msgid "Contact Name" -msgstr "Naam contactpersoon" +msgstr "Contactnaam" #. module: base -#: code:addons/addons/base/module/wizard/wizard_export_lang.py:0 +#: code:addons/base/module/wizard/base_export_language.py:56 #, python-format msgid "" "Save this document to a %s file and edit it with a specific software or a " "text editor. The file encoding is UTF-8." msgstr "" +"Sla dit document op als een %s bestand en bewerk het met daarvoor bedoelde " +"software of een tekstverwerker. Het bestand is UTF-8 gecodeerd." #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DELETE" -msgstr "STOCK_DELETE" - -#. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "Password mismatch !" -msgstr "Wachtwoord onjuist !" - -#. module: base -#: code:addons/addons/base/module/module.py:0 -#, python-format -msgid "This url '%s' must provide an html file with links to zip modules" +#: sql_constraint:res.lang:0 +msgid "The name of the language must be unique !" msgstr "" -"Deze url: '%s' moet een html bestand bevatten met links naar zip modules." #. module: base #: selection:res.request,state:0 msgid "active" -msgstr "actief" +msgstr "" #. module: base #: field:ir.actions.wizard,wiz_name:0 msgid "Wizard Name" -msgstr "Naam Assistent" +msgstr "" #. module: base -#: view:res.lang:0 -msgid "%y - Year without century as a decimal number [00,99]." -msgstr "%y - Jaartal zonder eeuw als decimaal getal [00,99]." - -#. module: base -#: selection:maintenance.contract.wizard,state:0 -msgid "Validated" -msgstr "Gevalideerd" - -#. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Get Max" -msgstr "Haal Max. op" +#: code:addons/orm.py:2160 +#, python-format +msgid "Invalid group_by" +msgstr "" #. module: base #: field:res.partner,credit_limit:0 @@ -264,106 +298,102 @@ msgstr "" #. module: base #: field:ir.model.data,date_update:0 msgid "Update Date" -msgstr "Update Datum" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Owner" +msgstr "" #. module: base #: field:ir.actions.act_window,src_model:0 msgid "Source Object" -msgstr "Bron Object" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.act_ir_actions_todo_form #: view:ir.actions.todo:0 -#: model:ir.ui.menu,name:base.menu_ir_actions_todo_form msgid "Config Wizard Steps" -msgstr "Configuratie Wizard Stappen" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_ui_view_sc msgid "ir.ui.view_sc" -msgstr "ir.ui.view_sc" +msgstr "" #. module: base +#: field:res.widget.user,widget_id:0 +#: field:res.widget.wizard,widgets_list:0 +msgid "Widget" +msgstr "" + +#. module: base +#: view:ir.model.access:0 #: field:ir.model.access,group_id:0 -#: field:ir.rule,rule_group:0 +#: view:res.config.users:0 msgid "Group" -msgstr "Groep" - -#. module: base -#: view:wizard.module.lang.export:0 -msgid "To browse official translations, you can visit this link: " -msgstr "Om de officiele vertalingen te bekijken kun je deze link bezoeken: " +msgstr "" #. module: base #: field:ir.exports.line,name:0 #: field:ir.translation,name:0 #: field:res.partner.bank.type.field,name:0 msgid "Field Name" -msgstr "Veldnaam" - -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree_uninstall -#: model:ir.ui.menu,name:base.menu_module_tree_uninstall -msgid "Uninstalled modules" -msgstr "Ongeïnstalleerde modules" +msgstr "" #. module: base #: wizard_view:server.action.create,init:0 #: wizard_field:server.action.create,init,type:0 msgid "Select Action Type" -msgstr "Selecteer actie type" - -#. module: base -#: selection:ir.actions.todo,type:0 -msgid "Configure" -msgstr "Configureren" +msgstr "" #. module: base #: model:res.country,name:base.tv msgid "Tuvalu" -msgstr "Tuvalu" +msgstr "" #. module: base #: selection:ir.model,state:0 -#: selection:ir.model.grid,state:0 msgid "Custom Object" -msgstr "Aangepast Object" +msgstr "" #. module: base #: field:res.lang,date_format:0 msgid "Date Format" -msgstr "Datum Format" +msgstr "" #. module: base #: field:res.bank,email:0 #: field:res.partner.address,email:0 msgid "E-Mail" -msgstr "E-mail" +msgstr "" #. module: base #: model:res.country,name:base.an msgid "Netherlands Antilles" -msgstr "Nederlandse Antillen" +msgstr "" #. module: base -#: code:addons/addons/base/res/res_user.py:0 +#: code:addons/base/res/res_user.py:389 #, python-format msgid "" "You can not remove the admin user as it is used internally for resources " "created by OpenERP (updates, module installation, ...)" msgstr "" -"U kunt gebruiker 'admin' niet verwijderen. Deze wordt gebruikt om interne " -"handelingen zoals updates, module installaties, enz. uit te voeren." #. module: base #: model:res.country,name:base.gf msgid "French Guyana" -msgstr "Frans Guinea" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 +msgid "Greek / Ελληνικά" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Bosnian / bosanski jezik" -msgstr "Bosnië" +msgstr "" #. module: base #: help:ir.actions.report.xml,attachment_use:0 @@ -371,56 +401,46 @@ msgid "" "If you check this, then the second time the user prints with same attachment " "name, it returns the previous report." msgstr "" -"Als u dit aanvinkt, dan wordt de tweede keer dat de gebruiker het rapport " -"met dezelfde bijlagenaam het vorige rapport gebruikt." #. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:904 #, python-format msgid "The read method is not implemented on this object !" -msgstr "De read methode is niet in dit object geïmplementeerd !" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_REWIND" -msgstr "STOCK_MEDIA_REWIND" +#: help:res.lang,iso_code:0 +msgid "This ISO code is the name of po files to use for translations" +msgstr "" + +#. module: base +#: view:base.module.upgrade:0 +msgid "Your system will be updated." +msgstr "" #. module: base #: field:ir.actions.todo,note:0 +#: selection:ir.property,type:0 msgid "Text" -msgstr "Tekst" +msgstr "" #. module: base #: field:res.country,name:0 msgid "Country Name" -msgstr "Land" +msgstr "" #. module: base #: model:res.country,name:base.co msgid "Colombia" -msgstr "Colombia" +msgstr "" #. module: base #: view:ir.module.module:0 msgid "Schedule Upgrade" -msgstr "Upgrade Plannen" - -#. module: base -#: code:addons/service/web_services.py:0 -#, python-format -msgid "" -"''\n" -"\n" -"OpenERP is an ERP+CRM program for small and medium businesses.\n" -"\n" -"The whole source code is distributed under the terms of the\n" -"GNU Public Licence.\n" -"\n" -"(c) 2003-TODAY, Fabien Pinckaers - Tiny sprl''" msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:838 #, python-format msgid "Key/value '%s' not found in selection field '%s'" msgstr "" @@ -431,62 +451,71 @@ msgid "" "The ISO country code in two chars.\n" "You can use this field for quick search." msgstr "" -"De ISO landcode in 2 tekens.\n" -"U kunt dit veld gebruiken voor snel zoeken." #. module: base #: model:res.country,name:base.pw msgid "Palau" -msgstr "Palau" +msgstr "" #. module: base #: view:res.partner:0 msgid "Sales & Purchases" -msgstr "Verkopen & Inkopen" +msgstr "" #. module: base -#: view:ir.actions.wizard:0 -#: field:wizard.ir.model.menu.create.line,wizard_id:0 -msgid "Wizard" -msgstr "Assistent" +#: view:ir.translation:0 +msgid "Untranslated" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CUT" -msgstr "STOCK_CUT" +#: help:ir.actions.act_window,context:0 +msgid "" +"Context dictionary as Python expression, empty by default (Default: {})" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.ir_action_wizard #: view:ir.actions.wizard:0 #: model:ir.ui.menu,name:base.menu_ir_action_wizard msgid "Wizards" -msgstr "Assistenten" +msgstr "" #. module: base -#: selection:res.config.view,view:0 -msgid "Extended Interface" -msgstr "Uitgebreide Interface" +#: model:res.partner.category,name:base.res_partner_category_miscellaneoussuppliers0 +msgid "Miscellaneous Suppliers" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 +#: code:addons/base/ir/ir_model.py:255 #, python-format msgid "Custom fields must have a name that starts with 'x_' !" -msgstr "Aangepaste velden moet een naam hebben die beginnen met 'x_'!" +msgstr "" #. module: base #: help:ir.actions.server,action_id:0 msgid "Select the Action Window, Report, Wizard to be executed." -msgstr "Kies het Actievenster, Rapport of Assistent die u wilt uitvoeren" +msgstr "" #. module: base -#: view:wizard.module.lang.export:0 +#: view:res.config.users:0 +msgid "New User" +msgstr "" + +#. module: base +#: view:base.language.export:0 msgid "Export done" -msgstr "Export voltooid" +msgstr "" #. module: base #: view:ir.model:0 msgid "Model Description" -msgstr "Model Omschrijving" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,src_model:0 +msgid "" +"Optional model name of the objects on which this action should be visible" +msgstr "" #. module: base #: field:workflow.transition,trigger_expr_id:0 @@ -496,63 +525,76 @@ msgstr "" #. module: base #: model:res.country,name:base.jo msgid "Jordan" -msgstr "Jordanië" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "You can not remove the model '%s' !" -msgstr "Het kunt het model '%s' niet verwijderen!" +#: view:ir.module.module:0 +msgid "Certified" +msgstr "" #. module: base #: model:res.country,name:base.er msgid "Eritrea" -msgstr "Eritrea" +msgstr "" #. module: base -#: view:res.config.view:0 -msgid "Configure simple view" -msgstr "Eenvoudige weergave configureren" +#: view:res.config:0 +#: view:res.config.installer:0 +msgid "description" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Bulgarian / български" +#: model:ir.ui.menu,name:base.menu_base_action_rule +msgid "Automated Actions" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_actions msgid "ir.actions.actions" -msgstr "ir.actions.actions" +msgstr "" #. module: base -#: selection:ir.report.custom,type:0 -msgid "Bar Chart" -msgstr "Staafgrafiek" +#: view:partner.wizard.ean.check:0 +msgid "Want to check Ean ? " +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIALOG_ERROR" -msgstr "STOCK_DIALOG_ERROR" +#: field:ir.values,key2:0 +msgid "Event Type" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDEX" -msgstr "STOCK_INDEX" +#: view:base.language.export:0 +msgid "" +"OpenERP translations (core, modules, clients) are managed through " +"Launchpad.net, our open source project management facility. We use their " +"online interface to synchronize all translations efforts." +msgstr "" + +#. module: base +#: field:res.partner,title:0 +msgid "Partner Form" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Swedish / svenska" +msgstr "" #. module: base #: model:res.country,name:base.rs msgid "Serbia" -msgstr "Servië" +msgstr "" #. module: base #: selection:ir.translation,type:0 msgid "Wizard View" -msgstr "Assistent Weergave" +msgstr "" #. module: base #: model:res.country,name:base.kh msgid "Cambodia, Kingdom of" -msgstr "Cambodja" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.ir_sequence_form @@ -560,167 +602,230 @@ msgstr "Cambodja" #: model:ir.ui.menu,name:base.menu_ir_sequence_form #: model:ir.ui.menu,name:base.next_id_5 msgid "Sequences" -msgstr "Volgorden" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIALOG_QUESTION" -msgstr "STOCK_DIALOG_QUESTION" +#: model:ir.model,name:base.model_base_language_import +msgid "Language Import" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_config_users +msgid "res.config.users" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Albanian / Shqip" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_crm_config_opportunity +msgid "Opportunities" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_base_language_export +msgid "base.language.export" +msgstr "" #. module: base #: model:res.country,name:base.pg msgid "Papua New Guinea" -msgstr "Papua Nieuw Guinea" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,report_type:0 +msgid "Report Type, e.g. pdf, html, raw, sxw, odt, html2html, mako2html, ..." +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_4 msgid "Basic Partner" -msgstr "Basis Relatie" +msgstr "" #. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "," -msgstr "," +msgstr "" + +#. module: base +#: view:res.partner:0 +msgid "My Partners" +msgstr "" + +#. module: base +#: view:ir.actions.report.xml:0 +msgid "XML Report" +msgstr "" #. module: base #: model:res.country,name:base.es msgid "Spain" -msgstr "Spanje" +msgstr "" #. module: base -#: wizard_view:module.upgrade,end:0 -#: wizard_view:module.upgrade,start:0 -msgid "You may have to reinstall some language pack." -msgstr "Het kan nodig zijn om sommige vertalingen te her-installeren." +#: model:ir.ui.menu,name:base.menu_translation_export +msgid "Import / Export" +msgstr "" #. module: base +#: help:ir.actions.act_window,domain:0 +msgid "" +"Optional domain filtering of the destination data, as a Python expression" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_view_base_module_upgrade +#: model:ir.model,name:base.model_base_module_upgrade +msgid "Module Upgrade" +msgstr "" + +#. module: base +#: view:res.config.users:0 +msgid "" +"Groups are used to define access rights on objects and the visibility of " +"screens and menus" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (UY) / Español (UY)" +msgstr "" + +#. module: base +#: field:res.partner,mobile:0 #: field:res.partner.address,mobile:0 msgid "Mobile" -msgstr "Mobiel" +msgstr "" #. module: base #: model:res.country,name:base.om msgid "Oman" -msgstr "Oman" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm msgid "Payment term" -msgstr "Betalingstermijn" +msgstr "" #. module: base #: model:res.country,name:base.nu msgid "Niue" -msgstr "Niue" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Work Days" -msgstr "Werkdagen" +msgstr "" #. module: base -#: help:ir.values,action_id:0 -msgid "This field is not used, it only helps you to select the right action." +#: selection:ir.module.module,license:0 +msgid "Other OSI Approved Licence" +msgstr "" + +#. module: base +#: help:res.config.users,context_lang:0 +#: help:res.users,context_lang:0 +msgid "" +"Sets the language for the user's user interface, when UI translations are " +"available" +msgstr "" + +#. module: base +#: code:addons/orm.py:1043 +#, python-format +msgid "The unlink method is not implemented on this object !" msgstr "" -"Dit veld wordt niet gebruikt, het helpt u alleen de juiste actie te kiezen." #. module: base #: model:ir.actions.act_window,name:base.act_menu_create #: view:wizard.ir.model.menu.create:0 msgid "Create Menu" -msgstr "Menu Aanmaken" +msgstr "" #. module: base #: model:res.country,name:base.in msgid "India" -msgstr "India" +msgstr "" #. module: base -#: model:ir.model,name:base.model_maintenance_contract_module -msgid "maintenance contract modules" -msgstr "onderhoudscontract modules" +#: model:ir.actions.act_window,name:base.res_request_link-act +#: model:ir.ui.menu,name:base.menu_res_request_link_act +msgid "Request Reference Types" +msgstr "" #. module: base #: view:ir.values:0 msgid "client_action_multi, client_action_relate" -msgstr "client_action_multi, client_action_relate" +msgstr "" #. module: base #: model:res.country,name:base.ad msgid "Andorra, Principality of" -msgstr "Andorra" +msgstr "" #. module: base #: field:ir.module.category,child_ids:0 #: field:res.partner.category,child_ids:0 msgid "Child Categories" -msgstr "Onderliggende categorieën" +msgstr "" #. module: base -#: selection:wizard.module.lang.export,format:0 +#: model:ir.model,name:base.model_ir_config_parameter +msgid "ir.config_parameter" +msgstr "" + +#. module: base +#: selection:base.language.export,format:0 msgid "TGZ Archive" -msgstr "TGZ archiefbestand" - -#. module: base -#: field:res.partner.som,factor:0 -msgid "Factor" -msgstr "Factor" +msgstr "" #. module: base #: view:res.lang:0 msgid "%B - Full month name." -msgstr "%B - Volledige naam van de maand." +msgstr "" #. module: base -#: field:ir.actions.report.xml,report_type:0 -#: field:ir.actions.todo,type:0 +#: view:ir.attachment:0 +#: field:ir.attachment,type:0 +#: field:ir.model,state:0 +#: field:ir.model.fields,state:0 +#: field:ir.property,type:0 #: field:ir.server.object.lines,type:0 #: field:ir.translation,type:0 +#: view:ir.ui.view:0 +#: view:ir.values:0 #: field:ir.values,key:0 #: view:res.partner:0 +#: view:res.partner.address:0 msgid "Type" -msgstr "Soort" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FILE" -msgstr "STOCK_FILE" - -#. module: base -#: field:ir.report.custom.fields,field_child2:0 -msgid "Field child2" +#: code:addons/orm.py:210 +#, python-format +msgid "" +"Language with code \"%s\" is not defined in your system !\n" +"Define it through the Administration menu." msgstr "" #. module: base #: model:res.country,name:base.gu msgid "Guam (USA)" -msgstr "Guam (VS)" +msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_model_grid -msgid "Objects Security Grid" -msgstr "Object Veiligheidspatroon" +#: model:ir.ui.menu,name:base.menu_hr_project +msgid "Human Resources Dashboard" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GO_DOWN" -msgstr "STOCK_GO_DOWN" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_OK" -msgstr "STOCK_OK" - -#. module: base -#: field:ir.actions.act_window.view,act_window_id:0 -#: view:ir.actions.actions:0 -#: field:ir.actions.todo,action_id:0 -#: field:ir.ui.menu,action:0 -#: field:ir.values,action_id:0 -#: selection:ir.values,key:0 -msgid "Action" -msgstr "Actie" +#: code:addons/base/res/res_user.py:507 +#, python-format +msgid "Setting empty passwords is not allowed for security reasons!" +msgstr "" #. module: base #: selection:ir.actions.server,state:0 @@ -731,63 +836,89 @@ msgstr "" #. module: base #: constraint:ir.ui.view:0 msgid "Invalid XML for View Architecture!" -msgstr "Ongeldige XML voor weergave opbouw" +msgstr "" #. module: base #: model:res.country,name:base.ky msgid "Cayman Islands" -msgstr "Kaaimaneilanden" +msgstr "" #. module: base -#: code:addons/report/custom.py:0 +#: model:res.country,name:base.kr +msgid "South Korea" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_workflow_transition_form +#: model:ir.ui.menu,name:base.menu_workflow_transition +#: view:workflow.activity:0 +msgid "Transitions" +msgstr "" + +#. module: base +#: code:addons/orm.py:4020 #, python-format -msgid "" -"The sum of the data (2nd field) is null.\n" -"We can't draw a pie chart !" -msgstr "" -"De som van de gegevens (2de veld) is nul.\n" -"Het is onmogelijk om een taart-diagram te tekenen." - -#. module: base -#: field:ir.sequence,name:0 -#: field:ir.sequence.type,name:0 -msgid "Sequence Name" +msgid "Record #%d of %s not found, cannot copy!" msgstr "" #. module: base -#: model:res.country,name:base.td -msgid "Chad" -msgstr "Tsjaad" +#: field:ir.module.module,contributors:0 +msgid "Contributors" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:ir.property,type:0 +msgid "Char" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_publisher_warranty_contract_form +#: model:ir.ui.menu,name:base.menu_publisher_warranty_contract +msgid "Contracts" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Spanish (AR) / Español (AR)" msgstr "" #. module: base #: model:res.country,name:base.ug msgid "Uganda" -msgstr "Oeganda" +msgstr "" + +#. module: base +#: field:ir.model.access,perm_unlink:0 +msgid "Delete Access" +msgstr "" #. module: base #: model:res.country,name:base.ne msgid "Niger" -msgstr "Niger" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Chinese (HK)" +msgstr "" #. module: base #: model:res.country,name:base.ba msgid "Bosnia-Herzegovina" -msgstr "Bosnië-Herzegovina" +msgstr "" #. module: base -#: field:ir.report.custom.fields,alignment:0 -msgid "Alignment" -msgstr "Uitlijning" +#: view:base.language.export:0 +msgid "" +"To improve or expand the official translations, you should use directly " +"Lauchpad's web interface (Rosetta). If you need to perform mass translation, " +"Launchpad also allows uploading full .po files at once" +msgstr "" #. module: base -#: selection:ir.rule,operator:0 -msgid ">=" -msgstr ">=" +#: selection:base.language.install,lang:0 +msgid "Spanish (GT) / Español (GT)" +msgstr "" #. module: base #: view:res.lang:0 @@ -796,29 +927,11 @@ msgid "" "decimal number [00,53]. All days in a new year preceding the first Monday " "are considered to be in week 0." msgstr "" -"%W - Weeknummer van het jaar (Maandag als eerste dag van de week) als " -"decimaal nummer [00,53]. Alle dagen in het nieuwe jaar, voor de eerste " -"maandag vallen in week 0." - -#. module: base -#: field:res.partner.event,planned_cost:0 -msgid "Planned Cost" -msgstr "Geraamde Kosten" - -#. module: base -#: model:ir.model,name:base.model_ir_model_config -msgid "ir.model.config" -msgstr "ir.model.config" #. module: base #: field:ir.module.module,website:0 #: field:res.partner,website:0 msgid "Website" -msgstr "Website" - -#. module: base -#: view:ir.module.repository:0 -msgid "Repository" msgstr "" #. module: base @@ -829,55 +942,81 @@ msgstr "" #. module: base #: field:ir.actions.url,url:0 msgid "Action URL" -msgstr "Actie URL" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_JUSTIFY_FILL" -msgstr "STOCK_JUSTIFY_FILL" +#: field:base.module.import,module_name:0 +msgid "Module Name" +msgstr "" #. module: base #: model:res.country,name:base.mh msgid "Marshall Islands" -msgstr "Marshalleilanden" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:328 +#, python-format +msgid "Changing the model of a field is forbidden!" +msgstr "" #. module: base #: model:res.country,name:base.ht msgid "Haiti" -msgstr "Haïti" - -#. module: base -#: selection:ir.translation,type:0 -msgid "RML" -msgstr "RML" - -#. module: base -#: model:ir.actions.act_window,name:base.action_partner_category -#: model:ir.ui.menu,name:base.menu_partner_category_main -msgid "Partners by Categories" -msgstr "Relaties per Categorie" - -#. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Pie charts need exactly two fields" msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Id is not the same than existing one: %s" +#: view:ir.ui.view:0 +#: selection:ir.ui.view,type:0 +msgid "Search" msgstr "" #. module: base -#: help:wizard.module.lang.export,lang:0 +#: code:addons/osv.py:136 +#, python-format +msgid "" +"The operation cannot be completed, probably due to the following:\n" +"- deletion: you may be trying to delete a record while other records still " +"reference it\n" +"- creation/update: a mandatory field is not correctly set" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "" +"2. Group-specific rules are combined together with a logical AND operator" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:206 +#, python-format +msgid "Operation Canceled" +msgstr "" + +#. module: base +#: help:base.language.export,lang:0 msgid "To export a new language, do not select a language." msgstr "" +#. module: base +#: view:res.request:0 +msgid "Request Date" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_hr_dasboard +msgid "Dashboard" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_purchase_root +msgid "Purchases" +msgstr "" + #. module: base #: model:res.country,name:base.md msgid "Moldavia" -msgstr "Moldavië" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -885,46 +1024,33 @@ msgid "Features" msgstr "" #. module: base -#: field:ir.report.custom,frequency:0 -msgid "Frequency" -msgstr "" - -#. module: base -#: field:ir.report.custom.fields,fc0_op:0 -#: field:ir.report.custom.fields,fc1_op:0 -#: field:ir.report.custom.fields,fc2_op:0 -#: field:ir.report.custom.fields,fc3_op:0 -msgid "Relation" +#: view:ir.module.module:0 +#: report:ir.module.reference.graph:0 +msgid "Version" msgstr "" #. module: base +#: view:ir.model.access:0 #: field:ir.model.access,perm_read:0 +#: view:ir.rule:0 msgid "Read Access" msgstr "" #. module: base #: model:ir.model,name:base.model_ir_exports msgid "ir.exports" -msgstr "ir.exports" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MISSING_IMAGE" -msgstr "STOCK_MISSING_IMAGE" - -#. module: base -#: view:res.users:0 -msgid "Define New Users" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_REMOVE" -msgstr "STOCK_REMOVE" +#: code:addons/base/module/wizard/base_update_translations.py:38 +#, python-format +msgid "No language with code \"%s\" exists" +msgstr "" #. module: base -#: selection:ir.actions.report.xml,report_type:0 -msgid "raw" +#: code:addons/base/publisher_warranty/publisher_warranty.py:163 +#, python-format +msgid "Error during communication with the publisher warranty server." msgstr "" #. module: base @@ -936,19 +1062,33 @@ msgid "" msgstr "" #. module: base -#: field:res.roles,name:0 -msgid "Role Name" +#: view:res.lang:0 +msgid "%Y - Year with century." msgstr "" #. module: base -#: field:res.partner,user_id:0 -msgid "Dedicated Salesman" -msgstr "" - -#. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "-" -msgstr "‎-" +msgstr "" + +#. module: base +#: view:publisher_warranty.contract.wizard:0 +msgid "" +"This wizard helps you register a publisher warranty contract in your OpenERP " +"system. After the contract has been registered, you will be able to send " +"issues directly to OpenERP." +msgstr "" + +#. module: base +#: code:addons/orm.py:1744 +#, python-format +msgid "The search method is not implemented on this object !" +msgstr "" + +#. module: base +#: view:wizard.ir.model.menu.create:0 +msgid "Create _Menu" +msgstr "" #. module: base #: field:res.payterm,name:0 @@ -960,87 +1100,122 @@ msgstr "" #: view:res.bank:0 #: field:res.partner.bank,bank:0 msgid "Bank" -msgstr "Bank" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_exports_line msgid "ir.exports.line" -msgstr "ir.exports.line" +msgstr "" #. module: base +#: help:base.language.install,overwrite:0 +msgid "" +"If you check this box, your customized translations will be overwritten and " +"replaced by the official ones." +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml:0 +msgid "Main report file path" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_action_report_xml #: field:ir.module.module,reports_by_module:0 +#: model:ir.ui.menu,name:base.menu_ir_action_report_xml msgid "Reports" -msgstr "Rapporten" +msgstr "" + +#. module: base +#: help:ir.actions.act_window.view,multi:0 +#: help:ir.actions.report.xml,multi:0 +msgid "" +"If set to true, the action will not be displayed on the right toolbar of a " +"form view." +msgstr "" #. module: base #: field:workflow,on_create:0 msgid "On Create" -msgstr "Bij Aanmaken" - -#. module: base -#: wizard_view:base.module.import,init:0 -msgid "Please give your module .ZIP file to import." msgstr "" #. module: base -#: wizard_field:res.partner.sms_send,init,user:0 +#: code:addons/base/ir/ir_model.py:607 +#, python-format +msgid "" +"'%s' contains too many dots. XML ids should not contain dots ! These are " +"used to refer to other modules data, as in module.reference_id" +msgstr "" + +#. module: base +#: field:partner.sms.send,user:0 +#: field:res.config.users,login:0 #: field:res.users,login:0 msgid "Login" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_sequence_type -msgid "ir.sequence.type" -msgstr "ir.sequence.type" - -#. module: base -#: view:maintenance.contract:0 -#: field:maintenance.contract,module_ids:0 -msgid "Covered Modules" +#: view:ir.actions.server:0 +msgid "" +"Access all the fields related to the current object using expressions, i.e. " +"object.partner_id.name " msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_COPY" -msgstr "STOCK_COPY" +#: model:ir.model,name:base.model_res_country_state +msgid "Country state" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "" -"Model %s Does not Exist !" +#: selection:ir.property,type:0 +msgid "Float" msgstr "" #. module: base #: model:ir.model,name:base.model_res_request_link msgid "res.request.link" -msgstr "res.request.link" - -#. module: base -#: wizard_button:module.module.update,init,update:0 -msgid "Check new modules" msgstr "" #. module: base -#: model:res.country,name:base.km -msgid "Comoros" +#: field:ir.actions.wizard,name:0 +msgid "Wizard Info" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_server_action -#: view:ir.actions.server:0 -#: model:ir.ui.menu,name:base.menu_server_action -msgid "Server Actions" +#: view:base.language.export:0 +#: model:ir.actions.act_window,name:base.action_wizard_lang_export +#: model:ir.ui.menu,name:base.menu_wizard_lang_export +msgid "Export Translation" +msgstr "" + +#. module: base +#: help:res.log,secondary:0 +msgid "" +"Do not display this log if it belongs to the same object the user is working " +"on" msgstr "" #. module: base #: model:res.country,name:base.tp msgid "East Timor" -msgstr "Oost-Timor" +msgstr "" #. module: base -#: view:ir.rule:0 -msgid "Simple domain setup" +#: model:res.company,follow_up_msg:base.main_company +msgid "" +"Date : %(date)s\n" +"\n" +"Dear %(partner_name)s,\n" +"\n" +"Please find in attachment a reminder of all your unpaid invoices, for a " +"total amount due of:\n" +"\n" +"%(followup_amount).2f %(company_currency)s\n" +"\n" +"Thanks,\n" +"--\n" +"%(user_signature)s\n" +"%(company_name)s" msgstr "" #. module: base @@ -1049,14 +1224,14 @@ msgid "Computational Accuracy" msgstr "" #. module: base -#: model:res.country,name:base.kg -msgid "Kyrgyz Republic (Kyrgyzstan)" +#: selection:base.language.install,lang:0 +msgid "Sinhalese / සිංහල" msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create_line msgid "wizard.ir.model.menu.create.line" -msgstr "wizard.ir.model.menu.create.line" +msgstr "" #. module: base #: field:ir.attachment,res_id:0 @@ -1066,34 +1241,12 @@ msgstr "" #. module: base #: view:ir.sequence:0 msgid "Day: %(day)s" -msgstr "Dag: %(day)s" - -#. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "You can not read this document! (%s)" msgstr "" -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND_AND_REPLACE" -msgstr "STOCK_FIND_AND_REPLACE" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Relation not found: %s on '%s'" -msgstr "" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-crm" -msgstr "terp-crm" - #. module: base #: model:res.country,name:base.mv msgid "Maldives" -msgstr "Malediven" +msgstr "" #. module: base #: help:ir.values,res_id:0 @@ -1103,46 +1256,49 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_ir_rule msgid "ir.rule" -msgstr "ir.rule" - -#. module: base -#: field:ir.report.custom.fields,width:0 -msgid "Fixed Width" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-calendar" -msgstr "terp-calendar" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_YES" -msgstr "STOCK_YES" - -#. module: base -#: model:ir.actions.act_window,name:base.ir_action_report_custom -#: model:ir.ui.menu,name:base.menu_ir_action_report_custom -msgid "Report Custom" +#: selection:ir.cron,interval_type:0 +msgid "Days" msgstr "" #. module: base -#: model:res.country,name:base.tm -msgid "Turkmenistan" -msgstr "Turkmenistan" +#: help:ir.actions.server,condition:0 +msgid "" +"Condition that is to be tested before action is executed, e.g. " +"object.list_price > object.cost_price" +msgstr "" + +#. module: base +#: code:addons/base/res/partner/partner.py:155 +#: code:addons/base/res/res_company.py:66 +#, python-format +msgid " (copy)" +msgstr "" #. module: base #: view:res.lang:0 msgid "7. %H:%M:%S ==> 18:25:20" -msgstr "7. %H:%M:%S ==> 18:25:20" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_form -#: model:ir.ui.menu,name:base.menu_base_partner -#: model:ir.ui.menu,name:base.menu_partner_form #: view:res.partner:0 +#: view:res.partner.category:0 +#: field:res.partner.category,partner_ids:0 msgid "Partners" -msgstr "Relaties" +msgstr "" + +#. module: base +#: field:res.partner.category,parent_left:0 +msgid "Left parent" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.res_widget_act_window +#: model:ir.ui.menu,name:base.menu_res_widget_act_window +msgid "Homepage Widgets" +msgstr "" #. module: base #: help:ir.actions.server,message:0 @@ -1156,6 +1312,11 @@ msgstr "" msgid "Attached Model" msgstr "" +#. module: base +#: view:ir.rule:0 +msgid "Domain Setup" +msgstr "" + #. module: base #: field:ir.actions.server,trigger_name:0 msgid "Trigger Name" @@ -1164,15 +1325,14 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_ir_model_access msgid "ir.model.access" -msgstr "ir.model.access" +msgstr "" #. module: base #: field:ir.cron,priority:0 -#: field:ir.ui.view,priority:0 #: field:res.request,priority:0 #: field:res.request.link,priority:0 msgid "Priority" -msgstr "Prioriteit" +msgstr "" #. module: base #: field:workflow.transition,act_from:0 @@ -1185,25 +1345,27 @@ msgid "Legend (for prefix, suffix)" msgstr "" #. module: base -#: view:res.request:0 -msgid "Reply" +#: selection:ir.server.object.lines,type:0 +msgid "Formula" msgstr "" #. module: base -#: code:addons/addons/base/res/res_user.py:0 +#: code:addons/base/res/res_user.py:389 #, python-format msgid "Can not remove root user!" msgstr "" -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_JUSTIFY_LEFT" -msgstr "STOCK_JUSTIFY_LEFT" - #. module: base #: model:res.country,name:base.mw msgid "Malawi" -msgstr "Malawi" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:51 +#: code:addons/base/res/res_user.py:413 +#, python-format +msgid "%s (copy)" +msgstr "" #. module: base #: field:res.partner.address,type:0 @@ -1211,19 +1373,14 @@ msgid "Address Type" msgstr "" #. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Auto" -msgstr "" - -#. module: base -#: view:res.request:0 -msgid "End of Request" +#: view:ir.ui.menu:0 +msgid "Full Path" msgstr "" #. module: base #: view:res.request:0 msgid "References" -msgstr "Referenties" +msgstr "" #. module: base #: view:res.lang:0 @@ -1232,84 +1389,110 @@ msgid "" "decimal number [00,53]. All days in a new year preceding the first Sunday " "are considered to be in week 0." msgstr "" -"%U - Weeknummer (Zondag als eerste dag van week) als een decimaal getal " -"[00,53]. Alle dagen in het nieuwe jaar, voor de eerste zondag, vallen in " -"week 0." #. module: base -#: wizard_view:module.lang.install,init:0 -msgid "Note that this operation may take a few minutes." -msgstr "Deze uitvoering kan enige minuten duren." +#: view:ir.ui.view:0 +msgid "Advanced" +msgstr "" + +#. module: base +#: model:res.country,name:base.fi +msgid "Finland" +msgstr "" #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 +#: view:ir.ui.view:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Tree" msgstr "" #. module: base -#: view:maintenance.contract.wizard:0 -msgid "Could you check your contract information ?" -msgstr "Kunt u de contractinformatie controleren ?" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CLEAR" -msgstr "STOCK_CLEAR" - -#. module: base -#: help:res.users,password:0 +#: help:res.config.users,password:0 msgid "" "Keep empty if you don't want the user to be able to connect on the system." msgstr "" #. module: base -#: field:ir.actions.act_window,view_mode:0 -#: field:res.config.view,view:0 -msgid "View Mode" -msgstr "Weergavemodus" +#: view:ir.actions.server:0 +msgid "Create / Write / Copy" +msgstr "" #. module: base -#: code:addons/osv/fields.py:0 +#: view:base.language.export:0 +msgid "https://help.launchpad.net/Translations" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,view_mode:0 +msgid "View Mode" +msgstr "" + +#. module: base +#: view:base.language.import:0 +msgid "" +"When using CSV format, please also check that the first line of your file is " +"one of the following:" +msgstr "" + +#. module: base +#: code:addons/fields.py:114 #, python-format msgid "Not implemented search_memory method !" msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: view:res.log:0 +msgid "Logs" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Spanish / Español" -msgstr "Spaans / Español" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Korean (KP) / 한국어 (KP)" +msgstr "" + +#. module: base +#: view:base.module.update:0 +msgid "" +"This wizard will scan all module repositories on the server side to detect " +"newly added modules as well as any change to existing modules." +msgstr "" #. module: base #: field:res.company,logo:0 msgid "Logo" -msgstr "Logo" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_PROPERTIES" -msgstr "STOCK_PROPERTIES" +#: view:res.partner.address:0 +msgid "Search Contact" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Uninstall (beta)" +msgstr "" #. module: base #: selection:ir.actions.act_window,target:0 #: selection:ir.actions.url,target:0 msgid "New Window" -msgstr "Nieuw venster" +msgstr "" #. module: base #: model:res.country,name:base.bs msgid "Bahamas" -msgstr "Bahama's" +msgstr "" #. module: base -#: selection:res.partner.event,partner_type:0 -msgid "Commercial Prospect" -msgstr "Commercieel Prospect" - -#. module: base -#: code:addons/addons/base/res/partner/partner.py:0 +#: code:addons/base/res/partner/partner.py:250 #, python-format msgid "" "Couldn't generate the next id because some partners have an alphabetic id !" @@ -1318,98 +1501,152 @@ msgstr "" #. module: base #: view:ir.attachment:0 msgid "Attachment" -msgstr "Bijlage" +msgstr "" #. module: base #: model:res.country,name:base.ie msgid "Ireland" -msgstr "Ierland" +msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year without century: %(y)s" -msgstr "Jaartal zonder eeuw: %(y)s" - -#. module: base -#: wizard_field:module.module.update,update,update:0 +#: field:base.module.update,update:0 msgid "Number of modules updated" -msgstr "Aantal modules bewerkt" +msgstr "" #. module: base -#: code:addons/osv/fields.py:0 +#: code:addons/fields.py:100 #, python-format msgid "Not implemented set_memory method !" msgstr "" +#. module: base +#: view:workflow.activity:0 +msgid "Workflow Activity" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "" +"Example: GLOBAL_RULE_1 AND GLOBAL_RULE_2 AND ( (GROUP_A_RULE_1 AND " +"GROUP_A_RULE_2) OR (GROUP_B_RULE_1 AND GROUP_B_RULE_2) )" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_ui_view +msgid "" +"Views allows you to personalize each view of OpenERP. You can add new " +"fields, move fields, rename them or delete the ones that you do not need." +msgstr "" + #. module: base #: field:ir.actions.act_window,groups_id:0 #: model:ir.actions.act_window,name:base.action_res_groups +#: view:ir.actions.report.xml:0 #: field:ir.actions.report.xml,groups_id:0 +#: view:ir.actions.todo:0 #: field:ir.actions.todo,groups_id:0 #: field:ir.actions.wizard,groups_id:0 +#: view:ir.model:0 #: field:ir.model.fields,groups:0 +#: field:ir.rule,groups:0 +#: view:ir.ui.menu:0 #: field:ir.ui.menu,groups_id:0 #: model:ir.ui.menu,name:base.menu_action_res_groups +#: field:res.config.users,groups_id:0 #: view:res.groups:0 #: view:res.users:0 #: field:res.users,groups_id:0 msgid "Groups" -msgstr "Groepen" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (CL) / Español (CL)" +msgstr "" + +#. module: base +#: view:res.config.users:0 +msgid "" +"Create additional users and assign them groups that will allow them to have " +"access to selected functionalities within the system. Click on 'Done' if you " +"do not wish to add more users at this stage, you can always do this later." +msgstr "" #. module: base #: model:res.country,name:base.bz msgid "Belize" -msgstr "Belize" +msgstr "" #. module: base #: model:res.country,name:base.ge msgid "Georgia" -msgstr "Georgië" +msgstr "" #. module: base #: model:res.country,name:base.pl msgid "Poland" -msgstr "Polen" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,view_mode:0 +msgid "" +"Comma-separated list of allowed view modes, such as 'form', 'tree', " +"'calendar', etc. (Default: tree,form)" +msgstr "" + +#. module: base +#: code:addons/orm.py:3147 +#, python-format +msgid "A document was modified since you last viewed it (%s:%d)" +msgstr "" + +#. module: base +#: view:workflow:0 +msgid "Workflow Editor" +msgstr "" #. module: base #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "To be removed" -msgstr "Te verwijderen" - -#. module: base -#: view:maintenance.contract.wizard:0 -msgid "Maintenance contract added !" -msgstr "Onderhoudscontract toegevoegd !" - -#. module: base -#: view:wizard.module.update_translations:0 -msgid "" -"This wizard will detect new terms in the application so that you can update " -"them manually." msgstr "" -"Deze assistent zal nieuwe termen in de toepassing opsporen zodat deze " -"handmatig kunnen worden bijgewerkt" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence +msgid "ir.sequence" +msgstr "" #. module: base #: help:ir.actions.server,expression:0 -msgid "Enter the field/expression that will return the list. E.g. select the sale order in Object, and you can have loop on the sales order line. Expression = `object.order_line`." +msgid "" +"Enter the field/expression that will return the list. E.g. select the sale " +"order in Object, and you can have loop on the sales order line. Expression = " +"`object.order_line`." msgstr "" #. module: base +#: field:ir.property,fields_id:0 #: selection:ir.translation,type:0 -msgid "Wizard Field" -msgstr "Assistent Veld" +#: field:multi_company.default,field_id:0 +msgid "Field" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_COLOR" -msgstr "STOCK_SELECT_COLOR" +#: view:ir.rule:0 +msgid "Groups (no group = global)" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_NO" -msgstr "STOCK_NO" +#: model:res.country,name:base.fo +msgid "Faroe Islands" +msgstr "" + +#. module: base +#: selection:res.config.users,view:0 +#: selection:res.config.view,view:0 +#: selection:res.users,view:0 +msgid "Simplified" +msgstr "" #. module: base #: model:res.country,name:base.st @@ -1419,42 +1656,46 @@ msgstr "" #. module: base #: selection:res.partner.address,type:0 msgid "Invoice" -msgstr "Factuur" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_REDO" -msgstr "STOCK_REDO" +#: selection:base.language.install,lang:0 +msgid "Portugese (BR) / Português (BR)" +msgstr "" #. module: base #: model:res.country,name:base.bb msgid "Barbados" -msgstr "Barbados" +msgstr "" #. module: base #: model:res.country,name:base.mg msgid "Madagascar" -msgstr "Madagascar" +msgstr "" #. module: base -#: constraint:ir.model:0 +#: code:addons/base/ir/ir_model.py:96 +#, python-format msgid "" "The Object name must start with x_ and not contain any special character !" msgstr "" -"De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" + +#. module: base +#: field:ir.actions.configuration.wizard,note:0 +msgid "Next Wizard" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_menu_admin -#: field:ir.report.custom,menu_id:0 #: view:ir.ui.menu:0 #: field:ir.ui.menu,name:0 msgid "Menu" -msgstr "Menu" +msgstr "" #. module: base #: field:res.currency,rate:0 msgid "Current Rate" -msgstr "Huidige koers" +msgstr "" #. module: base #: field:ir.ui.view.custom,ref_id:0 @@ -1476,31 +1717,15 @@ msgstr "" msgid "Anguilla" msgstr "" -#. module: base -#: field:ir.model.config,password_check:0 -msgid "Confirmation" -msgstr "Bevestiging" - -#. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Enter at least one field !" -msgstr "Er moet tenminste één veld worden ingevuld !" - -#. module: base -#: model:res.country,name:base.ve -msgid "Venezuela" -msgstr "Venezuela" - #. module: base #: field:ir.ui.view_sc,name:0 msgid "Shortcut Name" -msgstr "Naam Snelkoppeling" +msgstr "" #. module: base #: help:ir.actions.act_window,limit:0 msgid "Default limit for the list view" -msgstr "Standaard aantal items in lijst-weergave" +msgstr "" #. module: base #: help:ir.actions.server,write_id:0 @@ -1512,56 +1737,59 @@ msgstr "" #. module: base #: model:res.country,name:base.zw msgid "Zimbabwe" -msgstr "Zimbabwe" +msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_translation_export -msgid "Import / Export" -msgstr "Import / Export" +#: view:base.module.update:0 +msgid "Please be patient, as this operation may take a few seconds..." +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_config_user_form -#: view:res.users:0 -msgid "Configure User" -msgstr "Gebruiker Configureren" +#: help:ir.values,action_id:0 +msgid "This field is not used, it only helps you to select the right action." +msgstr "" #. module: base #: field:ir.actions.server,email:0 msgid "Email Address" -msgstr "E-mailadres" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "You can not write in this document! (%s)" +#: selection:base.language.install,lang:0 +msgid "French (BE) / Français (BE)" msgstr "" #. module: base #: view:ir.actions.server:0 #: field:workflow.activity,action_id:0 msgid "Server Action" -msgstr "Server Actie" +msgstr "" #. module: base #: model:res.country,name:base.tt msgid "Trinidad and Tobago" -msgstr "Trinidad en Tobago" +msgstr "" #. module: base #: model:res.country,name:base.lv msgid "Latvia" -msgstr "Letland" +msgstr "" #. module: base #: view:ir.values:0 msgid "Values" -msgstr "Waarden" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Field Mappings" msgstr "" +#. module: base +#: view:base.language.export:0 +msgid "Export Translations" +msgstr "" + #. module: base #: model:ir.ui.menu,name:base.menu_custom msgid "Customization" @@ -1570,17 +1798,12 @@ msgstr "" #. module: base #: model:res.country,name:base.py msgid "Paraguay" -msgstr "Paraguay" - -#. module: base -#: selection:ir.report.custom.fields,alignment:0 -msgid "left" -msgstr "links" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_close msgid "ir.actions.act_window_close" -msgstr "ir.actions.act_window_close" +msgstr "" #. module: base #: field:ir.server.object.lines,col1:0 @@ -1590,34 +1813,70 @@ msgstr "" #. module: base #: model:res.country,name:base.lt msgid "Lithuania" -msgstr "Litouwen" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_PRINT_PREVIEW" -msgstr "STOCK_PRINT_PREVIEW" +#: model:ir.actions.act_window,name:base.action_view_partner_clear_ids +#: model:ir.model,name:base.model_partner_clear_ids +#: view:partner.clear.ids:0 +msgid "Clear IDs" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: help:ir.cron,model:0 +msgid "" +"Name of object whose function will be called when this scheduler will run. " +"e.g. 'res.partener'" +msgstr "" + +#. module: base +#: code:addons/orm.py:1040 #, python-format msgid "The perm_read method is not implemented on this object !" -msgstr "De perm_read methode is niet in dit object geïmplementeerd !" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%y - Year without century [00,99]." +msgstr "" #. module: base #: model:res.country,name:base.si msgid "Slovenia" -msgstr "Slovenië" +msgstr "" #. module: base -#: view:res.partner.canal:0 -#: field:res.partner.event,canal_id:0 -msgid "Channel" -msgstr "Kanaal" +#: model:res.country,name:base.pk +msgid "Pakistan" +msgstr "" + +#. module: base +#: code:addons/orm.py:1350 +#, python-format +msgid "Invalid Object Architecture!" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_email_gateway_form +msgid "Messages" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:303 +#: code:addons/base/ir/ir_model.py:317 +#: code:addons/base/ir/ir_model.py:319 +#: code:addons/base/ir/ir_model.py:321 +#: code:addons/base/ir/ir_model.py:328 +#: code:addons/base/ir/ir_model.py:331 +#: code:addons/base/module/wizard/base_update_translations.py:38 +#, python-format +msgid "Error!" +msgstr "" #. module: base #: view:res.lang:0 msgid "%p - Equivalent of either AM or PM." -msgstr "%p - Equivalent van AM of PM." +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -1625,44 +1884,55 @@ msgid "Iteration Actions" msgstr "" #. module: base -#: field:maintenance.contract,date_stop:0 +#: help:multi_company.default,company_id:0 +msgid "Company where the user is connected" +msgstr "" + +#. module: base +#: field:publisher_warranty.contract,date_stop:0 msgid "Ending Date" -msgstr "Einddatum" +msgstr "" #. module: base #: model:res.country,name:base.nz msgid "New Zealand" -msgstr "Nieuw-Zeeland" +msgstr "" + +#. module: base +#: code:addons/orm.py:3366 +#, python-format +msgid "" +"One of the records you are trying to modify has already been deleted " +"(Document type: %s)." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_country +msgid "" +"Display and manage the list of all countries that can be assigned to your " +"partner records. You can create or delete countries to make sure the ones " +"you are working on will be maintained." +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_7 msgid "Openstuff.net" -msgstr "Openstuff.net" +msgstr "" #. module: base #: model:res.country,name:base.nf msgid "Norfolk Island" -msgstr "Norfolkeiland" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_PLAY" -msgstr "STOCK_MEDIA_PLAY" +#: selection:base.language.install,lang:0 +msgid "Korean (KR) / 한국어 (KR)" +msgstr "" #. module: base -#: field:ir.rule,operator:0 -msgid "Operator" -msgstr "Operator" - -#. module: base -#: wizard_view:module.lang.install,start:0 -msgid "Installation Done" -msgstr "Installatie gereed" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_OPEN" -msgstr "STOCK_OPEN" +#: help:ir.model.fields,model:0 +msgid "The technical name of the model this field belongs to" +msgstr "" #. module: base #: field:ir.actions.server,action_id:0 @@ -1670,15 +1940,10 @@ msgstr "STOCK_OPEN" msgid "Client Action" msgstr "" -#. module: base -#: selection:ir.report.custom.fields,alignment:0 -msgid "right" -msgstr "rechts" - #. module: base #: model:res.country,name:base.bd msgid "Bangladesh" -msgstr "Bangladesh" +msgstr "" #. module: base #: constraint:res.company:0 @@ -1686,69 +1951,63 @@ msgid "Error! You can not create recursive companies." msgstr "" #. module: base -#: selection:maintenance.contract,state:0 +#: selection:publisher_warranty.contract,state:0 msgid "Valid" -msgstr "Geldig" - -#. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "You can not delete this document! (%s)" -msgstr "U kunt dit document niet verwijderen! (%s)" +msgstr "" #. module: base #: selection:ir.translation,type:0 msgid "XSL" -msgstr "XSL" - -#. module: base -#: model:ir.actions.act_window,name:base.action_partner_other_form -#: model:ir.ui.menu,name:base.menu_partner_other_form -msgid "Others Partners" msgstr "" #. module: base -#: code:addons/addons/base/module/module.py:0 +#: code:addons/base/module/module.py:322 #, python-format msgid "Can not upgrade module '%s'. It is not installed." -msgstr "U kunt module '%s' niet upgraden. Deze module is niet geïnstalleerd." +msgstr "" #. module: base #: model:res.country,name:base.cu msgid "Cuba" -msgstr "Cuba" +msgstr "" #. module: base -#: view:res.lang:0 -msgid "%S - Second as a decimal number [00,61]." -msgstr "%S - Seconden als een decimaal getal [00,61]." +#: model:ir.model,name:base.model_res_partner_event +msgid "res.partner.event" +msgstr "" + +#. module: base +#: model:res.widget,title:base.facebook_widget +msgid "Facebook" +msgstr "" #. module: base #: model:res.country,name:base.am msgid "Armenia" -msgstr "Armenië" +msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Year with century: %(year)s" -msgstr "Jaartal met eeuw: %(year)s" +#: model:ir.actions.act_window,name:base.ir_property_form +#: model:ir.ui.menu,name:base.menu_ir_property_form_all +msgid "Configuration Parameters" +msgstr "" #. module: base -#: selection:ir.report.custom,frequency:0 -msgid "Daily" -msgstr "Dagelijks" +#: constraint:ir.cron:0 +msgid "Invalid arguments" +msgstr "" #. module: base #: model:res.country,name:base.se msgid "Sweden" -msgstr "Zweden" +msgstr "" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Gantt" -msgstr "Gantt" +msgstr "" #. module: base #: view:ir.property:0 @@ -1759,30 +2018,60 @@ msgstr "" #: model:ir.model,name:base.model_res_partner_bank_type #: view:res.partner.bank.type:0 msgid "Bank Account Type" -msgstr "Bankrekening Type" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-project" -msgstr "terp-project" +#: field:base.language.export,config_logo:0 +#: field:base.language.import,config_logo:0 +#: field:base.language.install,config_logo:0 +#: field:base.module.import,config_logo:0 +#: field:base.module.update,config_logo:0 +#: field:base.update.translations,config_logo:0 +#: field:ir.actions.configuration.wizard,config_logo:0 +#: field:ir.wizard.screen,config_logo:0 +#: field:publisher_warranty.contract.wizard,config_logo:0 +#: field:res.config,config_logo:0 +#: field:res.config.installer,config_logo:0 +#: field:res.config.users,config_logo:0 +#: field:res.config.view,config_logo:0 +msgid "Image" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Iteration Action Configuration" msgstr "" +#. module: base +#: selection:publisher_warranty.contract,state:0 +msgid "Canceled" +msgstr "" + #. module: base #: model:res.country,name:base.at msgid "Austria" -msgstr "Oostenrijk" +msgstr "" + +#. module: base +#: selection:base.language.install,state:0 +#: selection:base.module.import,state:0 +#: selection:base.module.update,state:0 +msgid "done" +msgstr "" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 +#: model:ir.ui.menu,name:base.menu_calendar_configuration #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Calendar" msgstr "" +#. module: base +#: field:res.partner.address,partner_id:0 +msgid "Partner Name" +msgstr "" + #. module: base #: field:workflow.activity,signal_send:0 msgid "Signal (subflow.*)" @@ -1793,19 +2082,38 @@ msgstr "" msgid "HR sector" msgstr "" +#. module: base +#: code:addons/orm.py:3817 +#, python-format +msgid "" +"Invalid \"order\" specified. A valid \"order\" specification is a comma-" +"separated list of valid field names (optionally followed by asc/desc for the " +"direction)" +msgstr "" + #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency msgid "Module dependency" -msgstr "Module afhankelijkheid" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_JUSTIFY_CENTER" -msgstr "STOCK_JUSTIFY_CENTER" +#: selection:publisher_warranty.contract.wizard,state:0 +msgid "Draft" +msgstr "" #. module: base -#: view:res.config.view:0 -msgid "Choose Your Mode" +#: selection:res.config.users,view:0 +#: selection:res.config.view,view:0 +#: selection:res.users,view:0 +msgid "Extended" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_partner_title_contact +msgid "" +"Manage the contact titles you want to have available in your system and the " +"way you want to print them in letters and other documents. Some example: " +"Mr., Mrs. " msgstr "" #. module: base @@ -1820,7 +2128,6 @@ msgstr "" #. module: base #: view:ir.model.access:0 -#: model:ir.ui.menu,name:base.menu_security_access #: view:res.groups:0 #: field:res.groups,model_access:0 msgid "Access Controls" @@ -1830,17 +2137,17 @@ msgstr "" #: view:ir.module.module:0 #: field:ir.module.module,dependencies_id:0 msgid "Dependencies" -msgstr "Afhankelijkheden" +msgstr "" #. module: base -#: field:res.partner,parent_id:0 +#: field:multi_company.default,company_id:0 msgid "Main Company" msgstr "" #. module: base -#: field:ir.report.custom.fields,bgcolor:0 -msgid "Background Color" -msgstr "Achtergrondkleur" +#: field:ir.ui.menu,web_icon_hover:0 +msgid "Web Icon File (hover)" +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -1848,13 +2155,11 @@ msgid "" "If you use a formula type, use a python expression using the variable " "'object'." msgstr "" -"Wanneer u een formule type gebruikt, gebruik dan een python expressie die de " -"variabele 'object' gebruikt." #. module: base #: field:res.partner.address,birthdate:0 msgid "Birthdate" -msgstr "Geboortedatum" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_partner_title_contact @@ -1863,14 +2168,28 @@ msgid "Contact Titles" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_partner_som -msgid "res.partner.som" -msgstr "res.partner.som" +#: view:base.language.import:0 +msgid "" +"Please double-check that the file encoding is set to UTF-8 (sometimes called " +"Unicode) when the translator exports it." +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (DO) / Español (DO)" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_activity msgid "workflow.activity" -msgstr "workflow.activity" +msgstr "" + +#. module: base +#: help:ir.ui.view_sc,res_id:0 +msgid "" +"Reference of the target resource, whose model/table depends on the 'Resource " +"Name' field." +msgstr "" #. module: base #: field:ir.model.fields,select_level:0 @@ -1883,29 +2202,24 @@ msgid "Uruguay" msgstr "" #. module: base -#: view:res.partner.event:0 -msgid "Document Link" +#: selection:base.language.install,lang:0 +msgid "Finnish / Suomi" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_partner_title -msgid "res.partner.title" -msgstr "res.partner.title" +#: field:ir.rule,perm_write:0 +msgid "Apply For Write" +msgstr "" #. module: base #: field:ir.sequence,prefix:0 msgid "Prefix" -msgstr "Voorvoegsel" - -#. module: base -#: field:ir.actions.server,loop_action:0 -msgid "Loop Action" msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "German / Deutsch" -msgstr "Duits / Deutsch" +msgstr "" #. module: base #: help:ir.actions.server,trigger_name:0 @@ -1918,29 +2232,36 @@ msgid "Fields Mapping" msgstr "" #. module: base -#: model:res.partner.title,name:base.res_partner_title_sir -msgid "Sir" -msgstr "De heer" +#: selection:base.language.install,lang:0 +msgid "Portugese / Português" +msgstr "" #. module: base -#: wizard_button:module.upgrade,next,start:0 -msgid "Start Upgrade" -msgstr "Upgrade Starten" +#: model:res.partner.title,name:base.res_partner_title_sir +msgid "Sir" +msgstr "" + +#. module: base +#: code:addons/orm.py:1622 +#, python-format +msgid "There is no view of type '%s' defined for the structure!" +msgstr "" #. module: base #: field:ir.default,ref_id:0 msgid "ID Ref." -msgstr "ID Ref." +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 -msgid "French / Français" -msgstr "Frans / Français" +#: model:ir.actions.server,name:base.action_start_configurator +#: model:ir.ui.menu,name:base.menu_view_base_module_configuration +msgid "Start Configuration" +msgstr "" #. module: base #: model:res.country,name:base.mt msgid "Malta" -msgstr "Malta" +msgstr "" #. module: base #: field:ir.actions.server,fields_lines:0 @@ -1949,26 +2270,50 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_ir_module_module +#: view:ir.model.data:0 #: field:ir.model.data,module:0 #: view:ir.module.module:0 #: field:ir.module.module.dependency,module_id:0 -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 +#: field:ir.translation,module:0 msgid "Module" -msgstr "Module" +msgstr "" #. module: base #: field:ir.attachment,description:0 +#: view:ir.module.module:0 #: field:ir.module.module,description:0 #: field:res.partner.bank,name:0 #: view:res.partner.event:0 #: field:res.partner.event,description:0 #: view:res.request:0 msgid "Description" -msgstr "Omschrijving" +msgstr "" #. module: base -#: field:res.users,action_id:0 -msgid "Home Action" +#: model:ir.actions.act_window,name:base.action_workflow_instance_form +#: model:ir.ui.menu,name:base.menu_workflow_instance +msgid "Instances" +msgstr "" + +#. module: base +#: model:res.country,name:base.aq +msgid "Antarctica" +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,auto:0 +msgid "Custom python parser" +msgstr "" + +#. module: base +#: view:base.language.import:0 +msgid "_Import" +msgstr "" + +#. module: base +#: view:res.partner.canal:0 +msgid "Channel" msgstr "" #. module: base @@ -1977,25 +2322,21 @@ msgid "Separator Format" msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export language" -msgstr "Taal exporteren" - -#. module: base -#: selection:maintenance.contract.wizard,state:0 +#: selection:publisher_warranty.contract,state:0 msgid "Unvalidated" -msgstr "Niet gevalideerd" +msgstr "" #. module: base #: model:ir.ui.menu,name:base.next_id_9 msgid "Database Structure" -msgstr "Database Structuur" +msgstr "" #. module: base -#: model:ir.actions.wizard,name:base.res_partner_mass_mailing_wizard -#: wizard_view:res.partner.spam_send,init:0 +#: model:ir.actions.act_window,name:base.action_partner_mass_mail +#: model:ir.model,name:base.model_partner_wizard_spam +#: view:partner.wizard.spam:0 msgid "Mass Mailing" -msgstr "Massa Mailing" +msgstr "" #. module: base #: model:res.country,name:base.yt @@ -2003,99 +2344,79 @@ msgid "Mayotte" msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "You can also import .po files." -msgstr "U kunt ook .po bestanden importeren" - -#. module: base -#: code:addons/addons/base/maintenance/maintenance.py:0 -#, python-format -msgid "Unable to find a valid contract" -msgstr "" - -#. module: base -#: code:addons/addons/base/ir/ir_actions.py:0 +#: code:addons/base/ir/ir_actions.py:597 #, python-format msgid "Please specify an action to launch !" -msgstr "Kies aub een actie die moet worden uitgevoerd !" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_JUSTIFY_RIGHT" -msgstr "STOCK_JUSTIFY_RIGHT" - -#. module: base -#: model:ir.model,name:base.model_res_partner_function -msgid "Function of the contact" -msgstr "Functie contactpersoon" - -#. module: base -#: model:ir.actions.act_window,name:base.open_module_tree_upgrade -#: model:ir.ui.menu,name:base.menu_module_tree_upgrade -msgid "Modules to be installed, upgraded or removed" -msgstr "Modules die worden geïnstalleerd, bijgewerkt of verwijderd" +msgstr "" #. module: base #: view:res.payterm:0 msgid "Payment Term" -msgstr "Betalingsvoorwaarde" - -#. module: base -#: field:ir.report.custom,footer:0 -msgid "Report Footer" msgstr "" #. module: base #: selection:res.lang,direction:0 msgid "Right-to-Left" -msgstr "Rechts-naar-Links" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Please check that all your lines have %d columns." msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import language" -msgstr "Taal importeren" +#: view:ir.actions.act_window:0 +#: model:ir.actions.act_window,name:base.actions_ir_filters_view +#: view:ir.filters:0 +#: model:ir.model,name:base.model_ir_filters +#: model:ir.ui.menu,name:base.menu_ir_filters +msgid "Filters" +msgstr "" + +#. module: base +#: code:addons/orm.py:758 +#, python-format +msgid "Please check that all your lines have %d columns." +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.ir_cron_act #: view:ir.cron:0 #: model:ir.ui.menu,name:base.menu_ir_cron_act msgid "Scheduled Actions" -msgstr "Geplande acties" +msgstr "" #. module: base -#: field:res.partner,title:0 #: field:res.partner.address,title:0 #: field:res.partner.title,name:0 +#: field:res.widget,title:0 msgid "Title" -msgstr "Titel" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: help:ir.property,res_id:0 +msgid "If not set, acts as a default value for new resources" +msgstr "" + +#. module: base +#: code:addons/orm.py:3448 #, python-format msgid "Recursivity Detected." msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-account" -msgstr "terp-account" - -#. module: base -#: code:addons/addons/base/module/module.py:0 +#: code:addons/base/module/module.py:262 #, python-format msgid "Recursion error in modules dependencies !" msgstr "" +#. module: base +#: view:base.language.install:0 +msgid "" +"This wizard helps you add a new language to your OpenERP system. After " +"loading a new language it becomes available as default interface language " +"for users and partners." +msgstr "" + #. module: base #: view:ir.model:0 msgid "Create a Menu" -msgstr "Menu aanmaken" +msgstr "" #. module: base #: help:res.partner,vat:0 @@ -2103,54 +2424,68 @@ msgid "" "Value Added Tax number. Check the box if the partner is subjected to the " "VAT. Used by the VAT legal statement." msgstr "" -"BTW nummer. Kies dit vakje als de relatie BTW plichtig is. Wordt gebruikt " -"bij de BTW rapportage." #. module: base -#: model:ir.actions.act_window,name:base.action_module_category_tree -#: model:ir.ui.menu,name:base.menu_action_module_category_tree -msgid "Categories of Modules" -msgstr "Module Categorieën" - -#. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Ukrainian / украї́нська мо́ва" +#: model:ir.model,name:base.model_maintenance_contract +msgid "maintenance.contract" msgstr "" -#. module: base -#: selection:ir.actions.todo,state:0 -msgid "Not Started" -msgstr "Niet Gestart" - #. module: base #: model:res.country,name:base.ru msgid "Russian Federation" -msgstr "Rusland" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Urdu / اردو" +msgstr "" #. module: base #: field:res.company,name:0 msgid "Company Name" -msgstr "Bedrijfsnaam" - -#. module: base -#: model:ir.actions.act_window,name:base.action_res_roles_form -#: model:ir.ui.menu,name:base.menu_action_res_roles_form -#: view:res.roles:0 -#: view:res.users:0 -#: field:res.users,roles_id:0 -msgid "Roles" -msgstr "Rollen" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_country #: model:ir.ui.menu,name:base.menu_country_partner msgid "Countries" -msgstr "Landen" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "RML (deprecated - use Report)" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "Record rules" +msgstr "" + +#. module: base +#: view:ir.property:0 +msgid "Field Information" +msgstr "" + +#. module: base +#: view:ir.actions.todo:0 +msgid "Search Actions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_view_partner_wizard_ean_check +#: view:partner.wizard.ean.check:0 +msgid "Ean check" +msgstr "" + +#. module: base +#: field:res.partner,vat:0 +msgid "VAT" +msgstr "" #. module: base #: view:res.lang:0 msgid "12. %w ==> 5 ( Friday is the 6th day)" -msgstr "12. %w ==> 5 ( Vrijdag is de 6de dag)" +msgstr "" #. module: base #: constraint:res.partner.category:0 @@ -2160,87 +2495,73 @@ msgstr "" #. module: base #: view:res.lang:0 msgid "%x - Appropriate date representation." -msgstr "%x - Passende datum weergave" - -#. module: base -#: help:ir.module.repository,filter:0 -msgid "" -"Regexp to search module on the repository webpage:\n" -"- The first parenthesis must match the name of the module.\n" -"- The second parenthesis must match the whole version number.\n" -"- The last parenthesis must match the extension of the module." msgstr "" #. module: base #: view:res.lang:0 -msgid "%M - Minute as a decimal number [00,59]." -msgstr "%M - Minuut als decimaal getal [00,59]" +msgid "%d - Day of the month [01,31]." +msgstr "" #. module: base #: model:res.country,name:base.tj msgid "Tajikistan" -msgstr "Tajikistan" - -#. module: base -#: help:ir.actions.report.xml,header:0 -msgid "Add or not the coporate RML header" -msgstr "Wel of niet RML-bedrijfskoptekst toevoegen" - -#. module: base -#: model:ir.actions.act_window,name:base.act_values_form_action -#: model:ir.ui.menu,name:base.menu_values_form_action -msgid "Connect Actions To Client Events" msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-2 or later version" -msgstr "GPL-2 of latere versie" - -#. module: base -#: selection:res.partner.event,type:0 -msgid "Prospect Contact" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_actions_wizard -#: selection:ir.ui.menu,action:0 -msgid "ir.actions.wizard" -msgstr "ir.actions.wizard" +#: model:res.partner.title,shortcut:base.res_partner_title_sir +msgid "M." +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:429 +#, python-format +msgid "" +"Can not create the module file:\n" +" %s" +msgstr "" + +#. module: base +#: code:addons/orm.py:2973 +#, python-format +msgid "" +"Operation prohibited by access rules, or performed on an already deleted " +"document (Operation: read, Document type: %s)." +msgstr "" #. module: base #: model:res.country,name:base.nr msgid "Nauru" -msgstr "Nauru" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:200 +#, python-format +msgid "The certificate ID of the module must be unique !" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_property msgid "ir.property" -msgstr "ir.property" +msgstr "" #. module: base #: selection:ir.actions.act_window,view_type:0 #: selection:ir.actions.act_window.view,view_mode:0 +#: view:ir.ui.view:0 #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Form" -msgstr "Formulier" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Can not define a column %s. Reserved keyword !" msgstr "" #. module: base #: model:res.country,name:base.me msgid "Montenegro" -msgstr "Montenegro" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_QUIT" -msgstr "STOCK_QUIT" +msgstr "" #. module: base #: view:ir.cron:0 @@ -2251,9 +2572,18 @@ msgstr "" #: view:res.partner:0 #: field:res.partner,category_id:0 msgid "Categories" -msgstr "Categorieën" +msgstr "" #. module: base +#: view:base.language.import:0 +msgid "" +"If you need another language than the official ones available, you can " +"import a language pack from here. Other OpenERP languages than the official " +"ones can be found on launchpad." +msgstr "" + +#. module: base +#: view:ir.module.module:0 #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "To be upgraded" @@ -2262,72 +2592,71 @@ msgstr "" #. module: base #: model:res.country,name:base.ly msgid "Libya" -msgstr "Libië" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-purchase" -msgstr "terp-purchase" - -#. module: base -#: wizard_field:module.module.update,init,repositories:0 -msgid "Repositories" msgstr "" #. module: base #: model:res.country,name:base.cf msgid "Central African Republic" -msgstr "Centraal-Afrikaanse Republiek" +msgstr "" #. module: base #: model:res.country,name:base.li msgid "Liechtenstein" -msgstr "Liechtenstein" - -#. module: base -#: model:res.partner.title,name:base.res_partner_title_ltd -msgid "Ltd" msgstr "" #. module: base -#: field:ir.actions.server,expression:0 -msgid "Loop Expression" +#: model:ir.model,name:base.model_partner_sms_send +#: view:partner.sms.send:0 +msgid "Send SMS" msgstr "" -#. module: base -#: field:ir.actions.report.custom,report_id:0 -msgid "Report Ref." -msgstr "Rapport Ref." - #. module: base #: field:res.partner,ean13:0 msgid "EAN13" -msgstr "EAN13" +msgstr "" + +#. module: base +#: code:addons/orm.py:1622 +#, python-format +msgid "Invalid Architecture!" +msgstr "" #. module: base #: model:res.country,name:base.pt msgid "Portugal" -msgstr "Portugal" +msgstr "" #. module: base -#: selection:maintenance.contract,state:0 -msgid "Unvalid" -msgstr "Ongeldig" +#: sql_constraint:ir.model.data:0 +msgid "" +"You cannot have multiple records with the same id for the same module !" +msgstr "" #. module: base #: field:ir.module.module,certificate:0 msgid "Quality Certificate" -msgstr "Kwaliteitscertificaat" +msgstr "" #. module: base #: view:res.lang:0 msgid "6. %d, %m ==> 05, 12" -msgstr "6. %d. %m ==> 05. 12" +msgstr "" + +#. module: base +#: field:res.config.users,date:0 +#: field:res.users,date:0 +msgid "Last Connection" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,help:0 +msgid "Action description" +msgstr "" #. module: base #: help:res.partner,customer:0 msgid "Check this box if the partner is a customer." -msgstr "Vink dit vakje aan als de relatie een klant is" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_lang_act_window @@ -2335,21 +2664,21 @@ msgstr "Vink dit vakje aan als de relatie een klant is" #: model:ir.ui.menu,name:base.menu_res_lang_act_window #: view:res.lang:0 msgid "Languages" -msgstr "Talen" +msgstr "" #. module: base #: selection:workflow.activity,join_mode:0 #: selection:workflow.activity,split_mode:0 msgid "Xor" -msgstr "Xor" +msgstr "" #. module: base #: model:res.country,name:base.ec msgid "Ecuador" -msgstr "Ecuador" +msgstr "" #. module: base -#: code:addons/addons/base/module/wizard/wizard_export_lang.py:0 +#: code:addons/base/module/wizard/base_export_language.py:52 #, python-format msgid "" "Save this document to a .CSV file and open it with your favourite " @@ -2357,10 +2686,18 @@ msgid "" "latest column before reimporting it." msgstr "" +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_customer_form +#: model:ir.actions.act_window,name:base.action_partner_form +#: model:ir.ui.menu,name:base.menu_partner_form +#: view:res.partner:0 +msgid "Customers" +msgstr "" + #. module: base #: model:res.country,name:base.au msgid "Australia" -msgstr "Australië" +msgstr "" #. module: base #: help:res.partner,lang:0 @@ -2370,39 +2707,52 @@ msgid "" msgstr "" #. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "Menu :" -msgstr "Menu :" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 msgid "Base Field" msgstr "" +#. module: base +#: view:publisher_warranty.contract:0 +msgid "Validate" +msgstr "" + +#. module: base +#: field:ir.actions.todo,restart:0 +msgid "Restart" +msgstr "" + #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 #: field:ir.actions.report.xml,report_sxw_content_data:0 msgid "SXW content" msgstr "" +#. module: base +#: view:ir.actions.wizard:0 +#: field:wizard.ir.model.menu.create.line,wizard_id:0 +msgid "Wizard" +msgstr "" + #. module: base #: view:ir.cron:0 msgid "Action to Trigger" msgstr "" #. module: base -#: model:ir.model,name:base.model_res_currency_rate -msgid "Currency Rate" -msgstr "Wisselkoers" +#: code:addons/base/res/res_user.py:136 +#, python-format +msgid "\"email_from\" needs to be set to send welcome mails to users" +msgstr "" #. module: base -#: field:ir.report.custom.fields,fc0_operande:0 -#: field:ir.report.custom.fields,fc1_operande:0 -#: field:ir.report.custom.fields,fc2_operande:0 -#: field:ir.report.custom.fields,fc3_operande:0 #: selection:ir.translation,type:0 msgid "Constraint" -msgstr "Begrenzing" +msgstr "" #. module: base #: selection:ir.values,key:0 @@ -2411,22 +2761,26 @@ msgid "Default" msgstr "" #. module: base +#: view:ir.model.fields:0 #: field:ir.model.fields,required:0 #: field:res.partner.bank.type.field,required:0 msgid "Required" -msgstr "Verplicht" +msgstr "" #. module: base -#: field:ir.model.fields,domain:0 -#: field:ir.rule,domain:0 -#: field:res.partner.title,domain:0 -msgid "Domain" -msgstr "Domein" +#: view:res.users:0 +msgid "Default Filters" +msgstr "" #. module: base #: field:res.request.history,name:0 msgid "Summary" -msgstr "Samenvatting" +msgstr "" + +#. module: base +#: field:multi_company.default,expression:0 +msgid "Expression" +msgstr "" #. module: base #: help:ir.actions.server,subject:0 @@ -2434,33 +2788,38 @@ msgid "" "Specify the subject. You can use fields from the object, e.g. `Hello [[ " "object.partner_id.name ]]`" msgstr "" -"Geef het onderwerp. U kunt velden van het object gebruiken, bijv. `Beste [[ " -"object.partner_id.name ]]`" #. module: base #: view:res.company:0 msgid "Header/Footer" -msgstr "Koptekst/Voettekst" +msgstr "" #. module: base -#: model:res.country,name:base.lb -msgid "Lebanon" -msgstr "Libanon" - -#. module: base -#: wizard_field:module.lang.import,init,name:0 -msgid "Language name" -msgstr "Taalnaam" +#: help:ir.actions.act_window,help:0 +msgid "" +"Optional help text for the users with a description of the target view, such " +"as its usage and purpose." +msgstr "" #. module: base #: model:res.country,name:base.va msgid "Holy See (Vatican City State)" -msgstr "Vaticaanstad" +msgstr "" #. module: base -#: wizard_field:base.module.import,init,module_file:0 +#: field:base.module.import,module_file:0 msgid "Module .ZIP file" -msgstr "Module .ZIP bestand" +msgstr "" + +#. module: base +#: field:ir.ui.view,xml_id:0 +msgid "XML ID" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_16 +msgid "Telecom sector" +msgstr "" #. module: base #: field:workflow.transition,trigger_model:0 @@ -2468,17 +2827,12 @@ msgid "Trigger Object" msgstr "" #. module: base -#: selection:ir.report.custom,state:0 -msgid "Subscribed" -msgstr "Geabonneerd" - -#. module: base -#: wizard_view:module.lang.install,init:0 -#: wizard_view:module.upgrade,next:0 -msgid "System Upgrade" -msgstr "Systeem Upgrade" +#: view:res.users:0 +msgid "Current Activity" +msgstr "" #. module: base +#: view:workflow.activity:0 #: field:workflow.activity,in_transitions:0 msgid "Incoming Transitions" msgstr "" @@ -2486,26 +2840,23 @@ msgstr "" #. module: base #: model:res.country,name:base.sr msgid "Suriname" -msgstr "Suriname" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "The create method is not implemented on this object !" -msgstr "De methode aanmaken is niet in dit object geïmplementeerd !" - -#. module: base -#: field:ir.values,key2:0 -#: view:res.partner.event.type:0 -#: field:res.partner.event.type,name:0 -msgid "Event Type" +#: model:ir.ui.menu,name:base.marketing_menu +msgid "Marketing" msgstr "" #. module: base #: view:res.partner.bank:0 #: model:res.partner.bank.type,name:base.bank_normal msgid "Bank account" -msgstr "Bankrekening" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (HN) / Español (HN)" +msgstr "" #. module: base #: view:ir.sequence.type:0 @@ -2513,122 +2864,115 @@ msgid "Sequence Type" msgstr "" #. module: base -#: code:addons/addons/base/module/module.py:0 -#, python-format -msgid "" -"You try to upgrade a module that depends on the module: %s.\n" -"But this module is not available in your system." +#: view:ir.ui.view.custom:0 +msgid "Customized Architecture" msgstr "" -#. module: base -#: view:res.partner.address:0 -msgid "Partner Address" -msgstr "Relatie Adres" - #. module: base #: field:ir.module.module,license:0 msgid "License" -msgstr "Licentie" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Invalid operation" -msgstr "Ongeldige bewerking" +#: field:ir.attachment,url:0 +msgid "Url" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SAVE_AS" -msgstr "STOCK_SAVE_AS" +#: selection:ir.actions.todo,restart:0 +msgid "Always" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "SQL Constraint" +msgstr "" #. module: base #: field:ir.actions.server,srcmodel_id:0 +#: field:ir.model.fields,model_id:0 msgid "Model" msgstr "" #. module: base -#: code:addons/addons/base/module/module.py:0 -#, python-format +#: view:base.language.install:0 msgid "" -"You try to install a module that depends on the module: %s.\n" -"But this module is not available in your system." +"The selected language has been successfully installed. You must change the " +"preferences of the user and open a new menu to view the changes." msgstr "" #. module: base -#: field:ir.actions.act_window.view,view_id:0 -#: field:ir.default,page:0 -#: selection:ir.translation,type:0 -#: field:wizard.ir.model.menu.create.line,view_id:0 -msgid "View" -msgstr "Weergave" - -#. module: base -#: field:ir.actions.server,write_id:0 -msgid "Write Id" +#: sql_constraint:ir.config_parameter:0 +msgid "Key must be unique." msgstr "" #. module: base #: view:ir.actions.act_window:0 msgid "Open a Window" -msgstr "Open een Venster" +msgstr "" #. module: base #: model:res.country,name:base.gq msgid "Equatorial Guinea" -msgstr "Equatoriaal Guinea" - -#. module: base -#: wizard_view:base.module.import,init:0 -msgid "Module Import" -msgstr "Module import" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "" -"Language with code \"%s\" is not defined in your system !\n" -"Define it through the Administration menu." msgstr "" #. module: base -#: field:ir.module.module,author:0 -msgid "Author" -msgstr "Auteur" +#: view:base.module.import:0 +#: model:ir.actions.act_window,name:base.action_view_base_module_import +msgid "Module Import" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_UNDELETE" -msgstr "STOCK_UNDELETE" +#: field:res.bank,zip:0 +#: field:res.partner.address,zip:0 +#: field:res.partner.bank,zip:0 +msgid "Zip" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +#: field:ir.module.module,author:0 +msgid "Author" +msgstr "" + +#. module: base +#: model:res.country,name:base.mk +msgid "FYROM" +msgstr "" #. module: base #: view:res.lang:0 msgid "%c - Appropriate date and time representation." -msgstr "%c - Passende datum en tijd weergave." +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Finland / Suomi" +#: code:addons/base/res/res_config.py:422 +#, python-format +msgid "" +"Your database is now fully configured.\n" +"\n" +"Click 'Continue' and enjoy your OpenERP experience..." +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Hebrew / עִבְרִי" msgstr "" #. module: base #: model:res.country,name:base.bo msgid "Bolivia" -msgstr "Bolivië" +msgstr "" #. module: base #: model:res.country,name:base.gh msgid "Ghana" -msgstr "Ghana" +msgstr "" #. module: base #: field:res.lang,direction:0 msgid "Direction" -msgstr "Richting" - -#. module: base -#: model:ir.model,name:base.model_wizard_module_update_translations -msgid "wizard.module.update_translations" -msgstr "wizard.module.update_translations" +msgstr "" #. module: base #: view:ir.actions.act_window:0 @@ -2638,58 +2982,68 @@ msgstr "wizard.module.update_translations" #: field:ir.module.module,views_by_module:0 #: model:ir.ui.menu,name:base.menu_action_ui_view #: view:ir.ui.view:0 -#: view:wizard.ir.model.menu.create:0 -#: field:wizard.ir.model.menu.create,view_ids:0 msgid "Views" -msgstr "Weergaven" +msgstr "" #. module: base #: view:res.groups:0 #: field:res.groups,rule_groups:0 -#: field:res.users,rules_id:0 msgid "Rules" msgstr "" #. module: base -#: code:addons/addons/base/module/module.py:0 +#: code:addons/base/module/module.py:216 #, python-format msgid "You try to remove a module that is installed or will be installed" msgstr "" -"U probeert een module te verwijderen die geïnstalleerd is of nog moet worden " -"geïnstalleerd." #. module: base -#: help:ir.values,key2:0 -msgid "" -"The kind of action or button in the client side that will trigger the action." -msgstr "De soort actie of knop in de client die deze actie zal triggeren." +#: view:base.module.upgrade:0 +msgid "The selected modules have been updated / installed !" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_PASTE" -msgstr "STOCK_PASTE" +#: selection:base.language.install,lang:0 +msgid "Spanish (PR) / Español (PR)" +msgstr "" #. module: base #: model:res.country,name:base.gt msgid "Guatemala" -msgstr "Guatemala" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_form +#: model:ir.ui.menu,name:base.menu_low_workflow #: model:ir.ui.menu,name:base.menu_workflow +#: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_config_wizard_form -#: model:ir.ui.menu,name:base.menu_config_module -msgid "Configuration Wizard" -msgstr "Configuratie Assistent" +#: field:ir.translation,xml_id:0 +msgid "XML Id" +msgstr "" #. module: base -#: model:ir.model,name:base.model_res_roles -msgid "res.roles" -msgstr "res.roles" +#: model:ir.actions.act_window,name:base.action_config_user_form +msgid "Create Users" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_partner_title +msgid "res.partner.title" +msgstr "" + +#. module: base +#: view:ir.values:0 +msgid "tree_but_action, client_print_multi" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_retailers0 +msgid "Retailers" +msgstr "" #. module: base #: help:ir.cron,priority:0 @@ -2699,92 +3053,102 @@ msgid "" msgstr "" #. module: base -#: view:res.users:0 +#: view:res.config:0 +#: view:res.config.installer:0 msgid "Skip" -msgstr "Overslaan" - -#. module: base -#: model:ir.actions.act_window,name:base.res_request_link-act -#: model:ir.ui.menu,name:base.menu_res_request_link_act -msgid "Accepted Links in Requests" msgstr "" #. module: base #: model:res.country,name:base.ls msgid "Lesotho" -msgstr "Lesotho" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.grant_menu_access -#: model:ir.ui.menu,name:base.menu_grant_menu_access -msgid "Grant Access To Menus" -msgstr "Geeft Toegang Tot Menu's" +#: code:addons/base/ir/ir_model.py:114 +#, python-format +msgid "You can not remove the model '%s' !" +msgstr "" #. module: base #: model:res.country,name:base.ke msgid "Kenya" -msgstr "Kenia" - -#. module: base -#: view:res.config.view:0 -msgid "" -"Choose the simplified interface if you are testing OpenERP for the first " -"time. Less used options or fields are automatically hidden. You will be able " -"to change this, later, through the Administration menu." msgstr "" -"Kies de eenvoudige interface als u OpenERP voor de eerste keer test. Minder " -"opties gebruikt of velden worden automatisch verborgen. U kunt dit later " -"wijzigen in het Administratie menu." #. module: base -#: code:addons/osv/orm.py:0 +#: view:res.partner.event:0 +msgid "Event" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_custom_reports +msgid "Custom Reports" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Abkhazian / аҧсуа" +msgstr "" + +#. module: base +#: view:base.module.configuration:0 +msgid "System Configuration Done" +msgstr "" + +#. module: base +#: code:addons/orm.py:929 #, python-format msgid "Error occurred while validating the field(s) %s: %s" msgstr "" +#. module: base +#: view:ir.property:0 +msgid "Generic" +msgstr "" + #. module: base #: model:res.country,name:base.sm msgid "San Marino" -msgstr "San Marino" +msgstr "" #. module: base #: model:res.country,name:base.bm msgid "Bermuda" -msgstr "Bermuda" +msgstr "" #. module: base #: model:res.country,name:base.pe msgid "Peru" -msgstr "Peru" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Set NULL" -msgstr "Set NULL" +msgstr "" #. module: base #: model:res.country,name:base.bj msgid "Benin" -msgstr "Benin" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CONNECT" -msgstr "STOCK_CONNECT" +#: code:addons/base/publisher_warranty/publisher_warranty.py:281 +#, python-format +msgid "That contract is already registered in the system." +msgstr "" #. module: base -#: selection:ir.model.fields,select_level:0 -msgid "Not Searchable" -msgstr "Niet Zoekbaar" +#: help:ir.sequence,suffix:0 +msgid "Suffix value of the record for the sequence" +msgstr "" #. module: base -#: field:res.partner.event.type,key:0 +#: selection:base.language.install,lang:0 +msgid "Spanish (PY) / Español (PY)" +msgstr "" + +#. module: base +#: field:ir.config_parameter,key:0 msgid "Key" -msgstr "Sleutel" - -#. module: base -#: field:ir.cron,nextcall:0 -msgid "Next Call Date" msgstr "" #. module: base @@ -2793,71 +3157,110 @@ msgid "RML Header" msgstr "" #. module: base -#: wizard_field:res.partner.sms_send,init,app_id:0 +#: field:partner.sms.send,app_id:0 msgid "API ID" -msgstr "API ID" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:486 +#, python-format +msgid "" +"You can not create this document (%s) ! Be sure your user belongs to one of " +"these groups: %s." +msgstr "" #. module: base #: model:res.country,name:base.mu msgid "Mauritius" -msgstr "Mauritius" +msgstr "" #. module: base -#: wizard_view:module.module.update,init:0 -msgid "Scan for new modules" -msgstr "Zoeken naar nieuwe modules" +#: view:ir.model.access:0 +#: view:ir.rule:0 +msgid "Full Access" +msgstr "" #. module: base +#: view:ir.actions.act_window:0 +#: view:ir.actions.report.xml:0 +#: view:ir.actions.wizard:0 +#: view:ir.model.fields:0 #: model:ir.ui.menu,name:base.menu_security msgid "Security" -msgstr "Beveiliging" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Using a relation field which uses an unknown object" +#: model:res.widget,title:base.openerp_favorites_twitter_widget +msgid "OpenERP Favorites" msgstr "" #. module: base #: model:res.country,name:base.za msgid "South Africa" -msgstr "Zuid-Afrika" - -#. module: base -#: model:ir.model,name:base.model_wizard_module_lang_export -msgid "wizard.module.lang.export" -msgstr "wizard.module.lang.export" +msgstr "" #. module: base +#: view:ir.module.module:0 #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "Installed" -msgstr "Geïnstalleerd" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Ukrainian / українська" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_translation +#: model:ir.ui.menu,name:base.menu_action_translation +msgid "Translation Terms" +msgstr "" #. module: base #: model:res.country,name:base.sn msgid "Senegal" -msgstr "Senegal" +msgstr "" #. module: base #: model:res.country,name:base.hu msgid "Hungary" -msgstr "Hongarije" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_groups msgid "res.groups" -msgstr "res.groups" +msgstr "" #. module: base #: model:res.country,name:base.br msgid "Brazil" -msgstr "Brazilië" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%M - Minute [00,59]." +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "Affero GPL-3" +msgstr "" #. module: base #: field:ir.sequence,number_next:0 msgid "Next Number" -msgstr "Volgende nummer" +msgstr "" + +#. module: base +#: help:workflow.transition,condition:0 +msgid "Expression to be satisfied if we want the transition done." +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (PA) / Español (PA)" +msgstr "" #. module: base #: view:res.currency:0 @@ -2865,87 +3268,69 @@ msgstr "Volgende nummer" msgid "Rates" msgstr "" -#. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Albanian / Shqipëri" -msgstr "" - #. module: base #: model:res.country,name:base.sy msgid "Syria" -msgstr "Syrië" +msgstr "" #. module: base #: view:res.lang:0 msgid "======================================================" -msgstr "======================================================" - -#. module: base -#: field:ir.report.custom.fields,field_child3:0 -msgid "Field child3" msgstr "" #. module: base -#: field:ir.report.custom.fields,field_child0:0 -msgid "Field child0" +#: help:ir.actions.server,mobile:0 +msgid "" +"Provides fields that be used to fetch the mobile number, e.g. you select the " +"invoice, then `object.invoice_address_id.mobile` is the field which gives " +"the correct mobile number" msgstr "" #. module: base -#: field:ir.report.custom.fields,field_child1:0 -msgid "Field child1" +#: view:base.module.upgrade:0 +msgid "System update completed" msgstr "" #. module: base -#: field:ir.model.fields,selection:0 -msgid "Field Selection" +#: selection:res.request,state:0 +msgid "draft" msgstr "" #. module: base +#: selection:ir.property,type:0 +#: field:res.currency,date:0 #: field:res.currency.rate,name:0 #: field:res.partner,date:0 #: field:res.partner.event,date:0 #: field:res.request,date_sent:0 msgid "Date" -msgstr "datum" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_sxw:0 msgid "SXW path" -msgstr "SXW pad" +msgstr "" #. module: base #: view:ir.attachment:0 msgid "Data" -msgstr "Gegevens" - -#. module: base -#: field:ir.cron,user_id:0 -#: field:ir.ui.view.custom,user_id:0 -#: field:ir.values,user_id:0 -#: field:res.partner.event,user_id:0 -#: view:res.users:0 -msgid "User" -msgstr "Gebruiker" - -#. module: base -#: view:res.users:0 -msgid "Groups are used to defined access rights on each screen and menu." msgstr "" -"Groepen worden gebruikt om toegang tot schermen en menu's te verlenen." #. module: base #: field:ir.ui.menu,parent_id:0 #: field:wizard.ir.model.menu.create,menu_id:0 msgid "Parent Menu" -msgstr "Bovenliggend Menu" +msgstr "" #. module: base -#: help:ir.actions.act_window.view,multi:0 -#: help:ir.actions.report.custom,multi:0 -#: help:ir.actions.report.xml,multi:0 -msgid "" -"If set to true, the action will not be displayed on the right toolbar of a " -"form view." +#: field:ir.rule,perm_unlink:0 +msgid "Apply For Delete" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:319 +#, python-format +msgid "Cannot rename column to %s, because that column already exists!" msgstr "" #. module: base @@ -2956,7 +3341,18 @@ msgstr "" #. module: base #: field:res.lang,decimal_point:0 msgid "Decimal Separator" -msgstr "Decimaal scheidingsteken" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_res_groups +msgid "" +"A group is a set of functional areas that will be assigned to the user in " +"order to give them access and rights to specific applications and tasks in " +"the system. You can create custom groups or edit the ones existing by " +"default in order to customize the view of the menu that users will be able " +"to see. Whether they can have a read, write, create and delete access right " +"can be managed from here." +msgstr "" #. module: base #: view:res.partner:0 @@ -2968,17 +3364,28 @@ msgstr "" #. module: base #: field:ir.attachment,create_uid:0 msgid "Creator" -msgstr "Maker" +msgstr "" + +#. module: base +#: model:res.company,overdue_msg:base.main_company +msgid "" +"Please note that the following payments are now due. If your payment " +" has been sent, kindly forward your payment details. If " +"payment will be delayed further, please contact us " +"to discuss. \n" +"Would your payment have been carried out after this mail was sent, please " +"consider the present one as void." +msgstr "" #. module: base #: model:res.country,name:base.mx msgid "Mexico" -msgstr "Mexico" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Swedish / svenska" -msgstr "Sweeds / svenska" +#: model:ir.ui.menu,name:base.menu_base_config_plugins +msgid "Plugins" +msgstr "" #. module: base #: field:res.company,child_ids:0 @@ -2988,15 +3395,15 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_users msgid "res.users" -msgstr "res.users" +msgstr "" #. module: base #: model:res.country,name:base.ni msgid "Nicaragua" -msgstr "Nicaragua" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:1046 #, python-format msgid "The write method is not implemented on this object !" msgstr "" @@ -3004,11 +3411,12 @@ msgstr "" #. module: base #: view:res.partner.event:0 msgid "General Description" -msgstr "Algemene Omschrijving" +msgstr "" #. module: base -#: selection:res.partner.event,type:0 -msgid "Sale Opportunity" +#: model:ir.actions.act_window,name:base.action_config_simple_view_form +#: view:res.config.view:0 +msgid "Configure Your Interface" msgstr "" #. module: base @@ -3017,26 +3425,24 @@ msgid "Meta Datas" msgstr "" #. module: base -#: field:ir.rule,field_id:0 -#: selection:ir.translation,type:0 -msgid "Field" -msgstr "Veld" +#: sql_constraint:ir.ui.view_sc:0 +msgid "Shortcut for this menu already exists!" +msgstr "" + +#. module: base +#: model:res.country,name:base.ve +msgid "Venezuela" +msgstr "" #. module: base #: view:res.lang:0 msgid "9. %j ==> 340" -msgstr "9. %j ==> 340" +msgstr "" #. module: base #: model:res.country,name:base.zm msgid "Zambia" -msgstr "Zambia" - -#. module: base -#: model:ir.actions.act_window,name:base.ir_action_report_xml -#: model:ir.ui.menu,name:base.menu_ir_action_report_xml -msgid "Report Xml" -msgstr "Rapport Xml" +msgstr "" #. module: base #: help:res.partner,user_id:0 @@ -3045,6 +3451,11 @@ msgid "" "any." msgstr "" +#. module: base +#: field:res.partner,parent_id:0 +msgid "Parent Partner" +msgstr "" + #. module: base #: view:ir.module.module:0 msgid "Cancel Upgrade" @@ -3053,12 +3464,29 @@ msgstr "" #. module: base #: model:res.country,name:base.ci msgid "Ivory Coast (Cote D'Ivoire)" -msgstr "Ivoorkust" +msgstr "" #. module: base #: model:res.country,name:base.kz msgid "Kazakhstan" -msgstr "Kazachstan" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%w - Weekday number [0(Sunday),6]." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_partner_form +msgid "" +"A customer is an entity you do business with, like a company or an " +"organization. A customer can have several contacts or addresses which are " +"the people working for this company. You can use the history tab, to follow " +"all transactions related to a customer: sales order, emails, opportunities, " +"claims, etc. If you use the email gateway, the Outlook or the Thunderbird " +"plugin, don't forget to register emails to each contact so that the gateway " +"will automatically attach incoming emails to the right partner." +msgstr "" #. module: base #: field:ir.actions.report.xml,name:0 @@ -3069,54 +3497,79 @@ msgstr "Kazachstan" #: field:ir.module.category,name:0 #: field:ir.module.module,name:0 #: field:ir.module.module.dependency,name:0 -#: rml:ir.module.reference:0 -#: field:ir.module.repository,name:0 +#: report:ir.module.reference.graph:0 #: field:ir.property,name:0 -#: field:ir.report.custom.fields,name:0 +#: field:ir.rule,name:0 +#: field:ir.sequence,name:0 +#: field:ir.sequence.type,name:0 #: field:ir.values,name:0 -#: field:maintenance.contract.module,name:0 +#: field:multi_company.default,name:0 #: field:res.bank,name:0 #: field:res.config.view,name:0 #: field:res.lang,name:0 #: field:res.partner,name:0 #: field:res.partner.bank.type,name:0 +#: view:res.partner.event:0 #: field:res.request.link,name:0 -#: field:res.users,name:0 #: field:workflow,name:0 #: field:workflow.activity,name:0 msgid "Name" -msgstr "Naam" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,multi:0 +msgid "" +"If set to true, the action will not be displayed on the right toolbar of a " +"form view" +msgstr "" #. module: base #: model:res.country,name:base.ms msgid "Montserrat" msgstr "" +#. module: base +#: code:addons/base/ir/ir_model.py:205 +#, python-format +msgid "" +"The Selection Options expression is not a valid Pythonic expression.Please " +"provide an expression in the [('key','Label'), ...] format." +msgstr "" + #. module: base #: model:ir.ui.menu,name:base.menu_translation_app msgid "Application Terms" msgstr "" #. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Calculate Average" -msgstr "Bereken Gemiddelde" +#: help:res.config.users,context_tz:0 +#: help:res.users,context_tz:0 +msgid "" +"The user's timezone, used to perform timezone conversions between the server " +"and the client." +msgstr "" #. module: base #: field:ir.module.module,demo:0 msgid "Demo data" -msgstr "Demo gegevens" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_workflow_instance_form -#: model:ir.ui.menu,name:base.menu_workflow_instance -msgid "Instances" -msgstr "Exemplaren" +#: selection:base.language.install,lang:0 +msgid "English (UK)" +msgstr "" #. module: base -#: model:res.country,name:base.aq -msgid "Antarctica" -msgstr "Antarctica" +#: selection:base.language.install,lang:0 +msgid "Japanese / 日本語" +msgstr "" + +#. module: base +#: help:workflow.transition,act_from:0 +msgid "" +"Source activity. When this activity is over, the condition is tested to " +"determine if we can start the ACT_TO activity." +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_3 @@ -3124,87 +3577,77 @@ msgid "Starter Partner" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_actions_act_window_view -msgid "ir.actions.act_window.view" -msgstr "ir.actions.act_window.view" - -#. module: base -#: rml:ir.module.reference:0 -msgid "Web" -msgstr "Web" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format +#: help:ir.model.fields,relation_field:0 msgid "" -"You try to write on an record that doesn't exist ' \\n " -" '(Document type: %s)." +"For one2many fields, the field on the target model that implement the " +"opposite many2one relationship" msgstr "" #. module: base -#: field:res.bank,zip:0 -#: field:res.partner.address,zip:0 -#: field:res.partner.bank,zip:0 -msgid "Zip" -msgstr "Postcode" +#: model:ir.model,name:base.model_ir_actions_act_window_view +msgid "ir.actions.act_window.view" +msgstr "" #. module: base -#: field:res.partner.event,planned_revenue:0 -msgid "Planned Revenue" -msgstr "Geraamde Opbrengst" +#: report:ir.module.reference.graph:0 +msgid "Web" +msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "" -"You have to import a .CSV file wich is encoded in UTF-8. Please check that " -"the first line of your file is one of the following:" +#: selection:base.language.install,lang:0 +msgid "English (CA)" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_publisher_warranty_contract +msgid "publisher_warranty.contract" msgstr "" #. module: base #: model:res.country,name:base.et msgid "Ethiopia" -msgstr "Ethiopië" +msgstr "" #. module: base -#: view:res.lang:0 -msgid "%H - Hour (24-hour clock) as a decimal number [00,23]." -msgstr "%H - Uur (24-uurs aanduiding) als een decimaal getal [00,23]." - -#. module: base -#: view:res.roles:0 -msgid "Role" -msgstr "Rol" +#: help:res.country.state,code:0 +msgid "The state code in three chars.\n" +msgstr "" #. module: base #: model:res.country,name:base.sj msgid "Svalbard and Jan Mayen Islands" -msgstr "Svalbard en Jan Mayen eilanden" - -#. module: base -#: view:ir.rule:0 -msgid "Test" -msgstr "Test" - -#. module: base -#: field:ir.report.custom.fields,groupby:0 -msgid "Group By" -msgstr "Groeperen op" - -#. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "'%s' contains too many dots. XML ids should not contain dots ! These are used to refer to other modules data, as in module.reference_id" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIALOG_WARNING" -msgstr "STOCK_DIALOG_WARNING" +#: model:ir.model,name:base.model_ir_actions_wizard +#: selection:ir.ui.menu,action:0 +msgid "ir.actions.wizard" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_IN" -msgstr "STOCK_ZOOM_IN" +#: view:ir.actions.act_window:0 +#: view:ir.actions.report.xml:0 +#: view:ir.actions.server:0 +#: view:ir.filters:0 +#: view:res.request:0 +msgid "Group By" +msgstr "" + +#. module: base +#: view:res.config:0 +#: view:res.config.installer:0 +msgid "title" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_base_language_install +msgid "Install Language" +msgstr "" + +#. module: base +#: view:ir.translation:0 +msgid "Translation" +msgstr "" #. module: base #: selection:res.request,state:0 @@ -3212,7 +3655,7 @@ msgid "closed" msgstr "" #. module: base -#: selection:wizard.module.lang.export,state:0 +#: selection:base.language.export,state:0 msgid "get" msgstr "" @@ -3222,30 +3665,36 @@ msgid "On delete property for many2one fields" msgstr "" #. module: base -#: model:res.country,name:base.do -msgid "Dominican Republic" -msgstr "Dominicaanse Republiek" +#: field:ir.actions.server,write_id:0 +msgid "Write Id" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_product +msgid "Products" +msgstr "" #. module: base #: field:ir.actions.act_window,domain:0 +#: field:ir.filters,domain:0 msgid "Domain Value" msgstr "" -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ITALIC" -msgstr "STOCK_ITALIC" - #. module: base #: view:ir.actions.server:0 msgid "SMS Configuration" -msgstr "SMS instellingen" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (BO) / Español (BO)" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.ir_access_act #: model:ir.ui.menu,name:base.menu_ir_access_act msgid "Access Controls List" -msgstr "Toegangscontrole Lijst" +msgstr "" #. module: base #: model:res.country,name:base.um @@ -3259,15 +3708,10 @@ msgid "Bank Type" msgstr "" #. module: base -#: code:addons/addons/base/res/res_user.py:0 +#: code:addons/base/res/res_user.py:58 +#: code:addons/base/res/res_user.py:67 #, python-format msgid "The name of the group can not start with \"-\"" -msgstr "De naam van de groep kan niet beginnen met \"-\"" - -#. module: base -#: wizard_view:module.upgrade,end:0 -#: wizard_view:module.upgrade,start:0 -msgid "We suggest you to reload the menu tab (Ctrl+t Ctrl+r)." msgstr "" #. module: base @@ -3282,28 +3726,46 @@ msgid "Init Date" msgstr "" #. module: base +#: selection:base.language.install,lang:0 +msgid "Gujarati / ગુજરાતી" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:257 +#, python-format +msgid "" +"Unable to process module \"%s\" because an external dependency is not met: %s" +msgstr "" + +#. module: base +#: view:publisher_warranty.contract.wizard:0 +msgid "Please enter the serial key provided in your contract document:" +msgstr "" + +#. module: base +#: view:workflow.activity:0 #: field:workflow.activity,flow_start:0 msgid "Flow Start" msgstr "" #. module: base -#: view:ir.model:0 -#: view:ir.model.fields:0 -msgid "Security on Groups" +#: code:addons/__init__.py:834 +#, python-format +msgid "module base cannot be loaded! (hint: verify addons-path)" msgstr "" #. module: base #: view:res.partner.bank:0 msgid "Bank Account Owner" -msgstr "Rekeninghouder" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.act_values_form -#: model:ir.ui.menu,name:base.menu_values_form msgid "Client Actions Connections" msgstr "" #. module: base +#: field:ir.attachment,res_name:0 #: field:ir.ui.view_sc,resource:0 msgid "Resource Name" msgstr "" @@ -3311,7 +3773,7 @@ msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Hours" -msgstr "Uren" +msgstr "" #. module: base #: model:res.country,name:base.gp @@ -3319,18 +3781,28 @@ msgid "Guadeloupe (French)" msgstr "" #. module: base -#: field:ir.report.custom.fields,cumulate:0 -msgid "Accumulate" -msgstr "Verzamelen" - -#. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 +#: code:addons/base/res/res_lang.py:157 +#: code:addons/base/res/res_lang.py:159 +#: code:addons/base/res/res_lang.py:161 #, python-format -msgid "Tree can only be used in tabular reports" +msgid "User Error" msgstr "" #. module: base -#: rml:ir.module.reference:0 +#: help:workflow.transition,signal:0 +msgid "" +"When the operation of transition comes from a button pressed in the client " +"form, signal tests the name of the pressed button. If signal is NULL, no " +"button is necessary to validate this transition." +msgstr "" + +#. module: base +#: help:multi_company.default,object_id:0 +msgid "Object affected by this rule" +msgstr "" + +#. module: base +#: report:ir.module.reference.graph:0 msgid "Directory" msgstr "" @@ -3340,29 +3812,30 @@ msgid "Menu Name" msgstr "" #. module: base -#: field:ir.report.custom,title:0 -msgid "Report Title" +#: view:ir.module.module:0 +msgid "Author Website" msgstr "" #. module: base -#: field:ir.report.custom.fields,fontcolor:0 -msgid "Font color" -msgstr "Tekstkleur" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SORT_DESCENDING" -msgstr "STOCK_SORT_DESCENDING" +#: view:ir.attachment:0 +msgid "Month" +msgstr "" #. module: base #: model:res.country,name:base.my msgid "Malaysia" -msgstr "Maleisië" +msgstr "" + +#. module: base +#: view:base.language.install:0 +#: model:ir.actions.act_window,name:base.action_view_base_language_install +msgid "Load Official Translation" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_request_history msgid "res.request.history" -msgstr "res.request.history" +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -3370,85 +3843,95 @@ msgid "Client Action Configuration" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_address_form #: model:ir.model,name:base.model_res_partner_address #: view:res.partner.address:0 msgid "Partner Addresses" -msgstr "Relatie adressen" - -#. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Indonesian / Bahasa Indonesia" msgstr "" #. module: base -#: model:res.country,name:base.as -msgid "American Samoa" -msgstr "Amerikaans Samoa" +#: help:ir.model.fields,translate:0 +msgid "" +"Whether values for this field can be translated (enables the translation " +"mechanism for that field)" +msgstr "" #. module: base -#: code:addons/addons/base/module/module.py:0 -#, python-format -msgid "" -"Some installed modules depend on the module you plan to Uninstall :\n" -" %s" +#: view:res.lang:0 +msgid "%S - Seconds [00,61]." +msgstr "" + +#. module: base +#: model:res.country,name:base.cv +msgid "Cape Verde" +msgstr "" + +#. module: base +#: view:base.module.import:0 +msgid "Select module package to import (.zip file):" msgstr "" #. module: base #: model:ir.actions.act_window,name:base.act_res_partner_event #: field:res.partner,events:0 #: field:res.partner.event,name:0 +#: model:res.widget,title:base.events_widget msgid "Events" msgstr "" -#. module: base -#: model:ir.actions.act_window,name:base.action_res_roles -#: model:ir.ui.menu,name:base.menu_action_res_roles -msgid "Roles Structure" -msgstr "" - #. module: base #: model:ir.model,name:base.model_ir_actions_url #: selection:ir.ui.menu,action:0 msgid "ir.actions.url" -msgstr "ir.actions.url" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_STOP" -msgstr "STOCK_MEDIA_STOP" +#: model:res.widget,title:base.currency_converter_widget +msgid "Currency Converter" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:156 #, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." msgstr "" -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DND_MULTIPLE" -msgstr "STOCK_DND_MULTIPLE" - #. module: base #: model:ir.actions.act_window,name:base.action_partner_addess_tree #: view:res.partner:0 msgid "Partner Contacts" -msgstr "Contactpersonen" +msgstr "" #. module: base -#: wizard_field:module.module.update,update,add:0 +#: field:base.module.update,add:0 msgid "Number of modules added" -msgstr "Aantal toegevoegde modules" +msgstr "" #. module: base -#: field:workflow.transition,role_id:0 -msgid "Role Required" -msgstr "Rol Vereist" +#: view:res.currency:0 +msgid "Price Accuracy" +msgstr "" #. module: base -#: view:ir.module.module:0 -msgid "Created Menus" -msgstr "Aangemaakte Menu's" +#: selection:base.language.install,lang:0 +msgid "Latvian / latviešu valoda" +msgstr "" + +#. module: base +#: view:res.config:0 +#: view:res.config.installer:0 +msgid "vsep" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "French / Français" +msgstr "" + +#. module: base +#: code:addons/orm.py:1049 +#, python-format +msgid "The create method is not implemented on this object !" +msgstr "" #. module: base #: field:workflow.triggers,workitem_id:0 @@ -3456,65 +3939,70 @@ msgid "Workitem" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_INDENT" -msgstr "STOCK_INDENT" +#: view:ir.actions.todo:0 +msgid "Set as Todo" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_OUT" -msgstr "STOCK_ZOOM_OUT" - -#. module: base -#: model:ir.model,name:base.model_ir_ui_view -msgid "ir.ui.view" -msgstr "ir.ui.view" +#: field:ir.actions.act_window.view,act_window_id:0 +#: view:ir.actions.actions:0 +#: field:ir.actions.todo,action_id:0 +#: field:ir.ui.menu,action:0 +#: field:ir.values,action_id:0 +#: selection:ir.values,key:0 +#: view:res.users:0 +msgid "Action" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Email Configuration" -msgstr "Email Configuratie" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_cron msgid "ir.cron" -msgstr "ir.cron" +msgstr "" #. module: base -#: field:res.request,act_to:0 -#: field:res.request.history,act_to:0 -msgid "To" -msgstr "Aan" +#: view:ir.rule:0 +msgid "Combination of rules" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Current Year without Century: %(y)s" +msgstr "" #. module: base #: field:ir.actions.server,trigger_obj_id:0 msgid "Trigger On" msgstr "" +#. module: base +#: sql_constraint:ir.rule:0 +msgid "Rule must have at least one checked access right !" +msgstr "" + #. module: base #: model:res.country,name:base.fj msgid "Fiji" -msgstr "Fiji" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CLOSE" -msgstr "STOCK_CLOSE" +#: field:ir.model.fields,size:0 +msgid "Size" +msgstr "" #. module: base -#: view:res.lang:0 -msgid "%m - Month as a decimal number [01,12]." -msgstr "%m - Maand als een decimaal getal [01,12]." - -#. module: base -#: view:wizard.module.lang.export:0 -msgid "Export Data" -msgstr "Gegevens exporteren" +#: model:res.country,name:base.sd +msgid "Sudan" +msgstr "" #. module: base #: model:res.country,name:base.fm msgid "Micronesia" -msgstr "Micronesië" +msgstr "" #. module: base #: view:res.request.history:0 @@ -3522,15 +4010,21 @@ msgid "Request History" msgstr "" #. module: base +#: field:ir.actions.act_window,menus:0 #: field:ir.module.module,menus_by_module:0 #: view:res.groups:0 msgid "Menus" -msgstr "Menu's" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Serbian (Latin) / srpski" +msgstr "" #. module: base #: model:res.country,name:base.il msgid "Israel" -msgstr "Israël" +msgstr "" #. module: base #: model:ir.actions.wizard,name:base.wizard_server_action_create @@ -3542,43 +4036,35 @@ msgstr "" #: model:ir.model,name:base.model_ir_model #: model:ir.ui.menu,name:base.ir_model_model_menu msgid "Objects" -msgstr "Objecten" +msgstr "" #. module: base #: field:res.lang,time_format:0 msgid "Time Format" -msgstr "Tijdnotatie" - -#. module: base -#: wizard_view:module.upgrade,next:0 -msgid "Your system will be upgraded." msgstr "" #. module: base #: view:ir.module.module:0 msgid "Defined Reports" -msgstr "Gedefinieerde Rapporten" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-tools" -msgstr "terp-tools" +msgstr "" #. module: base #: view:ir.actions.report.xml:0 msgid "Report xml" -msgstr "XML Rapport" +msgstr "" #. module: base +#: field:base.language.export,modules:0 #: model:ir.actions.act_window,name:base.action_module_open_categ #: model:ir.actions.act_window,name:base.open_module_tree #: view:ir.module.module:0 +#: model:ir.ui.menu,name:base.menu_management #: model:ir.ui.menu,name:base.menu_module_tree -#: field:wizard.module.lang.export,modules:0 msgid "Modules" -msgstr "Modules" +msgstr "" #. module: base +#: view:workflow.activity:0 #: selection:workflow.activity,kind:0 #: field:workflow.activity,subflow_id:0 #: field:workflow.workitem,subflow_id:0 @@ -3586,9 +4072,9 @@ msgid "Subflow" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_UNDO" -msgstr "STOCK_UNDO" +#: model:ir.model,name:base.model_res_config +msgid "res.config" +msgstr "" #. module: base #: field:workflow.transition,signal:0 @@ -3601,52 +4087,22 @@ msgstr "" #: view:res.bank:0 #: field:res.partner,bank_ids:0 msgid "Banks" -msgstr "Banken" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-sale" -msgstr "terp-sale" - -#. module: base -#: view:res.lang:0 -msgid "%d - Day of the month as a decimal number [01,31]." -msgstr "%d - Dag van de maand als decimaal getal [01,31]." - -#. module: base -#: view:res.lang:0 -msgid "%I - Hour (12-hour clock) as a decimal number [01,12]." -msgstr "%I - Uur (12-uurs klok) als decimal getal [01,12]." - -#. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Romanian / limba română" -msgstr "Roemeens / limba română" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ADD" -msgstr "STOCK_ADD" - -#. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "in" +#: view:res.log:0 +msgid "Unread" msgstr "" #. module: base #: field:ir.cron,doall:0 msgid "Repeat Missed" -msgstr "Herhaal gemiste" +msgstr "" #. module: base -#: code:addons/addons/base/module/wizard/wizard_module_import.py:0 -#, python-format -msgid "Can not create the module file: %s !" -msgstr "Kan het modulebestand niet aanmaken: %s !" +#: help:ir.actions.server,state:0 +msgid "Type of the Action that is to be executed" +msgstr "" #. module: base #: field:ir.server.object.lines,server_id:0 @@ -3662,33 +4118,28 @@ msgstr "" #. module: base #: model:res.country,name:base.uk msgid "United Kingdom" -msgstr "Groot-Brittanië" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "Create / Write" -msgstr "Aanmaken / Schrijven" +#: view:res.config:0 +#: view:res.config.users:0 +#: view:res.config.view:0 +msgid "res_config_contents" +msgstr "" #. module: base #: help:res.partner.category,active:0 msgid "The active field allows you to hide the category without removing it." msgstr "" -"Het actieve veld staat toe dat de categorie wordt verborgen zonder ze te " -"verwijderen." #. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "Object:" -msgstr "Object:" +msgstr "" #. module: base #: model:res.country,name:base.bw msgid "Botswana" -msgstr "Botswana" - -#. module: base -#: view:ir.module.module:0 -msgid "Uninstall (beta)" msgstr "" #. module: base @@ -3696,22 +4147,22 @@ msgstr "" #: model:ir.ui.menu,name:base.menu_partner_title_partner #: view:res.partner.title:0 msgid "Partner Titles" -msgstr "Relatietitels" - -#. module: base -#: selection:ir.actions.todo,type:0 -msgid "Service" -msgstr "Dienst" +msgstr "" #. module: base #: help:ir.actions.act_window,auto_refresh:0 msgid "Add an auto-refresh on the view" -msgstr "Automatisch herladen aan weergave toevoegen" +msgstr "" #. module: base -#: wizard_view:module.upgrade,next:0 -#: wizard_field:module.upgrade,next,module_download:0 -msgid "Modules to download" +#: help:res.partner,employee:0 +msgid "Check this box if the partner is an Employee." +msgstr "" + +#. module: base +#: field:ir.actions.report.xml,report_rml_content:0 +#: field:ir.actions.report.xml,report_rml_content_data:0 +msgid "RML content" msgstr "" #. module: base @@ -3721,19 +4172,32 @@ msgid "Workitems" msgstr "" #. module: base -#: field:wizard.module.lang.export,advice:0 +#: field:base.language.export,advice:0 msgid "Advice" -msgstr "Advies" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_attachment msgid "ir.attachment" -msgstr "ir.attachment" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: code:addons/orm.py:3533 +#, python-format +msgid "" +"You cannot perform this operation. New Record Creation is not allowed for " +"this object as this object is for reporting purpose." +msgstr "" + +#. module: base +#: view:base.language.import:0 +msgid "- module,type,name,res_id,src,value" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Lithuanian / Lietuvių kalba" -msgstr "Litouws / Lietuvių kalba" +msgstr "" #. module: base #: help:ir.actions.server,record_id:0 @@ -3741,14 +4205,16 @@ msgid "" "Provide the field name where the record id is stored after the create " "operations. If it is empty, you can not track the new record." msgstr "" -"Geef de veldnaam waar het record id is opgeslagen na de aanmaak operaties. " -"Als het leeg is kunt u het nieuwe record niet volgen." #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Couldn't find tag '%s' in parent view !" -msgstr "'%s' niet gevonden in de bovenliggende weergave !" +#: help:ir.model.fields,relation:0 +msgid "For relationship fields, the technical name of the target model" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Indonesian / Bahasa Indonesia" +msgstr "" #. module: base #: field:ir.ui.view,inherit_id:0 @@ -3756,37 +4222,65 @@ msgid "Inherited View" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_translation -msgid "ir.translation" -msgstr "ir.translation" +#: view:ir.translation:0 +msgid "Source Term" +msgstr "" #. module: base -#: model:res.country,name:base.lu -msgid "Luxembourg" -msgstr "Luxemburg" +#: model:ir.ui.menu,name:base.menu_main_pm +msgid "Project" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.open_module_tree_install -#: model:ir.ui.menu,name:base.menu_module_tree_install -msgid "Installed modules" -msgstr "Geïnstalleerde modules" +#: field:ir.ui.menu,web_icon_hover_data:0 +msgid "Web Icon Image (hover)" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "The name_get method is not implemented on this object !" -msgstr "De name_get methode is niet geïmplementeerd in dit object !" +#: view:base.module.import:0 +msgid "Module file successfully imported!" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,state:0 +msgid "Cancelled" +msgstr "" + +#. module: base +#: view:res.config.users:0 +msgid "Create User" +msgstr "" + +#. module: base +#: view:partner.clear.ids:0 +msgid "Want to Clear Ids ? " +msgstr "" + +#. module: base +#: field:publisher_warranty.contract,name:0 +#: field:publisher_warranty.contract.wizard,name:0 +msgid "Serial Key" +msgstr "" + +#. module: base +#: selection:res.request,priority:0 +msgid "Low" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_audit +msgid "Audit" +msgstr "" #. module: base #: model:res.country,name:base.lc msgid "Saint Lucia" -msgstr "Santa Lucia" +msgstr "" #. module: base -#: model:ir.model,name:base.model_maintenance_contract -#: view:maintenance.contract:0 +#: view:publisher_warranty.contract:0 msgid "Maintenance Contract" -msgstr "Onderhoudscontract" +msgstr "" #. module: base #: help:ir.actions.server,trigger_obj_id:0 @@ -3794,16 +4288,9 @@ msgid "Select the object from the model on which the workflow will executed." msgstr "" #. module: base -#: field:ir.model,state:0 -#: field:ir.model.fields,state:0 -#: field:ir.model.grid,state:0 -msgid "Manually Created" -msgstr "Handmatig aangemaakt" - -#. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Calculate Count" -msgstr "Bereken Aantal" +#: field:res.partner,employee:0 +msgid "Employee" +msgstr "" #. module: base #: field:ir.model.access,perm_create:0 @@ -3813,12 +4300,34 @@ msgstr "" #. module: base #: field:res.partner.address,state_id:0 msgid "Fed. State" -msgstr "Staat/Provincie" +msgstr "" + +#. module: base +#: field:ir.actions.server,copy_object:0 +msgid "Copy Of" +msgstr "" + +#. module: base +#: field:ir.model,osv_memory:0 +msgid "In-memory model" +msgstr "" + +#. module: base +#: view:partner.clear.ids:0 +msgid "Clear Ids" +msgstr "" #. module: base #: model:res.country,name:base.io msgid "British Indian Ocean Territory" -msgstr "Brits Territorium in de Indische Oceaan" +msgstr "" + +#. module: base +#: field:res.config.users,view:0 +#: field:res.config.view,view:0 +#: field:res.users,view:0 +msgid "Interface" +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -3826,141 +4335,224 @@ msgid "Field Mapping" msgstr "" #. module: base -#: field:maintenance.contract,date_start:0 -msgid "Starting Date" -msgstr "Begindatum" +#: view:publisher_warranty.contract:0 +msgid "Refresh Validation Dates" +msgstr "" #. module: base #: view:ir.model:0 #: field:ir.model.fields,ttype:0 msgid "Field Type" -msgstr "Veldtype" +msgstr "" #. module: base #: field:res.country.state,code:0 msgid "State Code" -msgstr "Staat/Provinciecode" +msgstr "" #. module: base #: field:ir.model.fields,on_delete:0 msgid "On delete" -msgstr "Bij Verwijderen" +msgstr "" #. module: base #: selection:res.lang,direction:0 msgid "Left-to-Right" -msgstr "Links-naar-Rechts" +msgstr "" #. module: base +#: view:res.lang:0 #: field:res.lang,translatable:0 msgid "Translatable" -msgstr "Vertaalbaar" +msgstr "" #. module: base #: model:res.country,name:base.vn msgid "Vietnam" -msgstr "Vietnam" +msgstr "" #. module: base +#: field:res.config.users,signature:0 +#: view:res.users:0 #: field:res.users,signature:0 msgid "Signature" msgstr "" #. module: base -#: code:addons/osv/fields.py:0 +#: code:addons/fields.py:456 +#: code:addons/fields.py:654 +#: code:addons/fields.py:656 +#: code:addons/fields.py:658 +#: code:addons/fields.py:660 +#: code:addons/fields.py:662 +#: code:addons/fields.py:664 #, python-format msgid "Not Implemented" -msgstr "Niet geïmplementeerd" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_widget_user +msgid "res.widget.user" +msgstr "" #. module: base #: field:res.partner.category,complete_name:0 msgid "Full Name" -msgstr "Volledige naam" +msgstr "" + +#. module: base +#: view:base.module.configuration:0 +msgid "_Ok" +msgstr "" + +#. module: base +#: help:ir.filters,user_id:0 +msgid "False means for every user" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:198 +#, python-format +msgid "The name of the module must be unique !" +msgstr "" #. module: base #: model:res.country,name:base.mz msgid "Mozambique" -msgstr "Mozambique" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_project_long_term +msgid "Long Term Planning" +msgstr "" #. module: base #: field:ir.actions.server,message:0 -#: wizard_field:res.partner.spam_send,init,text:0 +#: view:partner.sms.send:0 +#: field:partner.wizard.spam,text:0 +#: field:res.log,name:0 msgid "Message" -msgstr "Bericht" +msgstr "" #. module: base #: field:ir.actions.act_window.view,multi:0 msgid "On Multiple Doc." msgstr "" +#. module: base +#: view:res.partner:0 +#: field:res.partner,user_id:0 +msgid "Salesman" +msgstr "" + #. module: base #: field:res.partner,address:0 #: view:res.partner.address:0 msgid "Contacts" -msgstr "Contactpersonen" +msgstr "" #. module: base -#: model:res.country,name:base.fo -msgid "Faroe Islands" -msgstr "Faeröereilanden" +#: code:addons/orm.py:3199 +#, python-format +msgid "" +"Unable to delete this document because it is used as a default property" +msgstr "" #. module: base -#: model:ir.actions.wizard,name:base.wizard_upgrade -#: model:ir.ui.menu,name:base.menu_wizard_upgrade +#: view:res.widget.wizard:0 +msgid "Add" +msgstr "" + +#. module: base +#: view:base.module.upgrade:0 +#: model:ir.actions.act_window,name:base.action_view_base_module_upgrade_window +#: model:ir.ui.menu,name:base.menu_view_base_module_upgrade msgid "Apply Scheduled Upgrades" -msgstr "Geplande Upgrades Toepassen" +msgstr "" #. module: base -#: model:ir.ui.menu,name:base.maintenance -msgid "Maintenance" -msgstr "Onderhoud" +#: view:res.widget:0 +msgid "Widgets" +msgstr "" #. module: base -#: model:res.country,name:base.mp -msgid "Northern Mariana Islands" -msgstr "Noordelijke Marianaeilanden" +#: model:res.country,name:base.cz +msgid "Czech Republic" +msgstr "" + +#. module: base +#: view:res.widget.wizard:0 +msgid "Widget Wizard" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.act_ir_actions_todo_form +msgid "" +"The configuration wizards are used to help you configure a new instance of " +"OpenERP. They are launched during the installation of new modules, but you " +"can choose to restart some wizards manually from this menu." +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:206 +#, python-format +msgid "" +"Please use the change password wizard (in User Preferences or User menu) to " +"change your own password." +msgstr "" + +#. module: base +#: code:addons/orm.py:1350 +#, python-format +msgid "Insufficient fields for Calendar View!" +msgstr "" + +#. module: base +#: selection:ir.property,type:0 +msgid "Integer" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,report_rml:0 +msgid "" +"The path to the main report file (depending on Report Type) or NULL if the " +"content is in another data field" +msgstr "" + +#. module: base +#: help:res.config.users,company_id:0 +#: help:res.users,company_id:0 +msgid "The company this user is currently working for." +msgstr "" #. module: base #: model:ir.model,name:base.model_wizard_ir_model_menu_create msgid "wizard.ir.model.menu.create" -msgstr "wizard.ir.model.menu.create" +msgstr "" #. module: base #: view:workflow.transition:0 msgid "Transition" -msgstr "Overgang" +msgstr "" #. module: base -#: field:ir.actions.todo,active:0 -#: field:ir.cron,active:0 -#: field:ir.module.repository,active:0 -#: field:ir.sequence,active:0 -#: field:res.bank,active:0 -#: field:res.currency,active:0 -#: field:res.lang,active:0 -#: field:res.partner,active:0 -#: field:res.partner.address,active:0 -#: field:res.partner.canal,active:0 -#: field:res.partner.category,active:0 -#: field:res.partner.event.type,active:0 -#: field:res.request,active:0 -#: field:res.users,active:0 -msgid "Active" -msgstr "Actief" +#: field:res.groups,menu_access:0 +msgid "Access Menu" +msgstr "" #. module: base #: model:res.country,name:base.na msgid "Namibia" -msgstr "Namibië" +msgstr "" #. module: base #: model:res.country,name:base.mn msgid "Mongolia" -msgstr "Mongolië" +msgstr "" #. module: base -#: view:res.partner.som:0 -msgid "Partner State of Mind" +#: view:ir.module.module:0 +msgid "Created Menus" msgstr "" #. module: base @@ -3971,37 +4563,92 @@ msgstr "" #. module: base #: model:res.country,name:base.bi msgid "Burundi" -msgstr "Burundi" +msgstr "" + +#. module: base +#: view:base.language.install:0 +#: view:base.module.import:0 +#: view:base.module.update:0 +#: view:publisher_warranty.contract.wizard:0 +#: view:res.request:0 +#: wizard_button:server.action.create,init,end:0 +#: wizard_button:server.action.create,step_1,end:0 +msgid "Close" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (MX) / Español (MX)" +msgstr "" + +#. module: base +#: view:res.log:0 +msgid "My Logs" +msgstr "" #. module: base #: model:res.country,name:base.bt msgid "Bhutan" -msgstr "Bhutan" +msgstr "" + +#. module: base +#: help:ir.sequence,number_next:0 +msgid "Next number of this sequence" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_11 msgid "Textile Suppliers" -msgstr "Textiel leveranciers" +msgstr "" #. module: base #: selection:ir.actions.url,target:0 msgid "This Window" -msgstr "Dit Venster" +msgstr "" #. module: base -#: field:wizard.module.lang.export,format:0 +#: view:publisher_warranty.contract:0 +msgid "Publisher Warranty Contracts" +msgstr "" + +#. module: base +#: help:res.log,name:0 +msgid "The logging message." +msgstr "" + +#. module: base +#: field:base.language.export,format:0 msgid "File Format" -msgstr "Bestandsformaat" +msgstr "" + +#. module: base +#: field:res.lang,iso_code:0 +msgid "ISO code" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_config_view msgid "res.config.view" -msgstr "res.config.view" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIALOG_AUTHENTICATION" -msgstr "STOCK_DIALOG_AUTHENTICATION" +#: view:res.log:0 +#: field:res.log,read:0 +msgid "Read" +msgstr "" + +#. module: base +#: sql_constraint:res.country:0 +msgid "The name of the country must be unique !" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_country_state +msgid "" +"If you are working on the American market, you can manage the different " +"federal states you are working on from here. Each state is attached to one " +"country." +msgstr "" #. module: base #: view:workflow.workitem:0 @@ -4011,16 +4658,14 @@ msgstr "" #. module: base #: model:res.country,name:base.vc msgid "Saint Vincent & Grenadines" -msgstr "Saint Vincent & Grenadines" +msgstr "" #. module: base -#: field:ir.model.config,password:0 -#: field:maintenance.contract,password:0 -#: field:maintenance.contract.wizard,password:0 -#: wizard_field:res.partner.sms_send,init,password:0 +#: field:partner.sms.send,password:0 +#: field:res.config.users,password:0 #: field:res.users,password:0 msgid "Password" -msgstr "Wachtwoord" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_model_fields @@ -4028,34 +4673,52 @@ msgstr "Wachtwoord" #: field:ir.model,field_id:0 #: model:ir.model,name:base.model_ir_model_fields #: view:ir.model.fields:0 -#: field:ir.model.grid,field_id:0 -#: field:ir.property,fields_id:0 -#: field:ir.report.custom,fields_child0:0 #: model:ir.ui.menu,name:base.ir_model_model_fields msgid "Fields" -msgstr "Velden" +msgstr "" #. module: base -#: model:res.country,name:base.mk -msgid "Macedonia" -msgstr "Macedonië" +#: model:ir.actions.act_window,name:base.action_partner_employee_form +msgid "Employees" +msgstr "" + +#. module: base +#: help:res.log,read:0 +msgid "" +"If this log item has been read, get() should not send it to the client" +msgstr "" #. module: base #: field:res.company,rml_header2:0 +#: field:res.company,rml_header3:0 msgid "RML Internal Header" msgstr "" #. module: base -#: selection:ir.report.custom,print_format:0 -msgid "a4" -msgstr "a4" +#: field:ir.actions.act_window,search_view_id:0 +msgid "Search View Ref." +msgstr "" + +#. module: base +#: field:ir.module.module,installed_version:0 +msgid "Latest version" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.res_partner_canal-act +msgid "" +"Track from where is coming your leads and opportunities by creating specific " +"channels that will be maintained at the creation of a document in the " +"system. Some examples of channels can be: Website, Phone Call, Reseller, etc." +msgstr "" #. module: base #: model:res.partner.bank.type.field,name:base.bank_normal_field msgid "acc_number" -msgstr "acc_number" +msgstr "" #. module: base +#: model:ir.actions.act_window,name:base.action_partner_address_form #: model:ir.ui.menu,name:base.menu_partner_address_form msgid "Addresses" msgstr "" @@ -4063,29 +4726,24 @@ msgstr "" #. module: base #: model:res.country,name:base.mm msgid "Myanmar" -msgstr "Myanmar (Birma)" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Chinese (CN) / 简体中文" -msgstr "Chinees (CN) / 简体中文" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_NEXT" -msgstr "STOCK_MEDIA_NEXT" +msgstr "" #. module: base #: field:res.bank,street:0 #: field:res.partner.address,street:0 #: field:res.partner.bank,street:0 msgid "Street" -msgstr "Straat" +msgstr "" #. module: base -#: wizard_view:module.upgrade,next:0 -msgid "Note that this operation my take a few minutes." -msgstr "Deze vewerking kan een paar minuten duren." +#: model:res.country,name:base.yu +msgid "Yugoslavia" +msgstr "" #. module: base #: field:ir.model.data,name:0 @@ -4095,87 +4753,70 @@ msgstr "" #. module: base #: model:res.country,name:base.ca msgid "Canada" -msgstr "Canada" - -#. module: base -#: field:ir.actions.report.xml,report_name:0 -msgid "Internal Name" -msgstr "Interne Naam" +msgstr "" #. module: base #: selection:ir.module.module.dependency,state:0 msgid "Unknown" -msgstr "Onbekend" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_res_users_my msgid "Change My Preferences" -msgstr "Mijn Voorkeuren Wijzigen" +msgstr "" #. module: base -#: constraint:ir.actions.act_window:0 +#: code:addons/base/ir/ir_actions.py:164 +#, python-format msgid "Invalid model name in the action definition." msgstr "" #. module: base -#: wizard_field:res.partner.sms_send,init,text:0 +#: field:partner.sms.send,text:0 msgid "SMS Message" -msgstr "SMS Bericht" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EDIT" -msgstr "STOCK_EDIT" +msgstr "" #. module: base #: model:res.country,name:base.cm msgid "Cameroon" -msgstr "Kameroen" +msgstr "" #. module: base #: model:res.country,name:base.bf msgid "Burkina Faso" -msgstr "Burkina Faso" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_FORWARD" -msgstr "STOCK_MEDIA_FORWARD" +msgstr "" #. module: base #: selection:ir.actions.todo,state:0 msgid "Skipped" -msgstr "Overgeslagen" +msgstr "" #. module: base #: selection:ir.model.fields,state:0 msgid "Custom Field" -msgstr "Aangepast Veld" +msgstr "" + +#. module: base +#: field:ir.module.module,web:0 +msgid "Has a web component" +msgstr "" #. module: base #: model:res.country,name:base.cc msgid "Cocos (Keeling) Islands" -msgstr "Kokoseilanden (Keeling)" - -#. module: base -#: field:workflow.instance,uid:0 -msgid "User ID" -msgstr "Gebruikers ID" - -#. module: base -#: view:ir.actions.server:0 -msgid "" -"Access all the fields related to the current object using expression in " -"double brackets, i.e.[[ object.partner_id.name ]]" msgstr "" -"Toegang tot alle velden gerelateerd aan het huidige object door gebruik te " -"maken van de expressie binnen dubbele blokhaken. Bijv. [[ " -"object.partner_id.name ]]" + +#. module: base +#: selection:base.language.install,state:0 +#: selection:base.module.import,state:0 +#: selection:base.module.update,state:0 +msgid "init" +msgstr "" #. module: base #: view:res.lang:0 msgid "11. %U or %W ==> 48 (49th week)" -msgstr "11. %U or %W ==> 48 (49e week)" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner_bank_type_field @@ -4183,147 +4824,144 @@ msgid "Bank type fields" msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "type,name,res_id,src,value" -msgstr "type,name,res_id,src,value" - -#. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Dutch / Nederlands" -msgstr "Dutch / Nederlands" +msgstr "" #. module: base -#: model:res.country,name:base.to -msgid "Tonga" -msgstr "Tonga" +#: code:addons/base/res/res_config.py:384 +#, python-format +msgid "" +"\n" +"\n" +"This addon is already installed on your system" +msgstr "" + +#. module: base +#: help:ir.cron,interval_number:0 +msgid "Repeat every x." +msgstr "" #. module: base #: wizard_view:server.action.create,step_1:0 #: wizard_field:server.action.create,step_1,report:0 msgid "Select Report" -msgstr "Selecteer Rapport" - -#. module: base -#: field:ir.report.custom.fields,fc1_condition:0 -#: field:ir.report.custom.fields,fc2_condition:0 -#: field:ir.report.custom.fields,fc3_condition:0 -msgid "condition" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SAVE" -msgstr "STOCK_SAVE" +#: report:ir.module.reference.graph:0 +msgid "1cm 28cm 20cm 28cm" +msgstr "" #. module: base -#: rml:ir.module.reference:0 -msgid "1cm 28cm 20cm 28cm" -msgstr "1cm 28cm 20cm 28cm" +#: field:ir.module.module,maintainer:0 +msgid "Maintainer" +msgstr "" #. module: base #: field:ir.sequence,suffix:0 msgid "Suffix" -msgstr "Achtervoegsel" +msgstr "" #. module: base #: model:res.country,name:base.mo msgid "Macau" -msgstr "Macau" +msgstr "" #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report msgid "Labels" -msgstr "Etiketten" +msgstr "" #. module: base -#: wizard_field:res.partner.spam_send,init,from:0 +#: field:partner.wizard.spam,email_from:0 msgid "Sender's email" -msgstr "E-mailadres Afzender" +msgstr "" #. module: base #: field:ir.default,field_name:0 msgid "Object Field" -msgstr "Objectveld" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Records were modified in the meanwhile" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_NEW" -msgstr "STOCK_NEW" +#: selection:base.language.install,lang:0 +msgid "Spanish (PE) / Español (PE)" +msgstr "" #. module: base -#: view:ir.report.custom.fields:0 -msgid "Report Fields" -msgstr "Rapport Velden" +#: selection:base.language.install,lang:0 +msgid "French (CH) / Français (CH)" +msgstr "" #. module: base -#: view:res.partner:0 -msgid "General" -msgstr "Algemeen" +#: help:res.config.users,action_id:0 +#: help:res.users,action_id:0 +msgid "" +"If specified, this action will be opened at logon for this user, in addition " +"to the standard menu." +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: view:ir.values:0 +msgid "Client Actions" +msgstr "" + +#. module: base +#: code:addons/orm.py:1806 #, python-format msgid "The exists method is not implemented on this object !" msgstr "" +#. module: base +#: code:addons/base/module/module.py:336 +#, python-format +msgid "" +"You try to upgrade a module that depends on the module: %s.\n" +"But this module is not available in your system." +msgstr "" + #. module: base #: field:workflow.transition,act_to:0 msgid "Destination Activity" msgstr "" -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "The name_search method is not implemented on this object !" -msgstr "De name_search methode is niet in geïmplementeerd dit object !" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-mrp" -msgstr "terp-mrp" - #. module: base #: view:ir.values:0 msgid "Connect Events to Actions" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ABOUT" -msgstr "STOCK_ABOUT" +#: model:ir.model,name:base.model_base_update_translations +msgid "base.update.translations" +msgstr "" #. module: base #: field:ir.module.category,parent_id:0 #: field:res.partner.category,parent_id:0 msgid "Parent Category" -msgstr "Bovenliggende Categorie" +msgstr "" #. module: base -#: model:res.country,name:base.fi -msgid "Finland" -msgstr "Finland" +#: selection:ir.property,type:0 +msgid "Integer Big" +msgstr "" #. module: base #: selection:res.partner.address,type:0 #: selection:res.partner.title,domain:0 +#: view:res.users:0 msgid "Contact" -msgstr "Contactpersoon" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_ui_menu msgid "ir.ui.menu" -msgstr "ir.ui.menu" +msgstr "" #. module: base -#: model:res.country,name:base.tw -msgid "Taiwan" -msgstr "Taiwan" +#: model:res.country,name:base.us +msgid "United States" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -4331,35 +4969,37 @@ msgid "Cancel Uninstall" msgstr "" #. module: base -#: model:res.country,name:base.cy -msgid "Cyprus" -msgstr "Cyprus" +#: view:res.bank:0 +#: view:res.partner:0 +#: view:res.partner.address:0 +msgid "Communication" +msgstr "" + +#. module: base +#: view:ir.actions.report.xml:0 +msgid "RML Report" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_server_object_lines msgid "ir.server.object.lines" -msgstr "ir.server.object.lines" +msgstr "" #. module: base -#: field:ir.model.fields,size:0 -msgid "Size" -msgstr "Grootte" - -#. module: base -#: code:addons/addons/base/module/module.py:0 +#: code:addons/base/module/module.py:531 #, python-format msgid "Module %s: Invalid Quality Certificate" -msgstr "Module %s: Ongeldig Kwaliteitscertificaat" +msgstr "" #. module: base #: model:res.country,name:base.kw msgid "Kuwait" -msgstr "Koeweit" +msgstr "" #. module: base #: field:workflow.workitem,inst_id:0 msgid "Instance" -msgstr "Instantie" +msgstr "" #. module: base #: help:ir.actions.report.xml,attachment:0 @@ -4368,55 +5008,52 @@ msgid "" "Keep empty to not save the printed reports. You can use a python expression " "with the object and time variables." msgstr "" -"Dit is de bestandsnaam van de bijlage die gebruikt wordt voor opslag van het " -"afdrukresultaat. Laat leeg om het afgedrukte rapport niet op te slaan. U " -"kunt een python expressie gebruiken met het object en tijd variabelen" + +#. module: base +#: selection:ir.property,type:0 +msgid "Many2One" +msgstr "" #. module: base #: model:res.country,name:base.ng msgid "Nigeria" -msgstr "Nigeria" - -#. module: base -#: model:ir.model,name:base.model_res_partner_event -msgid "res.partner.event" -msgstr "res.partner.event" - -#. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "Insertion Failed!" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_UNDERLINE" -msgstr "STOCK_UNDERLINE" +#: code:addons/base/ir/ir_model.py:250 +#, python-format +msgid "For selection fields, the Selection Options must be given!" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_sms_send +msgid "SMS Send" +msgstr "" + +#. module: base +#: field:res.company,user_ids:0 +msgid "Accepted Users" +msgstr "" + +#. module: base +#: field:ir.ui.menu,web_icon_data:0 +msgid "Web Icon Image" +msgstr "" #. module: base #: view:ir.values:0 msgid "Values for Event Type" msgstr "" -#. module: base -#: model:res.country,name:base.zr -msgid "Zaire" -msgstr "Zaïre" - #. module: base #: selection:ir.model.fields,select_level:0 msgid "Always Searchable" -msgstr "Altijd doorzoekbaar" - -#. module: base -#: model:res.country,name:base.sd -msgid "Sudan" -msgstr "Soedan" +msgstr "" #. module: base #: model:res.country,name:base.hk msgid "Hong Kong" -msgstr "Hong Kong" +msgstr "" #. module: base #: help:ir.actions.server,name:0 @@ -4424,220 +5061,223 @@ msgid "Easy to Refer action by name e.g. One Sales Order -> Many Invoices" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_100" -msgstr "STOCK_ZOOM_100" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_BOLD" -msgstr "STOCK_BOLD" +#: model:ir.actions.act_window,help:base.action_partner_address_form +msgid "" +"Customers (also called Partners in other areas of the system) helps you " +"manage your address book of companies whether they are prospects, customers " +"and/or suppliers. The partner form allows you to track and record all the " +"necessary information to interact with your partners from the company " +"address to their contacts as well as pricelists, and much more. If you " +"installed the CRM, with the history tab, you can track all the interactions " +"with a partner such as opportunities, emails, or sales orders issued." +msgstr "" #. module: base #: model:res.country,name:base.ph msgid "Philippines" -msgstr "Filippijnen" +msgstr "" #. module: base #: model:res.country,name:base.ma msgid "Morocco" -msgstr "Marokko" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-graph" -msgstr "terp-graph" +msgstr "" #. module: base #: view:res.lang:0 msgid "2. %a ,%A ==> Fri, Friday" -msgstr "2. %a ,%A ==> Vr, Vrijdag" - -#. module: base -#: wizard_view:module.lang.install,start:0 -msgid "" -"The selected language has been successfully installed. You must change the " -"preferences of the user and open a new menu to view changes." msgstr "" -"De geselecteerde taal is succesvol geïnstalleerd. Wijzig de voorkeur van de " -"betreffende gebruiker en open een nieuw menu om de wijzigingen te zien." #. module: base -#: model:ir.model,name:base.model_ir_sequence -msgid "ir.sequence" -msgstr "ir.sequence" +#: field:res.widget,content:0 +msgid "Content" +msgstr "" #. module: base -#: model:ir.model,name:base.model_res_partner_event_type -#: model:ir.ui.menu,name:base.next_id_14 -#: view:res.partner.event:0 -msgid "Partner Events" +#: help:ir.rule,global:0 +msgid "If no group is specified the rule is global and applied to everyone" +msgstr "" + +#. module: base +#: model:res.country,name:base.td +msgid "Chad" msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_transition msgid "workflow.transition" -msgstr "workflow.transition" +msgstr "" #. module: base #: view:res.lang:0 msgid "%a - Abbreviated weekday name." -msgstr "%a - Afkorting naam weekdag" +msgstr "" #. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "Introspection report on objects" msgstr "" #. module: base #: model:res.country,name:base.pf msgid "Polynesia (French)" -msgstr "Frans Polynesië" +msgstr "" #. module: base #: model:res.country,name:base.dm msgid "Dominica" -msgstr "Dominica" +msgstr "" #. module: base -#: model:ir.actions.wizard,name:base.res_partner_send_sms_wizard -#: wizard_button:res.partner.sms_send,init,send:0 -msgid "Send SMS" -msgstr "SMS verzenden" +#: sql_constraint:publisher_warranty.contract:0 +msgid "" +"Your publisher warranty contract is already subscribed in the system !" +msgstr "" + +#. module: base +#: help:ir.cron,nextcall:0 +msgid "Next planned execution date for this scheduler" +msgstr "" + +#. module: base +#: help:res.config.users,view:0 +#: help:res.users,view:0 +msgid "Choose between the simplified interface and the extended one" +msgstr "" #. module: base #: model:res.country,name:base.np msgid "Nepal" -msgstr "Nepal" +msgstr "" #. module: base -#: field:res.partner.event,event_ical_id:0 -msgid "iCal id" -msgstr "iCal id" +#: code:addons/orm.py:2307 +#, python-format +msgid "" +"Invalid value for reference field \"%s\" (last part must be a non-zero " +"integer): \"%s\"" +msgstr "" #. module: base -#: field:ir.actions.act_window,view_type:0 -#: field:ir.actions.act_window.view,view_mode:0 -#: field:ir.ui.view,type:0 -#: field:wizard.ir.model.menu.create.line,view_type:0 -msgid "View Type" -msgstr "Weergavetype" +#: help:ir.cron,args:0 +msgid "Arguments to be passed to the method. e.g. (uid,)" +msgstr "" #. module: base -#: wizard_view:res.partner.sms_send,init:0 +#: help:ir.ui.menu,groups_id:0 +msgid "" +"If you have groups, the visibility of this menu will be based on these " +"groups. If this field is empty, OpenERP will compute visibility based on the " +"related object's read access." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_ui_view_custom +#: model:ir.ui.menu,name:base.menu_action_ui_view_custom +#: view:ir.ui.view.custom:0 +msgid "Customized Views" +msgstr "" + +#. module: base +#: view:partner.sms.send:0 msgid "Bulk SMS send" -msgstr "Bulk SMS verzenden" - -#. module: base -#: model:ir.ui.menu,name:base.next_id_2 -msgid "User Interface" -msgstr "Gebruikersinterface" - -#. module: base -#: selection:ir.report.custom,type:0 -msgid "Pie Chart" msgstr "" #. module: base #: view:ir.sequence:0 msgid "Seconde: %(sec)s" -msgstr "Seconden: %(sec)s" +msgstr "" #. module: base -#: code:addons/addons/base/module/module.py:0 +#: model:ir.ui.menu,name:base.menu_view_base_module_update +msgid "Update Modules List" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:255 #, python-format msgid "" -"Can not create the module file:\n" -" %s" +"Unable to upgrade module \"%s\" because an external dependency is not met: %s" msgstr "" -"Kan het module bestand niet aanmaken:\n" -" %s" #. module: base -#: model:ir.actions.wizard,name:base.wizard_update -#: model:ir.ui.menu,name:base.menu_module_update -msgid "Update Modules List" +#: code:addons/base/res/res_user.py:257 +#, python-format +msgid "" +"Please keep in mind that documents currently displayed may not be relevant " +"after switching to another company. If you have unsaved changes, please make " +"sure to save and close all forms before switching to a different company. " +"(You can click on Cancel in the User Preferences now)" msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Continue" -msgstr "Doorgaan" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: selection:base.language.install,lang:0 +msgid "Thai / ภาษาไทย" +msgstr "" + +#. module: base +#: code:addons/orm.py:158 #, python-format msgid "Object %s does not exists" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_property_form -#: model:ir.ui.menu,name:base.menu_ir_property_form -msgid "Default Properties" -msgstr "Standaard eigenschappen" - -#. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Slovenian / slovenščina" -msgstr "Sloveens / slovenščina" +msgstr "" #. module: base #: field:ir.actions.report.xml,attachment_use:0 msgid "Reload from Attachment" -msgstr "Opnieuw laden van bijlage" +msgstr "" #. module: base #: model:res.country,name:base.bv msgid "Bouvet Island" -msgstr "Bouvet eiland" - -#. module: base -#: field:ir.report.custom,print_orientation:0 -msgid "Print orientation" -msgstr "Afdrukrichting" - -#. module: base -#: model:ir.actions.act_window,name:base.action_wizard_lang_export -#: model:ir.ui.menu,name:base.menu_wizard_lang_export -msgid "Export a Translation File" -msgstr "Vertaalbestand exporteren" +msgstr "" #. module: base #: field:ir.attachment,name:0 msgid "Attachment Name" -msgstr "Bijlagenaam" +msgstr "" #. module: base -#: wizard_field:module.lang.import,init,data:0 -#: field:wizard.module.lang.export,data:0 +#: field:base.language.export,data:0 +#: field:base.language.import,data:0 msgid "File" -msgstr "Bestand" +msgstr "" #. module: base -#: view:res.users:0 +#: view:res.config.users:0 msgid "Add User" -msgstr "Voeg een gebruiker toe" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_view_base_module_upgrade_install +msgid "Module Upgrade Install" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard msgid "ir.actions.configuration.wizard" -msgstr "ir.actions.configuration.wizard" +msgstr "" #. module: base #: view:res.lang:0 msgid "%b - Abbreviated month name." -msgstr "%b - Afgekortte maandnaam" - -#. module: base -#: field:ir.ui.view_sc,user_id:0 -msgid "User Ref." -msgstr "Gebruikers Ref." +msgstr "" #. module: base #: field:res.partner,supplier:0 +#: view:res.partner.address:0 +#: field:res.partner.address,is_supplier_add:0 #: model:res.partner.category,name:base.res_partner_category_8 msgid "Supplier" -msgstr "Leverancier" +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -4646,29 +5286,52 @@ msgid "Multi Actions" msgstr "" #. module: base -#: view:maintenance.contract.wizard:0 +#: view:base.language.export:0 +#: view:base.language.import:0 +#: view:wizard.ir.model.menu.create:0 msgid "_Close" msgstr "" #. module: base -#: selection:maintenance.contract,kind:0 -msgid "Full" -msgstr "Volledig" +#: field:multi_company.default,company_dest_id:0 +msgid "Default Company" +msgstr "" #. module: base -#: model:res.country,name:base.cv -msgid "Cape Verde" -msgstr "Kaapverdië" +#: selection:base.language.install,lang:0 +msgid "Spanish (EC) / Español (EC)" +msgstr "" #. module: base -#: selection:ir.actions.report.xml,report_type:0 -msgid "html" -msgstr "html" +#: help:ir.ui.view,xml_id:0 +msgid "ID of the view defined in xml file" +msgstr "" #. module: base -#: field:res.partner,vat:0 -msgid "VAT" -msgstr "BTW" +#: model:ir.model,name:base.model_base_module_import +#: model:ir.ui.menu,name:base.menu_view_base_module_import +msgid "Import Module" +msgstr "" + +#. module: base +#: model:res.country,name:base.as +msgid "American Samoa" +msgstr "" + +#. module: base +#: help:ir.actions.act_window,res_model:0 +msgid "Model name of the object to open in the view window" +msgstr "" + +#. module: base +#: field:res.log,secondary:0 +msgid "Secondary Log" +msgstr "" + +#. module: base +#: field:ir.model.fields,selectable:0 +msgid "Selectable" +msgstr "" #. module: base #: view:res.request.link:0 @@ -4676,15 +5339,16 @@ msgid "Request Link" msgstr "" #. module: base +#: view:ir.attachment:0 +#: selection:ir.attachment,type:0 #: field:ir.module.module,url:0 -#: field:ir.module.repository,url:0 msgid "URL" -msgstr "URL" +msgstr "" #. module: base #: help:res.country,name:0 msgid "The full name of the country." -msgstr "De volledige naam van het land." +msgstr "" #. module: base #: selection:ir.actions.server,state:0 @@ -4692,18 +5356,8 @@ msgid "Iteration" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-stock" -msgstr "terp-stock" - -#. module: base -#: code:addons/addons/base/ir/ir_actions.py:0 -#, python-format -msgid "Please specify the Partner Email address !" -msgstr "" - -#. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:3448 +#: code:addons/orm.py:3532 #, python-format msgid "UserError" msgstr "" @@ -4711,238 +5365,339 @@ msgstr "" #. module: base #: model:res.country,name:base.ae msgid "United Arab Emirates" -msgstr "Verenigde Arabische Emiraten" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_RECORD" -msgstr "STOCK_MEDIA_RECORD" +#: model:ir.ui.menu,name:base.menu_crm_case_job_req_main +msgid "Recruitment" +msgstr "" #. module: base #: model:res.country,name:base.re msgid "Reunion (French)" -msgstr "Reunion (Frans)" +msgstr "" #. module: base -#: model:res.country,name:base.cz -msgid "Czech Republic" -msgstr "Tsjechië" +#: code:addons/base/ir/ir_model.py:321 +#, python-format +msgid "" +"New column name must still start with x_ , because it is a custom field!" +msgstr "" + +#. module: base +#: view:ir.model.access:0 +#: view:ir.rule:0 +#: field:ir.rule,global:0 +msgid "Global" +msgstr "" + +#. module: base +#: model:res.country,name:base.mp +msgid "Northern Mariana Islands" +msgstr "" #. module: base #: model:res.country,name:base.sb msgid "Solomon Islands" -msgstr "Salomoneilanden" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:490 +#: code:addons/orm.py:1897 +#: code:addons/orm.py:2972 +#: code:addons/orm.py:3165 +#: code:addons/orm.py:3365 +#: code:addons/orm.py:3817 +#, python-format +msgid "AccessError" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Waiting" +msgstr "" + +#. module: base +#: code:addons/__init__.py:834 +#, python-format +msgid "Could not load base module" +msgstr "" #. module: base #: view:res.lang:0 msgid "8. %I:%M:%S %p ==> 06:25:20 PM" -msgstr "8. %I:%M:%S %p ==> 06:25:20 PM" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:1803 #, python-format msgid "The copy method is not implemented on this object !" msgstr "" +#. module: base +#: field:res.log,create_date:0 +msgid "Creation Date" +msgstr "" + #. module: base #: view:ir.translation:0 #: model:ir.ui.menu,name:base.menu_translation msgid "Translations" -msgstr "Vertalingen" +msgstr "" #. module: base #: field:ir.sequence,padding:0 msgid "Number padding" msgstr "" +#. module: base +#: view:ir.actions.report.xml:0 +msgid "Report" +msgstr "" + #. module: base #: model:res.country,name:base.ua msgid "Ukraine" -msgstr "Oekraïne" +msgstr "" + +#. module: base +#: model:res.country,name:base.to +msgid "Tonga" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_module_category #: view:ir.module.category:0 msgid "Module Category" -msgstr "Module Categorie" +msgstr "" #. module: base -#: model:res.country,name:base.us -msgid "United States" -msgstr "Verenigde Staten" +#: view:partner.wizard.ean.check:0 +msgid "Ignore" +msgstr "" #. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "Reference Guide" msgstr "" +#. module: base +#: view:ir.ui.view:0 +msgid "Architecture" +msgstr "" + #. module: base #: model:res.country,name:base.ml msgid "Mali" -msgstr "Mali" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_UNINDENT" -msgstr "STOCK_UNINDENT" +#: help:res.config.users,email:0 +#: help:res.users,email:0 +msgid "" +"If an email is provided, the user will be sent a message welcoming him.\n" +"\n" +"Warning: if \"email_from\" and \"smtp_server\" aren't configured, it won't " +"be possible to email new users." +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Flemish (BE) / Vlaams (BE)" +msgstr "" #. module: base #: field:ir.cron,interval_number:0 msgid "Interval Number" msgstr "" -#. module: base -#: selection:maintenance.contract,kind:0 -msgid "Partial" -msgstr "Gedeeltelijk" - #. module: base #: model:res.country,name:base.tk msgid "Tokelau" -msgstr "Tokelau" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xsl:0 msgid "XSL path" -msgstr "XSL pad" +msgstr "" #. module: base #: model:res.country,name:base.bn msgid "Brunei Darussalam" -msgstr "Brunei Darussalam" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_function_form -#: model:ir.ui.menu,name:base.menu_partner_function_form -#: view:res.partner.function:0 -msgid "Partner Functions" -msgstr "Relatie Functies" +#: view:ir.actions.act_window:0 +#: field:ir.actions.act_window,view_type:0 +#: field:ir.actions.act_window.view,view_mode:0 +#: field:ir.ui.view,type:0 +#: field:wizard.ir.model.menu.create.line,view_type:0 +msgid "View Type" +msgstr "" #. module: base -#: view:res.lang:0 -msgid "%Y - Year with century as a decimal number." -msgstr "%Y - Jaartal met eeuw als decimaal getal." - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIALOG_INFO" -msgstr "STOCK_DIALOG_INFO" +#: model:ir.ui.menu,name:base.next_id_2 +msgid "User Interface" +msgstr "" #. module: base #: field:ir.attachment,create_date:0 msgid "Date Created" -msgstr "Aanmaakdatum" - -#. module: base -#: model:res.country,name:base.fk -msgid "Falkland Islands" -msgstr "Falkland Eilanden" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_todo msgid "ir.actions.todo" -msgstr "ir.actions.todo" - -#. module: base -#: view:wizard.module.lang.export:0 -msgid "Get file" -msgstr "Bestand ophalen" - -#. module: base -#: wizard_view:module.module.update,init:0 -msgid "" -"This function will check for new modules in the 'addons' path and on module " -"repositories:" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GO_BACK" -msgstr "STOCK_GO_BACK" +#: code:addons/base/res/res_config.py:94 +#, python-format +msgid "Couldn't find previous ir.actions.todo" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "AccessError" +#: view:ir.actions.act_window:0 +msgid "General Settings" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_administration_shortcut +msgid "Custom Shortcuts" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Vietnamese / Tiếng Việt" msgstr "" #. module: base #: model:res.country,name:base.dz msgid "Algeria" -msgstr "Algerije" +msgstr "" #. module: base #: model:res.country,name:base.be msgid "Belgium" -msgstr "België" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "You cannot perform this operation." -msgstr "U kunt deze operatie niet uitvoeren." +#: model:ir.model,name:base.model_osv_memory_autovacuum +msgid "osv_memory.autovacuum" +msgstr "" #. module: base +#: field:base.language.export,lang:0 +#: field:base.language.install,lang:0 +#: field:base.update.translations,lang:0 #: field:ir.translation,lang:0 -#: wizard_field:module.lang.install,init,lang:0 +#: field:res.config.users,context_lang:0 #: field:res.partner,lang:0 #: field:res.users,context_lang:0 -#: field:wizard.module.lang.export,lang:0 -#: field:wizard.module.update_translations,lang:0 msgid "Language" -msgstr "Taal" +msgstr "" #. module: base #: model:res.country,name:base.gm msgid "Gambia" -msgstr "Gambia" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_res_company_form +#: model:ir.model,name:base.model_res_company #: model:ir.ui.menu,name:base.menu_action_res_company_form +#: model:ir.ui.menu,name:base.menu_res_company_global #: view:res.company:0 +#: field:res.config.users,company_ids:0 +#: view:res.users:0 +#: field:res.users,company_ids:0 msgid "Companies" -msgstr "Bedrijven" +msgstr "" #. module: base -#: code:addons/osv/fields.py:0 +#: view:res.lang:0 +msgid "%H - Hour (24-hour clock) [00,23]." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_widget +msgid "res.widget" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:258 +#, python-format +msgid "Model %s does not exist!" +msgstr "" + +#. module: base +#: code:addons/base/res/res_lang.py:159 +#, python-format +msgid "You cannot delete the language which is User's Preferred Language !" +msgstr "" + +#. module: base +#: code:addons/fields.py:103 #, python-format msgid "Not implemented get_memory method !" -msgstr "Niet geïmplementeerde get_memory methode !" +msgstr "" #. module: base #: view:ir.actions.server:0 #: field:ir.actions.server,code:0 #: selection:ir.actions.server,state:0 msgid "Python Code" -msgstr "Python Code" +msgstr "" #. module: base -#: help:ir.actions.server,state:0 -msgid "Type of the Action that is to be executed" -msgstr "Soort Actie die moet worden uitgevoerd" +#: code:addons/base/module/wizard/base_module_import.py:67 +#, python-format +msgid "Can not create the module file: %s !" +msgstr "" #. module: base #: model:ir.module.module,description:base.module_meta_information msgid "The kernel of OpenERP, needed for all installation." -msgstr "De basis van OpenERP, noodzakelijk in alle installaties." +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_customer_form -#: model:ir.ui.menu,name:base.menu_partner_customer_form -msgid "Customers Partners" -msgstr "Klanten" +#: view:base.language.install:0 +#: view:base.module.import:0 +#: view:base.module.update:0 +#: view:base.module.upgrade:0 +#: view:base.update.translations:0 +#: view:partner.clear.ids:0 +#: view:partner.sms.send:0 +#: view:partner.wizard.spam:0 +#: view:publisher_warranty.contract.wizard:0 +#: view:res.widget.wizard:0 +msgid "Cancel" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_actions.py:0 -#, python-format -msgid "Please specify server option --smtp-from !" -msgstr "Geef aub server optie --smtp-from !" +#: selection:base.language.export,format:0 +msgid "PO File" +msgstr "" #. module: base #: model:res.country,name:base.nt msgid "Neutral Zone" -msgstr "Neutrale Zone" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Hindi / हिंदी" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Custom" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Current" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_9 @@ -4951,109 +5706,105 @@ msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_res_users -#: field:ir.actions.todo,users_id:0 #: field:ir.default,uid:0 #: model:ir.ui.menu,name:base.menu_action_res_users #: model:ir.ui.menu,name:base.menu_users #: view:res.groups:0 #: field:res.groups,users:0 -#: field:res.roles,users:0 #: view:res.users:0 msgid "Users" -msgstr "Gebruikers" +msgstr "" #. module: base #: field:ir.module.module,published_version:0 msgid "Published Version" -msgstr "Gepubliceerde Versie" +msgstr "" #. module: base #: model:res.country,name:base.is msgid "Iceland" -msgstr "IJsland" +msgstr "" #. module: base -#: view:res.users:0 -msgid "Roles are used to defined available actions, provided by workflows." +#: model:ir.actions.act_window,name:base.ir_action_window +#: model:ir.ui.menu,name:base.menu_ir_action_window +msgid "Window Actions" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%I - Hour (12-hour clock) [01,12]." +msgstr "" + +#. module: base +#: selection:publisher_warranty.contract.wizard,state:0 +msgid "Finished" msgstr "" #. module: base #: model:res.country,name:base.de msgid "Germany" -msgstr "Duitsland" +msgstr "" #. module: base #: view:ir.sequence:0 msgid "Week of the year: %(woy)s" -msgstr "Week van het jaar: %(woy)s" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_14 msgid "Bad customers" -msgstr "Slechte klanten" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_HARDDISK" -msgstr "STOCK_HARDDISK" - -#. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "Reports :" -msgstr "Rapporten :" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_APPLY" -msgstr "STOCK_APPLY" - -#. module: base -#: model:ir.actions.act_window,name:base.action_maintenance_contract_form -#: model:ir.ui.menu,name:base.menu_maintenance_contract -msgid "Your Maintenance Contracts" -msgstr "Uw Onderhoudscontracten" - -#. module: base -#: view:res.users:0 -msgid "" -"Please note that you will have to logout and relog if you change your " -"password." -msgstr "U moet uitloggen en weer inloggen indien u uw wachtwoord wijzigt." +msgstr "" #. module: base #: model:res.country,name:base.gy msgid "Guyana" -msgstr "Guyana" +msgstr "" #. module: base -#: selection:ir.module.module,license:0 -msgid "GPL-3" -msgstr "GPL-3" +#: help:ir.actions.act_window,view_type:0 +msgid "" +"View type: set to 'tree' for a hierarchical tree view, or 'form' for other " +"views" +msgstr "" #. module: base -#: selection:ir.module.module,license:0 -msgid "GPL-2" -msgstr "GPL-2" - -#. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Portugese (BR) / português (BR)" -msgstr "Portugees (BR) / português (BR)" +#: code:addons/base/res/res_config.py:421 +#, python-format +msgid "Click 'Continue' to configure the next addon..." +msgstr "" #. module: base #: field:ir.actions.server,record_id:0 msgid "Create Id" -msgstr "Aanmaak ID" +msgstr "" #. module: base #: model:res.country,name:base.hn msgid "Honduras" -msgstr "Honduras" +msgstr "" + +#. module: base +#: help:res.config.users,menu_tips:0 +#: help:res.users,menu_tips:0 +msgid "" +"Check out this box if you want to always display tips on each menu action" +msgstr "" #. module: base #: model:res.country,name:base.eg msgid "Egypt" -msgstr "Egypte" +msgstr "" + +#. module: base +#: field:ir.rule,perm_read:0 +msgid "Apply For Read" +msgstr "" #. module: base #: help:ir.actions.server,model_id:0 @@ -5062,53 +5813,86 @@ msgid "" msgstr "" #. module: base -#: view:ir.model:0 -msgid "Fields Description" -msgstr "Omschrijving Velden" - -#. module: base -#: code:addons/tools/translate.py:0 +#: code:addons/base/ir/ir_actions.py:629 #, python-format -msgid "Bad file format" -msgstr "Fout bestandsformaat" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CDROM" -msgstr "STOCK_CDROM" - -#. module: base -#: field:ir.model.fields,readonly:0 -#: field:res.partner.bank.type.field,readonly:0 -msgid "Readonly" -msgstr "Alleen Lezen" - -#. module: base -#: field:res.partner.event,type:0 -msgid "Type of Event" +msgid "Please specify server option --email-from !" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.ir_sequence_type -#: model:ir.ui.menu,name:base.menu_ir_sequence_type -msgid "Sequence Types" +#: field:base.language.import,name:0 +msgid "Language Name" +msgstr "" + +#. module: base +#: selection:ir.property,type:0 +msgid "Boolean" +msgstr "" + +#. module: base +#: view:ir.model:0 +msgid "Fields Description" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +#: view:ir.cron:0 +#: view:ir.model.access:0 +#: view:ir.model.data:0 +#: view:ir.model.fields:0 +#: view:ir.module.module:0 +#: view:ir.rule:0 +#: view:ir.ui.view:0 +#: view:ir.values:0 +#: view:res.partner:0 +#: view:res.partner.address:0 +#: view:workflow.activity:0 +msgid "Group By..." +msgstr "" + +#. module: base +#: view:ir.model.fields:0 +#: field:ir.model.fields,readonly:0 +#: field:res.partner.bank.type.field,readonly:0 +msgid "Readonly" +msgstr "" + +#. module: base +#: field:ir.actions.act_window.view,view_id:0 +#: field:ir.default,page:0 +#: selection:ir.translation,type:0 +#: field:wizard.ir.model.menu.create.line,view_id:0 +msgid "View" msgstr "" #. module: base #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "To be installed" -msgstr "Te installeren" +msgstr "" #. module: base +#: help:ir.actions.act_window,display_menu_tip:0 +msgid "" +"It gives the status if the tip has to be displayed or not when a user " +"executes an action" +msgstr "" + +#. module: base +#: view:ir.model:0 #: model:ir.module.module,shortdesc:base.module_meta_information +#: field:res.currency,base:0 msgid "Base" msgstr "" +#. module: base +#: selection:base.language.install,lang:0 +msgid "Telugu / తెలుగు" +msgstr "" + #. module: base #: model:res.country,name:base.lr msgid "Liberia" -msgstr "Liberië" +msgstr "" #. module: base #: view:ir.attachment:0 @@ -5116,84 +5900,123 @@ msgstr "Liberië" #: view:res.groups:0 #: view:res.partner:0 #: field:res.partner,comment:0 -#: field:res.partner.function,ref:0 +#: model:res.widget,title:base.note_widget msgid "Notes" -msgstr "Notities" +msgstr "" #. module: base -#: field:ir.property,value:0 +#: field:ir.config_parameter,value:0 +#: field:ir.property,value_binary:0 +#: field:ir.property,value_datetime:0 +#: field:ir.property,value_float:0 +#: field:ir.property,value_integer:0 +#: field:ir.property,value_reference:0 +#: field:ir.property,value_text:0 #: selection:ir.server.object.lines,type:0 #: field:ir.server.object.lines,value:0 +#: view:ir.values:0 #: field:ir.values,value:0 #: field:ir.values,value_unpickle:0 msgid "Value" -msgstr "Waarde" - -#. module: base -#: view:wizard.module.update_translations:0 -msgid "Update Translations" -msgstr "Vertalingen bijwerken" +msgstr "" #. module: base +#: field:ir.sequence,code:0 +#: field:ir.sequence.type,code:0 #: selection:ir.translation,type:0 #: field:res.bank,code:0 -#: field:res.currency,code:0 -#: field:res.lang,code:0 -#: field:res.partner,ref:0 #: field:res.partner.bank.type,code:0 -#: field:res.partner.function,code:0 msgid "Code" -msgstr "Code" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_config_installer +msgid "res.config.installer" +msgstr "" #. module: base #: model:res.country,name:base.mc msgid "Monaco" -msgstr "Monaco" +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Minutes" -msgstr "Minuten" - -#. module: base -#: wizard_view:module.upgrade,end:0 -#: wizard_view:module.upgrade,start:0 -msgid "The modules have been upgraded / installed !" -msgstr "De modules zijn bewerkt / geïnstalleerd !" +msgstr "" #. module: base #: selection:ir.translation,type:0 -#: view:wizard.module.lang.export:0 msgid "Help" -msgstr "Help" +msgstr "" #. module: base -#: code:addons/tools/amount_to_text_en.py:0 -#, python-format -msgid "Number too large '%d', can not translate it" -msgstr "Getal te groot '%d', kan niet worden omgezet." +#: help:res.config.users,menu_id:0 +#: help:res.users,menu_id:0 +msgid "" +"If specified, the action will replace the standard menu for this user." +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-hr" -msgstr "terp-hr" +#: selection:ir.actions.server,state:0 +msgid "Write Object" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_fundrising +msgid "Fund Raising" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.ir_sequence_type +#: model:ir.ui.menu,name:base.menu_ir_sequence_type +msgid "Sequence Codes" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (CO) / Español (CO)" +msgstr "" + +#. module: base +#: view:base.module.configuration:0 +msgid "" +"All pending configuration wizards have been executed. You may restart " +"individual wizards via the list of configuration wizards." +msgstr "" #. module: base #: wizard_button:server.action.create,step_1,create:0 msgid "Create" -msgstr "Aanmaken" +msgstr "" + +#. module: base +#: view:ir.sequence:0 +msgid "Current Year with Century: %(year)s" +msgstr "" #. module: base #: field:ir.exports,export_fields:0 msgid "Export ID" -msgstr "Export ID" +msgstr "" #. module: base #: model:res.country,name:base.fr msgid "France" -msgstr "Frankrijk" +msgstr "" #. module: base +#: model:ir.model,name:base.model_res_log +msgid "res.log" +msgstr "" + +#. module: base +#: help:ir.translation,module:0 +#: help:ir.translation,xml_id:0 +msgid "Maps to the ir_model_data for which this translation is provided." +msgstr "" + +#. module: base +#: view:workflow.activity:0 #: field:workflow.activity,flow_stop:0 msgid "Flow Stop" msgstr "" @@ -5201,18 +6024,18 @@ msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Weeks" -msgstr "Weken" +msgstr "" #. module: base #: model:res.country,name:base.af msgid "Afghanistan, Islamic State of" -msgstr "Afghanistan" +msgstr "" #. module: base -#: code:addons/addons/base/module/wizard/wizard_module_import.py:0 +#: code:addons/base/module/wizard/base_module_import.py:67 #, python-format msgid "Error !" -msgstr "Fout !" +msgstr "" #. module: base #: model:res.partner.bank.type.field,name:base.bank_normal_field_contry @@ -5225,48 +6048,33 @@ msgid "Interval Unit" msgstr "" #. module: base -#: field:maintenance.contract,kind:0 +#: field:publisher_warranty.contract,kind:0 #: field:workflow.activity,kind:0 msgid "Kind" -msgstr "Soort" +msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:3775 #, python-format msgid "This method does not exist anymore" -msgstr "Deze methode bestaat niet meer" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "Manual" msgstr "" #. module: base #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 msgid "Fax" -msgstr "Fax" +msgstr "" #. module: base #: field:res.lang,thousands_sep:0 msgid "Thousands Separator" -msgstr "Scheidingsteken voor duizendtallen" +msgstr "" #. module: base #: field:res.request,create_date:0 msgid "Created Date" -msgstr "Aanmaakdatum" - -#. module: base -#: selection:ir.report.custom,type:0 -msgid "Line Plot" msgstr "" -#. module: base -#: field:ir.default,value:0 -msgid "Default Value" -msgstr "Standaardwaarde" - #. module: base #: help:ir.actions.server,loop_action:0 msgid "" @@ -5275,73 +6083,71 @@ msgid "" msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Chinese (TW) / 正體字" -msgstr "Chinees (TW) / 正體字" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GO_UP" -msgstr "STOCK_GO_UP" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_request msgid "res.request" -msgstr "res.request" +msgstr "" #. module: base -#: selection:ir.actions.report.xml,report_type:0 -msgid "pdf" -msgstr "pdf" +#: view:ir.model:0 +msgid "In Memory" +msgstr "" #. module: base -#: field:ir.default,company_id:0 -#: field:ir.property,company_id:0 -#: field:ir.values,company_id:0 -#: view:res.company:0 -#: field:res.users,company_id:0 -msgid "Company" -msgstr "Bedrijf" +#: view:ir.actions.todo:0 +msgid "Todo" +msgstr "" #. module: base #: field:ir.attachment,datas:0 msgid "File Content" -msgstr "Bestandsinhoud" +msgstr "" #. module: base #: model:res.country,name:base.pa msgid "Panama" -msgstr "Panama" +msgstr "" + +#. module: base +#: model:res.partner.title,name:base.res_partner_title_ltd +msgid "Ltd" +msgstr "" + +#. module: base +#: help:workflow.transition,group_id:0 +msgid "" +"The group that a user must have to be authorized to validate this transition." +msgstr "" + +#. module: base +#: constraint:res.config.users:0 +#: constraint:res.users:0 +msgid "The chosen company is not in the allowed companies for this user" +msgstr "" #. module: base #: model:res.country,name:base.gi msgid "Gibraltar" -msgstr "Gibraltar" +msgstr "" #. module: base -#: selection:wizard.module.lang.export,format:0 -msgid "PO File" -msgstr "PO Bestand" - -#. module: base -#: view:ir.attachment:0 -msgid "Preview" -msgstr "Voorbeeldweergave" - -#. module: base -#: view:ir.actions.configuration.wizard:0 -msgid "Skip Step" -msgstr "Stap Overslaan" +#: field:ir.actions.report.xml,report_name:0 +msgid "Service Name" +msgstr "" #. module: base #: model:res.country,name:base.pn msgid "Pitcairn Island" -msgstr "Pitcairn eiland" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.res_partner_event_type-act -#: model:ir.ui.menu,name:base.menu_res_partner_event_type-act -msgid "Active Partner Events" +#: view:base.module.upgrade:0 +msgid "" +"We suggest to reload the menu tab to see the new menus (Ctrl+T then Ctrl+R)." msgstr "" #. module: base @@ -5351,59 +6157,64 @@ msgid "Record Rules" msgstr "" #. module: base -#: view:ir.sequence:0 -msgid "Day of the year: %(doy)s" -msgstr "Dag van het jaar: %(doy)s" +#: field:res.config.users,name:0 +#: field:res.users,name:0 +msgid "User Name" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SPELL_CHECK" -msgstr "STOCK_SPELL_CHECK" +#: view:ir.sequence:0 +msgid "Day of the year: %(doy)s" +msgstr "" #. module: base #: view:ir.model:0 #: view:ir.model.fields:0 -#: view:ir.property:0 -#: model:ir.ui.menu,name:base.next_id_15 +#: view:workflow.activity:0 msgid "Properties" -msgstr "Eigenschappen" +msgstr "" + +#. module: base +#: help:ir.sequence,padding:0 +msgid "" +"OpenERP will automatically adds some '0' on the left of the 'Next Number' to " +"get the required padding size." +msgstr "" #. module: base #: view:res.lang:0 msgid "%A - Full weekday name." -msgstr "%A - Volledige naam van de dag." +msgstr "" #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" -msgstr "Maanden" - -#. module: base -#: selection:ir.translation,type:0 -msgid "Selection" -msgstr "Selectie" - -#. module: base -#: field:ir.rule,domain_force:0 -msgid "Force Domain" -msgstr "Domein forceren" - -#. module: base -#: model:ir.actions.act_window,name:base.action_attachment -#: view:ir.attachment:0 -#: model:ir.ui.menu,name:base.menu_action_attachment -msgid "Attachments" -msgstr "Bijlagen" - -#. module: base -#: view:maintenance.contract.wizard:0 -msgid "_Validate" msgstr "" #. module: base -#: model:ir.model,name:base.model_maintenance_contract_wizard -msgid "maintenance.contract.wizard" -msgstr "maintenance.contract.wizard" +#: field:ir.actions.act_window,search_view:0 +msgid "Search View" +msgstr "" + +#. module: base +#: sql_constraint:res.lang:0 +msgid "The code of the language must be unique !" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_attachment +#: view:ir.actions.report.xml:0 +#: view:ir.attachment:0 +#: model:ir.ui.menu,name:base.menu_action_attachment +msgid "Attachments" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_base_partner +#: model:ir.ui.menu,name:base.menu_sale_config_sales +#: model:ir.ui.menu,name:base.menu_sales +msgid "Sales" +msgstr "" #. module: base #: field:ir.actions.server,child_ids:0 @@ -5412,66 +6223,67 @@ msgstr "" #. module: base #: selection:ir.actions.todo,state:0 +#: view:res.config.users:0 msgid "Done" -msgstr "Voltooid" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_FIRST" -msgstr "STOCK_GOTO_FIRST" +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" -msgstr "Mej." +msgstr "" #. module: base +#: view:ir.model.access:0 #: field:ir.model.access,perm_write:0 +#: view:ir.rule:0 msgid "Write Access" msgstr "" +#. module: base +#: view:res.lang:0 +msgid "%m - Month number [01,12]." +msgstr "" + #. module: base #: field:res.bank,city:0 #: field:res.partner,city:0 #: field:res.partner.address,city:0 #: field:res.partner.bank,city:0 msgid "City" -msgstr "Plaats" +msgstr "" #. module: base #: model:res.country,name:base.qa msgid "Qatar" -msgstr "Qatar" +msgstr "" #. module: base #: model:res.country,name:base.it msgid "Italy" -msgstr "Italië" +msgstr "" #. module: base -#: selection:ir.rule,operator:0 -msgid "<>" -msgstr "<>" +#: view:ir.actions.todo:0 +#: selection:ir.actions.todo,state:0 +msgid "To Do" +msgstr "" #. module: base -#: selection:ir.rule,operator:0 -msgid "<=" -msgstr "<=" - -#. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Estonian / Eesti keel" -msgstr "Estlands / Eesti keel" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Portugese / português" -msgstr "Portugees / português" +#: field:res.config.users,email:0 +#: field:res.partner,email:0 +#: field:res.users,email:0 +msgid "E-mail" +msgstr "" #. module: base #: selection:ir.module.module,license:0 msgid "GPL-3 or later version" -msgstr "GPL-3 of latere versie" +msgstr "" #. module: base #: field:workflow.activity,action:0 @@ -5479,40 +6291,70 @@ msgid "Python Action" msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: selection:base.language.install,lang:0 +msgid "English (US)" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_model_data +#: view:ir.model.data:0 +#: model:ir.ui.menu,name:base.ir_model_data_menu +msgid "Object Identifiers" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_partner_title_partner +msgid "" +"Manage the partner titles you want to have available in your system. The " +"partner titles is the legal status of the company: Private Limited, SA, etc." +msgstr "" + +#. module: base +#: view:base.language.export:0 +msgid "To browse official translations, you can start with these links:" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:484 #, python-format -msgid "Unknown position in inherited view %s !" -msgstr "Onbekende positie in geërfde weergave %s !" - -#. module: base -#: field:res.partner.event,probability:0 -msgid "Probability (0.50)" -msgstr "" - -#. module: base -#: field:ir.report.custom,repeat_header:0 -msgid "Repeat Header" +msgid "" +"You can not read this document (%s) ! Be sure your user belongs to one of " +"these groups: %s." msgstr "" #. module: base +#: view:res.bank:0 +#: field:res.config.users,address_id:0 +#: view:res.partner.address:0 +#: view:res.users:0 #: field:res.users,address_id:0 msgid "Address" -msgstr "Adres" +msgstr "" #. module: base #: field:ir.module.module,latest_version:0 msgid "Installed version" -msgstr "Geïnstalleerde versie" +msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_workflow_root -msgid "Workflow Definitions" +#: selection:base.language.install,lang:0 +msgid "Mongolian / монгол" msgstr "" #. module: base #: model:res.country,name:base.mr msgid "Mauritania" -msgstr "Mauretanië" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_translation +msgid "ir.translation" +msgstr "" + +#. module: base +#: view:base.module.update:0 +msgid "Module update result" +msgstr "" #. module: base #: view:workflow.activity:0 @@ -5520,67 +6362,74 @@ msgstr "Mauretanië" msgid "Activity" msgstr "" +#. module: base +#: view:res.partner:0 +#: view:res.partner.address:0 +msgid "Postal Address" +msgstr "" + #. module: base #: field:res.company,parent_id:0 msgid "Parent Company" msgstr "" +#. module: base +#: selection:base.language.install,lang:0 +msgid "Spanish (CR) / Español (CR)" +msgstr "" + #. module: base #: field:res.currency.rate,rate:0 msgid "Rate" -msgstr "Wisselkoers" +msgstr "" #. module: base #: model:res.country,name:base.cg msgid "Congo" -msgstr "Congo" +msgstr "" #. module: base #: view:res.lang:0 msgid "Examples" -msgstr "Voorbeelden" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_PAUSE" -msgstr "STOCK_MEDIA_PAUSE" +#: field:ir.default,value:0 +msgid "Default Value" +msgstr "" #. module: base -#: help:res.country.state,code:0 -msgid "The state code in three chars.\n" -msgstr "De provinciecode in drie karakters.\n" - -#. module: base -#: model:ir.model,name:base.model_res_country_state -msgid "Country state" -msgstr "Staat/Provincie" - -#. module: base -#: model:ir.actions.act_window,name:base.ir_property_form_all -#: model:ir.ui.menu,name:base.menu_ir_property_form_all -msgid "All Properties" -msgstr "Alle Eigenschappen" - -#. module: base -#: model:ir.actions.act_window,name:base.ir_action_window -#: model:ir.ui.menu,name:base.menu_ir_action_window -msgid "Window Actions" -msgstr "Venster Acties" - -#. module: base -#: model:res.country,name:base.ch -msgid "Switzerland" -msgstr "Zwitserland" +#: model:ir.ui.menu,name:base.menu_tools +msgid "Tools" +msgstr "" #. module: base #: model:res.country,name:base.kn msgid "Saint Kitts & Nevis Anguilla" -msgstr "Saint Kitts & Nevis Anguilla" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_HOME" -msgstr "STOCK_HOME" +#: code:addons/base/res/res_currency.py:100 +#, python-format +msgid "" +"No rate found \n" +"for the currency: %s \n" +"at the date: %s" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_ui_view_custom +msgid "" +"Customized views are used when users reorganize the content of their " +"dashboard views (via web client)" +msgstr "" + +#. module: base +#: field:ir.model,name:0 +#: field:ir.model.fields,model:0 +#: field:ir.values,model:0 +msgid "Object Name" +msgstr "" #. module: base #: help:ir.actions.server,srcmodel_id:0 @@ -5588,16 +6437,16 @@ msgid "" "Object in which you want to create / write the object. If it is empty then " "refer to the Object field." msgstr "" -"Object waarbinnen u het object wilt aanmaken/schrijven. Als het leeg is dan " -"wordt het objectveld gebruikt." #. module: base +#: view:ir.module.module:0 #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "Not Installed" -msgstr "Niet geïnstalleerd" +msgstr "" #. module: base +#: view:workflow.activity:0 #: field:workflow.activity,out_transitions:0 msgid "Outgoing Transitions" msgstr "" @@ -5605,105 +6454,188 @@ msgstr "" #. module: base #: field:ir.ui.menu,icon:0 msgid "Icon" -msgstr "Icoon" +msgstr "" + +#. module: base +#: help:ir.model.fields,model_id:0 +msgid "The model this field belongs to" +msgstr "" #. module: base #: model:res.country,name:base.mq msgid "Martinique (French)" -msgstr "Martinique" +msgstr "" + +#. module: base +#: view:ir.sequence.type:0 +msgid "Sequences Type" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_request-act #: model:ir.ui.menu,name:base.menu_res_request_act -#: model:ir.ui.menu,name:base.next_id_12 +#: model:ir.ui.menu,name:base.menu_resquest_ref #: view:res.request:0 msgid "Requests" -msgstr "Verzoeken" +msgstr "" #. module: base #: model:res.country,name:base.ye msgid "Yemen" -msgstr "Jemen" +msgstr "" #. module: base #: selection:workflow.activity,split_mode:0 msgid "Or" -msgstr "Of" +msgstr "" #. module: base -#: model:res.country,name:base.pk -msgid "Pakistan" -msgstr "Pakistan" +#: model:ir.actions.act_window,name:base.res_log_act_window +#: model:ir.ui.menu,name:base.menu_res_log_act_window +msgid "Client Logs" +msgstr "" #. module: base #: model:res.country,name:base.al msgid "Albania" -msgstr "Albanië" +msgstr "" #. module: base #: model:res.country,name:base.ws msgid "Samoa" -msgstr "Samoa" +msgstr "" + +#. module: base +#: code:addons/base/res/res_lang.py:161 +#, python-format +msgid "" +"You cannot delete the language which is Active !\n" +"Please de-activate the language first." +msgstr "" + +#. module: base +#: view:base.language.install:0 +#: view:base.module.import:0 +msgid "" +"Please be patient, this operation may take a few minutes (depending on the " +"number of modules currently installed)..." +msgstr "" #. module: base #: field:ir.ui.menu,child_id:0 msgid "Child IDs" -msgstr "Onderliggende ID's" - -#. module: base -#: code:addons/addons/base/ir/ir_actions.py:0 -#, python-format -msgid "Problem in configuration `Record Id` in Server Action!" -msgstr "Probleem in configuratie `Record id` in Server Actie!" - -#. module: base -#: code:addons/addons/base/maintenance/maintenance.py:0 -#, python-format -msgid "This error occurs on database %s" msgstr "" #. module: base -#: wizard_button:base.module.import,init,import:0 -#: model:ir.actions.wizard,name:base.wizard_base_module_import -#: model:ir.ui.menu,name:base.menu_wizard_module_import -msgid "Import module" -msgstr "Importeer module" +#: code:addons/base/ir/ir_actions.py:713 +#: code:addons/base/ir/ir_actions.py:716 +#, python-format +msgid "Problem in configuration `Record Id` in Server Action!" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DISCONNECT" -msgstr "STOCK_DISCONNECT" +#: code:addons/orm.py:2306 +#: code:addons/orm.py:2316 +#, python-format +msgid "ValidateError" +msgstr "" + +#. module: base +#: view:base.module.import:0 +#: view:base.module.update:0 +msgid "Open Modules" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.action_res_bank_form +msgid "Manage bank records you want to be used in the system." +msgstr "" + +#. module: base +#: view:base.module.import:0 +msgid "Import module" +msgstr "" + +#. module: base +#: field:ir.actions.server,loop_action:0 +msgid "Loop Action" +msgstr "" + +#. module: base +#: help:ir.actions.report.xml,report_file:0 +msgid "" +"The path to the main report file (depending on Report Type) or NULL if the " +"content is in another field" +msgstr "" #. module: base #: model:res.country,name:base.la msgid "Laos" -msgstr "Laos" +msgstr "" #. module: base #: selection:ir.actions.server,state:0 +#: field:res.config.users,user_email:0 +#: field:res.users,user_email:0 msgid "Email" -msgstr "Email" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_wizard_update_translations -#: model:ir.ui.menu,name:base.menu_wizard_update_translations -msgid "Resynchronise Terms" +#: field:res.config.users,action_id:0 +#: field:res.users,action_id:0 +msgid "Home Action" +msgstr "" + +#. module: base +#: code:addons/custom.py:558 +#, python-format +msgid "" +"The sum of the data (2nd field) is null.\n" +"We can't draw a pie chart !" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_lunch_reporting +#: model:ir.ui.menu,name:base.menu_project_report +#: model:ir.ui.menu,name:base.menu_report_association +#: model:ir.ui.menu,name:base.menu_report_marketing +#: model:ir.ui.menu,name:base.menu_reporting +#: model:ir.ui.menu,name:base.next_id_64 +#: model:ir.ui.menu,name:base.next_id_73 +#: model:ir.ui.menu,name:base.reporting_menu +msgid "Reporting" msgstr "" #. module: base #: model:res.country,name:base.tg msgid "Togo" -msgstr "Togo" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "Other Proprietary" +msgstr "" #. module: base #: selection:workflow.activity,kind:0 msgid "Stop All" -msgstr "Alles stoppen" +msgstr "" + +#. module: base +#: code:addons/orm.py:412 +#, python-format +msgid "The read_group method is not implemented on this object !" +msgstr "" + +#. module: base +#: view:ir.model.data:0 +msgid "Updatable" +msgstr "" #. module: base #: view:res.lang:0 msgid "3. %x ,%X ==> 12/05/08, 18:25:20" -msgstr "3. %x ,%X ==> 12/05/08, 18:25:20" +msgstr "" #. module: base #: selection:ir.model.fields,on_delete:0 @@ -5711,35 +6643,47 @@ msgid "Cascade" msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Field %d should be a figure" +#: field:workflow.transition,group_id:0 +msgid "Group Required" msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "Volgende Configuratie Stap" +msgstr "" #. module: base #: field:res.groups,comment:0 msgid "Comment" -msgstr "Opmerking" +msgstr "" #. module: base #: model:res.country,name:base.ro msgid "Romania" -msgstr "Roemenië" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_PREFERENCES" -msgstr "STOCK_PREFERENCES" +#: help:ir.cron,doall:0 +msgid "" +"Enable this if you want to execute missed occurences as soon as the server " +"restarts." +msgstr "" + +#. module: base +#: view:base.module.upgrade:0 +msgid "Start update" +msgstr "" + +#. module: base +#: code:addons/base/publisher_warranty/publisher_warranty.py:144 +#, python-format +msgid "Contract validation error" +msgstr "" #. module: base #: field:res.country.state,name:0 msgid "State Name" -msgstr "Naam Staat/Provincie" +msgstr "" #. module: base #: field:workflow.activity,join_mode:0 @@ -5747,53 +6691,63 @@ msgid "Join Mode" msgstr "" #. module: base +#: field:res.config.users,context_tz:0 #: field:res.users,context_tz:0 msgid "Timezone" -msgstr "Tijdszone" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_LAST" -msgstr "STOCK_GOTO_LAST" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_report_xml #: selection:ir.ui.menu,action:0 msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" - -#. module: base -#: view:wizard.module.lang.export:0 -msgid "" -"To improve some terms of the official translations of OpenERP, you should " -"modify the terms directly on the launchpad interface. If you made lots of " -"translations for your own module, you can also publish all your translation " -"at once." msgstr "" -"Om enkele termen van de officiële vertalingen van OpenERP te verbeteren kunt " -"u dit het beste direct op de launchpad pagina doen. Wanneer u veel " -"vertalingen heeft voor uw eigen module kunt u de vertaling ook ineens " -"publiceren." #. module: base -#: wizard_button:module.lang.install,init,start:0 -msgid "Start installation" -msgstr "Installatie Starten" +#: model:res.partner.title,shortcut:base.res_partner_title_miss +msgid "Mss" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_ui_view +msgid "ir.ui.view" +msgstr "" #. module: base #: constraint:res.partner:0 msgid "Error ! You can not create recursive associated members." msgstr "" +#. module: base +#: help:res.lang,code:0 +msgid "This field is used to set/get locales for user" +msgstr "" + #. module: base #: model:res.partner.category,name:base.res_partner_category_2 msgid "OpenERP Partners" msgstr "" +#. module: base +#: model:ir.ui.menu,name:base.menu_hr_manager +msgid "HR Manager Dashboard" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:253 +#, python-format +msgid "" +"Unable to install module \"%s\" because an external dependency is not met: %s" +msgstr "" + +#. module: base +#: view:ir.module.module:0 +msgid "Search modules" +msgstr "" + #. module: base #: model:res.country,name:base.by msgid "Belarus" -msgstr "Wit-Rusland" +msgstr "" #. module: base #: field:ir.actions.act_window,name:0 @@ -5801,177 +6755,243 @@ msgstr "Wit-Rusland" #: field:ir.actions.actions,name:0 #: field:ir.actions.server,name:0 #: field:ir.actions.url,name:0 +#: field:ir.filters,name:0 msgid "Action Name" msgstr "" +#. module: base +#: model:ir.actions.act_window,help:base.action_res_users +msgid "" +"Create and manage users that will connect to the system. Users can be " +"deactivated should there be a period of time during which they will/should " +"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 "" + #. module: base #: selection:res.request,priority:0 msgid "Normal" -msgstr "Normaal" +msgstr "" #. module: base #: field:res.bank,street2:0 #: field:res.partner.address,street2:0 msgid "Street2" -msgstr "Adres 2" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_view_base_module_update +msgid "Module Update" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/base_module_upgrade.py:95 +#, python-format +msgid "Following modules are not installed or unknown: %s" +msgstr "" + +#. module: base +#: view:ir.cron:0 +#: field:ir.cron,user_id:0 +#: view:ir.filters:0 +#: field:ir.filters,user_id:0 +#: field:ir.ui.view.custom,user_id:0 +#: field:ir.values,user_id:0 +#: field:res.log,user_id:0 +#: field:res.partner.event,user_id:0 +#: view:res.users:0 +#: field:res.widget.user,user_id:0 +msgid "User" +msgstr "" #. module: base #: model:res.country,name:base.pr msgid "Puerto Rico" -msgstr "Puerto Rico" - -#. module: base -#: code:addons/addons/base/res/res_currency.py:0 -#, python-format -msgid "" -"No rate found \n" -"' \\n 'for the currency: %s \n" -"' \\n 'at the date: %s" msgstr "" #. module: base #: view:ir.actions.act_window:0 msgid "Open Window" -msgstr "Open venster" +msgstr "" #. module: base -#: field:ir.module.repository,filter:0 +#: field:ir.actions.act_window,auto_search:0 +msgid "Auto Search" +msgstr "" + +#. module: base +#: field:ir.actions.act_window,filter:0 msgid "Filter" -msgstr "Filter" +msgstr "" + +#. module: base +#: model:res.partner.title,shortcut:base.res_partner_title_madam +msgid "Ms." +msgstr "" + +#. module: base +#: model:res.country,name:base.ch +msgid "Switzerland" +msgstr "" #. module: base #: model:res.country,name:base.gd msgid "Grenada" -msgstr "Grenada" +msgstr "" #. module: base #: model:res.country,name:base.wf msgid "Wallis and Futuna Islands" -msgstr "Wallis and Futuna-eilanden" +msgstr "" #. module: base #: selection:server.action.create,init,type:0 msgid "Open Report" -msgstr "Open rapport" +msgstr "" #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" -msgstr "Afrondingsfactor" +msgstr "" #. module: base -#: wizard_view:module.module.update,update:0 -msgid "New modules" -msgstr "Nieuwe modules" +#: view:base.language.install:0 +msgid "Load" +msgstr "" #. module: base -#: model:ir.model,name:base.model_res_company -msgid "res.company" -msgstr "res.company" +#: help:res.config.users,name:0 +#: help:res.users,name:0 +msgid "The new user's real name, used for searching and most listings" +msgstr "" #. module: base -#: wizard_view:module.upgrade,end:0 -#: wizard_view:module.upgrade,start:0 -msgid "System upgrade done" -msgstr "Bijwerken systeem voltooid" +#: code:addons/osv.py:154 +#: code:addons/osv.py:156 +#, python-format +msgid "Integrity Error" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_wizard_screen +msgid "ir.wizard.screen" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:223 +#, python-format +msgid "Size of the field can never be less than 1 !" +msgstr "" #. module: base #: model:res.country,name:base.so msgid "Somalia" -msgstr "Somalië" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_config_simple_view_form -msgid "Configure Simple View" -msgstr "Eenvoudige Weergave Aanpassen" +#: selection:publisher_warranty.contract,state:0 +msgid "Terminated" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_13 msgid "Important customers" -msgstr "Belangrijke klanten" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_report_custom -#: view:ir.report.custom:0 -msgid "Custom Report" -msgstr "Aangepast Rapport" +#: view:res.lang:0 +msgid "Update Terms" +msgstr "" #. module: base +#: field:partner.sms.send,mobile_to:0 +#: field:res.request,act_to:0 +#: field:res.request.history,act_to:0 +msgid "To" +msgstr "" + +#. module: base +#: view:ir.cron:0 #: field:ir.cron,args:0 msgid "Arguments" -msgstr "Argumenten" +msgstr "" #. module: base -#: selection:ir.actions.report.xml,report_type:0 -msgid "sxw" -msgstr "sxw" - -#. module: base -#: code:addons/osv/orm.py:0 +#: code:addons/orm.py:716 #, python-format msgid "Database ID doesn't exist: %s : %s" msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: selection:ir.module.module,license:0 +msgid "GPL Version 2" +msgstr "" + +#. module: base +#: selection:ir.module.module,license:0 +msgid "GPL Version 3" +msgstr "" + +#. module: base +#: code:addons/orm.py:836 #, python-format msgid "key '%s' not found in selection field '%s'" msgstr "" #. module: base -#: code:addons/osv/orm.py:0 +#: view:partner.wizard.ean.check:0 +msgid "Correct EAN13" +msgstr "" + +#. module: base +#: code:addons/orm.py:2317 #, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" msgstr "" -"De waarde \"% s\" voor het veld \"% s\" is niet opgenomen in de selectie" - -#. module: base -#: field:ir.actions.report.xml,auto:0 -msgid "Automatic XSL:RML" -msgstr "Automatische XSL:RML" - -#. module: base -#: view:ir.rule:0 -msgid "Manual domain setup" -msgstr "Handmatige domein installatie" #. module: base #: field:res.partner,customer:0 +#: view:res.partner.address:0 +#: field:res.partner.address,is_customer_add:0 #: model:res.partner.category,name:base.res_partner_category_0 -#: selection:res.partner.event,partner_type:0 msgid "Customer" -msgstr "Klant" +msgstr "" #. module: base -#: field:ir.actions.report.custom,name:0 -#: field:ir.report.custom,name:0 -msgid "Report Name" -msgstr "Rapport Naam" +#: selection:base.language.install,lang:0 +msgid "Spanish (NI) / Español (NI)" +msgstr "" #. module: base #: field:ir.module.module,shortdesc:0 msgid "Short Description" -msgstr "Korte omschrijving" - -#. module: base -#: field:res.partner.event,partner_type:0 -msgid "Partner Relation" msgstr "" #. module: base #: field:ir.actions.act_window,context:0 +#: field:ir.filters,context:0 msgid "Context Value" msgstr "" #. module: base #: view:ir.sequence:0 msgid "Hour 00->24: %(h24)s" -msgstr "Uur 00->24: %(h24)s" +msgstr "" + +#. module: base +#: field:ir.cron,nextcall:0 +msgid "Next Execution Date" +msgstr "" + +#. module: base +#: help:multi_company.default,field_id:0 +msgid "Select field property" +msgstr "" #. module: base #: field:res.request.history,date_sent:0 msgid "Date sent" -msgstr "Verzenddatum" +msgstr "" #. module: base #: view:ir.sequence:0 @@ -5982,12 +7002,15 @@ msgstr "" #: field:ir.actions.act_window.view,sequence:0 #: field:ir.actions.server,sequence:0 #: field:ir.actions.todo,sequence:0 -#: field:ir.module.repository,sequence:0 -#: field:ir.report.custom.fields,sequence:0 +#: view:ir.cron:0 #: view:ir.sequence:0 #: field:ir.ui.menu,sequence:0 +#: view:ir.ui.view:0 +#: field:ir.ui.view,priority:0 #: field:ir.ui.view_sc,sequence:0 +#: field:multi_company.default,sequence:0 #: field:res.partner.bank,sequence:0 +#: field:res.widget.user,sequence:0 #: field:wizard.ir.model.menu.create.line,sequence:0 msgid "Sequence" msgstr "" @@ -5995,26 +7018,24 @@ msgstr "" #. module: base #: model:res.country,name:base.tn msgid "Tunisia" -msgstr "Tunesië" - -#. module: base -#: field:ir.actions.wizard,name:0 -msgid "Wizard Info" -msgstr "Assistent informatie" - -#. module: base -#: help:ir.cron,numbercall:0 -msgid "" -"Number of time the function is called,\n" -"a negative number indicates that the function will always be called" msgstr "" -"Aantal keer dat de functie wordt aangeroepen,\n" -"een negatief getal geeft aan dat de functie altijd wordt aangeroepen" #. module: base -#: model:res.partner.category,name:base.res_partner_category_16 -msgid "Telecom sector" -msgstr "Telecom sector" +#: model:ir.ui.menu,name:base.menu_mrp_root +msgid "Manufacturing" +msgstr "" + +#. module: base +#: model:res.country,name:base.km +msgid "Comoros" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_server_action +#: view:ir.actions.server:0 +#: model:ir.ui.menu,name:base.menu_server_action +msgid "Server Actions" +msgstr "" #. module: base #: view:ir.module.module:0 @@ -6022,111 +7043,169 @@ msgid "Cancel Install" msgstr "" #. module: base -#: view:res.lang:0 -msgid "Legends for Date and Time Formats" -msgstr "Legenda voor Datum- en Tijdnotatie" - -#. module: base -#: selection:ir.report.custom,frequency:0 -msgid "Monthly" -msgstr "Maandelijks" - -#. module: base -#: model:ir.actions.act_window,name:base.res_partner_som-act -#: model:ir.ui.menu,name:base.menu_res_partner_som-act -msgid "States of mind" +#: field:ir.model.fields,selection:0 +msgid "Selection Options" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SORT_ASCENDING" -msgstr "STOCK_SORT_ASCENDING" +#: field:res.partner.category,parent_right:0 +msgid "Right parent" +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "Legends for Date and Time Formats" +msgstr "" + +#. module: base +#: selection:ir.actions.server,state:0 +msgid "Copy Object" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:581 +#, python-format +msgid "" +"Group(s) cannot be deleted, because some user(s) still belong to them: %s !" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_country_state +#: model:ir.ui.menu,name:base.menu_country_state_partner +msgid "Fed. States" +msgstr "" #. module: base #: view:ir.model:0 #: view:res.groups:0 msgid "Access Rules" -msgstr "Toegangsrechten" +msgstr "" #. module: base #: field:ir.default,ref_table:0 msgid "Table Ref." -msgstr "Tabel Ref." - -#. module: base -#: field:res.roles,parent_id:0 -msgid "Parent" -msgstr "Bovenliggende" +msgstr "" #. module: base #: field:ir.actions.act_window,res_model:0 -#: field:ir.actions.report.custom,model:0 #: field:ir.actions.report.xml,model:0 #: field:ir.actions.server,model_id:0 #: field:ir.actions.wizard,model:0 #: field:ir.cron,model:0 #: field:ir.default,field_tbl:0 -#: view:ir.model:0 +#: field:ir.filters,model_id:0 #: field:ir.model,model:0 +#: view:ir.model.access:0 #: field:ir.model.access,model_id:0 +#: view:ir.model.data:0 #: field:ir.model.data,model:0 -#: field:ir.model.grid,model:0 -#: field:ir.report.custom,model_id:0 +#: view:ir.model.fields:0 +#: view:ir.rule:0 +#: field:ir.rule,model_id:0 #: selection:ir.translation,type:0 +#: view:ir.ui.view:0 #: field:ir.ui.view,model:0 +#: view:ir.values:0 #: field:ir.values,model_id:0 +#: field:multi_company.default,object_id:0 +#: field:res.log,res_model:0 #: field:res.request.link,object:0 -#: field:wizard.ir.model.menu.create,model_id:0 #: field:workflow.triggers,model:0 msgid "Object" -msgstr "Object" +msgstr "" + +#. module: base +#: code:addons/osv.py:151 +#, python-format +msgid "" +"\n" +"\n" +"[object with reference: %s - %s]" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_default msgid "ir.default" -msgstr "ir.default" +msgstr "" #. module: base #: view:ir.sequence:0 msgid "Minute: %(min)s" -msgstr "Minuut: %(min)s" +msgstr "" + +#. module: base +#: view:base.update.translations:0 +#: model:ir.actions.act_window,name:base.action_wizard_update_translations +#: model:ir.ui.menu,name:base.menu_wizard_update_translations +msgid "Synchronize Translations" +msgstr "" #. module: base #: model:ir.ui.menu,name:base.next_id_10 msgid "Scheduler" -msgstr "Planner" +msgstr "" #. module: base -#: view:res.lang:0 -msgid "%w - Weekday as a decimal number [0(Sunday),6]." -msgstr "%w - Weekdag als decimal getal [0(Zondag),6]." +#: help:ir.cron,numbercall:0 +msgid "" +"Number of time the function is called,\n" +"a negative number indicates no limit" +msgstr "" #. module: base -#: view:wizard.module.lang.export:0 -msgid "Export translation file" -msgstr "Vertaalbestand exporteren" +#: code:addons/base/ir/ir_model.py:331 +#, python-format +msgid "" +"Changing the type of a column is not yet supported. Please drop it and " +"create it again!" +msgstr "" + +#. module: base +#: field:ir.ui.view_sc,user_id:0 +msgid "User Ref." +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:580 +#, python-format +msgid "Warning !" +msgstr "" + +#. module: base +#: model:res.widget,title:base.google_maps_widget +msgid "Google Maps" +msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_base_config #: model:ir.ui.menu,name:base.menu_config +#: model:ir.ui.menu,name:base.menu_event_config +#: model:ir.ui.menu,name:base.menu_lunch_survey_root +#: model:ir.ui.menu,name:base.menu_marketing_config_association +#: model:ir.ui.menu,name:base.menu_marketing_config_root #: view:res.company:0 msgid "Configuration" -msgstr "Instellingen" +msgstr "" #. module: base -#: selection:res.partner.event,partner_type:0 -msgid "Retailer" -msgstr "Detailhandelaar" +#: model:ir.model,name:base.model_publisher_warranty_contract_wizard +msgid "publisher_warranty.contract.wizard" +msgstr "" #. module: base -#: selection:ir.report.custom,type:0 -msgid "Tabular" -msgstr "In tabelvorm" +#: field:ir.actions.server,expression:0 +msgid "Loop Expression" +msgstr "" #. module: base -#: field:ir.actions.todo,start_on:0 -msgid "Start On" -msgstr "Start op" +#: field:publisher_warranty.contract,date_start:0 +msgid "Starting Date" +msgstr "" + +#. module: base +#: help:res.partner,website:0 +msgid "Website of Partner" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 @@ -6136,96 +7215,96 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner #: field:res.company,partner_id:0 -#: field:res.partner.address,partner_id:0 +#: view:res.partner.address:0 #: field:res.partner.bank,partner_id:0 #: field:res.partner.event,partner_id:0 #: selection:res.partner.title,domain:0 +#: model:res.request.link,name:base.req_link_partner msgid "Partner" -msgstr "Relatie" +msgstr "" #. module: base #: model:res.country,name:base.tr msgid "Turkey" -msgstr "Turkije" +msgstr "" #. module: base -#: selection:ir.actions.report.xml,report_type:0 -msgid "odt" -msgstr "odt" +#: model:res.country,name:base.fk +msgid "Falkland Islands" +msgstr "" #. module: base -#: field:ir.actions.report.custom,type:0 -#: field:ir.actions.report.xml,type:0 -#: field:ir.report.custom,type:0 +#: model:res.country,name:base.lb +msgid "Lebanon" +msgstr "" + +#. module: base +#: view:ir.actions.report.xml:0 +#: field:ir.actions.report.xml,report_type:0 msgid "Report Type" -msgstr "Rapporttype" +msgstr "" #. module: base #: field:ir.actions.todo,state:0 +#: view:ir.module.module:0 #: field:ir.module.module,state:0 #: field:ir.module.module.dependency,state:0 -#: field:ir.report.custom,state:0 -#: field:maintenance.contract,state:0 +#: field:publisher_warranty.contract,state:0 #: field:res.bank,state:0 #: view:res.country.state:0 #: field:res.partner.bank,state_id:0 +#: view:res.request:0 #: field:res.request,state:0 #: field:workflow.instance,state:0 #: field:workflow.workitem,state:0 msgid "State" -msgstr "Status" +msgstr "" #. module: base -#: selection:ir.module.module,license:0 -msgid "Other proprietary" -msgstr "Andere eigenaar" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-administration" -msgstr "terp-administratie" - -#. module: base -#: model:ir.actions.act_window,name:base.action_translation -#: model:ir.ui.menu,name:base.menu_action_translation -msgid "All terms" -msgstr "Alle Termen" +#: selection:base.language.install,lang:0 +msgid "Galician / Galego" +msgstr "" #. module: base #: model:res.country,name:base.no msgid "Norway" -msgstr "Noorwegen" +msgstr "" #. module: base #: view:res.lang:0 msgid "4. %b, %B ==> Dec, December" -msgstr "4. %b, %B ==> Dec, December" +msgstr "" #. module: base -#: model:ir.actions.wizard,name:base.wizard_lang_install -#: model:ir.ui.menu,name:base.menu_wizard_lang_install +#: view:base.language.install:0 +#: model:ir.ui.menu,name:base.menu_view_base_language_install msgid "Load an Official Translation" -msgstr "Laad een Officiele vertaling" +msgstr "" #. module: base -#: selection:res.partner.address,type:0 -msgid "Delivery" -msgstr "Levering" +#: view:res.currency:0 +msgid "Miscelleanous" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "Open Source Dienstverlener" +msgstr "" + +#. module: base +#: model:res.country,name:base.kg +msgid "Kyrgyz Republic (Kyrgyzstan)" +msgstr "" #. module: base #: selection:res.request,state:0 msgid "waiting" -msgstr "in wacht" +msgstr "" #. module: base -#: field:ir.attachment,link:0 -msgid "Link" -msgstr "Koppeling" +#: field:ir.actions.report.xml,report_file:0 +msgid "Report file" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_triggers @@ -6233,9 +7312,15 @@ msgid "workflow.triggers" msgstr "" #. module: base -#: field:ir.report.custom.fields,report_id:0 -msgid "Report Ref" -msgstr "Rapport Ref." +#: code:addons/base/ir/ir_model.py:62 +#, python-format +msgid "Invalid search criterions" +msgstr "" + +#. module: base +#: view:ir.attachment:0 +msgid "Created" +msgstr "" #. module: base #: help:ir.actions.wizard,multi:0 @@ -6245,117 +7330,133 @@ msgid "" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DND" -msgstr "STOCK_DND" +#: view:base.language.import:0 +msgid "- type,name,res_id,src,value" +msgstr "" #. module: base #: model:res.country,name:base.hm msgid "Heard and McDonald Islands" -msgstr "Heard en McDonald Eilanden" +msgstr "" #. module: base #: field:ir.actions.act_window,view_id:0 msgid "View Ref." -msgstr "Weergave Ref." - -#. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Dutch (Belgium) / Nederlands (Belgïe)" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.open_repository_tree -#: view:ir.module.repository:0 -#: model:ir.ui.menu,name:base.menu_module_repository_tree -msgid "Repository list" +#: selection:ir.translation,type:0 +msgid "Selection" msgstr "" #. module: base #: field:res.company,rml_header1:0 msgid "Report Header" -msgstr "Rapport koptekst" - -#. module: base -#: field:res.roles,child_id:0 -msgid "Children" -msgstr "Onderliggende" +msgstr "" #. module: base #: field:ir.actions.act_window,type:0 #: field:ir.actions.act_window_close,type:0 #: field:ir.actions.actions,type:0 +#: field:ir.actions.report.xml,type:0 +#: view:ir.actions.server:0 #: field:ir.actions.server,state:0 #: field:ir.actions.server,type:0 #: field:ir.actions.url,type:0 #: field:ir.actions.wizard,type:0 msgid "Action Type" -msgstr "Soort actie" +msgstr "" + +#. module: base +#: code:addons/base/module/module.py:268 +#, python-format +msgid "" +"You try to install module '%s' that depends on module '%s'.\n" +"But the latter module is not available in your system." +msgstr "" + +#. module: base +#: view:base.language.import:0 +#: model:ir.actions.act_window,name:base.action_view_base_import_language +#: model:ir.ui.menu,name:base.menu_view_base_import_language +msgid "Import Translation" +msgstr "" #. module: base #: field:res.partner.bank.type,field_ids:0 msgid "Type fields" -msgstr "Soort velden" +msgstr "" #. module: base +#: view:ir.module.module:0 #: field:ir.module.module,category_id:0 msgid "Category" -msgstr "Categorie" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FLOPPY" -msgstr "STOCK_FLOPPY" +#: view:ir.attachment:0 +#: selection:ir.attachment,type:0 +#: selection:ir.property,type:0 +msgid "Binary" +msgstr "" #. module: base #: field:ir.actions.server,sms:0 #: selection:ir.actions.server,state:0 msgid "SMS" -msgstr "SMS" +msgstr "" #. module: base #: model:res.country,name:base.cr msgid "Costa Rica" -msgstr "Costa Rica" - -#. module: base -#: code:addons/addons/base/maintenance/maintenance.py:0 -#, python-format -msgid "Your can't submit bug reports due to uncovered modules: %s" msgstr "" #. module: base -#: view:ir.model:0 -#: view:res.request:0 -msgid "Status" -msgstr "Status" +#: view:workflow.activity:0 +msgid "Conditions" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_partner_other_form +msgid "Other Partners" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_currency_form #: model:ir.ui.menu,name:base.menu_action_currency_form #: view:res.currency:0 msgid "Currencies" -msgstr "Valuta" +msgstr "" + +#. module: base +#: sql_constraint:res.groups:0 +msgid "The name of the group must be unique !" +msgstr "" #. module: base #: view:ir.sequence:0 msgid "Hour 00->12: %(h12)s" -msgstr "Uur 00->12: %(h12)s" +msgstr "" #. module: base #: help:res.partner.address,active:0 msgid "Uncheck the active field to hide the contact." -msgstr "Deselecteer het actieve veld om de contactpersoon te verbergen." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_widget_wizard +msgid "Add a widget for User" +msgstr "" #. module: base #: model:res.country,name:base.dk msgid "Denmark" -msgstr "Denemarken" +msgstr "" #. module: base #: field:res.country,code:0 msgid "Country Code" -msgstr "Landcode" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_instance @@ -6363,30 +7464,65 @@ msgid "workflow.instance" msgstr "" #. module: base -#: view:res.lang:0 -msgid "10. %S ==> 20" -msgstr "10. %S ==> 20" +#: code:addons/orm.py:278 +#, python-format +msgid "Unknown attribute %s in %s " +msgstr "" #. module: base -#: code:addons/osv/fields.py:0 +#: view:res.lang:0 +msgid "10. %S ==> 20" +msgstr "" + +#. module: base +#: code:addons/fields.py:106 #, python-format msgid "undefined get method !" msgstr "" +#. module: base +#: selection:base.language.install,lang:0 +msgid "Norwegian Bokmål / Norsk bokmål" +msgstr "" + +#. module: base +#: help:res.config.users,new_password:0 +#: help:res.users,new_password:0 +msgid "" +"Only specify a value if you want to change the user password. This user will " +"have to logout and login again!" +msgstr "" + #. module: base #: model:res.partner.title,name:base.res_partner_title_madam msgid "Madam" -msgstr "Mevrouw" +msgstr "" #. module: base #: model:res.country,name:base.ee msgid "Estonia" -msgstr "Estland" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.dashboard +msgid "Dashboards" +msgstr "" + +#. module: base +#: help:ir.attachment,type:0 +msgid "Binary File or external URL" +msgstr "" + +#. module: base +#: field:res.config.users,new_password:0 +#: field:res.users,new_password:0 +msgid "Change password" +msgstr "" #. module: base #: model:res.country,name:base.nl msgid "Netherlands" -msgstr "Nederland" +msgstr "" #. module: base #: model:ir.ui.menu,name:base.next_id_4 @@ -6394,46 +7530,56 @@ msgid "Low Level Objects" msgstr "" #. module: base -#: model:ir.model,name:base.model_ir_report_custom -msgid "ir.report.custom" -msgstr "ir.report.custom" - -#. module: base -#: selection:res.partner.event,type:0 -msgid "Purchase Offer" -msgstr "Inkoopofferte" +#: view:res.company:0 +msgid "Your Logo - Use a size of about 450x150 pixels." +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_values msgid "ir.values" -msgstr "ir.values" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_ZOOM_FIT" -msgstr "STOCK_ZOOM_FIT" +#: selection:base.language.install,lang:0 +msgid "Occitan (FR, post 1500) / Occitan" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.open_module_tree +msgid "" +"You can install new modules in order to activate new features, menu, reports " +"or data in your OpenERP instance. To install some modules, click on the " +"button \"Schedule for Installation\" from the form view, then click on " +"\"Apply Scheduled Upgrades\" to migrate your system." +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_emails +#: model:ir.ui.menu,name:base.menu_mail_gateway +msgid "Emails" +msgstr "" #. module: base #: model:res.country,name:base.cd msgid "Congo, The Democratic Republic of the" -msgstr "Congo, Democratische Republiek" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Malayalam / മലയാളം" +msgstr "" #. module: base #: view:res.request:0 #: field:res.request,body:0 #: field:res.request.history,req_id:0 msgid "Request" -msgstr "Verzoek" - -#. module: base -#: selection:ir.cron,interval_type:0 -msgid "Days" -msgstr "Dagen" +msgstr "" #. module: base #: model:res.country,name:base.jp msgid "Japan" -msgstr "Japan" +msgstr "" #. module: base #: field:ir.cron,numbercall:0 @@ -6441,25 +7587,10 @@ msgid "Number of Calls" msgstr "" #. module: base -#: wizard_view:module.lang.install,start:0 -msgid "Language file loaded." -msgstr "Taalbestand geladen." - -#. module: base -#: wizard_view:module.upgrade,next:0 -#: wizard_field:module.upgrade,next,module_info:0 +#: view:base.module.upgrade:0 +#: field:base.module.upgrade,module_info:0 msgid "Modules to update" -msgstr "Bij te werken Modules" - -#. module: base -#: model:ir.actions.act_window,name:base.action2 -msgid "Company Architecture" -msgstr "Bedrijfsstructuur" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GOTO_BOTTOM" -msgstr "STOCK_GOTO_BOTTOM" +msgstr "" #. module: base #: help:ir.actions.server,sequence:0 @@ -6471,37 +7602,47 @@ msgstr "" #. module: base #: field:ir.actions.report.xml,header:0 msgid "Add RML header" -msgstr "RML Koptekst Toevoegen" +msgstr "" #. module: base #: model:res.country,name:base.gr msgid "Greece" -msgstr "Griekenland" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: field:res.request,trigger_date:0 +msgid "Trigger Date" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Croatian / hrvatski jezik" -msgstr "Croatian / hrvatski jezik" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_GO_FORWARD" -msgstr "STOCK_GO_FORWARD" +#: field:base.language.install,overwrite:0 +msgid "Overwrite Existing Terms" +msgstr "" #. module: base #: help:ir.actions.server,code:0 msgid "Python code to be executed" msgstr "" +#. module: base +#: sql_constraint:res.country:0 +msgid "The code of the country must be unique !" +msgstr "" + #. module: base #: selection:ir.module.module.dependency,state:0 msgid "Uninstallable" -msgstr "Niet installeerbaar" +msgstr "" #. module: base #: view:res.partner.category:0 msgid "Partner Category" -msgstr "Relatiecategorie" +msgstr "" #. module: base #: view:ir.actions.server:0 @@ -6510,380 +7651,396 @@ msgid "Trigger" msgstr "" #. module: base -#: field:ir.model.fields,translate:0 -msgid "Translate" -msgstr "Vertalen" +#: model:ir.model,name:base.model_base_module_update +msgid "Update Module" +msgstr "" #. module: base -#: view:ir.actions.server:0 -msgid "" -"Access all the fields related to the current object using expression in " -"double brackets, i.e. [[ object.partner_id.name ]]" +#: view:ir.model.fields:0 +#: field:ir.model.fields,translate:0 +msgid "Translate" msgstr "" #. module: base #: field:res.request.history,body:0 msgid "Body" -msgstr "Inhoud" +msgstr "" #. module: base -#: wizard_button:res.partner.spam_send,init,send:0 +#: view:partner.wizard.spam:0 msgid "Send Email" -msgstr "E-mail verzenden" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_SELECT_FONT" -msgstr "STOCK_SELECT_FONT" +msgstr "" #. module: base +#: field:res.config.users,menu_id:0 #: field:res.users,menu_id:0 msgid "Menu Action" msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format +#: help:ir.model.fields,selection:0 msgid "" -"Unable to delete this document because it is used as a default property" +"List of options for a selection field, specified as a Python expression " +"defining a list of (key, label) pairs. For example: " +"[('blue','Blue'),('yellow','Yellow')]" msgstr "" #. module: base -#: selection:wizard.module.lang.export,state:0 +#: selection:base.language.export,state:0 msgid "choose" -msgstr "kiezen" +msgstr "" #. module: base -#: selection:ir.actions.act_window.view,view_mode:0 -#: selection:ir.ui.view,type:0 -#: selection:wizard.ir.model.menu.create.line,view_type:0 -msgid "Graph" -msgstr "Grafiek" +#: help:ir.model,osv_memory:0 +msgid "" +"Indicates whether this object model lives in memory only, i.e. is not " +"persisted (osv.osv_memory)" +msgstr "" #. module: base #: field:res.partner,child_ids:0 #: field:res.request,ref_partner_id:0 msgid "Partner Ref." -msgstr "Ref. Relatie" - -#. module: base -#: selection:ir.actions.report.xml,report_type:0 -msgid "Html from html" msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_low_workflow -msgid "Workflow Items" +#: model:ir.actions.act_window,name:base.action_partner_supplier_form +#: model:ir.ui.menu,name:base.menu_procurement_management_supplier_name +#: view:res.partner:0 +msgid "Suppliers" +msgstr "" + +#. module: base +#: view:publisher_warranty.contract.wizard:0 +msgid "Register" msgstr "" #. module: base #: field:res.request,ref_doc2:0 msgid "Document Ref 2" -msgstr "Document Ref 2" +msgstr "" #. module: base #: field:res.request,ref_doc1:0 msgid "Document Ref 1" -msgstr "Document Ref 1" +msgstr "" #. module: base #: model:res.country,name:base.ga msgid "Gabon" -msgstr "Gabon" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_model_data msgid "ir.model.data" -msgstr "ir.model.data" +msgstr "" #. module: base #: view:ir.model:0 +#: view:ir.rule:0 #: view:res.groups:0 msgid "Access Rights" -msgstr "Toegangsrechten" +msgstr "" #. module: base #: model:res.country,name:base.gl msgid "Greenland" -msgstr "Groenland" - -#. module: base -#: help:ir.actions.report.xml,report_rml:0 -msgid "" -"The .rml path of the file or NULL if the content is in report_rml_content" msgstr "" -"Het .rml pad van het bestand of NULL als de inhoud zich bevind in " -"report_rml_content" #. module: base #: field:res.partner.bank,acc_number:0 msgid "Account Number" -msgstr "Rekeningnummer" +msgstr "" #. module: base #: view:res.lang:0 msgid "1. %c ==> Fri Dec 5 18:25:20 2008" -msgstr "1. %c ==> Vrij Dec 5 18:25:20 2008" - -#. module: base -#: help:ir.ui.menu,groups_id:0 -msgid "" -"If you have groups, the visibility of this menu will be based on these " -"groups. If this field is empty, Open ERP will compute visibility based on " -"the related object's read access." msgstr "" -"Als u groepen gebruikt wordt de weergave van dit menu gebaseerd op deze " -"groepen. Is het veld leeg, dan zal OpenERP de weergave bepalen op basis van " -"de leesrechten op het gerelateerde object." #. module: base #: model:res.country,name:base.nc msgid "New Caledonia (French)" -msgstr "Nieuw Caledonië (Frans)" - -#. module: base -#: field:res.partner.function,name:0 -msgid "Function Name" -msgstr "Functienaam" - -#. module: base -#: view:maintenance.contract.wizard:0 -msgid "_Cancel" msgstr "" #. module: base -#: field:res.partner.category,name:0 -msgid "Category Name" +#: model:res.country,name:base.cy +msgid "Cyprus" +msgstr "" + +#. module: base +#: view:base.module.import:0 +msgid "" +"This wizard helps you add a new language to you OpenERP system. After " +"loading a new language it becomes available as default interface language " +"for users and partners." +msgstr "" + +#. module: base +#: field:ir.actions.server,subject:0 +#: field:partner.wizard.spam,subject:0 +#: field:res.request,name:0 +msgid "Subject" msgstr "" #. module: base #: field:res.request,act_from:0 #: field:res.request.history,act_from:0 msgid "From" -msgstr "Van" +msgstr "" #. module: base +#: view:res.users:0 +msgid "Preferences" +msgstr "" + +#. module: base +#: model:res.partner.category,name:base.res_partner_category_consumers0 +msgid "Consumers" +msgstr "" + +#. module: base +#: view:res.config:0 #: wizard_button:server.action.create,init,step_1:0 msgid "Next" -msgstr "Volgende" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-report" -msgstr "terp-report" +#: help:ir.cron,function:0 +msgid "" +"Name of the method to be called on the object when this scheduler is " +"executed." +msgstr "" #. module: base -#: field:ir.actions.report.xml,report_rml_content:0 -#: field:ir.actions.report.xml,report_rml_content_data:0 -msgid "RML content" -msgstr "RML inhoud" +#: code:addons/base/ir/ir_model.py:219 +#, python-format +msgid "" +"The Selection Options expression is must be in the [('key','Label'), ...] " +"format!" +msgstr "" #. module: base -#: view:workflow.activity:0 -msgid "Incoming transitions" +#: view:ir.actions.report.xml:0 +msgid "Miscellaneous" msgstr "" #. module: base #: model:res.country,name:base.cn msgid "China" -msgstr "China" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 +#: code:addons/base/res/res_user.py:516 #, python-format -msgid "Password empty !" -msgstr "Wachtwoord is leeg !" - -#. module: base -#: view:res.config.view:0 -msgid "Set" -msgstr "Toepassen" +msgid "" +"--\n" +"%(name)s %(email)s\n" +msgstr "" #. module: base #: model:res.country,name:base.eh msgid "Western Sahara" -msgstr "West Sahara" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow msgid "workflow" msgstr "" +#. module: base +#: model:ir.actions.act_window,help:base.action_res_company_form +msgid "" +"Create and manage the companies that will be managed by OpenERP from here. " +"Shops or subsidiaries can be created and maintained from here." +msgstr "" + #. module: base #: model:res.country,name:base.id msgid "Indonesia" -msgstr "Indonesië" - -#. module: base -#: selection:ir.actions.todo,start_on:0 -msgid "At Once" -msgstr "Onmiddellijk" - -#. module: base -#: help:ir.actions.server,condition:0 -msgid "" -"Condition that is to be tested before action is executed, e.g. " -"object.list_price > object.cost_price" msgstr "" -"Conditie die moet worden getest voor dat de actie wordt uitgevoerd, bijv. " -"object.list_price > object.cost_price" + +#. module: base +#: view:base.update.translations:0 +msgid "" +"This wizard will detect new terms to translate in the application, so that " +"you can then add translations manually or perform a complete export (as a " +"template for a new language example)." +msgstr "" + +#. module: base +#: help:multi_company.default,expression:0 +msgid "" +"Expression, must be True to match\n" +"use context.get or user (browse)" +msgstr "" #. module: base #: model:res.country,name:base.bg msgid "Bulgaria" -msgstr "Bulgarije" +msgstr "" + +#. module: base +#: view:publisher_warranty.contract.wizard:0 +msgid "Publisher warranty contract successfully registered!" +msgstr "" #. module: base #: model:res.country,name:base.ao msgid "Angola" -msgstr "Angola" +msgstr "" #. module: base #: model:res.country,name:base.tf msgid "French Southern Territories" -msgstr "Franse Zuidelijke en Antarctische Gebieden" - -#. module: base -#: view:ir.actions.server:0 -msgid "" -"Only one client action will be execute, last " -"clinent action will be consider in case of multiples clients actions" msgstr "" -"Slechts één client actie wordt uitgevoerd. De laatste client actie wordt " -"overwogen wanneer er meerdere client acties zijn." - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_HELP" -msgstr "STOCK_HELP" #. module: base #: model:ir.model,name:base.model_res_currency #: field:res.company,currency_id:0 +#: field:res.company,currency_ids:0 #: view:res.currency:0 #: field:res.currency,name:0 #: field:res.currency.rate,currency_id:0 msgid "Currency" -msgstr "Valuta" +msgstr "" #. module: base #: field:res.partner.canal,name:0 msgid "Channel Name" -msgstr "Kanaalnaam" +msgstr "" #. module: base #: view:res.lang:0 msgid "5. %y, %Y ==> 08, 2008" -msgstr "5. %y, %Y ==> 08, 2008" +msgstr "" #. module: base -#: wizard_view:module.lang.import,init:0 -msgid "module,type,name,res_id,src,value" -msgstr "module,type,name,res_id,src,value" +#: model:res.partner.title,shortcut:base.res_partner_title_ltd +msgid "ltd" +msgstr "" #. module: base -#: field:ir.model.fields,model_id:0 #: field:ir.values,res_id:0 +#: field:res.log,res_id:0 msgid "Object ID" -msgstr "Object ID" +msgstr "" #. module: base -#: selection:ir.report.custom,print_orientation:0 +#: view:res.company:0 msgid "Landscape" -msgstr "Liggend" - -#. module: base -#: field:workflow.activity,split_mode:0 -msgid "Split Mode" msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_administration msgid "Administration" -msgstr "Beheer" +msgstr "" #. module: base -#: selection:ir.rule,operator:0 -msgid "child_of" -msgstr "child_of" +#: view:base.module.update:0 +msgid "Click on Update below to start the process..." +msgstr "" #. module: base #: model:res.country,name:base.ir msgid "Iran" -msgstr "Iran" +msgstr "" #. module: base -#: field:ir.report.custom.fields,operation:0 +#: model:ir.actions.act_window,name:base.res_widget_user_act_window +#: model:ir.ui.menu,name:base.menu_res_widget_user_act_window +msgid "Widgets per User" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Slovak / Slovenský jazyk" +msgstr "" + +#. module: base +#: field:base.language.export,state:0 #: field:ir.ui.menu,icon_pict:0 -#: field:wizard.module.lang.export,state:0 +#: field:publisher_warranty.contract.wizard,state:0 msgid "unknown" -msgstr "onbekend" +msgstr "" + +#. module: base +#: field:res.currency,symbol:0 +msgid "Symbol" +msgstr "" + +#. module: base +#: help:res.config.users,login:0 +#: help:res.users,login:0 +msgid "Used to log into the system" +msgstr "" + +#. module: base +#: view:base.update.translations:0 +msgid "Synchronize Translation" +msgstr "" #. module: base #: field:ir.ui.view_sc,res_id:0 msgid "Resource Ref." -msgstr "Bron ref." +msgstr "" #. module: base #: model:res.country,name:base.ki msgid "Kiribati" -msgstr "Kiribati" +msgstr "" #. module: base #: model:res.country,name:base.iq msgid "Iraq" -msgstr "Irak" - -#. module: base -#: view:ir.actions.server:0 -msgid "Action to Launch" -msgstr "Uit te voeren actie" - -#. module: base -#: wizard_view:base.module.import,import:0 -#: wizard_view:base.module.import,init:0 -msgid "Module import" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_supplier_form -#: model:ir.ui.menu,name:base.menu_partner_supplier_form -msgid "Suppliers Partners" -msgstr "Leveranciers" +#: model:ir.ui.menu,name:base.menu_association +msgid "Association" +msgstr "" #. module: base -#: selection:wizard.module.lang.export,format:0 +#: model:res.country,name:base.cl +msgid "Chile" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_address_book +#: model:ir.ui.menu,name:base.menu_config_address_book +#: model:ir.ui.menu,name:base.menu_procurement_management_supplier +msgid "Address Book" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_ir_sequence_type +msgid "ir.sequence.type" +msgstr "" + +#. module: base +#: selection:base.language.export,format:0 msgid "CSV File" -msgstr "CSV-bestand" +msgstr "" + +#. module: base +#: field:res.company,account_no:0 +msgid "Account No." +msgstr "" + +#. module: base +#: code:addons/base/res/res_lang.py:157 +#, python-format +msgid "Base Language 'en_US' can not be deleted !" +msgstr "" #. module: base #: selection:ir.model,state:0 -#: selection:ir.model.grid,state:0 msgid "Base Object" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_STRIKETHROUGH" -msgstr "STOCK_STRIKETHROUGH" - -#. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -msgid "(year)=" -msgstr "" - -#. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "Dependencies :" -msgstr "Afhankelijkheden :" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-partner" -msgstr "terp-partner" +msgstr "" #. module: base #: field:ir.model.fields,field_description:0 @@ -6893,29 +8050,30 @@ msgstr "" #. module: base #: model:res.country,name:base.dj msgid "Djibouti" -msgstr "Djibouti" +msgstr "" #. module: base #: field:ir.translation,value:0 msgid "Translation Value" -msgstr "Vertaling" +msgstr "" #. module: base #: model:res.country,name:base.ag msgid "Antigua and Barbuda" -msgstr "Antigua en Barbuda" +msgstr "" #. module: base -#: field:ir.actions.server,condition:0 -#: field:ir.report.custom.fields,fc0_condition:0 -#: field:workflow.transition,condition:0 -msgid "Condition" -msgstr "Voorwaarde" +#: code:addons/orm.py:3166 +#, python-format +msgid "" +"Operation prohibited by access rules, or performed on an already deleted " +"document (Operation: %s, Document type: %s)." +msgstr "" #. module: base -#: model:ir.ui.menu,name:base.menu_management -msgid "Modules Management" -msgstr "Modulebeheer" +#: model:res.country,name:base.zr +msgid "Zaire" +msgstr "" #. module: base #: field:ir.model.data,res_id:0 @@ -6928,58 +8086,33 @@ msgstr "" #. module: base #: view:ir.cron:0 #: field:ir.model,info:0 -#: field:ir.model.grid,info:0 -#: view:maintenance.contract:0 msgid "Information" -msgstr "Informatie" - -#. module: base -#: view:wizard.module.lang.export:0 -msgid "" -"The official translations pack of all OpenERP/OpenObjects module are managed " -"through launchpad. We use their online interface to synchronize all " -"translations efforts." msgstr "" -"De officiele vertalingen van alle OpenERP/OpenObjects modules worden beheerd " -"via launchpad. We gebruiken hun online interface om vertalingen te " -"synchroniseren." #. module: base -#: field:ir.actions.report.xml,report_rml:0 -msgid "RML path" -msgstr "RML pad" +#: view:res.widget.user:0 +msgid "User Widgets" +msgstr "" #. module: base -#: field:ir.actions.configuration.wizard,item_id:0 -msgid "Next Configuration Wizard" -msgstr "Volgende Configuratie Assistent" +#: view:base.module.update:0 +msgid "Update Module List" +msgstr "" #. module: base -#: selection:ir.actions.todo,type:0 #: selection:res.partner.address,type:0 msgid "Other" -msgstr "Overige" +msgstr "" #. module: base -#: selection:ir.server.object.lines,type:0 -msgid "Formula" -msgstr "Formule" +#: view:res.request:0 +msgid "Reply" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Turkish / Türkçe" -msgstr "Turks / Türkçe" - -#. module: base -#: model:ir.actions.act_window,name:base.action_translation_untrans -#: model:ir.ui.menu,name:base.menu_action_translation_untrans -msgid "Untranslated terms" -msgstr "Niet-vertaalde termen" - -#. module: base -#: wizard_view:module.lang.import,init:0 -msgid "Import New Language" -msgstr "Importeer Nieuwe Taal" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_workflow_activity_form @@ -6987,7 +8120,7 @@ msgstr "Importeer Nieuwe Taal" #: view:workflow:0 #: field:workflow,activities:0 msgid "Activities" -msgstr "Activiteiten" +msgstr "" #. module: base #: field:ir.actions.act_window,auto_refresh:0 @@ -6995,201 +8128,283 @@ msgid "Auto-Refresh" msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -#: selection:ir.rule,operator:0 -msgid "=" -msgstr "=" - -#. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 +#: code:addons/base/ir/ir_model.py:62 #, python-format -msgid "Second field should be figures" +msgid "The osv_memory field can only be compared with = and != operator." msgstr "" #. module: base -#: field:res.request,trigger_date:0 -msgid "Trigger Date" +#: selection:ir.ui.view,type:0 +msgid "Diagram" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_model_grid_security -#: model:ir.ui.menu,name:base.menu_ir_access_grid -msgid "Access Controls Grid" -msgstr "Toegangscontrole rooster" +#: help:multi_company.default,name:0 +msgid "Name it to easily find a record" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.grant_menu_access +#: model:ir.ui.menu,name:base.menu_grant_menu_access +msgid "Menu Items" +msgstr "" + +#. module: base +#: constraint:ir.rule:0 +msgid "Rules are not supported for osv_memory objects !" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_event_association +#: model:ir.ui.menu,name:base.menu_event_main +msgid "Events Organisation" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.ir_sequence_actions #: model:ir.ui.menu,name:base.menu_custom_action #: model:ir.ui.menu,name:base.menu_ir_sequence_actions #: model:ir.ui.menu,name:base.next_id_6 +#: view:workflow.activity:0 msgid "Actions" -msgstr "Acties" +msgstr "" #. module: base #: selection:res.request,priority:0 msgid "High" -msgstr "Hoog" +msgstr "" #. module: base #: field:ir.exports.line,export_id:0 msgid "Export" -msgstr "Exporteren" +msgstr "" + +#. module: base +#: model:res.country,name:base.hr +msgid "Croatia" +msgstr "" #. module: base #: help:res.bank,bic:0 msgid "Bank Identifier Code" -msgstr "Bank Identifier Code" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_actions.py:0 -#: code:addons/addons/base/ir/ir_model.py:0 -#: code:addons/addons/base/maintenance/maintenance.py:0 -#: code:addons/addons/base/module/module.py:0 -#: code:addons/addons/base/res/res_currency.py:0 -#: code:addons/addons/base/res/res_user.py:0 -#: code:addons/osv/orm.py:0 -#: code:addons/report/custom.py:0 +#: model:res.country,name:base.tm +msgid "Turkmenistan" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_actions.py:597 +#: code:addons/base/ir/ir_actions.py:629 +#: code:addons/base/ir/ir_actions.py:713 +#: code:addons/base/ir/ir_actions.py:716 +#: code:addons/base/ir/ir_model.py:114 +#: code:addons/base/ir/ir_model.py:204 +#: code:addons/base/ir/ir_model.py:218 +#: code:addons/base/ir/ir_model.py:232 +#: code:addons/base/ir/ir_model.py:250 +#: code:addons/base/ir/ir_model.py:255 +#: code:addons/base/ir/ir_model.py:258 +#: code:addons/base/module/module.py:215 +#: code:addons/base/module/module.py:258 +#: code:addons/base/module/module.py:262 +#: code:addons/base/module/module.py:268 +#: code:addons/base/module/module.py:303 +#: code:addons/base/module/module.py:321 +#: code:addons/base/module/module.py:336 +#: code:addons/base/module/module.py:429 +#: code:addons/base/module/module.py:531 +#: code:addons/base/publisher_warranty/publisher_warranty.py:163 +#: code:addons/base/publisher_warranty/publisher_warranty.py:281 +#: code:addons/base/res/res_currency.py:100 +#: code:addons/base/res/res_user.py:57 +#: code:addons/base/res/res_user.py:66 +#: code:addons/custom.py:558 +#: code:addons/orm.py:3199 #, python-format msgid "Error" -msgstr "Fout" +msgstr "" #. module: base #: model:res.country,name:base.pm msgid "Saint Pierre and Miquelon" -msgstr "Saint-Pierre en Miquelon" +msgstr "" #. module: base -#: code:addons/addons/base/ir/ir_model.py:0 -#, python-format -msgid "You can not remove the field '%s' !" -msgstr "Het veld '%s' kan niet worden verwijderd!" +#: help:ir.actions.report.xml,header:0 +msgid "Add or not the coporate RML header" +msgstr "" #. module: base -#: field:res.partner.event,document:0 -msgid "Document" -msgstr "Document" +#: help:workflow.transition,act_to:0 +msgid "The destination activity." +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_REFRESH" -msgstr "STOCK_REFRESH" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_STOP" -msgstr "STOCK_STOP" - -#. module: base -#: view:wizard.module.update_translations:0 +#: view:base.module.update:0 +#: view:base.update.translations:0 msgid "Update" -msgstr "Bijwerken" +msgstr "" #. module: base #: model:ir.actions.report.xml,name:base.ir_module_reference_print msgid "Technical guide" -msgstr "Technische gids" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_CONVERT" -msgstr "STOCK_CONVERT" +msgstr "" #. module: base #: model:res.country,name:base.tz msgid "Tanzania" -msgstr "Tanzania" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Danish / Dansk" +msgstr "" + +#. module: base +#: selection:ir.model.fields,select_level:0 +msgid "Advanced Search (deprecated)" +msgstr "" #. module: base #: model:res.country,name:base.cx msgid "Christmas Island" -msgstr "Christmaseiland" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Other Actions Configuration" -msgstr "Configuratie andere Handelingen" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_EXECUTE" -msgstr "STOCK_EXECUTE" +#: view:res.config.installer:0 +msgid "Install Modules" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.res_partner_canal-act #: model:ir.model,name:base.model_res_partner_canal #: model:ir.ui.menu,name:base.menu_res_partner_canal-act +#: view:res.partner.canal:0 msgid "Channels" -msgstr "Kanalen" +msgstr "" + +#. module: base +#: view:ir.ui.view:0 +msgid "Extra Info" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.act_values_form_action +#: model:ir.ui.menu,name:base.menu_values_form_action +msgid "Client Events" +msgstr "" #. module: base #: view:ir.module.module:0 msgid "Schedule for Installation" -msgstr "Inplannen voor installatie" +msgstr "" #. module: base -#: selection:ir.model.fields,select_level:0 -msgid "Advanced Search" -msgstr "Uitgebreid Zoeken" +#: model:ir.model,name:base.model_partner_wizard_ean_check +msgid "Ean Check" +msgstr "" + +#. module: base +#: sql_constraint:res.config.users:0 +#: sql_constraint:res.users:0 +msgid "You can not have two users with the same login !" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_multi_company_default +msgid "Default multi company" +msgstr "" + +#. module: base +#: view:res.request:0 +msgid "Send" +msgstr "" + +#. module: base +#: field:res.config.users,menu_tips:0 +#: field:res.users,menu_tips:0 +msgid "Menu Tips" +msgstr "" #. module: base #: field:ir.translation,src:0 msgid "Source" -msgstr "Bron" +msgstr "" #. module: base #: help:res.partner.address,partner_id:0 msgid "Keep empty for a private address, not related to partner." -msgstr "Laat leeg voor een privé adres, niet gerelateerd aan de relatie." +msgstr "" #. module: base #: model:res.country,name:base.vu msgid "Vanuatu" -msgstr "Vanuatu" +msgstr "" #. module: base #: view:res.company:0 msgid "Internal Header/Footer" -msgstr "Interne Koptekst/Voettekst" +msgstr "" #. module: base -#: code:addons/addons/base/module/wizard/wizard_export_lang.py:0 +#: code:addons/base/module/wizard/base_export_language.py:59 #, python-format msgid "" "Save this document to a .tgz file. This archive containt UTF-8 %s files and " "may be uploaded to launchpad." msgstr "" -"Sla dit document op in een .tgz bestand. Dit archief bevat UTF-8 %s " -"bestanden en kan ge-upload worden naar launchpad." #. module: base -#: wizard_button:module.upgrade,end,config:0 -#: wizard_button:module.upgrade,start,config:0 +#: view:base.module.upgrade:0 msgid "Start configuration" -msgstr "Start configuratie" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: view:base.language.export:0 +msgid "_Export" +msgstr "" + +#. module: base +#: field:base.language.install,state:0 +#: field:base.module.import,state:0 +#: field:base.module.update,state:0 +msgid "state" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 msgid "Catalan / Català" -msgstr "Catalaans / Català" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_COLOR_PICKER" -msgstr "STOCK_COLOR_PICKER" +#: model:res.country,name:base.do +msgid "Dominican Republic" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Serbian (Cyrillic) / српски" +msgstr "" + +#. module: base +#: code:addons/orm.py:2161 +#, python-format +msgid "" +"Invalid group_by specification: \"%s\".\n" +"A group_by specification must be a list of valid fields." +msgstr "" #. module: base #: model:res.country,name:base.sa msgid "Saudi Arabia" -msgstr "Saoedie Arabië" - -#. module: base -#: code:addons/addons/base/ir/ir_report_custom.py:0 -#, python-format -msgid "Bar charts need at least two fields" -msgstr "Staafdiagram heeft minimaal twee velden nodig" +msgstr "" #. module: base #: help:res.partner,supplier:0 @@ -7197,14 +8412,22 @@ msgid "" "Check this box if the partner is a supplier. If it's not checked, purchase " "people will not see it when encoding a purchase order." msgstr "" -"Vink dit vakje aan als de relatie een leverancier is. Als het niet is " -"aangevinkt zien inkopers de relatie niet bij het invoeren van een " -"inkooporder." #. module: base #: field:ir.model.fields,relation_field:0 msgid "Relation Field" -msgstr "Relatieveld" +msgstr "" + +#. module: base +#: view:res.partner.event:0 +msgid "Event Logs" +msgstr "" + +#. module: base +#: code:addons/base/module/wizard/base_module_configuration.py:37 +#, python-format +msgid "System Configuration done" +msgstr "" #. module: base #: field:workflow.triggers,instance_id:0 @@ -7212,99 +8435,123 @@ msgid "Destination Instance" msgstr "" #. module: base +#: field:ir.actions.act_window,multi:0 #: field:ir.actions.wizard,multi:0 msgid "Action on Multiple Doc." msgstr "" #. module: base -#: view:wizard.module.lang.export:0 +#: view:base.language.export:0 msgid "https://translations.launchpad.net/openobject" -msgstr "https://translations.launchpad.net/openobject" - -#. module: base -#: model:ir.actions.act_window,name:base.action_partner_title -#: model:ir.ui.menu,name:base.menu_partner_title -msgid "Titles" -msgstr "Titels" - -#. module: base -#: field:ir.actions.todo,start_date:0 -msgid "Start Date" -msgstr "Begindatum" +msgstr "" #. module: base #: field:ir.actions.report.xml,report_xml:0 msgid "XML path" -msgstr "XML pad" +msgstr "" + +#. module: base +#: selection:ir.actions.todo,restart:0 +msgid "On Skip" +msgstr "" #. module: base #: model:res.country,name:base.gn msgid "Guinea" -msgstr "Guinea" - -#. module: base -#: model:ir.actions.todo,note:base.config_wizard_step_user -msgid "" -"Create your users.\n" -"You will be able to assign groups to users. Groups define the access rights " -"of each users on the different objects of the system.\n" -" " msgstr "" -"Maak uw gebruikers aan.\n" -"U zal groepen aan gebruikers kunnen koppelen. Groepen bepalen de " -"toegangsrechten van elke gebruiker op verschillende objecten van het " -"systeem.\n" -" " #. module: base -#: selection:res.request,priority:0 -msgid "Low" -msgstr "Laag" +#: model:res.country,name:base.lu +msgid "Luxembourg" +msgstr "" #. module: base -#: view:ir.values:0 -msgid "tree_but_action, client_print_multi" -msgstr "tree_but_action, client_print_multi" +#: help:ir.values,key2:0 +msgid "" +"The kind of action or button in the client side that will trigger the action." +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_ui_menu.py:285 +#, python-format +msgid "Error ! You can not create recursive Menu." +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_publisher_warranty_contract_add_wizard +#: model:ir.ui.menu,name:base.menu_publisher_warranty_contract_add +#: view:publisher_warranty.contract.wizard:0 +msgid "Register a Contract" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "" +"3. If user belongs to several groups, the results from step 2 are combined " +"with logical OR operator" +msgstr "" + +#. module: base +#: code:addons/base/publisher_warranty/publisher_warranty.py:145 +#, python-format +msgid "Please check your publisher warranty contract name and validity." +msgstr "" #. module: base #: model:res.country,name:base.sv msgid "El Salvador" -msgstr "El Salvador" +msgstr "" #. module: base #: field:res.bank,phone:0 +#: field:res.partner,phone:0 #: field:res.partner.address,phone:0 msgid "Phone" -msgstr "Telefoon" +msgstr "" #. module: base -#: field:res.groups,menu_access:0 -msgid "Access Menu" -msgstr "Toegangsmenu" +#: field:ir.cron,active:0 +#: field:ir.sequence,active:0 +#: field:res.bank,active:0 +#: field:res.config.users,active:0 +#: field:res.currency,active:0 +#: field:res.lang,active:0 +#: field:res.partner,active:0 +#: field:res.partner.address,active:0 +#: field:res.partner.canal,active:0 +#: field:res.partner.category,active:0 +#: field:res.request,active:0 +#: field:res.users,active:0 +#: view:workflow.instance:0 +#: view:workflow.workitem:0 +msgid "Active" +msgstr "" #. module: base #: model:res.country,name:base.th msgid "Thailand" -msgstr "Thailand" +msgstr "" #. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -msgid ">" -msgstr ">" +#: model:ir.ui.menu,name:base.menu_crm_config_lead +msgid "Leads & Opportunities" +msgstr "" #. module: base -#: field:ir.model.access,perm_unlink:0 -msgid "Delete Permission" -msgstr "Toestemming Verwijderen" +#: selection:base.language.install,lang:0 +msgid "Romanian / română" +msgstr "" + +#. module: base +#: view:res.log:0 +msgid "System Logs" +msgstr "" #. module: base #: selection:workflow.activity,join_mode:0 #: selection:workflow.activity,split_mode:0 msgid "And" -msgstr "En" +msgstr "" #. module: base #: field:ir.model.fields,relation:0 @@ -7312,68 +8559,79 @@ msgid "Object Relation" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_PRINT" -msgstr "STOCK_PRINT" - -#. module: base -#: selection:ir.report.custom.fields,fc0_op:0 -#: selection:ir.report.custom.fields,fc1_op:0 -#: selection:ir.report.custom.fields,fc2_op:0 -#: selection:ir.report.custom.fields,fc3_op:0 -msgid "<" -msgstr "<" +#: view:ir.rule:0 +#: view:res.partner:0 +msgid "General" +msgstr "" #. module: base #: model:res.country,name:base.uz msgid "Uzbekistan" -msgstr "Oezbekistan" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window #: selection:ir.ui.menu,action:0 msgid "ir.actions.act_window" -msgstr "ir.actions.act_window" +msgstr "" + +#. module: base +#: field:ir.rule,perm_create:0 +msgid "Apply For Create" +msgstr "" #. module: base #: model:res.country,name:base.vi msgid "Virgin Islands (USA)" -msgstr "Virgin Islands" - -#. module: base -#: view:ir.rule:0 -msgid "If you don't force the domain, it will use the simple domain setup" msgstr "" #. module: base -#: field:ir.report.custom,field_parent:0 +#: model:res.country,name:base.tw +msgid "Taiwan" +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_res_currency_rate +msgid "Currency Rate" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,help:base.grant_menu_access +msgid "" +"Manage and customize the items available and displayed in your OpenERP " +"system menu. You can delete an item by clicking on the box at the beginning " +"of each line and then delete it through the button that appeared. Items can " +"be assigned to specific groups in order to make them accessible to some " +"users within the system." +msgstr "" + +#. module: base #: field:ir.ui.view,field_parent:0 msgid "Child Field" -msgstr "Onderliggend Veld" +msgstr "" #. module: base #: field:ir.actions.act_window,usage:0 #: field:ir.actions.act_window_close,usage:0 #: field:ir.actions.actions,usage:0 -#: field:ir.actions.report.custom,usage:0 #: field:ir.actions.report.xml,usage:0 #: field:ir.actions.server,usage:0 #: field:ir.actions.wizard,usage:0 msgid "Action Usage" -msgstr "Actie Gebruik" +msgstr "" #. module: base #: model:ir.model,name:base.model_workflow_workitem msgid "workflow.workitem" -msgstr "workflow.workitem" +msgstr "" #. module: base #: selection:ir.module.module,state:0 msgid "Not Installable" -msgstr "Niet installeerbaar" +msgstr "" #. module: base -#: rml:ir.module.reference:0 +#: report:ir.module.reference.graph:0 msgid "View :" msgstr "" @@ -7383,103 +8641,100 @@ msgid "View Auto-Load" msgstr "" #. module: base -#: field:ir.module.module,installed_version:0 -msgid "Latest version" -msgstr "Laatste Versie" - -#. module: base -#: selection:ir.actions.server,state:0 -msgid "Write Object" -msgstr "Object Schrijven" - -#. module: base -#: field:ir.report.custom,print_format:0 -msgid "Print format" -msgstr "Afdruk opmaak" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_JUMP_TO" -msgstr "STOCK_JUMP_TO" - -#. module: base -#: field:ir.actions.todo,end_date:0 -msgid "End Date" -msgstr "Einddatum" +#: code:addons/base/ir/ir_model.py:232 +#, python-format +msgid "You cannot remove the field '%s' !" +msgstr "" #. module: base #: field:ir.exports,resource:0 +#: view:ir.property:0 #: field:ir.property,res_id:0 msgid "Resource" msgstr "" #. module: base -#: field:maintenance.contract,name:0 -#: field:maintenance.contract.wizard,name:0 -msgid "Contract ID" -msgstr "Contract ID" - -#. module: base -#: selection:ir.report.custom.fields,alignment:0 -msgid "center" -msgstr "midden" - -#. module: base -#: code:addons/osv/fields.py:0 -#, python-format -msgid "" -"The second argument of the many2many field %s must be a SQL table !'\\n " -" 'You used %s, which is not a valid SQL table name." +#: field:ir.ui.menu,web_icon:0 +msgid "Web Icon File" msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_country_state -#: model:ir.ui.menu,name:base.menu_country_state_partner -#: field:maintenance.contract.wizard,state:0 -msgid "States" -msgstr "Staten/Provincies" +#: selection:base.language.install,lang:0 +msgid "Persian / فارس" +msgstr "" #. module: base -#: field:ir.actions.configuration.wizard,name:0 -msgid "Next Wizard" -msgstr "Volgende Assistent" +#: view:ir.actions.act_window:0 +msgid "View Ordering" +msgstr "" #. module: base +#: code:addons/base/module/wizard/base_module_upgrade.py:95 +#, python-format +msgid "Unmet dependency !" +msgstr "" + +#. module: base +#: view:base.language.import:0 +msgid "" +"Supported file formats: *.csv (Comma-separated values) or *.po (GetText " +"Portable Objects)" +msgstr "" + +#. module: base +#: code:addons/base/ir/ir_model.py:487 +#, python-format +msgid "" +"You can not delete this document (%s) ! Be sure your user belongs to one of " +"these groups: %s." +msgstr "" + +#. module: base +#: model:ir.model,name:base.model_base_module_configuration +msgid "base.module.configuration" +msgstr "" + +#. module: base +#: field:base.language.export,name:0 #: field:ir.attachment,datas_fname:0 -#: field:wizard.module.lang.export,name:0 msgid "Filename" -msgstr "Bestandsnaam" +msgstr "" #. module: base #: field:ir.model,access_ids:0 -#: field:ir.model.grid,access_ids:0 +#: view:ir.model.access:0 msgid "Access" -msgstr "Toegang" +msgstr "" #. module: base #: model:res.country,name:base.sk msgid "Slovak Republic" -msgstr "Slowakije" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.publisher_warranty +msgid "Publisher Warranty" +msgstr "" #. module: base #: model:res.country,name:base.aw msgid "Aruba" -msgstr "Aruba" +msgstr "" #. module: base #: model:res.country,name:base.ar msgid "Argentina" -msgstr "Argentinië" +msgstr "" #. module: base #: field:res.groups,name:0 msgid "Group Name" -msgstr "Groepsnaam" +msgstr "" #. module: base #: model:res.country,name:base.bh msgid "Bahrain" -msgstr "Bahrein" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_12 @@ -7487,33 +8742,51 @@ msgid "Segmentation" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_FIND" -msgstr "STOCK_FIND" +#: view:ir.attachment:0 +#: field:ir.attachment,company_id:0 +#: field:ir.default,company_id:0 +#: field:ir.property,company_id:0 +#: field:ir.sequence,company_id:0 +#: field:ir.values,company_id:0 +#: view:res.company:0 +#: field:res.config.users,company_id:0 +#: field:res.currency,company_id:0 +#: field:res.partner,company_id:0 +#: field:res.partner.address,company_id:0 +#: view:res.users:0 +#: field:res.users,company_id:0 +msgid "Company" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_maintenance_contract_add_wizard -#: model:ir.ui.menu,name:base.menu_maintenance_contract_add -#: view:maintenance.contract.wizard:0 -msgid "Add Maintenance Contract" -msgstr "Voeg onderhoudscontract toe" +#: view:res.users:0 +msgid "Email & Signature" +msgstr "" #. module: base -#: rml:ir.module.reference:0 -#: field:maintenance.contract.module,version:0 -msgid "Version" -msgstr "Versie" +#: view:publisher_warranty.contract:0 +msgid "Publisher Warranty Contract" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 -msgid "Vietnam / Cộng hòa xã hội chủ nghĩa Việt Nam" +#: selection:base.language.install,lang:0 +msgid "Bulgarian / български език" +msgstr "" + +#. module: base +#: model:ir.ui.menu,name:base.menu_aftersale +msgid "After-Sale Services" +msgstr "" + +#. module: base +#: view:ir.actions.todo:0 +msgid "Launch" msgstr "" #. module: base #: field:ir.actions.act_window,limit:0 -#: field:ir.report.custom,limitt:0 msgid "Limit" -msgstr "Limiet" +msgstr "" #. module: base #: help:ir.actions.server,wkf_model_id:0 @@ -7521,104 +8794,99 @@ msgid "Workflow to be executed on this model." msgstr "" #. module: base -#: code:addons/osv/orm.py:0 -#, python-format -msgid "The search method is not implemented on this object !" +#: model:res.country,name:base.jm +msgid "Jamaica" msgstr "" #. module: base -#: model:res.country,name:base.jm -msgid "Jamaica" -msgstr "Jamaica" +#: model:ir.actions.act_window,help:base.action_partner_category_form +msgid "" +"Manage the partner categories in order to better classify them for tracking " +"and analysis purposes. A partner may belong to several categories and " +"categories have a hierarchy structure: a partner belonging to a category " +"also belong to his parent category." +msgstr "" #. module: base #: model:res.country,name:base.az msgid "Azerbaijan" -msgstr "Azerbeidzjan" +msgstr "" #. module: base -#: code:addons/addons/base/res/partner/partner.py:0 +#: code:addons/base/res/partner/partner.py:250 #, python-format msgid "Warning" -msgstr "Waarschuwing" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Arabic / الْعَرَبيّة" -msgstr "Arabisch / الْعَرَبيّة" - -#. module: base -#: selection:ir.report.custom,state:0 -msgid "Unsubscribed" msgstr "" #. module: base #: model:res.country,name:base.vg msgid "Virgin Islands (British)" -msgstr "Virgin Islands (Brits)" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_MEDIA_PREVIOUS" -msgstr "STOCK_MEDIA_PREVIOUS" +#: view:ir.property:0 +#: model:ir.ui.menu,name:base.next_id_15 +msgid "Parameters" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Czech / Čeština" -msgstr "Tsjechisch / Čeština" +msgstr "" #. module: base #: view:ir.actions.server:0 msgid "Trigger Configuration" msgstr "" +#. module: base +#: model:ir.actions.act_window,help:base.action_partner_supplier_form +msgid "" +"You can access all information regarding your suppliers from the supplier " +"form: accounting data, history of emails, meetings, purchases, etc. You can " +"uncheck the 'Suppliers' filter button in order to search in all your " +"partners, including customers and prospects." +msgstr "" + #. module: base #: model:res.country,name:base.rw msgid "Rwanda" -msgstr "Rwanda" - -#. module: base -#: constraint:res.partner:0 -msgid "The VAT doesn't seem to be correct." -msgstr "De BTW lijkt niet correct te zijn." - -#. module: base -#: selection:ir.report.custom.fields,operation:0 -msgid "Calculate Sum" -msgstr "Som Berekenen" +msgstr "" #. module: base #: view:ir.sequence:0 msgid "Day of the week (0:Monday): %(weekday)s" -msgstr "Dag van de week (0:Maandag): %(weekday)s" +msgstr "" #. module: base #: model:res.country,name:base.ck msgid "Cook Islands" -msgstr "Cook Eilanden" - -#. module: base -#: help:ir.actions.server,mobile:0 -msgid "" -"Provides fields that be used to fetch the mobile number, e.g. you select the " -"invoice, then `object.invoice_address_id.mobile` is the field which gives " -"the correct mobile number" msgstr "" #. module: base #: field:ir.model.data,noupdate:0 msgid "Non Updatable" -msgstr "Niet bijwerkbaar" +msgstr "" + +#. module: base +#: selection:base.language.install,lang:0 +msgid "Klingon" +msgstr "" #. module: base #: model:res.country,name:base.sg msgid "Singapore" -msgstr "Singapore" +msgstr "" #. module: base #: selection:ir.actions.act_window,target:0 msgid "Current Window" -msgstr "Huidig Venster" +msgstr "" #. module: base #: view:ir.values:0 @@ -7626,9 +8894,12 @@ msgid "Action Source" msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_NETWORK" -msgstr "STOCK_NETWORK" +#: view:res.config.view:0 +msgid "" +"If you use OpenERP for the first time we strongly advise you to select the " +"simplified interface, which has less features but is easier. You can always " +"switch later from the user preferences." +msgstr "" #. module: base #: model:ir.model,name:base.model_res_country @@ -7636,51 +8907,54 @@ msgstr "STOCK_NETWORK" #: view:res.country:0 #: field:res.country.state,country_id:0 #: field:res.partner,country:0 +#: view:res.partner.address:0 #: field:res.partner.address,country_id:0 #: field:res.partner.bank,country_id:0 msgid "Country" -msgstr "Land" - -#. module: base -#: wizard_view:base.module.import,import:0 -msgid "Module successfully imported !" -msgstr "Module succesvol geïmporteerd !" +msgstr "" #. module: base #: field:ir.model.fields,complete_name:0 #: field:ir.ui.menu,complete_name:0 msgid "Complete Name" -msgstr "Volledige Naam" - -#. module: base -#: view:ir.report.custom:0 -msgid "Subscribe Report" msgstr "" #. module: base #: field:ir.values,object:0 msgid "Is Object" -msgstr "Is Object" +msgstr "" + +#. module: base +#: view:ir.rule:0 +msgid "" +"1. Global rules are combined together with a logical AND operator, and with " +"the result of the following steps" +msgstr "" + +#. module: base +#: field:res.partner.category,name:0 +msgid "Category Name" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_15 msgid "IT sector" -msgstr "IT sector" +msgstr "" #. module: base -#: view:ir.report.custom:0 -msgid "Unsubscribe Report" +#: view:ir.actions.act_window:0 +msgid "Select Groups" msgstr "" #. module: base #: view:res.lang:0 msgid "%X - Appropriate time representation." -msgstr "%X - Passende tijdweergave." +msgstr "" #. module: base -#: view:res.company:0 -msgid "Your Logo - Use a size of about 450x150 pixels." -msgstr "Uw Logo - Gebruik een afmeting van ongeveer 450x150 pixels." +#: selection:base.language.install,lang:0 +msgid "Spanish (SV) / Español (SV)" +msgstr "" #. module: base #: help:res.lang,grouping:0 @@ -7692,109 +8966,127 @@ msgid "" msgstr "" #. module: base -#: selection:ir.report.custom,print_orientation:0 +#: view:res.company:0 msgid "Portrait" -msgstr "Staand" +msgstr "" #. module: base -#: field:ir.actions.server,subject:0 -#: wizard_field:res.partner.spam_send,init,subject:0 -#: field:res.request,name:0 -msgid "Subject" -msgstr "Onderwerp" +#: code:addons/base/ir/ir_model.py:317 +#, python-format +msgid "Can only rename one column at a time!" +msgstr "" #. module: base #: selection:ir.translation,type:0 msgid "Wizard Button" -msgstr "Assistent Knop" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_DIRECTORY" -msgstr "STOCK_DIRECTORY" +#: selection:ir.translation,type:0 +msgid "Report/Template" +msgstr "" #. module: base -#: model:ir.actions.act_window,name:base.action_partner_customer_form_new -#: model:ir.ui.menu,name:base.menu_partner_customer_form_new -msgid "New Partner" -msgstr "Nieuwe Relatie" +#: selection:ir.actions.act_window.view,view_mode:0 +#: selection:ir.ui.view,type:0 +#: selection:wizard.ir.model.menu.create.line,view_type:0 +msgid "Graph" +msgstr "" #. module: base #: model:ir.model,name:base.model_ir_actions_server +#: selection:ir.ui.menu,action:0 msgid "ir.actions.server" -msgstr "ir.actions.server" - -#. module: base -#: view:ir.actions.report.custom:0 -msgid "Report custom" -msgstr "Aangepast Rapport" +msgstr "" #. module: base #: field:ir.actions.configuration.wizard,progress:0 +#: field:res.config,progress:0 +#: field:res.config.installer,progress:0 +#: field:res.config.users,progress:0 +#: field:res.config.view,progress:0 msgid "Configuration Progress" -msgstr "Configuratie Voortgang" +msgstr "" #. module: base +#: model:ir.actions.act_window,name:base.act_ir_actions_todo_form +#: model:ir.ui.menu,name:base.menu_ir_actions_todo_form #: model:ir.ui.menu,name:base.next_id_11 msgid "Configuration Wizards" -msgstr "Configuratie Assistenten" +msgstr "" + +#. module: base +#: field:res.lang,code:0 +msgid "Locale Code" +msgstr "" + +#. module: base +#: field:workflow.activity,split_mode:0 +msgid "Split Mode" +msgstr "" + +#. module: base +#: view:base.module.upgrade:0 +msgid "Note that this operation might take a few minutes." +msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_localisation msgid "Localisation" -msgstr "Localisatie" - -#. module: base -#: selection:res.config.view,view:0 -msgid "Simplified Interface" msgstr "" #. module: base -#: model:res.country,name:base.cl -msgid "Chile" -msgstr "Chili" +#: view:ir.actions.server:0 +msgid "Action to Launch" +msgstr "" #. module: base -#: selection:ir.ui.menu,icon:0 -msgid "STOCK_REVERT_TO_SAVED" -msgstr "STOCK_REVERT_TO_SAVED" +#: view:ir.cron:0 +msgid "Execution" +msgstr "" #. module: base -#: model:ir.actions.wizard,name:base.wizard_lang_import -#: model:ir.ui.menu,name:base.menu_wizard_lang_import -msgid "Import a Translation File" -msgstr "Vertaalbestand importeren" +#: field:ir.actions.server,condition:0 +#: field:workflow.transition,condition:0 +msgid "Condition" +msgstr "" #. module: base #: help:ir.values,model_id:0 msgid "This field is not used, it only helps you to select a good model." msgstr "" -"Dit veld wordt niet gebruikt, het helpt u alleen om een goed model te kiezen." #. module: base #: field:ir.ui.view,name:0 msgid "View Name" -msgstr "Weergave Naam" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Italian / Italiano" -msgstr "Italiaans / Italiano" +msgstr "" #. module: base #: field:ir.actions.report.xml,attachment:0 msgid "Save As Attachment Prefix" -msgstr "Opslaan Als Bijlage Voorvoegsel" +msgstr "" #. module: base -#: model:res.country,name:base.hr -msgid "Croatia" -msgstr "Kroatië" +#: view:ir.actions.server:0 +msgid "" +"Only one client action will be executed, last client action will be " +"considered in case of multiple client actions." +msgstr "" + +#. module: base +#: view:res.lang:0 +msgid "%j - Day of the year [001,366]." +msgstr "" #. module: base #: field:ir.actions.server,mobile:0 msgid "Mobile No" -msgstr "Mobiel nr" +msgstr "" #. module: base #: model:ir.actions.act_window,name:base.action_partner_by_category @@ -7803,55 +9095,65 @@ msgstr "Mobiel nr" #: model:ir.ui.menu,name:base.menu_partner_category_form #: view:res.partner.category:0 msgid "Partner Categories" -msgstr "Relatie Categorieën" - -#. module: base -#: field:ir.sequence,code:0 -#: field:ir.sequence.type,code:0 -msgid "Sequence Code" msgstr "" #. module: base -#: selection:ir.report.custom,print_format:0 -msgid "a5" -msgstr "a5" +#: view:base.module.upgrade:0 +msgid "System Update" +msgstr "" + +#. module: base +#: selection:ir.translation,type:0 +msgid "Wizard Field" +msgstr "" + +#. module: base +#: help:ir.sequence,prefix:0 +msgid "Prefix value of the record for the sequence" +msgstr "" #. module: base #: model:res.country,name:base.sc msgid "Seychelles" -msgstr "Seychellen" +msgstr "" #. module: base #: model:ir.model,name:base.model_res_partner_bank #: view:res.partner.bank:0 msgid "Bank Accounts" -msgstr "Bankrekeningen" +msgstr "" #. module: base #: model:res.country,name:base.sl msgid "Sierra Leone" -msgstr "Sierra Leone" +msgstr "" #. module: base #: view:res.company:0 #: view:res.partner:0 msgid "General Information" -msgstr "Algemene Informatie" - -#. module: base -#: selection:ir.ui.menu,icon:0 -msgid "terp-product" -msgstr "terp-product" +msgstr "" #. module: base #: model:res.country,name:base.tc msgid "Turks and Caicos Islands" -msgstr "Turks en Caicoseilanden" +msgstr "" #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account Owner" -msgstr "Rekeninghouder" +msgstr "" + +#. module: base +#: code:addons/base/res/res_user.py:256 +#, python-format +msgid "Company Switch Warning" +msgstr "" + +#. module: base +#: model:ir.actions.act_window,name:base.action_res_widget_wizard +msgid "Homepage Widgets Management" +msgstr "" #. module: base #: field:workflow,osv:0 @@ -7859,43 +9161,43 @@ msgstr "Rekeninghouder" msgid "Resource Object" msgstr "" +#. module: base +#: help:ir.sequence,number_increment:0 +msgid "The next number of the sequence will be incremented by this number" +msgstr "" + #. module: base #: field:ir.cron,function:0 #: field:res.partner.address,function:0 #: selection:workflow.activity,kind:0 msgid "Function" -msgstr "Functie" - -#. module: base -#: field:res.partner.event,som:0 -#: field:res.partner.som,name:0 -msgid "State of Mind" msgstr "" #. module: base -#: field:ir.attachment,preview:0 -msgid "Image Preview" -msgstr "Afbeeldingsvoorbeeld" +#: view:res.widget:0 +msgid "Search Widget" +msgstr "" #. module: base -#: model:res.country,name:base.yu -msgid "Yugoslavia" -msgstr "Joegoslavië" +#: selection:ir.actions.todo,restart:0 +msgid "Never" +msgstr "" + +#. module: base +#: selection:res.partner.address,type:0 +msgid "Delivery" +msgstr "" #. module: base #: model:res.partner.title,name:base.res_partner_title_pvt_ltd +#: model:res.partner.title,shortcut:base.res_partner_title_pvt_ltd msgid "Corp." msgstr "" -#. module: base -#: wizard_view:module.lang.install,init:0 -msgid "Choose a language to install:" -msgstr "Selecteer de te installeren taal:" - #. module: base #: model:res.country,name:base.gw msgid "Guinea Bissau" -msgstr "Guinea Bissau" +msgstr "" #. module: base #: view:workflow.instance:0 @@ -7903,25 +9205,31 @@ msgid "Workflow Instances" msgstr "" #. module: base -#: code:addons/addons/base/res/partner/partner.py:0 +#: code:addons/base/res/partner/partner.py:261 #, python-format msgid "Partners: " -msgstr "Relaties: " +msgstr "" #. module: base #: model:res.country,name:base.kp msgid "North Korea" -msgstr "Noord-Korea" +msgstr "" #. module: base #: selection:ir.actions.server,state:0 msgid "Create Object" -msgstr "Object Aanmaken" +msgstr "" + +#. module: base +#: view:ir.filters:0 +#: field:res.log,context:0 +msgid "Context" +msgstr "" #. module: base #: field:res.bank,bic:0 msgid "BIC/Swift code" -msgstr "BIC/Swift code" +msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 @@ -7929,14 +9237,14 @@ msgid "Prospect" msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Polish / Język polski" -msgstr "Pools / Język polski" +msgstr "" #. module: base #: field:ir.exports,name:0 msgid "Export Name" -msgstr "Exportnaam" +msgstr "" #. module: base #: help:res.partner.address,type:0 @@ -7944,139 +9252,13 @@ msgid "" "Used to select automatically the right address according to the context in " "sales and purchases documents." msgstr "" -"Wordt gebruikt om automatisch het juiste adres te kiezen afhankelijk van de " -"context in verkoop- en inkoopdocumenten" #. module: base #: model:res.country,name:base.lk msgid "Sri Lanka" -msgstr "Sri Lanka" +msgstr "" #. module: base -#: selection:module.lang.install,init,lang:0 +#: selection:base.language.install,lang:0 msgid "Russian / русский язык" -msgstr "Russisch / русский язык" - -#. module: base -#: sql_constraint:res.user:0 -msgid "You cannot have two users with the same login !" msgstr "" - -#. module: base -#: sql_constraint:ir.model.fields:0 -msgid "Size of the field can never be less than 1 !" -msgstr "" - -#. module: base -#: sql_constraint:ir.ui.view_sc:0 -msgid "Shortcut for this menu already exists!" -msgstr "" - -#. module: base -#: sql_constraint:ir.model.data:0 -msgid "You cannot have multiple records with the same id for the same module !" -msgstr "" - -#. module: base -#: sql_constraint:maintenance.contract:0 -msgid "Your maintenance contract is already subscribed in the system !" -msgstr "" - -#. module: base -#: sql_constraint:ir.module.module:0 -#: sql_constraint:ir.module.web:0 -msgid "The name of the module must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:ir.module.module:0 -msgid "The certificate ID of the module must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.partner.function:0 -msgid "The Code of the Partner Function must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.partner:0 -msgid "The name of the Partner must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.country:0 -msgid "The name of the country must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.country:0 -msgid "The code of the country must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.lang:0 -msgid "The name of the language must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.lang:0 -msgid "The code of the language must be unique !" -msgstr "" - -#. module: base -#: sql_constraint:res.groups:0 -msgid "The name of the group must be unique !" -msgstr "" - -#. module: base -#: code:addons/osv/osv.py:0 -#, python-format -msgid "Constraint Error" -msgstr "" - -#. module: base -#: code:addons/osv/osv.py:0 -#, python-format -msgid "The operation cannot be completed, probably due to the following:\n- deletion: you may be trying to delete a record while other records still reference it\n- creation/update: a mandatory field is not correctly set" -msgstr "" - -#. module: base -#: code:addons/osv/osv.py:0 -#, python-format -msgid "\n\n[object with reference: %s - %s]" -msgstr "" - -#. module: base -#: code:addons/osv/osv.py:0 -#, python-format -msgid "Integrity Error" -msgstr "" - -#. module: base -#: code:addons/base/res/res_lang.py:0 -#, python-format -msgid "User Error" -msgstr "" - -#. module: base -#: code:addons/base/res/res_lang.py:0 -#, python-format -msgid "Base Language 'en_US' can not be deleted !" -msgstr "" - -#. module: base -#: code:addons/base/res/res_lang.py:0 -#, python-format -msgid "You cannot delete the language which is User's Preferred Language !" -msgstr "" - -#. module: base -#: code:addons/base/res/res_lang.py:0 -#, python-format -msgid "You cannot delete the language which is Active !\nPlease de-activate the language first." -msgstr "" - -#~ msgid "Make the rule global, otherwise it needs to be put on a group or user" -#~ msgstr "" -#~ "Maak dit een globale regel, anders moet de regel aan een groep of gebruiker " -#~ "worden gekoppeld" diff --git a/bin/addons/base/i18n/pt_BR.po b/bin/addons/base/i18n/pt_BR.po index c097472993b..a9c53a5c12b 100644 --- a/bin/addons/base/i18n/pt_BR.po +++ b/bin/addons/base/i18n/pt_BR.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: pt_BR\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 13:31+0000\n" -"Last-Translator: OpenERP Administrators \n" +"PO-Revision-Date: 2011-02-05 11:15+0000\n" +"Last-Translator: Emerson \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-20 06:11+0000\n" +"X-Launchpad-Export-Date: 2011-02-06 06:15+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base @@ -110,7 +110,7 @@ msgstr "Exibir Dicas" #. module: base #: view:ir.module.module:0 msgid "Created Views" -msgstr "Views Criadas" +msgstr "Visões criadas" #. module: base #: code:addons/base/ir/ir_model.py:485 @@ -138,13 +138,13 @@ msgstr "Referência" #. module: base #: field:ir.actions.act_window,target:0 msgid "Target Window" -msgstr "Janela de Destino" +msgstr "Janela Destino" #. module: base #: code:addons/base/res/res_user.py:507 #, python-format msgid "Warning!" -msgstr "Informação!" +msgstr "Aviso!" #. module: base #: code:addons/base/ir/ir_model.py:304 @@ -716,7 +716,7 @@ msgstr "Omã" #: model:ir.actions.act_window,name:base.action_payterm_form #: model:ir.model,name:base.model_res_payterm msgid "Payment term" -msgstr "Termo de Pagamento" +msgstr "Condições de Pagamento" #. module: base #: model:res.country,name:base.nu @@ -1015,7 +1015,7 @@ msgstr "" #: code:addons/base/res/res_user.py:206 #, python-format msgid "Operation Canceled" -msgstr "" +msgstr "Operação Cancelada" #. module: base #: help:base.language.export,lang:0 @@ -1226,7 +1226,7 @@ msgstr "Info. do Assistente" #: model:ir.actions.act_window,name:base.action_wizard_lang_export #: model:ir.ui.menu,name:base.menu_wizard_lang_export msgid "Export Translation" -msgstr "" +msgstr "Exportar Tradução" #. module: base #: help:res.log,secondary:0 @@ -1485,7 +1485,7 @@ msgstr "Criar / Escrever / Copiar" #. module: base #: view:base.language.export:0 msgid "https://help.launchpad.net/Translations" -msgstr "" +msgstr "https://help.launchpad.net/Translations" #. module: base #: field:ir.actions.act_window,view_mode:0 @@ -2620,7 +2620,7 @@ msgstr "GPL-2 ou versão superior" #. module: base #: model:res.partner.title,shortcut:base.res_partner_title_sir msgid "M." -msgstr "" +msgstr "M." #. module: base #: code:addons/base/module/module.py:429 @@ -2990,7 +2990,7 @@ msgstr "Tipo de Sequencia" #. module: base #: view:ir.ui.view.custom:0 msgid "Customized Architecture" -msgstr "" +msgstr "Arquitetura Customisada" #. module: base #: field:ir.module.module,license:0 @@ -3219,7 +3219,7 @@ msgstr "Relatórios personalizados" #. module: base #: selection:base.language.install,lang:0 msgid "Abkhazian / аҧсуа" -msgstr "" +msgstr "Abkhazian / аҧсуа" #. module: base #: view:base.module.configuration:0 @@ -3260,7 +3260,7 @@ msgstr "Definir como NULL" #. module: base #: model:res.country,name:base.bj msgid "Benin" -msgstr "" +msgstr "Benin" #. module: base #: code:addons/base/publisher_warranty/publisher_warranty.py:281 @@ -3306,7 +3306,7 @@ msgstr "" #. module: base #: model:res.country,name:base.mu msgid "Mauritius" -msgstr "" +msgstr "Mauritius" #. module: base #: view:ir.model.access:0 @@ -3343,7 +3343,7 @@ msgstr "Instalado" #. module: base #: selection:base.language.install,lang:0 msgid "Ukrainian / українська" -msgstr "" +msgstr "Ukrainian / українська" #. module: base #: model:ir.actions.act_window,name:base.action_translation @@ -3379,7 +3379,7 @@ msgstr "%M - Minuto [00,59]." #. module: base #: selection:ir.module.module,license:0 msgid "Affero GPL-3" -msgstr "" +msgstr "Affero GPL-3" #. module: base #: field:ir.sequence,number_next:0 @@ -3468,7 +3468,7 @@ msgstr "Aplique para excluir" #: code:addons/base/ir/ir_model.py:319 #, python-format msgid "Cannot rename column to %s, because that column already exists!" -msgstr "" +msgstr "Impossível renomear a coluna para %s, porque a coluna já existe!" #. module: base #: view:ir.attachment:0 @@ -3619,7 +3619,7 @@ msgstr "Cazaquistão" #. module: base #: view:res.lang:0 msgid "%w - Weekday number [0(Sunday),6]." -msgstr "" +msgstr "%w - Número do dia da Semana [0(Domingo),6]." #. module: base #: model:ir.actions.act_window,help:base.action_partner_form @@ -3632,6 +3632,14 @@ msgid "" "plugin, don't forget to register emails to each contact so that the gateway " "will automatically attach incoming emails to the right partner." msgstr "" +"Um cliente é uma entidade que você faz negócios, como uma empresa ou uma " +"organização. Um cliente pode ter vários contatos ou endereços que são as " +"pessoas que trabalham para essa empresa. Você pode usar a guia histórico, " +"para acompanhar todas as operações relativas a um cliente: a ordem de venda, " +"e-mails, oportunidades, reclamações, etc Se você usar o gateway de e-mail, o " +"Outlook ou o Thunderbird plugin, não se esqueça de registrar os e-mails de " +"cada contato para que o gateway poder anexar automaticamente os e-mails " +"recebidos para o parceiro certo." #. module: base #: field:ir.actions.report.xml,name:0 @@ -3733,6 +3741,8 @@ msgid "" "For one2many fields, the field on the target model that implement the " "opposite many2one relationship" msgstr "" +"Para campo um_para_muitos, o campo no modelo destino que implementa a " +"relação oposta muito_para_um" #. module: base #: model:ir.model,name:base.model_ir_actions_act_window_view @@ -4012,6 +4022,8 @@ msgid "" "Whether values for this field can be translated (enables the translation " "mechanism for that field)" msgstr "" +"Se os valores para este campo podem ser traduzidos (habilita o mecanismo de " +"tradução para esse campo)" #. module: base #: view:res.lang:0 @@ -4371,7 +4383,7 @@ msgstr "" #. module: base #: help:ir.model.fields,relation:0 msgid "For relationship fields, the technical name of the target model" -msgstr "" +msgstr "Para campos de relacionamento, o nome técnico do modelo de destino" #. module: base #: selection:base.language.install,lang:0 @@ -4457,7 +4469,7 @@ msgstr "Empregado" #. module: base #: field:ir.model.access,perm_create:0 msgid "Create Access" -msgstr "Criar Acesso" +msgstr "Acesso Criação" #. module: base #: field:res.partner.address,state_id:0 @@ -4499,7 +4511,7 @@ msgstr "Mapeando campo" #. module: base #: view:publisher_warranty.contract:0 msgid "Refresh Validation Dates" -msgstr "" +msgstr "Atualizar Datas de Validação" #. module: base #: view:ir.model:0 @@ -4668,6 +4680,8 @@ msgid "" "Please use the change password wizard (in User Preferences or User menu) to " "change your own password." msgstr "" +"Por favor, utilizar o assistente de mudança de senha (em Preferências do " +"usuário ou no menu usuários) para mudar sua própria senha." #. module: base #: code:addons/orm.py:1350 @@ -4870,7 +4884,7 @@ msgstr "Cabeçalho RML interno" #. module: base #: field:ir.actions.act_window,search_view_id:0 msgid "Search View Ref." -msgstr "" +msgstr "Ref. Visão de Pesquisa" #. module: base #: field:ir.module.module,installed_version:0 @@ -4988,7 +5002,7 @@ msgstr "Ilhas Cocos" #: selection:base.module.import,state:0 #: selection:base.module.update,state:0 msgid "init" -msgstr "" +msgstr "init" #. module: base #: view:res.lang:0 @@ -5046,7 +5060,7 @@ msgstr "Sufixo" #. module: base #: model:res.country,name:base.mo msgid "Macau" -msgstr "" +msgstr "Macau" #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report @@ -5211,6 +5225,7 @@ msgstr "Nigéria" #, python-format msgid "For selection fields, the Selection Options must be given!" msgstr "" +"Para os campos de seleção, as opções de seleção deve ser determinadas!" #. module: base #: model:ir.actions.act_window,name:base.action_partner_sms_send @@ -5225,7 +5240,7 @@ msgstr "Usuários Permitidos" #. module: base #: field:ir.ui.menu,web_icon_data:0 msgid "Web Icon Image" -msgstr "" +msgstr "Imagem Ícone Web" #. module: base #: view:ir.values:0 @@ -5378,7 +5393,7 @@ msgstr "" #: model:ir.ui.menu,name:base.menu_action_ui_view_custom #: view:ir.ui.view.custom:0 msgid "Customized Views" -msgstr "" +msgstr "Visões Personalizadas" #. module: base #: view:partner.sms.send:0 @@ -5433,7 +5448,7 @@ msgstr "" #: code:addons/orm.py:158 #, python-format msgid "Object %s does not exists" -msgstr "" +msgstr "Objeto %s não existe" #. module: base #: selection:base.language.install,lang:0 @@ -5469,7 +5484,7 @@ msgstr "Adicionar usuário" #. module: base #: model:ir.actions.act_window,name:base.action_view_base_module_upgrade_install msgid "Module Upgrade Install" -msgstr "" +msgstr "Instalar Atualização do Módulo" #. module: base #: model:ir.model,name:base.model_ir_actions_configuration_wizard @@ -5593,6 +5608,7 @@ msgstr "Reunião" msgid "" "New column name must still start with x_ , because it is a custom field!" msgstr "" +"Nome da nova coluna deve começar com x_ , porque é um campo personalizado !" #. module: base #: view:ir.model.access:0 @@ -5831,7 +5847,7 @@ msgstr "Empresas" #. module: base #: view:res.lang:0 msgid "%H - Hour (24-hour clock) [00,23]." -msgstr "" +msgstr "%H - Hora (Relógio 24 horas) [00,23]." #. module: base #: model:ir.model,name:base.model_res_widget @@ -5948,7 +5964,7 @@ msgstr "Ações da janela" #. module: base #: view:res.lang:0 msgid "%I - Hour (12-hour clock) [01,12]." -msgstr "" +msgstr "%I - Hora (Relógio 12 horas) [01,12]." #. module: base #: selection:publisher_warranty.contract.wizard,state:0 @@ -5986,6 +6002,8 @@ msgid "" "View type: set to 'tree' for a hierarchical tree view, or 'form' for other " "views" msgstr "" +"Tipo de Visão: definido como \"tree\" para uma exibição de árvore " +"hierárquica, ou \"form \" para outras visões" #. module: base #: code:addons/base/res/res_config.py:421 @@ -6092,6 +6110,7 @@ msgid "" "It gives the status if the tip has to be displayed or not when a user " "executes an action" msgstr "" +"Define se a Dica deve ser exibida ou não quando um usuário executa uma ação" #. module: base #: view:ir.model:0 @@ -6171,6 +6190,7 @@ msgstr "Ajuda" msgid "" "If specified, the action will replace the standard menu for this user." msgstr "" +"Se especificado, a ação irá substituir o menu padrão para este usuário." #. module: base #: selection:ir.actions.server,state:0 @@ -6186,7 +6206,7 @@ msgstr "Arrecadação de Fundos (contribuições)" #: model:ir.actions.act_window,name:base.ir_sequence_type #: model:ir.ui.menu,name:base.menu_ir_sequence_type msgid "Sequence Codes" -msgstr "" +msgstr "Códigos seqüenciais" #. module: base #: selection:base.language.install,lang:0 @@ -6226,7 +6246,7 @@ msgstr "França" #. module: base #: model:ir.model,name:base.model_res_log msgid "res.log" -msgstr "" +msgstr "res.log" #. module: base #: help:ir.translation,module:0 @@ -6276,7 +6296,7 @@ msgstr "Tipo" #: code:addons/orm.py:3775 #, python-format msgid "This method does not exist anymore" -msgstr "" +msgstr "Este método não existe mais" #. module: base #: field:res.bank,fax:0 @@ -6316,12 +6336,12 @@ msgstr "res.request" #. module: base #: view:ir.model:0 msgid "In Memory" -msgstr "" +msgstr "Em Memória" #. module: base #: view:ir.actions.todo:0 msgid "Todo" -msgstr "" +msgstr "À Fazer" #. module: base #: field:ir.attachment,datas:0 @@ -6343,12 +6363,14 @@ msgstr "Ltd" msgid "" "The group that a user must have to be authorized to validate this transition." msgstr "" +"O grupo ao qual o usuário deve ter autorização para validar esta transição." #. module: base #: constraint:res.config.users:0 #: constraint:res.users:0 msgid "The chosen company is not in the allowed companies for this user" msgstr "" +"A empresa escolhida não está entre as empresas habilitadas para este usuário" #. module: base #: model:res.country,name:base.gi @@ -6358,7 +6380,7 @@ msgstr "Gibraltar" #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Service Name" -msgstr "" +msgstr "Nome do Serviço" #. module: base #: model:res.country,name:base.pn @@ -6381,7 +6403,7 @@ msgstr "Registro de regras" #: field:res.config.users,name:0 #: field:res.users,name:0 msgid "User Name" -msgstr "" +msgstr "Nome do Usuário" #. module: base #: view:ir.sequence:0 @@ -6487,7 +6509,7 @@ msgstr "Itália" #: view:ir.actions.todo:0 #: selection:ir.actions.todo,state:0 msgid "To Do" -msgstr "" +msgstr "A fazer" #. module: base #: selection:base.language.install,lang:0 @@ -7428,7 +7450,7 @@ msgstr "Data de Início" #. module: base #: help:res.partner,website:0 msgid "Website of Partner" -msgstr "site do parceiro" +msgstr "Site do Parceiro" #. module: base #: model:res.partner.category,name:base.res_partner_category_5 @@ -7928,7 +7950,7 @@ msgstr "" #: field:res.partner,child_ids:0 #: field:res.request,ref_partner_id:0 msgid "Partner Ref." -msgstr "Código parceiro" +msgstr "Código Parceiro" #. module: base #: model:ir.actions.act_window,name:base.action_partner_supplier_form @@ -7977,7 +7999,7 @@ msgstr "Groenlândia" #. module: base #: field:res.partner.bank,acc_number:0 msgid "Account Number" -msgstr "Número da conta" +msgstr "Número de Conta" #. module: base #: view:res.lang:0 @@ -8254,7 +8276,7 @@ msgstr "Arquivos CSV" #. module: base #: field:res.company,account_no:0 msgid "Account No." -msgstr "" +msgstr "Conta No." #. module: base #: code:addons/base/res/res_lang.py:157 @@ -8571,7 +8593,8 @@ msgstr "Origem" #. module: base #: help:res.partner.address,partner_id:0 msgid "Keep empty for a private address, not related to partner." -msgstr "Deixe vazio para endereço privado, não relacionado ao parceiro." +msgstr "" +"Mantenha vazio para um endereço privado, não relacionados com o parceiro." #. module: base #: model:res.country,name:base.vu @@ -9042,6 +9065,10 @@ msgid "" "categories have a hierarchy structure: a partner belonging to a category " "also belong to his parent category." msgstr "" +"Gerenciar as categorias de parceiros para melhor classificá-los para fins de " +"controle e análise. Um parceiro pode pertencer a várias categorias e " +"categorias têm uma estrutura hierarquia: um parceiro pertencente a uma " +"categoria também pertencem à sua categoria principal." #. module: base #: model:res.country,name:base.az @@ -9088,6 +9115,10 @@ msgid "" "uncheck the 'Suppliers' filter button in order to search in all your " "partners, including customers and prospects." msgstr "" +"Você pode acessar todas as informações sobre seus fornecedores a partir " +"Formulário de Fornecedores: dados contábeis, histórico dos e-mails, " +"reuniões, compras, etc Você pode desmarcar o botão filtro 'Fornecedores' " +"para a pesquisar em todos os seus parceiros, incluindo clientes e prospectos." #. module: base #: model:res.country,name:base.rw @@ -9338,7 +9369,7 @@ msgstr "Número do celular" #: model:ir.ui.menu,name:base.menu_partner_category_form #: view:res.partner.category:0 msgid "Partner Categories" -msgstr "Categorias de parceiros" +msgstr "Categorias de Parceiros" #. module: base #: view:base.module.upgrade:0 @@ -9364,7 +9395,7 @@ msgstr "Seicheles" #: model:ir.model,name:base.model_res_partner_bank #: view:res.partner.bank:0 msgid "Bank Accounts" -msgstr "Contas Bancaria" +msgstr "Contas Bancárias" #. module: base #: model:res.country,name:base.sl diff --git a/bin/addons/base/i18n/ro.po b/bin/addons/base/i18n/ro.po index 4939578b6b1..dda6302baa8 100644 --- a/bin/addons/base/i18n/ro.po +++ b/bin/addons/base/i18n/ro.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.4\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 13:31+0000\n" -"Last-Translator: OpenERP Administrators \n" +"PO-Revision-Date: 2011-02-06 22:27+0000\n" +"Last-Translator: Mihai Boiciuc \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-20 06:10+0000\n" +"X-Launchpad-Export-Date: 2011-02-07 06:23+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base @@ -88,7 +88,7 @@ msgstr "Maghiara / Magyar" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Not Searchable" -msgstr "" +msgstr "Ne-căutabil" #. module: base #: selection:base.language.install,lang:0 @@ -140,7 +140,7 @@ msgstr "Fereastra tinta" #: code:addons/base/res/res_user.py:507 #, python-format msgid "Warning!" -msgstr "" +msgstr "Atenție!" #. module: base #: code:addons/base/ir/ir_model.py:304 @@ -171,7 +171,7 @@ msgstr "Elvetia" #: code:addons/orm.py:3653 #, python-format msgid "created." -msgstr "" +msgstr "creat." #. module: base #: model:res.partner.category,name:base.res_partner_category_woodsuppliers0 @@ -400,7 +400,7 @@ msgstr "" #: code:addons/orm.py:904 #, python-format msgid "The read method is not implemented on this object !" -msgstr "" +msgstr "Metoda 'citește' nu este implmentată în acest obiect !" #. module: base #: help:res.lang,iso_code:0 @@ -496,7 +496,7 @@ msgstr "" #. module: base #: view:res.config.users:0 msgid "New User" -msgstr "" +msgstr "Utilizator Nou" #. module: base #: view:base.language.export:0 @@ -576,7 +576,7 @@ msgstr "" #. module: base #: field:res.partner,title:0 msgid "Partner Form" -msgstr "" +msgstr "Formă partener" #. module: base #: selection:base.language.install,lang:0 @@ -624,7 +624,7 @@ msgstr "Albaneză / Shqip" #. module: base #: model:ir.ui.menu,name:base.menu_crm_config_opportunity msgid "Opportunities" -msgstr "" +msgstr "Oportunități" #. module: base #: model:ir.model,name:base.model_base_language_export @@ -828,13 +828,13 @@ msgstr "Guam (SUA)" #. module: base #: model:ir.ui.menu,name:base.menu_hr_project msgid "Human Resources Dashboard" -msgstr "" +msgstr "Resurse umane tablou de bord" #. module: base #: code:addons/base/res/res_user.py:507 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" -msgstr "" +msgstr "Setarea parolelor goale nu este permisă din motive de securitate!" #. module: base #: selection:ir.actions.server,state:0 @@ -884,7 +884,7 @@ msgstr "Caracter" #: model:ir.actions.act_window,name:base.action_publisher_warranty_contract_form #: model:ir.ui.menu,name:base.menu_publisher_warranty_contract msgid "Contracts" -msgstr "" +msgstr "Contracte" #. module: base #: selection:base.language.install,lang:0 @@ -1004,7 +1004,7 @@ msgstr "" #: code:addons/base/res/res_user.py:206 #, python-format msgid "Operation Canceled" -msgstr "" +msgstr "Operaţiune anulată" #. module: base #: help:base.language.export,lang:0 @@ -1019,7 +1019,7 @@ msgstr "Data cererii" #. module: base #: model:ir.ui.menu,name:base.menu_hr_dasboard msgid "Dashboard" -msgstr "" +msgstr "Tablou de bord" #. module: base #: model:ir.ui.menu,name:base.menu_purchase_root @@ -1099,7 +1099,7 @@ msgstr "" #: code:addons/orm.py:1744 #, python-format msgid "The search method is not implemented on this object !" -msgstr "" +msgstr "Metoda 'căutare' nu este implementata pentru acest obiect !" #. module: base #: view:wizard.ir.model.menu.create:0 @@ -1109,7 +1109,7 @@ msgstr "Creare _Meniu" #. module: base #: field:res.payterm,name:0 msgid "Payment Term (short name)" -msgstr "" +msgstr "Termen Plată (nume scurt)" #. module: base #: model:ir.model,name:base.model_res_bank @@ -1185,7 +1185,7 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_res_country_state msgid "Country state" -msgstr "" +msgstr "Judeţ" #. module: base #: selection:ir.property,type:0 @@ -1346,7 +1346,7 @@ msgstr "Configurarea domeniului" #. module: base #: field:ir.actions.server,trigger_name:0 msgid "Trigger Name" -msgstr "" +msgstr "Denumire declansator" #. module: base #: model:ir.model,name:base.model_ir_model_access @@ -1436,7 +1436,7 @@ msgstr "Finlanda" #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Tree" -msgstr "" +msgstr "Arbore" #. module: base #: help:res.config.users,password:0 @@ -1751,12 +1751,12 @@ msgstr "Vedere Originala" #. module: base #: view:ir.values:0 msgid "Action To Launch" -msgstr "" +msgstr "Actiune de lansat" #. module: base #: field:ir.actions.url,target:0 msgid "Action Target" -msgstr "" +msgstr "Acțiune țintă" #. module: base #: model:res.country,name:base.ai @@ -1789,6 +1789,7 @@ msgstr "Zimbabwe" #: view:base.module.update:0 msgid "Please be patient, as this operation may take a few seconds..." msgstr "" +"Vă rugăm să aveți răbdare, această operație poate dura câteva secunde ..." #. module: base #: help:ir.values,action_id:0 @@ -1811,7 +1812,7 @@ msgstr "Franceză (BE) / Français (BE)" #: view:ir.actions.server:0 #: field:workflow.activity,action_id:0 msgid "Server Action" -msgstr "" +msgstr "Actiune server" #. module: base #: model:res.country,name:base.tt @@ -2027,7 +2028,7 @@ msgstr "res.partner.event" #. module: base #: model:res.widget,title:base.facebook_widget msgid "Facebook" -msgstr "" +msgstr "Facebook" #. module: base #: model:res.country,name:base.am @@ -2093,7 +2094,7 @@ msgstr "" #. module: base #: selection:publisher_warranty.contract,state:0 msgid "Canceled" -msgstr "" +msgstr "Anulat" #. module: base #: model:res.country,name:base.at @@ -2147,14 +2148,14 @@ msgstr "Dependinţele modulului" #. module: base #: selection:publisher_warranty.contract.wizard,state:0 msgid "Draft" -msgstr "" +msgstr "Ciornă" #. module: base #: selection:res.config.users,view:0 #: selection:res.config.view,view:0 #: selection:res.users,view:0 msgid "Extended" -msgstr "" +msgstr "Extinsă" #. module: base #: model:ir.actions.act_window,help:base.action_partner_title_contact @@ -2167,19 +2168,19 @@ msgstr "" #. module: base #: field:res.company,rml_footer1:0 msgid "Report Footer 1" -msgstr "" +msgstr "Subsol 1 raport" #. module: base #: field:res.company,rml_footer2:0 msgid "Report Footer 2" -msgstr "" +msgstr "Subsol 2 raport" #. module: base #: view:ir.model.access:0 #: view:res.groups:0 #: field:res.groups,model_access:0 msgid "Access Controls" -msgstr "" +msgstr "Controale de acces" #. module: base #: view:ir.module.module:0 @@ -2402,7 +2403,7 @@ msgstr "Specificaţi o acţiune care să fie lansată !" #. module: base #: view:res.payterm:0 msgid "Payment Term" -msgstr "" +msgstr "Termen de plată" #. module: base #: selection:res.lang,direction:0 @@ -2477,6 +2478,8 @@ msgid "" "Value Added Tax number. Check the box if the partner is subjected to the " "VAT. Used by the VAT legal statement." msgstr "" +"Codul fiscal de înregistrare ca plătitor de TVA. Bifați dacă partenerul este " +"plătitor de TVA. Utilizat pentru Declarațiile fiscale de TVA" #. module: base #: model:ir.model,name:base.model_maintenance_contract @@ -2611,7 +2614,7 @@ msgstr "ir.property" #: selection:ir.ui.view,type:0 #: selection:wizard.ir.model.menu.create.line,view_type:0 msgid "Form" -msgstr "" +msgstr "Formular" #. module: base #: model:res.country,name:base.me @@ -2760,6 +2763,9 @@ msgid "" "If the selected language is loaded in the system, all documents related to " "this partner will be printed in this language. If not, it will be english." msgstr "" +"Dacă limba selectata este încărcată în sistem, toate documentele legate de " +"acest partener vor fi tipărite în această limbă. Dacă nu, limba folosita va " +"fi engleză." #. module: base #: report:ir.module.reference.graph:0 @@ -2769,17 +2775,17 @@ msgstr "Meniu :" #. module: base #: selection:ir.model.fields,state:0 msgid "Base Field" -msgstr "" +msgstr "Câmp de bază" #. module: base #: view:publisher_warranty.contract:0 msgid "Validate" -msgstr "" +msgstr "Validează" #. module: base #: field:ir.actions.todo,restart:0 msgid "Restart" -msgstr "" +msgstr "Repornește" #. module: base #: field:ir.actions.report.xml,report_sxw_content:0 @@ -2796,7 +2802,7 @@ msgstr "Asistent" #. module: base #: view:ir.cron:0 msgid "Action to Trigger" -msgstr "" +msgstr "Actiune de declansat" #. module: base #: code:addons/base/res/res_user.py:136 @@ -2879,7 +2885,7 @@ msgstr "Sectorul de telecomunicaţii" #. module: base #: field:workflow.transition,trigger_model:0 msgid "Trigger Object" -msgstr "" +msgstr "Obiect declansator" #. module: base #: view:res.users:0 @@ -3012,7 +3018,7 @@ msgstr "" #. module: base #: selection:base.language.install,lang:0 msgid "Hebrew / עִבְרִי" -msgstr "" +msgstr "Ebraică" #. module: base #: model:res.country,name:base.bo @@ -3075,7 +3081,7 @@ msgstr "Guatemala" #: model:ir.ui.menu,name:base.menu_workflow #: model:ir.ui.menu,name:base.menu_workflow_root msgid "Workflows" -msgstr "" +msgstr "Fluxuri de lucru" #. module: base #: field:ir.translation,xml_id:0 @@ -3100,7 +3106,7 @@ msgstr "tree_but_action, client_print_multi" #. module: base #: model:res.partner.category,name:base.res_partner_category_retailers0 msgid "Retailers" -msgstr "" +msgstr "Comercianții cu amănuntul" #. module: base #: help:ir.cron,priority:0 @@ -3157,7 +3163,7 @@ msgstr "" #: code:addons/orm.py:929 #, python-format msgid "Error occurred while validating the field(s) %s: %s" -msgstr "" +msgstr "Eroarea a aparut in timpul validarii campului(campurilor) %s: %s" #. module: base #: view:ir.property:0 @@ -3353,7 +3359,7 @@ msgstr "Actualizarea sistemului este completă" #. module: base #: selection:res.request,state:0 msgid "draft" -msgstr "" +msgstr "ciornă" #. module: base #: selection:ir.property,type:0 @@ -3444,12 +3450,12 @@ msgstr "Mexic" #. module: base #: model:ir.ui.menu,name:base.menu_base_config_plugins msgid "Plugins" -msgstr "" +msgstr "Module de extensie" #. module: base #: field:res.company,child_ids:0 msgid "Child Companies" -msgstr "" +msgstr "Companii Subordonate" #. module: base #: model:ir.model,name:base.model_res_users @@ -3515,7 +3521,7 @@ msgstr "" #. module: base #: field:res.partner,parent_id:0 msgid "Parent Partner" -msgstr "" +msgstr "Partener păinte" #. module: base #: view:ir.module.module:0 @@ -3779,7 +3785,7 @@ msgstr "Numele grupului nu poate incepe cu \"-\"" #: view:ir.ui.view_sc:0 #: field:res.partner.title,shortcut:0 msgid "Shortcut" -msgstr "" +msgstr "Scurtătură" #. module: base #: field:ir.model.data,date_init:0 @@ -3948,7 +3954,7 @@ msgstr "ir.actions.url" #. module: base #: model:res.widget,title:base.currency_converter_widget msgid "Currency Converter" -msgstr "" +msgstr "Convertor valută" #. module: base #: code:addons/orm.py:156 @@ -3970,7 +3976,7 @@ msgstr "Numărul modulelor adăugate" #. module: base #: view:res.currency:0 msgid "Price Accuracy" -msgstr "" +msgstr "Acuratețe preț" #. module: base #: selection:base.language.install,lang:0 @@ -4038,7 +4044,7 @@ msgstr "Anul curent (fără secol): %(y)s" #. module: base #: field:ir.actions.server,trigger_obj_id:0 msgid "Trigger On" -msgstr "" +msgstr "Declanşator pornit" #. module: base #: sql_constraint:ir.rule:0 @@ -4102,7 +4108,7 @@ msgstr "Obiecte" #. module: base #: field:res.lang,time_format:0 msgid "Time Format" -msgstr "" +msgstr "Format oră" #. module: base #: view:ir.module.module:0 @@ -4208,12 +4214,12 @@ msgstr "Botswana" #: model:ir.ui.menu,name:base.menu_partner_title_partner #: view:res.partner.title:0 msgid "Partner Titles" -msgstr "" +msgstr "Forme juridice" #. module: base #: help:ir.actions.act_window,auto_refresh:0 msgid "Add an auto-refresh on the view" -msgstr "" +msgstr "Adaugă reîmprospătare automată acestei vizualizări" #. module: base #: help:res.partner,employee:0 @@ -4310,7 +4316,7 @@ msgstr "Anulat" #. module: base #: view:res.config.users:0 msgid "Create User" -msgstr "" +msgstr "Creați utilizator" #. module: base #: view:partner.clear.ids:0 @@ -4419,7 +4425,7 @@ msgstr "On delete" #. module: base #: selection:res.lang,direction:0 msgid "Left-to-Right" -msgstr "" +msgstr "De la stînga la dreapta" #. module: base #: view:res.lang:0 @@ -4449,7 +4455,7 @@ msgstr "Semnătura" #: code:addons/fields.py:664 #, python-format msgid "Not Implemented" -msgstr "" +msgstr "Neimplementat" #. module: base #: model:ir.model,name:base.model_res_widget_user @@ -4485,7 +4491,7 @@ msgstr "Mozambic" #. module: base #: model:ir.ui.menu,name:base.menu_project_long_term msgid "Long Term Planning" -msgstr "" +msgstr "Planificarea pe termen lung" #. module: base #: field:ir.actions.server,message:0 @@ -4529,7 +4535,7 @@ msgstr "Adăugare" #: model:ir.actions.act_window,name:base.action_view_base_module_upgrade_window #: model:ir.ui.menu,name:base.menu_view_base_module_upgrade msgid "Apply Scheduled Upgrades" -msgstr "" +msgstr "Aplică actualizările planificate" #. module: base #: view:res.widget:0 @@ -4696,7 +4702,7 @@ msgstr "res.config.view" #: view:res.log:0 #: field:res.log,read:0 msgid "Read" -msgstr "" +msgstr "Citeşte" #. module: base #: sql_constraint:res.country:0 @@ -5208,7 +5214,7 @@ msgstr "Data de execuţie următoare planificată" #: help:res.config.users,view:0 #: help:res.users,view:0 msgid "Choose between the simplified interface and the extended one" -msgstr "" +msgstr "Alegeți între interfața simplificată sau cea extinsă" #. module: base #: model:res.country,name:base.np @@ -5320,7 +5326,7 @@ msgstr "Fișier" #. module: base #: view:res.config.users:0 msgid "Add User" -msgstr "" +msgstr "Adaugă utilizator" #. module: base #: model:ir.actions.act_window,name:base.action_view_base_module_upgrade_install @@ -5503,7 +5509,7 @@ msgstr "" #. module: base #: field:res.log,create_date:0 msgid "Creation Date" -msgstr "" +msgstr "Data creării" #. module: base #: view:ir.translation:0 @@ -5630,7 +5636,7 @@ msgstr "Setări generale" #. module: base #: model:ir.ui.menu,name:base.menu_administration_shortcut msgid "Custom Shortcuts" -msgstr "" +msgstr "Scurtături personalizate" #. module: base #: selection:base.language.install,lang:0 @@ -5758,7 +5764,7 @@ msgstr "Hindi / हिंदी" #. module: base #: view:ir.model:0 msgid "Custom" -msgstr "" +msgstr "Personalizat" #. module: base #: view:res.request:0 @@ -5784,7 +5790,7 @@ msgstr "Utilizatori" #. module: base #: field:ir.module.module,published_version:0 msgid "Published Version" -msgstr "" +msgstr "Versiune publicată" #. module: base #: model:res.country,name:base.is @@ -5795,7 +5801,7 @@ msgstr "Islanda" #: model:ir.actions.act_window,name:base.ir_action_window #: model:ir.ui.menu,name:base.menu_ir_action_window msgid "Window Actions" -msgstr "" +msgstr "Acţiunile Ferestrei" #. module: base #: view:res.lang:0 @@ -5913,14 +5919,14 @@ msgstr "Descriere Câmpuri" #: view:res.partner.address:0 #: view:workflow.activity:0 msgid "Group By..." -msgstr "" +msgstr "Grupează după..." #. module: base #: view:ir.model.fields:0 #: field:ir.model.fields,readonly:0 #: field:res.partner.bank.type.field,readonly:0 msgid "Readonly" -msgstr "" +msgstr "Numai citire" #. module: base #: field:ir.actions.act_window.view,view_id:0 @@ -6013,7 +6019,7 @@ msgstr "Minute" #. module: base #: selection:ir.translation,type:0 msgid "Help" -msgstr "" +msgstr "Asistență" #. module: base #: help:res.config.users,menu_id:0 @@ -6030,7 +6036,7 @@ msgstr "" #. module: base #: model:ir.ui.menu,name:base.menu_fundrising msgid "Fund Raising" -msgstr "" +msgstr "Strângerea de fonduri" #. module: base #: model:ir.actions.act_window,name:base.ir_sequence_type @@ -6053,7 +6059,7 @@ msgstr "" #. module: base #: wizard_button:server.action.create,step_1,create:0 msgid "Create" -msgstr "" +msgstr "Creează" #. module: base #: view:ir.sequence:0 @@ -6068,7 +6074,7 @@ msgstr "" #. module: base #: model:res.country,name:base.fr msgid "France" -msgstr "" +msgstr "Franța" #. module: base #: model:ir.model,name:base.model_res_log @@ -6095,13 +6101,13 @@ msgstr "Săptămîni" #. module: base #: model:res.country,name:base.af msgid "Afghanistan, Islamic State of" -msgstr "" +msgstr "Afganistan" #. module: base #: code:addons/base/module/wizard/base_module_import.py:67 #, python-format msgid "Error !" -msgstr "" +msgstr "Eroare !" #. module: base #: model:res.partner.bank.type.field,name:base.bank_normal_field_contry @@ -6129,17 +6135,17 @@ msgstr "" #: field:res.bank,fax:0 #: field:res.partner.address,fax:0 msgid "Fax" -msgstr "" +msgstr "Fax" #. module: base #: field:res.lang,thousands_sep:0 msgid "Thousands Separator" -msgstr "" +msgstr "Separator mii" #. module: base #: field:res.request,create_date:0 msgid "Created Date" -msgstr "" +msgstr "Data creării" #. module: base #: help:ir.actions.server,loop_action:0 @@ -6151,7 +6157,7 @@ msgstr "" #. module: base #: selection:base.language.install,lang:0 msgid "Chinese (TW) / 正體字" -msgstr "" +msgstr "Chineza (TW) / 正體字" #. module: base #: model:ir.model,name:base.model_res_request @@ -6166,12 +6172,12 @@ msgstr "" #. module: base #: view:ir.actions.todo:0 msgid "Todo" -msgstr "" +msgstr "De Făcut" #. module: base #: field:ir.attachment,datas:0 msgid "File Content" -msgstr "" +msgstr "Continut fisier" #. module: base #: model:res.country,name:base.pa @@ -6203,7 +6209,7 @@ msgstr "" #. module: base #: field:ir.actions.report.xml,report_name:0 msgid "Service Name" -msgstr "" +msgstr "Nume serviciu" #. module: base #: model:res.country,name:base.pn @@ -6226,19 +6232,19 @@ msgstr "" #: field:res.config.users,name:0 #: field:res.users,name:0 msgid "User Name" -msgstr "" +msgstr "Nume utilizator" #. module: base #: view:ir.sequence:0 msgid "Day of the year: %(doy)s" -msgstr "" +msgstr "Ziua din an : % (doy)s" #. module: base #: view:ir.model:0 #: view:ir.model.fields:0 #: view:workflow.activity:0 msgid "Properties" -msgstr "" +msgstr "Proprietăți" #. module: base #: help:ir.sequence,padding:0 @@ -6250,12 +6256,12 @@ msgstr "" #. module: base #: view:res.lang:0 msgid "%A - Full weekday name." -msgstr "" +msgstr "%A - Numele complet al zilei din saptamana" #. module: base #: selection:ir.cron,interval_type:0 msgid "Months" -msgstr "" +msgstr "Luni" #. module: base #: field:ir.actions.act_window,search_view:0 @@ -6273,37 +6279,37 @@ msgstr "" #: view:ir.attachment:0 #: model:ir.ui.menu,name:base.menu_action_attachment msgid "Attachments" -msgstr "" +msgstr "Atașamente" #. module: base #: model:ir.ui.menu,name:base.menu_base_partner #: model:ir.ui.menu,name:base.menu_sale_config_sales #: model:ir.ui.menu,name:base.menu_sales msgid "Sales" -msgstr "" +msgstr "Vânzări" #. module: base #: field:ir.actions.server,child_ids:0 msgid "Other Actions" -msgstr "" +msgstr "Alte acţiuni" #. module: base #: selection:ir.actions.todo,state:0 #: view:res.config.users:0 msgid "Done" -msgstr "" +msgstr "Efectuat" #. module: base #: model:res.partner.title,name:base.res_partner_title_miss msgid "Miss" -msgstr "" +msgstr "Domnișoara" #. module: base #: view:ir.model.access:0 #: field:ir.model.access,perm_write:0 #: view:ir.rule:0 msgid "Write Access" -msgstr "" +msgstr "Acces pentru scriere" #. module: base #: view:res.lang:0 @@ -6316,35 +6322,35 @@ msgstr "" #: field:res.partner.address,city:0 #: field:res.partner.bank,city:0 msgid "City" -msgstr "" +msgstr "Oraș" #. module: base #: model:res.country,name:base.qa msgid "Qatar" -msgstr "" +msgstr "Qatar" #. module: base #: model:res.country,name:base.it msgid "Italy" -msgstr "" +msgstr "Italia" #. module: base #: view:ir.actions.todo:0 #: selection:ir.actions.todo,state:0 msgid "To Do" -msgstr "" +msgstr "De făcut" #. module: base #: selection:base.language.install,lang:0 msgid "Estonian / Eesti keel" -msgstr "" +msgstr "Estoniana / Eesti keel" #. module: base #: field:res.config.users,email:0 #: field:res.partner,email:0 #: field:res.users,email:0 msgid "E-mail" -msgstr "" +msgstr "E-mail" #. module: base #: selection:ir.module.module,license:0 @@ -6354,12 +6360,12 @@ msgstr "" #. module: base #: field:workflow.activity,action:0 msgid "Python Action" -msgstr "" +msgstr "Acţiune Python" #. module: base #: selection:base.language.install,lang:0 msgid "English (US)" -msgstr "" +msgstr "Engleză (SUA)" #. module: base #: model:ir.actions.act_window,name:base.action_model_data @@ -6374,6 +6380,9 @@ msgid "" "Manage the partner titles you want to have available in your system. The " "partner titles is the legal status of the company: Private Limited, SA, etc." msgstr "" +"Administrează titlurile partener care doriți să fie disponibile în sistemul " +"dumneavoastră. Titlul partener este statutul juridic al companiei: " +"Răspundere limitată, SA, etc" #. module: base #: view:base.language.export:0 @@ -6467,7 +6476,7 @@ msgstr "Valoare implicita" #. module: base #: model:ir.ui.menu,name:base.menu_tools msgid "Tools" -msgstr "" +msgstr "Unelte" #. module: base #: model:res.country,name:base.kn @@ -6511,7 +6520,7 @@ msgstr "" #: selection:ir.module.module,state:0 #: selection:ir.module.module.dependency,state:0 msgid "Not Installed" -msgstr "" +msgstr "Nu este instalat" #. module: base #: view:workflow.activity:0 @@ -6522,7 +6531,7 @@ msgstr "" #. module: base #: field:ir.ui.menu,icon:0 msgid "Icon" -msgstr "" +msgstr "Pictogramă" #. module: base #: help:ir.model.fields,model_id:0 @@ -6545,7 +6554,7 @@ msgstr "" #: model:ir.ui.menu,name:base.menu_resquest_ref #: view:res.request:0 msgid "Requests" -msgstr "" +msgstr "Cereri" #. module: base #: model:res.country,name:base.ye @@ -6608,7 +6617,7 @@ msgstr "" #: code:addons/orm.py:2316 #, python-format msgid "ValidateError" -msgstr "" +msgstr "EroareValidare" #. module: base #: view:base.module.import:0 @@ -6629,7 +6638,7 @@ msgstr "Import modul" #. module: base #: field:ir.actions.server,loop_action:0 msgid "Loop Action" -msgstr "" +msgstr "Buclă de acţiune" #. module: base #: help:ir.actions.report.xml,report_file:0 @@ -6689,7 +6698,7 @@ msgstr "" #. module: base #: selection:workflow.activity,kind:0 msgid "Stop All" -msgstr "" +msgstr "Oprește Tot" #. module: base #: code:addons/orm.py:412 @@ -6700,7 +6709,7 @@ msgstr "" #. module: base #: view:ir.model.data:0 msgid "Updatable" -msgstr "" +msgstr "Actualizabil" #. module: base #: view:res.lang:0 @@ -6710,7 +6719,7 @@ msgstr "3. %x ,%X ==> 12/05/08, 18:25:20" #. module: base #: selection:ir.model.fields,on_delete:0 msgid "Cascade" -msgstr "" +msgstr "Cascadă" #. module: base #: field:workflow.transition,group_id:0 @@ -6720,12 +6729,12 @@ msgstr "" #. module: base #: view:ir.actions.configuration.wizard:0 msgid "Next Configuration Step" -msgstr "" +msgstr "Următorul pas de configurare" #. module: base #: field:res.groups,comment:0 msgid "Comment" -msgstr "" +msgstr "Comentariu" #. module: base #: model:res.country,name:base.ro @@ -6775,7 +6784,7 @@ msgstr "ir.actions.report.xml" #. module: base #: model:res.partner.title,shortcut:base.res_partner_title_miss msgid "Mss" -msgstr "" +msgstr "D-ra" #. module: base #: model:ir.model,name:base.model_ir_ui_view @@ -6785,7 +6794,7 @@ msgstr "ir.ui.view" #. module: base #: constraint:res.partner:0 msgid "Error ! You can not create recursive associated members." -msgstr "" +msgstr "Eroare ! Nu puteţi crea membri asociaţi recursiv." #. module: base #: help:res.lang,code:0 @@ -6882,7 +6891,7 @@ msgstr "Puerto Rico" #. module: base #: view:ir.actions.act_window:0 msgid "Open Window" -msgstr "" +msgstr "Deschide fereastră" #. module: base #: field:ir.actions.act_window,auto_search:0 @@ -6897,7 +6906,7 @@ msgstr "Filtru" #. module: base #: model:res.partner.title,shortcut:base.res_partner_title_madam msgid "Ms." -msgstr "" +msgstr "Dna." #. module: base #: model:res.country,name:base.ch @@ -6917,17 +6926,17 @@ msgstr "Insulele Wallis şi Futuna" #. module: base #: selection:server.action.create,init,type:0 msgid "Open Report" -msgstr "" +msgstr "Deschide raport" #. module: base #: field:res.currency,rounding:0 msgid "Rounding factor" -msgstr "" +msgstr "Factor rotunjire" #. module: base #: view:base.language.install:0 msgid "Load" -msgstr "" +msgstr "Încarcă" #. module: base #: help:res.config.users,name:0 @@ -6961,7 +6970,7 @@ msgstr "Somalia" #. module: base #: selection:publisher_warranty.contract,state:0 msgid "Terminated" -msgstr "" +msgstr "Terminat" #. module: base #: model:res.partner.category,name:base.res_partner_category_13 @@ -7115,7 +7124,7 @@ msgstr "Anularea instalării" #. module: base #: field:ir.model.fields,selection:0 msgid "Selection Options" -msgstr "" +msgstr "Opțiuni de selecție" #. module: base #: field:res.partner.category,parent_right:0 @@ -7125,7 +7134,7 @@ msgstr "" #. module: base #: view:res.lang:0 msgid "Legends for Date and Time Formats" -msgstr "" +msgstr "Legenda pentru formate de Data si ora" #. module: base #: selection:ir.actions.server,state:0 @@ -7248,7 +7257,7 @@ msgstr "Atenţie !" #. module: base #: model:res.widget,title:base.google_maps_widget msgid "Google Maps" -msgstr "" +msgstr "Hărțile Google" #. module: base #: model:ir.ui.menu,name:base.menu_base_config @@ -7269,7 +7278,7 @@ msgstr "" #. module: base #: field:ir.actions.server,expression:0 msgid "Loop Expression" -msgstr "" +msgstr "Expresie buclă" #. module: base #: field:publisher_warranty.contract,date_start:0 @@ -7332,7 +7341,7 @@ msgstr "Tip de raport" #: field:workflow.instance,state:0 #: field:workflow.workitem,state:0 msgid "State" -msgstr "" +msgstr "Stare" #. module: base #: selection:base.language.install,lang:0 @@ -7363,7 +7372,7 @@ msgstr "Diverse" #. module: base #: model:res.partner.category,name:base.res_partner_category_10 msgid "Open Source Service Company" -msgstr "" +msgstr "Companie de service Open Source" #. module: base #: model:res.country,name:base.kg @@ -7584,7 +7593,7 @@ msgstr "Estonia" #. module: base #: model:ir.ui.menu,name:base.dashboard msgid "Dashboards" -msgstr "" +msgstr "Tablouri de bord" #. module: base #: help:ir.attachment,type:0 @@ -7595,7 +7604,7 @@ msgstr "Fișier binar sau URL extern" #: field:res.config.users,new_password:0 #: field:res.users,new_password:0 msgid "Change password" -msgstr "" +msgstr "Schimbă parola" #. module: base #: model:res.country,name:base.nl @@ -7690,7 +7699,7 @@ msgstr "Grecia" #. module: base #: field:res.request,trigger_date:0 msgid "Trigger Date" -msgstr "" +msgstr "Data declanșare" #. module: base #: selection:base.language.install,lang:0 @@ -8039,7 +8048,7 @@ msgstr "Slovacă / Slovenský jazyk" #: field:ir.ui.menu,icon_pict:0 #: field:publisher_warranty.contract.wizard,state:0 msgid "unknown" -msgstr "" +msgstr "necunoscut" #. module: base #: field:res.currency,symbol:0 @@ -8050,7 +8059,7 @@ msgstr "Simbol" #: help:res.config.users,login:0 #: help:res.users,login:0 msgid "Used to log into the system" -msgstr "" +msgstr "Folosit pentru conectarea la sistem" #. module: base #: view:base.update.translations:0 @@ -8087,7 +8096,7 @@ msgstr "Chile" #: model:ir.ui.menu,name:base.menu_config_address_book #: model:ir.ui.menu,name:base.menu_procurement_management_supplier msgid "Address Book" -msgstr "" +msgstr "Agendă" #. module: base #: model:ir.model,name:base.model_ir_sequence_type @@ -8113,7 +8122,7 @@ msgstr "Limba 'en_US' nu poate fi ștearsă !" #. module: base #: selection:ir.model,state:0 msgid "Base Object" -msgstr "" +msgstr "Obiect de bază" #. module: base #: report:ir.module.reference.graph:0 @@ -8165,7 +8174,7 @@ msgstr "ID resursa" #: view:ir.cron:0 #: field:ir.model,info:0 msgid "Information" -msgstr "" +msgstr "Informații" #. module: base #: view:res.widget.user:0 @@ -8203,7 +8212,7 @@ msgstr "Activități" #. module: base #: field:ir.actions.act_window,auto_refresh:0 msgid "Auto-Refresh" -msgstr "" +msgstr "Auto-împrospătare" #. module: base #: code:addons/base/ir/ir_model.py:62 @@ -8265,7 +8274,7 @@ msgstr "Croaţia" #. module: base #: help:res.bank,bic:0 msgid "Bank Identifier Code" -msgstr "" +msgstr "Cod identificare bancă" #. module: base #: model:res.country,name:base.tm @@ -8348,12 +8357,12 @@ msgstr "" #. module: base #: model:res.country,name:base.cx msgid "Christmas Island" -msgstr "" +msgstr "Insula Crăciunului" #. module: base #: view:ir.actions.server:0 msgid "Other Actions Configuration" -msgstr "" +msgstr "Configurare alte actiuni" #. module: base #: view:res.config.installer:0 @@ -8382,7 +8391,7 @@ msgstr "Evenimente client" #. module: base #: view:ir.module.module:0 msgid "Schedule for Installation" -msgstr "" +msgstr "Programare pentru instalare" #. module: base #: model:ir.model,name:base.model_partner_wizard_ean_check @@ -8409,7 +8418,7 @@ msgstr "Trimitere" #: field:res.config.users,menu_tips:0 #: field:res.users,menu_tips:0 msgid "Menu Tips" -msgstr "" +msgstr "Sfaturi meniuri" #. module: base #: field:ir.translation,src:0 @@ -8420,6 +8429,7 @@ msgstr "Sursa" #: help:res.partner.address,partner_id:0 msgid "Keep empty for a private address, not related to partner." msgstr "" +"Se pastreaza necompletat pentru o adresa privata, fara legatura cu partenerul" #. module: base #: model:res.country,name:base.vu @@ -8429,7 +8439,7 @@ msgstr "Vanuatu" #. module: base #: view:res.company:0 msgid "Internal Header/Footer" -msgstr "" +msgstr "Antet / Subsol intern" #. module: base #: code:addons/base/module/wizard/base_export_language.py:59 @@ -8456,7 +8466,7 @@ msgstr "_Export" #: field:base.module.import,state:0 #: field:base.module.update,state:0 msgid "state" -msgstr "" +msgstr "stare" #. module: base #: selection:base.language.install,lang:0 @@ -8492,6 +8502,9 @@ msgid "" "Check this box if the partner is a supplier. If it's not checked, purchase " "people will not see it when encoding a purchase order." msgstr "" +"Bifați aceasta căsuță dacă partenerul este un furnizor. dacă nu este bifata, " +"personalul care se ocupa de aprovizionare nu îl vor vedea atunci când " +"întocmesc un ordin de cumpărare." #. module: base #: field:ir.model.fields,relation_field:0 @@ -8518,7 +8531,7 @@ msgstr "Instanta" #: field:ir.actions.act_window,multi:0 #: field:ir.actions.wizard,multi:0 msgid "Action on Multiple Doc." -msgstr "" +msgstr "Actiune pe doc. multiple" #. module: base #: view:base.language.export:0 @@ -8615,7 +8628,7 @@ msgstr "Thailanda" #. module: base #: model:ir.ui.menu,name:base.menu_crm_config_lead msgid "Leads & Opportunities" -msgstr "" +msgstr "Piste & Oportunități" #. module: base #: selection:base.language.install,lang:0 @@ -8731,7 +8744,7 @@ msgstr "Câmpul '%s' nu poate fi șters !" #: view:ir.property:0 #: field:ir.property,res_id:0 msgid "Resource" -msgstr "" +msgstr "Resursă" #. module: base #: field:ir.ui.menu,web_icon:0 @@ -8806,7 +8819,7 @@ msgstr "Aruba" #. module: base #: model:res.country,name:base.ar msgid "Argentina" -msgstr "" +msgstr "Argentina" #. module: base #: field:res.groups,name:0 @@ -8873,7 +8886,7 @@ msgstr "Limită" #. module: base #: help:ir.actions.server,wkf_model_id:0 msgid "Workflow to be executed on this model." -msgstr "" +msgstr "Flux de executat pentru acest model." #. module: base #: model:res.country,name:base.jm @@ -8924,7 +8937,7 @@ msgstr "Cehă / Čeština" #. module: base #: view:ir.actions.server:0 msgid "Trigger Configuration" -msgstr "" +msgstr "Configurare declanşator" #. module: base #: model:ir.actions.act_window,help:base.action_partner_supplier_form @@ -8968,7 +8981,7 @@ msgstr "Singapore" #. module: base #: selection:ir.actions.act_window,target:0 msgid "Current Window" -msgstr "" +msgstr "Fereastra curenta" #. module: base #: view:ir.values:0 @@ -9050,7 +9063,7 @@ msgstr "" #. module: base #: view:res.company:0 msgid "Portrait" -msgstr "" +msgstr "Portret" #. module: base #: code:addons/base/ir/ir_model.py:317 @@ -9066,7 +9079,7 @@ msgstr "" #. module: base #: selection:ir.translation,type:0 msgid "Report/Template" -msgstr "" +msgstr "Raport / Șablon" #. module: base #: selection:ir.actions.act_window.view,view_mode:0 @@ -9120,7 +9133,7 @@ msgstr "Localizare" #. module: base #: view:ir.actions.server:0 msgid "Action to Launch" -msgstr "" +msgstr "Actiune de lansat" #. module: base #: view:ir.cron:0 @@ -9319,7 +9332,7 @@ msgstr "Codul BIC/Swift" #. module: base #: model:res.partner.category,name:base.res_partner_category_1 msgid "Prospect" -msgstr "" +msgstr "Perspectiva" #. module: base #: selection:base.language.install,lang:0 diff --git a/bin/addons/base/i18n/sv.po b/bin/addons/base/i18n/sv.po index 28156dae1fe..0255645fe57 100644 --- a/bin/addons/base/i18n/sv.po +++ b/bin/addons/base/i18n/sv.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.0\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-19 13:31+0000\n" -"Last-Translator: Aries Bucquet, Aspirix AB \n" +"PO-Revision-Date: 2011-02-07 11:12+0000\n" +"Last-Translator: Alec Leamas \n" "Language-Team: <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-01-20 06:11+0000\n" +"X-Launchpad-Export-Date: 2011-02-08 05:58+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base @@ -404,7 +404,7 @@ msgstr "" #: code:addons/orm.py:904 #, python-format msgid "The read method is not implemented on this object !" -msgstr "" +msgstr "Läsmetoden är ej implementerad för detta objekt!" #. module: base #: help:res.lang,iso_code:0 @@ -818,6 +818,8 @@ msgid "" "Language with code \"%s\" is not defined in your system !\n" "Define it through the Administration menu." msgstr "" +"Språket med koden \"%s\" är ej definierat på ditt system!\n" +"Definiera den med hjälp av Administrationsmenyn." #. module: base #: model:res.country,name:base.gu @@ -833,7 +835,7 @@ msgstr "Personal dashboard" #: code:addons/base/res/res_user.py:507 #, python-format msgid "Setting empty passwords is not allowed for security reasons!" -msgstr "" +msgstr "Att ha tomma lösenord är Ej tillåtet av säkerhetskäl!" #. module: base #: selection:ir.actions.server,state:0 @@ -1097,12 +1099,15 @@ msgid "" "system. After the contract has been registered, you will be able to send " "issues directly to OpenERP." msgstr "" +"Denna guide hjälper dig att registrera ett garantikontrakt från utgivaren i " +"ditt OpenERP-system. Sedan kontraktet reggistrerats kan du skicka ärenden " +"direkt till utgivaren." #. module: base #: code:addons/orm.py:1744 #, python-format msgid "The search method is not implemented on this object !" -msgstr "" +msgstr "Detta objekt har ingen metod för att söka!" #. module: base #: view:wizard.ir.model.menu.create:0 @@ -1137,7 +1142,7 @@ msgstr "" #. module: base #: field:ir.actions.report.xml,report_rml:0 msgid "Main report file path" -msgstr "" +msgstr "Huvudsökväg för rapporter" #. module: base #: model:ir.actions.act_window,name:base.ir_action_report_xml @@ -1183,11 +1188,13 @@ msgid "" "Access all the fields related to the current object using expressions, i.e. " "object.partner_id.name " msgstr "" +"represenrerar ett blanksteg. Skriver in ett blanksteg i motsvarande position " +"i översättningen " #. module: base #: model:ir.model,name:base.model_res_country_state msgid "Country state" -msgstr "" +msgstr "Län/delstat" #. module: base #: selection:ir.property,type:0 @@ -1241,6 +1248,15 @@ msgid "" "%(user_signature)s\n" "%(company_name)s" msgstr "" +"Datum : %(date)s\n" +"\n" +"%(partner_name),\n" +"\n" +"I bifogad bilaga listas obetalda fakturor med ett totalt belopp av\n" +"\n" +"%(followup_amount).2f %(company_currency)\n" +"\n" +"Med vänlig hälsning" #. module: base #: field:res.currency,accuracy:0 @@ -1293,6 +1309,8 @@ msgid "" "Condition that is to be tested before action is executed, e.g. " "object.list_price > object.cost_price" msgstr "" +"Villkor som skall testas innan en åtgärd vidtas, t ex object.list_price > " +"object.cost_price" #. module: base #: code:addons/base/res/partner/partner.py:155 @@ -1330,7 +1348,7 @@ msgid "" "Specify the message. You can use the fields from the object. e.g. `Dear [[ " "object.partner_id.name ]]`" msgstr "" -"Definera meddelandet. Du kan används fält frpm objektet, t ex 'Bäste [[ " +"Definera meddelandet. Du kan används fält från objektet, t ex 'Bäste [[ " "object.partner_id.name ]]'" #. module: base @@ -1550,7 +1568,7 @@ msgstr "Antal uppdaterade moduler" #: code:addons/fields.py:100 #, python-format msgid "Not implemented set_memory method !" -msgstr "" +msgstr "Ej implementerad set_memory metod!" #. module: base #: view:workflow.activity:0 @@ -1608,6 +1626,9 @@ msgid "" "access to selected functionalities within the system. Click on 'Done' if you " "do not wish to add more users at this stage, you can always do this later." msgstr "" +"Skapa ytterligare användare och tilldela grupper som ger dem åtkomst till " +"utvalda systemfunktioner. Klicka 'Klar' om du inte vill skapa fler " +"användare nu, det går bra att göra senare." #. module: base #: model:res.country,name:base.bz @@ -1617,12 +1638,12 @@ msgstr "Belize" #. module: base #: model:res.country,name:base.ge msgid "Georgia" -msgstr "Georgia" +msgstr "Georgien" #. module: base #: model:res.country,name:base.pl msgid "Poland" -msgstr "Poland" +msgstr "Polen" #. module: base #: help:ir.actions.act_window,view_mode:0 @@ -1630,14 +1651,14 @@ msgid "" "Comma-separated list of allowed view modes, such as 'form', 'tree', " "'calendar', etc. (Default: tree,form)" msgstr "" -"Komma-separerad list över godkända vymoderm som t ex 'form', 'tree', " +"Komma-separerad list över godkända vymoder som t ex 'form', 'tree', " "'calendar', etc. (Standard: tree,form)" #. module: base #: code:addons/orm.py:3147 #, python-format msgid "A document was modified since you last viewed it (%s:%d)" -msgstr "" +msgstr "Ett dokument har modifierats sedan du sist såg det (%s:%d)." #. module: base #: view:workflow:0 @@ -1662,6 +1683,9 @@ msgid "" "order in Object, and you can have loop on the sales order line. Expression = " "`object.order_line`." msgstr "" +"Skriv in de fält/uttryck som returnernar listan. Välj t ex 'sälj order' i " +"'Object', och du kan loopa över säljordrar. Uttryck är av formen " +"object.order_line." #. module: base #: field:ir.property,fields_id:0 @@ -1678,7 +1702,7 @@ msgstr "Grupper (ingen grupp = global)" #. module: base #: model:res.country,name:base.fo msgid "Faroe Islands" -msgstr "Faroe Islands" +msgstr "Färöarna" #. module: base #: selection:res.config.users,view:0 @@ -1710,7 +1734,7 @@ msgstr "Barbados" #. module: base #: model:res.country,name:base.mg msgid "Madagascar" -msgstr "Madagascar" +msgstr "Madagaskar" #. module: base #: code:addons/base/ir/ir_model.py:96 @@ -1723,7 +1747,7 @@ msgstr "" #. module: base #: field:ir.actions.configuration.wizard,note:0 msgid "Next Wizard" -msgstr "Nästa wizard" +msgstr "Nästa guide" #. module: base #: model:ir.actions.act_window,name:base.action_menu_admin @@ -1809,12 +1833,12 @@ msgstr "Serveraktivitet" #. module: base #: model:res.country,name:base.tt msgid "Trinidad and Tobago" -msgstr "Trinidad and Tobago" +msgstr "Trinidad och Tobago" #. module: base #: model:res.country,name:base.lv msgid "Latvia" -msgstr "Latvia" +msgstr "Lettland" #. module: base #: view:ir.values:0 @@ -1854,7 +1878,7 @@ msgstr "Destination" #. module: base #: model:res.country,name:base.lt msgid "Lithuania" -msgstr "Lithuania" +msgstr "Litauen" #. module: base #: model:ir.actions.act_window,name:base.action_view_partner_clear_ids @@ -1876,7 +1900,7 @@ msgstr "" #: code:addons/orm.py:1040 #, python-format msgid "The perm_read method is not implemented on this object !" -msgstr "" +msgstr "Metoden perm_read är inte implementerad på detta objekt" #. module: base #: view:res.lang:0 @@ -1897,7 +1921,7 @@ msgstr "Pakistan" #: code:addons/orm.py:1350 #, python-format msgid "Invalid Object Architecture!" -msgstr "" +msgstr "Ogiltig objektarkitektur" #. module: base #: model:ir.ui.menu,name:base.menu_email_gateway_form @@ -1939,7 +1963,7 @@ msgstr "Slutdatum" #. module: base #: model:res.country,name:base.nz msgid "New Zealand" -msgstr "New Zealand" +msgstr "Nya Zeeland" #. module: base #: code:addons/orm.py:3366 @@ -1948,6 +1972,7 @@ msgid "" "One of the records you are trying to modify has already been deleted " "(Document type: %s)." msgstr "" +"En av de poster du försöker modifiera har tagits bort (Dokumenttyp: %s)." #. module: base #: model:ir.actions.act_window,help:base.action_country @@ -1968,7 +1993,7 @@ msgstr "Openstuff.net" #. module: base #: model:res.country,name:base.nf msgid "Norfolk Island" -msgstr "Norfolk Island" +msgstr "Norfolköarna" #. module: base #: selection:base.language.install,lang:0 @@ -1978,7 +2003,7 @@ msgstr "Koreanska (KR) / 한국어 (KR)" #. module: base #: help:ir.model.fields,model:0 msgid "The technical name of the model this field belongs to" -msgstr "" +msgstr "Tekniska namnet för den modell detta objekt tillhör." #. module: base #: field:ir.actions.server,action_id:0 @@ -2015,7 +2040,7 @@ msgstr "Kan inte uppgradera modulen \"%s\". Den är inte installerad." #. module: base #: model:res.country,name:base.cu msgid "Cuba" -msgstr "Cuba" +msgstr "Kuba" #. module: base #: model:ir.model,name:base.model_res_partner_event @@ -2030,7 +2055,7 @@ msgstr "Facebook" #. module: base #: model:res.country,name:base.am msgid "Armenia" -msgstr "Armenia" +msgstr "Armenien" #. module: base #: model:ir.actions.act_window,name:base.ir_property_form @@ -2096,7 +2121,7 @@ msgstr "Avbruten" #. module: base #: model:res.country,name:base.at msgid "Austria" -msgstr "Austria" +msgstr "Österrike" #. module: base #: selection:base.language.install,state:0 @@ -2136,6 +2161,8 @@ msgid "" "separated list of valid field names (optionally followed by asc/desc for the " "direction)" msgstr "" +"Ogilitig 'order' angiven. En korrekt 'order' består av en kommaseparerad " +"lista av fältnamn (som kan följas av asc/desc för att ange sortering)." #. module: base #: model:ir.model,name:base.model_ir_module_module_dependency @@ -2271,12 +2298,12 @@ msgstr "Prefix" #. module: base #: selection:base.language.install,lang:0 msgid "German / Deutsch" -msgstr "German / Deutsch" +msgstr "Tyska/Deutsch" #. module: base #: help:ir.actions.server,trigger_name:0 msgid "Select the Signal name that is to be used as the trigger." -msgstr "" +msgstr "Välj den Signal som skall användas som trigger" #. module: base #: view:ir.actions.server:0 @@ -2297,7 +2324,7 @@ msgstr "Herr" #: code:addons/orm.py:1622 #, python-format msgid "There is no view of type '%s' defined for the structure!" -msgstr "" +msgstr "Det finns ingen vy av typ %s definierar för denna struktur!" #. module: base #: field:ir.default,ref_id:0 @@ -2351,12 +2378,12 @@ msgstr "Instanser" #. module: base #: model:res.country,name:base.aq msgid "Antarctica" -msgstr "Antarctica" +msgstr "Antarktis" #. module: base #: field:ir.actions.report.xml,auto:0 msgid "Custom python parser" -msgstr "" +msgstr "Anpassad python-tolk" #. module: base #: view:base.language.import:0 @@ -2431,7 +2458,7 @@ msgstr "Kontrollera att alla rader har %d kolumner." #: view:ir.cron:0 #: model:ir.ui.menu,name:base.menu_ir_cron_act msgid "Scheduled Actions" -msgstr "Schemalagda årgärder" +msgstr "Schemalagda åtgärder" #. module: base #: field:res.partner.address,title:0 @@ -2449,13 +2476,13 @@ msgstr "" #: code:addons/orm.py:3448 #, python-format msgid "Recursivity Detected." -msgstr "" +msgstr "Rekursion upptäckt!" #. module: base #: code:addons/base/module/module.py:262 #, python-format msgid "Recursion error in modules dependencies !" -msgstr "" +msgstr "Rekursiva modulberoenden!" #. module: base #: view:base.language.install:0 @@ -2485,12 +2512,12 @@ msgstr "" #. module: base #: model:ir.model,name:base.model_maintenance_contract msgid "maintenance.contract" -msgstr "maintenance.contract" +msgstr "Underhållskontrakt" #. module: base #: model:res.country,name:base.ru msgid "Russian Federation" -msgstr "Russian Federation" +msgstr "Ryska federationen" #. module: base #: selection:base.language.install,lang:0 @@ -2511,7 +2538,7 @@ msgstr "Länder" #. module: base #: selection:ir.translation,type:0 msgid "RML (deprecated - use Report)" -msgstr "" +msgstr "RML (förkastat, använd Rapport)" #. module: base #: view:ir.rule:0 @@ -2532,7 +2559,7 @@ msgstr "Sökätgårder" #: model:ir.actions.act_window,name:base.action_view_partner_wizard_ean_check #: view:partner.wizard.ean.check:0 msgid "Ean check" -msgstr "Ean kontroll" +msgstr "EAN kontroll" #. module: base #: field:res.partner,vat:0 @@ -2552,7 +2579,7 @@ msgstr "Fel ! Du kan inte skapa rekursiva kategorier." #. module: base #: view:res.lang:0 msgid "%x - Appropriate date representation." -msgstr "" +msgstr "%x - tillämpligt datumformat" #. module: base #: view:res.lang:0 @@ -2562,7 +2589,7 @@ msgstr "%d - Dag i månad [01,31]" #. module: base #: model:res.country,name:base.tj msgid "Tajikistan" -msgstr "Tajikistan" +msgstr "Tadzjikistan" #. module: base #: selection:ir.module.module,license:0 @@ -2591,6 +2618,8 @@ msgid "" "Operation prohibited by access rules, or performed on an already deleted " "document (Operation: read, Document type: %s)." msgstr "" +"Åtgärden förbjuden av åtkomstregler, eller utförd på ett redan borttaget " +"dokument (åtgärd: läs, dokumenttyp: %s)." #. module: base #: model:res.country,name:base.nr @@ -2653,7 +2682,7 @@ msgstr "Kommer att uppgraderas" #. module: base #: model:res.country,name:base.ly msgid "Libya" -msgstr "Libya" +msgstr "Libyen" #. module: base #: model:res.country,name:base.cf @@ -2680,7 +2709,7 @@ msgstr "EAN13" #: code:addons/orm.py:1622 #, python-format msgid "Invalid Architecture!" -msgstr "" +msgstr "Ogiltitg arkitektur" #. module: base #: model:res.country,name:base.pt @@ -2691,7 +2720,7 @@ msgstr "Portugal" #: sql_constraint:ir.model.data:0 msgid "" "You cannot have multiple records with the same id for the same module !" -msgstr "" +msgstr "Du kan in ha flera poster med samma id i samma modul!" #. module: base #: field:ir.module.module,certificate:0 @@ -2707,7 +2736,7 @@ msgstr "6. %d, %m ==> 05, 12" #: field:res.config.users,date:0 #: field:res.users,date:0 msgid "Last Connection" -msgstr "" +msgstr "Sista anslutning" #. module: base #: field:ir.actions.act_window,help:0 @@ -2761,7 +2790,7 @@ msgstr "Kunder" #. module: base #: model:res.country,name:base.au msgid "Australia" -msgstr "Australia" +msgstr "Australien" #. module: base #: help:res.partner,lang:0 @@ -2807,13 +2836,14 @@ msgstr "Guide" #. module: base #: view:ir.cron:0 msgid "Action to Trigger" -msgstr "" +msgstr "Triggad åtgärd" #. module: base #: code:addons/base/res/res_user.py:136 #, python-format msgid "\"email_from\" needs to be set to send welcome mails to users" msgstr "" +"'email_from' måste sättas för att skicka välkomstebrev till användare" #. module: base #: selection:ir.translation,type:0 @@ -2872,7 +2902,7 @@ msgstr "" #. module: base #: model:res.country,name:base.va msgid "Holy See (Vatican City State)" -msgstr "" +msgstr "Vatikanstaten" #. module: base #: field:base.module.import,module_file:0 @@ -2908,7 +2938,7 @@ msgstr "Inkommande transaktioner" #. module: base #: model:res.country,name:base.sr msgid "Suriname" -msgstr "Suriname" +msgstr "Surinam" #. module: base #: model:ir.ui.menu,name:base.marketing_menu @@ -2954,7 +2984,7 @@ msgstr "Alltid" #. module: base #: selection:ir.translation,type:0 msgid "SQL Constraint" -msgstr "" +msgstr "SQL-villkor" #. module: base #: field:ir.actions.server,srcmodel_id:0 @@ -2968,7 +2998,7 @@ msgid "" "The selected language has been successfully installed. You must change the " "preferences of the user and open a new menu to view the changes." msgstr "" -"Språket du valde jhar installerats, Du kan ändra egenskaperna av användaren " +"Språket du valde jhar installerats. Du kan ändra egenskaperna av användaren " "och öppna en meny för att se ändringarna." #. module: base @@ -2984,7 +3014,7 @@ msgstr "öppna ett fönster" #. module: base #: model:res.country,name:base.gq msgid "Equatorial Guinea" -msgstr "Equatorial Guinea" +msgstr "Ekvatorialguinea" #. module: base #: view:base.module.import:0 @@ -2997,7 +3027,7 @@ msgstr "Modulimport" #: field:res.partner.address,zip:0 #: field:res.partner.bank,zip:0 msgid "Zip" -msgstr "Zip" +msgstr "Postnummer" #. module: base #: view:ir.module.module:0 @@ -3013,7 +3043,7 @@ msgstr "FYROM" #. module: base #: view:res.lang:0 msgid "%c - Appropriate date and time representation." -msgstr "" +msgstr "Tillämplig datum- och tidrepresentation" #. module: base #: code:addons/base/res/res_config.py:422 @@ -3175,7 +3205,7 @@ msgstr "Systemkonfigureringen är klar" #: code:addons/orm.py:929 #, python-format msgid "Error occurred while validating the field(s) %s: %s" -msgstr "" +msgstr "Fel vid fältvalidering %s: %s" #. module: base #: view:ir.property:0 @@ -3190,7 +3220,7 @@ msgstr "San Marino" #. module: base #: model:res.country,name:base.bm msgid "Bermuda" -msgstr "Bermuda" +msgstr "Bermudasöarna" #. module: base #: model:res.country,name:base.pe @@ -3245,6 +3275,8 @@ msgid "" "You can not create this document (%s) ! Be sure your user belongs to one of " "these groups: %s." msgstr "" +"Du kan inte skapa detta dokument (%s). Kontrollera att din användare ingår i " +"dessa grupper: %s" #. module: base #: model:res.country,name:base.mu @@ -3274,7 +3306,7 @@ msgstr "OpenERP favoriter" #. module: base #: model:res.country,name:base.za msgid "South Africa" -msgstr "South Africa" +msgstr "Sydafrika" #. module: base #: view:ir.module.module:0 @@ -3302,7 +3334,7 @@ msgstr "Senegal" #. module: base #: model:res.country,name:base.hu msgid "Hungary" -msgstr "Hungary" +msgstr "Ungern" #. module: base #: model:ir.model,name:base.model_res_groups @@ -3312,7 +3344,7 @@ msgstr "res.groups" #. module: base #: model:res.country,name:base.br msgid "Brazil" -msgstr "Brazil" +msgstr "Brasilien" #. module: base #: view:res.lang:0 @@ -3322,7 +3354,7 @@ msgstr "%M - Minut [00,59]" #. module: base #: selection:ir.module.module,license:0 msgid "Affero GPL-3" -msgstr "" +msgstr "Affero GPL-3" #. module: base #: field:ir.sequence,number_next:0 @@ -3332,7 +3364,7 @@ msgstr "Nästa nummer" #. module: base #: help:workflow.transition,condition:0 msgid "Expression to be satisfied if we want the transition done." -msgstr "" +msgstr "Villkor som skall vara uppfyllt för att göra övergången" #. module: base #: selection:base.language.install,lang:0 @@ -3348,7 +3380,7 @@ msgstr "Kurser" #. module: base #: model:res.country,name:base.sy msgid "Syria" -msgstr "Syria" +msgstr "Syrien" #. module: base #: view:res.lang:0 @@ -3410,7 +3442,7 @@ msgstr "" #: code:addons/base/ir/ir_model.py:319 #, python-format msgid "Cannot rename column to %s, because that column already exists!" -msgstr "" +msgstr "Kan inte byta kolumnnamn till %s, kolumnen finns redan!" #. module: base #: view:ir.attachment:0 @@ -3420,7 +3452,7 @@ msgstr "Bifogad till" #. module: base #: field:res.lang,decimal_point:0 msgid "Decimal Separator" -msgstr "Decimal separator" +msgstr "Decimalseparator" #. module: base #: model:ir.actions.act_window,help:base.action_res_groups @@ -3432,6 +3464,11 @@ msgid "" "to see. Whether they can have a read, write, create and delete access right " "can be managed from here." msgstr "" +"En grupp är en mängd rättigheter som tilldelas en användare som gör det " +"möjligt att utföra specifika applikationer och uppgifter. Du kan skapa " +"anpassade grupper, eller redigare de befintliga för att anpassa den meny " +"användare ser. Deras möjilgheter att läsa, skriva, skapa och ta bort kan " +"hanteras här" #. module: base #: view:res.partner:0 @@ -3455,6 +3492,12 @@ msgid "" "Would your payment have been carried out after this mail was sent, please " "consider the present one as void." msgstr "" +"Notera att följande betalningar är förfallna. Om er betalning har skckats, " +"vänligen skicka betalningsinformation. Om er betalning blir ytterligare " +"fördröjd, kontakta oss för vidare diskussion.\n" +"\n" +"Om er betalning skickats efter det att detta e-brev sändes, vänligen bortse " +"från detta meddelande." #. module: base #: model:res.country,name:base.mx @@ -3485,7 +3528,7 @@ msgstr "Nicaragua" #: code:addons/orm.py:1046 #, python-format msgid "The write method is not implemented on this object !" -msgstr "" +msgstr "Metoden write är inte implementerad på denna post." #. module: base #: view:res.partner.event:0 @@ -3501,7 +3544,7 @@ msgstr "Konfigurera ditt användargränssnitt" #. module: base #: field:ir.values,meta:0 msgid "Meta Datas" -msgstr "Meta Datas" +msgstr "Metadata" #. module: base #: sql_constraint:ir.ui.view_sc:0 @@ -3529,11 +3572,13 @@ msgid "" "The internal user that is in charge of communicating with this partner if " "any." msgstr "" +"Den interna användare som hanterar kommunikationen med denna partner, om " +"sådan finns." #. module: base #: field:res.partner,parent_id:0 msgid "Parent Partner" -msgstr "" +msgstr "Överliggande partner" #. module: base #: view:ir.module.module:0 @@ -3543,12 +3588,12 @@ msgstr "Avbryt uppgradering" #. module: base #: model:res.country,name:base.ci msgid "Ivory Coast (Cote D'Ivoire)" -msgstr "Ivory Coast (Cote D'Ivoire)" +msgstr "Elfenbenskusten" #. module: base #: model:res.country,name:base.kz msgid "Kazakhstan" -msgstr "Kazakhstan" +msgstr "Kazakstan" #. module: base #: view:res.lang:0 @@ -3566,6 +3611,12 @@ msgid "" "plugin, don't forget to register emails to each contact so that the gateway " "will automatically attach incoming emails to the right partner." msgstr "" +"En kund är någon du gör affärer med, ett företag eller en organisation. En " +"kund kan ha flera kontakter eller adresser för de personer som arbetar där. " +"Du kan använda historiefliken för att följa alla transaktioner relaterade " +"till en viss kund: säljordrar, e-post, offerter, krav etc. Om du använder " +"epostbryggan, eller Thunderbird-plugin, glöm inte att registrera så att " +"inkommande epost hamnar hos rätt kund," #. module: base #: field:ir.actions.report.xml,name:0 @@ -3687,17 +3738,17 @@ msgstr "publisher_warranty.contract" #. module: base #: model:res.country,name:base.et msgid "Ethiopia" -msgstr "Ethiopia" +msgstr "Etiopien" #. module: base #: help:res.country.state,code:0 msgid "The state code in three chars.\n" -msgstr "" +msgstr "Landskod, tre tecken\n" #. module: base #: model:res.country,name:base.sj msgid "Svalbard and Jan Mayen Islands" -msgstr "Svalbard and Jan Mayen Islands" +msgstr "Svalbard och Jan Mayen-öarna" #. module: base #: model:ir.model,name:base.model_ir_actions_wizard @@ -3775,7 +3826,7 @@ msgstr "Spanska (BO) / Español (BO" #: model:ir.actions.act_window,name:base.ir_access_act #: model:ir.ui.menu,name:base.menu_ir_access_act msgid "Access Controls List" -msgstr "" +msgstr "Åtkomstkontrollista" #. module: base #: model:res.country,name:base.um @@ -3809,19 +3860,19 @@ msgstr "Startdatum" #. module: base #: selection:base.language.install,lang:0 msgid "Gujarati / ગુજરાતી" -msgstr "" +msgstr "Gujarati" #. module: base #: code:addons/base/module/module.py:257 #, python-format msgid "" "Unable to process module \"%s\" because an external dependency is not met: %s" -msgstr "" +msgstr "Kan inte bearbeta modul \"%s\", ett externt beroende saknas: %s" #. module: base #: view:publisher_warranty.contract.wizard:0 msgid "Please enter the serial key provided in your contract document:" -msgstr "" +msgstr "ANge serienumret i ditt underhållskontrakt" #. module: base #: view:workflow.activity:0 @@ -3833,7 +3884,7 @@ msgstr "" #: code:addons/__init__.py:834 #, python-format msgid "module base cannot be loaded! (hint: verify addons-path)" -msgstr "" +msgstr "Det går inte att ladda modulen (hint: konmtrollera addons-path)." #. module: base #: view:res.partner.bank:0 @@ -3935,6 +3986,8 @@ msgid "" "Whether values for this field can be translated (enables the translation " "mechanism for that field)" msgstr "" +"Anger om värden i detta fält kan översättas (slår på översättningsmekanismen " +"för detta fält)." #. module: base #: view:res.lang:0 @@ -3968,13 +4021,13 @@ msgstr "ir.actions.url" #. module: base #: model:res.widget,title:base.currency_converter_widget msgid "Currency Converter" -msgstr "" +msgstr "Valutakonverterare" #. module: base #: code:addons/orm.py:156 #, python-format msgid "Wrong ID for the browse record, got %r, expected an integer." -msgstr "" +msgstr "Felaktigt ID för den listade posten, fick %r, väntade ett heltal." #. module: base #: model:ir.actions.act_window,name:base.action_partner_addess_tree @@ -3990,7 +4043,7 @@ msgstr "Antal tillagda moduler" #. module: base #: view:res.currency:0 msgid "Price Accuracy" -msgstr "" +msgstr "Prisnoggranhet" #. module: base #: selection:base.language.install,lang:0 @@ -4006,13 +4059,13 @@ msgstr "" #. module: base #: selection:base.language.install,lang:0 msgid "French / Français" -msgstr "French / Français" +msgstr "Franska/Français" #. module: base #: code:addons/orm.py:1049 #, python-format msgid "The create method is not implemented on this object !" -msgstr "" +msgstr "Metoden 'create' är ej implementerad för denna post." #. module: base #: field:workflow.triggers,workitem_id:0 @@ -4022,7 +4075,7 @@ msgstr "Arbetsmaterial" #. module: base #: view:ir.actions.todo:0 msgid "Set as Todo" -msgstr "Sätt till att göra" +msgstr "" #. module: base #: field:ir.actions.act_window.view,act_window_id:0 @@ -4083,7 +4136,7 @@ msgstr "Sudan" #. module: base #: model:res.country,name:base.fm msgid "Micronesia" -msgstr "Micronesia" +msgstr "Mikronesien" #. module: base #: view:res.request.history:0 @@ -4150,7 +4203,7 @@ msgstr "Moduler" #: field:workflow.activity,subflow_id:0 #: field:workflow.workitem,subflow_id:0 msgid "Subflow" -msgstr "" +msgstr "Underordnat föde" #. module: base #: model:ir.model,name:base.model_res_config @@ -4178,12 +4231,12 @@ msgstr "Olästa" #. module: base #: field:ir.cron,doall:0 msgid "Repeat Missed" -msgstr "" +msgstr "Gör om missade" #. module: base #: help:ir.actions.server,state:0 msgid "Type of the Action that is to be executed" -msgstr "" +msgstr "Typ av åtgärd som skall genomföras" #. module: base #: field:ir.server.object.lines,server_id:0 @@ -4199,7 +4252,7 @@ msgstr "" #. module: base #: model:res.country,name:base.uk msgid "United Kingdom" -msgstr "United Kingdom" +msgstr "Storbritannien" #. module: base #: view:res.config:0 @@ -4234,7 +4287,7 @@ msgstr "Partnertitlar" #. module: base #: help:ir.actions.act_window,auto_refresh:0 msgid "Add an auto-refresh on the view" -msgstr "" +msgstr "Lägg till autouppdatering till vyn." #. module: base #: help:res.partner,employee:0 @@ -4270,6 +4323,8 @@ msgid "" "You cannot perform this operation. New Record Creation is not allowed for " "this object as this object is for reporting purpose." msgstr "" +"Du kan inte genomföra denna åtgärd, det är inte tillåtet att skapa en ny " +"post för detta objekt eftersom det används för rapportändamål." #. module: base #: view:base.language.import:0 @@ -4279,7 +4334,7 @@ msgstr "- module,type,name,res_id,src,value" #. module: base #: selection:base.language.install,lang:0 msgid "Lithuanian / Lietuvių kalba" -msgstr "Lithuanian / Lietuvių kalba" +msgstr "Litausiska/ Lietuvių kalba" #. module: base #: help:ir.actions.server,record_id:0 @@ -4287,11 +4342,13 @@ msgid "" "Provide the field name where the record id is stored after the create " "operations. If it is empty, you can not track the new record." msgstr "" +"Ange fältnamnet där id för den skapade posten sparas. Om detta är tomt kan " +"du inte spåra den nya posten." #. module: base #: help:ir.model.fields,relation:0 msgid "For relationship fields, the technical name of the target model" -msgstr "" +msgstr "För fät som anger relationer, det tekniska namet får målmodellen." #. module: base #: selection:base.language.install,lang:0 @@ -4377,7 +4434,7 @@ msgstr "Anställd" #. module: base #: field:ir.model.access,perm_create:0 msgid "Create Access" -msgstr "" +msgstr "Skapa åtkomst" #. module: base #: field:res.partner.address,state_id:0 @@ -4402,7 +4459,7 @@ msgstr "Rensa id'n" #. module: base #: model:res.country,name:base.io msgid "British Indian Ocean Territory" -msgstr "British Indian Ocean Territory" +msgstr "Brittiskt territorium i Indiska Oceanen" #. module: base #: field:res.config.users,view:0 @@ -4419,7 +4476,7 @@ msgstr "Fältmappning" #. module: base #: view:publisher_warranty.contract:0 msgid "Refresh Validation Dates" -msgstr "" +msgstr "Uppdatera valideringsdatum" #. module: base #: view:ir.model:0 @@ -4470,7 +4527,7 @@ msgstr "Signatur" #: code:addons/fields.py:664 #, python-format msgid "Not Implemented" -msgstr "" +msgstr "Inte implementerad" #. module: base #: model:ir.model,name:base.model_res_widget_user @@ -4538,7 +4595,7 @@ msgstr "Kontakter" #, python-format msgid "" "Unable to delete this document because it is used as a default property" -msgstr "" +msgstr "Kan inte ta bort detta dokument, det används som standardvärde." #. module: base #: view:res.widget.wizard:0 @@ -4560,7 +4617,7 @@ msgstr "Widgets" #. module: base #: model:res.country,name:base.cz msgid "Czech Republic" -msgstr "Czech Republic" +msgstr "Tjeckien" #. module: base #: view:res.widget.wizard:0 @@ -4574,6 +4631,9 @@ msgid "" "OpenERP. They are launched during the installation of new modules, but you " "can choose to restart some wizards manually from this menu." msgstr "" +"Konfigurationsguiderna hjälper dig att konfigurera en ny OpenEREP-instans. " +"De startas under modulinstallationer, men du kan återstarta vissa guider " +"från denna meny." #. module: base #: code:addons/base/res/res_user.py:206 @@ -4581,13 +4641,13 @@ msgstr "" msgid "" "Please use the change password wizard (in User Preferences or User menu) to " "change your own password." -msgstr "" +msgstr "Använd guiden Ändra Lösenord ( i menyn Användare)." #. module: base #: code:addons/orm.py:1350 #, python-format msgid "Insufficient fields for Calendar View!" -msgstr "" +msgstr "Otillräckliga fält för kalendervy!" #. module: base #: selection:ir.property,type:0 @@ -4622,7 +4682,7 @@ msgstr "Övergång" #. module: base #: field:res.groups,menu_access:0 msgid "Access Menu" -msgstr "" +msgstr "Åtkomstmeny" #. module: base #: model:res.country,name:base.na @@ -4632,7 +4692,7 @@ msgstr "Namibia" #. module: base #: model:res.country,name:base.mn msgid "Mongolia" -msgstr "Mongolia" +msgstr "Mongoliet" #. module: base #: view:ir.module.module:0 @@ -4742,7 +4802,7 @@ msgstr "Arbetsflöde arbetsmaterial" #. module: base #: model:res.country,name:base.vc msgid "Saint Vincent & Grenadines" -msgstr "Saint Vincent & Grenadines" +msgstr "Saint Vincent & Grenadinerna" #. module: base #: field:partner.sms.send,password:0 @@ -4771,6 +4831,7 @@ msgstr "Anställda" msgid "" "If this log item has been read, get() should not send it to the client" msgstr "" +"Om denna loggpost har lästs skall get() inte skicka den till klienten." #. module: base #: field:res.company,rml_header2:0 @@ -4795,6 +4856,9 @@ msgid "" "channels that will be maintained at the creation of a document in the " "system. Some examples of channels can be: Website, Phone Call, Reseller, etc." msgstr "" +"Spåra här var dina lead och möjligheter kommer ifrån genom att skapa kanaler " +"som används när dokument skapas i systemet. Exempel på kanaler kan vara " +"webbplats, telefonsamtal, återförsäljare etc." #. module: base #: model:res.partner.bank.type.field,name:base.bank_normal_field @@ -4827,7 +4891,7 @@ msgstr "Gata" #. module: base #: model:res.country,name:base.yu msgid "Yugoslavia" -msgstr "Yugoslavia" +msgstr "Jugoslavien" #. module: base #: field:ir.model.data,name:0 @@ -4837,7 +4901,7 @@ msgstr "XML identifierare" #. module: base #: model:res.country,name:base.ca msgid "Canada" -msgstr "Canada" +msgstr "Kanada" #. module: base #: selection:ir.module.module.dependency,state:0 @@ -4847,7 +4911,7 @@ msgstr "Okänd" #. module: base #: model:ir.actions.act_window,name:base.action_res_users_my msgid "Change My Preferences" -msgstr "Ändra min inställningar" +msgstr "Ändra mina inställningar" #. module: base #: code:addons/base/ir/ir_actions.py:164 @@ -4863,7 +4927,7 @@ msgstr "SMS meddelande" #. module: base #: model:res.country,name:base.cm msgid "Cameroon" -msgstr "Cameroon" +msgstr "Kamerun" #. module: base #: model:res.country,name:base.bf @@ -4883,19 +4947,19 @@ msgstr "Anpassade fält" #. module: base #: field:ir.module.module,web:0 msgid "Has a web component" -msgstr "Har en webkomponent" +msgstr "Har en webbkomponent" #. module: base #: model:res.country,name:base.cc msgid "Cocos (Keeling) Islands" -msgstr "" +msgstr "Kokosöarna" #. module: base #: selection:base.language.install,state:0 #: selection:base.module.import,state:0 #: selection:base.module.update,state:0 msgid "init" -msgstr "" +msgstr "init" #. module: base #: view:res.lang:0 @@ -4953,7 +5017,7 @@ msgstr "Suffix" #. module: base #: model:res.country,name:base.mo msgid "Macau" -msgstr "Macau" +msgstr "Macao" #. module: base #: model:ir.actions.report.xml,name:base.res_partner_address_report @@ -4987,6 +5051,8 @@ msgid "" "If specified, this action will be opened at logon for this user, in addition " "to the standard menu." msgstr "" +"Om angiven så genomförs denna åtgärd när användaren loggar in, förutom " +"standardmenyn." #. module: base #: view:ir.values:0 @@ -4997,7 +5063,7 @@ msgstr "Klientåtgärder" #: code:addons/orm.py:1806 #, python-format msgid "The exists method is not implemented on this object !" -msgstr "" +msgstr "Metoden exists är inte implementerad på detta objekt." #. module: base #: code:addons/base/module/module.py:336 @@ -5006,11 +5072,13 @@ msgid "" "You try to upgrade a module that depends on the module: %s.\n" "But this module is not available in your system." msgstr "" +"Du försöker uppgradera en modul som beror av modulen: %s.\n" +"Men denna modul är inte tillgänglig i ditt system" #. module: base #: field:workflow.transition,act_to:0 msgid "Destination Activity" -msgstr "" +msgstr "Destinationsaktivitet" #. module: base #: view:ir.values:0 @@ -5048,7 +5116,7 @@ msgstr "ir.ui.menu" #. module: base #: model:res.country,name:base.us msgid "United States" -msgstr "United States" +msgstr "USA" #. module: base #: view:ir.module.module:0 @@ -5095,6 +5163,9 @@ msgid "" "Keep empty to not save the printed reports. You can use a python expression " "with the object and time variables." msgstr "" +"Filnamnet för den bilaga som innehåller utskriften. Sätt till tom för att " +"inte spara utskrifter. Man kan använda pythonuttryck med objekten object och " +"time." #. module: base #: selection:ir.property,type:0 @@ -5174,7 +5245,7 @@ msgstr "Filippinerna" #. module: base #: model:res.country,name:base.ma msgid "Morocco" -msgstr "Morocco" +msgstr "Marocko" #. module: base #: view:res.lang:0 @@ -5194,7 +5265,7 @@ msgstr "Om du ingen grupp anges gäller regeln för alla" #. module: base #: model:res.country,name:base.td msgid "Chad" -msgstr "" +msgstr "Tchad" #. module: base #: model:ir.model,name:base.model_workflow_transition @@ -5219,13 +5290,13 @@ msgstr "Polynesia (French)" #. module: base #: model:res.country,name:base.dm msgid "Dominica" -msgstr "Dominica" +msgstr "Dominikanska republiken" #. module: base #: sql_constraint:publisher_warranty.contract:0 msgid "" "Your publisher warranty contract is already subscribed in the system !" -msgstr "" +msgstr "Utgivarens underhållskontrakt är redan registrerat." #. module: base #: help:ir.cron,nextcall:0 @@ -5269,7 +5340,7 @@ msgstr "" #: model:ir.ui.menu,name:base.menu_action_ui_view_custom #: view:ir.ui.view.custom:0 msgid "Customized Views" -msgstr "" +msgstr "Anpassade vyer" #. module: base #: view:partner.sms.send:0 @@ -5319,7 +5390,7 @@ msgstr "Thailändska / ภาษาไทย" #: code:addons/orm.py:158 #, python-format msgid "Object %s does not exists" -msgstr "" +msgstr "Posten %s existerar inte" #. module: base #: selection:base.language.install,lang:0 @@ -5334,7 +5405,7 @@ msgstr "Ladda om från bilagan" #. module: base #: model:res.country,name:base.bv msgid "Bouvet Island" -msgstr "Bouvet Island" +msgstr "Bouvetön" #. module: base #: field:ir.attachment,name:0 @@ -5412,7 +5483,7 @@ msgstr "Importera modulen" #. module: base #: model:res.country,name:base.as msgid "American Samoa" -msgstr "American Samoa" +msgstr "Amerikanska Samoa" #. module: base #: help:ir.actions.act_window,res_model:0 @@ -5461,7 +5532,7 @@ msgstr "Användarfel" #. module: base #: model:res.country,name:base.ae msgid "United Arab Emirates" -msgstr "United Arab Emirates" +msgstr "Förenade Arabemiraten" #. module: base #: model:ir.ui.menu,name:base.menu_crm_case_job_req_main @@ -5479,6 +5550,7 @@ msgstr "" msgid "" "New column name must still start with x_ , because it is a custom field!" msgstr "" +"Namnet på den nya kolumnen måste ändå börja med x_, det är ett anpassat fält." #. module: base #: view:ir.model.access:0 @@ -5490,7 +5562,7 @@ msgstr "Global" #. module: base #: model:res.country,name:base.mp msgid "Northern Mariana Islands" -msgstr "Northern Mariana Islands" +msgstr "Norra Marianeröarna" #. module: base #: model:res.country,name:base.sb @@ -5528,7 +5600,7 @@ msgstr "8. %I:%M:%S %p ==> 06:25:20 PM" #: code:addons/orm.py:1803 #, python-format msgid "The copy method is not implemented on this object !" -msgstr "" +msgstr "Metoden copy är inte implementerad för detta objekt." #. module: base #: field:res.log,create_date:0 @@ -5544,7 +5616,7 @@ msgstr "Översättningar" #. module: base #: field:ir.sequence,padding:0 msgid "Number padding" -msgstr "Numeriskt format" +msgstr "Numerisk utfyllnad" #. module: base #: view:ir.actions.report.xml:0 @@ -5554,7 +5626,7 @@ msgstr "Rapport" #. module: base #: model:res.country,name:base.ua msgid "Ukraine" -msgstr "Ukraine" +msgstr "Ukraina" #. module: base #: model:res.country,name:base.to @@ -5575,7 +5647,7 @@ msgstr "Ignorera" #. module: base #: report:ir.module.reference.graph:0 msgid "Reference Guide" -msgstr "Referens guide" +msgstr "Referensguide" #. module: base #: view:ir.ui.view:0 @@ -5629,7 +5701,7 @@ msgstr "Brunei Darussalam" #: field:ir.ui.view,type:0 #: field:wizard.ir.model.menu.create.line,view_type:0 msgid "View Type" -msgstr "Vy typ" +msgstr "Typ av vy" #. module: base #: model:ir.ui.menu,name:base.next_id_2 @@ -5675,7 +5747,7 @@ msgstr "Algeriet" #. module: base #: model:res.country,name:base.be msgid "Belgium" -msgstr "Belgium" +msgstr "Belgien" #. module: base #: model:ir.model,name:base.model_osv_memory_autovacuum @@ -5778,7 +5850,7 @@ msgstr "PO fil" #. module: base #: model:res.country,name:base.nt msgid "Neutral Zone" -msgstr "Neutral Zone" +msgstr "Neutral Zon" #. module: base #: selection:base.language.install,lang:0 @@ -5819,7 +5891,7 @@ msgstr "Publicerad version" #. module: base #: model:res.country,name:base.is msgid "Iceland" -msgstr "Iceland" +msgstr "Island" #. module: base #: model:ir.actions.act_window,name:base.ir_action_window @@ -5840,7 +5912,7 @@ msgstr "Avslutad" #. module: base #: model:res.country,name:base.de msgid "Germany" -msgstr "Germany" +msgstr "Tyskland" #. module: base #: view:ir.sequence:0 @@ -5898,7 +5970,7 @@ msgstr "" #. module: base #: model:res.country,name:base.eg msgid "Egypt" -msgstr "Egypt" +msgstr "Egypten" #. module: base #: field:ir.rule,perm_read:0 @@ -5909,7 +5981,7 @@ msgstr "" #: help:ir.actions.server,model_id:0 msgid "" "Select the object on which the action will work (read, write, create)." -msgstr "" +msgstr "Markera objektet som skall genomföra åtgärden (läsa, skriva, skapa)" #. module: base #: code:addons/base/ir/ir_actions.py:629 @@ -5920,7 +5992,7 @@ msgstr "" #. module: base #: field:base.language.import,name:0 msgid "Language Name" -msgstr "Språk namnet" +msgstr "Språknamnet" #. module: base #: selection:ir.property,type:0 @@ -5961,7 +6033,7 @@ msgstr "Skrivskyddad" #: selection:ir.translation,type:0 #: field:wizard.ir.model.menu.create.line,view_id:0 msgid "View" -msgstr "Visa" +msgstr "Vy" #. module: base #: selection:ir.module.module,state:0 @@ -6083,6 +6155,8 @@ msgid "" "All pending configuration wizards have been executed. You may restart " "individual wizards via the list of configuration wizards." msgstr "" +"Alla köade guider är klara. Du kan återstarta individuella guider via listan " +"på konfigurationsguider." #. module: base #: wizard_button:server.action.create,step_1,create:0 @@ -6157,7 +6231,7 @@ msgstr "Sort" #: code:addons/orm.py:3775 #, python-format msgid "This method does not exist anymore" -msgstr "" +msgstr "Denan metod existerar inte längre" #. module: base #: field:res.bank,fax:0 @@ -6181,6 +6255,7 @@ msgid "" "Select the action that will be executed. Loop action will not be avaliable " "inside loop." msgstr "" +"Välj åtgärd som skall genomföras. Loop-åtgärd är inte tillgänglig i en loop." #. module: base #: selection:base.language.install,lang:0 @@ -6222,6 +6297,8 @@ msgstr "AB" msgid "" "The group that a user must have to be authorized to validate this transition." msgstr "" +"Den grupp användaren skall tillhöra för att vara behörig att göra denna " +"övergång." #. module: base #: constraint:res.config.users:0 @@ -6243,7 +6320,7 @@ msgstr "Tjänstenamn" #. module: base #: model:res.country,name:base.pn msgid "Pitcairn Island" -msgstr "" +msgstr "Pitcairn" #. module: base #: view:base.module.upgrade:0 @@ -6365,7 +6442,7 @@ msgstr "Qatar" #. module: base #: model:res.country,name:base.it msgid "Italy" -msgstr "Italy" +msgstr "Italien" #. module: base #: view:ir.actions.todo:0 @@ -6376,14 +6453,14 @@ msgstr "Att göra" #. module: base #: selection:base.language.install,lang:0 msgid "Estonian / Eesti keel" -msgstr "Estonian / Eesti keel" +msgstr "Estniska / Eesti keel" #. module: base #: field:res.config.users,email:0 #: field:res.partner,email:0 #: field:res.users,email:0 msgid "E-mail" -msgstr "Epost" +msgstr "E-post" #. module: base #: selection:ir.module.module,license:0 @@ -6413,11 +6490,14 @@ msgid "" "Manage the partner titles you want to have available in your system. The " "partner titles is the legal status of the company: Private Limited, SA, etc." msgstr "" +"Hantera titlarna på systemets partner, som avspeglar deras legala status: " +"AB, kommun, stiftelse etc." #. module: base #: view:base.language.export:0 msgid "To browse official translations, you can start with these links:" msgstr "" +"För att lista de officialla översättningarna kan du börja med dessa länkar:" #. module: base #: code:addons/base/ir/ir_model.py:484 @@ -6426,6 +6506,8 @@ msgid "" "You can not read this document (%s) ! Be sure your user belongs to one of " "these groups: %s." msgstr "" +"Du har inte rätt att läsa dokumentet (%s). Kontrollera att din användare " +"ingår i någon av grupperna: %s." #. module: base #: view:res.bank:0 @@ -6449,7 +6531,7 @@ msgstr "Mongoliska / монгол" #. module: base #: model:res.country,name:base.mr msgid "Mauritania" -msgstr "Mauritania" +msgstr "Mauretanien" #. module: base #: model:ir.model,name:base.model_ir_translation @@ -6531,6 +6613,8 @@ msgid "" "Customized views are used when users reorganize the content of their " "dashboard views (via web client)" msgstr "" +"Anpassade vyer används när användare organiserar om sina infopaneler (via " +"webb-klienten)." #. module: base #: field:ir.model,name:0 @@ -6567,7 +6651,7 @@ msgstr "Ikon" #. module: base #: help:ir.model.fields,model_id:0 msgid "The model this field belongs to" -msgstr "" +msgstr "Den modell detta fält tillhör" #. module: base #: model:res.country,name:base.mq @@ -6601,7 +6685,7 @@ msgstr "Or" #: model:ir.actions.act_window,name:base.res_log_act_window #: model:ir.ui.menu,name:base.menu_res_log_act_window msgid "Client Logs" -msgstr "" +msgstr "Klientloggar" #. module: base #: model:res.country,name:base.al @@ -6650,7 +6734,7 @@ msgstr "" #: code:addons/orm.py:2316 #, python-format msgid "ValidateError" -msgstr "" +msgstr "Valideringsfel" #. module: base #: view:base.module.import:0 @@ -6741,7 +6825,7 @@ msgstr "Stop All" #: code:addons/orm.py:412 #, python-format msgid "The read_group method is not implemented on this object !" -msgstr "" +msgstr "Metoden read_group är inte implementerad på detta objekt" #. module: base #: view:ir.model.data:0 @@ -6776,7 +6860,7 @@ msgstr "Kommentar" #. module: base #: model:res.country,name:base.ro msgid "Romania" -msgstr "Romania" +msgstr "Rumänien" #. module: base #: help:ir.cron,doall:0 @@ -6799,7 +6883,7 @@ msgstr "Kontraktvalideringsfel" #. module: base #: field:res.country.state,name:0 msgid "State Name" -msgstr "" +msgstr "Stat (namn)" #. module: base #: field:workflow.activity,join_mode:0 @@ -6854,18 +6938,18 @@ msgstr "Personalchef dashboard" msgid "" "Unable to install module \"%s\" because an external dependency is not met: %s" msgstr "" -"Kan inte installera modul \"%s\" för att ett externa beroend inte är " +"Kan inte installera modul \"%s\" för att ett externt beroend inte är " "uppfyllt: %s" #. module: base #: view:ir.module.module:0 msgid "Search modules" -msgstr "Sök moduler" +msgstr "Sökmoduler" #. module: base #: model:res.country,name:base.by msgid "Belarus" -msgstr "Belarus" +msgstr "Vitryssland" #. module: base #: field:ir.actions.act_window,name:0 @@ -6885,6 +6969,8 @@ 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 "" +"Skapa och hantera användare. Användare kan bl a deaktiveras och genom " +"tilldelas grupper ges åtkomst till olika delar av systemet." #. module: base #: selection:res.request,priority:0 @@ -6950,7 +7036,7 @@ msgstr "Frk." #. module: base #: model:res.country,name:base.ch msgid "Switzerland" -msgstr "Switzerland" +msgstr "Schweiz" #. module: base #: model:res.country,name:base.gd @@ -7039,7 +7125,7 @@ msgstr "Argument" #: code:addons/orm.py:716 #, python-format msgid "Database ID doesn't exist: %s : %s" -msgstr "" +msgstr "Databas-ID existerar inte %s: %s" #. module: base #: selection:ir.module.module,license:0 @@ -7055,7 +7141,7 @@ msgstr "GPL Version 3" #: code:addons/orm.py:836 #, python-format msgid "key '%s' not found in selection field '%s'" -msgstr "" +msgstr "nyckel %s ej hittad i markerat fält %s" #. module: base #: view:partner.wizard.ean.check:0 @@ -7066,7 +7152,7 @@ msgstr "Korrekt EAN13" #: code:addons/orm.py:2317 #, python-format msgid "The value \"%s\" for the field \"%s\" is not in the selection" -msgstr "" +msgstr "Värdet \"%s\" för fältet \"%s\" finns inte i markerat data." #. module: base #: field:res.partner,customer:0 @@ -7090,7 +7176,7 @@ msgstr "Kort beskrivning" #: field:ir.actions.act_window,context:0 #: field:ir.filters,context:0 msgid "Context Value" -msgstr "Kontaxtvärde" +msgstr "Kontextvärde" #. module: base #: view:ir.sequence:0 @@ -7137,7 +7223,7 @@ msgstr "Nummerserie" #. module: base #: model:res.country,name:base.tn msgid "Tunisia" -msgstr "Tunisia" +msgstr "Tunisien" #. module: base #: model:ir.ui.menu,name:base.menu_mrp_root @@ -7293,7 +7379,7 @@ msgstr "Varning !" #. module: base #: model:res.widget,title:base.google_maps_widget msgid "Google Maps" -msgstr "" +msgstr "Google Maps" #. module: base #: model:ir.ui.menu,name:base.menu_base_config @@ -7345,17 +7431,17 @@ msgstr "Partner" #. module: base #: model:res.country,name:base.tr msgid "Turkey" -msgstr "Turkey" +msgstr "Turkiet" #. module: base #: model:res.country,name:base.fk msgid "Falkland Islands" -msgstr "Falkland Islands" +msgstr "Falklandsöarna" #. module: base #: model:res.country,name:base.lb msgid "Lebanon" -msgstr "Lebanon" +msgstr "Libanon" #. module: base #: view:ir.actions.report.xml:0 @@ -7387,7 +7473,7 @@ msgstr "" #. module: base #: model:res.country,name:base.no msgid "Norway" -msgstr "Norway" +msgstr "Norge" #. module: base #: view:res.lang:0 @@ -7574,7 +7660,7 @@ msgstr "Lägg till en widget för en användare" #. module: base #: model:res.country,name:base.dk msgid "Denmark" -msgstr "Denmark" +msgstr "Danmark" #. module: base #: field:res.country,code:0 @@ -7590,7 +7676,7 @@ msgstr "workflow.instance" #: code:addons/orm.py:278 #, python-format msgid "Unknown attribute %s in %s " -msgstr "" +msgstr "Okänt attribut %s in %s " #. module: base #: view:res.lang:0 @@ -7601,7 +7687,7 @@ msgstr "10. %S ==> 20" #: code:addons/fields.py:106 #, python-format msgid "undefined get method !" -msgstr "" +msgstr "Odefinerad metod: get!" #. module: base #: selection:base.language.install,lang:0 @@ -7615,6 +7701,8 @@ msgid "" "Only specify a value if you want to change the user password. This user will " "have to logout and login again!" msgstr "" +"Ange ett värde om du vill ändra användarens lösenord. Denna användare måste " +"logga ut och in igen." #. module: base #: model:res.partner.title,name:base.res_partner_title_madam @@ -7624,7 +7712,7 @@ msgstr "Fru" #. module: base #: model:res.country,name:base.ee msgid "Estonia" -msgstr "Estonia" +msgstr "Estland" #. module: base #: model:ir.ui.menu,name:base.dashboard @@ -7640,12 +7728,12 @@ msgstr "Binär fil eller extern URL" #: field:res.config.users,new_password:0 #: field:res.users,new_password:0 msgid "Change password" -msgstr "" +msgstr "Ändra lösenord" #. module: base #: model:res.country,name:base.nl msgid "Netherlands" -msgstr "Netherlands" +msgstr "Nederländerna" #. module: base #: model:ir.ui.menu,name:base.next_id_4 @@ -7870,7 +7958,7 @@ msgstr "Åtkomsträttigheter" #. module: base #: model:res.country,name:base.gl msgid "Greenland" -msgstr "Greenland" +msgstr "Grönland" #. module: base #: field:res.partner.bank,acc_number:0 @@ -7890,7 +7978,7 @@ msgstr "New Caledonia (French)" #. module: base #: model:res.country,name:base.cy msgid "Cyprus" -msgstr "Cyprus" +msgstr "Cypern" #. module: base #: view:base.module.import:0 @@ -7899,7 +7987,7 @@ msgid "" "loading a new language it becomes available as default interface language " "for users and partners." msgstr "" -"Den här wizarden hjälper dig lägga till ett nytt språk till ditt OpenERP " +"Den här guiden hjälper dig lägga till ett nytt språk till ditt OpenERP " "system. Det nya språket blir standardspråk för användare och partners." #. module: base @@ -7954,7 +8042,7 @@ msgstr "Övriga" #. module: base #: model:res.country,name:base.cn msgid "China" -msgstr "China" +msgstr "Kina" #. module: base #: code:addons/base/res/res_user.py:516 @@ -7967,7 +8055,7 @@ msgstr "" #. module: base #: model:res.country,name:base.eh msgid "Western Sahara" -msgstr "Western Sahara" +msgstr "Västsahara" #. module: base #: model:ir.model,name:base.model_workflow @@ -7980,11 +8068,13 @@ msgid "" "Create and manage the companies that will be managed by OpenERP from here. " "Shops or subsidiaries can be created and maintained from here." msgstr "" +"Skapa och hantera de företag som skall hanteras av OpenERP här. Även affärer " +"och dotterbolag kan hanteras här." #. module: base #: model:res.country,name:base.id msgid "Indonesia" -msgstr "Indonesia" +msgstr "Indonesien" #. module: base #: view:base.update.translations:0 @@ -8009,7 +8099,7 @@ msgstr "Bulgaria" #. module: base #: view:publisher_warranty.contract.wizard:0 msgid "Publisher warranty contract successfully registered!" -msgstr "" +msgstr "Utgivarens underhållskontrakt registrerat, inga fel." #. module: base #: model:res.country,name:base.ao @@ -8019,7 +8109,7 @@ msgstr "Angola" #. module: base #: model:res.country,name:base.tf msgid "French Southern Territories" -msgstr "French Southern Territories" +msgstr "Franska sydterritorierna" #. module: base #: model:ir.model,name:base.model_res_currency @@ -8196,6 +8286,8 @@ msgid "" "Operation prohibited by access rules, or performed on an already deleted " "document (Operation: %s, Document type: %s)." msgstr "" +"Åtkomst för åtgärden nekad, eller försök att genomföra åtgärd på borttaget " +"dokument( åtgärd: %s, dokumenttyp: %s)" #. module: base #: model:res.country,name:base.zr @@ -8309,7 +8401,7 @@ msgstr "Exportera" #. module: base #: model:res.country,name:base.hr msgid "Croatia" -msgstr "Croatia" +msgstr "Kroatien" #. module: base #: help:res.bank,bic:0 @@ -8361,7 +8453,7 @@ msgstr "Saint Pierre and Miquelon" #. module: base #: help:ir.actions.report.xml,header:0 msgid "Add or not the coporate RML header" -msgstr "" +msgstr "Lägg till (eller inte) företagets RML-rubrik" #. module: base #: help:workflow.transition,act_to:0 @@ -8392,12 +8484,12 @@ msgstr "Danska / Dansk" #. module: base #: selection:ir.model.fields,select_level:0 msgid "Advanced Search (deprecated)" -msgstr "" +msgstr "Avancerad sökning (förkastad)" #. module: base #: model:res.country,name:base.cx msgid "Christmas Island" -msgstr "Christmas Island" +msgstr "Julön" #. module: base #: view:ir.actions.server:0 @@ -8516,7 +8608,7 @@ msgstr "Katalanska / Català" #. module: base #: model:res.country,name:base.do msgid "Dominican Republic" -msgstr "Dominican Republic" +msgstr "Dominikanska Republiken" #. module: base #: selection:base.language.install,lang:0 @@ -8534,7 +8626,7 @@ msgstr "" #. module: base #: model:res.country,name:base.sa msgid "Saudi Arabia" -msgstr "Saudi Arabia" +msgstr "Saudiarabien" #. module: base #: help:res.partner,supplier:0 @@ -8570,7 +8662,7 @@ msgstr "" #: field:ir.actions.act_window,multi:0 #: field:ir.actions.wizard,multi:0 msgid "Action on Multiple Doc." -msgstr "" +msgstr "Atgärd på flera dokument" #. module: base #: view:base.language.export:0 @@ -8622,12 +8714,14 @@ msgid "" "3. If user belongs to several groups, the results from step 2 are combined " "with logical OR operator" msgstr "" +"3. Om en användare tillhör flera grupper, så kombineras resultaten från steg " +"2 med ett logiskt 'eller' (eng 'OR) villkor." #. module: base #: code:addons/base/publisher_warranty/publisher_warranty.py:145 #, python-format msgid "Please check your publisher warranty contract name and validity." -msgstr "" +msgstr "Kontrollera namn och giltighet på utgivarens garantikontrakt." #. module: base #: model:res.country,name:base.sv @@ -8765,7 +8859,7 @@ msgstr "Ej installerbar" #. module: base #: report:ir.module.reference.graph:0 msgid "View :" -msgstr "Visa :" +msgstr "Vy" #. module: base #: field:ir.model.fields,view_load:0 @@ -8798,7 +8892,7 @@ msgstr "" #. module: base #: view:ir.actions.act_window:0 msgid "View Ordering" -msgstr "" +msgstr "Vysortering" #. module: base #: code:addons/base/module/wizard/base_module_upgrade.py:95 @@ -8822,6 +8916,8 @@ msgid "" "You can not delete this document (%s) ! Be sure your user belongs to one of " "these groups: %s." msgstr "" +"Du kan inte ta bort detta dokument(%s). Kontrollera att din användare ingår " +"i en av grupperna: %s" #. module: base #: model:ir.model,name:base.model_base_module_configuration @@ -8900,7 +8996,7 @@ msgstr "Epost & signatur" #. module: base #: view:publisher_warranty.contract:0 msgid "Publisher Warranty Contract" -msgstr "" +msgstr "Utgivarens garantikontrakt" #. module: base #: selection:base.language.install,lang:0 @@ -8944,7 +9040,7 @@ msgstr "" #. module: base #: model:res.country,name:base.az msgid "Azerbaijan" -msgstr "Azerbaijan" +msgstr "Azerbajdzjan" #. module: base #: code:addons/base/res/partner/partner.py:250 @@ -8960,7 +9056,7 @@ msgstr "Arabic / الْعَرَبيّة" #. module: base #: model:res.country,name:base.vg msgid "Virgin Islands (British)" -msgstr "Virgin Islands (British)" +msgstr "Jungfruöarna (brittiska)" #. module: base #: view:ir.property:0 @@ -8971,7 +9067,7 @@ msgstr "Parametrar" #. module: base #: selection:base.language.install,lang:0 msgid "Czech / Čeština" -msgstr "Czech / Čeština" +msgstr "tjeckiska / Čeština" #. module: base #: view:ir.actions.server:0 @@ -9067,6 +9163,8 @@ msgid "" "1. Global rules are combined together with a logical AND operator, and with " "the result of the following steps" msgstr "" +"1. Globala regler kombinerar med ett logiskt och-villkor (emg: AND), och med " +"resultat av följande steg" #. module: base #: field:res.partner.category,name:0 @@ -9111,7 +9209,7 @@ msgstr "Stående" #: code:addons/base/ir/ir_model.py:317 #, python-format msgid "Can only rename one column at a time!" -msgstr "" +msgstr "Kan bara byta namn på en kolumn åt gången" #. module: base #: selection:ir.translation,type:0 @@ -9192,6 +9290,7 @@ msgstr "Villkor" #: help:ir.values,model_id:0 msgid "This field is not used, it only helps you to select a good model." msgstr "" +"Detta fält används inte, det hjälper bara till att välja en bra modell." #. module: base #: field:ir.ui.view,name:0 @@ -9213,7 +9312,7 @@ msgstr "Spara som bilageprefix" msgid "" "Only one client action will be executed, last client action will be " "considered in case of multiple client actions." -msgstr "" +msgstr "Bara en klientåtgärd körs, om flera anges körs bara den sists." #. module: base #: view:res.lang:0 @@ -9252,7 +9351,7 @@ msgstr "Prefix för löpnumret" #. module: base #: model:res.country,name:base.sc msgid "Seychelles" -msgstr "Seychelles" +msgstr "Seychellerna" #. module: base #: model:ir.model,name:base.model_res_partner_bank @@ -9339,7 +9438,7 @@ msgstr "Guinea Bissau" #. module: base #: view:workflow.instance:0 msgid "Workflow Instances" -msgstr "" +msgstr "Arbetsflödeinstanser" #. module: base #: code:addons/base/res/partner/partner.py:261 @@ -9350,7 +9449,7 @@ msgstr "Partners " #. module: base #: model:res.country,name:base.kp msgid "North Korea" -msgstr "North Korea" +msgstr "Nordkorea" #. module: base #: selection:ir.actions.server,state:0 @@ -9376,7 +9475,7 @@ msgstr "Prospekt" #. module: base #: selection:base.language.install,lang:0 msgid "Polish / Język polski" -msgstr "Polish / Język polski" +msgstr "polska / Język polski" #. module: base #: field:ir.exports,name:0 @@ -9400,4 +9499,4 @@ msgstr "Sri Lanka" #. module: base #: selection:base.language.install,lang:0 msgid "Russian / русский язык" -msgstr "Russian / русский язык" +msgstr "ryska / русский язык" diff --git a/bin/addons/base/i18n/uk.po b/bin/addons/base/i18n/uk.po index 191d690d57d..0467c0571c5 100644 --- a/bin/addons/base/i18n/uk.po +++ b/bin/addons/base/i18n/uk.po @@ -7,13 +7,13 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.0\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-02 11:32+0000\n" +"PO-Revision-Date: 2011-02-03 12:11+0000\n" "Last-Translator: Casufi \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-03 06:16+0000\n" +"X-Launchpad-Export-Date: 2011-02-04 14:10+0000\n" "X-Generator: Launchpad (build 12177)\n" #. module: base @@ -144,7 +144,7 @@ msgstr "Цільове вікно" #: code:addons/base/res/res_user.py:507 #, python-format msgid "Warning!" -msgstr "" +msgstr "Попередження!" #. module: base #: code:addons/base/ir/ir_model.py:304 @@ -180,7 +180,7 @@ msgstr "" #. module: base #: model:res.partner.category,name:base.res_partner_category_woodsuppliers0 msgid "Wood Suppliers" -msgstr "" +msgstr "Постачальники деревини" #. module: base #: code:addons/base/module/module.py:303 @@ -189,6 +189,9 @@ msgid "" "Some installed modules depend on the module you plan to Uninstall :\n" " %s" msgstr "" +"Деякі зі встановлених модулів залежать від модуля, який ви плануєте " +"вилучити:\n" +" %s" #. module: base #: field:ir.sequence,number_increment:0 @@ -204,7 +207,7 @@ msgstr "Структура компанії" #. module: base #: selection:base.language.install,lang:0 msgid "Inuktitut / ᐃᓄᒃᑎᑐᑦ" -msgstr "" +msgstr "Інуктітут / ᐃᓄᒃᑎᑐᑦ" #. module: base #: view:res.partner:0 @@ -216,6 +219,8 @@ msgstr "Знайти Партнера" #, python-format msgid "\"smtp_server\" needs to be set to send mails to users" msgstr "" +"Для надсилання поштових повідомлень користувачам слід встановити модуль " +"\"smtp_server\"" #. module: base #: code:addons/base/module/wizard/base_export_language.py:60 @@ -236,7 +241,7 @@ msgstr "Кількість Модулів" #. module: base #: help:multi_company.default,company_dest_id:0 msgid "Company to store the current record" -msgstr "" +msgstr "Компанія, якої стосується поточний запис" #. module: base #: field:res.partner.bank.type.field,size:0 @@ -261,7 +266,7 @@ msgstr "" #. module: base #: sql_constraint:res.lang:0 msgid "The name of the language must be unique !" -msgstr "" +msgstr "Назви мов не повинні повторюватися" #. module: base #: selection:res.request,state:0 @@ -292,7 +297,7 @@ msgstr "Дата оновлення" #. module: base #: view:ir.attachment:0 msgid "Owner" -msgstr "" +msgstr "Власник" #. module: base #: field:ir.actions.act_window,src_model:0 @@ -313,7 +318,7 @@ msgstr "ir.ui.view_sc" #: field:res.widget.user,widget_id:0 #: field:res.widget.wizard,widgets_list:0 msgid "Widget" -msgstr "" +msgstr "Віджет" #. module: base #: view:ir.model.access:0 @@ -393,6 +398,9 @@ msgid "" "If you check this, then the second time the user prints with same attachment " "name, it returns the previous report." msgstr "" +"Якщо буде позначено цей пункт, під час наступної спроби користувачем " +"надрукувати дані з використанням тієї самої назви долучення, буде повернуто " +"попередній звіт." #. module: base #: code:addons/orm.py:904 @@ -460,13 +468,15 @@ msgstr "Збут та постачання" #. module: base #: view:ir.translation:0 msgid "Untranslated" -msgstr "" +msgstr "Не перекладено" #. module: base #: help:ir.actions.act_window,context:0 msgid "" "Context dictionary as Python expression, empty by default (Default: {})" msgstr "" +"Список контекстів у форматі виразу Python, типово порожній (Типове значення: " +"{})" #. module: base #: model:ir.actions.act_window,name:base.ir_action_wizard @@ -478,7 +488,7 @@ msgstr "Майстри" #. module: base #: model:res.partner.category,name:base.res_partner_category_miscellaneoussuppliers0 msgid "Miscellaneous Suppliers" -msgstr "" +msgstr "Інші постачальники" #. module: base #: code:addons/base/ir/ir_model.py:255 @@ -536,12 +546,12 @@ msgstr "Еритрея" #: view:res.config:0 #: view:res.config.installer:0 msgid "description" -msgstr "" +msgstr "опис" #. module: base #: model:ir.ui.menu,name:base.menu_base_action_rule msgid "Automated Actions" -msgstr "" +msgstr "Автоматизовані дії" #. module: base #: model:ir.model,name:base.model_ir_actions_actions @@ -2241,7 +2251,7 @@ msgstr "Німецька" #. module: base #: help:ir.actions.server,trigger_name:0 msgid "Select the Signal name that is to be used as the trigger." -msgstr "" +msgstr "Оберіть ім'я сигналу що буде використане як тригер" #. module: base #: view:ir.actions.server:0 @@ -2283,7 +2293,7 @@ msgstr "Мальта" #. module: base #: field:ir.actions.server,fields_lines:0 msgid "Field Mappings." -msgstr "" +msgstr "Відображення полів" #. module: base #: model:ir.model,name:base.model_ir_module_module @@ -2341,7 +2351,7 @@ msgstr "Формат Роздільника" #. module: base #: selection:publisher_warranty.contract,state:0 msgid "Unvalidated" -msgstr "" +msgstr "Неперевірено" #. module: base #: model:ir.ui.menu,name:base.next_id_9 @@ -6591,7 +6601,7 @@ msgstr "Імпорт модуля" #. module: base #: field:ir.actions.server,loop_action:0 msgid "Loop Action" -msgstr "" +msgstr "Дія цикл" #. module: base #: help:ir.actions.report.xml,report_file:0 @@ -9184,7 +9194,7 @@ msgstr "" #. module: base #: field:res.partner.bank,owner_name:0 msgid "Account Owner" -msgstr "" +msgstr "Власник рахунку" #. module: base #: code:addons/base/res/res_user.py:256 @@ -9239,7 +9249,7 @@ msgstr "Corp." #. module: base #: model:res.country,name:base.gw msgid "Guinea Bissau" -msgstr "" +msgstr "Гвінея-Біссау" #. module: base #: view:workflow.instance:0 From 804fa924cfaacfd379a6e0c137c611b42a753412 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 8 Feb 2011 13:32:41 +0100 Subject: [PATCH 11/12] [FIX] share: share wizard would not open in some cases due to view_id not being found in ir_act_window Switch to using the action_id itself instead of reverse-matching action_id from view_id * Not all ir_act_window have a view_id, for some we're supposed to go through ir_act_window_view * Multiple ir_act_window (or ir_act_window_view) may have the same view_id, and we don't really have enough information to select the right one Keep the old resolution via view_id for now, in case users update their web client and their addons out of sync bzr revid: xmo@openerp.com-20110208123241-lj8v12ygz2a0jsgx --- addons/share/__openerp__.py | 2 +- addons/share/web/controllers.py | 16 +++++++++++----- addons/share/web/editors.py | 1 + 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/addons/share/__openerp__.py b/addons/share/__openerp__.py index ff380c25d82..7a68936970d 100644 --- a/addons/share/__openerp__.py +++ b/addons/share/__openerp__.py @@ -22,7 +22,7 @@ { "name" : "Sharing Tools", - "version" : "1.2", + "version" : "1.3", "depends" : ["base"], "author" : "OpenERP SA", "category": 'Generic Modules', diff --git a/addons/share/web/controllers.py b/addons/share/web/controllers.py index b64d86c8c65..d31f61d024d 100644 --- a/addons/share/web/controllers.py +++ b/addons/share/web/controllers.py @@ -13,17 +13,23 @@ class ShareWizardController(openerp.controllers.SecuredController): _cp_path = "/share" @expose() - def index(self, domain, search_domain, context, view_id): + def index(self, domain, search_domain, context, view_id, action_id=None): context = ast.literal_eval(context) - action_id = rpc.RPCProxy('ir.actions.act_window').search( - [('view_id','=',int(view_id))], context=context) - if not action_id: return "" + if not action_id: + # This should not be needed anymore, but just in case users are + # running the module with an order version of the web client... + + # to remove soon-ish + action_id = rpc.RPCProxy('ir.actions.act_window').search( + [('view_id','=',int(view_id))], context=context) + if not action_id: return "" + + action_id = action_id[0] domain = ast.literal_eval(domain) domain.extend(ast.literal_eval(search_domain)) - action_id = action_id[0] share_model = 'share.wizard' scheme, netloc, _, _, _ = urlparse.urlsplit(cherrypy.request.base) diff --git a/addons/share/web/editors.py b/addons/share/web/editors.py index 28e7747083b..fd6199a4fd6 100644 --- a/addons/share/web/editors.py +++ b/addons/share/web/editors.py @@ -27,6 +27,7 @@ class ShareActionEditor(openobject.templating.TemplateEditor): context: jQuery("#_terp_context").val(), domain: jQuery("#_terp_domain").val(), view_id: jQuery("#_terp_view_id").val(), + action_id: jQuery("#_terp_action_id").val(), search_domain: jQuery("#_terp_search_domain").val(), })); }); From 4d735c9a73ab3551be18d9bfd18646a7271d12ec Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Tue, 8 Feb 2011 15:09:24 +0100 Subject: [PATCH 12/12] [FIX] osv_memory: expire records only based on age by default + provide configurable settings This revision introduces two new config parameters and the corresponding server startup parameters: - osv_memory_count_limit: limit on number or records in each osv_mem table - osv_memory_age_limit: limit on maximum age of records in each osv_mem table The default values have been changed to count=False (disabled), age=1 (hour), so that in the default config the server will only expire osv_memory records that are 1 hour old or more, avoiding problems related with some osv_memory classes that instantiate a large number of short-lived objects. A corresponding set of YAML tests has been added to test the proper behaviour of the new parameters, and check the various use cases. lp bug: https://launchpad.net/bugs/555271 fixed lp bug: https://launchpad.net/bugs/709559 fixed bzr revid: odo@openerp.com-20110208140924-0bgxqgt1oyrxwz3z --- bin/addons/base/test/base_test.yml | 41 ++++++++++++++++++++++++++++++ bin/osv/orm.py | 39 ++++++++++++++++++---------- bin/tools/config.py | 14 +++++++++- 3 files changed, 79 insertions(+), 15 deletions(-) diff --git a/bin/addons/base/test/base_test.yml b/bin/addons/base/test/base_test.yml index ab0de1c4e65..e7f308480e1 100644 --- a/bin/addons/base/test/base_test.yml +++ b/bin/addons/base/test/base_test.yml @@ -51,4 +51,45 @@ # NameError should be raised because open() builtin is not found, # but other exceptions probably indicate that open() was executed! assert False, "safe_eval should not allow calling open() builtin" +- + "OSV Memory: Verify that osv_memory properly handles large data allocation" +- + 1. No "count-based" auto-vaccuum when max_count is disabled +- + !python {model: base.language.export}: | + # setup special limits for the test, these will be reset at next pool reload anyway + self._max_count = None + num_recs = 250 + for i in xrange(num_recs): + self.create(cr, uid, {'format':'po'}) + assert (len(self.datas) >= num_recs), "OSV Memory must not auto-vaccum records from the current transaction if max_count is not set" +- + 2. Auto-vaccuum should be enabled when max_count is set +- + !python {model: base.language.export}: | + # setup special limits for the test, these will be reset at next pool reload anyway + self._max_count = 100 + num_recs = 219 + for i in xrange(num_recs): + self.create(cr, uid, {'name': i, 'format':'po'}) + assert (self._max_count <= len(self.datas) < self._max_count + self._check_time), "OSV Memory must auto-expire records when max_count is reached" + for k,v in self.datas.iteritems(): + assert (int(v['name']) >= (num_recs - (self._max_count + self._check_time))), "OSV Memory must auto-expire records based on age" +- + 3. Auto-vaccuum should be based on age only when max_count is not set +- + !python {model: base.language.export}: | + # setup special limits for the test, these will be reset at next pool reload anyway + self._max_count = None + self._max_hours = 0.01 #36 seconds + num_recs = 200 + for i in xrange(num_recs): + self.create(cr, uid, {'format':'po'}) + assert (len(self.datas) >= num_recs), "OSV Memory must not auto-expire records from the current transaction" + # expire all records + for k,v in self.datas.iteritems(): + v['internal.date_access'] = 0 + self.vaccum(cr, 1, force=True) + + assert (len(self.datas) == 0), "OSV Memory must expire old records after vaccuum" diff --git a/bin/osv/orm.py b/bin/osv/orm.py index df458553d3b..c9d5778416c 100644 --- a/bin/osv/orm.py +++ b/bin/osv/orm.py @@ -1884,8 +1884,8 @@ class orm_memory(orm_template): _protected = ['read', 'write', 'create', 'default_get', 'perm_read', 'unlink', 'fields_get', 'fields_view_get', 'search', 'name_get', 'distinct_field_get', 'name_search', 'copy', 'import_data', 'search_count', 'exists'] _inherit_fields = {} - _max_count = 200 - _max_hours = 1 + _max_count = config.get('osv_memory_count_limit') + _max_hours = config.get('osv_memory_age_limit') _check_time = 20 def __init__(self, cr): @@ -1899,21 +1899,32 @@ class orm_memory(orm_template): if uid != 1 and self.datas[object_id]['internal.create_uid'] != uid: raise except_orm(_('AccessError'), '%s access is only allowed on your own records for osv_memory objects except for the super-user' % mode.capitalize()) - def vaccum(self, cr, uid): + def vaccum(self, cr, uid, force=False): + """Run the vaccuum cleaning system, expiring and removing old records from the + virtual osv_memory tables if the "max count" or "max age" conditions are enabled + and have been reached. This method can be called very often (e.g. everytime a record + is created), but will only actually trigger the cleanup process once out of + "_check_time" times (by default once out of 20 calls).""" self.check_id += 1 - if self.check_id % self._check_time: + if (not force) and (self.check_id % self._check_time): return True tounlink = [] - max = time.time() - self._max_hours * 60 * 60 - for id in self.datas: - if self.datas[id]['internal.date_access'] < max: - tounlink.append(id) - self.unlink(cr, 1, tounlink) - if len(self.datas) > self._max_count: - sorted = map(lambda x: (x[1]['internal.date_access'], x[0]), self.datas.items()) - sorted.sort() - ids = map(lambda x: x[1], sorted[:len(self.datas)-self._max_count]) - self.unlink(cr, uid, ids) + + # Age-based expiration + if self._max_hours: + max = time.time() - self._max_hours * 60 * 60 + for k,v in self.datas.iteritems(): + if v['internal.date_access'] < max: + tounlink.append(k) + self.unlink(cr, 1, tounlink) + + # Count-based expiration + if self._max_count and len(self.datas) > self._max_count: + # sort by access time to remove only the first/oldest ones in LRU fashion + records = self.datas.items() + records.sort(key=lambda x:x[1]['internal.date_access']) + self.unlink(cr, 1, [x[0] for x in records[:len(self.datas)-self._max_count]]) + return True def read(self, cr, user, ids, fields_to_read=None, context=None, load='_classic_read'): diff --git a/bin/tools/config.py b/bin/tools/config.py index bc9229e0b72..6ff7935721c 100644 --- a/bin/tools/config.py +++ b/bin/tools/config.py @@ -94,6 +94,8 @@ class configmanager(object): 'secure_cert_file': 'server.cert', 'secure_pkey_file': 'server.pkey', 'publisher_warranty_url': 'http://services.openerp.com/publisher-warranty/', + 'osv_memory_count_limit': None, # number of records in each osv_memory virtual table + 'osv_memory_age_limit': 1, # hours } self.blacklist_for_save = set(["publisher_warranty_url", "load_language"]) @@ -226,6 +228,15 @@ class configmanager(object): group.add_option("--addons-path", dest="addons_path", help="specify an alternative addons path.", action="callback", callback=self._check_addons_path, nargs=1, type="string") + group.add_option("--osv-memory-count-limit", dest="osv_memory_count_limit", default=False, + help="Force a limit on the maximum number of records kept in the virtual " + "osv_memory tables. The default is False, which means no count-based limit.", + type="int") + group.add_option("--osv-memory-age-limit", dest="osv_memory_age_limit", default=1.0, + help="Force a limit on the maximum age of records kept in the virtual " + "osv_memory tables. This is a decimal value expressed in hours, " + "and the default is 1 hour.", + type="float") parser.add_option_group(group) security = optparse.OptionGroup(parser, 'Security-related options') @@ -298,7 +309,8 @@ class configmanager(object): 'debug_mode', 'smtp_ssl', 'load_language', 'stop_after_init', 'logrotate', 'without_demo', 'netrpc', 'xmlrpc', 'syslog', 'list_db', 'xmlrpcs', - 'test_file', 'test_disable', 'test_commit', 'test_report_directory' + 'test_file', 'test_disable', 'test_commit', 'test_report_directory', + 'osv_memory_count_limit', 'osv_memory_age_limit', ] for arg in keys: