Lines 20-31
VALUES ('circulation','ODUE','Mahnung','Mahnung','Liebe/r <<borrowers.firstname>
Link Here
|
20 |
('suggestions','ORDERED','Vorgeschlagenes Medium bestellt', 'Das vorgeschlagene Medium wurde im Buchhandel bestellt','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nSie haben der Bibliothek folgendes Medium zur Anschaffung vorgeschlaten: <<suggestions.title>> von <<suggestions.author>>.\n\nWir freuen uns Ihnen mitteilen zu können, dass dieser Titel jetzt im Buchhandel bestellt wurde. Nach Eintreffen wird er in unseren Bestand eingearbeitet.\n\nSie erhalten Nachricht, sobald das Medium verfügbar ist.\n\nBei Nachfragen erreichen Sie uns unter der Emailadresse <<branches.branchemail>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'), |
20 |
('suggestions','ORDERED','Vorgeschlagenes Medium bestellt', 'Das vorgeschlagene Medium wurde im Buchhandel bestellt','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nSie haben der Bibliothek folgendes Medium zur Anschaffung vorgeschlaten: <<suggestions.title>> von <<suggestions.author>>.\n\nWir freuen uns Ihnen mitteilen zu können, dass dieser Titel jetzt im Buchhandel bestellt wurde. Nach Eintreffen wird er in unseren Bestand eingearbeitet.\n\nSie erhalten Nachricht, sobald das Medium verfügbar ist.\n\nBei Nachfragen erreichen Sie uns unter der Emailadresse <<branches.branchemail>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'), |
21 |
('suggestions','REJECTED','Anschaffungsvorschlag nicht angenommen', 'Ihr Anschaffungsvorschlag wurde nicht angenommen','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nSie haven der Bibliothek folgendes Medium zur Anschaffung vorgeschlagen: <<suggestions.title>> von <<suggestions.author>>.\n\nDie Bibliothek hat diesen Titel heute recherchiert und sich gegen eine Anschaffung entschieden.\n\nBegründung: <<suggestions.reason>>\n\nWenn Sie Fragen haben, richten Sie Ihre Mail bitte an: <<branches.branchemail>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'), |
21 |
('suggestions','REJECTED','Anschaffungsvorschlag nicht angenommen', 'Ihr Anschaffungsvorschlag wurde nicht angenommen','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nSie haven der Bibliothek folgendes Medium zur Anschaffung vorgeschlagen: <<suggestions.title>> von <<suggestions.author>>.\n\nDie Bibliothek hat diesen Titel heute recherchiert und sich gegen eine Anschaffung entschieden.\n\nBegründung: <<suggestions.reason>>\n\nWenn Sie Fragen haben, richten Sie Ihre Mail bitte an: <<branches.branchemail>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'), |
22 |
('suggestions','TO_PROCESS','Benachrichtigung an Besitzer des Kontos (Erwerbung)', 'Anschaffungsvorschlag wartet auf Bearbeitung','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nEin neuer Anschaffungsvorschlag wartet auf Bearbeitung: <<suggestions.title>> von <<suggestions.author>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'), |
22 |
('suggestions','TO_PROCESS','Benachrichtigung an Besitzer des Kontos (Erwerbung)', 'Anschaffungsvorschlag wartet auf Bearbeitung','Liebe(r) <<borrowers.firstname>> <<borrowers.surname>>,\n\nEin neuer Anschaffungsvorschlag wartet auf Bearbeitung: <<suggestions.title>> von <<suggestions.author>>.\n\nVielen Dank,\n\n<<branches.branchname>>', 'email'), |
23 |
('suggestions', 'NOTIFY_MANAGER', 'Notify manager of a suggestion', "A suggestion has been assigned to you", "Dear [% borrower.firstname %] [% borrower.surname %],\nA suggestion has been assigned to you: [% suggestion.title %].\nThank you,\n[% branch.branchname %]", 'email'), |
23 |
('suggestions', 'NOTIFY_MANAGER', 'Benachrichtigung an Bearbeiter eines Anschaffungsvorschlags', "Neuer Anschaffungsvorschlag zugewiesen", "Liebe(r) [% borrower.firstname %] [% borrower.surname %],\nIhnen wurde ein Anschaffungsvorschlag zur Bearbeitung zugewiesen: [% suggestion.title %].\nDanke,\n[% branch.branchname %]", 'email'), |
24 |
('members', 'PROBLEM_REPORT','OPAC Problem Report','OPAC Problem Report','Username: <<problem_reports.username>>\n\nProblem page: <<problem_reports.problempage>>\n\nTitle: <<problem_reports.title>>\n\nMessage: <<problem_reports.content>>','email'); |
24 |
('members', 'PROBLEM_REPORT','OPAC-Problemmeldung','OPAC-Problemmeldung','Benutzername: <<problem_reports.username>>\n\nSeite: <<problem_reports.problempage>>\n\nTitel: <<problem_reports.title>>\n\nNachricht: <<problem_reports.content>>','email'); |
25 |
|
25 |
|
26 |
INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) |
26 |
INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) |
27 |
VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Suggestion pendin g approval</h3> |
27 |
VALUES ('suggestions','NEW_SUGGESTION','Neuer Anschaffungsvorschlag','Neuer Anschaffungsvorschlag','<h3>Neuer Anschaffungsvorschlag zur Bearbeitung</h3> |
28 |
<p><h4>Suggested by</h4> |
28 |
<p><h4>Vorgeschlagen von</h4> |
29 |
<ul> |
29 |
<ul> |
30 |
<li><<borrowers.firstname>> <<borrowers.surname>></li> |
30 |
<li><<borrowers.firstname>> <<borrowers.surname>></li> |
31 |
<li><<borrowers.cardnumber>></li> |
31 |
<li><<borrowers.cardnumber>></li> |
Lines 33-52
VALUES ('suggestions','NEW_SUGGESTION','New suggestion','New suggestion','<h3>Su
Link Here
|
33 |
<li><<borrowers.email>></li> |
33 |
<li><<borrowers.email>></li> |
34 |
</ul> |
34 |
</ul> |
35 |
</p> |
35 |
</p> |
36 |
<p><h4>Title suggested</h4> |
36 |
<p><h4>Vorgeschlagener Titel</h4> |
37 |
<ul> |
37 |
<ul> |
38 |
<li><b>Library:</b> <<branches.branchname>></li> |
38 |
<li><b>Bibliothek:</b> <<branches.branchname>></li> |
39 |
<li><b>Title:</b> <<suggestions.title>></li> |
39 |
<li><b>Titel:</b> <<suggestions.title>></li> |
40 |
<li><b>Author:</b> <<suggestions.author>></li> |
40 |
<li><b>Verfasser:</b> <<suggestions.author>></li> |
41 |
<li><b>Copyright date:</b> <<suggestions.copyrightdate>></li> |
41 |
<li><b>Jahr:</b> <<suggestions.copyrightdate>></li> |
42 |
<li><b>Standard number (ISBN, ISSN or other):</b> <<suggestions.isbn>></li> |
42 |
<li><b>Standardnummer (ISBN, ISSN oder andere):</b> <<suggestions.isbn>></li> |
43 |
<li><b>Publisher:</b> <<suggestions.publishercode>></li> |
43 |
<li><b>Veröffentlicht:</b> <<suggestions.publishercode>></li> |
44 |
<li><b>Collection title:</b> <<suggestions.collectiontitle>></li> |
44 |
<li><b>Reihe:</b> <<suggestions.collectiontitle>></li> |
45 |
<li><b>Publication place:</b> <<suggestions.place>></li> |
45 |
<li><b>Verlagsort:</b> <<suggestions.place>></li> |
46 |
<li><b>Quantity:</b> <<suggestions.quantity>></li> |
46 |
<li><b>Anzahl:</b> <<suggestions.quantity>></li> |
47 |
<li><b>Item type:</b> <<suggestions.itemtype>></li> |
47 |
<li><b>Medientyp:</b> <<suggestions.itemtype>></li> |
48 |
<li><b>Reason for suggestion:</b> <<suggestions.patronreason>></li> |
48 |
<li><b>Grund für den Vorschlag:</b> <<suggestions.patronreason>></li> |
49 |
<li><b>Notes:</b> <<suggestions.note>></li> |
49 |
<li><b>Notiz:</b> <<suggestions.note>></li> |
50 |
</ul> |
50 |
</ul> |
51 |
</p>',1, 'email'); |
51 |
</p>',1, 'email'); |
52 |
INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) |
52 |
INSERT INTO `letter` (module, code, name, title, content, is_html, message_transport_type) |
Lines 212-218
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`
Link Here
|
212 |
('circulation', 'ACCOUNT_WRITEOFF', '', 'Erlass', 0, 'Erlassquittung für Bibliothekskonto', '[%- USE Price -%]\r\nEin Erlass in Höhe von [% credit.amount * -1 | $Price %] wurde auf Ihr Konto verbucht.\r\n\r\nDer Erlass wurde mit den folgenden Gebührenposten verrechnet:\r\n[%- FOREACH o IN offsets %]\r\nBeschreibung: [% o.debit.description %]\r\nErlassener Betrag: [% o.amount * -1 | $Price %]\r\nOffener Betrag: [% o.debit.amountoutstanding | $Price %]\r\n[% END %]', 'email', 'default'); |
212 |
('circulation', 'ACCOUNT_WRITEOFF', '', 'Erlass', 0, 'Erlassquittung für Bibliothekskonto', '[%- USE Price -%]\r\nEin Erlass in Höhe von [% credit.amount * -1 | $Price %] wurde auf Ihr Konto verbucht.\r\n\r\nDer Erlass wurde mit den folgenden Gebührenposten verrechnet:\r\n[%- FOREACH o IN offsets %]\r\nBeschreibung: [% o.debit.description %]\r\nErlassener Betrag: [% o.amount * -1 | $Price %]\r\nOffener Betrag: [% o.debit.amountoutstanding | $Price %]\r\n[% END %]', 'email', 'default'); |
213 |
|
213 |
|
214 |
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
214 |
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
215 |
('circulation', 'ACCOUNT_CREDIT', '', 'Account payment', 0, 'Account payment', '<table> |
215 |
('circulation', 'ACCOUNT_CREDIT', '', 'Zahlungsquittung', 0, 'Zahlungsquittung', '<table> |
216 |
[% IF ( LibraryName ) %] |
216 |
[% IF ( LibraryName ) %] |
217 |
<tr> |
217 |
<tr> |
218 |
<th colspan="4" class="centerednames"> |
218 |
<th colspan="4" class="centerednames"> |
Lines 222-228
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`
Link Here
|
222 |
[% END %] |
222 |
[% END %] |
223 |
<tr> |
223 |
<tr> |
224 |
<th colspan="4" class="centerednames"> |
224 |
<th colspan="4" class="centerednames"> |
225 |
<h2><u>Fee receipt</u></h2> |
225 |
<h2><u>Zahlungsquittung</u></h2> |
226 |
</th> |
226 |
</th> |
227 |
</tr> |
227 |
</tr> |
228 |
<tr> |
228 |
<tr> |
Lines 232-246
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`
Link Here
|
232 |
</tr> |
232 |
</tr> |
233 |
<tr> |
233 |
<tr> |
234 |
<th colspan="4"> |
234 |
<th colspan="4"> |
235 |
Received with thanks from [% patron.firstname | html %] [% patron.surname | html %] <br /> |
235 |
Mit Dank erhalten von [% patron.firstname | html %] [% patron.surname | html %] <br /> |
236 |
Card number: [% patron.cardnumber | html %]<br /> |
236 |
Ausweisnummer: [% patron.cardnumber | html %]<br /> |
237 |
</th> |
237 |
</th> |
238 |
</tr> |
238 |
</tr> |
239 |
<tr> |
239 |
<tr> |
240 |
<th>Date</th> |
240 |
<th>Datum</th> |
241 |
<th>Description of charges</th> |
241 |
<th>Beschreibung</th> |
242 |
<th>Note</th> |
242 |
<th>Notiz</th> |
243 |
<th>Amount</th> |
243 |
<th>Summe</th> |
244 |
</tr> |
244 |
</tr> |
245 |
|
245 |
|
246 |
[% FOREACH account IN accounts %] |
246 |
[% FOREACH account IN accounts %] |
Lines 257-270
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`
Link Here
|
257 |
[% END %] |
257 |
[% END %] |
258 |
<tfoot> |
258 |
<tfoot> |
259 |
<tr> |
259 |
<tr> |
260 |
<td colspan="3">Total outstanding dues as on date: </td> |
260 |
<td colspan="3">Aktuell ausstehende Gebühren: </td> |
261 |
[% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total | $Price %]</td> |
261 |
[% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total | $Price %]</td> |
262 |
</tr> |
262 |
</tr> |
263 |
</tfoot> |
263 |
</tfoot> |
264 |
</table>', 'print', 'default'); |
264 |
</table>', 'print', 'default'); |
265 |
|
265 |
|
266 |
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
266 |
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
267 |
('circulation', 'ACCOUNT_DEBIT', '', 'Account fee', 0, 'Account fee', '<table> |
267 |
('circulation', 'ACCOUNT_DEBIT', '', 'Rechnung', 0, 'Rechnung', '<table> |
268 |
[% IF ( LibraryName ) %] |
268 |
[% IF ( LibraryName ) %] |
269 |
<tr> |
269 |
<tr> |
270 |
<th colspan="5" class="centerednames"> |
270 |
<th colspan="5" class="centerednames"> |
Lines 285-300
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`,
Link Here
|
285 |
</tr> |
285 |
</tr> |
286 |
<tr> |
286 |
<tr> |
287 |
<th colspan="5" > |
287 |
<th colspan="5" > |
288 |
Bill to: [% patron.firstname | html %] [% patron.surname | html %] <br /> |
288 |
Rechnung für: [% patron.firstname | html %] [% patron.surname | html %] <br /> |
289 |
Card number: [% patron.cardnumber | html %]<br /> |
289 |
Ausweisnummer: [% patron.cardnumber | html %]<br /> |
290 |
</th> |
290 |
</th> |
291 |
</tr> |
291 |
</tr> |
292 |
<tr> |
292 |
<tr> |
293 |
<th>Date</th> |
293 |
<th>Datum</th> |
294 |
<th>Description of charges</th> |
294 |
<th>Beschreibung</th> |
295 |
<th>Note</th> |
295 |
<th>Notiz</th> |
296 |
<th style="text-align:right;">Amount</th> |
296 |
<th style="text-align:right;">Summe</th> |
297 |
<th style="text-align:right;">Amount outstanding</th> |
297 |
<th style="text-align:right;">Ausstehende Summe</th> |
298 |
</tr> |
298 |
</tr> |
299 |
|
299 |
|
300 |
[% FOREACH account IN accounts %] |
300 |
[% FOREACH account IN accounts %] |
Lines 312-318
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`,
Link Here
|
312 |
|
312 |
|
313 |
<tfoot> |
313 |
<tfoot> |
314 |
<tr> |
314 |
<tr> |
315 |
<td colspan="4">Total outstanding dues as on date: </td> |
315 |
<td colspan="4">Aktuell ausstehende Gebühren: </td> |
316 |
[% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total | $Price %]</td> |
316 |
[% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total | $Price %]</td> |
317 |
</tr> |
317 |
</tr> |
318 |
</tfoot> |
318 |
</tfoot> |
Lines 322-328
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`
Link Here
|
322 |
('circulation', 'SR_SLIP', '', 'Report über Bestandsrotation', 0, 'Report über Bestandsrotation', 'Report über Bestandsrotation für [% branch.name %]:\r\n\r\n[% IF branch.items.size %][% branch.items.size %] Exemplare wurden für diese Bibliothek bearbeitet.\r\n[% ELSE %]Es wurden keine Exemplare für diese Bibliothek bearbeitet\r\n[% END %][% FOREACH item IN branch.items %][% IF item.reason != \'in-demand\' %]Titel: [% item.title %]\r\nVerfasser: [% item.author %]\r\nSignatur: [% item.callnumber %]\r\nStandort: [% item.location %]\r\nBarcode: [% item.barcode %]\r\nAusgeliehen?: [% item.onloan %]\r\nStatus: [% item.reason %]\r\nAktuelle Bibliothek: [% item.branch.branchname %] [% item.branch.branchcode %]\r\n\r\n[% END %][% END %]', 'email'); |
322 |
('circulation', 'SR_SLIP', '', 'Report über Bestandsrotation', 0, 'Report über Bestandsrotation', 'Report über Bestandsrotation für [% branch.name %]:\r\n\r\n[% IF branch.items.size %][% branch.items.size %] Exemplare wurden für diese Bibliothek bearbeitet.\r\n[% ELSE %]Es wurden keine Exemplare für diese Bibliothek bearbeitet\r\n[% END %][% FOREACH item IN branch.items %][% IF item.reason != \'in-demand\' %]Titel: [% item.title %]\r\nVerfasser: [% item.author %]\r\nSignatur: [% item.callnumber %]\r\nStandort: [% item.location %]\r\nBarcode: [% item.barcode %]\r\nAusgeliehen?: [% item.onloan %]\r\nStatus: [% item.reason %]\r\nAktuelle Bibliothek: [% item.branch.branchname %] [% item.branch.branchcode %]\r\n\r\n[% END %][% END %]', 'email'); |
323 |
|
323 |
|
324 |
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
324 |
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
325 |
('pos', 'RECEIPT', '', 'Point of sale receipt', 0, 'Receipt', '[% PROCESS "accounts.inc" %] |
325 |
('pos', 'RECEIPT', '', 'Kassenquittung', 0, 'Quittung', '[% PROCESS "accounts.inc" %] |
326 |
<table> |
326 |
<table> |
327 |
[% IF ( LibraryName ) %] |
327 |
[% IF ( LibraryName ) %] |
328 |
<tr> |
328 |
<tr> |
Lines 341-367
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`,
Link Here
|
341 |
<h3>[% payment.date | $KohaDates %]</h3> |
341 |
<h3>[% payment.date | $KohaDates %]</h3> |
342 |
</tr> |
342 |
</tr> |
343 |
<tr> |
343 |
<tr> |
344 |
<td>Transaction ID: </td> |
344 |
<td>Transaktionsnr.: </td> |
345 |
<td>[% payment.accountlines_id %]</td> |
345 |
<td>[% payment.accountlines_id %]</td> |
346 |
</tr> |
346 |
</tr> |
347 |
<tr> |
347 |
<tr> |
348 |
<td>Operator ID: </td> |
348 |
<td>Mitarbeitender: </td> |
349 |
<td>[% payment.manager_id %]</td> |
349 |
<td>[% payment.manager_id %]</td> |
350 |
</tr> |
350 |
</tr> |
351 |
<tr> |
351 |
<tr> |
352 |
<td>Payment type: </td> |
352 |
<td>Zahlungsart: </td> |
353 |
<td>[% payment.payment_type %]</td> |
353 |
<td>[% payment.payment_type %]</td> |
354 |
</tr> |
354 |
</tr> |
355 |
<tr></tr> |
355 |
<tr></tr> |
356 |
<tr> |
356 |
<tr> |
357 |
<th colspan="2" class="centerednames"> |
357 |
<th colspan="2" class="centerednames"> |
358 |
<h2><u>Fee receipt</u></h2> |
358 |
<h2><u>Zahlungsquittung</u></h2> |
359 |
</th> |
359 |
</th> |
360 |
</tr> |
360 |
</tr> |
361 |
<tr></tr> |
361 |
<tr></tr> |
362 |
<tr> |
362 |
<tr> |
363 |
<th>Description of charges</th> |
363 |
<th>Beschreibung</th> |
364 |
<th>Amount</th> |
364 |
<th>Summe</th> |
365 |
</tr> |
365 |
</tr> |
366 |
|
366 |
|
367 |
[% FOREACH offset IN offsets %] |
367 |
[% FOREACH offset IN offsets %] |
Lines 373-411
INSERT IGNORE INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`,
Link Here
|
373 |
|
373 |
|
374 |
<tfoot> |
374 |
<tfoot> |
375 |
<tr class="highlight"> |
375 |
<tr class="highlight"> |
376 |
<td>Total: </td> |
376 |
<td>Gesamt: </td> |
377 |
<td>[% payment.amount * -1| $Price %]</td> |
377 |
<td>[% payment.amount * -1| $Price %]</td> |
378 |
</tr> |
378 |
</tr> |
379 |
<tr> |
379 |
<tr> |
380 |
<td>Tendered: </td> |
380 |
<td>Bezahlt: </td> |
381 |
<td>[% collected | $Price %]</td> |
381 |
<td>[% collected | $Price %]</td> |
382 |
</tr> |
382 |
</tr> |
383 |
<tr> |
383 |
<tr> |
384 |
<td>Change: </td> |
384 |
<td>Wechselgeld: </td> |
385 |
<td>[% change | $Price %]</td> |
385 |
<td>[% change | $Price %]</td> |
386 |
</tr> |
386 |
</tr> |
387 |
</tfoot> |
387 |
</tfoot> |
388 |
</table>', 'print', 'default'); |
388 |
</table>', 'print', 'default'); |
389 |
|
389 |
|
390 |
INSERT INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS', 'Notification of automatic renewal', 'Automatic renewal notice', |
390 |
INSERT INTO letter (module, code, name, title, content, message_transport_type) VALUES ('circulation', 'AUTO_RENEWALS', 'Benachrichtigung über automatische Verlängerung', 'Automatische Verlängerung', |
391 |
"Dear [% borrower.firstname %] [% borrower.surname %], |
391 |
"Liebe(r) [% borrower.firstname %] [% borrower.surname %], |
392 |
[% IF checkout.auto_renew_error %] |
392 |
[% IF checkout.auto_renew_error %] |
393 |
The following item, [% biblio.title %], has not been renewed because: |
393 |
Das folgende Exemplar ([% biblio.title %]) wurde aus folgendem Grund nicht verlängert: |
394 |
[% IF checkout.auto_renew_error == 'too_many' %] |
394 |
[% IF checkout.auto_renew_error == 'too_many' %] |
395 |
You have reached the maximum number of checkouts possible. |
395 |
Die maximal mögliche Anzahl an Verlängerungen wurde erreicht. |
396 |
[% ELSIF checkout.auto_renew_error == 'on_reserve' %] |
396 |
[% ELSIF checkout.auto_renew_error == 'on_reserve' %] |
397 |
This item is on hold for another patron. |
397 |
Dieses Exemplar wurde von einen anderen Benutzer vorgemerkt. |
398 |
[% ELSIF checkout.auto_renew_error == 'restriction' %] |
398 |
[% ELSIF checkout.auto_renew_error == 'restriction' %] |
399 |
You are currently restricted. |
399 |
Ihr Konto ist aktuell gesperrt. |
400 |
[% ELSIF checkout.auto_renew_error == 'overdue' %] |
400 |
[% ELSIF checkout.auto_renew_error == 'overdue' %] |
401 |
You have overdue items. |
401 |
Sie haben überfällige Ausleihen |
402 |
[% ELSIF checkout.auto_renew_error == 'auto_too_late' %] |
402 |
[% ELSIF checkout.auto_renew_error == 'auto_too_late' %] |
403 |
It\'s too late to renew this item. |
403 |
Es ist zu spät für eine Verlängerung, das Exemplar ist bereits überfällig. |
404 |
[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %] |
404 |
[% ELSIF checkout.auto_renew_error == 'auto_too_much_oweing' %] |
405 |
Your total unpaid fines are too high. |
405 |
Die offenen Gebühren auf Ihrem Konto sind zu hoch. |
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 | $KohaDates as_due_date => 1 %] |
408 |
Das folgende Exemplar ([% biblio.title %]) wurde erfolgreich verlängert und ist jetzt am [% checkout.date_due | $KohaDates as_due_date => 1 %] fällig. |
409 |
[% END %]", 'email'); |
409 |
[% END %]", 'email'); |
410 |
|
410 |
|
411 |
INSERT INTO `letter` VALUES ('reserves','HOLD_CANCELLATION','','Hold Cancellation',0,'Your hold was canceled.','[%- USE AuthorisedValues -%]\r\nDear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nYour hold for [% biblio.title %] was canceled for the following reason: [% AuthorisedValues.GetByCode( \'HOLD_CANCELLATION\', hold.cancellation_reason ) %]','email','default'); |
411 |
INSERT INTO `letter` VALUES ('reserves','HOLD_CANCELLATION','','Hold Cancellation',0,'Your hold was canceled.','[%- USE AuthorisedValues -%]\r\nDear [% borrower.firstname %] [% borrower.surname %],\r\n\r\nYour hold for [% biblio.title %] was canceled for the following reason: [% AuthorisedValues.GetByCode( \'HOLD_CANCELLATION\', hold.cancellation_reason ) %]','email','default'); |