Vincent Renaville
12 years ago
6 changed files with 241 additions and 66 deletions
-
8account_export_csv/__openerp__.py
-
111account_export_csv/i18n/account_export_csv.po
-
74account_export_csv/i18n/fr.po
-
2account_export_csv/menu.xml
-
99account_export_csv/wizard/account_export_csv.py
-
13account_export_csv/wizard/account_export_csv_view.xml
@ -0,0 +1,111 @@ |
|||
# Translation of OpenERP Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_export_csv |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: OpenERP Server 7.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2013-04-10 15:11+0000\n" |
|||
"PO-Revision-Date: 2013-04-10 15:11+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: account_export_csv |
|||
#: model:ir.model,name:account_export_csv.model_account_csv_export |
|||
msgid "Export Accounting" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,export_filename:0 |
|||
msgid "Export CSV Filename" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Trial Balance" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,company_id:0 |
|||
msgid "Company" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Analytic Balance (with accounts)" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: help:account.csv.export,periods:0 |
|||
msgid "All periods in the fiscal year if empty" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,periods:0 |
|||
msgid "Periods" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Close" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
#: model:ir.actions.act_window,name:account_export_csv.action_account_csv_export |
|||
#: model:ir.ui.menu,name:account_export_csv.menu_account_csv_export |
|||
msgid "Accounting CSV Export" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,data:0 |
|||
msgid "CSV" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,fiscalyear_id:0 |
|||
msgid "Fiscalyear" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Analytic Balance (with accounts)" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,stop_period_id:0 |
|||
msgid "End period" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Close" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
#: model:ir.actions.act_window,name:account_export_csv.action_account_csv_export |
|||
#: model:ir.ui.menu,name:account_export_csv.menu_account_csv_export |
|||
msgid "Accounting CSV Export" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,data:0 |
|||
msgid "CSV" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: model:ir.model,name:account_export_csv.model_account_csv_export |
|||
msgid "Export Accounting Entries" |
|||
msgstr "" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,fiscalyear_id:0 |
|||
msgid "Fiscalyear" |
|||
msgstr "" |
|||
|
@ -0,0 +1,74 @@ |
|||
# Translation of OpenERP Server. |
|||
# This file contains the translation of the following modules: |
|||
# * account_export_csv |
|||
# |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: OpenERP Server 7.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2013-04-10 15:11+0000\n" |
|||
"PO-Revision-Date: 2013-04-10 15:11+0000\n" |
|||
"Last-Translator: <>\n" |
|||
"Language-Team: \n" |
|||
"MIME-Version: 1.0\n" |
|||
"Content-Type: text/plain; charset=UTF-8\n" |
|||
"Content-Transfer-Encoding: \n" |
|||
"Plural-Forms: \n" |
|||
|
|||
#. module: account_export_csv |
|||
#: model:ir.model,name:account_export_csv.model_account_csv_export |
|||
msgid "Export Accounting" |
|||
msgstr "Export comptable" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,export_filename:0 |
|||
msgid "Export CSV Filename" |
|||
msgstr "Nom du fichier CSV d'export" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Trial Balance" |
|||
msgstr "Balance générale" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,company_id:0 |
|||
msgid "Company" |
|||
msgstr "Société" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Analytic Balance (with accounts)" |
|||
msgstr "Balance analytique (avec comptes)" |
|||
|
|||
#. module: account_export_csv |
|||
#: help:account.csv.export,periods:0 |
|||
msgid "All periods in the fiscal year if empty" |
|||
msgstr "Toutes les périodes de l'année fiscale si vide" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,periods:0 |
|||
msgid "Periods" |
|||
msgstr "Périodes" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
msgid "Close" |
|||
msgstr "Fermer" |
|||
|
|||
#. module: account_export_csv |
|||
#: view:account.csv.export:0 |
|||
#: model:ir.actions.act_window,name:account_export_csv.action_account_csv_export |
|||
#: model:ir.ui.menu,name:account_export_csv.menu_account_csv_export |
|||
msgid "Accounting CSV Export" |
|||
msgstr "Export comptable CSV" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,data:0 |
|||
msgid "CSV" |
|||
msgstr "CSV" |
|||
|
|||
#. module: account_export_csv |
|||
#: field:account.csv.export,fiscalyear_id:0 |
|||
msgid "Fiscalyear" |
|||
msgstr "Année fiscale" |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue