diff --git a/addons/account/i18n/id.po b/addons/account/i18n/id.po index 00de6ac804f..280c1ccaecf 100644 --- a/addons/account/i18n/id.po +++ b/addons/account/i18n/id.po @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: openobject-addons\n" "Report-Msgid-Bugs-To: FULL NAME \n" "POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-23 06:02+0000\n" -"Last-Translator: Ginandjar Satyanagara \n" +"PO-Revision-Date: 2011-02-24 07:59+0000\n" +"Last-Translator: moelyana \n" "Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-24 04:37+0000\n" +"X-Launchpad-Export-Date: 2011-02-25 04:39+0000\n" "X-Generator: Launchpad (build 12351)\n" #. module: account @@ -332,6 +332,7 @@ msgstr "St." #, python-format msgid "Invoice line account company does not match with invoice company." msgstr "" +"Baris tagihan dari rekening perusahaan tidak sesuai dengan tagihan perusahaan" #. module: account #: field:account.journal.column,field:0 @@ -427,7 +428,7 @@ msgstr "Situasi Pembukaan/ Penutupan" #. module: account #: help:account.journal,currency:0 msgid "The currency used to enter statement" -msgstr "Mata uang yang digunakan untuk memasukkan pernyataan" +msgstr "Mata uang yang digunakan untuk masukkan pernyataan" #. module: account #: field:account.open.closed.fiscalyear,fyear_id:0 @@ -9724,12 +9725,12 @@ msgstr "" #. module: account #: selection:account.aged.trial.balance,direction_selection:0 msgid "Future" -msgstr "" +msgstr "Masa Depan" #. module: account #: view:account.move.line:0 msgid "Search Journal Items" -msgstr "" +msgstr "Cari Jurnal Produk" #. module: account #: help:account.tax,base_sign:0 @@ -9746,12 +9747,12 @@ msgstr "" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account_template msgid "Template Account Fiscal Mapping" -msgstr "" +msgstr "Template Akun Pemetaan Fiskal" #. module: account #: field:account.chart.template,property_account_expense:0 msgid "Expense Account on Product Template" -msgstr "" +msgstr "Beban Account pada Template Produk" #. module: account #: field:account.analytic.line,amount_currency:0 @@ -9762,13 +9763,13 @@ msgstr "" #: code:addons/account/wizard/account_report_aged_partner_balance.py:55 #, python-format msgid "You must enter a period length that cannot be 0 or below !" -msgstr "" +msgstr "Jumlah mata uang" #. module: account #: code:addons/account/account.py:501 #, python-format msgid "You cannot remove an account which has account entries!. " -msgstr "" +msgstr "Anda tidak dapat menghapus akun yang akunnya sudah tercatat " #. module: account #: model:ir.actions.act_window,help:account.action_account_form @@ -9788,8 +9789,8 @@ msgid "" "The residual amount on a receivable or payable of a journal entry expressed " "in its currency (maybe different of the company currency)." msgstr "" -"Jumlah sisa piutang/ hutang dari catatan jurnal dinyatakan dalam mata " -"uangnya (yang mungkin berbeda dari mata uang perusahaan)." +"Jumlah residual pada piutang / hutang dari catatan jurnal dinyatakan dalam " +"mata uang (mungkin berbeda dari mata uang perusahaan)." #~ msgid "Asset" #~ msgstr "Aktiva" diff --git a/addons/account/report/account_invoice_report_view.xml b/addons/account/report/account_invoice_report_view.xml index 62505c8a494..6c1bc3f9762 100644 --- a/addons/account/report/account_invoice_report_view.xml +++ b/addons/account/report/account_invoice_report_view.xml @@ -114,7 +114,7 @@ - + @@ -139,7 +139,7 @@ account.invoice.report form tree,graph - {'search_default_current':1, 'search_default_partner':1, 'search_default_customer':1, 'search_default_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1,} + {'search_default_current':1, 'search_default_category_product':1, 'search_default_customer':1, 'search_default_date': time.strftime('%Y-01-01'), 'group_by':[], 'group_by_no_leaf':1,} From this report, you can have an overview of the amount invoiced to your customer as well as payment delays. The tool search can also be used to personalise your Invoices reports and so, match this analysis to your needs. diff --git a/addons/account/report/account_print_invoice.rml b/addons/account/report/account_print_invoice.rml index 0bab362e578..0350fbf7379 100644 --- a/addons/account/report/account_print_invoice.rml +++ b/addons/account/report/account_print_invoice.rml @@ -142,16 +142,16 @@ [[ repeatIn(objects,'o') ]] [[ setLang(o.partner_id.lang) ]] - - - Description - Taxes - Quantity - Unit Price - Disc.(%) - Price - - + + + Description + Taxes + Quantity + Unit Price + Disc.(%) + Price + + @@ -194,7 +194,7 @@ Invoice Date - + Origin @@ -210,7 +210,7 @@ [[ formatLang(o.date_invoice,date=True) ]] - + [[ o.origin or '' ]] diff --git a/addons/account_invoice_layout/i18n/sk.po b/addons/account_invoice_layout/i18n/sk.po index 8d06a85027e..b5ebb3c8be6 100644 --- a/addons/account_invoice_layout/i18n/sk.po +++ b/addons/account_invoice_layout/i18n/sk.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-24 04:37+0000\n" +"X-Launchpad-Export-Date: 2011-02-25 04:39+0000\n" "X-Generator: Launchpad (build 12351)\n" #. module: account_invoice_layout diff --git a/addons/analytic/i18n/gl.po b/addons/analytic/i18n/gl.po index a44a4a57c5a..66c798c9799 100644 --- a/addons/analytic/i18n/gl.po +++ b/addons/analytic/i18n/gl.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-24 04:37+0000\n" +"X-Launchpad-Export-Date: 2011-02-25 04:39+0000\n" "X-Generator: Launchpad (build 12351)\n" #. module: analytic diff --git a/addons/anonymization/i18n/es_EC.po b/addons/anonymization/i18n/es_EC.po index 1a8a763e43b..69508154a6c 100644 --- a/addons/anonymization/i18n/es_EC.po +++ b/addons/anonymization/i18n/es_EC.po @@ -14,7 +14,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-02-24 04:37+0000\n" +"X-Launchpad-Export-Date: 2011-02-25 04:40+0000\n" "X-Generator: Launchpad (build 12351)\n" #. module: anonymization diff --git a/addons/base_action_rule/base_action_rule_view.xml b/addons/base_action_rule/base_action_rule_view.xml index 9c78406e5f4..65c16edf4ae 100644 --- a/addons/base_action_rule/base_action_rule_view.xml +++ b/addons/base_action_rule/base_action_rule_view.xml @@ -44,11 +44,11 @@ - +