Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / account_test / i18n / account_test.pot
1 # Translation of Odoo Server.
2 # This file contains the translation of the following modules:
3 #       * account_test
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: Odoo Server 8.0rc1\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-08-14 13:08+0000\n"
10 "PO-Revision-Date: 2014-08-14 13:08+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_test
19 #: model:ir.actions.act_window,help:account_test.action_accounting_assert
20 msgid "<p class=\"oe_view_nocontent_create\">\n"
21 "                Click to create Accounting Test.\n"
22 "              </p>\n"
23 "            "
24 msgstr ""
25
26 #. module: account_test
27 #: model:ir.actions.act_window,name:account_test.action_accounting_assert
28 #: model:ir.actions.report.xml,name:account_test.account_assert_test_report
29 #: model:ir.ui.menu,name:account_test.menu_action_license
30 msgid "Accounting Tests"
31 msgstr ""
32
33 #. module: account_test
34 #: view:website:account_test.report_accounttest
35 msgid "Accouting tests on"
36 msgstr ""
37
38 #. module: account_test
39 #: field:accounting.assert.test,active:0
40 msgid "Active"
41 msgstr ""
42
43 #. module: account_test
44 #: model:accounting.assert.test,desc:account_test.account_test_03
45 msgid "Check if movement lines are balanced and have the same date and period"
46 msgstr ""
47
48 #. module: account_test
49 #: model:accounting.assert.test,desc:account_test.account_test_02
50 msgid "Check if the balance of the new opened fiscal year matches with last year's balance"
51 msgstr ""
52
53 #. module: account_test
54 #: model:accounting.assert.test,desc:account_test.account_test_04
55 msgid "Check if the totally reconciled movements are balanced"
56 msgstr ""
57
58 #. module: account_test
59 #: model:accounting.assert.test,desc:account_test.account_test_07
60 msgid "Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines"
61 msgstr ""
62
63 #. module: account_test
64 #: model:accounting.assert.test,desc:account_test.account_test_08
65 msgid "Check that general accounts and partners on account moves are active"
66 msgstr ""
67
68 #. module: account_test
69 #: model:accounting.assert.test,desc:account_test.account_test_06
70 msgid "Check that paid/reconciled invoices are not in 'Open' state"
71 msgstr ""
72
73 #. module: account_test
74 #: model:accounting.assert.test,desc:account_test.account_test_05_2
75 msgid "Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices"
76 msgstr ""
77
78 #. module: account_test
79 #: model:accounting.assert.test,desc:account_test.account_test_05
80 msgid "Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts"
81 msgstr ""
82
83 #. module: account_test
84 #: model:accounting.assert.test,desc:account_test.account_test_06_1
85 msgid "Check that there's no move for any account with « View » account type"
86 msgstr ""
87
88 #. module: account_test
89 #: model:accounting.assert.test,desc:account_test.account_test_01
90 msgid "Check the balance: Debit sum = Credit sum"
91 msgstr ""
92
93 #. module: account_test
94 #: view:accounting.assert.test:account_test.account_assert_form
95 msgid "Code Help"
96 msgstr ""
97
98 #. module: account_test
99 #: view:accounting.assert.test:account_test.account_assert_form
100 msgid "Code should always set a variable named `result` with the result of your test, that can be a list or\n"
101 "a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will\n"
102 "try to translate and print what is inside `result`.\n"
103 "\n"
104 "If the result of your test is a dictionary, you can set a variable named `column_order` to choose in\n"
105 "what order you want to print `result`'s content.\n"
106 "\n"
107 "Should you need them, you can also use the following variables into your code:\n"
108 "    * cr: cursor to the database\n"
109 "    * uid: ID of the current user\n"
110 "\n"
111 "In any ways, the code must be legal python statements with correct indentation (if needed).\n"
112 "\n"
113 "Example: \n"
114 "    sql = '''SELECT id, name, ref, date\n"
115 "             FROM account_move_line \n"
116 "             WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view')\n"
117 "          '''\n"
118 "    cr.execute(sql)\n"
119 "    result = cr.dictfetchall()"
120 msgstr ""
121
122 #. module: account_test
123 #: field:accounting.assert.test,create_uid:0
124 msgid "Created by"
125 msgstr ""
126
127 #. module: account_test
128 #: field:accounting.assert.test,create_date:0
129 msgid "Created on"
130 msgstr ""
131
132 #. module: account_test
133 #: view:accounting.assert.test:account_test.account_assert_form
134 msgid "Description"
135 msgstr ""
136
137 #. module: account_test
138 #: view:website:account_test.report_accounttest
139 msgid "Description:"
140 msgstr ""
141
142 #. module: account_test
143 #: view:accounting.assert.test:account_test.account_assert_form
144 msgid "Expression"
145 msgstr ""
146
147 #. module: account_test
148 #: field:accounting.assert.test,id:0
149 #: field:report.account_test.report_accounttest,id:0
150 msgid "ID"
151 msgstr ""
152
153 #. module: account_test
154 #: field:accounting.assert.test,write_uid:0
155 msgid "Last Updated by"
156 msgstr ""
157
158 #. module: account_test
159 #: field:accounting.assert.test,write_date:0
160 msgid "Last Updated on"
161 msgstr ""
162
163 #. module: account_test
164 #: view:website:account_test.report_accounttest
165 msgid "Name:"
166 msgstr ""
167
168 #. module: account_test
169 #: view:accounting.assert.test:account_test.account_assert_form
170 msgid "Python Code"
171 msgstr ""
172
173 #. module: account_test
174 #: field:accounting.assert.test,code_exec:0
175 msgid "Python code"
176 msgstr ""
177
178 #. module: account_test
179 #: field:accounting.assert.test,sequence:0
180 msgid "Sequence"
181 msgstr ""
182
183 #. module: account_test
184 #: model:accounting.assert.test,name:account_test.account_test_01
185 msgid "Test 1: General balance"
186 msgstr ""
187
188 #. module: account_test
189 #: model:accounting.assert.test,name:account_test.account_test_02
190 msgid "Test 2: Opening a fiscal year"
191 msgstr ""
192
193 #. module: account_test
194 #: model:accounting.assert.test,name:account_test.account_test_03
195 msgid "Test 3: Movement lines"
196 msgstr ""
197
198 #. module: account_test
199 #: model:accounting.assert.test,name:account_test.account_test_04
200 msgid "Test 4: Totally reconciled mouvements"
201 msgstr ""
202
203 #. module: account_test
204 #: model:accounting.assert.test,name:account_test.account_test_05
205 msgid "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
206 msgstr ""
207
208 #. module: account_test
209 #: model:accounting.assert.test,name:account_test.account_test_05_2
210 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
211 msgstr ""
212
213 #. module: account_test
214 #: model:accounting.assert.test,name:account_test.account_test_06
215 msgid "Test 6 : Invoices status"
216 msgstr ""
217
218 #. module: account_test
219 #: model:accounting.assert.test,name:account_test.account_test_06_1
220 msgid "Test 7: « View  » account type"
221 msgstr ""
222
223 #. module: account_test
224 #: model:accounting.assert.test,name:account_test.account_test_07
225 msgid "Test 8 : Closing balance on bank statements"
226 msgstr ""
227
228 #. module: account_test
229 #: model:accounting.assert.test,name:account_test.account_test_08
230 msgid "Test 9 : Accounts and partners on account moves"
231 msgstr ""
232
233 #. module: account_test
234 #: field:accounting.assert.test,desc:0
235 msgid "Test Description"
236 msgstr ""
237
238 #. module: account_test
239 #: field:accounting.assert.test,name:0
240 msgid "Test Name"
241 msgstr ""
242
243 #. module: account_test
244 #: view:accounting.assert.test:account_test.account_assert_form
245 #: view:accounting.assert.test:account_test.account_assert_tree
246 msgid "Tests"
247 msgstr ""
248
249 #. module: account_test
250 #: code:addons/account_test/report/account_test_report.py:78
251 #, python-format
252 msgid "The test was passed successfully"
253 msgstr ""
254