View | Details | Raw Unified | Return to bug 23787
Collapse All | Expand All

(-)a/installer/data/mysql/de-DE/mandatory/sample_notices.sql (-1 / +1 lines)
Lines 405-409 It\'s too late to renew this item. Link Here
405
Your total unpaid fines are too high.
405
Your total unpaid fines are too high.
406
[% END %]
406
[% END %]
407
[% ELSE %]
407
[% ELSE %]
408
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
408
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
409
[% END %]", 'email');
409
[% END %]", 'email');
(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +1 lines)
Lines 1206-1210 tables: Link Here
1206
            - "Your total unpaid fines are too high."
1206
            - "Your total unpaid fines are too high."
1207
            - "[% END %]"
1207
            - "[% END %]"
1208
            - "[% ELSE %]"
1208
            - "[% ELSE %]"
1209
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]"
1209
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
1210
            - "[% END %]"
1210
            - "[% END %]"
(-)a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql (-1 / +1 lines)
Lines 287-291 It\'s too late to renew this item. Link Here
287
Your total unpaid fines are too high.
287
Your total unpaid fines are too high.
288
[% END %]
288
[% END %]
289
[% ELSE %]
289
[% ELSE %]
290
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
290
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
291
[% END %]", 'email');
291
[% END %]", 'email');
(-)a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql (-1 / +1 lines)
Lines 398-402 It\'s too late to renew this item. Link Here
398
Your total unpaid fines are too high.
398
Your total unpaid fines are too high.
399
[% END %]
399
[% END %]
400
[% ELSE %]
400
[% ELSE %]
401
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
401
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
402
[% END %]", 'email');
402
[% END %]", 'email');
(-)a/installer/data/mysql/it-IT/necessari/notices.sql (-1 / +1 lines)
Lines 401-405 It\'s too late to renew this item. Link Here
401
Your total unpaid fines are too high.
401
Your total unpaid fines are too high.
402
[% END %]
402
[% END %]
403
[% ELSE %]
403
[% ELSE %]
404
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
404
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
405
[% END %]", 'email');
405
[% END %]", 'email');
(-)a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql (-1 / +1 lines)
Lines 417-421 It\'s too late to renew this item. Link Here
417
Your total unpaid fines are too high.
417
Your total unpaid fines are too high.
418
[% END %]
418
[% END %]
419
[% ELSE %]
419
[% ELSE %]
420
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
420
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
421
[% END %]", 'email');
421
[% END %]", 'email');
(-)a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql (-1 / +1 lines)
Lines 395-399 It\'s too late to renew this item. Link Here
395
Your total unpaid fines are too high.
395
Your total unpaid fines are too high.
396
[% END %]
396
[% END %]
397
[% ELSE %]
397
[% ELSE %]
398
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
398
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
399
[% END %]", 'email');
399
[% END %]", 'email');
(-)a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql (-1 / +1 lines)
Lines 397-401 It\'s too late to renew this item. Link Here
397
Your total unpaid fines are too high.
397
Your total unpaid fines are too high.
398
[% END %]
398
[% END %]
399
[% ELSE %]
399
[% ELSE %]
400
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
400
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
401
[% END %]", 'email');
401
[% END %]", 'email');
(-)a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql (-2 / +1 lines)
Lines 488-492 It\'s too late to renew this item. Link Here
488
Your total unpaid fines are too high.
488
Your total unpaid fines are too high.
489
[% END %]
489
[% END %]
490
[% ELSE %]
490
[% ELSE %]
491
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due %]
491
The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]
492
[% END %]", 'email');
492
[% END %]", 'email');
493
- 

Return to bug 23787