diff --git a/addons/account/account_unit_test.xml b/addons/account/account_unit_test.xml index ad4540b9806..7795c2700cc 100644 --- a/addons/account/account_unit_test.xml +++ b/addons/account/account_unit_test.xml @@ -5,7 +5,7 @@ - + draft out_invoice diff --git a/addons/account/demo/account_invoice_demo.xml b/addons/account/demo/account_invoice_demo.xml index 0ba0fe3712f..280eeeb9e94 100644 --- a/addons/account/demo/account_invoice_demo.xml +++ b/addons/account/demo/account_invoice_demo.xml @@ -16,7 +16,7 @@ - + @@ -26,10 +26,10 @@ - + - - [RPAN100] Rear Panel SHE100 + + Toner Cartridge @@ -39,10 +39,10 @@ - + - - [RCK200] Rack 200cm + + Zed+ Antivirus diff --git a/addons/account/project/analytic_account_demo.xml b/addons/account/project/analytic_account_demo.xml index 2ca0e50e784..b53b76969ab 100644 --- a/addons/account/project/analytic_account_demo.xml +++ b/addons/account/project/analytic_account_demo.xml @@ -85,14 +85,14 @@ normal open - + Seagate P2 normal open - + Magasin BML 1 @@ -106,20 +106,20 @@ - + open Agrolait normal - + Asustek normal - + DistriPC @@ -127,22 +127,22 @@ normal - - Sednacom + + Spark Systems normal - + open - - Thymbra + + Nebula normal - + open @@ -159,13 +159,13 @@ normal - + OpenERP SA AT Work normal - + Camp to Camp @@ -173,7 +173,7 @@ normal - + open diff --git a/addons/account/test/account_change_currency.yml b/addons/account/test/account_change_currency.yml index dbbe3d5f676..1f1a412c19e 100644 --- a/addons/account/test/account_change_currency.yml +++ b/addons/account/test/account_change_currency.yml @@ -10,10 +10,10 @@ name: '[PC1] Basic PC' price_unit: 450.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_desertic_hispafuentes + partner_id: base.res_partner_12 reference_type: none - diff --git a/addons/account/test/account_customer_invoice.yml b/addons/account/test/account_customer_invoice.yml index a980823590d..b2d87e753de 100644 --- a/addons/account/test/account_customer_invoice.yml +++ b/addons/account/test/account_customer_invoice.yml @@ -22,7 +22,7 @@ reference_type: none name: 'Test Customer Invoice' invoice_line: - - product_id: product.product_product_pc3 + - product_id: product.product_product_5 quantity: 10.0 - I manually assign tax on invoice diff --git a/addons/account/test/account_invoice_state.yml b/addons/account/test/account_invoice_state.yml index 0825c3d2433..6553635a781 100644 --- a/addons/account/test/account_invoice_state.yml +++ b/addons/account/test/account_invoice_state.yml @@ -10,10 +10,10 @@ name: '[PC1] Basic PC' price_unit: 450.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.bank_journal - partner_id: base.res_partner_desertic_hispafuentes + partner_id: base.res_partner_12 reference_type: none - I check that Initially customer invoice state is "Draft" diff --git a/addons/account/test/account_report.yml b/addons/account/test/account_report.yml index 7ce1843bfa3..64f8ccf838f 100644 --- a/addons/account/test/account_report.yml +++ b/addons/account/test/account_report.yml @@ -4,7 +4,7 @@ !record {model: account.invoice, id: test_invoice_1}: currency_id: base.EUR company_id: base.main_company - partner_id: base.res_partner_asus + partner_id: base.res_partner_1 state: draft type: out_invoice account_id: account.a_recv @@ -23,7 +23,7 @@ - !python {model: res.partner}: | import netsvc, tools, os - (data, format) = netsvc.LocalService('report.account.overdue').create(cr, uid, [ref('base.res_partner_asus'),ref('base.res_partner_agrolait'),ref('base.res_partner_c2c')], {}, {}) + (data, format) = netsvc.LocalService('report.account.overdue').create(cr, uid, [ref('base.res_partner_1'),ref('base.res_partner_2'),ref('base.res_partner_12')], {}, {}) if tools.config['test_report_directory']: file(os.path.join(tools.config['test_report_directory'], 'account-report_overdue.'+format), 'wb+').write(data) - diff --git a/addons/account/test/account_sequence_test.yml b/addons/account/test/account_sequence_test.yml index 12146aeac97..3bc4a778794 100644 --- a/addons/account/test/account_sequence_test.yml +++ b/addons/account/test/account_sequence_test.yml @@ -23,7 +23,7 @@ name: '[PC3] Medium PC' price_unit: 900.0 quantity: 10.0 - product_id: product.product_product_pc3 + product_id: product.product_product_5 uos_id: product.product_uom_unit journal_id: account.sales_journal partner_id: base.res_partner_3 diff --git a/addons/account/test/account_supplier_invoice.yml b/addons/account/test/account_supplier_invoice.yml index a8898bc9764..ccebd2ea90c 100644 --- a/addons/account/test/account_supplier_invoice.yml +++ b/addons/account/test/account_supplier_invoice.yml @@ -30,13 +30,13 @@ - account_id: account.a_expense name: '[PC1] Basic PC' price_unit: 300.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 quantity: 10.0 uos_id: product.product_uom_unit invoice_line_tax_id: - tax10 journal_id: account.expenses_journal - partner_id: base.res_partner_desertic_hispafuentes + partner_id: base.res_partner_12 reference_type: none type: in_invoice - diff --git a/addons/account/test/account_validate_account_move.yml b/addons/account/test/account_validate_account_move.yml index e612d7cc0f0..65ae2877125 100644 --- a/addons/account/test/account_validate_account_move.yml +++ b/addons/account/test/account_validate_account_move.yml @@ -20,7 +20,7 @@ debit: 0.0 journal_id: account.bank_journal name: Basic Computer - partner_id: base.res_partner_desertic_hispafuentes + partner_id: base.res_partner_12 period_id: account.period_6 ref: '2011010' tax_amount: 0.0 @@ -37,8 +37,8 @@ 'search_default_journal_id': 1, 'journal_type': 'sale', 'search_default_period_id': 6, 'journal_id': 1, 'view_mode': False, 'visible_id': 1, 'period_id': 6, 'tz': False, 'active_ids': [ref('menu_eaction_account_moves_sale')], 'search_default_posted': 0, 'active_id': ref('menu_eaction_account_moves_sale')}) - partner = self.onchange_partner_id(cr, uid, [], False, ref('base.res_partner_desertic_hispafuentes'), ref('account.cash'), debit=0, credit=2000, date=date, journal=False) - account = self.onchange_account_id(cr, uid, [], account_id=ref('account.a_recv'), partner_id= ref('base.res_partner_desertic_hispafuentes')) + partner = self.onchange_partner_id(cr, uid, [], False, ref('base.res_partner_12'), ref('account.cash'), debit=0, credit=2000, date=date, journal=False) + account = self.onchange_account_id(cr, uid, [], account_id=ref('account.a_recv'), partner_id= ref('base.res_partner_12')) vals = { 'journal_id': ref('account.bank_journal'), 'period_id': ref('account.period_6'), @@ -51,7 +51,7 @@ 'date': time.strftime('%Y-%m-%d'), 'debit': 2000.0, 'name': 'Basic Computer', - 'partner_id': ref('base.res_partner_desertic_hispafuentes'), + 'partner_id': ref('base.res_partner_12'), 'quantity': 0.0, 'move_id': ref('account_move_0'), 'date_maturity': partner['value']['date_maturity'], diff --git a/addons/account/test/price_accuracy00.yml b/addons/account/test/price_accuracy00.yml index 639b39b6c25..2f6dbadccf1 100644 --- a/addons/account/test/price_accuracy00.yml +++ b/addons/account/test/price_accuracy00.yml @@ -24,7 +24,7 @@ account_id: account.a_recv date_invoice: !eval time.strftime('%Y-%m-%d') invoice_line: - - product_id: product.product_product_pc1 + - product_id: product.product_product_3 quantity: &qty 11.11 account_id: account.a_sale uos_id: product.product_uom_unit diff --git a/addons/account/test/test_edi_invoice.yml b/addons/account/test/test_edi_invoice.yml index 9460bbcf085..516be311cf8 100644 --- a/addons/account/test/test_edi_invoice.yml +++ b/addons/account/test/test_edi_invoice.yml @@ -5,7 +5,7 @@ - !record {model: account.invoice, id: invoice_edi_1}: journal_id: 1 - partner_id: base.res_partner_agrolait + partner_id: base.res_partner_2 currency_id: base.EUR company_id: 1 account_id: account.a_pay @@ -13,14 +13,14 @@ name: selling product type: 'out_invoice' invoice_line: - - product_id: product.product_product_pc1 + - product_id: product.product_product_3 uos_id: 1 quantity: 1.0 price_unit: 10.0 name: 'basic pc' account_id: account.a_pay invoice_line: - - product_id: product.product_product_pc3 + - product_id: product.product_product_5 uos_id: 1 quantity: 5.0 price_unit: 100.0 @@ -106,7 +106,7 @@ "uos_id": ["product:b22acf7a-ddcd-11e0-a4db-701a04e25543.product_uom_unit", "Unit"], "name": "Basic PC", "price_unit": 10.0, - "product_id": ["product:b22acf7a-ddcd-11e0-a4db-701a04e25543.product_product_pc1", "[PC1] Basic PC"], + "product_id": ["product:b22acf7a-ddcd-11e0-a4db-701a04e25543.product_product_3", "[PC1] Basic PC"], "quantity": 1.0 }, { @@ -116,7 +116,7 @@ "uos_id": ["product:b22acf7a-ddcd-11e0-a4db-701a04e25543.product_uom_unit", "Unit"], "name": "Medium PC", "price_unit": 100.0, - "product_id": ["product:b22acf7a-ddcd-11e0-a4db-701a04e25543.product_product_pc3", "[PC3] Medium PC"], + "product_id": ["product:b22acf7a-ddcd-11e0-a4db-701a04e25543.product_product_5", "[PC3] Medium PC"], "quantity": 5.0 }] } diff --git a/addons/account_followup/test/account_followup.yml b/addons/account_followup/test/account_followup.yml index 5b9ffa3d51c..06617b7af97 100644 --- a/addons/account_followup/test/account_followup.yml +++ b/addons/account_followup/test/account_followup.yml @@ -25,7 +25,7 @@ %(company_currency)s\n\nThanks,\n--\n%(user_signature)s\n%(company_name)s' email_subject: Invoices Reminder partner_ids: - - base.res_partner_desertic_hispafuentes + - base.res_partner_12 partner_lang: 1 - I send a follow-up mail to partner. diff --git a/addons/account_payment/account_payment_demo.xml b/addons/account_payment/account_payment_demo.xml index 33f3687f4cf..c405d56eeef 100644 --- a/addons/account_payment/account_payment_demo.xml +++ b/addons/account_payment/account_payment_demo.xml @@ -4,7 +4,7 @@ Reserve Bank 00987654321 - + bank diff --git a/addons/account_payment/test/account_payment_demo.yml b/addons/account_payment/test/account_payment_demo.yml index 14add1475c7..27b81e9f0f6 100644 --- a/addons/account_payment/test/account_payment_demo.yml +++ b/addons/account_payment/test/account_payment_demo.yml @@ -8,6 +8,6 @@ !record {model: payment.line, id: payment_line_0}: name: Test communication: Test - partner_id: base.res_partner_agrolait + partner_id: base.res_partner_2 order_id: payment_order_2 amount_currency: 100.00 diff --git a/addons/account_voucher/test/account_voucher.yml b/addons/account_voucher/test/account_voucher.yml index 7e5482aa931..9cfb9d61229 100644 --- a/addons/account_voucher/test/account_voucher.yml +++ b/addons/account_voucher/test/account_voucher.yml @@ -12,7 +12,7 @@ - account_id: account.a_recv amount: 1000.0 name: Voucher for Axelor - partner_id: base.res_partner_desertic_hispafuentes + partner_id: base.res_partner_12 period_id: account.period_6 reference: none @@ -59,7 +59,7 @@ - account_id: account.cash amount: 1000.0 name: Voucher Axelor - partner_id: base.res_partner_desertic_hispafuentes + partner_id: base.res_partner_12 period_id: account.period_6 reference: none diff --git a/addons/account_voucher/test/case1_usd_usd.yml b/addons/account_voucher/test/case1_usd_usd.yml index a30c85ffb71..45c352955f4 100644 --- a/addons/account_voucher/test/case1_usd_usd.yml +++ b/addons/account_voucher/test/case1_usd_usd.yml @@ -82,10 +82,10 @@ name: '[PC1] Basic PC' price_unit: 200.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -115,10 +115,10 @@ name: '[PC1] Basic PC' price_unit: 100.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -149,7 +149,7 @@ company_id: base.main_company journal_id: bank_journal_USD name: 'First payment: Case 1 USD/USD' - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-03-01") payment_option: 'with_writeoff' @@ -176,7 +176,7 @@ I check that writeoff amount computed is -10.0 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.writeoff_amount == -10.0), "Writeoff amount is not -10.0" - @@ -184,14 +184,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my first voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -205,7 +205,7 @@ I check that my write-off is correct. 9 debit and 10 amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 1 USD/USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -243,7 +243,7 @@ company_id: base.main_company journal_id: bank_journal_USD name: 'Second payment: Case 1' - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-04-01") payment_option: 'with_writeoff' @@ -269,7 +269,7 @@ I check that writeoff amount computed is -5.0 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.writeoff_amount == -5.0), "Writeoff amount is not -5.0" - @@ -277,14 +277,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my second voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -302,7 +302,7 @@ I check that my writeoff is correct. 4.75 debit and 5 amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 1'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) diff --git a/addons/account_voucher/test/case2_suppl_usd_eur.yml b/addons/account_voucher/test/case2_suppl_usd_eur.yml index 85d710f235a..cc4c238aaaf 100644 --- a/addons/account_voucher/test/case2_suppl_usd_eur.yml +++ b/addons/account_voucher/test/case2_suppl_usd_eur.yml @@ -53,10 +53,10 @@ name: '[PC1] Basic PC' price_unit: 200.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none check_total : 200 - @@ -88,10 +88,10 @@ name: '[PC1] Basic PC' price_unit: 100.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none check_total : 100.0 - @@ -122,7 +122,7 @@ company_id: base.main_company journal_id: bank_journal_EUR name: 'First payment: Case 2 SUPPL USD/EUR', - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-03-01") payment_option: 'with_writeoff' @@ -149,14 +149,14 @@ I check that writeoff amount computed is -15.0 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.writeoff_amount == -15.0), "Writeoff amount is not -15.0" - I check that currency rate difference is 34.0 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.currency_rate_difference == 34.0), "Currency rate difference is not 34.0" - @@ -164,14 +164,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -187,7 +187,7 @@ I check that my writeoff is correct. -15 in credit with no amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -226,7 +226,7 @@ amount: 45.0 company_id: base.main_company journal_id: bank_journal_USD - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-04-01") payment_option: 'with_writeoff' @@ -254,14 +254,14 @@ I check that writeoff amount computed is -5.0 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.writeoff_amount == 5.0), "Writeoff amount is not 5.0" - I check that currency rate difference is 8.50 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.currency_rate_difference == 8.50), "Currency rate difference is not 8.50" - @@ -269,14 +269,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that my voucher state is posted - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert voucher_id.state == 'posted', "Voucher state is not posted" - @@ -289,7 +289,7 @@ I check that my writeoff is correct. 4.75 in credit and 5 in amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) diff --git a/addons/account_voucher/test/case2_usd_eur_debtor_in_eur.yml b/addons/account_voucher/test/case2_usd_eur_debtor_in_eur.yml index 150843cd250..c37783247db 100644 --- a/addons/account_voucher/test/case2_usd_eur_debtor_in_eur.yml +++ b/addons/account_voucher/test/case2_usd_eur_debtor_in_eur.yml @@ -88,10 +88,10 @@ name: '[PC1] Basic PC' price_unit: 200.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -121,10 +121,10 @@ name: '[PC1] Basic PC' price_unit: 100.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -153,7 +153,7 @@ amount: 200.0 company_id: base.main_company journal_id: bank_journal_EUR - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-03-01") payment_option: 'with_writeoff' @@ -182,14 +182,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -221,7 +221,7 @@ amount: 80 company_id: base.main_company journal_id: bank_journal_USD - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-04-01") payment_option: 'with_writeoff' @@ -249,7 +249,7 @@ I check that writeoff amount computed is 2.22 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (round(voucher_id.writeoff_amount, 2) == 2.22), "Writeoff amount is not 2.22$" - @@ -257,14 +257,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that my voucher state is posted - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert voucher_id.state == 'posted', "Voucher state is not posted" - @@ -277,7 +277,7 @@ I check that my writeoff is correct. 2.11 in credit and 2.22 in amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR EUR'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) diff --git a/addons/account_voucher/test/case2_usd_eur_debtor_in_usd.yml b/addons/account_voucher/test/case2_usd_eur_debtor_in_usd.yml index b7c116bdc12..36593a2b9cd 100644 --- a/addons/account_voucher/test/case2_usd_eur_debtor_in_usd.yml +++ b/addons/account_voucher/test/case2_usd_eur_debtor_in_usd.yml @@ -88,10 +88,10 @@ name: '[PC1] Basic PC' price_unit: 200.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -121,10 +121,10 @@ name: '[PC1] Basic PC' price_unit: 100.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -153,7 +153,7 @@ amount: 200.0 company_id: base.main_company journal_id: bank_journal_EUR - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-03-01") payment_option: 'with_writeoff' @@ -182,14 +182,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -201,7 +201,7 @@ I check that the debtor account has 2 new lines with 144.44 and 77.78 in amount_currency columns and their credit columns are 130 and 70 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 2 USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -236,7 +236,7 @@ amount: 80.0 company_id: base.main_company journal_id: bank_journal_USD - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-04-01") payment_option: 'with_writeoff' @@ -264,7 +264,7 @@ I check that writeoff amount computed is 2.22 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (round(voucher_id.writeoff_amount, 2) == 2.22), "Writeoff amount is not 2.22$" - @@ -272,14 +272,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that my voucher state is posted - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert voucher_id.state == 'posted', "Voucher state is not posted" - @@ -292,7 +292,7 @@ I check that my writeoff is correct. 2.11 in credit and 2.22 in amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 2 SUPPL USD/EUR DR USD'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) diff --git a/addons/account_voucher/test/case3_eur_eur.yml b/addons/account_voucher/test/case3_eur_eur.yml index c99f0d968c9..d70bd41a2ff 100644 --- a/addons/account_voucher/test/case3_eur_eur.yml +++ b/addons/account_voucher/test/case3_eur_eur.yml @@ -42,10 +42,10 @@ name: '[PC1] Basic PC' price_unit: 150.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -75,10 +75,10 @@ name: '[PC1] Basic PC' price_unit: 80.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -107,7 +107,7 @@ amount: 120.0 company_id: base.main_company journal_id: bank_journal_EUR - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-03-01") payment_option: 'with_writeoff' @@ -135,7 +135,7 @@ I check that writeoff amount computed is 0.00 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.writeoff_amount == 0.00), "Writeoff amount is not 0.00" - @@ -143,14 +143,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my first voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -162,7 +162,7 @@ I check that the debtor account has 2 new lines with 0.00 and 0.00 in amount_currency columns and their credit are 20 and 100 respectively - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 3'),('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -197,7 +197,7 @@ amount: 120.0 company_id: base.main_company journal_id: bank_journal_EUR - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-04-01") payment_option: 'with_writeoff' @@ -225,7 +225,7 @@ I check that writeoff amount computed is 0.00 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'),('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'),('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (voucher_id.writeoff_amount == 0.00), "Writeoff amount is not 0" - @@ -233,14 +233,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my second voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -252,7 +252,7 @@ I check that the debtor account has 2 new lines with 0.00 and 0.00 in amount_currency columns and their credit are 70 and 50 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'Second payment: Case 3'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) diff --git a/addons/account_voucher/test/case4_cad_chf.yml b/addons/account_voucher/test/case4_cad_chf.yml index 9d9b4d77994..5ca901cdbca 100644 --- a/addons/account_voucher/test/case4_cad_chf.yml +++ b/addons/account_voucher/test/case4_cad_chf.yml @@ -76,10 +76,10 @@ name: '[PC1] Basic PC' price_unit: 200.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 reference_type: none - I Validate invoice by clicking on Validate button @@ -108,7 +108,7 @@ amount: 200 company_id: base.main_company journal_id: bank_journal_CHF - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_3 date: !eval time.strftime("%Y-03-01") payment_option: 'with_writeoff' @@ -135,7 +135,7 @@ I check that writeoff amount computed is 13.26 - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) assert (round(voucher_id.writeoff_amount,2) == 13.26), "Writeoff amount is not 13.26 CHF" - @@ -143,14 +143,14 @@ - !python {model: account.voucher}: | import netsvc - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_19'))]) wf_service = netsvc.LocalService("workflow") wf_service.trg_validate(uid, 'account.voucher', voucher[0], 'proforma_voucher', cr) - I check that the move of my voucher is valid - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) @@ -167,7 +167,7 @@ I check that my writeoff is correct. 11.05 credit and 13.26 amount_currency - !python {model: account.voucher}: | - voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_seagate'))]) + voucher = self.search(cr, uid, [('name', '=', 'First payment: Case 4'), ('partner_id', '=', ref('base.res_partner_19'))]) voucher_id = self.browse(cr, uid, voucher[0]) move_line_obj = self.pool.get('account.move.line') move_lines = move_line_obj.search(cr, uid, [('move_id', '=', voucher_id.move_id.id)]) diff --git a/addons/account_voucher/test/case_eur_usd.yml b/addons/account_voucher/test/case_eur_usd.yml index 53db4ffaf80..2ca2ded1a72 100644 --- a/addons/account_voucher/test/case_eur_usd.yml +++ b/addons/account_voucher/test/case_eur_usd.yml @@ -55,10 +55,10 @@ name: '[PC1] Basic PC' price_unit: 1000.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 - I validate the invoice. - @@ -88,7 +88,7 @@ company_id: base.main_company journal_id: bank_journal_USD1 name: 'payment: Case EUR/USD' - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_5 date: !eval time.strftime("%Y-02-01") payment_option: 'with_writeoff' diff --git a/addons/account_voucher/test/sales_payment.yml b/addons/account_voucher/test/sales_payment.yml index 8d861154a48..585ce23aace 100644 --- a/addons/account_voucher/test/sales_payment.yml +++ b/addons/account_voucher/test/sales_payment.yml @@ -10,10 +10,10 @@ name: '[PC1] Basic PC' price_unit: 450.0 quantity: 1.0 - product_id: product.product_product_pc1 + product_id: product.product_product_3 uos_id: product.product_uom_unit journal_id: account.sales_journal - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 - I check that the customer invoice is in draft state @@ -40,14 +40,14 @@ import netsvc vals = {} journal_id = self.default_get(cr, uid, ['journal_id']).get('journal_id',None) - res = self.onchange_partner_id(cr, uid, [], ref("base.res_partner_seagate"), journal_id, 0.0, 1, ttype='receipt', date=False) + res = self.onchange_partner_id(cr, uid, [], ref("base.res_partner_19"), journal_id, 0.0, 1, ttype='receipt', date=False) vals = { 'account_id': ref('account.cash'), 'amount': 450.0, 'company_id': ref('base.main_company'), 'currency_id': ref('base.EUR'), 'journal_id': ref('account.bank_journal'), - 'partner_id': ref('base.res_partner_seagate'), + 'partner_id': ref('base.res_partner_19'), 'period_id': ref('account.period_8'), 'type': 'receipt', } diff --git a/addons/account_voucher/test/sales_receipt.yml b/addons/account_voucher/test/sales_receipt.yml index 7ea4f7d1c55..f39d784bd42 100644 --- a/addons/account_voucher/test/sales_receipt.yml +++ b/addons/account_voucher/test/sales_receipt.yml @@ -10,7 +10,7 @@ - account_id: account.a_sale amount: 30000.0 type: cr - partner_id: base.res_partner_seagate + partner_id: base.res_partner_19 period_id: account.period_9 type: sale @@ -48,14 +48,14 @@ import netsvc vals = {} journal_id = self.default_get(cr, uid, ['journal_id']).get('journal_id',None) - res = self.onchange_partner_id(cr, uid, [], ref("base.res_partner_seagate"), journal_id, 0.0, 1, ttype='receipt', date=False) + res = self.onchange_partner_id(cr, uid, [], ref("base.res_partner_19"), journal_id, 0.0, 1, ttype='receipt', date=False) vals = { 'account_id': ref('account.cash'), 'amount': 30000.0, 'company_id': ref('base.main_company'), 'currency_id': ref('base.EUR'), 'journal_id': ref('account.bank_journal'), - 'partner_id': ref('base.res_partner_seagate'), + 'partner_id': ref('base.res_partner_19'), 'period_id': ref('account.period_8'), 'type': 'receipt', } diff --git a/addons/base_calendar/crm_meeting_data.xml b/addons/base_calendar/crm_meeting_data.xml index 82752d1dc7d..44838514935 100644 --- a/addons/base_calendar/crm_meeting_data.xml +++ b/addons/base_calendar/crm_meeting_data.xml @@ -13,7 +13,7 @@ - Phone Call + Off-site Meeting diff --git a/addons/base_calendar/crm_meeting_demo.xml b/addons/base_calendar/crm_meeting_demo.xml index ad88c11bb1b..abba52ee8fe 100644 --- a/addons/base_calendar/crm_meeting_demo.xml +++ b/addons/base_calendar/crm_meeting_demo.xml @@ -1,79 +1,80 @@ - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Follow-up for Project proposal + Meeting to discuss project plan and hash out the details of implementation. + - - + + + open - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - + Initial discussion + Discussion with partner for product. + + + + + + draft + + + + + + Pricing Discussion + Internal meeting for discussion for new pricing for product and services. + + + + + done + + + + + + Requirements review + + + + + open + + + + + + Changes in Designing + info@opensides.be + + + + + draft + + + + + + Presentation for new Services + + + + + done diff --git a/addons/crm/crm_data.xml b/addons/crm/crm_data.xml index 5e5f408673a..e12f7840312 100644 --- a/addons/crm/crm_data.xml +++ b/addons/crm/crm_data.xml @@ -14,17 +14,17 @@ 100 - - website + + Website - - phone + + Phone - - direct + + Direct - - email + + Email sales diff --git a/addons/crm/crm_demo.xml b/addons/crm/crm_demo.xml index ac0f3e3daa8..dab366c65f7 100644 --- a/addons/crm/crm_demo.xml +++ b/addons/crm/crm_demo.xml @@ -14,24 +14,42 @@ - - Meetings - ir.ui.menu - - - - - + + Meetings + ir.ui.menu + + + + + Sales Marketing Department - Sales Marketing + SMD - - - - - OpenERP partners - True - - + + + + Support Department + SPD + + + + + Direct Marketing + DM + + + + + Online Support + OS + + + + + OpenERP partners + True + + + diff --git a/addons/crm/crm_lead_data.xml b/addons/crm/crm_lead_data.xml index 306a35924a9..d9f2d8d0284 100644 --- a/addons/crm/crm_lead_data.xml +++ b/addons/crm/crm_lead_data.xml @@ -86,11 +86,11 @@ - Mail Campaign 1 + Email Campaign - Services - Mail Campaign 2 + Email Campaign - Products @@ -102,7 +102,7 @@ - Google Adwords 2 + Banner Ads @@ -116,37 +116,37 @@ - Interest in Computer + Product - Interest in Accessories + Software - Need Services + Services - Need Information + Information - Need a Website Design + Design - Potential Reseller + Training - Need Consulting + Consulting diff --git a/addons/crm/crm_lead_demo.xml b/addons/crm/crm_lead_demo.xml index 7ed3bc2a86b..ea26a24cad8 100644 --- a/addons/crm/crm_lead_demo.xml +++ b/addons/crm/crm_lead_demo.xml @@ -5,218 +5,273 @@ Demo Leads --> - - - + lead - - - - - - - + Plan to Attend a Training + Jason Dunagan + Le Club SARL + jason@leclub.fr + + Training Manager + 73, rue Léon Dierx - - + Paris + 93190 + +33 1 25 54 45 69 + + + + 1 + + + + Hello, +I am Jason from Le Club SARL, +I am intertested to attend Training organized in your company, +Can you send details, - - - - - - + + lead - - - - - - + Interest in Your New Software + Marc Dufour + The Oil Company + md@oilcompany.fr + + Purchase Manager - - - + Bordeaux + + + + 4 + + + + Want to know features and benifits to use the new software. - - - - - - - + + lead - - - - + Need Info about Web Design + John Miller + The Kompany + contact@thkompany.com + - - + New-York + + + + 2 + + + - - - - - - - - + + lead - - - + Need a New Website + Henry Campbell + Burstein-Applebee + hmc@yahoo.com + - - + Drury + + + + 3 + + + - - - - - - - + + lead - - - - - - - - + Need a Quotation for Computers with Accessories + Carrie Helle + Stonage IT + helle@stonageit.be + + Purchase Manager + 50 West street, + + Franklinville + NJ 08322 + +1 813 494 5005 + + + + 3 + + + + Hi, Can you send a quotation for 20 Computers with speakers? +Regards, +Carrie Helle, +Purchase Manager +Stonage IT, +Franklinville +Contact: +1 813 494 5005 - - - - - - - - - - + + lead - - - - - + Need Info about your Services + Tina Pinero + Opensides + tina@opensides.be + + Consultant - - - - - - - - - + Roma + + + + 3 + + + - - + + + lead - - - - - + Info about Your Company? + Wendi Baltz + Gardner Group + + Journalist - - - - - - - - - - - - lead + Kiev + + + + 5 + - - - - - - - - + + + + + + lead + Product catalogue + Logan + ESM Expert + logan12_expert@gmail.com + + Sales - - - - + Cambridge + + + + 4 + + + - - + + + lead - - - - - - - - - + Partnership Details + Delisle Albert + Marketing Business + d.albert@marketing-business.com + + Sales - - - - + Oxford + + + + 2 + + + - - - lead - - - - - - - - + + lead + Information about laptop + Andrew + Komerci + + Medical illustrator + + Sevilla + + + + 2 + + + + hi, +I want to know specification and cost of laptops of your company. +Thanks, +Andrew + + + + + lead + Need estimated cost for new project + Thomas Passot + Agrolait + p.thomas@agrolait.com + + Functional Consultant + + + + + 3 + - - - - - - - - + - - + + + lead + Need Quotation for 100 PC and 100 Keyboards + Bojing Hú + Incom Corporation + bhu.a100@gmail.com + + + Shenzhen + + + + 2 + - - - - - - + + + + @@ -224,71 +279,280 @@ Demo Opportunities --> - - - + + opportunity - - - - - - - - - - - - - - opportunity - - - - - - - - + Plan to buy 60 keyboards and mouses + + + Will McEncroe + willmac@rediffmail.com + 1 rue Rockfeller + + Melbourne + + + + 1 + + + Meeting for pricing information. + + - - - - + + + + + opportunity + Interest in your Graphic Design Project + + + Agrolait + info@agrolait.com + + 69 rue de Chimay + + Wavre + 1300 + + + + 3 + + + Send Catalogue by Email + + + + + + + + opportunity + Plan to buy a Laptop + + + 12 rue Albert Einstein + + Istanbul + + + 1 + + + Call to ask system requirement + + + + + + + + opportunity + Need a new design for my website + + + Robin Smith + Global Solutions + + Union Road + + Liverpool + L25 4RL + + + 2 + + + Convert to quote + + + + + + + + opportunity + Pricing Information of Services + + + Oliver Passot BalmerInc S.A. Rue des Palais 51, bte 33 - Bruxelles - - - - - opportunity - - - + Brussels + + + + 4 + + + Send price list regarding our interventions + - - - - - - - - - Lucie Vonck - Chaussée de Namur - Grand-Rosière - - - 8 + + + + opportunity + Student's training plan in your Organization + + + Leland Martinez + Toronto University + 2488 Queens Bay + + Toronto + + + 4 + + + Call to define real needs about training + + + + + + + + opportunity + Interest in your customizable Pcs + + + Robin Smith + Global Solutions + + + Liverpool + L25 4RL + + + 1 + + + Ask for the good receprion of the proposition + + + + + + + + opportunity + Interest in your Partnership Contract + + John M. Brown + Epic Technologies + john.b@tech.info + + + + 2 + + + + + + + + opportunity + “Resource Planning” project develpment + + + + + + 3 + + + + + + + + opportunity + Need script to Import external data + + + Benjamin Flores + Nebula Business + + + + + 3 + + + + + + + + opportunity + Want to subscribe to your online solution + + + + + + + 5 + + + + + + + + opportunity + Need 20 Days of Consultancy + + + info@mycompany.net + + Lima + + + + 5 + + + + + + + + + opportunity + Need to customize the solution + + + Henry Jordan + E-light Industry + henry@elight.com + Palermo, Capital Federal + C1414CMS Capital Federal + + Buenos Aires + B7313 + + + 2 + Conf call with technical service + + + + + + Kitchen design crm.lead - + html email @@ -298,7 +562,7 @@ Reply crm.lead - + html comment @@ -307,7 +571,7 @@ Reply crm.lead - + html @@ -317,7 +581,7 @@ Reply crm.lead - + html @@ -327,217 +591,19 @@ Your inquiry crm.lead - + html email received - - - - opportunity - - - - - - - - - - - - - - - Université de Liège - Place du 20Août - Liège - - - - - - opportunity - - - - - - - - - - - - - - Bank Wealthy and sons - 1 rue Rockfeller - Paris - - - - - - - opportunity - - - - - - - - - - - - - - - - - opportunity - - - - - - - - - - - - - - Dubois sprl - Avenue de la Liberté 56 - Brussels - - - - - - - opportunity - - - - - - - - - - - - - opportunity - - - - - - - - - - - - - opportunity - - - - - - - - - - - - - Axelor - 12 rue Albert Einstein - Champs sur Marne - - - - - - - opportunity - - - - - - - - - - - Thymbra - Palermo, Capital Federal - C1414CMS Capital Federal - Buenos Aires - - - - - - - opportunity - - - - - - - - - - - - - Eric Dubois - Chaussée de Binche, 27 - Mons - - - - - - opportunity - - - - - - - - - - - opportunity - - - - - - - - + diff --git a/addons/crm/crm_lead_view.xml b/addons/crm/crm_lead_view.xml index 88982e26791..31535d5f2ce 100644 --- a/addons/crm/crm_lead_view.xml +++ b/addons/crm/crm_lead_view.xml @@ -100,7 +100,7 @@ - + - + - - + Left the message + done + +34 934 340 230 - - - - + - - + + - - - - + Need more information on the proposed deal + done + +44 121 690 4596 + - - - + - + - - - - + Ask for convenient time of meeting + open + +1 786 525 0724 + + + + + + + + + + Wanted information about pricing of Laptops + done + (077) 582-4035 + (077) 341-3591 + - - - - + - - - - - - - - - - - - - - - + - + - - - - + More information on the proposed deal + pending + +1 312 349 2324 + - - + - - + + - - - - + Proposal for discount offer + open + +34 230 953 485 + - - diff --git a/addons/crm/test/process/action_rule.yml b/addons/crm/test/process/action_rule.yml index d394e65ac29..9c869009906 100644 --- a/addons/crm/test/process/action_rule.yml +++ b/addons/crm/test/process/action_rule.yml @@ -4,14 +4,14 @@ !python {model: base.action.rule}: | model_ids = self.pool.get("ir.model").search(cr, uid, [('model', '=', 'crm.lead')]) from datetime import datetime - new_id = self.create(cr, uid, {'name': 'New Rule', 'model_id': model_ids[0], 'trg_user_id': ref('base.user_root'), 'trg_partner_id': ref('base.res_partner_asus'), 'act_user_id': ref('base.user_demo') }) + new_id = self.create(cr, uid, {'name': 'New Rule', 'model_id': model_ids[0], 'trg_user_id': ref('base.user_root'), 'trg_partner_id': ref('base.res_partner_1'), 'act_user_id': ref('base.user_demo') }) self._check(cr, uid) - I create new lead to check record rule. - !record {model: crm.lead, id: crm_lead_test_rules_id}: name: 'Test lead rules' - partner_id: base.res_partner_asus + partner_id: base.res_partner_1 - I check record rule is apply and responsible is changed. - diff --git a/addons/crm/test/process/cancel_lead.yml b/addons/crm/test/process/cancel_lead.yml index 34dd8310022..31c159c3fdf 100644 --- a/addons/crm/test/process/cancel_lead.yml +++ b/addons/crm/test/process/cancel_lead.yml @@ -2,12 +2,12 @@ I cancel unqualified lead. - !python {model: crm.lead}: | - self.case_cancel(cr, uid, [ref("crm_case_itisatelesalescampaign0")]) + self.case_cancel(cr, uid, [ref("crm_case_1")]) - I check cancelled lead. - !python {model: crm.lead}: | - lead = self.browse(cr, uid, ref('crm_case_itisatelesalescampaign0')) + lead = self.browse(cr, uid, ref('crm_case_1')) assert lead.stage_id.id == ref('crm.stage_lead7'), "Stage should be 'Dead' and is %s." % (lead.stage_id.name) assert lead.state == 'cancel', "Opportunity is not in 'cancel' state." assert lead.probability == 0.0, 'Opportunity probability is wrong and should be 0.0.' @@ -15,31 +15,31 @@ I reset cancelled lead into unqualified lead. - !python {model: crm.lead}: | - self.case_reset(cr, uid, [ref("crm_case_itisatelesalescampaign0")]) + self.case_reset(cr, uid, [ref("crm_case_1")]) - I check unqualified lead after reset. - - !assert {model: crm.lead, id: crm.crm_case_itisatelesalescampaign0, string: Lead is in draft state}: + !assert {model: crm.lead, id: crm.crm_case_1, string: Lead is in draft state}: - state == "draft" - I re-open the lead - !python {model: crm.lead}: | - self.case_open(cr, uid, [ref("crm_case_itisatelesalescampaign0")]) + self.case_open(cr, uid, [ref("crm_case_1")]) - I check stage and state of the re-opened lead - !python {model: crm.lead}: | - lead = self.browse(cr, uid, ref('crm.crm_case_itisatelesalescampaign0')) + lead = self.browse(cr, uid, ref('crm.crm_case_1')) assert lead.stage_id.id == ref('crm.stage_lead2'), "Opportunity stage should be 'Qualification'." assert lead.state == 'open', "Opportunity should be in 'open' state." - I escalate the lead to parent team. - !python {model: crm.lead}: | - self.case_escalate(cr, uid, [ref("crm_case_itisatelesalescampaign0")]) + self.case_escalate(cr, uid, [ref("crm_case_1")]) - I check the lead is correctly escalated to the parent team. - - !assert {model: crm.lead, id: crm.crm_case_itisatelesalescampaign0, string: Escalate lead to parent team}: - - section_id.name == "Sales Department" + !assert {model: crm.lead, id: crm.crm_case_1, string: Escalate lead to parent team}: + - section_id.name == "Support Department" diff --git a/addons/crm/test/process/communication_with_customer.yml b/addons/crm/test/process/communication_with_customer.yml index ec30f024fca..1653be10763 100644 --- a/addons/crm/test/process/communication_with_customer.yml +++ b/addons/crm/test/process/communication_with_customer.yml @@ -44,15 +44,15 @@ I convert one phonecall request as a customer and put into regular customer list. - !python {model: crm.phonecall2partner}: | - context.update({'active_model': 'crm.phonecall', 'active_ids': [ref("crm.crm_case_phone06")], 'active_id': ref("crm.crm_case_phone06")}) + context.update({'active_model': 'crm.phonecall', 'active_ids': [ref("crm.crm_phonecall_4")], 'active_id': ref("crm.crm_phonecall_4")}) new_id = self.create(cr, uid, {}, context=context) self.make_partner(cr, uid, [new_id], context=context) - I check converted phonecall to partner. - !python {model: res.partner}: | - partner_id = self.search(cr, uid, [('phonecall_ids', '=', ref('crm.crm_case_phone06'))]) + partner_id = self.search(cr, uid, [('phonecall_ids', '=', ref('crm.crm_phonecall_4'))]) assert partner_id, "Customer is not found in regular customer list." data = self.browse(cr, uid, partner_id, context=context)[0] assert data.user_id.id == ref("base.user_root"), "User not assign properly" - assert data.name == "Bad time", "Bad partner name" + assert data.name == "Wanted information about pricing of Laptops", "Bad partner name" diff --git a/addons/crm/test/process/lead2opportunity2win.yml b/addons/crm/test/process/lead2opportunity2win.yml index a3e7fac372a..23713dfca2f 100644 --- a/addons/crm/test/process/lead2opportunity2win.yml +++ b/addons/crm/test/process/lead2opportunity2win.yml @@ -4,39 +4,39 @@ I open customer lead. - !python {model: crm.lead}: | - self.case_open(cr, uid, [ref("crm_case_qrecorp0")]) + self.case_open(cr, uid, [ref("crm_case_4")]) - I check lead state is "Open". - - !assert {model: crm.lead, id: crm.crm_case_qrecorp0, string: Lead in open state}: + !assert {model: crm.lead, id: crm.crm_case_4, string: Lead in open state}: - state == "open" - I create partner from lead. - - !record {model: crm.lead2partner, id: crm_lead2partner_id1, context: '{"active_model": "crm.lead", "active_ids": [ref("crm_case_qrecorp0")]}'}: + !record {model: crm.lead2partner, id: crm_lead2partner_id1, context: '{"active_model": "crm.lead", "active_ids": [ref("crm_case_4")]}'}: - !python {model: crm.lead2partner}: | - context.update({'active_model': 'crm.lead', 'active_ids': [ref('crm_case_qrecorp0')], 'active_id': ref('crm_case_qrecorp0')}) + context.update({'active_model': 'crm.lead', 'active_ids': [ref('crm_case_4')], 'active_id': ref('crm_case_4')}) self.make_partner(cr, uid ,[ref("crm_lead2partner_id1")], context=context) - I convert lead into opportunity for exiting customer. - !python {model: crm.lead}: | - self.convert_opportunity(cr, uid ,[ref("crm_case_qrecorp0")], ref("base.res_partner_agrolait")) + self.convert_opportunity(cr, uid ,[ref("crm_case_4")], ref("base.res_partner_2")) - I check details of converted opportunity. - !python {model: crm.lead}: | - lead = self.browse(cr, uid, ref('crm_case_qrecorp0')) + lead = self.browse(cr, uid, ref('crm_case_4')) assert lead.type == 'opportunity', 'Lead is not converted to opportunity!' - assert lead.partner_id.id == ref("base.res_partner_agrolait"), 'Partner missmatch!' + assert lead.partner_id.id == ref("base.res_partner_2"), 'Partner mismatch!' assert lead.stage_id.id == ref("stage_lead1"), 'Stage of opportunity is incorrect!' - Now I begin communication and schedule a phone call with the customer. - !python {model: crm.opportunity2phonecall}: | import time - context.update({'active_model': 'crm.lead', 'active_ids': [ref('crm_case_qrecorp0')]}) + context.update({'active_model': 'crm.lead', 'active_ids': [ref('crm_case_4')]}) call_id = self.create(cr, uid, {'date': time.strftime('%Y-%m-%d %H:%M:%S'), 'name': "Bonjour M. Jean, Comment êtes-vous? J'ai obtenu votre demande. peut-on parler au sujet de ce pour quelques minutes?"}, context=context) self.action_schedule(cr, uid, [call_id], context=context) @@ -44,28 +44,28 @@ I check that phonecall is scheduled for that opportunity. - !python {model: crm.phonecall}: | - ids = self.search(cr, uid, [('opportunity_id', '=', ref('crm_case_qrecorp0'))]) + ids = self.search(cr, uid, [('opportunity_id', '=', ref('crm_case_4'))]) assert len(ids), 'phonecall is not scheduled' - Now I schedule meeting with customer. - !python {model: crm.lead}: | - self.action_makeMeeting(cr, uid, [ref('crm_case_qrecorp0')]) + self.action_makeMeeting(cr, uid, [ref('crm_case_4')]) - After communicated with customer, I put some notes with contract details. - !python {model: crm.lead}: | - self.message_append_note(cr, uid, [ref('crm_case_qrecorp0')], subject='Test note', body='ces détails envoyés par le client sur ​​le FAX pour la qualité') + self.message_append_note(cr, uid, [ref('crm_case_4')], subject='Test note', body='ces détails envoyés par le client sur ​​le FAX pour la qualité') - I win this opportunity - !python {model: crm.lead}: | - self.case_mark_won(cr, uid, [ref("crm_case_qrecorp0")]) + self.case_mark_won(cr, uid, [ref("crm_case_4")]) - I check details of the opportunity after having won the opportunity. - !python {model: crm.lead}: | - lead = self.browse(cr, uid, ref('crm_case_qrecorp0')) + lead = self.browse(cr, uid, ref('crm_case_4')) assert lead.stage_id.id == ref('crm.stage_lead6'), "Opportunity stage should be 'Won'." assert lead.state == 'done', "Opportunity is not in 'done' state!" assert lead.probability == 100.0, "Revenue probability should be 100.0!" @@ -73,36 +73,36 @@ I convert mass lead into opportunity customer. - !python {model: crm.lead2opportunity.partner.mass}: | - context.update({'active_model': 'crm.lead', 'active_ids': [ref("crm_case_employee0"), ref("crm_case_electonicgoodsdealer0")], 'active_id': ref("crm_case_qrecorp0")}) + context.update({'active_model': 'crm.lead', 'active_ids': [ref("crm_case_11"), ref("crm_case_2")], 'active_id': ref("crm_case_4")}) id = self.create(cr, uid, {'user_ids': [ref('base.user_root')], 'section_id': ref('crm.section_sales_department')}, context=context) self.mass_convert(cr, uid, [id], context=context) - Now I check first lead converted on opportunity. - !python {model: crm.lead}: | - opp = self.browse(cr, uid, ref('crm_case_employee0')) - assert opp.name == "Need Info about Onsite Intervention", "Opportunity name not correct" + opp = self.browse(cr, uid, ref('crm_case_11')) + assert opp.name == "Need estimated cost for new project", "Opportunity name not correct" assert opp.type == 'opportunity', 'Lead is not converted to opportunity!' - assert opp.partner_id.name == "Agrolait", 'Partner missmatch!' + assert opp.partner_id.name == "Thomas Passot", 'Partner mismatch!' assert opp.stage_id.id == ref("stage_lead1"), 'Stage of probability is incorrect!' - Then check for second lead converted on opportunity. - !python {model: crm.lead}: | - opp = self.browse(cr, uid, ref('crm_case_electonicgoodsdealer0')) - assert opp.name == "Interest in Your New Product", "Opportunity name not correct" + opp = self.browse(cr, uid, ref('crm_case_2')) + assert opp.name == "Interest in Your New Software", "Opportunity name not correct" assert opp.type == 'opportunity', 'Lead is not converted to opportunity!' assert opp.stage_id.id == ref("stage_lead1"), 'Stage of probability is incorrect!' - I loose the second opportunity - !python {model: crm.lead}: | - self.case_mark_lost(cr, uid, [ref("crm_case_electonicgoodsdealer0")]) + self.case_mark_lost(cr, uid, [ref("crm_case_2")]) - I check details of the opportunity after the loose - !python {model: crm.lead}: | - lead = self.browse(cr, uid, ref('crm_case_electonicgoodsdealer0')) + lead = self.browse(cr, uid, ref('crm_case_2')) assert lead.stage_id.id == ref('crm.stage_lead8'), "Opportunity stage should be 'Lost'." assert lead.state == 'cancel', "Lost opportunity is not in 'cancel' state!" assert lead.probability == 0.0, "Revenue probability should be 0.0!" @@ -111,7 +111,7 @@ - !python {model: crm.meeting}: | context.update({'active_model': 'crm.meeting'}) - self.case_open(cr, uid, [ref('base_calendar.crm_case_reviewneeds0')]) + self.case_open(cr, uid, [ref('base_calendar.crm_meeting_4')]) - I invite a user for meeting. - diff --git a/addons/crm/test/process/merge_opportunity.yml b/addons/crm/test/process/merge_opportunity.yml index c4e939f194e..6d13278eded 100644 --- a/addons/crm/test/process/merge_opportunity.yml +++ b/addons/crm/test/process/merge_opportunity.yml @@ -9,7 +9,7 @@ I make another opportunity from phonecall for same customer. - !python {model: crm.phonecall2opportunity}: | - context.update({'active_model': 'crm.phonecall', 'active_ids': [ref("crm.crm_case_phone06")]}) + context.update({'active_model': 'crm.phonecall', 'active_ids': [ref("crm.crm_phonecall_6")]}) res_id = self.create(cr, uid, {'name': "Quoi de prix de votre autre service?", 'partner_id': ref("base.res_partner_9")}, context=context) self.make_opportunity(cr, uid, [res_id], context=context) - @@ -36,51 +36,51 @@ Now I schedule another phonecall to customer after merged. - !python {model: crm.phonecall2phonecall}: | - context.update({'active_model': 'crm.phonecall', 'active_ids': [ref("crm.crm_case_phone06")], 'active_id': ref("crm.crm_case_phone06")}) + context.update({'active_model': 'crm.phonecall', 'active_ids': [ref("crm.crm_phonecall_6")], 'active_id': ref("crm.crm_phonecall_6")}) res_id = self.create(cr, uid, {'name': "vos chances sont fusionnés en un seul"}, context=context) self.action_schedule(cr, uid, [res_id], context=context) - I schedule meeting on this phonecall. - !python {model: crm.phonecall}: | - self.action_make_meeting(cr, uid, [ref("crm.crm_case_phone06")]) + self.action_make_meeting(cr, uid, [ref("crm.crm_phonecall_6")]) - I set phone call to not held. - !python {model: crm.phonecall}: | - self.case_pending(cr, uid, [ref("crm.crm_case_phone06")]) + self.case_pending(cr, uid, [ref("crm.crm_phonecall_6")]) - I check that the phone call is in 'Not Held' state. - - !assert {model: crm.phonecall, id: crm.crm_case_phone06, string: Phone call held.}: + !assert {model: crm.phonecall, id: crm.crm_phonecall_6, string: Phone call held.}: - state == "pending" - I cancelled the phone call. - !python {model: crm.phonecall}: | - self.case_cancel(cr, uid, [ref("crm.crm_case_phone06")]) + self.case_cancel(cr, uid, [ref("crm.crm_phonecall_6")]) - I check that the phone call is in 'Cancelled' state. - - !assert {model: crm.phonecall, id: crm.crm_case_phone06, string: Phone call is not cancelled.}: + !assert {model: crm.phonecall, id: crm.crm_phonecall_6, string: Phone call is not cancelled.}: - state == "cancel" - I reset the phone call. - !python {model: crm.phonecall}: | - self.case_reset(cr, uid, [ref("crm.crm_case_phone06")]) + self.case_reset(cr, uid, [ref("crm.crm_phonecall_6")]) - I check that the phone call is reset or not. - - !assert {model: crm.phonecall, id: crm.crm_case_phone06, string: Phone call is not reset.}: + !assert {model: crm.phonecall, id: crm.crm_phonecall_6, string: Phone call is not reset.}: - state == "open" - I set phone call to held (done). - !python {model: crm.phonecall}: | - self.case_close(cr, uid, [ref("crm.crm_case_phone06")]) + self.case_close(cr, uid, [ref("crm.crm_phonecall_6")]) - I check that the phone call is in 'Held' state. - - !assert {model: crm.phonecall, id: crm.crm_case_phone06, string: Phone call is not held.}: + !assert {model: crm.phonecall, id: crm.crm_phonecall_6, string: Phone call is not held.}: - state == "done" diff --git a/addons/crm/test/ui/crm_demo.yml b/addons/crm/test/ui/crm_demo.yml index 948a7468128..842b3a4e887 100644 --- a/addons/crm/test/ui/crm_demo.yml +++ b/addons/crm/test/ui/crm_demo.yml @@ -1,16 +1,16 @@ - I create lead record to call of partner onchange, stage onchange and Mailing opt-in onchange method. - - !record {model: crm.lead, id: crm_case_shelvehouse}: + !record {model: crm.lead, id: crm_case_25}: name: 'Need more info about your pc2' - partner_id: base.res_partner_theshelvehouse0 + partner_id: base.res_partner_2 type: opportunity stage_id: crm.stage_lead1 state: draft - I create lead record to call Mailing opt-out onchange method. - - !record {model: crm.lead, id: crm_case_mediapoleunits0}: + !record {model: crm.lead, id: crm_case_18}: name: 'Need 20 Days of Consultancy' type: opportunity state: draft @@ -18,11 +18,11 @@ - I create phonecall record to call partner onchange method. - - !record {model: crm.phonecall, id: crm_case_phone05}: + !record {model: crm.phonecall, id: crm_phonecall_5}: name: 'Bad time' partner_id: base.res_partner_5 - I setting next stage "New" for the lead. - !python {model: crm.lead}: | - self.stage_next(cr, uid, [ref("crm_case_qrecorp0")], context={'stage_type': 'lead'}) + self.stage_next(cr, uid, [ref("crm_case_4")], context={'stage_type': 'lead'}) diff --git a/addons/crm/test/ui/delete_lead.yml b/addons/crm/test/ui/delete_lead.yml index 472b22d0d2d..49713039f22 100644 --- a/addons/crm/test/ui/delete_lead.yml +++ b/addons/crm/test/ui/delete_lead.yml @@ -2,4 +2,4 @@ I Unlink the Lead. - !python {model: crm.lead}: | - self.unlink(cr, uid, [ref("crm_case_qrecorp0")]) + self.unlink(cr, uid, [ref("crm_case_4")]) diff --git a/addons/crm/test/ui/duplicate_lead.yml b/addons/crm/test/ui/duplicate_lead.yml index 6b349ca350c..b6071ae9f9d 100644 --- a/addons/crm/test/ui/duplicate_lead.yml +++ b/addons/crm/test/ui/duplicate_lead.yml @@ -2,4 +2,4 @@ I make duplicate the Lead. - !python {model: crm.lead}: | - self.copy(cr, uid, ref("crm_case_qrecorp0")) + self.copy(cr, uid, ref("crm_case_4")) diff --git a/addons/crm_claim/crm_claim_demo.xml b/addons/crm_claim/crm_claim_demo.xml index 0e368bcdffa..2448fe5d0c5 100644 --- a/addons/crm_claim/crm_claim_demo.xml +++ b/addons/crm_claim/crm_claim_demo.xml @@ -6,7 +6,7 @@ ((((((((((( Demo Cases ))))))))))) --> - + @@ -18,7 +18,7 @@ - + @@ -30,7 +30,7 @@ - + @@ -43,9 +43,9 @@ - + - + @@ -55,7 +55,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -80,8 +80,8 @@ - - + + diff --git a/addons/crm_claim/test/ui/claim_demo.yml b/addons/crm_claim/test/ui/claim_demo.yml index 520434fcd90..ad8fdf3aa44 100644 --- a/addons/crm_claim/test/ui/claim_demo.yml +++ b/addons/crm_claim/test/ui/claim_demo.yml @@ -1,7 +1,7 @@ - I create claim record to call of partner onchange method. - - !record {model: crm.claim, id: crm_case_claim04}: + !record {model: crm.claim, id: crm_claim_4}: name: 'Damaged Product' partner_id: base.res_partner_6 - @@ -9,7 +9,7 @@ - !python {model: crm.claim}: | try: - self.message_update(cr, uid,[ref('crm_case_claim04')], {'subject': 'Claim Update record','body_text': 'first training session completed',}) + self.message_update(cr, uid,[ref('crm_claim_4')], {'subject': 'Claim Update record','body_text': 'first training session completed',}) except: pass \ No newline at end of file diff --git a/addons/crm_helpdesk/crm_helpdesk_demo.xml b/addons/crm_helpdesk/crm_helpdesk_demo.xml index c91205fa7e6..1370bf6d906 100644 --- a/addons/crm_helpdesk/crm_helpdesk_demo.xml +++ b/addons/crm_helpdesk/crm_helpdesk_demo.xml @@ -1,7 +1,7 @@ - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index f27420e54f8..5feb8c199d4 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -49,7 +49,7 @@ You can also use the geolocalization without using the GPS coordinates. 'report/crm_partner_report_view.xml', ], 'test': [ - 'test/process/partner_assign.yml', + 'test/partner_assign.yml' ], 'installable': True, 'auto_install': False, diff --git a/addons/crm_partner_assign/res_partner_demo.xml b/addons/crm_partner_assign/res_partner_demo.xml index 66ee1fbd5e7..8e9088165d1 100644 --- a/addons/crm_partner_assign/res_partner_demo.xml +++ b/addons/crm_partner_assign/res_partner_demo.xml @@ -5,7 +5,7 @@ First 1 - + 10 diff --git a/addons/crm_partner_assign/test/process/partner_assign.yml b/addons/crm_partner_assign/test/partner_assign.yml similarity index 64% rename from addons/crm_partner_assign/test/process/partner_assign.yml rename to addons/crm_partner_assign/test/partner_assign.yml index 14a8df10e4f..bc4cd0d6e57 100644 --- a/addons/crm_partner_assign/test/process/partner_assign.yml +++ b/addons/crm_partner_assign/test/partner_assign.yml @@ -4,32 +4,32 @@ I Set Geo Lattitude and Longitude according to partner address. - !python {model: res.partner}: | - self.geo_localize(cr, uid, [ref('base.res_partner_ericdubois0')], context) + self.geo_localize(cr, uid, [ref('base.res_partner_2')], context) - I check Geo Latitude and Longitude of partner after set - !python {model: res.partner}: | - partner = self.browse(cr, uid, ref('base.res_partner_ericdubois0')) + partner = self.browse(cr, uid, ref('base.res_partner_2')) assert 50 < partner.partner_latitude < 51 , "Latitude is wrong" assert 3 < partner.partner_longitude < 5 , "Longitude is wrong" - I assign nearest partner to opportunity. - !python {model: crm.lead}: | - self.assign_partner(cr, uid, [ref('crm.crm_case_abcfuelcounits0')], context=context) + self.assign_partner(cr, uid, [ref('crm.crm_case_19')], context=context) - I check assigned partner of opportunity who is nearest Geo Latitude and Longitude of opportunity. - !python {model: crm.lead}: | - lead = self.browse(cr, uid, ref('crm.crm_case_abcfuelcounits0')) - assert lead.partner_assigned_id.id == ref('base.res_partner_ericdubois0') , "Opportuniy is not assigned nearest partner" - assert 50 < lead.partner_latitude < 51 , "Latitude is wrong" - assert 3 < lead.partner_longitude < 5, "Longitude is wrong" + lead = self.browse(cr, uid, ref('crm.crm_case_19')) + assert lead.partner_assigned_id.id == ref('base.res_partner_15') , "Opportuniy is not assigned nearest partner" + assert 50 < lead.partner_latitude < 55 , "Latitude is wrong" + assert -5 < lead.partner_longitude < 0, "Longitude is wrong" - I forward this opportunity to its nearest partner. - !python {model: crm.lead.forward.to.partner}: | - context.update({'active_model': 'crm.lead', 'active_id': ref('crm.crm_case_abcfuelcounits0'), 'active_ids': [ref('crm.crm_case_abcfuelcounits0')]}) + context.update({'active_model': 'crm.lead', 'active_id': ref('crm.crm_case_19'), 'active_ids': [ref('crm.crm_case_19')]}) forward_id = self.create(cr, uid, {'email_from': 'test@openerp.com', 'send_to': 'partner'}, context=context) try: self.action_forward(cr, uid, [forward_id], context=context) diff --git a/addons/crm_profiling/crm_profiling_demo.xml b/addons/crm_profiling/crm_profiling_demo.xml index 96c1c840237..8d1dbd81a9a 100644 --- a/addons/crm_profiling/crm_profiling_demo.xml +++ b/addons/crm_profiling/crm_profiling_demo.xml @@ -35,7 +35,7 @@ --> - HR + Services @@ -59,7 +59,7 @@ - bronze + ready @@ -84,17 +84,9 @@ Resource: res.partner.category --> - - IT sector - - - - Telecom sector - - - HR sector - + Telecom sector + @@ -109,43 +101,43 @@ True - Bronze partners + Ready partners - + True Silver partners - + True Gold partners - + True True - HR partners + Service partners - + True Telecom partners - + True IT partners - + True @@ -153,57 +145,29 @@ Partners --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - + + + + + + + + + + + + + + - - + - - - - - - - - - - - + + diff --git a/addons/crm_todo/crm_todo_demo.xml b/addons/crm_todo/crm_todo_demo.xml index eef41bdc472..9c016f5d0c9 100644 --- a/addons/crm_todo/crm_todo_demo.xml +++ b/addons/crm_todo/crm_todo_demo.xml @@ -2,14 +2,14 @@ - - + + - - + + - - + + diff --git a/addons/delivery/delivery_demo.xml b/addons/delivery/delivery_demo.xml index a5db7ff042c..8adcbb649f0 100644 --- a/addons/delivery/delivery_demo.xml +++ b/addons/delivery/delivery_demo.xml @@ -4,24 +4,36 @@ - + The Poste + 1 + 1 + + Manchester + 06040 + + 3958 Maxwell Street + - + Delivery by Poste Delivery service - + + make_to_order + 10.0 + 10.0 + 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 The Poste - - + + @@ -29,20 +41,20 @@ 10 True 1000 - - + + - normal delivery charges + Normal Delivery Charges 10 - - + + - + - + diff --git a/addons/delivery/test/delivery_cost.yml b/addons/delivery/test/delivery_cost.yml index 433acb1d18f..22b8bc3b375 100644 --- a/addons/delivery/test/delivery_cost.yml +++ b/addons/delivery/test/delivery_cost.yml @@ -4,25 +4,25 @@ I add delivery cost in Sale order. - !python {model: sale.order}: | - self.delivery_set(cr, uid, [ref("sale.order")], context=context) + self.delivery_set(cr, uid, [ref("sale.sale_order_6")], context=context) - I check sale order after added delivery cost. - !python {model: sale.order.line}: | - line_ids = self.search(cr, uid, [('order_id','=', ref('sale.order')), ('product_id','=', ref('delivery_product'))]) + line_ids = self.search(cr, uid, [('order_id','=', ref('sale.sale_order_6')), ('product_id','=', ref('product_product_delivery'))]) assert len(line_ids), "Delivery cost is not Added" line_data = self.browse(cr ,uid ,line_ids[0] ,context) assert line_data.price_subtotal == 10, "Delivey cost is not correspond." - I confirm the sale order. - - !workflow {model: sale.order, action: order_confirm, ref: sale.order} + !workflow {model: sale.order, action: order_confirm, ref: sale.sale_order_6} - I create Invoice from shipment. - !python {model: stock.invoice.onshipping}: | sale = self.pool.get('sale.order') - sale_order = sale.browse(cr, uid, ref("sale.order")) + sale_order = sale.browse(cr, uid, ref("sale.sale_order_6")) ship_ids = [x.id for x in sale_order.picking_ids] wiz_id = self.create(cr, uid, {'journal_id': ref('account.sales_journal')}, {'active_ids': ship_ids, 'active_model': 'stock.picking'}) @@ -33,7 +33,7 @@ !python {model: stock.picking}: | import netsvc, tools, os sale = self.pool.get('sale.order') - sale_order = sale.browse(cr, uid, ref("sale.order")) + sale_order = sale.browse(cr, uid, ref("sale.sale_order_6")) ship_ids = [x.id for x in sale_order.picking_ids] (data, format) = netsvc.LocalService('report.sale.shipping').create(cr, uid, ship_ids, {}, {}) if tools.config['test_report_directory']: @@ -42,12 +42,12 @@ I add free delivery cost in Sale order. - !python {model: sale.order}: | - self.delivery_set(cr, uid, [ref("sale.order2")], context=context) + self.delivery_set(cr, uid, [ref("sale.sale_order_2")], context=context) - I check sale order after added delivery cost. - !python {model: sale.order.line}: | - line_ids = self.search(cr, uid, [('order_id','=', ref('sale.order2')), ('product_id','=', ref('delivery_product'))]) + line_ids = self.search(cr, uid, [('order_id','=', ref('sale.sale_order_2')), ('product_id','=', ref('product_product_delivery'))]) assert len(line_ids), "Delivery cost is not Added" line_data = self.browse(cr ,uid ,line_ids[0] ,context) assert line_data.price_subtotal == 0, "Delivey cost is not correspond." diff --git a/addons/document_page/i18n/ar.po b/addons/document_page/i18n/ar.po index 5b6156eec6c..e6f5bc399a4 100644 --- a/addons/document_page/i18n/ar.po +++ b/addons/document_page/i18n/ar.po @@ -1,118 +1,125 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * document_page +# Arabic translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. # msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" +"Project-Id-Version: openobject-addons\n" +"Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-03-19 10:19+0000\n" -"Last-Translator: kifcaliph \n" -"Language-Team: \n" +"PO-Revision-Date: 2012-08-13 12:08+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-03-20 04:56+0000\n" -"X-Generator: Launchpad (build 14969)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" #. module: document_page #: field:document.page.type,template:0 -msgid "Document Page Template" -msgstr "نموذج ويكي" +msgid "Document page Template" +msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_wiki #: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki msgid "Document Pages" -msgstr "صفحات ويكي" +msgstr "" #. module: document_page #: field:document.page.type,method:0 msgid "Display Method" -msgstr "طريقة العرض" +msgstr "" #. module: document_page #: view:document.page:0 field:document.page,create_uid:0 msgid "Author" -msgstr "المؤلف" +msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open #: view:document.page.page.open:0 msgid "Open Page" -msgstr "صفحة عامة" +msgstr "" #. module: document_page -#: field:document.page.type,menu_id:0 +#: field:document.page,menu_id:0 msgid "Menu" -msgstr "قائمة" +msgstr "" #. module: document_page -#: help:document.page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" -msgstr "يوضح ما اذا كانت هذه الصفحات تحتوى على جدول محتويات او لا تحتوى" +msgstr "" #. module: document_page -#: model:ir.model,name:document_page.model_document_page_history view:document.page.history:0 -msgid "Document Page History" -msgstr "تاريخ ويكي" +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" #. module: document_page #: field:document.page,minor_edit:0 msgid "Minor edit" -msgstr "تحرير ثانوى" +msgstr "" #. module: document_page #: view:document.page:0 field:document.page,content:0 msgid "Content" -msgstr "محتوى" +msgstr "" #. module: document_page #: field:document.page,child_ids:0 msgid "Child Pages" -msgstr "صفحات فرعية" +msgstr "" #. module: document_page #: field:document.page,parent_id:0 msgid "Parent Page" -msgstr "صفحة رئيسية" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" -msgstr "المشارك الاخير" +msgstr "" #. module: document_page #: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" -msgstr "القائمة الرئيسية" +msgstr "" #. module: document_page #: field:document.page,name:0 msgid "Title" -msgstr "العنوان" +msgstr "" #. module: document_page #: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" -msgstr "إنشائ قائمة بالمعالج" +msgstr "" #. module: document_page #: field:document.page,history_id:0 msgid "History Lines" -msgstr "سطور التاريخ" +msgstr "" #. module: document_page #: view:document.page:0 msgid "Page Content" -msgstr "محتوى الصفحة" +msgstr "" + +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#, python-format +msgid "Warning !" +msgstr "" #. module: document_page #: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" -msgstr "لا يوجد تغيير فى المراجعات" +msgstr "" #. module: document_page #: field:document.page.create.menu,menu_name:0 @@ -215,7 +222,7 @@ msgstr "" #. module: document_page #: field:document.page.history,content:0 -msgid "Content" +msgid "Text area" msgstr "" #. module: document_page @@ -239,12 +246,12 @@ msgid "List" msgstr "" #. module: document_page -#: field:document.page,edit_summary:0 field:document.page.history,edit_summary:0 +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" #. module: document_page -#: field:document.page.type,create_date:0 +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" @@ -328,7 +335,7 @@ msgstr "" #. module: document_page #: model:ir.actions.act_window,name:document_page.action_wiki_create_menu -#: view:document_page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" @@ -342,7 +349,7 @@ msgstr "" #: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse #: model:ir.model,name:document_page.model_wiki_groups #: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 -msgid "Wiki Groups" +msgid "Document Types" msgstr "" #. module: document_page @@ -359,12 +366,12 @@ msgstr "" #: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 #: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" #. module: document_page #: view:document.page.type:0 view:document.page.page.open:0 -msgid "Open Wiki Page" +msgid "Open Document Page" msgstr "" #. module: document_page diff --git a/addons/document_page/i18n/bg.po b/addons/document_page/i18n/bg.po index 1d8d5631d35..87848f9e862 100644 --- a/addons/document_page/i18n/bg.po +++ b/addons/document_page/i18n/bg.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-08-02 20:51+0000\n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" "Last-Translator: Boris \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Уики шаблон" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Уики страници" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Автор" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Отворена страница" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Меню" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Раздел" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Уики хронология" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Малка редакция" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Съдържание" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Надменю" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Уики Група" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Заглавие" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Хронологични линии" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Съдържание на страницата" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Предупреждение!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Използвай код за раздел на страница тип 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Име на меню" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Описание" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Информация за меню" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Дърво" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Шаблон за страница" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Ключови думи" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,296 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Предупреждение" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Дата" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Искате ли да създадете индекс на избраните страници ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Страници" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Описание на група" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Създаване на раздел ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Текстова област" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Мета информация" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Създадено на" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Бележки" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Списък" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Резюме" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Дата на създаване" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Хронология на всички страници" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Затваряне" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Уики самоличност" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Начална страница" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Уики" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Дата на редакция" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Настройване" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Създай индекс" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Групиране по..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Създай меню" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Това голяма редакция ли е ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Уики групи" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Тема" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Променено от" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Съдържание" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Отказ" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Различия" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Нужда от преглед" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Страница за търсене" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Името на обекта трябва да започва с \"x_\" и да не съдържа никакви специални " -#~ "символи!" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Невалиден XML за преглед на архитектурата" - -#~ msgid "Child Groups" -#~ msgstr "Подгрупи" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Невалидно име на модел при задаването на действие." - -#~ msgid "Wiki Configuration" -#~ msgstr "Уики настройки" - -#~ msgid "Create a Menu" -#~ msgstr "Създай меню" - -#~ msgid "Group Home Page" -#~ msgstr "Група Начална страница" - -#~ msgid "Last Author" -#~ msgstr "Последен автор" - -#~ msgid "Differences" -#~ msgstr "Различия" - -#~ msgid "Document Management" -#~ msgstr "Манипулиране с документ" - -#~ msgid "Parent Group" -#~ msgstr "Надгрупа" - -#~ msgid "Modifications" -#~ msgstr "Промени" - -#~ msgid "Wiki Differance" -#~ msgstr "Уики различия" - -#~ msgid "History" -#~ msgstr "Хронология" - -#~ msgid "Tags" -#~ msgstr "Етикети" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Връзки на Уики групи" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Манипулиране с документ - Уики" - -#~ msgid "History Differance" -#~ msgstr "Хронологични различия" diff --git a/addons/document_page/i18n/bs.po b/addons/document_page/i18n/bs.po index be182ce2c5d..3f9add4b5ca 100644 --- a/addons/document_page/i18n/bs.po +++ b/addons/document_page/i18n/bs.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.4\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-02-03 10:27+0000\n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" "Last-Translator: Fabien (Open ERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,242 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neodgovarajući XML za arhitekturu prikaza!" diff --git a/addons/document_page/i18n/ca.po b/addons/document_page/i18n/ca.po index d3ee40e7462..f111b81d8ff 100644 --- a/addons/document_page/i18n/ca.po +++ b/addons/document_page/i18n/ca.po @@ -7,158 +7,137 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-10-30 14:49+0000\n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" "Last-Translator: Jordi Esteve (www.zikzakmedia.com) " "\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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Plantilla Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Pàgines Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Mètode de visualització" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Obre pagina" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menú" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Secció" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indica si aquestes pàgines tenen una taula de continguts o no" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Historial Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Edició menor" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Contingut" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Pàgines filles" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Pàgina pare" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Últim col·laborador" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menú pare" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grup Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Títol" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Assistent 'Crea menú'" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Línies historial" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Contingut pàgina" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Avís!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "No hi ha canvis en revisions" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Utilitza codi de secció de la pàgina, per exemple 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nom menú" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descripció" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Necessita revisió" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -166,33 +145,33 @@ msgstr "" "Indica que aquesta pàgina hauria de ser revisada, captant l'atenció d'altres " "col·laboradors." -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informació del menú" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Històric pàgina" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Arbre" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Plantilla de pàgina" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Paraules clau" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -205,316 +184,232 @@ msgstr "" "facilitar l'accés a les vostres pàgines wiki. Existeix un editor bàsic per " "al format text del wiki." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Avís" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "És obligat seleccionar la pàgina d'inici si el mètode de visualització és " "Pàgina d'inici" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Voleu crear un índex sobre les pàgines seleccionades? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Diferència" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Pàgines" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Descripció del grup" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Voleu obrir una pàgina wiki? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Crear secció?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Àrea de text" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta informació" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Creat el" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notes" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Llista" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Resum" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data creació" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Tots els historials de pàgines" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Definiu el comportament per defecte del menú creat en aquest grup." -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Tanca" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "assistent.wiki.historial.mostra_dif" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "ID Wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Pàgina d'inici" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Us permet enllaçar amb l'altra pàgina dins del tema actual." -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Modificació de la informació" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Tema, també denominat Grup wiki." - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data modificació" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configuració" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Crea índex" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" "Heu de seleccionar com a mínim 1 o com a màxim 2 revisions històriques!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Agrupa per..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Crea menú" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "És aquesta una edició major?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grups Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Tema" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificat per" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Taula de continguts" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Obre pàgina wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "assistent obre pàgina" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Cancel·la" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Dif." -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Necessita revisió" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Pàgines esperant revisió" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Cerca pàgina" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "El nom de l'objecte ha de començar amb x_ i no contenir cap caràcter " -#~ "especial!" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Enllaços grups wiki" - -#~ msgid "Child Groups" -#~ msgstr "Grups fills" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configuració Wiki" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Gestió de documents - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Crea un menú" - -#~ msgid "History Differance" -#~ msgstr "Diferències historial" - -#~ msgid "Group Home Page" -#~ msgstr "Pagina d'inici del grup" - -#~ msgid "Last Author" -#~ msgstr "Últim autor" - -#~ msgid "Differences" -#~ msgstr "Diferències" - -#~ msgid "Document Management" -#~ msgstr "Gestió de documents" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML invàlid per a la definició de la vista!" - -#~ msgid "Parent Group" -#~ msgstr "Grup pare" - -#~ msgid "Wiki Differance" -#~ msgstr "Diferències Wiki" - -#, python-format -#~ msgid "No action found" -#~ msgstr "No s'ha trobat l'acció" - -#~ msgid "Modifications" -#~ msgstr "Modificacions" - -#~ msgid "History" -#~ msgstr "Historial" - -#~ msgid "Tags" -#~ msgstr "Etiquetes" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nom de model no vàlid en la definició de l'acció." - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "El mòdul base per gestionar documents (wiki)\n" -#~ "\n" -#~ "gestioneu els grups, pàgines i historial de la wiki\n" -#~ " " diff --git a/addons/document_page/i18n/cs.po b/addons/document_page/i18n/cs.po index fb63420ede4..a5cc644f19d 100644 --- a/addons/document_page/i18n/cs.po +++ b/addons/document_page/i18n/cs.po @@ -7,158 +7,137 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-04-06 04:44+0000\n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" "Last-Translator: Jiří Hajda \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-04-07 04:55+0000\n" -"X-Generator: Launchpad (build 15060)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" "X-Poedit-Language: Czech\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki šablona" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki stránky" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Metoda zobrazení" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Otevřít stránku" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Nabídka" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sekce" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Udává, zda tato stránka má nebo nemá obsah" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki historie" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Malá úprava" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Obsah" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Podřízené stránky" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Nadřazená stránka" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Poslední přispěvatel" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Rodičovská nabídka" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "Na této stránce není žádná sekce" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki skupina" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Název" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Průvodce vytvořením nabídky" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Řádky historie" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Obsah stránky" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Varování !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "V revizích nejsou žádné změny" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Používá kód sekce stránky jako 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Jméno nabídky" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Popis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Potřebuje kontrolu" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -166,33 +145,33 @@ msgstr "" "Udává, že tato stránka potřebuje zkontrolovat, zvyšuje pozornost ostatních " "přispěvatelů" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informace nabídky" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Historie stránky" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Strom" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Šablona stránky" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Klíčová slova" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -205,309 +184,230 @@ msgstr "" "pro přístup k vašim wiki stránkám. Pro formátování textu jsou základní wiki " "úpravy." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Upozornění" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Pokud je metoda zobrazení Domovská stránka, vyžaduje výběr domovské stránky." -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Chcete vytvořit index na vybraných stránkách ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Rozdíly" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Stránky" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Popis skupiny" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Chcete otevřít wiki stránku? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Vytvořit sekci ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Textová plocha" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta informace" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Vytvořeno" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Poznámky" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Seznam" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Shrnutí" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Datum vytvoření" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Historie všech stránek" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Určuje výchozí chování nabídky vytvořené pro tuto skupinu" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Zavřít" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Domovská stránka" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Umožňuje vám propojit s jinými stránkami v aktuálním téma" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Informace o úpravách" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Téma, také nazývané Wiki skupina" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Datum změny" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Nastavení" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Vytvořit index" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Musíte vybrat nejméně 1 nebo nejvíce 2 revize historie!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Seskupit podle..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Vytvořit nabídku" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Toto je velká úprava ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki skupiny" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Téma" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Upraveno od" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Obsah" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Otevřít Wiki stránku" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "průvodce otevřením stránky" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Zrušit" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Rozdíl" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Potřebuje kontrolu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Stránky čekající na kontrolu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Hledat stránku" - -#~ msgid "Child Groups" -#~ msgstr "Dětské skupiny" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Jméno objektu musí začínat znakem x_ a nesmí obsahovat žádný speciální znak!" - -#~ msgid "Create a Menu" -#~ msgstr "Vytvořit menu" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki konfigurace" - -#~ msgid "Group Home Page" -#~ msgstr "Hlavní stránka skupiny" - -#~ msgid "Last Author" -#~ msgstr "Poslední autor" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Invalidní XML pro zobrazení architektury!" - -#~ msgid "History" -#~ msgstr "Přehled změn" - -#~ msgid "Modifications" -#~ msgstr "Úpravy" - -#~ msgid "Tags" -#~ msgstr "Značky" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Špatný název modelu v definici akce" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Správa dokumentů - Wiki" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki odkazy skupiny" - -#~ msgid "Differences" -#~ msgstr "Rozdíly" - -#~ msgid "Document Management" -#~ msgstr "Správa dokumntů" - -#~ msgid "Parent Group" -#~ msgstr "Rodičovská skupina" - -#~ msgid "History Differance" -#~ msgstr "Rozdílnost historie" - -#~ msgid "Wiki Differance" -#~ msgstr "Rozdílnost Wiki" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Základní modul pro správu dokumentů(wiki)\n" -#~ "\n" -#~ "udržuje přehled o wiki skupinách, stránkách a historii\n" -#~ " " diff --git a/addons/document_page/i18n/da.po b/addons/document_page/i18n/da.po index 28a21d7594f..7d82dca7794 100644 --- a/addons/document_page/i18n/da.po +++ b/addons/document_page/i18n/da.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-27 06:46+0000\n" +"PO-Revision-Date: 2012-08-13 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,239 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" diff --git a/addons/document_page/i18n/de.po b/addons/document_page/i18n/de.po index 3ec3218c33a..616d1a36f6a 100644 --- a/addons/document_page/i18n/de.po +++ b/addons/document_page/i18n/de.po @@ -8,190 +8,169 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-13 18:05+0000\n" -"Last-Translator: Ferdinand @ Camptocamp \n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" +"Last-Translator: Ferdinand-camptocamp \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Vorlage" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki Seiten" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Anzeigemethode" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Öffne Seite" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menü" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Bereich" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Inhaltsverzeichnis anzeigen" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki Historie" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Geringe Änderung" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Inhalt" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Untergeordnete Seiten" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Übergeordnete Seiten" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Letzer Beitragender" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Obermenü" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "Keine Sektion auf dieser Seite" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki Gruppen" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Titel" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Assistent für Menüerzeugung" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Historie" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Seiteninhalt" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Warnung" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "In dieser Version gibt es keine Änderungen" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Benutze Sektion wie in 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Menü Bezeichnung" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Beschreibung" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Braucht Überprüfung" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" "Zeigt an, dass diese Seite von anderen Beitragenden überprüft werden muss" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menü" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Seitenänderungsverlauf" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Baum" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Seiten Vorlage" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Schlüsselworte" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -203,316 +182,230 @@ msgstr "" "Schüsselwörter können verwendet werden. Bitte verwenden Sie die OpenERP WEB-" "Anwendung. Es gibt eine einfache Editiermöglichkeit im Textformat" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Warnung" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Zwingend Angabe einer Home Page, wenn die Anzeigemethode \"Home Page\" ist" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Wollen Sie einen Index für ausgewählte Seiten erzeugen? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Differenz" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Seiten" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Beschreibung der Gruppe" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Wollen Sie eine Wiki Seite öffnen? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Erzeuge Sektion?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Textbereich" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta Information" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Erzeugt am" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Bemerkungen" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Liste" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Zusammenfassung" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Datum erstellt" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Alle Seiten Historie" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Bestimmt das Standardverhalten des Menüpunktes für diese Gruppe" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Schließen" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Home Page" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Verlinkung anderer Seiten innerhalb dieses Themas" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Info Veränderungen" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Thema, auch Wiki Gruppe genannt" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki Inhalte" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Änderung am" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfiguration" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Erzeuge Inhalt" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Bitte 1 oder 2 Versionsnummern auswählen" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Gruppiert je..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Erzeuge Menü" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Ist dieses eine wesentliche Änderung?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki Gruppen" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "THema" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Geändert durch" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Inhaltsverzeichnis" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Öffne Wiki Seite" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "wiz open page" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Abbrechen" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Differenz" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Benötige Prüfung" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Zu überprüfende Seiten" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Suche Seite" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Der Objekt Name muss mit einem x_ starten und darf keine Sonderzeichen " -#~ "beinhalten" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki Gruppen Links" - -#~ msgid "Child Groups" -#~ msgstr "Subgruppen" - -#~ msgid "Wiki Configuration" -#~ msgstr "Konfiguration Wikipedia" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumenten Verwaltung - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Erzeuge ein Menü" - -#~ msgid "History Differance" -#~ msgstr "Historie Änderungen" - -#~ msgid "Group Home Page" -#~ msgstr "Gruppen Homepage" - -#~ msgid "Last Author" -#~ msgstr "Letzter Autor" - -#~ msgid "Differences" -#~ msgstr "Differenzen" - -#~ msgid "Document Management" -#~ msgstr "Dokumente" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Fehlerhafter xml Code für diese Ansicht!" - -#~ msgid "Parent Group" -#~ msgstr "Hauptgruppe" - -#~ msgid "Wiki Differance" -#~ msgstr "Wikipedia Änderungen" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Keine Aktion gefunden" - -#~ msgid "Modifications" -#~ msgstr "Modifizierungen" - -#~ msgid "History" -#~ msgstr "Historie" - -#~ msgid "Tags" -#~ msgstr "Tags" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Ungültiger Modellname in der Aktionsdefinition." - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Diese Anwendung ist das Basismodul für die Verwaltung eines " -#~ "Dokumenten(wiki)\n" -#~ "\n" -#~ "Definieren Sie Wiki Gruppen, Wiki Seiten und verfolgen Sie die Historie der " -#~ "Dokumente.\n" -#~ " " diff --git a/addons/document_page/i18n/el.po b/addons/document_page/i18n/el.po index dcff21f2a13..7d87b199d23 100644 --- a/addons/document_page/i18n/el.po +++ b/addons/document_page/i18n/el.po @@ -7,192 +7,171 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-06-15 07:23+0000\n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" "Last-Translator: Panagiotis Kranidiotis \n" "Language-Team: nls@hellug.gr \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" "X-Poedit-Country: GREECE\n" "X-Poedit-Language: Greek\n" "X-Poedit-SourceCharset: utf-8\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Πρότυπο" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Σελίδες Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Δημιουργός" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Ανοικτή Σελίδα" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Μενού" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Τμήμα" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki Ιστορικό" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Δευτερεύουσα επεξεργασία" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Περιεχόμενα" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Μενού Προέλευσης" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Ομάδα Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Τίτλος" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Γραμμές Ιστορικού" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Χρησιμοποιήστε κωδικό τμήματος σελίδας όπως 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Όνομα Μενού" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Περιγραφή" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Πληροφορίες Μενού" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Πρότυπο Σελίδας" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -200,296 +179,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Ημερομηνία" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Θέλετε να δημιουργήσετε γλωσσάρι για τις Επιλεγμένες Σελίδες; " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Σελίδες" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Δημιουργία Τμήματος;" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Περιοχή Κειμένου" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Δημιουργήθηκε στις" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Σημειώσεις" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Περίληψη" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Ημερ/νία Δημιουργίας" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Ιστορικό όλων των Σελίδων" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Ημερομηνία Τροποποίησης" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Ρυθμίσεις" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Δημιουργία Γλωσσαρίου" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Δημιουργία Μενού" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Είναι αυτή μια κύρια επεξεργασία;" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Ομάδες Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Τροποποιήθηκε Από" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Πίνακας Περιεχομένων" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Ακύρωση" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Διαφ." -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Χρειάζεται Επισκόπηση" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Το όνομα πρέπει να ξεκινάει με x_ και να μην περιέχει ειδικούς χαρακτήρες!" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Σύνδεσμοι Ομάδων Wiki" - -#~ msgid "Child Groups" -#~ msgstr "Υποομάδες" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki Ρυθμίσεις" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Διαχείριση Εγγράφων - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Δημιουργία Μενού" - -#~ msgid "History Differance" -#~ msgstr "Διαφορά Ιστορικού" - -#~ msgid "Group Home Page" -#~ msgstr "Αρχική Σελίδα Ομάδας" - -#~ msgid "Last Author" -#~ msgstr "Τελευταίος Δημιουργός" - -#~ msgid "Differences" -#~ msgstr "Διαφορές" - -#~ msgid "Document Management" -#~ msgstr "Διαχείριση Εγγράφων" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Άκυρο XML για Αρχιτεκτονική Όψης!" - -#~ msgid "Parent Group" -#~ msgstr "Ομάδα Προέλευσης" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki Διαφορές" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Δεν βρέθηκε ενέργεια" - -#~ msgid "Modifications" -#~ msgstr "Τροποποιήσεις" - -#~ msgid "History" -#~ msgstr "Ιστορικό" - -#~ msgid "Tags" -#~ msgstr "Ετικέτες" diff --git a/addons/document_page/i18n/es.po b/addons/document_page/i18n/es.po index dd5d5464322..af15cbc8e81 100644 --- a/addons/document_page/i18n/es.po +++ b/addons/document_page/i18n/es.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-02-10 19:35+0000\n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" "Last-Translator: Omar (Pexego) \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: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Plantilla Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Páginas Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Método de visualización" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Abrir página" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menú" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sección" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indica si estas páginas tienen una tabla de contenidos o no." -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Historial Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Edición menor" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Contenido" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Páginas hijas" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Página padre" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Último colaborador" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menú padre" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "No hay sección en esta página" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grupo Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Título" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Asistente crear menú" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Líneas historial" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Contenido página" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "¡Aviso!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "No hay cambios en revisiones" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Utilice código de sección de la página, por ejemplo 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nombre menú" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descripción" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Necesita revisión" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Indica que esta página debería ser revisada, captando la atención de otros " "colaboradores." -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Información del menú" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Historial página" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Árbol" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Plantilla de página" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Palabras clave" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -204,316 +183,232 @@ msgstr "" "facilitar el acceso a sus páginas wiki. Existe un editor básico para el " "formato texto del wiki." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Advertencia" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Es obligado seleccionar la página de inicio si el método de visualización es " "Página inicial." -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Fecha" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "¿Desea crear un índice sobre las páginas seleccionadas? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Diferencia" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Páginas" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Descripción grupo" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "¿Desea abrir una página wiki? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "¿Crear sección?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Área de texto" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta información" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Creado en" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notas" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Lista" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Resumen" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Fecha de creación" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Todos los historiales de páginas" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Define el comportamiento por defecto del menú creado en este grupo." -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Cerrar" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "asistente.wiki.historial.mostrar_dif" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "ID Wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Página inicial" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Le permite enlazar con la otra página dentro del tema actual." -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Información modificación" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Tema, también denominado Grupo wiki." - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Fecha de modificación" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configuración" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Crear índice" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" "¡Debe seleccionar como mínimo 1 o como máximo 2 revisiones históricas!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Agrupar por..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Crear menú" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "¿Es ésta una edición mayor?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grupos Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Tema" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificado por" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Tabla de contenido" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Abrir página wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "asistente abrir página" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Cancelar" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Dif." -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Necesita revisión" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Páginas esperando revisión" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Buscar página" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Enlaces grupos wiki" - -#~ msgid "Child Groups" -#~ msgstr "Grupos hijos" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configuración Wiki" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Gestión de documentos - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Crear un menú" - -#~ msgid "History Differance" -#~ msgstr "Diferencia historial" - -#~ msgid "Group Home Page" -#~ msgstr "Página de inicio del grupo" - -#~ msgid "Last Author" -#~ msgstr "Último autor" - -#~ msgid "Differences" -#~ msgstr "Diferencias" - -#~ msgid "Document Management" -#~ msgstr "Gestión de documentos" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML inválido para la definición de la vista!" - -#~ msgid "Parent Group" -#~ msgstr "Grupo padre" - -#~ msgid "Wiki Differance" -#~ msgstr "Diferencia Wiki" - -#, python-format -#~ msgid "No action found" -#~ msgstr "No se ha encontrado la acción" - -#~ msgid "Modifications" -#~ msgstr "Modificaciones" - -#~ msgid "History" -#~ msgstr "Historial" - -#~ msgid "Tags" -#~ msgstr "Etiquetas" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nombre de modelo no válido en la definición de acción." - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "El módulo base para gestionar documentos (wiki)\n" -#~ "\n" -#~ "gestione los grupos, páginas e historial del wiki\n" -#~ " " diff --git a/addons/document_page/i18n/et.po b/addons/document_page/i18n/et.po index b5c3d1352e7..5d6564fdf80 100644 --- a/addons/document_page/i18n/et.po +++ b/addons/document_page/i18n/et.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-09-08 16:29+0000\n" +"PO-Revision-Date: 2012-08-13 12:11+0000\n" "Last-Translator: Ahti Hinnov \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki mall" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki lehed" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Ava leht" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menüü" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sektsioon" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki ajalugu" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Väike muudatus" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Sisu" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Ülemmenüü" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki grupp" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Tiitel" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Ajaloojooned" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Kasuta lehekülje sektsiooni koodi, nt 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Menüü nimi" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Kirjeldus" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menüü info" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Lehe mall" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,293 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Kuupäev" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Kas sa soovid luua valitud lehtedele indeksi? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Lehekülgi" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Teen sektsiooni?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstiala" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Loodud" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Märkmed" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Kokkuvõte" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Loomise kuupäev" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Kõigi lehtede ajalugu" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Muutmise kuupäev" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Seadistused" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Loo indeks" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 +#, python-format +msgid "You need to select minimum 1 or maximum 2 history revision!" +msgstr "" + +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Loo menüü" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Kas see on suur muudatus?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki grupid" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Muutja" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Sisukord" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Loobu" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Erinevus" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Vajab ülevaatamist" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objekti nimi peab algama x_'ga ja ei tohi sisaldada ühtegi erisümbolit !" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Viki gruppide viidad" - -#~ msgid "Child Groups" -#~ msgstr "Alamgrupid" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki seadistused" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumendihaldus - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Loo menüü" - -#~ msgid "History Differance" -#~ msgstr "Erinevuste ajalugu" - -#~ msgid "Group Home Page" -#~ msgstr "Grupi koduleht" - -#~ msgid "Last Author" -#~ msgstr "Viimane autor" - -#~ msgid "Differences" -#~ msgstr "Erinevused" - -#~ msgid "Document Management" -#~ msgstr "Dokumendihaldus" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Vigane XML vaate arhitektuurile!" - -#~ msgid "Parent Group" -#~ msgstr "Ülemgrupp" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki erinevus" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Toimingut ei leitud" - -#~ msgid "Modifications" -#~ msgstr "Muudatused" - -#~ msgid "History" -#~ msgstr "Ajalugu" - -#~ msgid "Tags" -#~ msgstr "Sildid" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Vigane mudeli nimi toimingu definitsioonis." diff --git a/addons/document_page/i18n/fi.po b/addons/document_page/i18n/fi.po index 65f97f8071e..1514c5937b3 100644 --- a/addons/document_page/i18n/fi.po +++ b/addons/document_page/i18n/fi.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-07-21 09:07+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki pohja" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki sivustot" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Näyttömetodi" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Tekijä" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Avaa sivu" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Valikko" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Osa" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Kertoo onko sivustolla hakemisto vai ei" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki historia" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Pieni editointi" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Sisältö" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Alasivut" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Ylätason sivu" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Viimeisin tiedon lisääjä" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Ylätason valikko" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki ryhmä" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Otsikko" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Menun luonti velho" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Historiarivit" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Sivun sisältö" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Varoitus !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Reviisioissa ei ole muutoksia" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Käytä sivunmäärittelykoodia kuten esim. 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Valikon nimi" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Kuvaus" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Tarvitsee tarkastuksen" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Valikon tiedot" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Sivuhistoria" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Puu" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Sivupohja" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Avainsanat" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,243 +177,230 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Varoitus" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "Vaaditaan kotisivun valitsemiseksi jos näyttötyyppi on kotisivu" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Päivämäärä" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Haluatoko luoda indeksin valituista sivuista? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Ero" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Sivut" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Ryhmän kuvaus" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Haluatko avata wiki sivun? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Tee valinta ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstialue" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Metatiedot" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Luotu" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Huomautukset" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Lista" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Yhteenveto" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Luontipäivä" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Kaikki sivuhistoriat" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" "Määrittele oletuskäyttäytyminen valikolle joka on luotu tälle ryhmälle" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Sulje" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Kotisivu" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Mahdollistaa linkittämisen toiselle sivulle nykyisestä aiheesta" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Muutostiedot" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Aihe, kutsutaan myös wiki ryhmäksi" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Muokkauspäivä" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfiguraatio" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Luo indeksi" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Sinun pitää valita vähintään 1 ja enintään 2 aikaisempaa versiota!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Ryhmittely.." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Luo valikko" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Onko tämä suuri muokkaus ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki ryhmät" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Aihe" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Muuta" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Hakemisto" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Avaa wiki sivu" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Peruuta" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Erot" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Tarvitsee tarkastukse" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Sivut jotka odottavat tarkastusta" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Hae sivua" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumentinhallinta - wiki" diff --git a/addons/document_page/i18n/fr.po b/addons/document_page/i18n/fr.po index cb6b0a421c2..5bcab4d5ccd 100644 --- a/addons/document_page/i18n/fr.po +++ b/addons/document_page/i18n/fr.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 05:21+0000\n" -"Last-Translator: Quentin THEURET \n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Modèle de wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Pages du wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Méthode d'affichage" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Auteur" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Ouvrir la Page" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Section" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indique si cette page a une table des matières ou non" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Historique du wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Modification mineure" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Contenu" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Pages enfants" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Page parente" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Dernier contributeur" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menu Parent" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Groupe wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Titre" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Menu de création d'un wizard" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Historique des lignes" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Contenu de la page" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Attention !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Il n'y a pas de changement dans les révisions" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Utilisez des code de section de page comme 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nom du menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Description" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "A besoin d'une relecture" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Indique que cette page doit être relue, elle attire l'attention des autres " "contributeurs" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menu Information" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Historique de la page" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Arbre" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Modèle de page" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Mots-clés" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -204,317 +183,233 @@ msgstr "" "clés pour accéder facilement à vos pages de wiki. Il y a une édition de wiki " "basique pour le formatage du texte." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Avertissement" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Nécessite la sélection d'une page si la méthode d'affichage est Page " "d'accueil" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Date" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Souhaitez vous créer un index sur les pages sélectionnées ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Différence" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Pages" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Description du groupe" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Voulez-vous ouvrir une page du wiki ? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Faire une section ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Zone de texte" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Méta-information" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Créé le" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notes" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Liste" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sommaire" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Date de création" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Tous les historiques de pages" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Définir le comportement par défaut du menu créé sur ce groupe" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Fermer" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "ID Wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Page d'accueil" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Vous permet de lier une autre page au sujet actuel" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Informations de modification" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Sujet, aussi appelé groupe du wiki" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Date de modification" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configuration" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Créer un index" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" "Vous devez sélectionner au minimum 1 ou au maximum 2 révisions de " "l'historique !" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Grouper par ..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Créer un menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Est ce une modification majeure ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Groupes wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Sujet" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modifié par" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Table des matières" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Ouvrir une page de wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "Assistant d'ouverture de page" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Annuler" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Comparer" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Besoin d'une relecture" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Pages en attente de relecture" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Page de recherche" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Le nom de l'objet doit commencer avec x_ et ne pas contenir de charactères " -#~ "spéciaux !" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Groupes de liens wiki" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configuration du wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Créer un menu" - -#~ msgid "History Differance" -#~ msgstr "Comparer l'historique" - -#~ msgid "Last Author" -#~ msgstr "Dernier auteur" - -#~ msgid "Differences" -#~ msgstr "Différences" - -#~ msgid "Document Management" -#~ msgstr "Gestion des Documents" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML non valide pour l'architecture de la vue" - -#~ msgid "Parent Group" -#~ msgstr "Groupes parent" - -#~ msgid "Modifications" -#~ msgstr "Modifications" - -#~ msgid "History" -#~ msgstr "Historique" - -#~ msgid "Tags" -#~ msgstr "Balises" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Aucune Action trouvée" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nom du Modèle non valide dans la définition de l'action." - -#~ msgid "Group Home Page" -#~ msgstr "Page d'accueil du Groupe" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Gestion Documentaire - Wiki" - -#~ msgid "Wiki Differance" -#~ msgstr "wiki: Différences" - -#~ msgid "Child Groups" -#~ msgstr "Groupes fils" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Module de base de gestion documentaire ( wiki )\n" -#~ "\n" -#~ "suivi des groupes wiki , des pages, et historisation\n" -#~ " " diff --git a/addons/document_page/i18n/gl.po b/addons/document_page/i18n/gl.po index 866c67ab29f..70d96a3954c 100644 --- a/addons/document_page/i18n/gl.po +++ b/addons/document_page/i18n/gl.po @@ -9,189 +9,168 @@ msgstr "" "Project-Id-Version: wiki-es\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-08-17 08:30+0000\n" -"Last-Translator: Frco. Javier Rial \n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Modelo Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Páxinas Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Abrir páxina" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menú" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sección" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Historial Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Edición menor" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Contido" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menú principal" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grupo Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Título" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Liñas historial" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Usar código de seccións da páxina ao estilo 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nome do menú" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descrición" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Información do menú" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Modelo da páxina" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -199,298 +178,230 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Aviso" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Quere crear un índice nas páxinas seleccionadas? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Páxinas" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Facer sección ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Área de texto" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Creado o" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notas" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Resumo" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data de creación" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Todos os historiais de páxinas" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "asistente.wiki.historial.mostrar_dif" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "ID wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data de modificación" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configuración" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Crear índice" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" "¡Debe seleccionar como mínimo 1 ou como máximo 2 revisións históricas!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Crear menú" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "É esta unha edición maior?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grupos Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificado por" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Táboa de contidos" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Cancelar" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Diff" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Necesita revisión" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Child Groups" -#~ msgstr "Grupos fillo" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Xestión de documentos - Wiki" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configuración do Wiki" - -#~ msgid "History Differance" -#~ msgstr "Diferenzas no tempo" - -#~ msgid "Group Home Page" -#~ msgstr "Páxina de inicio do grupo" - -#~ msgid "Differences" -#~ msgstr "Diferenzas" - -#~ msgid "Last Author" -#~ msgstr "Último autor" - -#~ msgid "Document Management" -#~ msgstr "Xestión de documentos" - -#~ msgid "Parent Group" -#~ msgstr "Grupo pai" - -#~ msgid "Wiki Differance" -#~ msgstr "Diferenza Wiki" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Non se atopou unha acción" - -#~ msgid "Modifications" -#~ msgstr "Modificacións" - -#~ msgid "History" -#~ msgstr "Historial" - -#~ msgid "Tags" -#~ msgstr "Etiquetas" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡O nome do obxecto debe comezar con x_ y e non conter ningún carácter " -#~ "especial!" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Ligazóns grupos wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Crear un menú" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "¡XML non válido para a definición da vista!" diff --git a/addons/document_page/i18n/hr.po b/addons/document_page/i18n/hr.po index 33d286becea..3c5c2c6fd2d 100644 --- a/addons/document_page/i18n/hr.po +++ b/addons/document_page/i18n/hr.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-28 20:38+0000\n" +"PO-Revision-Date: 2012-08-13 12:11+0000\n" "Last-Translator: Goran Kliska \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki predložak" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki stranice" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Način prikaza" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Otvori stranicu" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Izbornik" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Grupa" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Pokazuje da li ova stranica ima sadržaj ili ne." -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki povijest" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Manja promjena" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Sadržaj" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Podređene stranice" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Nadređena stranica" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Zadnji doprinos" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Nadređeni izbornik" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "Ne postoje odlomci na ovoj stranici" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki grupa" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Naslov" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Wizard Create Menu" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Povijest" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Sadržaj stranice" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Upozorenje !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Nema promjena u ovoj inačici" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Koristite numeriranje odlomaka na stranici poput 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Naziv izbornika" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Opis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Traži provjeru" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "Pokazuje da ovu stranicu treba provjeriti" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informacije o izborniku" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Povijest stranice" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Stablo" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Predložak stranice" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Ključne riječi" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -201,299 +180,229 @@ msgstr "" "(CRM, Sales, etc.). You can use keywords to ease access to your wiki pages. " "There is a basic wiki editing for text format." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Upozorenje" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "Required to select home page if display method is Home Page" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Želite li kreirati indeks na označenim stranicama ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Razlika" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Stranice" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Opis grupe" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Otvoriti wiki stranicu? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Napravi odlomak?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Područje teksta" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta informacije" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Datum kreiranja" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Bilješke" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Popis" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sažetak" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Datum kreiranja" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Povijest svih stranica" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Definirajte uobičajeno ponašanje izbornika za ovu grupu" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Zatvori" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Početna stranica" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Omogućuje povezivanje sa drugim stranicama unutar trenutnog naslova" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Informacije o promjeni" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Naslov (Wiki grupa)" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Datum promjene" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Postava" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Kreiraj indeks" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Potrebno je odabrati najmanje 1 do najviše 2 povijesne revizije!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Grupiraj po..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Kreiraj izbornik" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Ovo je velika promjena?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki grupe" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Naslov" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Promijenio/la" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Sadržaj" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "wiz open page" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Odustani" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Razlika" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Potrebna provjera" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Stranice koje čekaju provjeru" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Tražilica" - -#~ msgid "Child Groups" -#~ msgstr "Podgrupe" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Poveznice s wiki grupama" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Naziv objekta mora počinjati sa x_ i ne smije sadržavati specijalne znakove!" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Upravljanje dokumentima - Wiki" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nevažeće ime modela u definiciji akcije." - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki postavke" - -#~ msgid "Create a Menu" -#~ msgstr "Stvori izbornik" - -#~ msgid "History Differance" -#~ msgstr "Razlika u povijesti" - -#~ msgid "Group Home Page" -#~ msgstr "Početna stranica grupe" - -#~ msgid "Differences" -#~ msgstr "Razlike" - -#~ msgid "Last Author" -#~ msgstr "Posljednji autor" - -#~ msgid "Document Management" -#~ msgstr "Upravljanje dokumentima" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Nevažeći XML za arhitekturu prikaza!" - -#~ msgid "Parent Group" -#~ msgstr "Nadređena grupa" - -#~ msgid "Modifications" -#~ msgstr "Promjene" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki razlika" - -#~ msgid "History" -#~ msgstr "Povijest" - -#~ msgid "Tags" -#~ msgstr "Oznake" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Nije pronađena akcija" diff --git a/addons/document_page/i18n/hu.po b/addons/document_page/i18n/hu.po index 2d62aeeda6d..b3048ad21f9 100644 --- a/addons/document_page/i18n/hu.po +++ b/addons/document_page/i18n/hu.po @@ -7,190 +7,169 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-02 15:02+0000\n" +"PO-Revision-Date: 2012-08-13 12:16+0000\n" "Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " "\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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki sablon" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki oldalak" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Szerző" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Oldal megnyitása" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menü" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Szakasz" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki előzmény" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Tartalom" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Aloldalak" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Főoldal" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Utolsó közreműködő" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Főmenü" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki csoport" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Pozíció" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Előzmény sorok" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Oldaltartalom" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Vigyázat!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Menü" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Leírás" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Igények felülvizsgálata" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menü infrormáció" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Fa" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Oldalsablon" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Kulcsszavak" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,242 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Figyelmeztetés" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Dátum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Különbség" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Oldalok" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Csoportleírás" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Meg szeretné nyitni a wiki oldalt? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Szövegterület" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta információ" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Megjegyzések" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Lista" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Összegzés" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Dátum létrehozása" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Zárás" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Kezdőlap" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Módosítási információ" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Topic, más néven Wikicsoport" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Módosítás dátuma" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Beállítások" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Index létrehozása" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Csoportosítás..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Menü létrehozása" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki csoportok" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Topic" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Tartalomjegyzék" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Wikioldal megnyitása" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Mégsem" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Különbség" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumentum irányítás - Wiki" diff --git a/addons/document_page/i18n/id.po b/addons/document_page/i18n/id.po index 0c8f2f431f0..6eeb7156829 100644 --- a/addons/document_page/i18n/id.po +++ b/addons/document_page/i18n/id.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-11-09 13:58+0000\n" +"PO-Revision-Date: 2012-08-13 12:08+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,239 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" diff --git a/addons/document_page/i18n/it.po b/addons/document_page/i18n/it.po index 9b28b7cdcee..2d459fc5779 100644 --- a/addons/document_page/i18n/it.po +++ b/addons/document_page/i18n/it.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 03:14+0000\n" -"Last-Translator: Nicola Riolini - Micronaet \n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Template Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Pagine Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Metodo di visualizzazione" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autore" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Apri Pagina" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sezione" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indica che questa pagina ha una indice dei contenuti oppure no" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki Storia" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Modifica minore" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Contenuto" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Pagine figlio" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Pagina padre" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Ultimo collaboratore" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menu Superiore" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Gruppo Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Titolo" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Wizard creazione menu" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Cronologia delle Linee" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Contenuto pagina" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Attenzione!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Non ci sono cambiamenti nelle revisioni" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Usare il codice sezione di pagine come 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nome Menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descrizione" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Richiede revisione" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Indica che questa pagina dovrebbe essere revisionata, sollevando " "l'attenzione degli altri collaboratori" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informazioni Menu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Storico pagina" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Albero" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Pagina di Template" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Parole chiave" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -204,300 +183,232 @@ msgstr "" "chiave per facilitare l'accesso alle vostre pagine Wiki. C'è inoltre un " "editor basilare wiki per il formato testuale." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Attenzione" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Necessario per selezionare la home page, se il metodo di visualizzazione è " "Home Page" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Volete creare un indice della Pagine Selezionare? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Differenze" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Pagine" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Descrizione del gruppo" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Volete aprire una pagina wiki? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Crea Sezione?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Area testo" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta informazione" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Creato il" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Note" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Lista" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Riepilogo" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data di Creazione" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Elenco di Tutte le Pagine" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" "Definisce le caratteristiche default per il menu creato in questo gruppo" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Chiudi" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Home page" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Modifica informazioni" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Topic, altrimenti detto Gruppo Wiki" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data di Modifica" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configurazione" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Crea Indice" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "E' necessario selezionare minimo 1 o massimo 2 storico revisioni!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Raggruppa per..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Crea Menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Gruppi Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Topic" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificato da" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Indice dei Contenuti" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Apri pagina wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "wizard apri pagina" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Cancella" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Differenze" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Necessita Revisione" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Pagine in attesa di revisione" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Pagina di ricerca" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Il nome dell'oggetto deve iniziare per x_ e non deve contenere caratteri " -#~ "speciali!" - -#~ msgid "Child Groups" -#~ msgstr "Sottogruppi" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configurazione Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Crea Menu" - -#~ msgid "History Differance" -#~ msgstr "Riepilogo Differenze" - -#~ msgid "Last Author" -#~ msgstr "Ultimo Autore" - -#~ msgid "Differences" -#~ msgstr "Differenze" - -#~ msgid "Document Management" -#~ msgstr "Gestione Documentale" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML non valido per Visualizzazione Architettura!" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki differenze" - -#~ msgid "Modifications" -#~ msgstr "Modifiche" - -#~ msgid "History" -#~ msgstr "Cronologia" - -#~ msgid "Tags" -#~ msgstr "Etichette" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Gestione documentale - Wiki" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Il modulo base per gestire documenti (wiki)\n" -#~ "\n" -#~ "tiene traccia per i gruppi wiki, le pagine, e lo storico\n" -#~ " " diff --git a/addons/document_page/i18n/ja.po b/addons/document_page/i18n/ja.po index 97728365f6d..3bd025dd942 100644 --- a/addons/document_page/i18n/ja.po +++ b/addons/document_page/i18n/ja.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-06-16 05:47+0000\n" -"Last-Translator: Akira Hiyama \n" +"PO-Revision-Date: 2012-08-13 12:11+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-17 04:35+0000\n" -"X-Generator: Launchpad (build 15419)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wikiテンプレート" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wikiページ" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "表示方法" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "著者" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "ページを開く" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "メニュー" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "セクション" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "このページは目次を持つかどうかを表します。" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki履歴" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "細部の編集" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "コンテンツ" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "子ページ" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "親ページ" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "最終貢献者" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "親メニュー" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "このページにセクションがありません。" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wikiグループ" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "タイトル" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "メニュー作成ウィザード" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "履歴行" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "ページコンテンツ" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "警告" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "リビジョンの変更はありません。" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "1.2.1のようなページセクションコードを使用します。" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "メニュー名" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "説明" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "要レビュー" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "他の貢献者の関心を高めて、このページはレビューされる必要があることを示しています。" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "メニュー情報" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "ページ履歴" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "ツリー" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "ページテンプレート" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "キーワード" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -200,239 +179,229 @@ msgstr "" "Wikiページで同僚とアイディアや疑問を共有することができます。ひとつまたは幾つかのアプリケーション(CRM、販売など)とリンクさせる新しいドキュメントを" "作成できます。Wikiページにアクセスを簡単にするためのキーワードを使用することができます。テキスト形式の基本Wiki編集機能があります。" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "警告" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "表示方法がホームページの時はホームページの選択が要求されます。" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "日付" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "選択ぺーじにインデックスを作成しますか? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "差分" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "ページ" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "グループの説明" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Wikiページを開きますか? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "セクションを作りますか?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "テキストエリア" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "メタ情報" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "作成日" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "注記" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "リスト" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "要約" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "作成日" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "全ページの履歴" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "このグループに作成されたメニューのデフォルトの振る舞いを定義します。" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "閉じる" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "ホームページ" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "現在のトピックで 他のページにリンクすることができます。" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "変更情報" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "トピックはWikiグループとも呼ばれます。" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "変更日" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "設定" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "インデックスを作成" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "最低1つまたは2つの履歴リビジョンを選択する必要があります。" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "グループ化…" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "メニューの作成" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "これは主要な編集ですか?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wikiグループ" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "トピック" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "変更者" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "目次" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Wikiページを開く" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "ページを開くウィザード" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "キャンセル" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "差分" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "要レビュー" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "レビュー待ちページ" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "ページの検索" diff --git a/addons/document_page/i18n/ko.po b/addons/document_page/i18n/ko.po index a7637e5de1a..373c112b907 100644 --- a/addons/document_page/i18n/ko.po +++ b/addons/document_page/i18n/ko.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-08-02 14:52+0000\n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" "Last-Translator: CSro \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "위키 템플릿" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "위키 페이지" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "저자" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "페이지 열기" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "메뉴" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "섹션" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "위키 히스토리" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "간편 편집" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "컨텐트" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "부모 메뉴" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "위키 그룹" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "제목" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "히스토리 라인" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "1.2.1과 같은 페이지 섹션 코드를 사용하십시오" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "메뉴 이름" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "설명" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "메뉴 정보" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "페이지 템플릿" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,298 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "경고" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "날짜" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "선택된 페이지에 대해 인덱스를 생성할까요? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "페이지" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "섹션 만들기 ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "텍스트 영역" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "생성 날짜" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "노트" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "요약" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "만든 날짜" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "모든 페이지 히스토리" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "위키 ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "위키" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "수정 날짜" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "구성" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "인덱스 만들기" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "최소 하나 또는 최대 두 개의 히스토리 리비전을 선택하십시오 !" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "메뉴 만들기" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "정식 편집입니까?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "위키 그룹" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "수정한 이" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "목차" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "취소" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Diff" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "검토가 필요함" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Child Groups" -#~ msgstr "차일드 그룹" - -#~ msgid "Wiki Groups Links" -#~ msgstr "위키 그룹 링크" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "객체 이름은 x_로 시작해야 하며, 특수문자를 포함하면 안됩니다 !" - -#~ msgid "Document Management - Wiki" -#~ msgstr "문서 관리 - 위키" - -#~ msgid "Create a Menu" -#~ msgstr "메뉴 만들기" - -#~ msgid "Wiki Configuration" -#~ msgstr "위키 구성" - -#~ msgid "History Differance" -#~ msgstr "히스토리 차이점" - -#~ msgid "Group Home Page" -#~ msgstr "그룹 홈페이지" - -#~ msgid "Differences" -#~ msgstr "차이점" - -#~ msgid "Last Author" -#~ msgstr "최종 저자" - -#~ msgid "Document Management" -#~ msgstr "문서 관리" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "뷰 아키텍처의 XML이 유효하지 않습니다 !" - -#~ msgid "Parent Group" -#~ msgstr "부모 그룹" - -#~ msgid "Wiki Differance" -#~ msgstr "위키 차이점" - -#, python-format -#~ msgid "No action found" -#~ msgstr "발견된 액션이 없음" - -#~ msgid "Modifications" -#~ msgstr "수정" - -#~ msgid "History" -#~ msgstr "히스토리" - -#~ msgid "Tags" -#~ msgstr "태그" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "액션 정의에서 유효하지 않은 모델 이름" diff --git a/addons/document_page/i18n/lt.po b/addons/document_page/i18n/lt.po index 4e15d7c0299..14c4abbb279 100644 --- a/addons/document_page/i18n/lt.po +++ b/addons/document_page/i18n/lt.po @@ -7,191 +7,170 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-07-20 22:14+0000\n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" "Last-Translator: Giedrius Slavinskas - inovera.lt " "\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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" "Language: lt\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Viki šablonas" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki puslapiai" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autorius" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Atidaryti puslapį" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meniu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sekcija" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki istorija" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Smulkus keitimas" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Turinys" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Bazinis meniu" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki grupė" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Antraštė" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Istorijos eilutės" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Naudoti puslapių sekcijos kodą kaip 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Meniu pavadinimas" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Aprašas" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Meniu informacija" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Puslapio šablonas" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -199,297 +178,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Norite sukurti nuorodą į pasirinktus puslapius? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Puslapiai" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Suskirstyti?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstas" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Sukurta" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Pastabos" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Santrauka" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Sukūrimo data" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Visos puslapių istorijos" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Modifikavimo data" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Nustatymai" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Sukurti nuorodą" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Sukurti meniu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Tai yra svarbesnis keitimas?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki grupės" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Pakeistas" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Lentelės turinys" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Atšaukti" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Skirtumas" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Reikalinga peržiūra" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objekto pavadinimas turi prasidėti x_ ir negali turėti jokių specialiųjų " -#~ "ženklų !" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki grupių nuorodos" - -#~ msgid "Child Groups" -#~ msgstr "Žemesnės grupės" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki konfigūracija" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumentų valdymas - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Sukurti meniu" - -#~ msgid "History Differance" -#~ msgstr "Istorijos skirtumas" - -#~ msgid "Group Home Page" -#~ msgstr "Grupuoti puslapius" - -#~ msgid "Last Author" -#~ msgstr "Paskutinis autorius" - -#~ msgid "Differences" -#~ msgstr "Skirtumai" - -#~ msgid "Document Management" -#~ msgstr "Dokumentų valdymas" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Netinkamas XML peržiūros struktūrai!" - -#~ msgid "Parent Group" -#~ msgstr "Tėvinė grupė" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki skirtumas" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Veiksmas nerastas" - -#~ msgid "Modifications" -#~ msgstr "Pakeitimai" - -#~ msgid "History" -#~ msgstr "Istorija" - -#~ msgid "Tags" -#~ msgstr "Gairės" diff --git a/addons/document_page/i18n/lv.po b/addons/document_page/i18n/lv.po index a2e326088e2..c0073ae1ebf 100644 --- a/addons/document_page/i18n/lv.po +++ b/addons/document_page/i18n/lv.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-21 14:39+0000\n" -"Last-Translator: OpenERP Administrators \n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Veidne" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki Lapas" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Attēlošanas Metode" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autors" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Atvērt Lapu" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Izvēlne" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sadaļa" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Norāda vai šai lapai ir satura rādītājs vai nē" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki Vēsture" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Maznozīmīgi labojumi" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Saturs" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Apakšlapas" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Virslapa" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Pēdējais Papildinājs" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "VirsIzvēlne" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki Grupa" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Virsraksts" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Izvēlnes Veidošanas Veidnis" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Rindu Vēsture" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Lapas Saturs" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Uzmanību!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Versijās izmaiņu nav" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Izmantojiet lapas sadaļas kodu, piem. 1.2.1." - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Izvēlnes Nosaukums" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Apraksts" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Nepieciešams Pārskatīt" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "Norāda, ka šī lapa ir jāpārskata, piesaistot citu autoru uzmanību" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Izvēlnes Informācija" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Lapas Vēsture" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Koks" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Lapas Veidnis" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Atslēgvārdi" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -203,256 +182,230 @@ msgstr "" "lai atvieglotu piekļuvi savām wiki lapām. To veidošanai ir vienkāršots " "teksta redaktors." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Brīdinājums" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "Ja atēlošanas metode ir Mājas Lapa, tad ir jāizvēlas mājas lapa" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datums" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Vēlies izveidot Saturu izvēlētajām lapām? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Atšķirības" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Lapas" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Grupas Apraksts" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Vēlies izveidot wiki lapu? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Izveidot Sadaļu?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Teksta lauks" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta informācija" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Izveidots" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Piezīmes" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Saraksts" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Kopsavilkums" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Izveides Datums" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Visu lapu vēsture" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Definējiet šajā grupā veidoto izvēļņu noklusējuma uzvedību" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Aizvērt" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Mājas Lapa" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Atļauj jums izveidot sasaisti ar citu lapu šīs tēmas ietvaros" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Izmaiņu Informācija" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Tēma, arī saukta Wiki Grupa" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Izmaiņu Datums" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Iestatījumi" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Izveidot Saturu" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" "Jums ir jāizvēlas vismaz viena vai maksimums divas labojumu vēstures!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Grupēt pēc..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Izveidot Izvēlni" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Vai šīs bija nozīmīgas izmaiņas?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki Grupas" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Tēma" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Laboja" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Satura Rādītājs" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Atvērt Wiki Lapu" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "lapas izveides veidnis" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Atcelt" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Atšķirības" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Nepieciešams pārskatīt" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Lapas, kas gaida pārskatīšanu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Meklēšana" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumentu Pārvaldība - Wiki" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Pamata modulis dokumentu pārvaldībai (wiki)\n" -#~ "\n" -#~ "sekot wiki grupām, lapām un vēsturei\n" -#~ " " diff --git a/addons/document_page/i18n/mn.po b/addons/document_page/i18n/mn.po index c361d4340da..48e0599dff2 100644 --- a/addons/document_page/i18n/mn.po +++ b/addons/document_page/i18n/mn.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-09-29 10:26+0000\n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" "Last-Translator: ub121 \n" "Language-Team: Mongolian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Вики загвар" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Вики хуудсууд" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Зохиогч" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Хуудас нээх" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Цэс" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Хэсэг" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Вики түүх" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Жижиг засвар" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Агуулга" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Толгой цэс" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Вики групп" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Гарчиг" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Түүхэн бичлэгүүд" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "1.2.1 маягын хэсгийн код ашиглана" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Цэсний нэр" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Тодорхойлолт" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Цэсний мэдээлэл" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Хуудсын загвар" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,296 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Огноо" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Сонгосон хуудас дээр индекс үүсгэх үү ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Хуудсууд" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Хэсэг үүсгэх үү ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Текст муж" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Үүсгэсэн" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Тэмдэглэгээ" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Хураангуй" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Үүссэн огноо" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Хуудсын бүх түүх" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Вики Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Вики" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Зассан огноо" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Тохиргоо" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Индекс үүсгэх" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Цэс үүсгэх" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Энэ том өөрчлөлт үү ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Вики группүүд" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Зассан" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Агуулгын хүснэгт" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Цуцлах" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Зөрүү" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Хянах хэрэгтэй" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Child Groups" -#~ msgstr "Дэд бүлгүүд" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Объектын нэрний эхлэл x_ байх ёстой бөгөөд бусад тусгай тэмдэгтийг агуулж " -#~ "болохгүй!" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Баримтын удирдлага - Вики" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Үйлдлийн тодорхойлолтод буруу моделийн нэр байна." - -#~ msgid "Wiki Configuration" -#~ msgstr "Вики тохиргоо" - -#~ msgid "Create a Menu" -#~ msgstr "Цэс үүсгэх" - -#~ msgid "Differences" -#~ msgstr "Зөрүү" - -#~ msgid "Last Author" -#~ msgstr "Сүүлийн зохиогч" - -#~ msgid "Document Management" -#~ msgstr "Баримтын удирдлага" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Дэлгэцийн XML алдаатай!" - -#~ msgid "Parent Group" -#~ msgstr "Толгой групп" - -#~ msgid "Wiki Differance" -#~ msgstr "Вики зөрүү" - -#~ msgid "Modifications" -#~ msgstr "Засварууд" - -#~ msgid "History" -#~ msgstr "Түүх" - -#~ msgid "Tags" -#~ msgstr "Таагууд" - -#~ msgid "History Differance" -#~ msgstr "Түүхийн ялгаа" - -#~ msgid "Group Home Page" -#~ msgstr "Группын эхлэл хуудас" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Вики группын холбоосууд" diff --git a/addons/document_page/i18n/nb.po b/addons/document_page/i18n/nb.po index b9628735a7d..809b0cd1801 100644 --- a/addons/document_page/i18n/nb.po +++ b/addons/document_page/i18n/nb.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-03-31 12:08+0000\n" -"Last-Translator: Rolv Råen (adEgo) \n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki mal" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Sider i wikien" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Visningsmetode" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Forfatter" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Åpne side" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meny" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Seksjon" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indikerer om denne siden har en innholdsfortegnelse eller ikke" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki historikk" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Mindre endring" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Innhold" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Underordnende sider" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Overordnet side" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Siste forfatter" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Overordnet meny" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki gruppe" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Tittel" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Wizard Opprett meny" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Revisjonslinjer" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Sideinnhold" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Advarsel !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Det er ingen endringer i revisjonen" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Bruk side seksjonskoder slik som f.eks. 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Menynavn" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Beskrivelse" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Trenger gjennomgang/godkjenning" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Meny informasjon" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Sidehistorikk" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Tre" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Mal for siden" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Nøkkelord" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,300 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Advarsel" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Dato" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Vil du opprette indeks for den valgte siden ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Endringer" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Sider" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Gruppebekrivelse" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Vil du åpne wiki siden ? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Opprett seksjon ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstfelt" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Metainformasjon" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Opprettet den" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notater" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Liste" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sammendrag" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Dato opprettet" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Endringshistorikk" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Lukk" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Hjemmeside" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Gir deg mulighet til å lenke til andre sider innenfor samme emne" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Endringsinformasjon" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Emne, også kjent som Wiki Gruppe" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Dato for siste endring" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfigurasjon" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Opprett indeks" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Du må velge minimum 1 og maximum 2 revisjoner!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Grupper etter..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Opprett meny" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Er dette en større endring ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki grupper" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Emne" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Endret av" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Innholdsfortegnelse" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Åpne Wiki side" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "wiz åpne side" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Avbryt" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Diff" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Trenger gjennomgang/godkjenning" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Sider som venter gjennomgang" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Søk i side" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumenthåndtering - Wiki" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Basis modulen for å håndtere dokumenter(wiki) \n" -#~ " \n" -#~ " holde kontroll på wiki grupper, sider og historie\n" -#~ " " - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objektnavnet må starte med x_ og kan ikke inneholde noen spesial karakterer !" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki gruppe lenker" - -#~ msgid "Child Groups" -#~ msgstr "Underordnet gruppe" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki konfigurasjon" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Ugyldig navn på modell i handlingsdefinisjonen." - -#~ msgid "Create a Menu" -#~ msgstr "Opprett en meny" - -#~ msgid "History Differance" -#~ msgstr "Revisjonshistorikk" - -#~ msgid "Document Management" -#~ msgstr "Dokumenthåndtering" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Ugyldig XML for Visningsarkitektur" - -#~ msgid "Parent Group" -#~ msgstr "Overordnet gruppe" - -#~ msgid "Wiki Differance" -#~ msgstr "Revisjonsendringer" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Ingen handling funnet" - -#~ msgid "Modifications" -#~ msgstr "Endringer" - -#~ msgid "Tags" -#~ msgstr "Tagger" diff --git a/addons/document_page/i18n/nl.po b/addons/document_page/i18n/nl.po index 1a0fa185196..fee40c3032c 100644 --- a/addons/document_page/i18n/nl.po +++ b/addons/document_page/i18n/nl.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-15 12:43+0000\n" -"Last-Translator: Erwin \n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki-sjabloon" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki pagina's" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Afbeeldmethode" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Auteur" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Open pagina" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sectie" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Geeft aan of deze pagina's een inhoudsopgave hebben of niet" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki historie" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Kleine wijziging" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Inhoud" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Onderliggende pagina's" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Bovenliggende pagina" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Laatste bijdrage" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Hoofdmenu" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "Er is geen sectie in deze pagina" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki groep" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Titel" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Assistent menu maken" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Historie regels" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Pagina inhoud" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Waarschuwing !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Er zijn geen veranderingen in de revisies" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Gebruik pagina sectie code zoals 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Naam menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Omschrijving" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Nakijken nodig" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Geeft aan dat deze pagina moet worden nagekeken, daarmee aandacht trekkend " "van andere bijdragers" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menu informatie" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Pagina geschiedenis" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Boom" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Paginasjabloon" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Trefwoorden" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -203,314 +182,231 @@ msgstr "" "(CRM, Verkoop, etc.). Je kunt trefwoorden gebruiken om makkelijk toegang tot " "je Wiki pagina's te krijgen. Er is een basis Wiki tekstbewerker." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Waarschuwing" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Verplicht om een startpagina te selecteren als de weergavemethode " "Startpagina is" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Wilt u een index aanmaken op de gekozen pagina's? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Verschil" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Pagina's" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Groepsomschrijving" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Wilt U een wiki pagina openen? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Wilt u een sectie maken?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstgebied" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta-informatie" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Aangemaakt op" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Opmerkingen" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Lijst" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Samenvatting" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Aanmaakdatum" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Historie van alle pagina's" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Definieer het standaard gedrag van het menu gemaakt op deze groep" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Sluiten" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Startpagina" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Laat u koppelen met de andere pagina in het huidige onderwerp" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Wijzigings informatie" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Onderwerp, ook genaamd Wiki Groep" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Wijzigingsdatum" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Instellingen" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Maak index aan" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "U dient minimaal 1 en maximaal 2 revisies te kiezen" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Groepeer op..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Menu maken" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Is dit een grote wijziging?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki groepen" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Onderwerp" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Gewijzigd door" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Inhoudsopgave" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Wiki pagina openen" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "Wiz open pagina" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Annuleren" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Verschil" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Controle nodig" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Pagina's wachtend op controle" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Pagina zoeken" - -#~ msgid "History Differance" -#~ msgstr "Historie verschil" - -#~ msgid "Differences" -#~ msgstr "Verschillen" - -#~ msgid "Last Author" -#~ msgstr "Laatste auteur" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki verschil" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Geen actie gevonden" - -#~ msgid "History" -#~ msgstr "Historie" - -#~ 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 tekens bevatten !" - -#~ msgid "Document Management" -#~ msgstr "Documentbeheer" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Ongeldige XML voor weergave!" - -#~ msgid "Modifications" -#~ msgstr "Wijzigingen" - -#~ msgid "Tags" -#~ msgstr "Labels (tags)" - -#~ msgid "Child Groups" -#~ msgstr "Deelgroepen" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki groepenverwijzingen" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Documentbeheer - Wiki" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Ongeldige modelnaam in de definitie van de actie." - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki instellingen" - -#~ msgid "Create a Menu" -#~ msgstr "Maak een menu" - -#~ msgid "Group Home Page" -#~ msgstr "Startpagina groep" - -#~ msgid "Parent Group" -#~ msgstr "Hoofdgroep" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "De basis module voor het beheren van Wiki documenten\n" -#~ "\n" -#~ "Volg alle wiki groepen, pagina's en geschiedenis\n" -#~ " " diff --git a/addons/document_page/i18n/pl.po b/addons/document_page/i18n/pl.po index 14086af46b8..3fed2a579cb 100644 --- a/addons/document_page/i18n/pl.po +++ b/addons/document_page/i18n/pl.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-09-29 11:02+0000\n" -"Last-Translator: OpenERP Administrators \n" +"PO-Revision-Date: 2012-08-13 12:16+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Szablon wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Strony Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Otwórz stronę" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sekcja" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Historia wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Drobna edycja" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Zawartość" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menu nadrzędne" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grupa wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Tytuł" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Pozycje historii" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nazwa menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Opis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Szablon strony" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,284 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Strony" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Utworzyć sekcję ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Obszar tekstu" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Utworzono" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Uwagi" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Podsumowanie" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data utworzenia" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data modyfikacji" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfiguracja" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Utwórz indeks" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Utwórz menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Czy jest to większa edycja ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grupy wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modyfikowane przez" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Spis treści" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Anuluj" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Różnice" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Wymaga przejrzenia" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Wiki Configuration" -#~ msgstr "Konfiguracja wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Utwórz menu" - -#~ msgid "Differences" -#~ msgstr "Różnice" - -#~ msgid "Last Author" -#~ msgstr "Ostatni autor" - -#~ msgid "Parent Group" -#~ msgstr "Grupa nadrzędna" - -#~ msgid "Modifications" -#~ msgstr "Modyfikacje" - -#~ msgid "History" -#~ msgstr "Historia" - -#~ msgid "Tags" -#~ msgstr "Znaczniki" - -#~ msgid "Child Groups" -#~ msgstr "Grupy podrzędne" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Nazwa obiektu musi zaczynać się od x_ oraz nie może zawierać znaków " -#~ "specjalnych !" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML niewłaściwy dla tej architektury wyświetlania!" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nieprawidłowa nazwa modelu w definicji akcji." - -#~ msgid "Document Management" -#~ msgstr "Zarządzanie dokumentami" - -#~ msgid "Group Home Page" -#~ msgstr "Strona domowa grupy" diff --git a/addons/document_page/i18n/pt.po b/addons/document_page/i18n/pt.po index f3bf2c8cc5c..b85aabb87b5 100644 --- a/addons/document_page/i18n/pt.po +++ b/addons/document_page/i18n/pt.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-12 10:01+0000\n" -"Last-Translator: OpenERP Administrators \n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Modelo Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Páginas Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Forma de exibição" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Abrir Página" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Secção" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Histórico Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Edição menor" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Conteúdo" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menu do Ascendente" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grupo Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Título" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Assitente de criação de menu" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Linhas do Histórico" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Conteúdo de página" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Alerta!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Utilize o código da secção da página como 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nome do Menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descrição" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Necessita de revisão" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Indica que esta página necessita de revisão, chamando a atenção de outros " "colaboradores" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informação do Menu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Árvore" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Modelo da Página" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Palavras-chave" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -199,300 +178,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Aviso" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Pretende criar um Índice nas Páginas Seleccionadas? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Diferença" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Páginas" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Produzir Secção ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Área de texto" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta-Informação" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Criado em" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notas" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Resumo" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data Criada" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Todos os Históricos das Páginas" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Fechar" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "ID do Wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Página inicial" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Tópico, também chamado de Grupo Wiki" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data de Modificação" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configuração" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Criar Índex" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Precisa seleccionar no mínimo 1 ou no máximo 2 históricos revistos!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Agrupar por..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Criar Menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Esta é a edição principal ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grupos Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Tópico" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificado Por" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Tabela de Conteúdos" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Abrir página Wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Cancelar" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Diferenças" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Precisa de Revisão" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Páginas guardando revisão" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Página de procura" - -#~ msgid "Differences" -#~ msgstr "Diferenças" - -#~ msgid "Modifications" -#~ msgstr "Modificações" - -#~ msgid "History" -#~ msgstr "Histórico" - -#~ msgid "Tags" -#~ msgstr "Etiquetas" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "O nome do Objecto deve começar com x_ e não pode conter nenhum caracter " -#~ "especial !" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Linhas de Grupos Wiki" - -#~ msgid "Child Groups" -#~ msgstr "Grupos de Descendestes" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configuração Wiki" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Nome do modelo inválido na definição da acção." - -#~ msgid "Document Management - Wiki" -#~ msgstr "Gestão Documental - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Criar um Menu" - -#~ msgid "History Differance" -#~ msgstr "Diferenças no Histórico" - -#~ msgid "Group Home Page" -#~ msgstr "Página Inicial do Grupo" - -#~ msgid "Last Author" -#~ msgstr "Último Autor" - -#~ msgid "Document Management" -#~ msgstr "Gestão Documental" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "XML Inválido para a Arquitectura de Vista!" - -#~ msgid "Parent Group" -#~ msgstr "Grupo Ascendente" - -#~ msgid "Wiki Differance" -#~ msgstr "Diferança Wiki" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Nenhuma acção encontrada" diff --git a/addons/document_page/i18n/pt_BR.po b/addons/document_page/i18n/pt_BR.po index 61514b12ffb..5c0f3097656 100644 --- a/addons/document_page/i18n/pt_BR.po +++ b/addons/document_page/i18n/pt_BR.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-18 02:50+0000\n" -"Last-Translator: Rafael Sales - http://www.tompast.com.br \n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Modelo de Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Páginas do Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Forma de exibição" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Abrir Página" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Seção" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indica se estas páginas têm uma tabela de conteúdo ou não" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Histórico do Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Edição simples" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Conteúdo" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Páginas Secundárias" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Páginas Principais" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Último contribuidor(a)" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Menu Superior(pai)" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "Não há a seção nesta página" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grupo do Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Título" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Assistente Para Criar Menu" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Linhas de Histórico" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Conteúdo da Página" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Atenção !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Não há alterações nas revisões" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Use o código de seção da página como 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nome do Menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descrição" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Necessita de revisão" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Indica que esta página deve ser revista, aumentando a atenção dos outros " "participantes" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menu de Informação" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Página do Histórico" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Visão em árvore" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Modelo de Página" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Palavras-chave" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -204,307 +183,230 @@ msgstr "" "facilitar o acesso as páginas wiki. Existe uma edição básica para formatação " "de texto." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Atenção" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "Obrigatório selecionar home page se o método de exibição é Home Page" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Data" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Quer criar um índice em páginas selecionadas? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Diferença" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Páginas" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Descrição do grupo" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Quer abrir uma página wiki? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Fazer Seção ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Área de texto" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta informações" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Criado em" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Observações" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Listar" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sumário" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data de Criação" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Todas as Páginas de Históricos" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Define o comportamento padrão do menu criado neste grupo" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Fechar" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "assistente wiki demonstrador de diferença de histórico" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Identificação da Wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Página Inicial" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Permite voçê linkar com a outra página com o mesmo tópico" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Modificação de Informação" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Topico/Tema, também chamado de Grupo Wiki" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data de Modificação" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configuração" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Criar Index" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" "Você precisa selecionar no mínimo 1 ou no máximo 2 revisões de histórico!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Agrupar Por..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Criar Menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Esta é uma edição Avançada ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grupos de Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Tópico" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificado por" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Tabela de Conteúdos" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Abrir página Wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "abrir página do assistente" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Cancelar" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Diferença" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Revisão da Necessidade" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Páginas aguardando revisões" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Página de Pesquisa" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "O nome do objeto precisa iniciar com x_ e não conter nenhum caracter " -#~ "especial!" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Links dos Grupos do Wiki" - -#~ msgid "Child Groups" -#~ msgstr "Grupos Filhos" - -#~ msgid "Wiki Configuration" -#~ msgstr "Configuração do Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Criar um menu" - -#~ msgid "History Differance" -#~ msgstr "Diferença do Histórico" - -#~ msgid "Group Home Page" -#~ msgstr "Grupo Home Page" - -#~ msgid "Last Author" -#~ msgstr "Último Autor" - -#~ msgid "Differences" -#~ msgstr "Diferenças" - -#~ msgid "Document Management" -#~ msgstr "Gerenciamento de Documentos" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Invalido XML para Arquitetura da View" - -#~ msgid "Parent Group" -#~ msgstr "Grupo Superior(pai)" - -#~ msgid "Wiki Differance" -#~ msgstr "Diferença de Wiki" - -#~ msgid "Modifications" -#~ msgstr "Modificações" - -#~ msgid "History" -#~ msgstr "Histórico" - -#~ msgid "Tags" -#~ msgstr "Marcadores" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Gerenciamento de Documentos - Wiki" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "O módulo base para gerenciar documentos (wiki)\n" -#~ "\n" -#~ "acompanhar grupos, páginas e histórico wiki\n" -#~ " " diff --git a/addons/document_page/i18n/ro.po b/addons/document_page/i18n/ro.po index 8e6d9ba8be9..f9ab8a23e12 100644 --- a/addons/document_page/i18n/ro.po +++ b/addons/document_page/i18n/ro.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-15 06:10+0000\n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" "Last-Translator: filsys \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Sabloane Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Pagini Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Metoda de afisare" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Deschide pagina" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meniu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Secţiune" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Indică dacă aceste pagini au un cuprins sau nu" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Istoric wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Modificare minoră" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Conţinut" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Pagini subordonate (copii)" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Pagini principale (părinte)" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Ultimul colaborator" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Meniu principal (părinte)" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Grup wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Titlu" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Wizard Creează meniul" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Istoricul liniilor" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Conținutul paginii" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Avertisment !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Nu există modificări la revizii" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Folosiți codul secțiunii paginii, cum ar fi 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Nume Meniu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Descriere" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Necesită verificare" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Indică faptul că această pagină ar trebui verificată, atrăgand atentia altor " "colaboratori" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informaţii meniu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Istoric pagină" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Arbore" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Sablon pagină" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Cuvinte cheie" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -204,258 +183,232 @@ msgstr "" "a accesa cu usurintă paginile dumneavoastră wiki. Există o editare de bază " "pentru formatul text." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Avertisment" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Este obligatoriu să selectati pagina de pornire dacă metoda de afisare este " "Pagina de pornire" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Dată" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Doriți să creați un index pentru paginile selectate ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Diferenţă" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Pagini" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Descriere Grup" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Doriti să deschideti o pagină wiki? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Creează secțiunea ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Zonă text" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta Informații" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Creat in" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Note" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Listă" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Rezumat" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Data creării" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Toate paginile istoricului" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" "Defineste comportamentul predefinit al meniului creat pentreu acest grup" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Închide" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "ID wiki" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Pagină de pornire" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Vă permite să vă conectati la o altă pagină in subiectul curent" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Informatii modificare" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Subiect, denumit si Grup Wiki" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Data modificării" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Configurare" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Creare index" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Trebuie să selectati minim 1 și maxim 2 revizuiri ale istoricului" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Grupează după..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Creează meniu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Este aceasta o modificare majoră ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Grupuri wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Subiect" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modificat de" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Cuprins" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Deschide Pagina Wiki" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "wizard deschidere pagină" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Anulează" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Diferit" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Necesită verificare" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Pagini care asteaptă verificare" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Caută pagina" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Managementul documentelor - wiki" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Modulul de bază pentru gestionarea documentelor(wiki)\n" -#~ "\n" -#~ "tine evidenta grupurilor, paginilor si istoricului wiki\n" -#~ " " diff --git a/addons/document_page/i18n/ru.po b/addons/document_page/i18n/ru.po index 3041c9c19d3..9e362a098de 100644 --- a/addons/document_page/i18n/ru.po +++ b/addons/document_page/i18n/ru.po @@ -7,157 +7,136 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-04-15 20:00+0000\n" +"PO-Revision-Date: 2012-08-13 12:11+0000\n" "Last-Translator: Chertykov Denis \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Шаблон" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki страницы" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Метод вывода" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Автор" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Открыть страницу" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Меню" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Секция" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Показывает имеется ли содержание на этой странице" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "История Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Малозначимое изменение" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Содержание" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Подчиненные страницы" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Главная страница" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Последний корректор" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Родительское меню" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki Группа" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Заголовок" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Помощник создания меню" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Строки истории" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Текст страницы" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Внимание!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Нет изменений" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Используйте код выбора страницы, например: 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Название меню" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Описание" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "Нуждается в проверке" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" @@ -165,33 +144,33 @@ msgstr "" "Указывает, что эта страница должна быть проверена, привлекает внимание " "других участников" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Информация меню" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "История страницы" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Дерево" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Шаблон страницы" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Ключевые слова" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -204,301 +183,230 @@ msgstr "" "использовать ключевые слова, чтобы облегчить доступ к вики-страницам. Есть " "простое редактирование вики для текстового формата." -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Внимание" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" "Необходимо выбрать домашнюю страницу если метод вывода \"Домашняя страница\"" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Дата" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Хотите создать Индекс на Выбранных Странцах ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Различие" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Страницы" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Описание группы" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Хотите открыть вики ? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Создать Раздел ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Текстовое поле" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Метаданные" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Создан" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Заметки" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Список" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Итого" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Дата создания" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "История всех страниц" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "Определить поведение по умолчанию для меню, созданного на эту группу" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Закрыть" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Главная страница" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Позволяет сделать ссылку на другую страницу в текущем разделе" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Информация об изменениях" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Тема, которая также называется Вики группа" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Дата изменения" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Конфигурация" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Создать индекс" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Вам нужно выбрать минимум 1 или максимум 2 истории изменений!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Группировать по .." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Создать меню" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Это существенные изменения ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Вики группы" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Тема" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Изменено" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Содержание" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Открыть вики-страницу" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Отмена" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Различие" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Необходима Проверка" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Страницы ожидающие проверки" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Страница поиска" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Название объекта должно начинаться с x_ и не должно содержать специальных " -#~ "символов !" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Неправильный XML для просмотра архитектуры!" - -#~ msgid "Wiki Configuration" -#~ msgstr "Настройка Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Создать меню" - -#~ msgid "Document Management" -#~ msgstr "Управление документами" - -#~ msgid "Differences" -#~ msgstr "Разность" - -#~ msgid "Last Author" -#~ msgstr "Последний автор" - -#~ msgid "Modifications" -#~ msgstr "Модификации" - -#~ msgid "History" -#~ msgstr "История" - -#~ msgid "Tags" -#~ msgstr "Ярлыки" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Недопустимое имя модели в определении действия." - -#~ msgid "History Differance" -#~ msgstr "История Различий" - -#~ msgid "Group Home Page" -#~ msgstr "Домашняя Страница Группы" - -#~ msgid "Child Groups" -#~ msgstr "Подчиненные группы" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Управление документами - Вики" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Базовый модуль для управления документацией (вики)\n" -#~ "\n" -#~ "отслеживание вики групп, страниц и истории\n" -#~ " " diff --git a/addons/document_page/i18n/sk.po b/addons/document_page/i18n/sk.po index 0f20002530d..6df87913768 100644 --- a/addons/document_page/i18n/sk.po +++ b/addons/document_page/i18n/sk.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-08-02 14:49+0000\n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" "Last-Translator: Peter Kohaut \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki šablóna" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki stánky" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Spôsob zobrazenia" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Otvoriť stránku" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menu" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sekcia" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "Označuje, že tieto stránky majú alebo nemajú obsah" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki história" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Drobná úprava" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Obsah" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "Podstránky" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "Nadradená stránka" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Posledný prispievateľ" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Nadradené menu" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki skupina" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Názov" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "Sprievodca vytvorením ponuky" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Riadky histórie" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Obsah stránky" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Varovanie!" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "Nie sú žiadne zmeny v revíziách" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Názov menu" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Popis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informácie menu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "História stránky" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Strom" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Šablóna stránky" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Kĺučové slová" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,289 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Upozornenie" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Dátum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Chcete vytvoriť index na vybrané stránky? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Rozdiel" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Stránky" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Opis skupiny" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "Chcete otvoriť wiki stránky? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Vytvoriť sekciu ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Oblasť textu" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta-informácie" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Vytvorené" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Poznámky" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Zoznam" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Zhrnutie" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Dátum vytvorenia" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "História všetkých stránok" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Zavrieť" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Domovská stránka" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "Umožňuje prepojenie s ostatnými stránkami s aktuálnou témou" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "Informácie o zmene" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "Téma, tiež volá Wiki skupiny" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Dátum zmeny" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfigurácia" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Vytvoriť index" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Musíte vybrať minimálne 1 alebo maximálne 2 revízie histórie!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Zoskupiť podľa..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Vytvoriť menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Je to veľká úprava?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Skupiny Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Téma" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Upravil" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Obsah" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "Otvorená Wiki stránka" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Zrušiť" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Rozdiel" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Potrebná kontrola" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "Stránky čakajúce na recenziu" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Vyhľadanie stránky" - -#~ msgid "Child Groups" -#~ msgstr "Podskupiny" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Názov objektu musí začínať x_ a nesmie obsahovať žiadne špeciálne znaky!" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Správa dokumentov - Wiki" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki konfigurácia" - -#~ msgid "Create a Menu" -#~ msgstr "Vytvoriť menu" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Neplatný názov modelu v definícii akcie." - -#~ msgid "Differences" -#~ msgstr "Rozdiely" - -#~ msgid "Last Author" -#~ msgstr "Posledný autor" - -#~ msgid "Document Management" -#~ msgstr "Správa dokumentov" - -#~ msgid "Parent Group" -#~ msgstr "Rodičovská skupina" - -#~ msgid "Wiki Differance" -#~ msgstr "Rozdiely wiki" - -#~ msgid "Modifications" -#~ msgstr "Zmeny" - -#~ msgid "History" -#~ msgstr "História" - -#~ msgid "Tags" -#~ msgstr "Značky" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Linky Wiki skupín" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neplatné XML pre zobrazenie architektúry!" diff --git a/addons/document_page/i18n/sl.po b/addons/document_page/i18n/sl.po index df3be345081..e5c48563eeb 100644 --- a/addons/document_page/i18n/sl.po +++ b/addons/document_page/i18n/sl.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-10-30 09:17+0000\n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" "Last-Translator: Fabien (Open ERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Predloge wiki-ja" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Strani wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Avtor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Odpri stran" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meni" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Razdelek" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Zgodovina wiki-ja" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Manjše urejanje" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Vsebina" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Nadmenu" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Skupina wiki-ja" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Naslov" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Vrstice zgodovine" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Uporabite oznako razdelka strani npr. 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Naziv menuja" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Opis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Informacije o meniju" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Predloga strani" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,295 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Opozorilo" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Ali želite pripraviti indeks na izbranih straneh? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Strani" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Naredi izbiro?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Področje besedila" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Izdelano" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Opombe" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Povzetek" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Ustvarjeno dne" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Vse zgodovine strani" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Oznaka wiki-ja" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Datum spremembe" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Nastavitve" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Izdelaj indeks" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Ustvari menu" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Ali je to pomembnejše urejanje?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Skupine wiki-ja" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Spremenil" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Kazalo vsebine" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Prekliči" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Razlika" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Potrebuje pregled" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Naziv objekta se mora začeti z 'x_' in ne sme vsebovati posebnih znakov." - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neveljaven XML za arhitekturo pogleda." - -#~ msgid "Differences" -#~ msgstr "Razlike" - -#~ msgid "Modifications" -#~ msgstr "Spremembe" - -#~ msgid "History" -#~ msgstr "Zgodovina" - -#~ msgid "Tags" -#~ msgstr "Oznake" - -#~ msgid "Child Groups" -#~ msgstr "Podrejene skupine" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Povezave Wiki skupin" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Napačno ime modela v definiciji dejanja." - -#~ msgid "Wiki Configuration" -#~ msgstr "Konfiguracija wiki-ja" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Upravljan je dokumentov - wiki" - -#~ msgid "History Differance" -#~ msgstr "Razlike v zgodovini" - -#~ msgid "Group Home Page" -#~ msgstr "Domača stran skupine" - -#~ msgid "Create a Menu" -#~ msgstr "Ustvari menu" - -#~ msgid "Last Author" -#~ msgstr "Zadnji avtor" - -#~ msgid "Document Management" -#~ msgstr "Upravljanje dokumentov" - -#~ msgid "Wiki Differance" -#~ msgstr "Razlike wiki-ja" - -#~ msgid "Parent Group" -#~ msgstr "Nadrejena skupina" diff --git a/addons/document_page/i18n/sq.po b/addons/document_page/i18n/sq.po index c318c5aa712..f6df8ed1b9e 100644 --- a/addons/document_page/i18n/sq.po +++ b/addons/document_page/i18n/sq.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-08-02 14:43+0000\n" +"PO-Revision-Date: 2012-08-13 12:08+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Albanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:45+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,239 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" diff --git a/addons/document_page/i18n/sr.po b/addons/document_page/i18n/sr.po index 461bca5ee72..3b3f7ea8aef 100644 --- a/addons/document_page/i18n/sr.po +++ b/addons/document_page/i18n/sr.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-08-02 14:49+0000\n" -"Last-Translator: Mantavya Gajjar (Open ERP) \n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Šablon" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki Strane" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Otvori stranu" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meni" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sekcija" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki istorija" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Minorena promena" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Sadržaj" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Roditeljski Meni" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki Grupa" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Naslov" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Istorijske Linije" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Upotrebiti kod sekicje strane npr. 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Naziv Menija" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Opis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Meni Informacije" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Šablon Strane" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,299 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Upozorenje" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Želite li da kreirate indeks na Odabranim Stranama? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Strane" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Napraviti Sekciju?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstualna zona" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Kreiran" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Beleške" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sumarno" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Datum Kreiranja" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Sve Istorije Strane" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Datum Promene" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfiguracija" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Kreiraj indeks" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Moare da odabere min 1 ili max 2 istorije revizije" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Kreiraj Meni" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Ovo je velika promena?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki Grupe" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modifikovan od strane" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Tabela Sadržaja" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Otkazati" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Razlika" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Potrebna revizija" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Child Groups" -#~ msgstr "Grupe Deca" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki Grupe Linkovi" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime Objekta mora da počne sa x_ i ne sme da sarži specijalne karaktere" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Upravljanje Dokumentima - Wiki" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki Konfiguracija" - -#~ msgid "Create a Menu" -#~ msgstr "Kreiraj Meni" - -#~ msgid "History Differance" -#~ msgstr "Istorija Razlika" - -#~ msgid "Group Home Page" -#~ msgstr "Pocetna Stran Grupe" - -#~ msgid "Differences" -#~ msgstr "Razlike" - -#~ msgid "Last Author" -#~ msgstr "Poslednji autor" - -#~ msgid "Document Management" -#~ msgstr "Upravljanje Dokumentima" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neodgovarajući XML za Arhitekuru Pogleda" - -#~ msgid "Parent Group" -#~ msgstr "Roditeljska Grupa" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki Differance" - -#~ msgid "Modifications" -#~ msgstr "Modifikacije" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Nije pronadjena akcija" - -#~ msgid "History" -#~ msgstr "Istorija" - -#~ msgid "Tags" -#~ msgstr "Tagovi" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Pogrešno ime modela u definiciji akcije." diff --git a/addons/document_page/i18n/sr@latin.po b/addons/document_page/i18n/sr@latin.po index 5b1fef44598..a6dd609306d 100644 --- a/addons/document_page/i18n/sr@latin.po +++ b/addons/document_page/i18n/sr@latin.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-23 10:49+0000\n" +"PO-Revision-Date: 2012-08-13 12:14+0000\n" "Last-Translator: qdp (OpenERP) \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Šablon" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki Strane" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Autor" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Otvori stranu" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meni" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Sekcija" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki istorija" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Minorena promena" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Sadržaj" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Roditeljski Meni" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki Grupa" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Naslov" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Istorijske Linije" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Upotrebiti kod sekicje strane npr. 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Naziv Menija" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Opis" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Meni Informacije" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Šablon Strane" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,299 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Upozorenje" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Želite li da kreirate indeks na Odabranim Stranama? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Strane" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Napraviti Sekciju?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Tekstualna zona" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Kreiran" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Beleške" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sumarno" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Datum Kreiranja" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Sve Istorije Strane" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Datum Promene" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfiguracija" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Kreiraj indeks" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "Moare da odabere min 1 ili max 2 istorije revizije" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Kreiraj Meni" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Ovo je velika promena?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki Grupe" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Modifikovan od strane" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Tabela Sadržaja" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Otkazati" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Razlika" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Potrebna revizija" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime Objekta mora da počne sa x_ i ne sme da sarži specijalne karaktere" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Pogrešno ime modela u definiciji akcije." - -#~ msgid "Document Management - Wiki" -#~ msgstr "Upravljanje Dokumentima - Wiki" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Neodgovarajući XML za Arhitekuru Pogleda" - -#~ msgid "Child Groups" -#~ msgstr "Grupe Deca" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki Grupe Linkovi" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki Konfiguracija" - -#~ msgid "Create a Menu" -#~ msgstr "Kreiraj Meni" - -#~ msgid "History Differance" -#~ msgstr "Istorija Razlika" - -#~ msgid "Group Home Page" -#~ msgstr "Pocetna Stran Grupe" - -#~ msgid "Differences" -#~ msgstr "Razlike" - -#~ msgid "Last Author" -#~ msgstr "Poslednji autor" - -#~ msgid "Document Management" -#~ msgstr "Upravljanje Dokumentima" - -#~ msgid "Parent Group" -#~ msgstr "Roditeljska Grupa" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki Differance" - -#~ msgid "Modifications" -#~ msgstr "Modifikacije" - -#, python-format -#~ msgid "No action found" -#~ msgstr "Nije pronadjena akcija" - -#~ msgid "History" -#~ msgstr "Istorija" - -#~ msgid "Tags" -#~ msgstr "Tagovi" diff --git a/addons/document_page/i18n/sv.po b/addons/document_page/i18n/sv.po index fa378db1bd3..7bc94e30a56 100644 --- a/addons/document_page/i18n/sv.po +++ b/addons/document_page/i18n/sv.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.14\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-11-22 20:29+0000\n" -"Last-Translator: Olivier Dony (OpenERP) \n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wikimall" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wikisidor" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Författare" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Open Page" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Meny" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Område" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wikihistorik" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Mindre förändring" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Innehåll" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Huvudmeny" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wikigrupp" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Rubrik" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Historikrader" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Varning !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "Använd sidområdes kod t ex 1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Menynamn" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Beskrivning" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menyinformation" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Sidmall" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,299 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Warning" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Datum" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Vill du skapa ett index för aktuella sidor? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Sidor" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Skapa område?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Textområde" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Skapad den" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Anteckningar" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Sammanfattning" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Skapad datum" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "All sidohistorik" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "Wiki Id" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Ändringsdatum" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Konfigurering" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Skapa index" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "You need to select minimum 1 or maximum 2 history revision!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Skapa meny" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Är detta en större redigering?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wikigrupper" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Ändrad av" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Innehållsförteckning" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Avbryt" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Skillnad" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Behöver revideras" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "Child Groups" -#~ msgstr "Undergrupper" - -#~ msgid "Modifications" -#~ msgstr "Ändringar" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wikikonfiguration" - -#~ msgid "Create a Menu" -#~ msgstr "Skapa en meny" - -#~ msgid "Differences" -#~ msgstr "Skillnader" - -#~ msgid "Last Author" -#~ msgstr "Senaste författare" - -#~ msgid "Parent Group" -#~ msgstr "Huvudgrupp" - -#~ msgid "History Differance" -#~ msgstr "Hiskorisk skillnad" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wikigrupplänkar" - -#~ msgid "History" -#~ msgstr "Historik" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objektnamnet måste börja med x_ och får inte innehålla några specialtecken!" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Dokumenthantering - Wiki" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki skillnad" - -#~ msgid "Tags" -#~ msgstr "Etiketter" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "Invalid model name in the action definition." - -#~ msgid "Group Home Page" -#~ msgstr "Group Home Page" - -#~ msgid "Document Management" -#~ msgstr "Document Management" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Invalid XML for View Architecture!" - -#, python-format -#~ msgid "No action found" -#~ msgstr "No action found" diff --git a/addons/document_page/i18n/tlh.po b/addons/document_page/i18n/tlh.po index 21c5a3b232b..6eeb7156829 100644 --- a/addons/document_page/i18n/tlh.po +++ b/addons/document_page/i18n/tlh.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-02-03 06:24+0000\n" +"PO-Revision-Date: 2012-08-13 12:08+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,239 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" diff --git a/addons/document_page/i18n/tr.po b/addons/document_page/i18n/tr.po index 39753a574bb..5c80ed29d1c 100644 --- a/addons/document_page/i18n/tr.po +++ b/addons/document_page/i18n/tr.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-02-10 21:07+0000\n" -"Last-Translator: Ahmet Altınışık \n" +"PO-Revision-Date: 2012-08-13 12:12+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \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: 2012-02-11 05:09+0000\n" -"X-Generator: Launchpad (build 14771)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki Şablonu" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki Sayfaları" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Yazan" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Sayfa Aç" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Menü" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Bölüm" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki Geçmiş" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Ufak Düzenleme" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "İçerik" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Son Düzenleyen" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Ana Menü" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "Bu sayfada bölüm yok" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki Toplulugu" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Başlık" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Uyarı !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Menu İsmi" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Tanım" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Menü Bilgisi" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Ağaç" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Sayfa Şablonu" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Anahtar kelimeler" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,270 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Uyarı" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Tarih" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Seçili sayfada dizin yaratmak istediginizden emin misiniz? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Fark" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Sayfalar" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "Grup Tanımlaması" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Metin alanı" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "Meta Bilgileri" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Oluşturulma" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Notlar" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "Liste" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Özet" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Oluşturulma Tarihi" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "Kapat" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "Ana Sayfa" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Değiştirilme Tarihi" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Yapılandırma" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "dizin yarat" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "Grupla..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Menü Oluştur" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "Başlık" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Düzenleyen" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "İçerik Tablosu" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Vazgeç" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Farklar" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "Arama Sayfası" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Görüntüleme mimarisi için Geçersiz XML" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "Nesne adı x_ ile başlamalı ve özel karakter içermemelidir!" - -#~ msgid "Create a Menu" -#~ msgstr "Menü Oluştur" - -#~ msgid "Modifications" -#~ msgstr "Değişiklikler" - -#~ msgid "History" -#~ msgstr "Geçmiş" - -#~ msgid "Tags" -#~ msgstr "Etiketler" - -#~ msgid "Document Management - Wiki" -#~ msgstr "Belge Yönetimi - Wiki" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki Grupları Bağlantıları" - -#~ msgid "Differences" -#~ msgstr "Degişiklikler" - -#~ msgid "Last Author" -#~ msgstr "Son Yazar" diff --git a/addons/document_page/i18n/uk.po b/addons/document_page/i18n/uk.po index da814545adc..95a1cccd166 100644 --- a/addons/document_page/i18n/uk.po +++ b/addons/document_page/i18n/uk.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.0\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-01-25 23:33+0000\n" +"PO-Revision-Date: 2012-08-13 12:11+0000\n" "Last-Translator: Eugene Babiy \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Шаблон Wiki" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Сторінки Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Автор" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Відкрити Сторінку" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Меню" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Розділ" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Історія Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Незначна зміна" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Вміст" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Батьківське Меню" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Група Wiki" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Заголовок" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "Рядки Історії" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Назва Меню" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Опис" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Інформація Меню" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "Шаблон Сторінки" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,289 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Дата" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "Хочете створити Індекс на Вибрані Сторінки ? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Сторінки" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "Створити Секцію ?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "Текстове поле" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Створено" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "Примітки" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "Підсумок" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "Дата Створення" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "Вся Історія Сторінки" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "Дата Зміни" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "Налаштування" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "Створити Індекс" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "Створити Меню" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "Це основна зміна ?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Групи Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "Змінив" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "Зміст" - -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +msgid "Type" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" + +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "Скасувати" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "Відмінність" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "Потребує Перегляду" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Назва об'єкту має починатися з x_ і не містити ніяких спеціальних символів!" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Адреси Груп Wiki" - -#~ msgid "Child Groups" -#~ msgstr "Дочірна Група" - -#~ msgid "Wiki Configuration" -#~ msgstr "Налаштування Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "Створити Меню" - -#~ msgid "History Differance" -#~ msgstr "Історія Відмінностей" - -#~ msgid "Group Home Page" -#~ msgstr "Домашня Сторінка Групи" - -#~ msgid "Last Author" -#~ msgstr "Останній Автор" - -#~ msgid "Differences" -#~ msgstr "Відмінності" - -#~ msgid "Document Management" -#~ msgstr "Управління Документом" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "Неправильний XML для Архітектури Вигляду!" - -#~ msgid "Parent Group" -#~ msgstr "Батьківська Група" - -#~ msgid "Wiki Differance" -#~ msgstr "Відмінності Wiki" - -#~ msgid "Modifications" -#~ msgstr "Варіації" - -#~ msgid "History" -#~ msgstr "Історія" - -#~ msgid "Tags" -#~ msgstr "Теги" diff --git a/addons/document_page/i18n/vi.po b/addons/document_page/i18n/vi.po index c1362141938..53ca8599d2e 100644 --- a/addons/document_page/i18n/vi.po +++ b/addons/document_page/i18n/vi.po @@ -8,189 +8,168 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-08-02 14:43+0000\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2012-08-13 12:09+0000\n" +"Last-Translator: Antony Lesuisse (OpenERP) \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Các trang Wiki" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "Phương pháp Hiển thị" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "Tác giả" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "Mở Trang" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "Trình đơn" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "Phần" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Lịch sử Wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "Chỉnh sửa nhỏ" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "Nội dung" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "Người đóng góp cuối" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "Trình đơn cha" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "Tiêu đề" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "Nội dung Trang" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "Cảnh báo !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "Tên Trình đơn" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "Mô tả" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "Thông tin Trình đơn" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "Lịch sử Trang" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "Cấu trúc cây" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "Các từ khoá" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -198,239 +177,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "Cảnh báo" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "Ngày" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "Khác biệt" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "Các trang" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "Tạo trên" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" diff --git a/addons/document_page/i18n/zh_CN.po b/addons/document_page/i18n/zh_CN.po index 3b8642229f2..44468e289a1 100644 --- a/addons/document_page/i18n/zh_CN.po +++ b/addons/document_page/i18n/zh_CN.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 6.0dev\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-02-08 03:35+0000\n" +"PO-Revision-Date: 2012-08-13 12:13+0000\n" "Last-Translator: Wei \"oldrev\" Li \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: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" -msgstr "Wiki模板" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" +msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" -msgstr "Wiki页" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" +msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "显示方式" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "作者" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "打开页" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "菜单" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "章节" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "指定此页面是否具有一个目录" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" -msgstr "Wiki日志" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" +msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "小编辑" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "内容" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "子页面" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "上级页面" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "最近的贡献者" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "上级菜单" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "该页面没有分节" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "Wiki组" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "标题" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "向导创建菜单" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "日志明细" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "页面内容" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "警告 !" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "这修订没改变什么" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "用户页段代码如1.2.1" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "菜单名" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "描述" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "需要复审" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "表示这页面需要复审,增加对其他贡献者的关注" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "菜单信息" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "页面编辑日志" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "树形列表" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "页模板" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "关键字" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -199,310 +178,229 @@ msgstr "" "wiki页面你可以与同事共享构思和问题,你可以创建一新文档它能链接一个服务的应用如:客户关系管理,销售等。\r\n" "基于wiki编辑的文件格式,你可以用关键字去轻松访问你的wiki页面。" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "警告" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "如果显示的方式是首页,需要选择首页" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "日期" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "想在选择的页创建一索引? " -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "差异" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "页面" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "组描述" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "想打开一个wiki页面? " -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "生成章节?" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "文本区" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "元信息" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "创建在" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "备注" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "列表" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "摘要" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "创建日期" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "所有页的历史" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" -msgstr "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" +msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "定义组菜单创建后的默认行为" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "关闭" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" -msgstr "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" +msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "wiki ID" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "首页" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "允许您在本主题链接其他页面" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "修改信息" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "主题,也叫wiki组" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "Wiki" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "修改日期" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "设置" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "创建索引" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "您需要选定最少一个,最多两个修订的日志!" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "分组..." -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "创建菜单" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "这是一项重大修改?" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" -msgstr "Wiki组" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" +msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "主题" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "修改于" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" -msgstr "目录" +msgid "Type" +msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" -msgstr "打开wiki页面" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" +msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "打开页面" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "取消" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "差异" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "需要复审" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "正在等待复审的页面" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "搜索页面" - -#~ msgid "Document Management" -#~ msgstr "文档管理" - -#, python-format -#~ msgid "No action found" -#~ msgstr "找不到动作" - -#~ msgid "Modifications" -#~ msgstr "修改" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "对象名必须是以x_开头并且不能含有特殊字符" - -#~ msgid "Wiki Groups Links" -#~ msgstr "Wiki组链接" - -#~ msgid "Child Groups" -#~ msgstr "子组" - -#~ msgid "Wiki Configuration" -#~ msgstr "Wiki设置" - -#~ msgid "Invalid model name in the action definition." -#~ msgstr "在动作定义中无效的模块名" - -#~ msgid "Document Management - Wiki" -#~ msgstr "文档管理 - Wiki" - -#~ msgid "Create a Menu" -#~ msgstr "创建一菜单" - -#~ msgid "History Differance" -#~ msgstr "历史递延" - -#~ msgid "Group Home Page" -#~ msgstr "组首页" - -#~ msgid "Last Author" -#~ msgstr "最后作者" - -#~ msgid "Differences" -#~ msgstr "分歧" - -#~ msgid "Invalid XML for View Architecture!" -#~ msgstr "无效的视图结构xml文件" - -#~ msgid "Parent Group" -#~ msgstr "父组" - -#~ msgid "Wiki Differance" -#~ msgstr "Wiki分歧" - -#~ msgid "History" -#~ msgstr "历史" - -#~ msgid "Tags" -#~ msgstr "标签" - -#~ msgid "" -#~ "\n" -#~ "The base module to manage documents(wiki)\n" -#~ "\n" -#~ "keep track for the wiki groups, pages, and history\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "这基础模块用于管理文档(wiki)\n" -#~ "跟踪wiki组,页面和日志\n" -#~ " " diff --git a/addons/document_page/i18n/zh_TW.po b/addons/document_page/i18n/zh_TW.po index 781fc87340c..abfa870b47d 100644 --- a/addons/document_page/i18n/zh_TW.po +++ b/addons/document_page/i18n/zh_TW.po @@ -7,189 +7,168 @@ msgstr "" "Project-Id-Version: OpenERP Server 5.0.4\n" "Report-Msgid-Bugs-To: support@openerp.com\n" "POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2009-01-23 17:16+0000\n" +"PO-Revision-Date: 2012-08-13 12:08+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-09 06:46+0000\n" -"X-Generator: Launchpad (build 14763)\n" +"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" +"X-Generator: Launchpad (build 15791)\n" -#. module: wiki -#: field:wiki.groups,template:0 -msgid "Wiki Template" +#. module: document_page +#: field:document.page.type,template:0 +msgid "Document page Template" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki -#: model:ir.ui.menu,name:wiki.menu_action_wiki_wiki -msgid "Wiki Pages" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki +#: model:ir.ui.menu,name:document_page.menu_action_wiki_wiki +msgid "Document Pages" msgstr "" -#. module: wiki -#: field:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,method:0 msgid "Display Method" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,create_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,create_uid:0 msgid "Author" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_wiki_page_open -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_wiki_page_open +#: view:document.page.page.open:0 msgid "Open Page" msgstr "" -#. module: wiki -#: field:wiki.groups,menu_id:0 +#. module: document_page +#: field:document.page,menu_id:0 msgid "Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,section:0 -msgid "Section" -msgstr "" - -#. module: wiki -#: help:wiki.wiki,toc:0 +#. module: document_page +#: help:document.page,type:0 msgid "Indicates that this pages have a table of contents or not" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_history view:wiki.wiki.history:0 -msgid "Wiki History" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_history view:document.page.history:0 +msgid "Document page History" msgstr "" -#. module: wiki -#: field:wiki.wiki,minor_edit:0 +#. module: document_page +#: field:document.page,minor_edit:0 msgid "Minor edit" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,text_area:0 +#. module: document_page +#: view:document.page:0 field:document.page,content:0 msgid "Content" msgstr "" -#. module: wiki -#: field:wiki.wiki,child_ids:0 +#. module: document_page +#: field:document.page,child_ids:0 msgid "Child Pages" msgstr "" -#. module: wiki -#: field:wiki.wiki,parent_id:0 +#. module: document_page +#: field:document.page,parent_id:0 msgid "Parent Page" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 field:wiki.wiki,write_uid:0 +#. module: document_page +#: view:document.page:0 field:document.page,write_uid:0 msgid "Last Contributor" msgstr "" -#. module: wiki -#: field:wiki.create.menu,menu_parent_id:0 +#. module: document_page +#: field:document.page.create.menu,menu_parent_id:0 msgid "Parent Menu" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_make_index.py:52 -#, python-format -msgid "There is no section in this Page" -msgstr "" - -#. module: wiki -#: field:wiki.groups,name:0 view:wiki.wiki:0 field:wiki.wiki,group_id:0 -msgid "Wiki Group" -msgstr "" - -#. module: wiki -#: field:wiki.wiki,name:0 +#. module: document_page +#: field:document.page,name:0 msgid "Title" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_create_menu +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_create_menu msgid "Wizard Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki,history_id:0 +#. module: document_page +#: field:document.page,history_id:0 msgid "History Lines" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Page Content" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 +#. module: document_page +#: code:addons/document_page/document_page.py:237 code:addons/wiki/wizard/wiki_make_index.py:52 #, python-format msgid "Warning !" msgstr "" -#. module: wiki -#: code:addons/wiki/wiki.py:237 +#. module: document_page +#: code:addons/document_page/document_page.py:237 #, python-format msgid "There are no changes in revisions" msgstr "" -#. module: wiki -#: help:wiki.wiki,section:0 -msgid "Use page section code like 1.2.1" -msgstr "" - -#. module: wiki -#: field:wiki.create.menu,menu_name:0 +#. module: document_page +#: field:document.page.create.menu,menu_name:0 msgid "Menu Name" msgstr "" -#. module: wiki -#: field:wiki.groups,notes:0 +#. module: document_page +#: field:document.page.type,notes:0 msgid "Description" msgstr "" -#. module: wiki -#: field:wiki.wiki,review:0 +#. module: document_page +#: field:document.page,review:0 msgid "Needs Review" msgstr "" -#. module: wiki -#: help:wiki.wiki,review:0 +#. module: document_page +#: help:document.page,review:0 msgid "" "Indicates that this page should be reviewed, raising the attention of other " "contributors" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 msgid "Menu Information" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_wiki_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_wiki_history msgid "Page History" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "Tree" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Page Template" msgstr "" -#. module: wiki -#: field:wiki.wiki,tags:0 +#. module: document_page +#: field:document.page,tags:0 msgid "Keywords" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,help:wiki.action_wiki +#. module: document_page +#: model:ir.actions.act_window,help:document_page.action_wiki msgid "" "With Wiki Pages you can share ideas and questions with your coworkers. You " "can create a new document that can be linked to one or several applications " @@ -197,239 +176,229 @@ msgid "" "There is a basic wiki editing for text format." msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "Warning" msgstr "" -#. module: wiki -#: help:wiki.groups,home:0 +#. module: document_page +#: help:document.page.type,home:0 msgid "Required to select home page if display method is Home Page" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,create_date:0 +#. module: document_page +#: field:document.page.history,create_date:0 msgid "Date" msgstr "" -#. module: wiki -#: view:wiki.make.index:0 +#. module: document_page +#: view:document.page.make.index:0 msgid "Want to create a Index on Selected Pages ? " msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff -#: model:ir.actions.act_window,name:wiki.action_view_wiki_show_diff_values -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff +#: model:ir.actions.act_window,name:document_page.action_view_wiki_show_diff_values +#: view:wizard.document.page.history.show_diff:0 msgid "Difference" msgstr "" -#. module: wiki -#: field:wiki.groups,page_ids:0 +#. module: document_page +#: field:document.page.type,page_ids:0 msgid "Pages" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Group Description" msgstr "" -#. module: wiki -#: view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.page.open:0 msgid "Want to open a wiki page? " msgstr "" -#. module: wiki -#: field:wiki.groups,section:0 -msgid "Make Section ?" -msgstr "" - -#. module: wiki -#: field:wiki.wiki.history,text_area:0 +#. module: document_page +#: field:document.page.history,content:0 msgid "Text area" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Meta Information" msgstr "" -#. module: wiki -#: field:wiki.wiki,create_date:0 +#. module: document_page +#: field:document.page,create_date:0 msgid "Created on" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:document.page.type:0 view:wizard.document.page.history.show_diff:0 msgid "Notes" msgstr "" -#. module: wiki -#: selection:wiki.groups,method:0 +#. module: document_page +#: selection:document.page.type,method:0 msgid "List" msgstr "" -#. module: wiki -#: field:wiki.wiki,summary:0 field:wiki.wiki.history,summary:0 +#. module: document_page +#: field:document.page,summary:0 field:document.page.history,edit_summary:0 msgid "Summary" msgstr "" -#. module: wiki -#: field:wiki.groups,create_date:0 +#. module: document_page +#: field:document.page.groups,create_date:0 msgid "Created Date" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_history +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_history msgid "All Page Histories" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki -msgid "wiki.wiki" +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki +msgid "document.page" msgstr "" -#. module: wiki -#: help:wiki.groups,method:0 +#. module: document_page +#: help:document.page.type,method:0 msgid "Define the default behaviour of the menu created on this group" msgstr "" -#. module: wiki -#: view:wizard.wiki.history.show_diff:0 +#. module: document_page +#: view:wizard.document.page.history.show_diff:0 msgid "Close" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wizard_wiki_history_show_diff -msgid "wizard.wiki.history.show_diff" +#. module: document_page +#: model:ir.model,name:document_page.model_wizard_wiki_history_show_diff +msgid "wizard.document.page.history.show_diff" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,wiki_id:0 +#. module: document_page +#: field:document.page.history,wiki_id:0 msgid "Wiki Id" msgstr "" -#. module: wiki -#: field:wiki.groups,home:0 selection:wiki.groups,method:0 +#. module: document_page +#: field:document.page.type,home:0 selection:document.page.type,method:0 msgid "Home Page" msgstr "" -#. module: wiki -#: help:wiki.wiki,parent_id:0 +#. module: document_page +#: help:document.page,parent_id:0 msgid "Allows you to link with the other page with in the current topic" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Modification Information" msgstr "" -#. module: wiki -#: help:wiki.wiki,group_id:0 -msgid "Topic, also called Wiki Group" -msgstr "" - -#. module: wiki -#: model:ir.ui.menu,name:wiki.menu_wiki_configuration view:wiki.wiki:0 +#. module: document_page +#: model:ir.ui.menu,name:document_page.menu_wiki_configuration view:document.page:0 msgid "Wiki" msgstr "" -#. module: wiki -#: field:wiki.wiki,write_date:0 +#. module: document_page +#: field:document.page,write_date:0 msgid "Modification Date" msgstr "" -#. module: wiki -#: view:wiki.groups:0 +#. module: document_page +#: view:document.page.type:0 msgid "Configuration" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index -#: model:ir.actions.act_window,name:wiki.action_view_wiki_make_index_values -#: model:ir.model,name:wiki.model_wiki_make_index view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index +#: model:ir.actions.act_window,name:document_page.action_view_wiki_make_index_values +#: model:ir.model,name:document_page.model_wiki_make_index view:document.page.make.index:0 msgid "Create Index" msgstr "" -#. module: wiki -#: code:addons/wiki/wizard/wiki_show_diff.py:54 +#. module: document_page +#: code:addons/document_page/wizard/document_page_show_diff.py:54 #, python-format msgid "You need to select minimum 1 or maximum 2 history revision!" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Group By..." msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_create_menu -#: view:wiki.create.menu:0 view:wiki.groups:0 view:wiki.make.index:0 +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_create_menu +#: view:document.page.create.menu:0 view:document.page.type:0 view:document.page.make.index:0 msgid "Create Menu" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,minor_edit:0 +#. module: document_page +#: field:document.page.history,minor_edit:0 msgid "This is a major edit ?" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_groups -#: model:ir.actions.act_window,name:wiki.action_wiki_groups_browse -#: model:ir.model,name:wiki.model_wiki_groups -#: model:ir.ui.menu,name:wiki.menu_action_wiki_groups view:wiki.groups:0 -msgid "Wiki Groups" +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_groups +#: model:ir.actions.act_window,name:document_page.action_wiki_groups_browse +#: model:ir.model,name:document_page.model_wiki_groups +#: model:ir.ui.menu,name:document_page.menu_action_wiki_groups view:document.page.type:0 +msgid "Document Types" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Topic" msgstr "" -#. module: wiki -#: field:wiki.wiki.history,write_uid:0 +#. module: document_page +#: field:document.page.history,write_uid:0 msgid "Modify By" msgstr "" -#. module: wiki -#: code:addons/wiki/web/widgets/wikimarkup/__init__.py:1981 -#: field:wiki.wiki,toc:0 +#. module: document_page +#: code:addons/document_page/web/widgets/wikimarkup/__init__.py:1981 +#: field:document.page,type:0 #, python-format -msgid "Table of Contents" +msgid "Type" msgstr "" -#. module: wiki -#: view:wiki.groups:0 view:wiki.wiki.page.open:0 -msgid "Open Wiki Page" +#. module: document_page +#: view:document.page.type:0 view:document.page.page.open:0 +msgid "Open Document Page" msgstr "" -#. module: wiki -#: model:ir.model,name:wiki.model_wiki_wiki_page_open +#. module: document_page +#: model:ir.model,name:document_page.model_wiki_wiki_page_open msgid "wiz open page" msgstr "" -#. module: wiki -#: view:wiki.create.menu:0 view:wiki.make.index:0 view:wiki.wiki.page.open:0 +#. module: document_page +#: view:document.page.create.menu:0 view:document.page.make.index:0 view:document.page.page.open:0 msgid "Cancel" msgstr "" -#. module: wiki -#: field:wizard.wiki.history.show_diff,file_path:0 +#. module: document_page +#: field:wizard.document.page.history.show_diff,file_path:0 msgid "Diff" msgstr "" -#. module: wiki -#: view:wiki.wiki:0 +#. module: document_page +#: view:document.page:0 msgid "Need Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.action_wiki_review +#. module: document_page +#: model:ir.actions.act_window,name:document_page.action_wiki_review msgid "Pages Waiting Review" msgstr "" -#. module: wiki -#: model:ir.actions.act_window,name:wiki.act_wiki_group_open +#. module: document_page +#: model:ir.actions.act_window,name:document_page.act_wiki_group_open msgid "Search Page" msgstr "" diff --git a/addons/edi/test/edi_partner_test.yml b/addons/edi/test/edi_partner_test.yml index cca39417927..9fc523bf84f 100644 --- a/addons/edi/test/edi_partner_test.yml +++ b/addons/edi/test/edi_partner_test.yml @@ -9,12 +9,12 @@ !python {model: edi.document}: | import json partner_obj = self.pool.get('res.partner') - tokens = self.export_edi(cr, uid, [partner_obj.browse(cr, uid, ref('base.res_partner_agrolait'))]) + tokens = self.export_edi(cr, uid, [partner_obj.browse(cr, uid, ref('base.res_partner_2'))]) doc = self.get_document(cr, uid, tokens[0], context=context) edi_doc, = json.loads(doc) # check content of the document - assert edi_doc.get('__id').endswith('.res_partner_agrolait'), 'Incorrect external ID' + assert edi_doc.get('__id').endswith('.res_partner_2'), 'Incorrect external ID' assert edi_doc.get('__model') == 'res.partner', 'Incorrect/Missing __model' assert edi_doc.get('__module') == 'base', 'Incorrect/Missing __module' assert edi_doc.get('__last_update'), 'Missing __last_update' @@ -32,8 +32,8 @@ edi_doc['__attachments'] = [attachment] doc = json.dumps([edi_doc]) result, = self.import_edi(cr, uid, edi_document=doc) - assert result[0] == 'res.partner' and result[1] > ref('base.res_partner_agrolait'),\ - "Expected (%r,> %r) after import 1, got %r" % ('res.partner', ref('base.res_partner_agrolait'), result) + assert result[0] == 'res.partner' and result[1] > ref('base.res_partner_2'),\ + "Expected (%r,> %r) after import 1, got %r" % ('res.partner', ref('base.res_partner_2'), result) # export the same partner we just created, and see if the output matches the input tokens = self.export_edi(cr, uid, [partner_obj.browse(cr, uid, result[1])]) diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 75c79f06835..46eb9759ec2 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -52,7 +52,7 @@ Note that: 'res_partner_view.xml', 'email_template.xml', ], - 'demo_xml': ['event_demo.yml'], + 'demo_xml': ['event_demo.xml'], 'test': ['test/process/event_draft2done.yml'], 'css': ['static/src/css/event.css'], 'installable': True, diff --git a/addons/event/event_demo.xml b/addons/event/event_demo.xml new file mode 100644 index 00000000000..91a3f695216 --- /dev/null +++ b/addons/event/event_demo.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + Seminar + + + + Exhibition + + + + Conference + + + + Show + + + + Training + + + + + Concert of Bon Jovi + + + 500 + + + + + Opera of Verdi + + + + 50 + 350 + + + Conference on ERP Business + + + + 200 + + + + + + + Agrolait + s.l@agrolait.be + 003281588558 + + + 5 + + + + ASUStek + info@asustek.com + + 1 64 61 04 01 + + + 10 + + + + Camptocamp + openerp@camptocamp.com + +41 21 619 10 04 + + + 5 + + + + diff --git a/addons/event/event_demo.yml b/addons/event/event_demo.yml deleted file mode 100644 index 6f843fd0965..00000000000 --- a/addons/event/event_demo.yml +++ /dev/null @@ -1,73 +0,0 @@ -- - from datetime import datetime, timedelta -- - !record {model: event.type, id: event_type_0}: - name: 'Seminar' -- - !record {model: event.type, id: event_type_1}: - name: 'Exhibition' -- - !record {model: event.type, id: event_type_2}: - name: 'Conference' -- - !record {model: event.type, id: event_type_3}: - name: 'Show' -- - !record {model: event.type, id: event_type_4}: - name: 'Training' -- - !record {model: event.event, id: event_0}: - name: 'Concert of Bon Jovi' - date_begin: !eval time.strftime('%Y-%m-01 19:05:15') - date_end: !eval time.strftime('%Y-%m-01 23:05:15') - register_max: 500 - type: event_type_1 -- - !record {model: event.event, id: event_1}: - name: 'Opera of Verdi' - date_begin: !eval (datetime.today()+ timedelta(days=1)).strftime('%Y-%m-%d 18:00:00') - date_end: !eval (datetime.today()+ timedelta(days=1)).strftime('%Y-%m-%d 21:00:00') - register_min: 50 - register_max: 350 - type: event_type_1 -- - !record {model: event.event, id: event_2}: - name: 'Conference on ERP Business' - date_begin: !eval (datetime.today()+ timedelta(days=20)).strftime('%Y-%m-%d 14:00:00') - date_end: !eval (datetime.today()+ timedelta(days=20)).strftime('%Y-%m-%d 16:30:00') - register_min: 50 - register_max: 350 - type: event_type_2 -- - !record {model: event.registration, id: reg_1_1}: - name: 'Agrolait' - email: 's.l@agrolait.be' - phone: '003281588558' - event_id: event_1 - partner_id: base.res_partner_asus - nb_register: 5 -- - !record {model: event.registration, id: reg_1_2}: - name: 'ASUStek' - email: 'info@asustek.com' - phone: '+ 1 64 61 04 01' - event_id: event_1 - partner_id: base.res_partner_asus - nb_register: 10 -- - !record {model: event.registration, id: reg_0_1}: - name: 'Syleam' - email: 'contact@syleam.fr' - phone: '+33 (0) 2 33 31 22 10' - event_id: event_0 - partner_id: base.res_partner_sednacom - nb_register: 6 -- - !record {model: event.registration, id: reg_0_2}: - name: 'Camptocamp' - email: 'openerp@camptocamp.com' - phone: '+41 21 619 10 04' - event_id: event_2 - partner_id: base.res_partner_c2c - nb_register: 5 - diff --git a/addons/event/test/ui/demo_data.yml b/addons/event/test/ui/demo_data.yml index 0fbb2bfa676..1a6631c93a3 100644 --- a/addons/event/test/ui/demo_data.yml +++ b/addons/event/test/ui/demo_data.yml @@ -3,7 +3,7 @@ - !record {model: event.registration, id: reg_0_1}: event_id: event_0 - partner_id: base.res_partner_asus + partner_id: base.res_partner_1 name: 'Ticket for Concert' - I create event record to call product onchange and team onchange. @@ -15,7 +15,7 @@ I call onchange event from event registration wizard. - !python {model: partner.event.registration}: | - context.update({'active_id': ref("base.res_partner_ericdubois0")}) + context.update({'active_id': ref("base.res_partner_5")}) self.onchange_event_id(cr, uid, 1, ref("event_1"), context=context) - I confirm event from wizard. diff --git a/addons/event_sale/event_demo.xml b/addons/event_sale/event_demo.xml index 6dd696225a3..3acd3c81f57 100644 --- a/addons/event_sale/event_demo.xml +++ b/addons/event_sale/event_demo.xml @@ -13,7 +13,7 @@ Technical Training True - + service 2500.0 1000.0 diff --git a/addons/event_sale/test/confirm.yml b/addons/event_sale/test/confirm.yml index c46221acc68..d7e3e610aac 100644 --- a/addons/event_sale/test/confirm.yml +++ b/addons/event_sale/test/confirm.yml @@ -19,8 +19,8 @@ - I create a sale order - - !record {model: sale.order, id: order}: - partner_id: base.res_partner_agrolait + !record {model: sale.order, id: order1}: + partner_id: base.res_partner_2 note: Invoice after delivery payment_term: account.account_payment_term - @@ -30,23 +30,23 @@ product_id: event_product price_unit: 190.50 product_uom_qty: 8 - order_id: order + order_id: order1 name: sale order line event_id: event - I confirm the sale order - - !workflow {model: sale.order, ref: order, action: order_confirm} + !workflow {model: sale.order, ref: order1, action: order_confirm} - I check if the sale order is confirmed - - !assert {model: sale.order, id: order}: + !assert {model: sale.order, id: order1}: - state == 'manual' - I check if a registration is created - !python {model: event.registration}: | - order_id = ref('order') + order_id = ref('order1') order = self.pool.get('sale.order').browse(cr, uid,order_id) registration_ids = self.search(cr,uid,[('origin','=',order.name)]) if registration_ids == []: diff --git a/addons/hr/hr_demo.xml b/addons/hr/hr_demo.xml index 79f511bbb97..20d3e093505 100644 --- a/addons/hr/hr_demo.xml +++ b/addons/hr/hr_demo.xml @@ -55,6 +55,7 @@ Quentin qdp qdp + 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 @@ -91,6 +92,19 @@ /9j/4AAQSkZJRgABAQEASABIAAD/4gv4SUNDX1BST0ZJTEUAAQEAAAvoAAAAAAIAAABtbnRyUkdCIFhZWiAH2QADABsAFQAkAB9hY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAA9tYAAQAAAADTLQAAAAAp+D3er/JVrnhC+uTKgzkNAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBkZXNjAAABRAAAAHliWFlaAAABwAAAABRiVFJDAAAB1AAACAxkbWRkAAAJ4AAAAIhnWFlaAAAKaAAAABRnVFJDAAAB1AAACAxsdW1pAAAKfAAAABRtZWFzAAAKkAAAACRia3B0AAAKtAAAABRyWFlaAAAKyAAAABRyVFJDAAAB1AAACAx0ZWNoAAAK3AAAAAx2dWVkAAAK6AAAAId3dHB0AAALcAAAABRjcHJ0AAALhAAAADdjaGFkAAALvAAAACxkZXNjAAAAAAAAAB9zUkdCIElFQzYxOTY2LTItMSBibGFjayBzY2FsZWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAACSgAAAPhAAAts9jdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23//2Rlc2MAAAAAAAAALklFQyA2MTk2Ni0yLTEgRGVmYXVsdCBSR0IgQ29sb3VyIFNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAAAABQAAAAAAAAbWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACWFlaIAAAAAAAAAMWAAADMwAAAqRYWVogAAAAAAAAb6IAADj1AAADkHNpZyAAAAAAQ1JUIGRlc2MAAAAAAAAALVJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBpbiBJRUMgNjE5NjYtMi0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA9tYAAQAAAADTLXRleHQAAAAAQ29weXJpZ2h0IEludGVybmF0aW9uYWwgQ29sb3IgQ29uc29ydGl1bSwgMjAwOQAAc2YzMgAAAAAAAQxEAAAF3///8yYAAAeUAAD9j///+6H///2iAAAD2wAAwHX/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCACWAMgDASIAAhEBAxEB/8QAHQAAAQUBAQEBAAAAAAAAAAAABQAEBgcIAwIBCf/EAEcQAAIBAwIDBQQGBgYKAwEAAAECAwAEEQUhBhIxBxNBUWEicYHBFDJCkaGxCCMkUnLRFTNTYnPhFiU0VGOCkrLw8TZDosL/xAAZAQADAQEBAAAAAAAAAAAAAAABAwQCAAX/xAAqEQACAgICAgEDAgcAAAAAAAAAAQIRAyESMQRBEyJRYRSBIzJxkdHw8f/aAAwDAQACEQMRAD8AiVmskWGRip8wcUSF0ZUEd5bwXaAggSoDgjx99P5NFuol3hJA8V3rh9DZTgqQfdTxK+6OGpadpOsFnuJLu2lbGSJCybdNum3nQu74Nv3mmuLKW3vw6N7XMO8Y42yCAPeRv49aOi3I8K9ojoeZSQfMUKTOPXD1tdR6WkV3DNDJGxXklYswHhueoookOfCuNvqF3GOV2EqeUgzT2G/snP66F4G/eT2h91cce4IfSnLRDuXH901y0+2jd8rfpdZP8LfdRk2Uf0cNzpzMSpTfmHqfQ/Kus5ETePfYVGu0sNDwTfug39gfe4qa3tuI7pUQD2jjFRXtbi7rgmceLTRA46/Wz8qD2mFaaK34O1F7qa100W5Z8H2gfLJ6VPEsmwNiKrXhV3XibTpLb9UTexgcjEbFxkZ69DWiJdPt5SSU5T5rtS8dtMt8zHHH8bj7in++yBiwIORkHzrr9Bu2jLKhZVGSx2x8elTVbC3hUExKW8yc1zlHMcYHL5U3hfZFzroqzi3VF4f00Xd5bSPzSBAqkA753391NtE1XS9YhL2NyHkxl422dfh/Kl2/Rn+gogNv2lPyaqVglntpVljZ0dTlXQkEUhyplEVasvaWGvEMOZQMeNQPh3j25iCQ6uhuounfIMSD3jofzqwNGvrHU1WexuEmTO+Oq+hHUVqMkzMotHV4ceFcmiPlRJ0BNeDFTaMWDTEPKvDRelEjEKYavK9pbd4iBjzAb9KD0EbtCMdK4yRALv8AjQm81ecZ57lYh5AAUGu9WgJPPO8p+JpfyB4h68mtUB5pkz5A5/KlUQn1ZNxHCfiaVZ5sPE1lEMJk16MEUoxJGre8V5jxy10U71QTIbnR7SUZUFD6GuEnD79Y5Fb37UXhIA6V2jffFAJF5dHuo8kwkgeI3prJaMp3Uj31OYH38Otd3jhlAEkSNnzFcc2Vw9qwOVyDXeC+1G2wFmZlH2X9ofjU2m0fT5eiGM/3TTa54biETSRz7DwZa45Mj8N7HNIklzalXU5DRN8jUb7Xmt5eDgEugiG7i7zmBDKN98eNTyDS7WHeTMjD4Cof21RJJwYYo7Yle+DHu0+qAD7Rx0Az1O1FqkFO2VXw9p96L7R76OxuHsVvE5ZxFlT+sGckeVX20saD23VBnqTiqh4Lvb+20rNjcSWyGV8RofZG/kdqOvr93uL2zhuM7F1zG/3ilxXEpz5nmUU1XFUT6Zw24II8wa48uWqH6TfWYaV4Hvbd3G/eNzgH3j51KLTULaUKqyDO2/maapImcWVd2/LjSLcedyv/AGtVKlCDjGauvt8P+rrRT/vP/wDBqn+X2l2FST2yqLaSGXdqTt7LelGOBpZ4uLdOSORkLTqrFTjmU+Bpi6KS+3TFPuCATxppYH9svzrK7NXaZeKDIyaRXNek2Fes4qsmORQUK4jT9g6fbFGA++OU0M4jH7Af4xQl0zl2VjxMuLvI68maBE53JqQ8VDE7HyiqKtJUvbKUkkdWYD1pU3aQ+JpV1B5GuoOLbrA+l6dazjxIyp+dPYeJdGlP6+wuYD5owYCnUnD2nOoKvInxBplLwyhz3Vyh/iXFWWyFRiErfUdCmGItT7onwmQrT6KASjNtdW048OSQVF5uGbxRlBG/uamk2h6hCc/RpR5FR/KhYa/JNVguYjl4mHr1FATqd9JqU6d68USuVReXGw2zvQWOfWrM4juruLHgWOPuNOE4n1uPCzGG5XyliB/EVykgOLJNbzTFRmVz8acXc7jKCSQLgbE1F4+K484udHjB8WhkK/gacHXtInTLve2pP7yBwPurXJGOEharqc1qOdTzDP1WHWgPanHd32gQxWgJmLlgqvjYDOPX3U9vILfUHQW+vWRQkcyyAq2PTO1Cu05XuLOztLYhpy5dJIpfqYHXb0yKzJ6bNxi7ojFjxPZabwXbfSkhmvSzbyDmYKMBQBsTtgDwAFDV1ziPULFJ7Th6zIbJ5+8bcD+6eho32ZcK2Wo6y3Kn0q5jwJJCP1aH91R4n31orhns809EV5tOhd8D2nGalllosx4HLZk/WIOLbm2jntrGa2kZvZMLk+zy+Xnk1OOEOKAtpa2WtWaWd/8A1fetHyrNjxz4E+NaZuOB9JZGA062BYbnuxVQdqfZfLb2015pcLSIAS9sd1YePL5GhHPTNy8a1plM9vDhrOywcjvyf/xVTZBdanHaD/SI0y2sr0FlhctFKftxkYA94qAsG5gFz7jXN2zlDR1b7f8A54U+4F/+aaWf+MvzoS7sudtvSi/A2/GWm4/tgfwND2gcaTLvQ7CvYrip2G9eubeqyU+n61DOIz+wH+MUSJoXxIf2D/nFdLo5dlb8Wf1j/wCD/OocTipjxX9Z/wDC/nUNbrUa7ZVLpHhiaVI0qNmTbgncAb5r0tyd6a8wwN6Q6HfxqsjQSS7O21dBdrkbmh67qtMOI7uex0a7ubZQ1xHCzRKVzzNjbbx91BulYUrJHHdIeuD765SJYzH9ZbQN55QVRUfG3aA8n6u0BXO2bHH51IdM4h45eLvLnT4wPS3/AJGkPyYIevGm/aLNbSNIlODaqv8ACxFfLvhrSPohde9ByNsg1Vt3x9xPYyYk0iGQDzikX8qazdtF4kfc3fDwHmUnYfgVox8jHIL8XKv+liT6XpNupIthKR++xIqCzNBdX2oLAkcTDEKBRgZOSaZWva7ol4e5uLO9tnf2QTyuoJ28Dn8KZ8GXi3HGEILKySSPIATsfDNHJNNaOhCSezQPYTwxBpGkRKY0aUjmlfH1mO5P5Vd1lGO7AAGw2qCcCQWcOmNe6nMsFouyBn5QfUn5VL9M1HRbgyXWlXEUgjH6wRk4x/540hLdlTdKkF+6yNx76EavDbTQsjNGc7HJHXyooNQhkjQKwPedN/OgurcUaPpshsriCboWJFuSnKOrZA6etHimjEZSj2ZZ/SY4Wisrf6dawr3UkntAfYc+I99ZlvUaKVcjAbcHzr9Au1Ph7T9f4Su5IF76wvoO8ixvyNjIK+Xgawbqi9289nIodoZCC3iOozQ9GnqWgHLJ7RFGOBphHxZZTFWYRuWblGTgKaAP/W49asnsSsLWWTWL+6ClYVSIZ64YknH3CtLbR03UWHzrN1dXCRxRSxxvsOXAOffXQPrMZLJKeUfZc5yPjUzXStLiKGJAZFyzZOyjwxTfUbW3W3EoYA+pxQnkmmM8fDjnG5IG6fdfSIwfHofQ+INNeJD/AKv/AOcVxsy0WrZQERTKQ3lkdPnXviNv2D3uKojLlC2R5sfx5OJXXFZGX/wv51DmzgMNhUu4tbHe+fdfzqFRux26ip49sZLpHU9KVfCaVEFG0IGs1hRJL+WRlGC7wFS3rgDFc4Y1UNnXYmJbK81vjA8q8h8gbnpXQE8nxqpqyRDyH6OI1X6fbs2NznGaa67pz6hBEltfWilebJMmOo8K6QEdwmRnau0YXO6qfeKzKKaphi6dojl1wvczxFBHp7sVxzi5bOfPrjNJeGdTNjJA8hV2Qp3kMwyAdgR61JeSP+zTP8Ipd3Cf/qT/AKaVLDFjY5ZIrqXgLiWPe34l1gbfb5JPnTKbhDjeIEf0406+U1grfOrUighJwY1r1dW8AQcilTnflcj51n4EMXkzKB4u0LiLTNLlu76LSXRftfQCjfAjxplwjcCDtDsLMkLgJH16HkB+/OatPtMRJdOisiryLLKoKlzvvVO8K2N5N2jQCCN5JzMzRYJHt749+cYA8SRWOKhKhqm8kbN5afpFjq2macLpZClqVljVMY5wNiQdjj1otd6fBpmj3As4XXmDOSx8T1PvoL2XXq3ug2k5By8anB6ipfrbJNaLEQAvONsda5aQ5xXNAqKMwWNo7gqvs5Y9BtRSTT4ZYxLJaW0hG6vy52+FeYYLs2QSeVWiXdcdT5DFPLCQLCEjB9nYg+Iro6M5He0RviC0hTSJbeKCOFCpCqi4A+Ffn92m8NXej8TandDka0lvpYk5XyynAkAI8Mg7eeDX6HcWZ+hScq4PKfyrI/6RlnpI1fh2xsFc394izXQHQlgFTbz2bHoaPSdB4ppMzJIuLjH96pv2UXTQXd4ruTA0sZZPM71EdShMOqtE6lSrlWB8CDgj76sHsW4cXULi8vLxGjjICwN9UnxLDz8BRSbdIXyUaf5LHhkzkLgZHMCDnY9K+66hFiSsjKCBkrsRv867PoV5Zsz2579cDps33VwvZlnhELMI3U+0D1HpvSmpJ7PQxyxyX0gqX29VhlxyoY2CqMDcY8Pcaa8SHFiP4xXywRpNYubkuzKqhBnz/wDVLiT/AGJf8Qfkaqgqxnl+XXzOit+LOsv+HUTXvYlCNFyCUBwzLuRvgj0qWcVkBpSRsI+lRJtsMpx6VjHjck2jGSaVL8HrmBOPGlXlCMdBnxpVk62bA0m+tNStFubKYSxHbmAx+FEOU8tUzpmsXeiXifRx9FZD9HukxlefP1iDtv5/zq2eHNVh1ew71cLMm0seeh8x6Hwpnj51mjfsHleNLx5Ux/agmJPLFOo1PX0pW0B7hMD7Ip7DbswzjwpxNY3jQs2wr2kLhtxTpgkDKIypYfWyetdBzNymQKNsDBrmjrBkk0Fu4FxPHDzdOdsZr6txaTSFRdxkKux5gPa+NeNdhUSEsoII8Rmqp4qs5p+JJoUW5ghIBWWJQQDyjbz3O1Tzlki1xVj8UMc3UpcfySHjy7tDqdhEtxG5FyqsoYEj2gOlBjdaVw9dS3tnDi9AzHMTumPqkeWDVcWdtq2kaq7X8FzA8j4QyAhs+e9P769a/JljbmwvLj76nnkfyK1Rc8EYxcYyujYX6Pus2er8IWN1G4J9sMCMHPMcjHvzU+4nguO/t5oHkeFPrwI3KX8vaxmsocC9oumcD2nDJs7C6SxubRzqKqOcpIsjK0vm26knYYGPKtP8K8VaTxJaRTWN5BcxyIGjZHBDCmSVAhO2pfYMWqmS2HLp1yTj6stwcVy0q0ni1LvpmEQ5cd3ETyfEHqaMWjSNGQuBjzplqNwtrbvJIVU5wN6MujudtxGXGFwkdhO7EBQh/KsNcfa3dXvbFG2pQRwGxuoogo2UpGAFO/XIwc+taR7cOI9aueE7u04XBlvXUqHQczL58o8TWUO1ttRbju4u7shZTFbMExy8gMKNgL4dTQf8r+5naaXoHWuh/wCkPaBLMIVa2Sd5JQBhWbnOB8cAn/Ort03Sbe2UMEjDcuMKCAPhVIaLxVquiZFnHZuCxY95ESSScnJBq3OzHjm24mZ9Pu4lstRReYIr+zKPErnfI8jVOKNJWTTmpS0HkkaH2GGUXcjO4H8qF8TWVtdIjSYkTAbmX6y+nrUsu7VXi9ok48SMmgV5Z4QgYZMnYeH+XpTTCb9ETuEhiYi3IaNcDCjHLQfiQ/saesg/I1JLu1EV4bhQeRj7XpTDWtLW7BCOVz7QA86ElapArZUfFx3n/wAMVFbiSJ7dJMFJgeUhVATlAGD1zzHfNT3i/QNXzP3VlJMCmxj3ziq/lgmjlEEsLxykjaQFT+NSqNdjnNaX4PjMqAgEuxwVI2HrmlXyUckhTcEbYP49KVdoW21ovK6hW6svpYh7/uv1d2pHtyQnYN13ZcYPqo8676Bq0+h6v3LOxeNQVdvqTxHofiOvkRUq0ng3itbiad7aDnmYly/IobKBcEDboB91PE7LtZurmCe4urZTCMJuWK75wPStLEozk4rt3/v7f2NxzN4I457a1f4/yiZaPrekSadC5eUsVGQI+h8qdT8QabDaTPGkpYIcZAHzodpXAF1BAsL6iSF/dSii8Bwd2VuLi4ZGGGzhRinNsn0QLiHio6dIizappM5kjDMttIZWjJGeQnGObz/9VHr/ALQLpw0dnqAiXxbPJnbwyKsqTgTs407H0xNNUrt+uuQT92aSHsz07/ZbbT5GH+72RkP38vzpT5/c9SGbwIxX8Nt/1RDeGeJJNSZ7OXUzdRW/KRMEdicnPLk7miGp3um2bTXmoNJDY8oDSSREKp+PWpNJxdokC8tjod9KB0xEkS/iflVRduuv3esT6fFLYmxtI0dhGZufnbP1jgAbDamY5uJ53kcMs3KKpfYjfHXEtvrOrudMMUkK8wV0hKFs+YPXalw1Yd9pqsYzEZJXVSw2OCQfhkYoXBNpMHCDqXC6gZFmhUDJdicb+QC/jUy7OIu80try/wCd4LVQRzDbJIA/M1BnfOTkXYF8cFE98XRLpvA2lz4UMk01s5Az7ErlsH3HNaC4N4ZtW4dtW093gu7SNFS5gbkd15AVJxsTggb+VUnr8VvrENzowmia1SL6SDzb82CVx57nceWa0d2eadc6Np+nrc5aOfT4ObbowXH5EUFN2kb4UmwnpGtcQwRLDcSW95y7B2Uxv8QMg/hXjiBr+9hLXU+BjaNNgKN3NlCJO8C7HxFMtREYhx1JGMmnXoxdkMMItrnTERcc7NnHgMVRH6U+ifQ+JNI1kRgC7sjbu2PtwsVH3oU/GtIWtk13q9scZWBdvjUP/Su4ejuuyw3/ACjvtNuo5QcdFf2G/MfdRxP6zGfcTGz4yT51702+l0zVbW/tn5ZYJVkBHod/wyK+SLsRjpTK4OFPuqwgNc20nPGFlXDMMq3nnpTa5tYy/N3Tq5GDynrXrQZRJpdrHMPbEEYYHz5RRYIjpysAwx41tdDCE6nFEju5f2QPbUqQR61DNY1WzeeKxgjuhLIeWGVYWwcb7Y3NW/d2yEboGIGxIyQKiOpW09hqC6hpkUKXNsxaDnQlemGGxHUEj0rM1KtGotJ2Rc2epGEK7cyAbFW+sPU0C4m0az1aya1nhdZQPYY+0UbwZT1946GpnZXstxB3t+8BupWZphFtGhY5CjPgM/GoxxdfQ6ck1zI3dRow5WLA5PmK6lWwXbKH1KJoL+aAgqYpGT2lwdj5eFKuvEOpDUtbur5UKiWTmApUigO2zap4x1KTa20uwT+KV5D+AFdI9X4wutoDHCD/AGNj83Jpxas4ABuTGP8AhxqtPlezUAz3Ttnb2pjv8BTOL+4vkgU9pxbcD9q1i+jU9QbhIR9y4pv/AKLJcNm91ITt4hppJjUntzaq2YrLmPmY/m1PkuJQPZijjHq/yFdxByItb8H6ZFjEMzn+5bhPxaiUHDlkoHLZZ/xZ/koo5EWcMZSpO2OUYrgVy2C00mRnHeYH4V3FHcmMhpVvBv3dlCPSLJ+9jVKfpOxRqdHaKbvMwzqcAADdfIVezwqpBWOJD54yaoX9Km/iaTR9KSRmuVWWVtsAIeUY+8V1HJ2Ufpv0Z7mAXRlVFKg8u4A9R41P0vr/AE7QIdMSe3W2un72ZYn5zhOjnG6g9MHxqC2FuxkBPXqakWn3UlvGyqkcyPjnWRc5+PWlSwcuijHn49hjh3ia909e6jhjblm72KSRAxGOgwfDGdq252S8R6bx/wAC2uq2ixx3MX6m6tlP9RIBuv8ACRgj091YS1C9luWTmjhhReiRIFH+Z99TnsK7R5+zzjKO7cvJpV1iK/gXfmjzs4H7y9R5jI8aC8dKJp53Jm13sZY/YGSvkfCh11p2ZNgSTUlstQsdU0+C/sJ4rm1uIxJDNGcq6kZBBrnMi56UpxobGV7Bmn6cloGfHtud6i/bJpp1Xsz4ksguWfT5XUf3lHMP+2py7AjamOoWy3NpNbuoKzI0bA+TAj50I6Zz2nZ+aswyxPnvQ67XfHnRrWLd7PUrm0cYa3meI+9WI+VBbzPMAu5JwAOpq4i9mmOEpp7vhLSdTjzKstnGW/fUgYPv3Bo9Zagr4DHxplwZbtY8HaXZPF3bQ20SMnip5QTn1zmul/YhyJY3MbnqR6/+vxpi6NLboOK6ONqE6zZgQSSIcHlIpsjXtqcd8kieBbAND9W1PWZ4mt7e1t1UnHe97nb3YrXoHsjF+og72QqM3GERSPs5+saoXirW7zUr+W0ku+e1SdhGWGMDmIBOOuBV/wBxZ3PM0t1Jh8btncfyrOHFFk2m67eWJJPcylQT4jqD9xpGS0jfYxmh5AzKVdFcoHU7MfQdaVGOG+HrnWJxPymKzTZ5COvovnSpNmljb2aztblMHFuuOhLnP86JWjxg86pCrZzkJk/jVC8FcFahaarDqV5rU0AicOIreViz48GY7Y8xg1cNpeDGObf0pyk2tk7X2Jdbz5wWkY/GiFs6ZBwKi1teqAC2wHiTTyHVYfqrKHPlGCx/CjYKJJDcAs2/l868wTjnyT9j50Ftr0gMSrjJGAcZPX7qX0pkTmnvEhT0wv4mgFoPSTLjJ2XzJwKyp296rHqXaddpGQyWsSQAg5HTJ/OtEC/s3OYVmvG/ewSP+ptvurJnaFdvP2g65LIOVjeMMZzjGBQYUj5ZMoPdnAz409aRU6bketBEmDKN9x0r2bhnH94dfUedMTBQZeVXQFTnxFci5wGFC7a4Kkr67U8V8g11hL//AEYO2BeGL1OE+I7rGh3Un7NO52spSfHyjY9fI7+da8lYFAwYEEZBB8K/MLvORs/Z8a0d+jf22m0W24L4uu/2XaPTr6Vv6ryicn7P7reHQ7YwnLC9ofjn6ZqE3KhuUHeujNzIG8RvUcivQdSePm6DNGUuQY/hUqKmYD7aLNdO7UuJ7NRhU1KYqPIMeYf91NeySCO443haREfuInlAZc4IwMj1GaLfpIXMM3bTxKYCOUXKq2OnOI1DfiKD9jXeNxpI6fVjsLhnPkMAfnirJOokUVc6NCWjB3CocquST5nH+dOJXQTcjdO6z9xodazRwwmSN1dQASRuCvidvvqOdoPF1tw/pVxfKBPKcRQoGHU5wT6beFU9IXdkkuLyNgU9oDqW8fhQu61C2jJHexpgeLjP41mvUuJdY1K4ea8vpeZzljGoXJ+GKFO73EhBklkZjgAndjSnkfpDuEF3IvzXOMdAt1uIZbqO5dYmd4oWDHlA3quNK4LvuKtYm4g1OM2thcP3kcXOO8kXwHoMePjQK00mbSrpXv7URTgBhFLuOUjow9R4UZPE2tpMHGoEADZVVeX3Yxit/p8uSKekZ+XHCXsni6Zb29uIY41gt4lwABgADypVF7PjyVuWG/sl5QPrwHG/8J/nSqaXj5U6opWbE12GtE1yS6Yx20O46mRsflmpLZz3j457kqPKNAPxOTSpVyeyVha3MYHNIrSEeMjFj+NFLa8YKAi4HlSpVt6MD2G6kJyxz8K4ww2qN35gEkrb88hLke7PSlSoI4ex3js4RRv6msncaTd7xlrEuMc17Jt7jj5UqVB9nRGUcmR412WXLKD9bwYfOlSrYUIScsqsBsSRjyNPIZiSNutKlQRzPUj+FcRIQ/J1z0pUq0zl2Xz2F9q+pxyR8P6qJbxhDy2lwTllVd+R89RjoevhV9HjJLfRJtRlhmMcMZkZVwSQPLelSqeUVzKoSbgYc471c6zxbq+r8jILy8lmCsclQzEgGp72I6fHBwdxJxG3tTMhs4x+6oXnY/ElfupUqOZ/SYwL6yqrDVdRsZOayvrm2bGMxykU64gErwadcTXVxcy3Fr3sjTOWwS7DA9MAUqVOTZMwSB5VovsS7IrSbTYeINTuY5biQc0XKpYRDHgDjJ36n4UqVdV6YbcYuS7JTxB2A2ur3815Y8STQySnmKT2wdQfQhgcelVX2hdkmu8IqZ7vUdMurX/hc6ufgV+dKlVuLLK+Polm9tlaXsYjkxFtnwO4pUqVUZFUnQYu0j//2Q== + + Aline + apr + apr + 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 + + + + Phuong + phu + phu + + @@ -125,11 +139,6 @@ - - Human Ressources Manager - - - Consultant @@ -142,6 +151,7 @@ Human Resources Manager + @@ -155,23 +165,28 @@ - - Ranking - - - + CEO - - - Executive Managers - + + Sales + - - Employees - + + Trainer + + + + + Employee + + + + + Consultant + @@ -181,7 +196,7 @@ - + Grand-Rosière +3281813700 fp@openerp.com @@ -193,7 +208,7 @@ - + Grand-Rosière +3281813700 al@openerp.com @@ -206,7 +221,7 @@ - + Grand-Rosière +3281813700 +32486571630 @@ -220,7 +235,7 @@ - + Grand-Rosière +3281813700 niv@openerp.com @@ -233,7 +248,7 @@ - + Grand-Rosière +3281813700 stw@openerp.com @@ -246,7 +261,7 @@ - + Grand-Rosière +3281813700 chs@openerp.com @@ -259,10 +274,11 @@ - + Grand-Rosière +3281813700 qdp@openerp.com + /9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gOTAK/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAUABQAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A/VHijilpCcCgA4qG4ZRyew7Ul3eRWkZeVtqiua1TxC9yClsMKRg56kGha7AeUaL+218JdW+LF98PT4lFn4jtbo2ZF7C0MEswODGkp4LZ7Zr3iORdoO4MD0I71+XPjHwH4el8ffErwzrumRXUFxrstxHfR/Jc2zSKrpNG3XgvnHQ4r339l39oTUJfD3iLwl4y1BpfEXgyA3L6gFJOoaeFwkyju4VcNjvj1rsqYZwgprY6J0WoKSPoX45/G7wx8CfBF94j8RX8MQijb7PaPMqSXcm0lYowTyTjFfnbZftOfF342ftLeFtJg12XS9L/ALUgF34f0aRBEipIWdWlyS42clgdp5GOa474jfHzWv2ifi5qt8PB0c93aWpTStL1cY+x2wG5pXEmE81wynkcAhRX2h+w1+zj4U8H+A/DvjqGFLrxNqdkZJLjcWWFHbd5aqR8pXAUkd1PavIvVqS2tE+gjhcJhMJ7es1KUlpboz65s8EDGMYxxVniordCuCcE4qbtXWfLK/UKr3d0ltA8j8BRn61OeAa5fxTdlnW2B4AyaBmPqF/LqUpd247KOlQYJwBydwK9yCO4Hc01eAKZPKsMbSu/lpH+8ZvQAgk57YxTjordwaPzd/aDk8Wah+0B8QNQTUIPCum2U9uFs5kSRbsLAuHd8/KrLt4HPNcNL8ej4I8ZeH/EvhmG4g13TF/4m0bWZbytPcqJ1kR8BjjBTg889K7z4h61P471XX/Elkj3Eeoav9uiRGAM1vE+yMqCQG+VAwH06ZryrSo9Y1fXLTSpbzV9ankmlk1S+v4ZdkcDRGN4t8nJZiUbA4GFI7mu6rXq0nDDtaM3rYmpTlChy7npHibVW+LPjTVfiTdx3PhZ7zY9pb2kgjlS0ijwDMcEMzqMt2GBjpX3r+zbFc+H/gv4ODho7mSwS4dGGCPNJl2kdsb/ANK/Pb4LaLqHxh1vRPhfEsrT6fKYPElzhgIrCF9vBxy0yBVHsSelfqHHEttEI41SNEGxY0GNgHQfgKrFSjCKpwR04ieipvod9pt6t/bJMgGDwQOxq5XI+Gb37PdGDpHIMhfQ11oORXnHngehrhNckZtRmY8kHAruz0NcRrsRh1O4zyHAK8dD7UAc/reu2PhvR7nVNUuoLCws42kuLqdysaKOST3HHP6V8afGv9oLx78TobnQvCtrF4L8I31syPqmooTqV7AwwTHD/wAsVZTxuO7Br0T9s7xzF4VTwRZ6phfC13fyT3zOMrcPCheCJ8cbWcg7e4T3r5u1/WPFF34n0G8u9AuLLSdfe5l+3amfJmlRRy6RYDAEsoDEY5yBgV6mDo0pazep6WFoQm1KbEGnW2mx+H9EVW+wvOkEsanyzJGkLtsLDpuKKmc/x8da4HxB451Wzsp9a1jQLDw59gnSK3gtrL7OVHm7BED1mLLuyfbmu/8AEMsV0bHS0sF1fUdTnENpYOwTewOS7P8Awqq8liOMVws/wx8LWmry6xL4h0vxamknz7izs7u5kWz+faXHmNtk2k56AYFeTmvJTzCmnUsjwc2XJj4KVS1uh9dfsaSaXZeJvHNvDYR2+pXYtdQNwUAd0wYivrgbRx/tV9T53dDkds18efszXMlt8bLRFBKXel3EWP75Do/H4V9huGXOcZGenYelduLShUt1PWxCSno73LNn+7vYHXhgwxXfJyK4LTkNxe28YPIkyfp1rvVrkORC1zniqzJRbgAsV4IFdGeaingE8ZR13KaTGebXWn2t5BGl1bRXESEOqTRiTa394E8ZFfHX7Tl+b/4/W1t5h/4lmgxskbdIzLM+7/0Bfyr7e1fSZNNcuuTCcngZx7Yr8/v2vbmTwl+01o13fAxaV4h0VbS2uDwn2iGR22E+4fvXfgnD2seY6cM/3i5mefa9ol0fEGjazYxxXU2mpcW8lpM5QTxSxlHG7swyAK881+yuLLTG8JeFvB+sQapru6xgmvLqOaOOJiGbaU5xx36c8DNeq65rll4f0+W8v50htogWJfnf1wo9ST0A6ng8GtX4Q+E9a1/xDbyrbB/FutR740ckx6Tp4I5c8YPOSByzHGcCvL4mpYeElOOtR7LoePxJDD05KpBXqvYq2nwr8F/DfTtPvviBrd/r3iURCJZ7XUJLVLc4A2QLCQTjoTg+9e8/sl+OtX1bxv8AEHwnNq1/r3h3RPsr2FzqchmuYPMDFoWkOCwAVThuRml0z9jy9hmle48as09y5abUo7AG6KFiQFdnYJgNgbVHA6Zr3T4PfBfQPhvpEumeHbF4Ip5/tF3eXDF57iTGC8jnlyf8ivAy3DY1VfbYmd/LoeJluHxyqe1xMvkeheF7HzJftDdY+Aex9T/KuqBqvbWqW0SxRjaFFWAMCvpdz6oWkI4opaAIZohIpDAMDxg18Kf8FEPhrpXjfxJ8MdF1JLiPTp5b/a9tJtaOVYQ6kHB/u96+7pBlfSvEf2qfhDf/ABY8Axf2FPFaeKNHuU1LS5pj8nmrkGNv9l1JU/WuXEwqSpSVJ2l0OPFwqToyVF2l0Pz50b9nvwl8OVk13U77U9aXTlNyg1S4DwxbRkHbjBPBwfUDj1+0v2UfhXfaf4I/4S/VbXb4h8TBbuRX+U2tsB+4tx6BVO4+rOfQV4ToHwZ+JnxT8WaP4a8SeDrjwn4cgukn1m8uLqORZUQ7hBDtOSHOMkgcD3r9C9Ps4rSzigt1EcMahUVewA4r5/J8Ji4t1sc+aXQ+byTB4yHNXzB80uhmWnhYbxJcMHIP3V6GtyK3WFAqqFA6YFSquABS19Xd2sfXrYMc0Uv4UlIZ/9k= @@ -271,7 +287,7 @@ - + Grand-Rosière +3281813700 fme@openerp.com @@ -283,7 +299,7 @@ - + Grand-Rosière +3281813700 fpi@openerp.com @@ -296,7 +312,7 @@ - + Grand-Rosière +3281813700 jth@openerp.com @@ -309,7 +325,7 @@ - + Auderghem +3281813700 ngh@openerp.com @@ -322,7 +338,7 @@ - + Grand-Rosière +3281813700 vad@openerp.com diff --git a/addons/hr_evaluation/hr_evaluation_view.xml b/addons/hr_evaluation/hr_evaluation_view.xml index 6d54e6278b1..0e1710bbab0 100644 --- a/addons/hr_evaluation/hr_evaluation_view.xml +++ b/addons/hr_evaluation/hr_evaluation_view.xml @@ -277,18 +277,22 @@
+
+
- + +