@@ -, +, @@ Toolkit [% IF ! checkout.is_overdue %]

[% checkout.item.biblio.title %]
Barcode: [% checkout.item.barcode %]
Date due: [% checkout.date_due | $KohaDates %]

[% END %] [% IF checkout.is_overdue %]

[% checkout.item.biblio.title %]
Barcode: [% checkout.item.barcode %]
Date due: [% checkout.date_due | $KohaDates %]

[% END %] --- .../data/mysql/de-DE/mandatory/sample_notices.sql | 72 ++++++------ .../data/mysql/en/mandatory/sample_notices.sql | 44 ++++---- .../data/mysql/es-ES/mandatory/sample_notices.sql | 44 ++++---- .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 51 +++++---- installer/data/mysql/it-IT/necessari/notices.sql | 72 ++++++------ .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 125 +++++++-------------- .../data/mysql/pl-PL/mandatory/sample_notices.sql | 44 ++++---- .../data/mysql/ru-RU/mandatory/sample_notices.sql | 47 ++++---- .../data/mysql/uk-UA/mandatory/sample_notices.sql | 16 +-- 9 files changed, 255 insertions(+), 260 deletions(-) --- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql +++ a/installer/data/mysql/de-DE/mandatory/sample_notices.sql @@ -56,39 +56,47 @@ VALUES ('members', 'DISCHARGE', 'Entlastung', 'Entlastung für <', 1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Ausleihquittung (Quittungsdruck)','Ausleihquittung (Quittungsdruck)', '

Ausleihquittung

-Ausgeliehen an: <> <> <> <>
-(<>)
+VALUES ('circulation','ISSUESLIP','Ausleihquittung (Quittungsdruck)','Ausleihquittung (Quittungsdruck)', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
+ +[% today | $KohaDates %]
+ +

Checked Out

+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] -<>
-
-

Ausleihen

- -

-<>
-Signatur: <>
-Barcode: <>
-Fällig am: <>
-

-
-
-

Überfällig

- -

-<>
-Signatur: <>
-Barcode: <>
-Fällig am: <>
-

-
- -
-
<>
-

<>

-

<>

-
-
-
', 1), +

Overdues

+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] + +
+ +

News

+ +
+
<>
+

<>

+

Posted on <>

+
+
+
+', 1), ('circulation','ISSUEQSLIP','Kurzquittung','Kurzquittung', '

Ausleihquittung

Bibliothek: <>
Ausleihe an: <> <>
--- a/installer/data/mysql/en/mandatory/sample_notices.sql +++ a/installer/data/mysql/en/mandatory/sample_notices.sql @@ -56,29 +56,34 @@ VALUES ('members', 'DISCHARGE', 'Discharge confirmation', 'Discharge for <', 1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '

<>

-Checked out to <> <> <> <>
-(<>)
+VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
-<>
+[% today | $KohaDates %]

Checked Out

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]

Overdues

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]
@@ -90,7 +95,8 @@ Date due: <>

Posted on <>


-', 1), + +', 1), ('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '[%- USE KohaDates -%]

[% branch.branchname %]

Checked out to [% patron.title %] [% patron.firstname %] [% patron.initials %] [% patron.surname %]
--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql +++ a/installer/data/mysql/es-ES/mandatory/sample_notices.sql @@ -48,29 +48,34 @@ VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

Su

',1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '

<>

-Checked out to <> <> <> <>
-(<>)
+VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
-<>
+[% today | $KohaDates %]

Checked Out

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]

Overdues

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]
@@ -82,7 +87,8 @@ Date due: <>

Posted on <>


-', 1), + +', 1), ('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '

<>

Checked out to <> <> <> <>
(<>)
--- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql +++ a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql @@ -50,33 +50,38 @@ VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

Su

',1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '

<>

-Prêts à <> <> <> <>
-(<>)
- -<>
- -

Emprunts

- -

-<>
-Code à barres : <>
-Retour le : <>
-

-
+VALUES ('circulation','ISSUESLIP','Ticket de de prêt','Ticket de prêt', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
+ +[% today | $KohaDates %]
+ +

Checked Out

+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] -

Retards

- -

-<>
-Codes à barres : <>
-Retour le : <>
-

-
+

Overdues

+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]
-

Nouvelles

+

News

<>
--- a/installer/data/mysql/it-IT/necessari/notices.sql +++ a/installer/data/mysql/it-IT/necessari/notices.sql @@ -55,41 +55,47 @@ VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

Su

',1, 'email'); INSERT INTO letter (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '

<>

-Prestito a <> <> <> <>
-(<>)
- -<>
+VALUES ('circulation','ISSUESLIP','Ricevuta di prestito','Ricevuta di prestito', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
+ +[% today | $KohaDates %]
+ +

Checked Out

+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] -

Prestito

- -

-<>
-Codice a barre: <>
-Data di scadenza: <>
-

-
+

Overdues

+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] -

Ritardi

- -

-<>
-Codice a barre: <>
-Data di scadenza: <>
-

-
- -
- -

Novità

- -
-
<>
-

<>

-

Inserite il <>

-
-
-
', 1), +
+ +

News

+ +
+
<>
+

<>

+

Posted on <>

+
+
+
+', 1), ('circulation','ISSUEQSLIP','Ricevuta (sintetica)','Ricevuta (sintetica)', '

<>

Prestato/i a <> <> <> <>
(<>)
--- a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql +++ a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql @@ -71,94 +71,47 @@ VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

Su

',1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '

<>

-Utlånt til <> <> <> <>
-(<>)
- -<>
- -

Utlånt

- -

-<>
-Strekkode: <>
-Innleveringsfrist: <>
-

-
- -

Forfalte lån

- -

-<>
-Strekkode: <>
-Innleveringsfrist: <>
-

-
- -
- -

Nyheter

- -
-
<>
-

<>

-

Publisert <>

-
-
-
', 1), -('circulation','ISSUEQSLIP','Utlån (enkel)','Utlån (enkel)', '

<>

-Utlånt til <> <> <> <>
-(<>)
- -<>
- -

Utlånt i dag

- -

-<>
-Strekkode: <>
-Innleveringsfrist: <>
-

-
', 1), -('circulation','HOLD_SLIP','Reservasjon','Reservasjon', '
Dato: <>
- -

Overfør til/Reservasjon hos <>

- -

<>, <>

- -
    -
  • <>
  • -
  • <>
  • -
  • <>
    - <>
    - <> <> -
  • -
  • <>
  • -
-
-

RESERVERT

-

<>

-
<>
-
    -
  • <>
  • -
  • <>
  • -
  • <>
  • -
-

Kommentarer: -

<>
-

-', 1), -('circulation','TRANSFERSLIP','Overføringslapp','Overføringslapp', '
Dato: <>
+VALUES ('circulation','ISSUESLIP','Utlån','Utlån', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
+ +[% today | $KohaDates %]
+ +

Checked Out

+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] -

Overføres til <>

+

Overdues

+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %] -

EKSEMPLAR

-

<>

-
<>
-
    -
  • <>
  • -
  • <>
  • -
', 1); +
+ +

News

+ +
+
<>
+

<>

+

Posted on <>

+
+
+
+', 1), INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`) VALUES ( --- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql +++ a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql @@ -49,29 +49,34 @@ VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

Su

',1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '

<>

-Checked out to <> <> <> <>
-(<>)
+VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
-<>
+[% today | $KohaDates %]

Checked Out

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]

Overdues

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]
@@ -83,7 +88,8 @@ Date due: <>

Posted on <>


-
', 1), + +', 1), ('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '

<>

Checked out to <> <> <> <>
(<>)
--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql +++ a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql @@ -48,29 +48,34 @@ VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','

Su

',1, 'email'); INSERT INTO `letter` (module, code, name, title, content, is_html) -VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '

<>

-Checked out to <> <> <> <>
-(<>)
+VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '[% USE KohaDates %] +

[% branch.branchname %]

+Checked out to [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %]
+([% borrower.cardnumber %])
-<>
+[% today | $KohaDates %]

Checked Out

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF ! checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]

Overdues

- -

-<>
-Barcode: <>
-Date due: <>
-

-
+[% FOREACH checkout IN borrower.checkouts %] + [% IF checkout.is_overdue %] +

+ [% checkout.item.biblio.title %]
+ Barcode: [% checkout.item.barcode %]
+ Date due: [% checkout.date_due | $KohaDates %]
+

+ [% END %] +[% END %]
@@ -79,11 +84,11 @@ Date due: <>
<>

<>

-

Posted on <>

++

Posted on <>


-', 1), + +', 1), ('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '

<>

Checked out to <> <> <> <>
(<>)
--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql +++ a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql @@ -147,14 +147,14 @@ INSERT INTO `letter` (module, code, name, title, content, is_html) VALUES

Новини

-
-
<>
-

<>

-

Вивішено <>

-
-
-
', - 1), +
+
<>
+

<>

+

Posted on <>

+
+
+ +', 1), ('circulation','ISSUEQSLIP','швидкий листок про видачу','Швидкий листок про видачу', '

<>

--