Bugzilla – Attachment 97056 Details for
Bug 23789
fr-CA translation of AUTO_RENEWALS notice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Rewrote the fr-CA translation of the AUTO_RENEWALS notice
Rewrote-the-fr-CA-translation-of-the-AUTORENEWALS-.patch (text/plain), 2.79 KB, created by
Guillaume Paquet
on 2020-01-08 21:04:48 UTC
(
hide
)
Description:
Rewrote the fr-CA translation of the AUTO_RENEWALS notice
Filename:
MIME Type:
Creator:
Guillaume Paquet
Created:
2020-01-08 21:04:48 UTC
Size:
2.79 KB
patch
obsolete
>From 208182acf4b01c7a732ad9ed98ed9530d69b2642 Mon Sep 17 00:00:00 2001 >From: Guillaume Paquet <guillaume@inlibro.com> >Date: Wed, 8 Jan 2020 15:43:37 -0500 >Subject: [PATCH] Rewrote the fr-CA translation of the AUTO_RENEWALS notice > >https://bugs.koha-community.org/show_bug.cgi?id=23789 >--- > installer/data/mysql/fr-CA/obligatoire/sample_notices.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >index 4dcb008938..d036ce5cf9 100644 >--- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql >@@ -199,3 +199,4 @@ INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, > > INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`) VALUES > ('circulation', 'SR_SLIP', '', 'Ticket de rotation automatique d\'exemplaires', 0, 'Rapport de rotation automatique d\'exemplaires', 'Rapport de rotation automatique d\'exemplaires pour [% branch.name %]:\r\n\r\n[% IF branch.items.size %][% branch.items.size %] exemplaires de cette bibliothèque à traiter.\r\n[% ELSE %]Aucun exemplaire de cette bibliothèque à traiter\r\n[% END %][% FOREACH item IN branch.items %][% IF item.reason != \'in-demand\' %]Titre : [% item.title %]\r\nAuteur : [% item.author %]\r\nCote : [% item.callnumber %]\r\nLocalisation : [% item.location %]\r\nCode-barres: [% item.barcode %]\r\nEn prêt? : [% item.onloan %]\r\nStatut : [% item.reason %]\r\nBibliothèque dépositaire : [% item.branch.branchname %] [% item.branch.branchcode %]\r\n\r\n[% END %][% END %]', 'email'); >+INSERT INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS', 'Notification de renouvellement automatique', 'Renouvellements automatiques', "Bonjour [% borrower.firstname %] [% borrower.surname %], [% IF checkout.auto_renew_error %] Le document [% biblio.title %] n'a pu être renouvelé. [% IF checkout.auto_renew_error == 'too_many' %] Vous avez atteint la limite maximale de prêts. [% ELSIF checkout.auto_renew_error == 'on reserve' %] Ce document est présentement réservé pour une autre personne. [% ELSIF checkout.auto_renew_error == 'restriction' %] Vous n'avez pas la permission. [% ELSIF checkout.auto_renew_error == 'overdue' %] Vous avez des documents en retard. [% ELSIF checkout.auto_renew_error == 'auto_too_late %] Délai non respecté, il est trop tard pour renouveler ce document. [% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %] Vous avez présentement trop de frais au dossier.[% END %][% ELSE %] Le document suivant [% biblio.title %] a été renouvelé et sa nouvelle date de retour est [% checkout.date_due %][% END %]", 'email'); >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23789
:
93938
|
93939
| 97056