[IMP]:Remove State field from crm,hr_recruitment and project task/issue , Rename...
[odoo/odoo.git] / addons / account_test / i18n / nl.po
1 # Dutch translation for openobject-addons
2 # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2012-12-21 17:05+0000\n"
11 "PO-Revision-Date: 2012-12-27 09:11+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Dutch <nl@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2013-03-16 05:53+0000\n"
18 "X-Generator: Launchpad (build 16532)\n"
19
20 #. module: account_test
21 #: view:accounting.assert.test:0
22 msgid ""
23 "Code should always set a variable named `result` with the result of your "
24 "test, that can be a list or\n"
25 "a dictionary. If `result` is an empty list, it means that the test was "
26 "succesful. Otherwise it will\n"
27 "try to translate and print what is inside `result`.\n"
28 "\n"
29 "If the result of your test is a dictionary, you can set a variable named "
30 "`column_order` to choose in\n"
31 "what order you want to print `result`'s content.\n"
32 "\n"
33 "Should you need them, you can also use the following variables into your "
34 "code:\n"
35 "    * cr: cursor to the database\n"
36 "    * uid: ID of the current user\n"
37 "\n"
38 "In any ways, the code must be legal python statements with correct "
39 "indentation (if needed).\n"
40 "\n"
41 "Example: \n"
42 "    sql = '''SELECT id, name, ref, date\n"
43 "             FROM account_move_line \n"
44 "             WHERE account_id IN (SELECT id FROM account_account WHERE type "
45 "= 'view')\n"
46 "          '''\n"
47 "    cr.execute(sql)\n"
48 "    result = cr.dictfetchall()"
49 msgstr ""
50 "De code dient altijd een variabele in te stellen, met de naam 'result'. deze "
51 "bevat het resultaat van de test. Dit kan een lijst of een woordenboek zijn. "
52 "Indien 'result' een lege lijst is, betekend het dat de test succesvol was. "
53 "Anders zal het proberen het resultaat te vertalen en af te drukken.\n"
54 "\n"
55 "Als het resultaat van uw test een woordenboek is, kunt u een variabele met "
56 "de naam 'column_order' instellen, om in te stellen in welke volgorde u de "
57 "inhoud van 'result' wilt afdrukken.\n"
58 "\n"
59 "Indien u ze nodig heeft kunt u de volgende variabelen in uw code gebruiken:\n"
60 "    * cr: cursor to the database\n"
61 "    * uid: ID of the current user\n"
62 "\n"
63 "\n"
64 "In ieder geval moet de code correcte python statements bevatten met de "
65 "juiste inspringingen (indien nodig).\n"
66 "Voorbeeld: \n"
67 "    sql = '''SELECT id, name, ref, date\n"
68 "             FROM account_move_line \n"
69 "             WHERE account_id IN (SELECT id FROM account_account WHERE type "
70 "= 'view')\n"
71 "          '''\n"
72 "    cr.execute(sql)\n"
73 "    result = cr.dictfetchall()"
74
75 #. module: account_test
76 #: model:accounting.assert.test,name:account_test.account_test_02
77 msgid "Test 2: Opening a fiscal year"
78 msgstr "Test 2: Open een boekjaar"
79
80 #. module: account_test
81 #: model:accounting.assert.test,desc:account_test.account_test_05
82 msgid ""
83 "Check that reconciled invoice for Sales/Purchases has reconciled entries for "
84 "Payable and Receivable Accounts"
85 msgstr ""
86 "Controleer of afgeletterde factuur van verkoop/inkoop een afgeletterde regel "
87 "heeft op de crediteuren en debiteuren rekening."
88
89 #. module: account_test
90 #: model:accounting.assert.test,desc:account_test.account_test_03
91 msgid ""
92 "Check if movement lines are balanced and have the same date and period"
93 msgstr ""
94 "Controleer of boekingen in balans zijn en dezelfde datum en periode hebben"
95
96 #. module: account_test
97 #: field:accounting.assert.test,name:0
98 msgid "Test Name"
99 msgstr "Test naam"
100
101 #. module: account_test
102 #: report:account.test.assert.print:0
103 msgid "Accouting tests on"
104 msgstr "Financiële test op"
105
106 #. module: account_test
107 #: model:accounting.assert.test,name:account_test.account_test_01
108 msgid "Test 1: General balance"
109 msgstr "Test 1: Algemene balans"
110
111 #. module: account_test
112 #: model:accounting.assert.test,desc:account_test.account_test_06
113 msgid "Check that paid/reconciled invoices are not in 'Open' state"
114 msgstr ""
115 "Controleer of betaalde/afgeletterde facturen zich niet in de 'Open' staat "
116 "bevinden"
117
118 #. module: account_test
119 #: model:accounting.assert.test,desc:account_test.account_test_05_2
120 msgid ""
121 "Check that reconciled account moves, that define Payable and Receivable "
122 "accounts, are belonging to reconciled invoices"
123 msgstr ""
124 "Controleer of afgelletterde boekingen op de crediteuren en debiteuren "
125 "rekeningen, behoren aan afgeletterde facturen."
126
127 #. module: account_test
128 #: view:accounting.assert.test:0
129 msgid "Tests"
130 msgstr "Testen"
131
132 #. module: account_test
133 #: field:accounting.assert.test,desc:0
134 msgid "Test Description"
135 msgstr "Test omschrijving"
136
137 #. module: account_test
138 #: view:accounting.assert.test:0
139 msgid "Description"
140 msgstr "Omschrijving"
141
142 #. module: account_test
143 #: model:accounting.assert.test,desc:account_test.account_test_06_1
144 msgid "Check that there's no move for any account with « View » account type"
145 msgstr ""
146 "Controleer of er geen boekingen zijn voor een rekening met « Weergave » als "
147 "rekeningsoort"
148
149 #. module: account_test
150 #: model:accounting.assert.test,name:account_test.account_test_08
151 msgid "Test 9 : Accounts and partners on account moves"
152 msgstr "Test 9 : Rekeningen en relaties op boekingen"
153
154 #. module: account_test
155 #: model:ir.actions.act_window,name:account_test.action_accounting_assert
156 #: model:ir.actions.report.xml,name:account_test.account_assert_test_report
157 #: model:ir.ui.menu,name:account_test.menu_action_license
158 msgid "Accounting Tests"
159 msgstr "Financiële testen"
160
161 #. module: account_test
162 #: code:addons/account_test/report/account_test_report.py:74
163 #, python-format
164 msgid "The test was passed successfully"
165 msgstr "The test is geslaagd"
166
167 #. module: account_test
168 #: field:accounting.assert.test,active:0
169 msgid "Active"
170 msgstr "Actief"
171
172 #. module: account_test
173 #: model:accounting.assert.test,name:account_test.account_test_06
174 msgid "Test 6 : Invoices status"
175 msgstr "Test 6 : Factuur status"
176
177 #. module: account_test
178 #: model:ir.model,name:account_test.model_accounting_assert_test
179 msgid "accounting.assert.test"
180 msgstr "accounting.assert.test"
181
182 #. module: account_test
183 #: model:accounting.assert.test,name:account_test.account_test_05
184 msgid ""
185 "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
186 msgstr ""
187 "Test 5.1 : Crediteuren en debiteuren rekeningen van afgeletterde facturen"
188
189 #. module: account_test
190 #: field:accounting.assert.test,code_exec:0
191 msgid "Python code"
192 msgstr "Python code"
193
194 #. module: account_test
195 #: model:accounting.assert.test,desc:account_test.account_test_07
196 msgid ""
197 "Check on bank statement that the Closing Balance = Starting Balance + sum of "
198 "statement lines"
199 msgstr ""
200 "Controleer op bankafschrift dat de eindbalans gelijk is aan startbalans + "
201 "sum van de afschriftregels."
202
203 #. module: account_test
204 #: model:accounting.assert.test,name:account_test.account_test_07
205 msgid "Test 8 : Closing balance on bank statements"
206 msgstr "Test 8 : Eindsaldo op bankafschriften"
207
208 #. module: account_test
209 #: model:accounting.assert.test,name:account_test.account_test_03
210 msgid "Test 3: Movement lines"
211 msgstr "Test 3: Boekingen"
212
213 #. module: account_test
214 #: model:accounting.assert.test,name:account_test.account_test_05_2
215 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
216 msgstr ""
217 "Test 5.2 : Afgeletterde facturen en crediteuren/debiteuren rekeningen"
218
219 #. module: account_test
220 #: view:accounting.assert.test:0
221 msgid "Expression"
222 msgstr "Expressie"
223
224 #. module: account_test
225 #: model:accounting.assert.test,name:account_test.account_test_04
226 msgid "Test 4: Totally reconciled mouvements"
227 msgstr "Test 4: Totaal afgeletterde regels"
228
229 #. module: account_test
230 #: model:accounting.assert.test,desc:account_test.account_test_04
231 msgid "Check if the totally reconciled movements are balanced"
232 msgstr "Controleer of het totaal aan afgeletterde regels in balans is"
233
234 #. module: account_test
235 #: field:accounting.assert.test,sequence:0
236 msgid "Sequence"
237 msgstr "Reeks"
238
239 #. module: account_test
240 #: model:accounting.assert.test,desc:account_test.account_test_02
241 msgid ""
242 "Check if the balance of the new opened fiscal year matches with last year's "
243 "balance"
244 msgstr ""
245 "Controleer of de start balans van het nieuw geopende boekjaar overeenkomt "
246 "met de eindbalans van het vorige boekjaar"
247
248 #. module: account_test
249 #: view:accounting.assert.test:0
250 msgid "Python Code"
251 msgstr "Python Code"
252
253 #. module: account_test
254 #: model:ir.actions.act_window,help:account_test.action_accounting_assert
255 msgid ""
256 "<p class=\"oe_view_nocontent_create\">\n"
257 "                Click to create Accounting Test.\n"
258 "              </p>\n"
259 "            "
260 msgstr ""
261 "<p class=\"oe_view_nocontent_create\">\n"
262 "                Klik om een financiële test aan te maken.\n"
263 "              </p>\n"
264 "            "
265
266 #. module: account_test
267 #: model:accounting.assert.test,desc:account_test.account_test_01
268 msgid "Check the balance: Debit sum = Credit sum"
269 msgstr "Controleer de balans: Som van debet = Som van Credit"
270
271 #. module: account_test
272 #: model:accounting.assert.test,desc:account_test.account_test_08
273 msgid "Check that general accounts and partners on account moves are active"
274 msgstr ""
275 "Controleer of algemene rekeningen en de relaties op boekingen actief zijn"
276
277 #. module: account_test
278 #: model:accounting.assert.test,name:account_test.account_test_06_1
279 msgid "Test 7: « View  » account type"
280 msgstr "Test 7: « Weergace  » rekeningsoort"
281
282 #. module: account_test
283 #: view:accounting.assert.test:0
284 msgid "Code Help"
285 msgstr "Code Help"