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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
# Swedish translation for openobject-addons
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2010-01-08 15:30+0000\n"
"PO-Revision-Date: 2011-02-15 15:01+0000\n"
"Last-Translator: Magnus Brandt (mba), Aspirix AB <Unknown>\n"
"Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-08-13 05:35+0000\n"
"X-Generator: Launchpad (build 13674)\n"

#. module: account_banking
#: wizard_view:account_banking.banking_import,import:0
msgid "Results:"
msgstr "Resultat:"

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Number of errors found"
msgstr ""

#. module: account_banking
#: wizard_view:account_banking.banking_import,init:0
msgid "Select the processing details:"
msgstr ""

#. module: account_banking
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr "Felaktigt namn för modellen i händelsedefinitionen."

#. module: account_banking
#: wizard_button:account_banking.banking_import,import,open:0
msgid "_Open Statement"
msgstr ""

#. module: account_banking
#: field:payment.line,date_done:0
msgid "Date Confirmed"
msgstr ""

#. module: account_banking
#: wizard_button:account_banking.banking_import,import,end:0
msgid "_Close"
msgstr "_Stäng"

#. module: account_banking
#: model:ir.model,name:account_banking.model_account_banking_account_settings
msgid "Default Journal for Bank Account"
msgstr ""

#. module: account_banking
#: wizard_field:account_banking.banking_import,init,file:0
msgid "Statements File"
msgstr "Kontoutdragsfil"

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid ""
"More than one bank account was found with the same number %(account_no)s"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Total number of transactions"
msgstr "Totalt antal transaktioner"

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "Account move line \"%s\" is not valid"
msgstr "Kontoförflyttning av rad \"%s\" är inte giltig"

#. module: account_banking
#: help:account.banking.account.settings,default_debit_account_id:0
msgid ""
"The account to use when an unexpected payment is received. This can be "
"needed when a customer pays in advance or when no matching invoice can be "
"found. Mind that you can correct movements before confirming them."
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "Bank account %(account_no)s was not found in the database"
msgstr "Bankkonto %(account_no)s hittades inte i databasen."

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Number of transactions skipped due to errors"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid ""
"The expected balance (%.2f) is different '\n"
"                      'than the computed one. (%.2f)"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid ""
"Statement for account %(bank_account)s uses different '\n"
"                  'currency than the defined bank journal."
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Number of statements skipped due to errors"
msgstr ""

#. module: account_banking
#: view:account.banking.account.settings:0
msgid "Default Import Settings for Bank Account"
msgstr ""

#. module: account_banking
#: help:account.banking.account.settings,default_credit_account_id:0
msgid ""
"The account to use when an unexpected payment was signaled. This can happen "
"when a direct debit payment is cancelled by a customer, or when no matching "
"payment can be found.  Mind that you can correct movements before confirming "
"them."
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Unable to import parser %(parser)s. Parser class not found."
msgstr ""

#. module: account_banking
#: selection:payment.line,export_state:0
msgid "Cancelled"
msgstr ""

#. module: account_banking
#: view:account.banking.imported.file:0
#: field:account.banking.imported.file,statement_ids:0
msgid "Statements"
msgstr ""

#. module: account_banking
#: field:account.banking.account.settings,default_debit_account_id:0
msgid "Default debit account"
msgstr ""

#. module: account_banking
#: wizard_button:account_banking.banking_import,init,end:0
msgid "_Cancel"
msgstr ""

#. module: account_banking
#: selection:payment.line,export_state:0
msgid "Draft"
msgstr ""

#. module: account_banking
#: field:account.banking.imported.file,date:0
msgid "Import Date"
msgstr ""

#. module: account_banking
#: selection:payment.line,export_state:0
msgid "Confirmed"
msgstr "Bekräftad"

#. module: account_banking
#: view:account.banking.account.settings:0
msgid "Default Accounts for Unknown Movements"
msgstr ""

#. module: account_banking
#: view:account.bank.statement:0
msgid "Confirm"
msgstr "Bekräfta"

#. module: account_banking
#: field:account.banking.account.settings,default_credit_account_id:0
msgid "Default credit account"
msgstr "Standard kreditkonto"

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid ""
"Statements found for account %(bank_account)s, '\n"
"                      'but no default journal was defined."
msgstr ""

#. module: account_banking
#: field:account.bank.statement.line,international:0
msgid "International Transaction"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "Please verify that an account is defined in the journal."
msgstr ""

#. module: account_banking
#: field:account.bank.statement.line,trans:0
msgid "Bank Transaction ID"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Statement %(id)s known - skipped"
msgstr ""

#. module: account_banking
#: selection:payment.line,export_state:0
msgid "Sent"
msgstr "Skickat"

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "Error !"
msgstr "Fel !"

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "The account entries lines are not in valid state."
msgstr ""

#. module: account_banking
#: model:ir.actions.act_window,name:account_banking.action_account_banking_journals
#: model:ir.ui.menu,name:account_banking.menu_action_account_banking_bank_journals
msgid "Default Import Settings for Bank Accounts"
msgstr ""

#. module: account_banking
#: model:ir.actions.wizard,name:account_banking.wizard_account_banking_import_file
#: model:ir.ui.menu,name:account_banking.menu_account_banking_import_wizard
msgid "Import Bank Statements File"
msgstr ""

#. module: account_banking
#: help:account_banking.banking_import,init,file:0
msgid ""
"The Transactions File to import. Please note that while it is perfectly safe "
"to reload the same file multiple times or to load in timeframe overlapping "
"statements files, there are formats that may introduce different sequencing, "
"which may create double entries.\n"
"\n"
"To stay on the safe side, always load bank statements files using the same "
"format."
msgstr ""

#. module: account_banking
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr ""

#. module: account_banking
#: view:account.banking.imported.file:0
msgid "Imported Bank Statements"
msgstr ""

#. module: account_banking
#: wizard_view:account_banking.banking_import,import:0
#: wizard_view:account_banking.banking_import,init:0
msgid "Import Bank Transactions File"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "Account %(account_no)s is not owned by %(partner)s"
msgstr ""

#. module: account_banking
#: wizard_button:account_banking.banking_import,init,import:0
msgid "_Ok"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "More then one possible match found for partner with name %(name)s"
msgstr ""

#. module: account_banking
#: field:account.banking.imported.file,state:0
#: field:payment.line,export_state:0
msgid "State"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "ERROR!"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "No suitable period found for date %(date)s"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "Multiple overlapping periods for date %(date)s"
msgstr ""

#. module: account_banking
#: field:account.banking.account.settings,company_id:0
#: field:account.banking.imported.file,company_id:0
#: wizard_field:account_banking.banking_import,init,company:0
msgid "Company"
msgstr ""

#. module: account_banking
#: wizard_field:account_banking.banking_import,import,log:0
msgid "Log"
msgstr ""

#. module: account_banking
#: field:account.banking.imported.file,file:0
msgid "Raw Data"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "Configration Error !"
msgstr ""

#. module: account_banking
#: model:ir.module.module,description:account_banking.module_meta_information
msgid ""
"\n"
"    Module to do banking.\n"
"\n"
"    This modules tries to combine all current banking import and export\n"
"    schemes. Rationale for this is that it is quite common to have foreign\n"
"    bank account numbers next to national bank account numbers. The current\n"
"    approach, which hides the national banking interface schemes in the\n"
"    l10n_xxx modules, makes it very difficult to use these simultanious.\n"
"    A more banking oriented approach seems more logical and cleaner.\n"
"\n"
"    Changes to default OpenERP:\n"
"\n"
"    * Puts focus on the real life messaging with banks:\n"
"      + Bank statement lines upgraded to independent bank transactions.\n"
"      + Banking statements have no special accountancy meaning, they're "
"just\n"
"        message envelopes for a number of bank transactions.\n"
"      + Bank statements can be either encoded by hand to reflect the "
"document\n"
"        version of Bank Statements, or created as an optional side effect "
"of\n"
"        importing Bank Transactions.\n"
"\n"
"    * Preparations for SEPA:\n"
"      + IBAN accounts are the standard in the SEPA countries\n"
"      + local accounts are derived from SEPA (excluding Turkey) but are\n"
"        considered to be identical to the corresponding SEPA account.\n"
"      + Banks are identified with either Country + Bank code + Branch code "
"or BIC\n"
"      + Each bank can have its own pace in introducing SEPA into their\n"
"        communication with their customers.\n"
"      + National online databases can be used to convert BBAN's to IBAN's.\n"
"\n"
"    * Adds dropin extensible import facility for bank communication in:\n"
"      + MultiBank (NL) format transaction files,\n"
"      - (todo) MT940 (Swift) format transaction files,\n"
"      - (todo) CODA (BE) format transaction files,\n"
"      - (wish) SEPA Credits (ISO 200022) messages,\n"
"\n"
"    * Extends payments for digital banking:\n"
"      + Adapted workflow in payments to reflect banking operations\n"
"      + Relies on account_payment mechanics to extend with export "
"generators.\n"
"      - ClieOp3 (NL) payment and direct debit orders files available as\n"
"        account_banking_nl_clieop\n"
"      - (wish) BTL91 (NL) payment orders files (no format description "
"available),\n"
"      - (wish) SEPA Direct Debits (ISO 200022) messages\n"
"\n"
"    * Additional features for the import/export mechanism:\n"
"      + Automatic matching and creation of bank accounts, banks and "
"partners,\n"
"        during import of statements.\n"
"      + Automatic matching with invoices and payments.\n"
"      + Sound import mechanism, allowing multiple imports of the same\n"
"        transactions repeated over multiple files.\n"
"      + Journal configuration per bank account.\n"
"      + Business logic and format parsing strictly separated to ease the\n"
"        development of new parsers.\n"
"      + No special configuration needed for the parsers, new parsers are\n"
"        recognized and made available at server (re)start.\n"
"    "
msgstr ""

#. module: account_banking
#: model:ir.actions.act_window,name:account_banking.act_account_payment_account_bank_statement
msgid "Bank Statements File"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/parsers/models.py:0
#, python-format
msgid "This is a stub. Please implement your own."
msgstr ""

#. module: account_banking
#: view:account.banking.imported.file:0
#: model:ir.actions.act_window,name:account_banking.action_account_banking_imported_files
#: model:ir.ui.menu,name:account_banking.menu_action_account_banking_imported_files
msgid "Imported Bank Statements Files"
msgstr ""

#. module: account_banking
#: field:account.bank.statement,banking_id:0
msgid "Imported File"
msgstr ""

#. module: account_banking
#: view:account.banking.imported.file:0
#: field:account.banking.imported.file,log:0
msgid "Import Log"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "The imported statements appear to be invalid! Check your file."
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Number of statements loaded"
msgstr ""

#. module: account_banking
#: model:ir.ui.menu,name:account_banking.menu_finance_banking_actions
#: model:ir.ui.menu,name:account_banking.menu_finance_banking_settings
msgid "Banking"
msgstr ""

#. module: account_banking
#: selection:account.banking.imported.file,state:0
msgid "Error"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "Unable to reconcile entry \"%s\": %.2f"
msgstr ""

#. module: account_banking
#: view:account.banking.imported.file:0
msgid "Import Details"
msgstr ""

#. module: account_banking
#: field:account.bank.statement.line,period_id:0
msgid "Period"
msgstr ""

#. module: account_banking
#: selection:payment.line,export_state:0
msgid "Done"
msgstr ""

#. module: account_banking
#: view:payment.order:0
msgid "Select Invoices to Pay"
msgstr ""

#. module: account_banking
#: field:account.banking.imported.file,user_id:0
msgid "Responsible User"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/account_banking.py:0
#, python-format
msgid "The statement balance is incorrect !\n"
msgstr ""

#. module: account_banking
#: constraint:ir.model:0
msgid ""
"The Object name must start with x_ and not contain any special character !"
msgstr ""

#. module: account_banking
#: selection:account.banking.imported.file,state:0
msgid "Unfinished"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Statements found for unknown account %(bank_account)s"
msgstr ""

#. module: account_banking
#: model:ir.module.module,shortdesc:account_banking.module_meta_information
msgid "Account Banking"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Total number of statements"
msgstr ""

#. module: account_banking
#: field:account.banking.imported.file,format:0
#: wizard_field:account_banking.banking_import,init,parser:0
msgid "File Format"
msgstr ""

#. module: account_banking
#: field:account.banking.account.settings,journal_id:0
msgid "Journal"
msgstr ""

#. module: account_banking
#: selection:account.banking.imported.file,state:0
msgid "Finished"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "No suitable fiscal year found for company %(company_name)s"
msgstr ""

#. module: account_banking
#: view:account.banking.account.settings:0
msgid "Bank Account Details"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid ""
"Unable to link transaction %(trans)s to invoice: '\n"
"                  '%(no_candidates)s candidates found; can't choose."
msgstr ""

#. module: account_banking
#: field:account.bank.statement.line,partner_bank_id:0
#: field:account.banking.account.settings,partner_bank_id:0
msgid "Bank Account"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/bank_import.py:0
#, python-format
msgid "Number of transactions loaded"
msgstr ""

#. module: account_banking
#: code:addons/account_banking/wizard/banktools.py:0
#, python-format
msgid "Multiple overlapping fiscal years found for date %(date)s"
msgstr ""

#. module: account_banking
#: model:ir.model,name:account_banking.model_account_banking_imported_file
msgid "Imported Bank Statements File"
msgstr ""