~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to account_analytic_required/i18n/fr.po

  • Committer: Albert Cervera i Areny
  • Date: 2011-06-14 09:51:35 UTC
  • mfrom: (5345.1.165 openobject-addons)
  • Revision ID: albert@nan-tic.com-20110614095135-1x3p6tmil5lxkl9b
Merge and add nan_remove_default_filters

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Translation of OpenERP Server.
 
2
# This file contains the translation of the following modules:
 
3
#       * account_analytic_required
 
4
#
 
5
msgid ""
 
6
msgstr ""
 
7
"Project-Id-Version: OpenERP Server 6.0.2\n"
 
8
"Report-Msgid-Bugs-To: support@openerp.com\n"
 
9
"POT-Creation-Date: 2011-06-10 07:54+0000\n"
 
10
"PO-Revision-Date: 2011-06-10 07:54+0000\n"
 
11
"Last-Translator: <>\n"
 
12
"Language-Team: \n"
 
13
"MIME-Version: 1.0\n"
 
14
"Content-Type: text/plain; charset=UTF-8\n"
 
15
"Content-Transfer-Encoding: \n"
 
16
"Plural-Forms: \n"
 
17
 
 
18
#. module: account_analytic_required
 
19
#: field:account.account.type,analytic_policy:0
 
20
msgid "Policy for analytic account"
 
21
msgstr "Politique pour les comptes analytiques"
 
22
 
 
23
#. module: account_analytic_required
 
24
#: help:account.account.type,analytic_policy:0
 
25
msgid "Set the policy for analytic accounts : if you select 'Optional', the accountant is free to put an analytic account on an account move line with this type of account ; if you select 'Always', the accountant will get an error message if there is no analytic account ; if you select 'Never', the accountant will get an error message if an analytic account is present."
 
26
msgstr "Configurez la politique pour les comptes analytiques : si vous sélectionnez 'Optionnel', le comptable est libre de saisir ou non un compte analytique sur une ligne comptable avec ce type de compte de comptabilité générale ; si vous sélectionnez 'Toujours', le comptable aura un message d'erreur si il n'y a pas de compte analytique ; si vous sélectionnez 'Jamais', le comptable aura un message d'erreur si un compte analytique est présent."
 
27
 
 
28
#. module: account_analytic_required
 
29
#: selection:account.account.type,analytic_policy:0
 
30
msgid "Optional"
 
31
msgstr "Optionnel"
 
32
 
 
33
#. module: account_analytic_required
 
34
#: model:ir.module.module,description:account_analytic_required.module_meta_information
 
35
msgid "This module adds an option \"analytic policy\" on account types. You have the choice between 3 policies : always, never and optional.\n"
 
36
"\n"
 
37
"For example, if you want to have an analytic account on all your expenses, set the policy to \"always\" for the account type \"expense\" ; then, if you try to save an account move line with an account of type \"expense\" without analytic account, you will get an error message.\n"
 
38
"\n"
 
39
"Module developped by Alexis de Lattre <alexis.delattre@akretion.com> during the Akretion-Camptocamp code sprint of June 2011.\n"
 
40
""
 
41
msgstr "This module adds an option \"analytic policy\" on account types. You have the choice between 3 policies : always, never and optional.\n"
 
42
"\n"
 
43
"For example, if you want to have an analytic account on all your expenses, set the policy to \"always\" for the account type \"expense\" ; then, if you try to save an account move line with an account of type \"expense\" without analytic account, you will get an error message.\n"
 
44
"\n"
 
45
"Module developped by Alexis de Lattre <alexis.delattre@akretion.com> during the Akretion-Camptocamp code sprint of June 2011.\n"
 
46
""
 
47
 
 
48
#. module: account_analytic_required
 
49
#: constraint:account.move.line:0
 
50
msgid "You can not create move line on closed account."
 
51
msgstr "Impossible de créer une ligne d'écriture sur un compte clôturé"
 
52
 
 
53
#. module: account_analytic_required
 
54
#: selection:account.account.type,analytic_policy:0
 
55
msgid "Always"
 
56
msgstr "Toujours"
 
57
 
 
58
#. module: account_analytic_required
 
59
#: selection:account.account.type,analytic_policy:0
 
60
msgid "Never"
 
61
msgstr "Jamais"
 
62
 
 
63
#. module: account_analytic_required
 
64
#: model:ir.module.module,shortdesc:account_analytic_required.module_meta_information
 
65
msgid "Account analytic required"
 
66
msgstr "Account analytic required"
 
67
 
 
68
#. module: account_analytic_required
 
69
#: sql_constraint:account.move.line:0
 
70
msgid "Wrong credit or debit value in accounting entry !"
 
71
msgstr "Valeur erronée au crédit ou au débit de la pièce comptable !"
 
72
 
 
73
#. module: account_analytic_required
 
74
#: constraint:account.move.line:0
 
75
msgid "You can not create move line on view account."
 
76
msgstr "Vous ne pouvez pas créer de ligne d'écriture sur un compte de type \"Vue\"."
 
77
 
 
78
#. module: account_analytic_required
 
79
#: model:ir.model,name:account_analytic_required.model_account_move_line
 
80
msgid "Journal Items"
 
81
msgstr "Écritures comptables"
 
82
 
 
83
#. module: account_analytic_required
 
84
#: model:ir.model,name:account_analytic_required.model_account_account_type
 
85
msgid "Account Type"
 
86
msgstr "Type de compte"
 
87
 
 
88
#. module: account_analytic_required
 
89
#: constraint:account.move.line:0
 
90
msgid "Company must be same for its related account and period."
 
91
msgstr "La société doit être la même pour les comptes et périodes liées."
 
92
 
 
93
#. module: account_analytic_required
 
94
#: code:addons/account_analytic_required/account.py:53
 
95
#: code:addons/account_analytic_required/account.py:56
 
96
#, python-format
 
97
msgid "Error :"
 
98
msgstr "Erreur :"
 
99