Fix WSGI custom addons path
[odoo/odoo.git] / addons / account_test / i18n / sl.po
1 # Slovenian translation for openobject-addons
2 # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
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: 2013-06-07 19:36+0000\n"
11 "PO-Revision-Date: 2013-01-27 12:43+0000\n"
12 "Last-Translator: Dušan Laznik (Mentis) <laznik@mentis.si>\n"
13 "Language-Team: Slovenian <sl@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-11-21 05:59+0000\n"
18 "X-Generator: Launchpad (build 16831)\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 "Code should always set a variable named `result` with the result of your "
51 "test, that can be a list or\n"
52 "a dictionary. If `result` is an empty list, it means that the test was "
53 "succesful. Otherwise it will\n"
54 "try to translate and print what is inside `result`.\n"
55 "\n"
56 "If the result of your test is a dictionary, you can set a variable named "
57 "`column_order` to choose in\n"
58 "what order you want to print `result`'s content.\n"
59 "\n"
60 "Should you need them, you can also use the following variables into your "
61 "code:\n"
62 "    * cr: cursor to the database\n"
63 "    * uid: ID of the current user\n"
64 "\n"
65 "In any ways, the code must be legal python statements with correct "
66 "indentation (if needed).\n"
67 "\n"
68 "Example: \n"
69 "    sql = '''SELECT id, name, ref, date\n"
70 "             FROM account_move_line \n"
71 "             WHERE account_id IN (SELECT id FROM account_account WHERE type "
72 "= 'view')\n"
73 "          '''\n"
74 "    cr.execute(sql)\n"
75 "    result = cr.dictfetchall()"
76
77 #. module: account_test
78 #: model:accounting.assert.test,name:account_test.account_test_02
79 msgid "Test 2: Opening a fiscal year"
80 msgstr "Test 2: Otvoritev poslovnega leta"
81
82 #. module: account_test
83 #: model:accounting.assert.test,desc:account_test.account_test_05
84 msgid ""
85 "Check that reconciled invoice for Sales/Purchases has reconciled entries for "
86 "Payable and Receivable Accounts"
87 msgstr "Preveri račune in vknjižbe v saldakontih"
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 "Preveri če so vknjižbe usklajene in imajo isto obdobje in datum."
94
95 #. module: account_test
96 #: field:accounting.assert.test,name:0
97 msgid "Test Name"
98 msgstr "Ime testa"
99
100 #. module: account_test
101 #: report:account.test.assert.print:0
102 msgid "Accouting tests on"
103 msgstr "Testi na"
104
105 #. module: account_test
106 #: model:accounting.assert.test,name:account_test.account_test_01
107 msgid "Test 1: General balance"
108 msgstr "Test 1: Stanja"
109
110 #. module: account_test
111 #: model:accounting.assert.test,desc:account_test.account_test_06
112 msgid "Check that paid/reconciled invoices are not in 'Open' state"
113 msgstr "Preveri da če plačani računi niso v statusu 'Odprto'"
114
115 #. module: account_test
116 #: model:accounting.assert.test,desc:account_test.account_test_05_2
117 msgid ""
118 "Check that reconciled account moves, that define Payable and Receivable "
119 "accounts, are belonging to reconciled invoices"
120 msgstr "Preveri vknjižbe v saldakontih in račune."
121
122 #. module: account_test
123 #: view:accounting.assert.test:0
124 msgid "Tests"
125 msgstr "Preizkusi"
126
127 #. module: account_test
128 #: field:accounting.assert.test,desc:0
129 msgid "Test Description"
130 msgstr "Opis preizkusa"
131
132 #. module: account_test
133 #: view:accounting.assert.test:0
134 msgid "Description"
135 msgstr "Opis"
136
137 #. module: account_test
138 #: model:accounting.assert.test,desc:account_test.account_test_06_1
139 msgid "Check that there's no move for any account with « View » account type"
140 msgstr "Preveri da ni nobene vknjižbe na kontih vrste « Pogled »"
141
142 #. module: account_test
143 #: model:accounting.assert.test,name:account_test.account_test_08
144 msgid "Test 9 : Accounts and partners on account moves"
145 msgstr "Test 9 : Konti in partnerji"
146
147 #. module: account_test
148 #: model:ir.actions.act_window,name:account_test.action_accounting_assert
149 #: model:ir.actions.report.xml,name:account_test.account_assert_test_report
150 #: model:ir.ui.menu,name:account_test.menu_action_license
151 msgid "Accounting Tests"
152 msgstr "Računovodski testi"
153
154 #. module: account_test
155 #: code:addons/account_test/report/account_test_report.py:74
156 #, python-format
157 msgid "The test was passed successfully"
158 msgstr "Test uspešno opravljen"
159
160 #. module: account_test
161 #: field:accounting.assert.test,active:0
162 msgid "Active"
163 msgstr "Aktivno"
164
165 #. module: account_test
166 #: model:accounting.assert.test,name:account_test.account_test_06
167 msgid "Test 6 : Invoices status"
168 msgstr "Test 6 : Status računov"
169
170 #. module: account_test
171 #: model:ir.model,name:account_test.model_accounting_assert_test
172 msgid "accounting.assert.test"
173 msgstr "accounting.assert.test"
174
175 #. module: account_test
176 #: model:accounting.assert.test,name:account_test.account_test_05
177 msgid ""
178 "Test 5.1 : Payable and Receivable accountant lines of reconciled invoices"
179 msgstr "Test 5.1 : Postavke saldakontov in računi"
180
181 #. module: account_test
182 #: field:accounting.assert.test,code_exec:0
183 msgid "Python code"
184 msgstr "Python koda"
185
186 #. module: account_test
187 #: model:accounting.assert.test,desc:account_test.account_test_07
188 msgid ""
189 "Check on bank statement that the Closing Balance = Starting Balance + sum of "
190 "statement lines"
191 msgstr ""
192 "Preveri da je na bančnih izpiskih Končni saldo=Začetni saldo+vsota postavk"
193
194 #. module: account_test
195 #: model:accounting.assert.test,name:account_test.account_test_07
196 msgid "Test 8 : Closing balance on bank statements"
197 msgstr "Test 1 : Zaključno stanje na bančnih izpiskih"
198
199 #. module: account_test
200 #: model:accounting.assert.test,name:account_test.account_test_03
201 msgid "Test 3: Movement lines"
202 msgstr "Test 3: Vknjižbe"
203
204 #. module: account_test
205 #: model:accounting.assert.test,name:account_test.account_test_05_2
206 msgid "Test 5.2 : Reconcilied invoices and Payable/Receivable accounts"
207 msgstr "Test 5.2 : Računi in konti terjatev in obveznosti"
208
209 #. module: account_test
210 #: view:accounting.assert.test:0
211 msgid "Expression"
212 msgstr "Izraz"
213
214 #. module: account_test
215 #: model:accounting.assert.test,name:account_test.account_test_04
216 msgid "Test 4: Totally reconciled mouvements"
217 msgstr "Test 4: Popolnoma usklajene vknjižbe"
218
219 #. module: account_test
220 #: model:accounting.assert.test,desc:account_test.account_test_04
221 msgid "Check if the totally reconciled movements are balanced"
222 msgstr "Preveri če so usklajene vknjižbe uravnovešene"
223
224 #. module: account_test
225 #: field:accounting.assert.test,sequence:0
226 msgid "Sequence"
227 msgstr "Zaporedje"
228
229 #. module: account_test
230 #: model:accounting.assert.test,desc:account_test.account_test_02
231 msgid ""
232 "Check if the balance of the new opened fiscal year matches with last year's "
233 "balance"
234 msgstr "Preveri če je otvoritveno stanje enako končnemu za prejšnje leto"
235
236 #. module: account_test
237 #: view:accounting.assert.test:0
238 msgid "Python Code"
239 msgstr "Python koda"
240
241 #. module: account_test
242 #: model:ir.actions.act_window,help:account_test.action_accounting_assert
243 msgid ""
244 "<p class=\"oe_view_nocontent_create\">\n"
245 "                Click to create Accounting Test.\n"
246 "              </p>\n"
247 "            "
248 msgstr ""
249 "<p class=\"oe_view_nocontent_create\">\n"
250 "               Nov test.\n"
251 "              </p>\n"
252 "            "
253
254 #. module: account_test
255 #: model:accounting.assert.test,desc:account_test.account_test_01
256 msgid "Check the balance: Debit sum = Credit sum"
257 msgstr "Preveri saldo : Kredit=Debit"
258
259 #. module: account_test
260 #: model:accounting.assert.test,desc:account_test.account_test_08
261 msgid "Check that general accounts and partners on account moves are active"
262 msgstr ""
263 "Preveri če so glavni konti in partnerji na  kontih nastavljen na \"Aktivno\""
264
265 #. module: account_test
266 #: model:accounting.assert.test,name:account_test.account_test_06_1
267 msgid "Test 7: « View  » account type"
268 msgstr "Test 7: « Pogled  » vrsta konta"
269
270 #. module: account_test
271 #: view:accounting.assert.test:0
272 msgid "Code Help"
273 msgstr "Pomoč"