Merge lp:~pedro.baeza/account-payment/7.0-translation-template-files into lp:~account-payment-team/account-payment/7.0

Proposed by Pedro Manuel Baeza
Status: Merged
Merged at revision: 104
Proposed branch: lp:~pedro.baeza/account-payment/7.0-translation-template-files
Merge into: lp:~account-payment-team/account-payment/7.0
Diff against target: 1532 lines (+536/-426)
9 files modified
account_payment_extension/i18n/account_payment_extension.pot (+246/-261)
account_voucher_cash_basis/i18n/account_voucher_cash_basis.pot (+74/-0)
account_voucher_display_writeoff/i18n/account_voucher_display_writeoff.pot (+27/-0)
account_voucher_supplier_invoice_number/i18n/account_voucher_supplier_invoice_number.pot (+32/-0)
account_voucher_tax_filter/i18n/account_voucher_tax_filter.pot (+50/-0)
nan_account_bank_statement/i18n/nan_account_bank_statement.pot (+67/-88)
paydays/i18n/paydays.pot (+8/-13)
purchase_payment/i18n/purchase_payment.pot (+17/-54)
sale_payment/i18n/sale_payment.pot (+15/-10)
To merge this branch: bzr merge lp:~pedro.baeza/account-payment/7.0-translation-template-files
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Stefan Rijnhart (Opener) Approve
Review via email: mp+191952@code.launchpad.net

Description of the change

POT translation template files for enabling Rosetta Launchpad translations.

To post a comment you must log in.
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks Pedro! There are code changes in this proposal included. Is that on purpose?

review: Needs Information
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

Sorry, Stefan, I mixed two changes. Now it's solved.

Thank you.

Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks for the change, it solves the problem partially. l.714 and 804 still introduce changes to non-translation files.

review: Needs Fixing
103. By Pedro Manuel Baeza

[IMP] Translation template files for all modules.

Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

Oops, sorry. Now all must be fixed.

As you can see, there's a lot of sharp edges on account_payment_extension that I'm fixing ;)

Regards.

Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks, looks good now!

review: Approve
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_payment_extension/i18n/account_payment_extension.pot'
2--- account_payment_extension/i18n/account_payment_extension.pot 2011-01-03 20:25:26 +0000
3+++ account_payment_extension/i18n/account_payment_extension.pot 2013-10-23 17:55:42 +0000
4@@ -4,10 +4,10 @@
5 #
6 msgid ""
7 msgstr ""
8-"Project-Id-Version: OpenERP Server 6.0.0-rc1\n"
9-"Report-Msgid-Bugs-To: support@openerp.com\n"
10-"POT-Creation-Date: 2010-12-17 20:52:45+0000\n"
11-"PO-Revision-Date: 2010-12-17 20:52:45+0000\n"
12+"Project-Id-Version: OpenERP Server 7.0\n"
13+"Report-Msgid-Bugs-To: \n"
14+"POT-Creation-Date: 2013-10-21 09:20+0000\n"
15+"PO-Revision-Date: 2013-10-21 09:20+0000\n"
16 "Last-Translator: <>\n"
17 "Language-Team: \n"
18 "MIME-Version: 1.0\n"
19@@ -16,336 +16,338 @@
20 "Plural-Forms: \n"
21
22 #. module: account_payment_extension
23+#: selection:payment.line,type:0
24 #: selection:payment.order,type:0
25 msgid "Receivable"
26-msgstr "Receivable"
27+msgstr ""
28
29 #. module: account_payment_extension
30-#: model:ir.actions.act_window,name:account_payment_extension.action_payment_type
31-#: model:ir.ui.menu,name:account_payment_extension.menu_action_payment_type
32-#: view:payment.type:0
33-#: help:payment.type,name:0
34-msgid "Payment Type"
35-msgstr "Payment Type"
36+#: view:payment.order.create:0
37+msgid "Extra message of payment communication"
38+msgstr ""
39
40 #. module: account_payment_extension
41 #: selection:payment.order,create_account_moves:0
42 msgid "Direct Payment"
43-msgstr "Direct Payment"
44-
45-#. module: account_payment_extension
46-#: code:addons/account_payment_extension/payment.py:0
47-#, python-format
48-msgid "Payment order should create account moves but line with amount %.2f for partner \"%s\" has no account assigned."
49-msgstr "Payment order should create account moves but line with amount %.2f for partner \"%s\" has no account assigned."
50-
51-#. module: account_payment_extension
52-#: constraint:ir.actions.act_window:0
53-msgid "Invalid model name in the action definition."
54-msgstr "Invalid model name in the action definition."
55-
56-#. module: account_payment_extension
57-#: help:payment.type,code:0
58-msgid "Specify the Code for Payment Type"
59-msgstr "Specify the Code for Payment Type"
60+msgstr ""
61+
62+#. module: account_payment_extension
63+#: field:payment.mode,require_received_check:0
64+msgid "Require Received Check"
65+msgstr ""
66+
67+#. module: account_payment_extension
68+#: field:payment.line,payment_move_id:0
69+msgid "Payment Move"
70+msgstr ""
71+
72+#. module: account_payment_extension
73+#: help:payment.mode,require_bank_account:0
74+msgid "Ensure all lines in the payment order have a bank\n"
75+" account when proposing lines to be added in the\n"
76+" payment order."
77+msgstr ""
78
79 #. module: account_payment_extension
80 #: view:account.move.line:0
81 msgid "Pay"
82-msgstr "Pay"
83-
84-#. module: account_payment_extension
85-#: code:addons/account_payment_extension/payment.py:0
86-#, python-format
87-msgid "You cannot delete payment order(s) which are already confirmed or done!"
88-msgstr "You cannot delete payment order(s) which are already confirmed or done!"
89+msgstr ""
90
91 #. module: account_payment_extension
92 #: model:ir.model,name:account_payment_extension.model_payment_order
93 msgid "Payment Order"
94-msgstr "Payment Order"
95+msgstr ""
96
97 #. module: account_payment_extension
98 #: view:account.move.line:0
99 msgid "Receive"
100-msgstr "Receive"
101+msgstr ""
102
103 #. module: account_payment_extension
104-#: constraint:ir.ui.view:0
105-msgid "Invalid XML for View Architecture!"
106-msgstr "Invalid XML for View Architecture!"
107+#: model:ir.actions.act_window,name:account_payment_extension.action_payment_type
108+#: model:ir.ui.menu,name:account_payment_extension.menu_action_payment_type
109+#: view:payment.type:0
110+#: help:payment.type,name:0
111+msgid "Payment Type"
112+msgstr ""
113
114 #. module: account_payment_extension
115 #: field:payment.mode,require_bank_account:0
116 msgid "Require Bank Account"
117-msgstr "Require Bank Account"
118-
119-#. module: account_payment_extension
120-#: model:ir.actions.wizard,name:account_payment_extension.wizard_populate_statement_ext
121-msgid "Populate Statement with Payment lines"
122-msgstr "Populate Statement with Payment lines"
123-
124-#. module: account_payment_extension
125-#: wizard_field:populate_statement_ext,init,lines:0
126-msgid "Payment Lines"
127-msgstr "Payment Lines"
128+msgstr ""
129+
130+#. module: account_payment_extension
131+#: help:payment.type,note:0
132+msgid "Description of the payment type that will be shown in\n"
133+" the invoices"
134+msgstr ""
135+
136+#. module: account_payment_extension
137+#: model:ir.actions.act_window,name:account_payment_extension.action_rec_payment_order_tree
138+#: model:ir.ui.menu,name:account_payment_extension.menu_action_rec_payment_order_form
139+msgid "Rec. payment order"
140+msgstr ""
141+
142+#. module: account_payment_extension
143+#: help:payment.order,create_account_moves:0
144+msgid "Indicates when account moves should be created for\n"
145+" order payment lines. 'Bank Statement' will wait until user\n"
146+" introduces those payments in bank a bank statement.\n"
147+" 'Direct Payment' will mark all payment lines as payied once\n"
148+" the order is done."
149+msgstr ""
150
151 #. module: account_payment_extension
152 #: model:ir.model,name:account_payment_extension.model_payment_line
153 msgid "Payment Line"
154-msgstr "Payment Line"
155-
156-#. module: account_payment_extension
157-#: constraint:ir.ui.menu:0
158-msgid "Error ! You can not create recursive Menu."
159-msgstr "Error ! You can not create recursive Menu."
160+msgstr ""
161+
162+#. module: account_payment_extension
163+#: code:addons/account_payment_extension/account_payment.py:218
164+#, python-format
165+msgid "Payment order should create account moves\n"
166+" but line with amount %.2f for partner \"%s\" has\n"
167+" no account assigned."
168+msgstr ""
169+
170+#. module: account_payment_extension
171+#: help:payment.type,code:0
172+msgid "Specify the Code for Payment Type"
173+msgstr ""
174
175 #. module: account_payment_extension
176 #: model:ir.model,name:account_payment_extension.model_payment_mode
177 msgid "Payment Mode"
178-msgstr "Payment Mode"
179+msgstr ""
180
181 #. module: account_payment_extension
182-#: wizard_field:populate_payment_ext,search,communication2:0
183+#: field:payment.order.create,communication2:0
184 msgid "Communication 2"
185-msgstr "Communication 2"
186-
187-#. module: account_payment_extension
188-#: help:payment.type,note:0
189-msgid "Description of the payment type that will be shown in the invoices"
190-msgstr "Description of the payment type that will be shown in the invoices"
191-
192-#. module: account_payment_extension
193+msgstr ""
194+
195+#. module: account_payment_extension
196+#: field:payment.line,type:0
197 #: field:payment.order,type:0
198 msgid "Type"
199-msgstr "Type"
200+msgstr ""
201
202 #. module: account_payment_extension
203 #: view:account.move.line:0
204 msgid "Search Invoice Payments"
205-msgstr "Search Invoice Payments"
206+msgstr ""
207
208 #. module: account_payment_extension
209 #: view:payment.type:0
210 msgid "Suitable Bank Types"
211-msgstr "Suitable Bank Types"
212-
213-#. module: account_payment_extension
214-#: wizard_button:populate_statement_ext,init,add:0
215-msgid "_Add"
216-msgstr "_Add"
217-
218-#. module: account_payment_extension
219-#: code:addons/account_payment_extension/payment.py:0
220-#, python-format
221-msgid "Error !"
222-msgstr "Error !"
223+msgstr ""
224
225 #. module: account_payment_extension
226 #: view:payment.type:0
227 #: field:payment.type,note:0
228 msgid "Description"
229-msgstr "Description"
230+msgstr ""
231
232 #. module: account_payment_extension
233 #: field:payment.type,company_id:0
234 msgid "Company"
235-msgstr "Company"
236-
237-#. module: account_payment_extension
238-#: code:addons/account_payment_extension/payment.py:0
239-#, python-format
240-msgid "Account move line \"%s\" is not valid"
241-msgstr "Account move line \"%s\" is not valid"
242-
243-#. module: account_payment_extension
244-#: wizard_button:populate_payment_ext,init,end:0
245-#: wizard_button:populate_payment_ext,search,end:0
246-#: wizard_button:populate_statement_ext,init,end:0
247-msgid "_Cancel"
248-msgstr "_Cancel"
249+msgstr ""
250+
251+#. module: account_payment_extension
252+#: view:account.move.line:0
253+msgid "Unreconciled payments"
254+msgstr ""
255
256 #. module: account_payment_extension
257 #: field:payment.order,payment_type_name:0
258 msgid "Payment type name"
259-msgstr "Payment type name"
260-
261-#. module: account_payment_extension
262-#: model:ir.actions.act_window,name:account_payment_extension.action_rec_payment_order_tree
263-#: model:ir.ui.menu,name:account_payment_extension.menu_action_rec_payment_order_form
264-msgid "Rec. payment order"
265-msgstr "Rec. payment order"
266-
267-#. module: account_payment_extension
268+msgstr ""
269+
270+#. module: account_payment_extension
271+#: selection:payment.line,type:0
272 #: selection:payment.order,type:0
273 msgid "Payable"
274-msgstr "Payable"
275-
276-#. module: account_payment_extension
277-#: model:ir.actions.wizard,name:account_payment_extension.wizard_populate_payment_ext
278-msgid "Populate payment to pay"
279-msgstr "Populate payment to pay"
280+msgstr ""
281
282 #. module: account_payment_extension
283 #: field:res.partner,payment_type_customer:0
284 msgid "Customer Payment Type"
285-msgstr "Customer Payment Type"
286-
287-#. module: account_payment_extension
288-#: help:populate_payment_ext,init,amount:0
289-msgid "Next step will automatically select payments up to this amount."
290-msgstr "Next step will automatically select payments up to this amount."
291-
292-#. module: account_payment_extension
293-#: wizard_field:populate_payment_ext,search,entries:0
294+msgstr ""
295+
296+#. module: account_payment_extension
297+#: field:payment.mode,require_same_bank_account:0
298+msgid "Require the Same Bank Account"
299+msgstr ""
300+
301+#. module: account_payment_extension
302+#: field:res.partner,payment_type_supplier:0
303+msgid "Supplier Payment Type"
304+msgstr ""
305+
306+#. module: account_payment_extension
307+#: view:payment.order.create:0
308 msgid "Entries"
309-msgstr "Entries"
310+msgstr ""
311
312 #. module: account_payment_extension
313 #: field:payment.type,active:0
314 msgid "Active"
315-msgstr "Active"
316+msgstr ""
317
318 #. module: account_payment_extension
319 #: view:payment.order:0
320 msgid "Select invoices to pay/receive payment"
321-msgstr "Select invoices to pay/receive payment"
322+msgstr ""
323
324 #. module: account_payment_extension
325 #: help:payment.line,payment_move_id:0
326 msgid "Account move that pays this debt."
327-msgstr "Account move that pays this debt."
328-
329-#. module: account_payment_extension
330-#: help:populate_payment_ext,search,communication2:0
331+msgstr ""
332+
333+#. module: account_payment_extension
334+#: help:account.move.line,received_check:0
335+msgid "To write down that a check in paper support has\n"
336+" been received, for example."
337+msgstr ""
338+
339+#. module: account_payment_extension
340+#: help:payment.order.create,communication2:0
341 msgid "The successor message of payment communication."
342-msgstr "The successor message of payment communication."
343+msgstr ""
344
345 #. module: account_payment_extension
346 #: view:account.move.line:0
347-msgid "Payment"
348-msgstr "Payment"
349+msgid "Total Credit"
350+msgstr ""
351
352 #. module: account_payment_extension
353 #: field:payment.order,create_account_moves:0
354 msgid "Create Account Moves"
355-msgstr "Create Account Moves"
356+msgstr ""
357
358 #. module: account_payment_extension
359-#: field:payment.line,payment_move_id:0
360-msgid "Payment Move"
361-msgstr "Payment Move"
362+#: help:payment.mode,require_same_bank_account:0
363+msgid "Ensure all lines in the\n"
364+" payment order and the payment mode have the same\n"
365+" account number."
366+msgstr ""
367
368 #. module: account_payment_extension
369 #: field:payment.line,account_id:0
370 msgid "Account"
371-msgstr "Account"
372+msgstr ""
373
374 #. module: account_payment_extension
375 #: field:payment.type,suitable_bank_types:0
376 msgid "Suitable bank types"
377-msgstr "Suitable bank types"
378-
379-#. module: account_payment_extension
380-#: help:payment.mode,require_bank_account:0
381-msgid "Ensure all lines in the payment order have a bank account when proposing lines to be added in the payment order."
382-msgstr "Ensure all lines in the payment order have a bank account when proposing lines to be added in the payment order."
383+msgstr ""
384
385 #. module: account_payment_extension
386 #: field:payment.order,name:0
387 #: field:payment.type,name:0
388 msgid "Name"
389-msgstr "Name"
390+msgstr ""
391
392 #. module: account_payment_extension
393-#: wizard_field:populate_payment_ext,init,duedate:0
394-msgid "Due Date"
395-msgstr "Due Date"
396+#: view:account.move.line:0
397+msgid "Receivable payments"
398+msgstr ""
399
400 #. module: account_payment_extension
401 #: field:res.partner.bank,default_bank:0
402 msgid "Default"
403-msgstr "Default"
404-
405-#. module: account_payment_extension
406-#: wizard_button:populate_payment_ext,init,search:0
407-msgid "_Search"
408-msgstr "_Search"
409+msgstr ""
410+
411+#. module: account_payment_extension
412+#: view:account.move.line:0
413+msgid "Total Amount to Pay"
414+msgstr ""
415+
416+#. module: account_payment_extension
417+#: code:addons/account_payment_extension/account_payment.py:180
418+#, python-format
419+msgid "You cannot delete payment order(s) which are\n"
420+" already confirmed or done!"
421+msgstr ""
422
423 #. module: account_payment_extension
424 #: field:account.move.line,partner_bank_id:0
425 msgid "Bank Account"
426-msgstr "Bank Account"
427-
428-#. module: account_payment_extension
429-#: wizard_button:populate_payment_ext,search,create:0
430-msgid "_Add to payment order"
431-msgstr "_Add to payment order"
432-
433-#. module: account_payment_extension
434-#: code:addons/account_payment_extension/payment.py:0
435+msgstr ""
436+
437+#. module: account_payment_extension
438+#: code:addons/account_payment_extension/account_payment.py:179
439 #, python-format
440 msgid "Invalid action!"
441-msgstr "Invalid action!"
442+msgstr ""
443
444 #. module: account_payment_extension
445 #: view:account.move.line:0
446-msgid "Unreconciled"
447-msgstr "Unreconciled"
448-
449-#. module: account_payment_extension
450-#: code:addons/account_payment_extension/payment.py:0
451+msgid "Effective date"
452+msgstr ""
453+
454+#. module: account_payment_extension
455+#: model:ir.actions.act_window,name:account_payment_extension.action_create_payment_extension_order
456+msgid "Seleccionar facturas a Pagar/Cobrar"
457+msgstr ""
458+
459+#. module: account_payment_extension
460+#: code:addons/account_payment_extension/account_payment.py:217
461 #, python-format
462 msgid "Error!"
463-msgstr "Error!"
464+msgstr ""
465
466 #. module: account_payment_extension
467-#: wizard_field:populate_payment_ext,init,amount:0
468+#: field:payment.order.create,amount:0
469 msgid "Amount"
470-msgstr "Amount"
471+msgstr ""
472
473 #. module: account_payment_extension
474 #: help:payment.mode,type:0
475 msgid "Select the Payment Type for the Payment Mode."
476-msgstr "Select the Payment Type for the Payment Mode."
477-
478-#. module: account_payment_extension
479-#: view:account.bank.statement:0
480-msgid "Import payment lines"
481-msgstr "Import payment lines"
482+msgstr ""
483
484 #. module: account_payment_extension
485 #: view:account.move.line:0
486 msgid "Payments"
487-msgstr "Payments"
488-
489-#. module: account_payment_extension
490-#: field:res.partner,payment_type_supplier:0
491-msgid "Supplier Payment Type"
492-msgstr "Supplier Payment Type"
493+msgstr ""
494+
495+#. module: account_payment_extension
496+#: model:ir.model,name:account_payment_extension.model_payment_order_create
497+msgid "payment.order.create"
498+msgstr ""
499+
500+#. module: account_payment_extension
501+#: view:account.move.line:0
502+msgid "Payable payments"
503+msgstr ""
504
505 #. module: account_payment_extension
506 #: help:res.partner,payment_type_customer:0
507 msgid "Payment type of the customer"
508-msgstr "Payment type of the customer"
509+msgstr ""
510
511 #. module: account_payment_extension
512-#: model:ir.actions.act_window,name:account_payment_extension.action_pay_payment_order_tree
513-#: model:ir.ui.menu,name:account_payment_extension.menu_action_pay_payment_order_form
514-msgid "Pay. payment order"
515-msgstr "Pay. payment order"
516+#: view:account.move.line:0
517+msgid "Total Debit"
518+msgstr ""
519
520 #. module: account_payment_extension
521 #: model:ir.actions.act_window,name:account_payment_extension.action_invoice_payments
522 #: model:ir.ui.menu,name:account_payment_extension.menu_action_invoice_payments
523 msgid "Invoice payments"
524-msgstr "Invoice payments"
525+msgstr ""
526+
527+#. module: account_payment_extension
528+#: help:payment.mode,require_received_check:0
529+msgid "Ensure all lines in the payment order have the\n"
530+" Received Check flag set."
531+msgstr ""
532
533 #. module: account_payment_extension
534 #: model:ir.actions.act_window,name:account_payment_extension.action_done_payments
535 #: model:ir.ui.menu,name:account_payment_extension.menu_action_done_payments
536 msgid "Done payments"
537-msgstr "Done payments"
538+msgstr ""
539
540 #. module: account_payment_extension
541 #: field:account.invoice,payment_type:0
542@@ -353,114 +355,97 @@
543 #: model:ir.model,name:account_payment_extension.model_payment_type
544 #: field:payment.mode,type:0
545 msgid "Payment type"
546-msgstr "Payment type"
547+msgstr ""
548
549 #. module: account_payment_extension
550 #: field:payment.type,code:0
551 msgid "Code"
552-msgstr "Code"
553+msgstr ""
554
555 #. module: account_payment_extension
556 #: view:res.partner:0
557 msgid "Bank Details"
558-msgstr "Bank Details"
559+msgstr ""
560+
561+#. module: account_payment_extension
562+#: field:payment.order.create,show_refunds:0
563+msgid "Show Refunds"
564+msgstr ""
565+
566+#. module: account_payment_extension
567+#: view:account.move.line:0
568+msgid "State"
569+msgstr ""
570+
571+#. module: account_payment_extension
572+#: view:account.move.line:0
573+msgid "Group By..."
574+msgstr ""
575+
576+#. module: account_payment_extension
577+#: help:payment.order.create,amount:0
578+msgid "Next step will automatically select payments up to this amount as long as account moves have bank account if that is required by the selected payment mode."
579+msgstr ""
580+
581+#. module: account_payment_extension
582+#: help:payment.order.create,show_refunds:0
583+msgid "Indicates if search should include refunds."
584+msgstr ""
585
586 #. module: account_payment_extension
587 #: model:ir.model,name:account_payment_extension.model_res_partner_bank
588 msgid "Bank Accounts"
589-msgstr "Bank Accounts"
590+msgstr ""
591
592 #. module: account_payment_extension
593+#: view:account.move.line:0
594 #: field:payment.order,period_id:0
595 msgid "Period"
596-msgstr "Period"
597+msgstr ""
598
599 #. module: account_payment_extension
600 #: selection:payment.order,create_account_moves:0
601 msgid "Bank Statement"
602-msgstr "Bank Statement"
603+msgstr ""
604
605 #. module: account_payment_extension
606 #: help:res.partner,payment_type_supplier:0
607 msgid "Payment type of the supplier"
608-msgstr "Payment type of the supplier"
609-
610-#. module: account_payment_extension
611-#: constraint:ir.model:0
612-msgid "The Object name must start with x_ and not contain any special character !"
613-msgstr "The Object name must start with x_ and not contain any special character !"
614-
615-#. module: account_payment_extension
616-#: model:ir.model,name:account_payment_extension.model_account_move_line
617-msgid "Journal Items"
618-msgstr "Journal Items"
619-
620-#. module: account_payment_extension
621-#: help:account.move.line,received_check:0
622-msgid "To write down that a check in paper support has been received, for example."
623-msgstr "To write down that a check in paper support has been received, for example."
624+msgstr ""
625+
626+#. module: account_payment_extension
627+#: view:account.move.line:0
628+msgid "Unreconciled"
629+msgstr ""
630
631 #. module: account_payment_extension
632 #: model:ir.model,name:account_payment_extension.model_account_invoice
633 msgid "Invoice"
634-msgstr "Invoice"
635+msgstr ""
636+
637+#. module: account_payment_extension
638+#: view:payment.order:0
639+msgid "Cancel"
640+msgstr ""
641
642 #. module: account_payment_extension
643 #: view:account.move.line:0
644-msgid "Narration"
645-msgstr "Narration"
646-
647-#. module: account_payment_extension
648 #: model:ir.model,name:account_payment_extension.model_res_partner
649 msgid "Partner"
650-msgstr "Partner"
651+msgstr ""
652
653 #. module: account_payment_extension
654 #: field:account.move.line,received_check:0
655 msgid "Received check"
656-msgstr "Received check"
657-
658-#. module: account_payment_extension
659-#: wizard_view:populate_payment_ext,init:0
660-msgid "Search Payment lines"
661-msgstr "Search Payment lines"
662-
663-#. module: account_payment_extension
664-#: sql_constraint:ir.model.fields:0
665-msgid "Size of the field can never be less than 1 !"
666-msgstr "Size of the field can never be less than 1 !"
667-
668-#. module: account_payment_extension
669-#: help:payment.order,create_account_moves:0
670-msgid "Indicates when account moves should be created for order payment lines. \"Bank Statement\" will wait until user introduces those payments in bank a bank statement. \"Direct Payment\" will mark all payment lines as payied once the order is done."
671-msgstr "Indicates when account moves should be created for order payment lines. \"Bank Statement\" will wait until user introduces those payments in bank a bank statement. \"Direct Payment\" will mark all payment lines as payied once the order is done."
672-
673-#. module: account_payment_extension
674-#: model:ir.module.module,description:account_payment_extension.module_meta_information
675-msgid "Account payment extension.\n"
676-"\n"
677-"This module extends the account_payment module with a lot of features:\n"
678-" * Extension of payment types: The payment type has a translated name and note that can be shown in the invoices.\n"
679-" * Two default payment types for partners (client and supplier).\n"
680-" * Automatic selection of payment type in invoices. Now an invoice can have a payment term (30 days, 30/60 days, ...) and a payment type (cash, bank transfer, ...).\n"
681-" * A default check field in partner bank accounts. The default partner bank accounts are selected in invoices and payments.\n"
682-" * New menu/tree/forms to see payments to receive and payments to pay.\n"
683-" * The payments show tree editable fields: Due date, bank account and a check field (for example to write down if a bank check in paper support has been received).\n"
684-" * Two types of payment orders: Payable payment orders (from supplier invoices) and receivable payment orders (from client invoices). So we can make payment orders to receive the payments of our client invoices. Each payment order type has its own sequence.\n"
685-" * The payment orders allow negative payment amounts. So we can have payment orders for supplier invoices (pay money) and refund supplier invoices (return or receive money). Or for client invoices (receive money) and refund client invoices (return or pay money).\n"
686-" * Payment orders: Selected invoices are filtered by payment type, the second message communication can be set at the same time for several invoices.\n"
687-"Based on previous work of Pablo Rocandio & Zikzakmedia (version for 4.2).\n"
688-""
689-msgstr ""
690-
691-#. module: account_payment_extension
692-#: wizard_field:populate_payment_ext,init,show_refunds:0
693-msgid "Show Refunds"
694-msgstr "Show Refunds"
695-
696-#. module: account_payment_extension
697-#: help:populate_payment_ext,init,show_refunds:0
698-msgid "Indicates if search should include refunds."
699-msgstr "Indicates if search should include refunds."
700-
701+msgstr ""
702+
703+#. module: account_payment_extension
704+#: view:account.move.line:0
705+msgid "Journal"
706+msgstr ""
707+
708+#. module: account_payment_extension
709+#: model:ir.model,name:account_payment_extension.model_account_move_line
710+msgid "Journal Items"
711+msgstr ""
712
713
714=== added file 'account_voucher_cash_basis/i18n/account_voucher_cash_basis.pot'
715--- account_voucher_cash_basis/i18n/account_voucher_cash_basis.pot 1970-01-01 00:00:00 +0000
716+++ account_voucher_cash_basis/i18n/account_voucher_cash_basis.pot 2013-10-23 17:55:42 +0000
717@@ -0,0 +1,74 @@
718+# Translation of OpenERP Server.
719+# This file contains the translation of the following modules:
720+# * account_voucher_cash_basis
721+#
722+msgid ""
723+msgstr ""
724+"Project-Id-Version: OpenERP Server 7.0\n"
725+"Report-Msgid-Bugs-To: \n"
726+"POT-Creation-Date: 2013-10-21 09:21+0000\n"
727+"PO-Revision-Date: 2013-10-21 09:21+0000\n"
728+"Last-Translator: <>\n"
729+"Language-Team: \n"
730+"MIME-Version: 1.0\n"
731+"Content-Type: text/plain; charset=UTF-8\n"
732+"Content-Transfer-Encoding: \n"
733+"Plural-Forms: \n"
734+
735+#. module: account_voucher_cash_basis
736+#: field:account.voucher,line_total:0
737+msgid "Lines Total"
738+msgstr ""
739+
740+#. module: account_voucher_cash_basis
741+#: help:account.config.settings,allow_distributing_write_off:0
742+#: help:res.company,allow_distributing_write_off:0
743+msgid "If not set, paying several 'cash basis' invoices with same voucher with write-off won't be allowed. If set, write-off will be distributed equally over invoices"
744+msgstr ""
745+
746+#. module: account_voucher_cash_basis
747+#: model:ir.model,name:account_voucher_cash_basis.model_account_config_settings
748+msgid "account.config.settings"
749+msgstr ""
750+
751+#. module: account_voucher_cash_basis
752+#: code:addons/account_voucher_cash_basis/account_voucher.py:44
753+#, python-format
754+msgid "The generated payment entry is unbalanced for more than 1 decimal"
755+msgstr ""
756+
757+#. module: account_voucher_cash_basis
758+#: model:ir.model,name:account_voucher_cash_basis.model_account_voucher
759+msgid "Accounting Voucher"
760+msgstr ""
761+
762+#. module: account_voucher_cash_basis
763+#: model:ir.model,name:account_voucher_cash_basis.model_res_company
764+msgid "Companies"
765+msgstr ""
766+
767+#. module: account_voucher_cash_basis
768+#: field:account.config.settings,allow_distributing_write_off:0
769+#: field:res.company,allow_distributing_write_off:0
770+msgid "Allow distributing write-off"
771+msgstr ""
772+
773+#. module: account_voucher_cash_basis
774+#: code:addons/account_voucher_cash_basis/account_voucher.py:155
775+#, python-format
776+msgid "You are trying to pay with write-off more than one invoice and distributing write-off is not allowed. See company settings."
777+msgstr ""
778+
779+#. module: account_voucher_cash_basis
780+#: code:addons/account_voucher_cash_basis/account_voucher.py:44
781+#: code:addons/account_voucher_cash_basis/account_voucher.py:155
782+#, python-format
783+msgid "Error"
784+msgstr ""
785+
786+#. module: account_voucher_cash_basis
787+#: field:account.config.settings,vat_on_payment:0
788+#: field:res.company,vat_on_payment:0
789+msgid "VAT on payment treatment"
790+msgstr ""
791+
792
793=== added directory 'account_voucher_display_writeoff/i18n'
794=== added file 'account_voucher_display_writeoff/i18n/account_voucher_display_writeoff.pot'
795--- account_voucher_display_writeoff/i18n/account_voucher_display_writeoff.pot 1970-01-01 00:00:00 +0000
796+++ account_voucher_display_writeoff/i18n/account_voucher_display_writeoff.pot 2013-10-23 17:55:42 +0000
797@@ -0,0 +1,27 @@
798+# Translation of OpenERP Server.
799+# This file contains the translation of the following modules:
800+# * account_voucher_display_writeoff
801+#
802+msgid ""
803+msgstr ""
804+"Project-Id-Version: OpenERP Server 7.0\n"
805+"Report-Msgid-Bugs-To: \n"
806+"POT-Creation-Date: 2013-10-21 09:21+0000\n"
807+"PO-Revision-Date: 2013-10-21 09:21+0000\n"
808+"Last-Translator: <>\n"
809+"Language-Team: \n"
810+"MIME-Version: 1.0\n"
811+"Content-Type: text/plain; charset=UTF-8\n"
812+"Content-Transfer-Encoding: \n"
813+"Plural-Forms: \n"
814+
815+#. module: account_voucher_display_writeoff
816+#: view:account.voucher:0
817+msgid "Write-Off"
818+msgstr ""
819+
820+#. module: account_voucher_display_writeoff
821+#: model:ir.model,name:account_voucher_display_writeoff.model_account_voucher
822+msgid "Accounting Voucher"
823+msgstr ""
824+
825
826=== added directory 'account_voucher_supplier_invoice_number/i18n'
827=== added file 'account_voucher_supplier_invoice_number/i18n/account_voucher_supplier_invoice_number.pot'
828--- account_voucher_supplier_invoice_number/i18n/account_voucher_supplier_invoice_number.pot 1970-01-01 00:00:00 +0000
829+++ account_voucher_supplier_invoice_number/i18n/account_voucher_supplier_invoice_number.pot 2013-10-23 17:55:42 +0000
830@@ -0,0 +1,32 @@
831+# Translation of OpenERP Server.
832+# This file contains the translation of the following modules:
833+# * account_voucher_supplier_invoice_number
834+#
835+msgid ""
836+msgstr ""
837+"Project-Id-Version: OpenERP Server 7.0\n"
838+"Report-Msgid-Bugs-To: \n"
839+"POT-Creation-Date: 2013-10-21 09:22+0000\n"
840+"PO-Revision-Date: 2013-10-21 09:22+0000\n"
841+"Last-Translator: <>\n"
842+"Language-Team: \n"
843+"MIME-Version: 1.0\n"
844+"Content-Type: text/plain; charset=UTF-8\n"
845+"Content-Transfer-Encoding: \n"
846+"Plural-Forms: \n"
847+
848+#. module: account_voucher_supplier_invoice_number
849+#: model:ir.model,name:account_voucher_supplier_invoice_number.model_account_voucher
850+msgid "Accounting Voucher"
851+msgstr ""
852+
853+#. module: account_voucher_supplier_invoice_number
854+#: field:account.voucher.line,supplier_invoice_number:0
855+msgid "Supplier Invoice Number"
856+msgstr ""
857+
858+#. module: account_voucher_supplier_invoice_number
859+#: model:ir.model,name:account_voucher_supplier_invoice_number.model_account_voucher_line
860+msgid "Voucher Lines"
861+msgstr ""
862+
863
864=== added directory 'account_voucher_tax_filter/i18n'
865=== added file 'account_voucher_tax_filter/i18n/account_voucher_tax_filter.pot'
866--- account_voucher_tax_filter/i18n/account_voucher_tax_filter.pot 1970-01-01 00:00:00 +0000
867+++ account_voucher_tax_filter/i18n/account_voucher_tax_filter.pot 2013-10-23 17:55:42 +0000
868@@ -0,0 +1,50 @@
869+# Translation of OpenERP Server.
870+# This file contains the translation of the following modules:
871+# * account_voucher_tax_filter
872+#
873+msgid ""
874+msgstr ""
875+"Project-Id-Version: OpenERP Server 7.0\n"
876+"Report-Msgid-Bugs-To: \n"
877+"POT-Creation-Date: 2013-10-21 09:22+0000\n"
878+"PO-Revision-Date: 2013-10-21 09:22+0000\n"
879+"Last-Translator: <>\n"
880+"Language-Team: \n"
881+"MIME-Version: 1.0\n"
882+"Content-Type: text/plain; charset=UTF-8\n"
883+"Content-Transfer-Encoding: \n"
884+"Plural-Forms: \n"
885+
886+#. module: account_voucher_tax_filter
887+#: view:account.voucher:0
888+msgid "[\n"
889+" ('company_id', '=', company_id), ('parent_id', '=', False),\n"
890+" ('type_tax_use', 'in', ['purchase', 'all'])\n"
891+" ]"
892+msgstr ""
893+
894+#. module: account_voucher_tax_filter
895+#: view:account.voucher:0
896+msgid "[\n"
897+" ('company_id', '=', company_id), ('parent_id', '=', False),\n"
898+" ('type_tax_use', 'in', ['sale', 'all'])\n"
899+" ]"
900+msgstr ""
901+
902+#. module: account_voucher_tax_filter
903+#: view:account.voucher:0
904+msgid "(\n"
905+" [('company_id', '=', company_id), ('parent_id', '=', False)] +\n"
906+" (\n"
907+" type == 'sale' and [('type_tax_use', 'in', ['sale', 'all'])]\n"
908+" or type == 'purchase' and [('type_tax_use', 'in', ['purchase', 'all'])]\n"
909+" or []\n"
910+" )\n"
911+" )"
912+msgstr ""
913+
914+#. module: account_voucher_tax_filter
915+#: view:account.voucher:0
916+msgid "many2one"
917+msgstr ""
918+
919
920=== modified file 'nan_account_bank_statement/i18n/nan_account_bank_statement.pot'
921--- nan_account_bank_statement/i18n/nan_account_bank_statement.pot 2012-01-20 10:41:21 +0000
922+++ nan_account_bank_statement/i18n/nan_account_bank_statement.pot 2013-10-23 17:55:42 +0000
923@@ -4,10 +4,10 @@
924 #
925 msgid ""
926 msgstr ""
927-"Project-Id-Version: OpenERP Server 6.0.1\n"
928-"Report-Msgid-Bugs-To: support@openerp.com\n"
929-"POT-Creation-Date: 2011-03-27 01:57+0000\n"
930-"PO-Revision-Date: 2011-03-27 01:57+0000\n"
931+"Project-Id-Version: OpenERP Server 7.0\n"
932+"Report-Msgid-Bugs-To: \n"
933+"POT-Creation-Date: 2013-10-21 09:23+0000\n"
934+"PO-Revision-Date: 2013-10-21 09:23+0000\n"
935 "Last-Translator: <>\n"
936 "Language-Team: \n"
937 "MIME-Version: 1.0\n"
938@@ -18,301 +18,280 @@
939 #. module: nan_account_bank_statement
940 #: field:account.bank.statement.line,search_by:0
941 msgid "Search By"
942-msgstr "Search By"
943+msgstr ""
944
945 #. module: nan_account_bank_statement
946 #: selection:account.bank.statement.line,search_by:0
947 msgid "Invoice Origin"
948-msgstr "Invoice Origin"
949+msgstr ""
950
951 #. module: nan_account_bank_statement
952-#: code:addons/nan_account_bank_statement/account_statement.py:654
953+#: code:addons/nan_account_bank_statement/account_statement.py:683
954 #, python-format
955 msgid "Company Check Error"
956-msgstr "Company Check Error"
957+msgstr ""
958
959 #. module: nan_account_bank_statement
960 #: selection:account.bank.statement.line,search_by:0
961 msgid "Payment Order"
962-msgstr "Payment Order"
963+msgstr ""
964
965 #. module: nan_account_bank_statement
966 #: selection:account.bank.statement.line,search_by:0
967 msgid "None"
968-msgstr "None"
969+msgstr ""
970
971 #. module: nan_account_bank_statement
972 #: view:account.bank.statement.line.data:0
973 msgid "Statement Line Data"
974-msgstr "Statement Line Data"
975+msgstr ""
976
977 #. module: nan_account_bank_statement
978 #: selection:account.bank.statement.line,search_by:0
979 msgid "Reference and Amount"
980-msgstr "Reference and Amount"
981+msgstr ""
982
983 #. module: nan_account_bank_statement
984 #: selection:account.bank.statement.line,search_by:0
985 msgid "Vat and Amount"
986-msgstr "Vat and Amount"
987+msgstr ""
988
989 #. module: nan_account_bank_statement
990 #: help:account.bank.statement.line.rule,sequence:0
991 msgid "Rules will be applied in the order defined by this Sequence and will stop in the first matching rule."
992-msgstr "Rules will be applied in the order defined by this Sequence and will stop in the first matching rule."
993+msgstr ""
994
995 #. module: nan_account_bank_statement
996 #: field:account.bank.statement.line.data,line_id:0
997 msgid "Statement Line"
998-msgstr "Statement Line"
999+msgstr ""
1000
1001 #. module: nan_account_bank_statement
1002-#: code:addons/nan_account_bank_statement/account_statement.py:243
1003+#: code:addons/nan_account_bank_statement/account_statement.py:247
1004 #, python-format
1005 msgid "Search by VAT error"
1006-msgstr "Search by VAT error"
1007+msgstr ""
1008
1009 #. module: nan_account_bank_statement
1010 #: model:ir.ui.menu,name:nan_account_bank_statement.menu_configuration_bank_statement
1011 msgid "Bank Statements"
1012-msgstr "Bank Statements"
1013+msgstr ""
1014
1015 #. module: nan_account_bank_statement
1016-#: code:addons/nan_account_bank_statement/account_statement.py:253
1017+#: code:addons/nan_account_bank_statement/account_statement.py:257
1018 #, python-format
1019 msgid "You cannot search by invoice number because it seems this line has not been imported from a bank statement file. The system expected an \"invoice_number\" key in the line with amount %(amount).2f in statement %(statement)s."
1020-msgstr "You cannot search by invoice number because it seems this line has not been imported from a bank statement file. The system expected an \"invoice_number\" key in the line with amount %(amount).2f in statement %(statement)s."
1021+msgstr ""
1022
1023 #. module: nan_account_bank_statement
1024 #: view:account.bank.statement.split.line.wizard:0
1025 msgid "Split Line Wizard"
1026-msgstr "Split Line Wizard"
1027+msgstr ""
1028
1029 #. module: nan_account_bank_statement
1030-#: code:addons/nan_account_bank_statement/account_statement.py:233
1031+#: code:addons/nan_account_bank_statement/account_statement.py:237
1032 #, python-format
1033 msgid "Search by reference error"
1034-msgstr "Search by reference error"
1035+msgstr ""
1036
1037 #. module: nan_account_bank_statement
1038 #: model:ir.model,name:nan_account_bank_statement.model_account_bank_statement_line_data
1039 msgid "account.bank.statement.line.data"
1040-msgstr "account.bank.statement.line.data"
1041-
1042-#. module: nan_account_bank_statement
1043-#: model:ir.module.module,shortdesc:nan_account_bank_statement.module_meta_information
1044-msgid "nan_account_bank_statement"
1045-msgstr "nan_account_bank_statement"
1046+msgstr ""
1047
1048 #. module: nan_account_bank_statement
1049 #: field:account.bank.statement.line.rule,company_id:0
1050 msgid "Company"
1051-msgstr "Company"
1052+msgstr ""
1053
1054 #. module: nan_account_bank_statement
1055 #: constraint:account.bank.statement.line.rule:0
1056 msgid "Company Check Error."
1057-msgstr "Company Check Error."
1058-
1059-#. module: nan_account_bank_statement
1060-#: model:ir.module.module,description:nan_account_bank_statement.module_meta_information
1061-msgid "This enhances standard bank statements by:\n"
1062-"\n"
1063-"- Adding a new button in statement lines to split the line in two.\n"
1064-"- Adding key/value information in statement lines which can later be used by other modules for automatically finding move lines to be reconciled."
1065-msgstr "This enhances standard bank statements by:\n"
1066-"\n"
1067-"- Adding a new button in statement lines to split the line in two.\n"
1068-"- Adding key/value information in statement lines which can later be used by other modules for automatically finding move lines to be reconciled."
1069+msgstr ""
1070
1071 #. module: nan_account_bank_statement
1072 #: view:account.bank.statement.line.rule:0
1073 msgid "Statement Line Rule"
1074-msgstr "Statement Line Rule"
1075+msgstr ""
1076
1077 #. module: nan_account_bank_statement
1078 #: selection:account.bank.statement.line,search_by:0
1079 msgid "Invoice Number"
1080-msgstr "Invoice Number"
1081+msgstr ""
1082
1083 #. module: nan_account_bank_statement
1084 #: model:ir.actions.act_window,name:nan_account_bank_statement.action_statement_line_split_wizard
1085 msgid "action.statement.line.split.wizard"
1086-msgstr "action.statement.line.split.wizard"
1087+msgstr ""
1088
1089 #. module: nan_account_bank_statement
1090 #: field:account.bank.statement.line.data,key:0
1091 #: field:account.bank.statement.line.rule,key:0
1092 msgid "Key"
1093-msgstr "Key"
1094+msgstr ""
1095
1096 #. module: nan_account_bank_statement
1097-#: code:addons/nan_account_bank_statement/account_statement.py:253
1098-#: code:addons/nan_account_bank_statement/account_statement.py:263
1099+#: code:addons/nan_account_bank_statement/account_statement.py:257
1100+#: code:addons/nan_account_bank_statement/account_statement.py:267
1101 #, python-format
1102 msgid "Search by invoice error"
1103-msgstr "Search by invoice error"
1104+msgstr ""
1105
1106 #. module: nan_account_bank_statement
1107-#: code:addons/nan_account_bank_statement/account_statement.py:263
1108+#: code:addons/nan_account_bank_statement/account_statement.py:267
1109 #, python-format
1110 msgid "You cannot search by invoice origin because it seems this line has not been imported from a bank statement file. The system expected an \"invoice_origin\" key in the line with amount %(amount).2f in statement %(statement)s."
1111-msgstr "You cannot search by invoice origin because it seems this line has not been imported from a bank statement file. The system expected an \"invoice_origin\" key in the line with amount %(amount).2f in statement %(statement)s."
1112+msgstr ""
1113
1114 #. module: nan_account_bank_statement
1115 #: field:account.bank.statement.line.rule,account_id:0
1116 msgid "Account"
1117-msgstr "Account"
1118+msgstr ""
1119
1120 #. module: nan_account_bank_statement
1121 #: help:account.bank.statement.line,data_ids:0
1122 msgid "Data related to the line, usually extracted/imported from a file provided by the bank or another partner."
1123-msgstr "Data related to the line, usually extracted/imported from a file provided by the bank or another partner."
1124+msgstr ""
1125
1126 #. module: nan_account_bank_statement
1127 #: view:account.bank.statement.split.line.wizard:0
1128 msgid "_Cancel"
1129-msgstr "_Cancel"
1130+msgstr ""
1131
1132 #. module: nan_account_bank_statement
1133 #: help:account.bank.statement.line.rule,expression:0
1134 msgid "If the value of the given Key contains this Expression, Account and Partner will be used for that statement line."
1135-msgstr "If the value of the given Key contains this Expression, Account and Partner will be used for that statement line."
1136+msgstr ""
1137
1138 #. module: nan_account_bank_statement
1139 #: help:account.bank.statement.line.rule,account_id:0
1140 msgid "Account to be used if expression matches."
1141-msgstr "Account to be used if expression matches."
1142+msgstr ""
1143
1144 #. module: nan_account_bank_statement
1145-#: code:addons/nan_account_bank_statement/account_statement.py:233
1146+#: code:addons/nan_account_bank_statement/account_statement.py:237
1147 #, python-format
1148 msgid "You cannot search by reference because it seems this line has not been imported from a bank statement file. The system expected a \"reference\" key in the line with amount %(amount).2f in statement %(statement)s."
1149-msgstr "You cannot search by reference because it seems this line has not been imported from a bank statement file. The system expected a \"reference\" key in the line with amount %(amount).2f in statement %(statement)s."
1150+msgstr ""
1151
1152 #. module: nan_account_bank_statement
1153 #: view:account.bank.statement:0
1154 msgid "_Search"
1155-msgstr "_Search"
1156+msgstr ""
1157
1158 #. module: nan_account_bank_statement
1159 #: view:account.bank.statement.split.line.wizard:0
1160 msgid "_Accept"
1161-msgstr "_Accept"
1162+msgstr ""
1163
1164 #. module: nan_account_bank_statement
1165 #: model:ir.model,name:nan_account_bank_statement.model_account_bank_statement_line
1166 msgid "Bank Statement Line"
1167-msgstr "Bank Statement Line"
1168+msgstr ""
1169
1170 #. module: nan_account_bank_statement
1171 #: field:account.bank.statement.line.data,value:0
1172 msgid "Value"
1173-msgstr "Value"
1174+msgstr ""
1175
1176 #. module: nan_account_bank_statement
1177 #: help:account.bank.statement.line.rule,partner_id:0
1178 msgid "Partner to be used if expression matches"
1179-msgstr "Partner to be used if expression matches"
1180+msgstr ""
1181
1182 #. module: nan_account_bank_statement
1183 #: view:account.bank.statement:0
1184 msgid "Split"
1185-msgstr "Split"
1186+msgstr ""
1187
1188 #. module: nan_account_bank_statement
1189 #: selection:account.bank.statement.line,search_by:0
1190 #: field:account.bank.statement.split.line.wizard,amount:0
1191 msgid "Amount"
1192-msgstr "Amount"
1193+msgstr ""
1194
1195 #. module: nan_account_bank_statement
1196-#: code:addons/nan_account_bank_statement/account_statement.py:243
1197+#: code:addons/nan_account_bank_statement/account_statement.py:247
1198 #, python-format
1199 msgid "You cannot search by VAT because it seems this line has not been imported from a bank statement file. The system expected a \"vat\" key in the line with amount %(amount).2f in statement %(statement)s."
1200-msgstr "You cannot search by VAT because it seems this line has not been imported from a bank statement file. The system expected a \"vat\" key in the line with amount %(amount).2f in statement %(statement)s."
1201+msgstr ""
1202
1203 #. module: nan_account_bank_statement
1204 #: sql_constraint:account.bank.statement.line.data:0
1205 msgid "Key-value pairs must be unique per statement line."
1206-msgstr "Key-value pairs must be unique per statement line."
1207-
1208-#. module: nan_account_bank_statement
1209-#: constraint:account.bank.statement.line:0
1210-msgid "The amount of the voucher must be the same amount as the one on the statement line"
1211-msgstr "The amount of the voucher must be the same amount as the one on the statement line"
1212+msgstr ""
1213
1214 #. module: nan_account_bank_statement
1215 #: model:ir.model,name:nan_account_bank_statement.model_account_bank_statement_split_line_wizard
1216 msgid "account.bank.statement.split.line.wizard"
1217-msgstr "account.bank.statement.split.line.wizard"
1218+msgstr ""
1219
1220 #. module: nan_account_bank_statement
1221 #: field:account.bank.statement.line.rule,expression:0
1222 msgid "Expression"
1223-msgstr "Expression"
1224+msgstr ""
1225
1226 #. module: nan_account_bank_statement
1227 #: selection:account.bank.statement.line,search_by:0
1228 msgid "All"
1229-msgstr "All"
1230+msgstr ""
1231
1232 #. module: nan_account_bank_statement
1233 #: field:account.bank.statement.line,data_ids:0
1234 msgid "Related Data"
1235-msgstr "Related Data"
1236+msgstr ""
1237
1238 #. module: nan_account_bank_statement
1239 #: field:account.bank.statement.line.rule,sequence:0
1240 msgid "Sequence"
1241-msgstr "Sequence"
1242+msgstr ""
1243
1244 #. module: nan_account_bank_statement
1245 #: help:account.bank.statement.line.rule,key:0
1246 msgid "Key in statement line data that should match the given Expression."
1247-msgstr "Key in statement line data that should match the given Expression."
1248+msgstr ""
1249
1250 #. module: nan_account_bank_statement
1251 #: help:account.bank.statement.line.rule,company_id:0
1252 msgid "Company in which this rule should apply."
1253-msgstr "Company in which this rule should apply."
1254+msgstr ""
1255
1256 #. module: nan_account_bank_statement
1257 #: selection:account.bank.statement.line,search_by:0
1258 #: model:ir.model,name:nan_account_bank_statement.model_account_bank_statement
1259 msgid "Bank Statement"
1260-msgstr "Bank Statement"
1261+msgstr ""
1262
1263 #. module: nan_account_bank_statement
1264 #: selection:account.bank.statement.line,search_by:0
1265 #: model:ir.actions.act_window,name:nan_account_bank_statement.action_statement_line_rules
1266 #: model:ir.ui.menu,name:nan_account_bank_statement.menu_statement_line_rule
1267 msgid "Statement Line Rules"
1268-msgstr "Statement Line Rules"
1269+msgstr ""
1270
1271 #. module: nan_account_bank_statement
1272 #: view:account.bank.statement:0
1273 msgid "S_plit"
1274-msgstr "S_plit"
1275+msgstr ""
1276
1277 #. module: nan_account_bank_statement
1278 #: field:account.bank.statement.line.rule,partner_id:0
1279 msgid "Partner"
1280-msgstr "Partner"
1281+msgstr ""
1282
1283 #. module: nan_account_bank_statement
1284 #: field:account.bank.statement,total_amount:0
1285 msgid "Total Amount"
1286-msgstr "Total Amount"
1287+msgstr ""
1288
1289 #. module: nan_account_bank_statement
1290 #: model:ir.model,name:nan_account_bank_statement.model_account_bank_statement_line_rule
1291 msgid "account.bank.statement.line.rule"
1292-msgstr "account.bank.statement.line.rule"
1293+msgstr ""
1294
1295 #. module: nan_account_bank_statement
1296-#: code:addons/nan_account_bank_statement/account_statement.py:654
1297+#: code:addons/nan_account_bank_statement/account_statement.py:683
1298 #, python-format
1299 msgid "Company for account %(account)s does not match rule's company for rule %(rule)s."
1300-msgstr "Company for account %(account)s does not match rule's company for rule %(rule)s."
1301+msgstr ""
1302
1303
1304=== modified file 'paydays/i18n/paydays.pot'
1305--- paydays/i18n/paydays.pot 2010-12-28 12:41:15 +0000
1306+++ paydays/i18n/paydays.pot 2013-10-23 17:55:42 +0000
1307@@ -4,10 +4,10 @@
1308 #
1309 msgid ""
1310 msgstr ""
1311-"Project-Id-Version: OpenERP Server 5.0.1\n"
1312-"Report-Msgid-Bugs-To: support@openerp.com\n"
1313-"POT-Creation-Date: 2009-09-05 14:26:09+0000\n"
1314-"PO-Revision-Date: 2009-09-05 14:26:09+0000\n"
1315+"Project-Id-Version: OpenERP Server 7.0\n"
1316+"Report-Msgid-Bugs-To: \n"
1317+"POT-Creation-Date: 2013-10-21 09:23+0000\n"
1318+"PO-Revision-Date: 2013-10-21 09:23+0000\n"
1319 "Last-Translator: <>\n"
1320 "Language-Team: \n"
1321 "MIME-Version: 1.0\n"
1322@@ -16,23 +16,18 @@
1323 "Plural-Forms: \n"
1324
1325 #. module: paydays
1326-#: model:ir.module.module,shortdesc:paydays.module_meta_information
1327-msgid "Paydays"
1328-msgstr ""
1329-
1330-#. module: paydays
1331 #: help:account.payment.term,payment_days:0
1332 msgid "If a company has more than one payment days in a month you should fill them in this field and set 'Day of the Month' field in line to zero. For example, if a company pays the 5th and 20th days of the month you should write '5-20' here."
1333 msgstr ""
1334
1335 #. module: paydays
1336-#: constraint:ir.ui.view:0
1337-msgid "Invalid XML for View Architecture!"
1338+#: constraint:account.payment.term:0
1339+msgid "Error: Payment days field format is not valid."
1340 msgstr ""
1341
1342 #. module: paydays
1343-#: model:ir.module.module,description:paydays.module_meta_information
1344-msgid "This module allows setting more than one payment days in payment terms."
1345+#: model:ir.model,name:paydays.model_account_payment_term
1346+msgid "Payment Term"
1347 msgstr ""
1348
1349 #. module: paydays
1350
1351=== modified file 'purchase_payment/i18n/purchase_payment.pot'
1352--- purchase_payment/i18n/purchase_payment.pot 2010-12-20 20:55:38 +0000
1353+++ purchase_payment/i18n/purchase_payment.pot 2013-10-23 17:55:42 +0000
1354@@ -4,10 +4,10 @@
1355 #
1356 msgid ""
1357 msgstr ""
1358-"Project-Id-Version: OpenERP Server 6.0.0-rc1\n"
1359-"Report-Msgid-Bugs-To: support@openerp.com\n"
1360-"POT-Creation-Date: 2010-12-20 20:22:04+0000\n"
1361-"PO-Revision-Date: 2010-12-20 20:22:04+0000\n"
1362+"Project-Id-Version: OpenERP Server 7.0\n"
1363+"Report-Msgid-Bugs-To: \n"
1364+"POT-Creation-Date: 2013-10-21 09:25+0000\n"
1365+"PO-Revision-Date: 2013-10-21 09:25+0000\n"
1366 "Last-Translator: <>\n"
1367 "Language-Team: \n"
1368 "MIME-Version: 1.0\n"
1369@@ -16,95 +16,58 @@
1370 "Plural-Forms: \n"
1371
1372 #. module: purchase_payment
1373-#: model:ir.module.module,shortdesc:purchase_payment.module_meta_information
1374-msgid "Purchase Payment Type and Terms"
1375-msgstr ""
1376-
1377-#. module: purchase_payment
1378-#: model:ir.module.module,description:purchase_payment.module_meta_information
1379-msgid "Adds payment info to the purchase process.\n"
1380-"\n"
1381-"Adds payment type, terms, and bank account to the purchase orders.\n"
1382-"\n"
1383-"Allows to set different default payment terms for purchases (the partners\n"
1384-"will have payment terms and supplier payment terms).\n"
1385-"\n"
1386-"The payment terms, payment type and bank account default values for the\n"
1387-"purchase will be taken from the partner.\n"
1388-"\n"
1389-"Invoices created from purchase orders, or from pickings related to purchase\n"
1390-"orders, will inherit this payment info from the payment order.\n"
1391-""
1392-msgstr ""
1393-
1394-#. module: purchase_payment
1395-#: constraint:ir.ui.view:0
1396-msgid "Invalid XML for View Architecture!"
1397-msgstr "Invalid XML for View Architecture!"
1398-
1399-#. module: purchase_payment
1400-#: constraint:ir.model:0
1401-msgid "The Object name must start with x_ and not contain any special character !"
1402-msgstr "The Object name must start with x_ and not contain any special character !"
1403+#: field:purchase.order,payment_type:0
1404+msgid "Payment type"
1405+msgstr ""
1406
1407 #. module: purchase_payment
1408 #: field:purchase.order,partner_bank:0
1409 msgid "Bank Account"
1410-msgstr "Bank Account"
1411+msgstr ""
1412
1413 #. module: purchase_payment
1414 #: field:purchase.order,payment_term:0
1415 #: field:res.partner,property_payment_term_supplier:0
1416 msgid "Payment Term"
1417-msgstr "Payment Term"
1418-
1419-#. module: purchase_payment
1420-#: field:purchase.order,payment_type:0
1421-msgid "Payment type"
1422-msgstr "Payment type"
1423+msgstr ""
1424
1425 #. module: purchase_payment
1426 #: model:ir.model,name:purchase_payment.model_purchase_order
1427 msgid "Purchase Order"
1428-msgstr "Purchase Order"
1429+msgstr ""
1430
1431 #. module: purchase_payment
1432 #: help:res.partner,property_payment_term_supplier:0
1433 msgid "This payment term will be used instead of the default one for the current partner on purchases"
1434-msgstr "This payment term will be used instead of the default one for the current partner on purchases"
1435+msgstr ""
1436
1437 #. module: purchase_payment
1438 #: help:purchase.order,payment_term:0
1439 msgid "The payment terms. They will be transferred to the invoice."
1440-msgstr "The payment terms. They will be transferred to the invoice."
1441+msgstr ""
1442
1443 #. module: purchase_payment
1444 #: model:ir.model,name:purchase_payment.model_account_invoice
1445 msgid "Invoice"
1446-msgstr "Invoice"
1447+msgstr ""
1448
1449 #. module: purchase_payment
1450 #: model:ir.model,name:purchase_payment.model_stock_picking
1451 msgid "Picking List"
1452-msgstr "Picking List"
1453+msgstr ""
1454
1455 #. module: purchase_payment
1456 #: help:purchase.order,payment_type:0
1457 msgid "The type of payment. It will be transferred to the invoice."
1458-msgstr "The type of payment. It will be transferred to the invoice."
1459+msgstr ""
1460
1461 #. module: purchase_payment
1462 #: model:ir.model,name:purchase_payment.model_res_partner
1463 msgid "Partner"
1464-msgstr "Partner"
1465+msgstr ""
1466
1467 #. module: purchase_payment
1468 #: help:purchase.order,partner_bank:0
1469 msgid "The bank account to pay to or to be paid from. It will be transferred to the invoice."
1470-msgstr "The bank account to pay to or to be paid from. It will be transferred to the invoice."
1471-
1472-#. module: purchase_payment
1473-#: sql_constraint:ir.model.fields:0
1474-msgid "Size of the field can never be less than 1 !"
1475-msgstr "Size of the field can never be less than 1 !"
1476+msgstr ""
1477
1478
1479=== modified file 'sale_payment/i18n/sale_payment.pot'
1480--- sale_payment/i18n/sale_payment.pot 2013-08-18 21:18:02 +0000
1481+++ sale_payment/i18n/sale_payment.pot 2013-10-23 17:55:42 +0000
1482@@ -4,10 +4,10 @@
1483 #
1484 msgid ""
1485 msgstr ""
1486-"Project-Id-Version: OpenERP Server 5.0.0\n"
1487-"Report-Msgid-Bugs-To: support@openerp.com\n"
1488-"POT-Creation-Date: 2009-01-25 00:57:54+0000\n"
1489-"PO-Revision-Date: 2009-01-25 00:57:54+0000\n"
1490+"Project-Id-Version: OpenERP Server 7.0\n"
1491+"Report-Msgid-Bugs-To: \n"
1492+"POT-Creation-Date: 2013-10-21 09:25+0000\n"
1493+"PO-Revision-Date: 2013-10-21 09:25+0000\n"
1494 "Last-Translator: <>\n"
1495 "Language-Team: \n"
1496 "MIME-Version: 1.0\n"
1497@@ -16,8 +16,8 @@
1498 "Plural-Forms: \n"
1499
1500 #. module: sale_payment
1501-#: constraint:ir.ui.view:0
1502-msgid "Invalid XML for View Architecture!"
1503+#: field:sale.order,payment_type:0
1504+msgid "Payment type"
1505 msgstr ""
1506
1507 #. module: sale_payment
1508@@ -26,8 +26,8 @@
1509 msgstr ""
1510
1511 #. module: sale_payment
1512-#: field:sale.order,payment_type:0
1513-msgid "Payment type"
1514+#: help:sale.order,payment_type:0
1515+msgid "The type of payment. It will be transferred to the invoice"
1516 msgstr ""
1517
1518 #. module: sale_payment
1519@@ -36,7 +36,12 @@
1520 msgstr ""
1521
1522 #. module: sale_payment
1523-#: help:sale.order,payment_type:0
1524-msgid "The type of payment. It will be transferred to the invoice"
1525+#: model:ir.model,name:sale_payment.model_stock_picking
1526+msgid "Picking List"
1527+msgstr ""
1528+
1529+#. module: sale_payment
1530+#: model:ir.model,name:sale_payment.model_sale_order
1531+msgid "Sales Order"
1532 msgstr ""
1533