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

« back to all changes in this revision

Viewing changes to account_analytic_required/i18n/account_analytic_required.pot

  • 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:49+0000\n"
 
10
"PO-Revision-Date: 2011-06-10 07:49+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 ""
 
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 ""
 
27
 
 
28
#. module: account_analytic_required
 
29
#: selection:account.account.type,analytic_policy:0
 
30
msgid "Optional"
 
31
msgstr ""
 
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 ""
 
42
 
 
43
#. module: account_analytic_required
 
44
#: constraint:account.move.line:0
 
45
msgid "You can not create move line on closed account."
 
46
msgstr ""
 
47
 
 
48
#. module: account_analytic_required
 
49
#: selection:account.account.type,analytic_policy:0
 
50
msgid "Always"
 
51
msgstr ""
 
52
 
 
53
#. module: account_analytic_required
 
54
#: selection:account.account.type,analytic_policy:0
 
55
msgid "Never"
 
56
msgstr ""
 
57
 
 
58
#. module: account_analytic_required
 
59
#: model:ir.module.module,shortdesc:account_analytic_required.module_meta_information
 
60
msgid "Account analytic required"
 
61
msgstr ""
 
62
 
 
63
#. module: account_analytic_required
 
64
#: sql_constraint:account.move.line:0
 
65
msgid "Wrong credit or debit value in accounting entry !"
 
66
msgstr ""
 
67
 
 
68
#. module: account_analytic_required
 
69
#: constraint:account.move.line:0
 
70
msgid "You can not create move line on view account."
 
71
msgstr ""
 
72
 
 
73
#. module: account_analytic_required
 
74
#: model:ir.model,name:account_analytic_required.model_account_move_line
 
75
msgid "Journal Items"
 
76
msgstr ""
 
77
 
 
78
#. module: account_analytic_required
 
79
#: model:ir.model,name:account_analytic_required.model_account_account_type
 
80
msgid "Account Type"
 
81
msgstr ""
 
82
 
 
83
#. module: account_analytic_required
 
84
#: constraint:account.move.line:0
 
85
msgid "Company must be same for its related account and period."
 
86
msgstr ""
 
87
 
 
88
#. module: account_analytic_required
 
89
#: code:addons/account_analytic_required/account.py:53
 
90
#: code:addons/account_analytic_required/account.py:56
 
91
#, python-format
 
92
msgid "Error :"
 
93
msgstr ""
 
94