From 7ab3839c151272772235e899dbfeb72fdfec3ebc Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 25 Jun 2018 09:03:16 +0200 Subject: [PATCH] Bug 20988: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac --- .../bootstrap/en/modules/opac-ISBDdetail.tt | 9 +- .../bootstrap/en/modules/opac-MARCdetail.tt | 27 +- .../en/modules/opac-account-pay-error.tt | 21 +- .../bootstrap/en/modules/opac-account.tt | 97 ++-- .../en/modules/opac-addbybiblionumber.tt | 41 +- .../bootstrap/en/modules/opac-advsearch.tt | 245 +++++----- .../en/modules/opac-alert-subscribe.tt | 21 +- .../en/modules/opac-auth-MARCdetail.tt | 17 +- .../bootstrap/en/modules/opac-auth-detail.tt | 23 +- .../bootstrap/en/modules/opac-auth.tt | 107 ++--- .../en/modules/opac-authorities-home.tt | 37 +- .../opac-authoritiessearchresultlist.tt | 27 +- .../bootstrap/en/modules/opac-basket.tt | 89 ++-- .../bootstrap/en/modules/opac-blocked.tt | 11 +- .../bootstrap/en/modules/opac-browser.tt | 15 +- .../en/modules/opac-course-details.tt | 53 +-- .../en/modules/opac-course-reserves.tt | 25 +- .../bootstrap/en/modules/opac-detail.tt | 442 +++++++++--------- .../bootstrap/en/modules/opac-discharge.tt | 31 +- .../bootstrap/en/modules/opac-downloadcart.tt | 21 +- .../en/modules/opac-downloadshelf.tt | 37 +- .../en/modules/opac-full-serial-issues.tt | 67 +-- .../bootstrap/en/modules/opac-ics.tt | 9 +- .../bootstrap/en/modules/opac-idref.tt | 17 +- .../bootstrap/en/modules/opac-illrequests.tt | 85 ++-- .../bootstrap/en/modules/opac-imageviewer.tt | 25 +- .../bootstrap/en/modules/opac-issue-note.tt | 17 +- .../bootstrap/en/modules/opac-main.tt | 47 +- .../opac-memberentry-update-submitted.tt | 13 +- .../bootstrap/en/modules/opac-memberentry.tt | 361 +++++++------- .../bootstrap/en/modules/opac-messaging.tt | 81 ++-- .../bootstrap/en/modules/opac-mymessages.tt | 12 +- .../bootstrap/en/modules/opac-news-rss.tt | 9 +- .../bootstrap/en/modules/opac-opensearch.tt | 100 ++-- .../en/modules/opac-overdrive-search.tt | 9 +- .../bootstrap/en/modules/opac-passwd.tt | 39 +- .../en/modules/opac-password-recovery.tt | 67 +-- .../bootstrap/en/modules/opac-privacy.tt | 67 +-- .../en/modules/opac-readingrecord.tt | 61 +-- .../modules/opac-registration-confirmation.tt | 29 +- .../modules/opac-registration-email-sent.tt | 13 +- .../en/modules/opac-registration-invalid.tt | 11 +- .../en/modules/opac-request-article.tt | 77 +-- .../bootstrap/en/modules/opac-reserve.tt | 173 ++++--- .../en/modules/opac-restrictedpage.tt | 11 +- .../en/modules/opac-results-grouped.tt | 104 ++--- .../bootstrap/en/modules/opac-results.tt | 177 +++---- .../en/modules/opac-retrieve-file.tt | 3 +- .../bootstrap/en/modules/opac-review.tt | 23 +- .../en/modules/opac-routing-lists.tt | 17 +- .../en/modules/opac-search-history.tt | 87 ++-- .../bootstrap/en/modules/opac-sendbasket.tt | 87 ++-- .../en/modules/opac-sendbasketform.tt | 21 +- .../bootstrap/en/modules/opac-sendshelf.tt | 89 ++-- .../en/modules/opac-sendshelfform.tt | 25 +- .../en/modules/opac-serial-issues.tt | 89 ++-- .../bootstrap/en/modules/opac-shareshelf.tt | 51 +- .../bootstrap/en/modules/opac-shelves-rss.tt | 11 +- .../bootstrap/en/modules/opac-shelves.tt | 299 ++++++------ .../bootstrap/en/modules/opac-showmarc.tt | 3 +- .../en/modules/opac-showreviews-rss.tt | 35 +- .../bootstrap/en/modules/opac-showreviews.tt | 53 +-- .../bootstrap/en/modules/opac-suggestions.tt | 131 +++--- .../bootstrap/en/modules/opac-tags.tt | 61 +-- .../bootstrap/en/modules/opac-tags_subject.tt | 21 +- .../bootstrap/en/modules/opac-topissues.tt | 33 +- .../bootstrap/en/modules/opac-user.tt | 395 ++++++++-------- 67 files changed, 2317 insertions(+), 2294 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt index 8371680631..31200dd0ff 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › ISBD view +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › ISBD view') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -8,8 +9,8 @@ [% INCLUDE 'masthead.inc' %]
@@ -19,7 +20,7 @@
[% ISBD %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt index c27adb36cc..1b0dfc5054 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › MARC details for record no. [% biblio.biblionumber %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('MARC details for record no.') %] [% biblio.biblionumber %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -8,8 +9,8 @@ [% INCLUDE 'masthead.inc' %]
@@ -20,14 +21,14 @@
- Normal view - MARC view - [% IF ( ISBD ) %]ISBD view[% END %] + [% t('Normal view') %] + [% t('MARC view') %] + [% IF ( ISBD ) %][% t('ISBD view') %][% END %]
-

[% bibliotitle %] (Record no. [% biblio.biblionumber %])

+

[% bibliotitle %] [% t('(Record no.') %] [% biblio.biblionumber %])

[% IF ( OPACXSLTDetailsDisplay ) %] - +
[% END %] @@ -46,8 +47,8 @@ [% tab1X.tag %] [% FOREACH subfiel IN tab1X.subfield %] - [% subfiel.marc_lib %] - [% subfiel.marc_value %] + [% subfiel.marc_lib %] + [% subfiel.marc_value %] [% END %] [% END %] @@ -73,7 +74,7 @@ [% END %] [% FOREACH tab4X IN tab4XX %] - [% tab4X.tag %] + [% tab4X.tag %] [% FOREACH subfiel IN tab4X.subfield %] [% subfiel.marc_lib %] @@ -135,7 +136,7 @@
[% IF ( item_header_loop ) %] - + [% FOREACH header IN item_header_loop %] @@ -154,7 +155,7 @@
Holdings[% t('Holdings') %]
[% ELSE %] -

No items available.

+

[% t('No items available.') %]

[% END %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt index d4fb5b5ce2..2daa6f8360 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt @@ -1,4 +1,5 @@ -[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your payment +[% PROCESS 'i18n.inc' %] +[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Your payment') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -8,9 +9,9 @@
@@ -24,19 +25,19 @@
[% IF error %]
-

Error: there was a problem processing your payment

+

[% t('Error:') %] [% t('there was a problem processing your payment') %]

[% IF error == "PAYPAL_UNABLE_TO_CONNECT" %] -

Unable to connect to PayPal.

-

Please try again later.

+

[% t('Unable to connect to PayPal.') %]

+

[% t('Please try again later.') %]

[% ELSIF error == "PAYPAL_ERROR_PROCESSING" %] -

Unable to verify payment.

-

Please contact the library to verify your payment.

+

[% t('Unable to verify payment.') %]

+

[% t('Please contact the library to verify your payment.') %]

[% END %]
[% END %] - Return to fine details + [% t('Return to fine details') %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt index 7ce23657ad..93e064bb15 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] @@ -6,7 +7,7 @@ [% SET ENABLE_OPAC_PAYMENTS = Koha.Preference('EnablePayPalOpacPayments') || plugins %] [% SET DISPLAY_PAYMENT_BLOCK = 0 %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your fines and charges +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Your fines and charges') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") %] @@ -18,9 +19,9 @@
@@ -36,47 +37,47 @@ [% IF message %]
[% IF message == 'valid_payment' %] -

Your payment of $[% message_value %] has been processed successfully!

+

[% t('Your payment of $') %][% message_value %] [% t('has been processed successfully!') %]

[% ELSIF message == 'duplicate_payment' %] -

A payment with the transaction id '[% message_value %]' has already been posted to an account.

-

Please contact a librarian for details.

+

[% t('A payment with the transaction id \'') %][% message_value %][% t('\' has already been posted to an account.') %]

+

[% t('Please contact a librarian for details.') %]

[% ELSIF message == 'invalid_payment' %] -

The transaction id '[% message_value %]' for this payment is invalid.

-

Please contact a librarian for details.

+

[% t('The transaction id \'') %][% message_value %][% t('\' for this payment is invalid.') %]

+

[% t('Please contact a librarian for details.') %]

[% END %]
[% END %] [% IF payment_error %]
-

Error: there was a problem processing your payment

+

[% t('Error:') %] [% t('there was a problem processing your payment') %]

[% IF payment_error == "PAYPAL_UNABLE_TO_CONNECT" %] -

Unable to connect to PayPal.

-

Please contact a librarian to verify your payment.

+

[% t('Unable to connect to PayPal.') %]

+

[% t('Please contact a librarian to verify your payment.') %]

[% ELSIF payment_error == "PAYPAL_ERROR_PROCESSING" %] -

Unable to verify payment.

-

Please contact a librarian to verify your payment.

+

[% t('Unable to verify payment.') %]

+

[% t('Please contact a librarian to verify your payment.') %]

[% END %]
[% ELSIF payment %]
-

Payment applied: your payment of [% payment %] has been applied to your account

+

[% t('Payment applied:') %] [% t('your payment of') %] [% payment %] [% t('has been applied to your account') %]

[% END %] -

Fines and charges

+

[% t('Fines and charges') %]

[% IF ( ACCOUNT_LINES ) %]
- [% IF ENABLE_OPAC_PAYMENTS %][% END %] - - - - + [% IF ENABLE_OPAC_PAYMENTS %][% END %] + + + + @@ -87,7 +88,7 @@ [%- ELSE -%] [%- SET COLSPAN = 3 -%] [%- END -%] - + @@ -107,26 +108,26 @@ - - - + + + @@ -69,7 +70,7 @@ - + [% END %] @@ -82,15 +83,15 @@
[% IF ( previous_biblio_searches ) %] -

Previous sessions

+

[% t('Previous sessions') %]

- Select all - Clear all + [% t('Select all') %] + [% t('Clear all') %] | - Select searches to: - Delete + [% t('Select searches to:') %] + [% t('Delete') %]
@@ -99,9 +100,9 @@
- - - + + + @@ -109,7 +110,7 @@ - + [% END %] @@ -121,22 +122,22 @@ [% IF !current_biblio_searches && !previous_biblio_searches %] -

Your catalog search history is empty.

+

[% t('Your catalog search history is empty.') %]

[% END %] [% IF Koha.Preference( 'OpacAuthorities' ) == 1 %]
[% IF ( current_authority_searches ) %] -

Current session

+

[% t('Current session') %]

- Select all - Clear all + [% t('Select all') %] + [% t('Clear all') %] | - Select searches to: - Delete + [% t('Select searches to:') %] + [% t('Delete') %]
@@ -144,9 +145,9 @@
- - - + + + @@ -165,15 +166,15 @@ [% END # / IF ( current_authority_searches ) %] [% IF ( previous_authority_searches ) %] -

Previous sessions

+

[% t('Previous sessions') %]

- Select all - Clear all + [% t('Select all') %] + [% t('Clear all') %] | - Select searches to: - Delete + [% t('Select searches to:') %] + [% t('Delete') %]
@@ -181,9 +182,9 @@ - - - + + + @@ -202,7 +203,7 @@ [% END # / IF ( previous_authority_searches )%] [% IF !current_authority_searches && !previous_authority_searches %] -

Your authority search history is empty.

+

[% t('Your authority search history is empty.') %]

[% END %] [% END # / IF Koha.Preference( 'OpacAuthorities' ) %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt index 47d03f1938..958f55f724 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasket.tt @@ -1,30 +1,31 @@ +[% PROCESS 'i18n.inc' %] [% USE HtmlToText %] [% USE Koha %] - -Your cart - + +[% t('Your cart') %] + -
+
[% FILTER html2text %] -

Hi,

+

[% t('Hi,') %]

-

[% firstname %] [% surname %] sent you a cart from our online catalog.

+

[% firstname %] [% surname %] [% t('sent you a cart from our online catalog.') %]

-

Please note that the attached file is a MARC bibliographic records file - which can be imported into personal bibliographic software like EndNote, - Reference Manager or ProCite.

-
+

[% t('Please note that the attached file is a MARC bibliographic records file') %] + [% t('which can be imported into personal bibliographic software like EndNote,') %] + [% t('Reference Manager or ProCite.') %]

+
[% END %] - + - + [% FILTER html2text %] [% IF comment %]

[% comment %]

-
+
[% END %]
    [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] @@ -36,7 +37,7 @@ Your cart

    [% IF ( BIBLIO_RESULT.HASAUTHORS ) %] - Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author %][% END %] + [% t('Author(s):') %] [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author %][% END %] [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %] [% IF ( BIBLIO_RESULT.author ) %]; [% END %] @@ -47,20 +48,20 @@ Your cart [% UNLESS ( loop.last ) %];[% END %] [% END %] [% END %] -
    +

    [% END %] [% IF ( BIBLIO_RESULT.ISBN ) %] - ISBN: [% BIBLIO_RESULT.ISBN %] -
    + [% t('ISBN:') %] [% BIBLIO_RESULT.ISBN %] +
    [% END %] [% IF BIBLIO_RESULT.publishercode %] - Published by: [% BIBLIO_RESULT.publishercode %] + [% t('Published by:') %] [% BIBLIO_RESULT.publishercode %] [% IF ( BIBLIO_RESULT.publicationyear ) %] - in [% BIBLIO_RESULT.publicationyear %] + [% t('in') %] [% BIBLIO_RESULT.publicationyear %] [% END %] [% IF ( BIBLIO_RESULT.pages ) %] , [% BIBLIO_RESULT.pages %] @@ -68,65 +69,65 @@ Your cart [% IF BIBLIO_RESULT.item('size') %] , [% BIBLIO_RESULT.item('size') %] [% END %] -
    +
    [% END %] [% IF BIBLIO_RESULT.collection %] - Collection: [% BIBLIO_RESULT.seriestitle %] -
    + [% t('Collection:') %] [% BIBLIO_RESULT.seriestitle %] +
    [% END %] [% IF ( BIBLIO_RESULT.subject ) %] - Subject: [% BIBLIO_RESULT.subject %] -
    + [% t('Subject:') %] [% BIBLIO_RESULT.subject %] +
    [% END %] [% IF ( BIBLIO_RESULT.copyrightdate ) %] - Copyright year: [% BIBLIO_RESULT.copyrightdate %] -
    + [% t('Copyright year:') %] [% BIBLIO_RESULT.copyrightdate %] +

    [% END %] [% IF ( BIBLIO_RESULT.notes ) %] - Notes : [% BIBLIO_RESULT.notes %] -
    + [% t('Notes :') %] [% BIBLIO_RESULT.notes %] +

    [% END %] [% IF ( BIBLIO_RESULT.unititle ) %] - Unified title: [% BIBLIO_RESULT.unititle %] -
    + [% t('Unified title:') %] [% BIBLIO_RESULT.unititle %] +

    [% END %] [% IF ( BIBLIO_RESULT.serial ) %] - Serial: [% BIBLIO_RESULT.serial %] -
    + [% t('Serial:') %] [% BIBLIO_RESULT.serial %] +
    [% END %] [% IF ( BIBLIO_RESULT.dewey ) %] - Dewey: [% BIBLIO_RESULT.dewey %] -
    + [% t('Dewey:') %] [% BIBLIO_RESULT.dewey %] +
    [% END %] [% IF ( BIBLIO_RESULT.classification ) %] - Classification: [% BIBLIO_RESULT.classification %] -
    + [% t('Classification:') %] [% BIBLIO_RESULT.classification %] +
    [% END %] [% IF ( BIBLIO_RESULT.lccn ) %] - LCCN: [% BIBLIO_RESULT.lccn %] -
    + [% t('LCCN:') %] [% BIBLIO_RESULT.lccn %] +
    [% END %] [% IF ( BIBLIO_RESULT.url ) %] - URL: [% BIBLIO_RESULT.url %] + [% t('URL:') %] [% BIBLIO_RESULT.url %] [% END %]

    @@ -134,11 +135,11 @@ Your cart [% SET OPACBaseURL = Koha.Preference('OPACBaseURL') %] [% IF ( OPACBaseURL ) %]

    - In online catalog: [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber %] + [% t('In online catalog:') %] [% OPACBaseURL %][% t('/cgi-bin/koha/opac-detail.pl?biblionumber=') %][% BIBLIO_RESULT.biblionumber %]

    [% END %] [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %] -

    Items: +

    [% t('Items:') %]

      [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
    • [% ITEM_RESULT.branchname %] @@ -149,10 +150,10 @@ Your cart

    [% END %] -
    +
    [% END %]
[% END %] - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt index 2cab418b90..494690200c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Sending your cart +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('Sending your cart') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -13,34 +14,34 @@ [% IF ( email_add ) %] [% IF ( SENT ) %] -

Message sent

+

[% t('Message sent') %]

-

The cart was sent to: [% email_add | html %]

+

[% t('The cart was sent to:') %] [% email_add | html %]

-

Close window

+

[% t('Close window') %]

[% END %] [% IF ( error ) %]
-

There was an error sending the cart.

+

[% t('There was an error sending the cart.') %]

[% END %] [% ELSE %] -

Sending your cart

+

[% t('Sending your cart') %]

- + - +
- [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

Please do not use this mail to request or renew books.

[% END %] + [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

[% t('Please do not use this mail to request or renew books.') %]

[% END %]
- Cancel + [% t('Cancel') %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt index 13efe3b616..0704c9098c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt @@ -1,30 +1,31 @@ - -Your list : [% shelfname %] - +[% PROCESS 'i18n.inc' %] + +[% t('Your list :') %] [% shelfname %] + [% USE HtmlToText %] -
+
[% FILTER html2text %] -

Hi,

+

[% t('Hi,') %]

-

[% firstname %] [% surname %] sent you from our online catalog, the - virtual shelf called : [% shelfname %].

+

[% firstname %] [% surname %] [% t('sent you from our online catalog, the') %] + [% t('virtual shelf called :') %] [% shelfname %].

-

Please note that the attached file is a MARC bibliographic records file - which can be imported into personal bibliographic software like EndNote, - Reference Manager or ProCite.

-
+

[% t('Please note that the attached file is a MARC bibliographic records file') %] + [% t('which can be imported into personal bibliographic software like EndNote,') %] + [% t('Reference Manager or ProCite.') %]

+
[% END %] - + - + [% FILTER html2text %] [% IF comment %]

[% comment %]

-
+
[% END %]
    [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] @@ -40,7 +41,7 @@ Your list : [% shelfname %]

    [% IF ( BIBLIO_RESULT.HASAUTHORS ) %] - Author(s): [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author %][% END %] + [% t('Author(s):') %] [% IF ( BIBLIO_RESULT.author ) %][% BIBLIO_RESULT.author %][% END %] [% IF ( BIBLIO_RESULT.MARCAUTHORS ) %] [% IF ( BIBLIO_RESULT.author ) %]; [% END %] @@ -51,23 +52,23 @@ Your list : [% shelfname %] [% UNLESS ( loop.last ) %];[% END %] [% END %] [% END %] -
    +

    [% END %] [% IF ( BIBLIO_RESULT.ISBN ) %] - ISBN: [% FOREACH isbn IN BIBLIO_RESULT.ISBN %] + [% t('ISBN:') %] [% FOREACH isbn IN BIBLIO_RESULT.ISBN %] [% isbn %] [% UNLESS ( loop.last ) %]; [% END %] [% END %] -
    +
    [% END %] [% IF BIBLIO_RESULT.publishercode %] - Published by: [% BIBLIO_RESULT.publishercode %] + [% t('Published by:') %] [% BIBLIO_RESULT.publishercode %] [% IF ( BIBLIO_RESULT.publicationyear ) %] - in [% BIBLIO_RESULT.publicationyear %] + [% t('in') %] [% BIBLIO_RESULT.publicationyear %] [% END %] [% IF ( BIBLIO_RESULT.pages ) %] , [% BIBLIO_RESULT.pages %] @@ -75,76 +76,76 @@ Your list : [% shelfname %] [% IF BIBLIO_RESULT.item('size') %] , [% BIBLIO_RESULT.item('size') %] [% END %] -
    +
    [% END %] [% IF BIBLIO_RESULT.collection %] - Collection: [% BIBLIO_RESULT.seriestitle %] -
    + [% t('Collection:') %] [% BIBLIO_RESULT.seriestitle %] +
    [% END %] [% IF ( BIBLIO_RESULT.subject ) %] - Subject: [% BIBLIO_RESULT.subject %] -
    + [% t('Subject:') %] [% BIBLIO_RESULT.subject %] +
    [% END %] [% IF ( BIBLIO_RESULT.copyrightdate ) %] - Copyright year: [% BIBLIO_RESULT.copyrightdate %] -
    + [% t('Copyright year:') %] [% BIBLIO_RESULT.copyrightdate %] +

    [% END %] [% IF ( BIBLIO_RESULT.notes ) %] - Notes : [% BIBLIO_RESULT.notes %] -
    + [% t('Notes :') %] [% BIBLIO_RESULT.notes %] +

    [% END %] [% IF ( BIBLIO_RESULT.unititle ) %] - Unified title: [% BIBLIO_RESULT.unititle %] -
    + [% t('Unified title:') %] [% BIBLIO_RESULT.unititle %] +

    [% END %] [% IF ( BIBLIO_RESULT.serial ) %] - Serial: [% BIBLIO_RESULT.serial %] -
    + [% t('Serial:') %] [% BIBLIO_RESULT.serial %] +
    [% END %] [% IF ( BIBLIO_RESULT.dewey ) %] - Dewey: [% BIBLIO_RESULT.dewey %] -
    + [% t('Dewey:') %] [% BIBLIO_RESULT.dewey %] +
    [% END %] [% IF ( BIBLIO_RESULT.classification ) %] - Classification: [% BIBLIO_RESULT.classification %] -
    + [% t('Classification:') %] [% BIBLIO_RESULT.classification %] +
    [% END %] [% IF ( BIBLIO_RESULT.lccn ) %] - LCCN: [% BIBLIO_RESULT.lccn %] -
    + [% t('LCCN:') %] [% BIBLIO_RESULT.lccn %] +
    [% END %] [% IF ( BIBLIO_RESULT.url ) %] - URL: [% BIBLIO_RESULT.url %] + [% t('URL:') %] [% BIBLIO_RESULT.url %] [% END %]

    [% IF ( OPACBaseURL ) %]

    - In online catalog: [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% BIBLIO_RESULT.biblionumber %] + [% t('In online catalog:') %] [% OPACBaseURL %][% t('/cgi-bin/koha/opac-detail.pl?biblionumber=') %][% BIBLIO_RESULT.biblionumber %]

    [% END %] [% IF ( BIBLIO_RESULT.ITEM_RESULTS.size ) %] -

    Items: +

    [% t('Items:') %]

      [% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
    • [% ITEM_RESULT.branchname %] @@ -155,11 +156,11 @@ Your list : [% shelfname %]

    [% END %] -
    +
    [% END %]
[% END %] - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt index bc901b17c3..375a2a3c49 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Sending your list +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('Sending your list') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -12,39 +13,39 @@
[% IF ( email ) %] [% IF ( SENT ) %] -

Message sent

+

[% t('Message sent') %]

-

The list was sent to: [% email | html %]

+

[% t('The list was sent to:') %] [% email | html %]

-

Back to lists

+

[% t('Back to lists') %]

[% END %] [% IF ( error ) %]
-

There was an error sending the list.

+

[% t('There was an error sending the list.') %]

[% END %] [% ELSE %] [% IF ( invalidlist ) %]
-

You do not have permission to send this list.

+

[% t('You do not have permission to send this list.') %]

-

Back to lists

+

[% t('Back to lists') %]

[% ELSE %] -

Sending your list

+

[% t('Sending your list') %]

- + - +
- [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

Please do not use this mail to request or renew books.

[% END %] + [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]

[% t('Please do not use this mail to request or renew books.') %]

[% END %]
- Cancel + [% t('Cancel') %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt index 7cee2fdb37..eadc7d8c00 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Issues for a subscription +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('Issues for a subscription') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,9 +10,9 @@
@@ -27,89 +28,89 @@
[% END %]
-

Issues for a subscription

+

[% t('Issues for a subscription') %]

- Normal view + [% t('Normal view') %] - Brief history - Full history + [% t('Brief history') %] + [% t('Full history') %]
[% FOREACH subscription_LOO IN subscription_LOOP %]
-

Subscription information for [% subscription_LOO.bibliotitle %]

+

[% t('Subscription information for') %] [% subscription_LOO.bibliotitle %]

- The current subscription began on [% subscription_LOO.startdate %] and is issued + [% t('The current subscription began on') %] [% subscription_LOO.startdate %] [% t('and is issued') %] [% IF ( subscription_LOO.periodicity1 ) %] - twice per day + [% t('twice per day') %] [% END %] [% IF ( subscription_LOO.periodicity2 ) %] - every day + [% t('every day') %] [% END %] [% IF ( subscription_LOO.periodicity3 ) %] - three times per week + [% t('three times per week') %] [% END %] [% IF ( subscription_LOO.periodicity4 ) %] - every week + [% t('every week') %] [% END %] [% IF ( subscription_LOO.periodicity5 ) %] - every 2 weeks + [% t('every 2 weeks') %] [% END %] [% IF ( subscription_LOO.periodicity6 ) %] - every 3 weeks + [% t('every 3 weeks') %] [% END %] [% IF ( subscription_LOO.periodicity7 ) %] - every month + [% t('every month') %] [% END %] [% IF ( subscription_LOO.periodicity8 ) %] - every 2 months + [% t('every 2 months') %] [% END %] [% IF ( subscription_LOO.periodicity9 ) %] - every quarter + [% t('every quarter') %] [% END %] [% IF ( subscription_LOO.periodicity10 ) %] - twice per year + [% t('twice per year') %] [% END %] [% IF ( subscription_LOO.periodicity11 ) %] - every year + [% t('every year') %] [% END %] [% IF ( subscription_LOO.periodicity12 ) %] - every 2 years + [% t('every 2 years') %] [% END %] [% IF ( subscription_LOO.periodicity13 ) %] - irregularly + [% t('irregularly') %] [% END %] [% IF ( subscription_LOO.arrival1 ) %] - on Monday + [% t('on Monday') %] [% END %] [% IF ( subscription_LOO.arrival2 ) %] - on Tuesday + [% t('on Tuesday') %] [% END %] [% IF ( subscription_LOO.arrival3 ) %] - on Wednesday + [% t('on Wednesday') %] [% END %] [% IF ( subscription_LOO.arrival4 ) %] - on Thursday + [% t('on Thursday') %] [% END %] [% IF ( subscription_LOO.arrival5 ) %] - on Friday + [% t('on Friday') %] [% END %] [% IF ( subscription_LOO.arrival6 ) %] - on Saturday + [% t('on Saturday') %] [% END %] [% IF ( subscription_LOO.arrival7 ) %] - on Sunday + [% t('on Sunday') %] [% END %] - for - [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength %] issues[% END %] - [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength %] weeks[% END %] - [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength %] months[% END %] + [% t('for') %] + [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength %] [% t('issues') %][% END %] + [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength %] [% t('weeks') %][% END %] + [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength %] [% t('months') %][% END %]

-

The first subscription was started on [% subscription_LOO.histstartdate %]

+

[% t('The first subscription was started on') %] [% subscription_LOO.histstartdate %]

[% IF ( subscription_LOO.histenddate ) %] -

The subscription expired on [% subscription_LOO.histenddate %]

+

[% t('The subscription expired on') %] [% subscription_LOO.histenddate %]

[% END %]

[% subscription_LOO.branchname %]

@@ -119,17 +120,17 @@ [% END %] [% IF ( subscription_LOO.recievedlist ) %] -
Available issues
+
[% t('Available issues') %]

[% subscription_LOO.recievedlist %]

[% END %] [% IF ( subscription_LOO.missinglist ) %] -
Unavailable issues
+
[% t('Unavailable issues') %]

[% subscription_LOO.missinglist %]

[% END %] [% IF ( subscription_LOO.opacnote ) %] -
Issues summary
+
[% t('Issues summary') %]

[% subscription_LOO.opacnote FILTER html_line_break %]

@@ -137,16 +138,16 @@ [% IF ( subscription_LOO.letter ) %] [% IF ( loggedinusername ) %] [% IF ( subscription_LOO.hasalert ) %] - You have subscribed to email notification on new issues - Cancel email notification + [% t('You have subscribed to email notification on new issues') %] + [% t('Cancel email notification') %] [% ELSE %] - - Subscribe to email notification on new issues + + [% t('Subscribe to email notification on new issues') %] [% END %] [% ELSE %] - You must log in if you want to subscribe to email notification on new issues + [% t('You must log in if you want to subscribe to email notification on new issues') %] [% END %] [% END %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt index 6b0fc07d27..a8737b2d4c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Share a list +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Share a list') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,12 +10,12 @@ [% INCLUDE 'masthead.inc' %]
@@ -31,37 +32,37 @@
[%# This section contains the essential code for error messages and three operations: invite, confirm_invite and accept. %] -

Share a list with another patron

+

[% t('Share a list with another patron') %]

[% IF errcode %] - [% IF errcode==1 && op %]
The operation [% op | html %] is not supported.
[% END %] - [% IF errcode==1 && !op %]
No operation parameter has been passed.
[% END %] - [% IF errcode==2 %]
Invalid shelf number.
[% END %] - [% IF errcode==3 %]
The feature of sharing lists is not in use in this library.
[% END %] - [% IF errcode==4 %]
You can only share a list if you are the owner.
[% END %] - [% IF errcode==5 %]
You cannot share a public list.
[% END %] - [% IF errcode==6 %]
Sorry, but you did not enter a valid email address.
[% END %] - [% IF errcode==7 %]
Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.
[% END %] - [% IF errcode==8 %]
As owner of a list you cannot accept an invitation for sharing it.
[% END %] -

Return to your lists

+ [% IF errcode==1 && op %]
[% t('The operation') %] [% op | html %] [% t('is not supported.') %]
[% END %] + [% IF errcode==1 && !op %]
[% t('No operation parameter has been passed.') %]
[% END %] + [% IF errcode==2 %]
[% t('Invalid shelf number.') %]
[% END %] + [% IF errcode==3 %]
[% t('The feature of sharing lists is not in use in this library.') %]
[% END %] + [% IF errcode==4 %]
[% t('You can only share a list if you are the owner.') %]
[% END %] + [% IF errcode==5 %]
[% t('You cannot share a public list.') %]
[% END %] + [% IF errcode==6 %]
[% t('Sorry, but you did not enter a valid email address.') %]
[% END %] + [% IF errcode==7 %]
[% t('Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.') %]
[% END %] + [% IF errcode==8 %]
[% t('As owner of a list you cannot accept an invitation for sharing it.') %]
[% END %] +

[% t('Return to your lists') %]

[% ELSIF op=='invite' %]
    - - -
  1. [% shelfname | html %]
  2. + + +
  3. [% shelfname | html %]
  4. - +
- Cancel + [% t('Cancel') %]
@@ -69,15 +70,15 @@ [% ELSIF op=='conf_invite' %]
[% IF approvedaddress %] -

An invitation to share list [% shelfname | html %] will be sent shortly to [% approvedaddress %].

+

[% t('An invitation to share list') %] [% shelfname | html %] [% t('will be sent shortly to') %] [% approvedaddress %].

[% END %] [% IF failaddress %] -

Something went wrong while processing the following addresses. Please check them. These are: [% failaddress %]

+

[% t('Something went wrong while processing the following addresses. Please check them. These are:') %] [% failaddress %]

[% END %] [% IF approvedaddress %] -

You will receive an email notification if someone accepts your share within two weeks.

+

[% t('You will receive an email notification if someone accepts your share within two weeks.') %]

[% END %] -

Return to your lists

+

[% t('Return to your lists') %]

[% ELSIF op=='accept' %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt index 5e0183488a..95d00b3756 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt @@ -1,21 +1,22 @@ - +[% PROCESS 'i18n.inc' %] + [% shelf.shelfname | html %] - [% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=[% shelf.shelfnumber %] - RSS feed for public list [% shelf.shelfname | html %] + [% OPACBaseURL %][% t('/cgi-bin/koha/opac-shelves.pl?rss=1&viewshelf=') %][% shelf.shelfnumber %] + [% t('RSS feed for public list') %] [% shelf.shelfname | html %] [% FOREACH i IN itemsloop %] [% i.title | html %] [% IF i.author %] - by [% i.author | html %] + [% t('by') %] [% i.author | html %] [% END %] - [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %] + [% OPACBaseURL %][% t('/cgi-bin/koha/opac-detail.pl?biblionumber=') %][% i.biblionumber %] [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index c122ae23f7..ce75f6865d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% SET PRIVATE = 1 %] @@ -6,69 +7,69 @@ [% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && Koha.Preference('TagsInputOnList') ) %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › [% IF op == 'view' %]Contents of [% shelf.shelfname |html %][% ELSE %]Your lists[% END %][% INCLUDE 'doc-head-close.inc' %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% IF op == 'view' %][% t('Contents of') %] [% shelf.shelfname |html %][% ELSE %][% t('Your lists') %][% END %][% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-userlists' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-lists' bodyclass='scrollto' %][% END %] [% BLOCK list_permissions %]
  • - + -   +  
  • [% END %] [% INCLUDE 'masthead.inc' %]
    @@ -99,45 +100,45 @@ [% END %] [% SWITCH m.code %] [% CASE 'error_on_update' %] - An error occurred when updating this list. + [% t('An error occurred when updating this list.') %] [% CASE 'error_on_insert' %] - An error occurred when creating this list. + [% t('An error occurred when creating this list.') %] [% CASE 'error_on_delete' %] - An error occurred when deleting this list. + [% t('An error occurred when deleting this list.') %] [% CASE 'error_on_add_biblio' %] - The item has not been added to the list. Please check it's not already in the list. + [% t('The item has not been added to the list. Please check it\'s not already in the list.') %] [% CASE 'error_on_remove_share' %] - The share has not been removed. + [% t('The share has not been removed.') %] [% CASE 'success_on_update' %] - List updated. + [% t('List updated.') %] [% CASE 'success_on_insert' %] - List created. + [% t('List created.') %] [% CASE 'success_on_delete' %] - List deleted. + [% t('List deleted.') %] [% CASE 'success_on_add_biblio' %] - The item has been added to the list. + [% t('The item has been added to the list.') %] [% CASE 'success_on_remove_biblios' %] - The item has been removed from the list. + [% t('The item has been removed from the list.') %] [% CASE 'success_on_remove_share' %] - The share has been removed. + [% t('The share has been removed.') %] [% CASE 'does_not_exist' %] - This list does not exist. + [% t('This list does not exist.') %] [% CASE 'item_does_not_exist' %] - This item does not exist. + [% t('This item does not exist.') %] [% CASE 'unauthorized_on_view' %] - You do not have permission to view this list. + [% t('You do not have permission to view this list.') %] [% CASE 'unauthorized_on_insert' %] - You do not have permission to create a new list. + [% t('You do not have permission to create a new list.') %] [% CASE 'unauthorized_on_update' %] - You do not have permission to update this list. + [% t('You do not have permission to update this list.') %] [% CASE 'unauthorized_on_delete' %] - You do not have permission to delete this list. + [% t('You do not have permission to delete this list.') %] [% CASE 'unauthorized_on_add_biblio' %] - You do not have permission to add a record to this list. + [% t('You do not have permission to add a record to this list.') %] [% CASE 'no_biblio_removed' %] - No record was removed. + [% t('No record was removed.') %] [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %] - An error occurred when creating the list. The name [% shelfname %] already exists. + [% t('An error occurred when creating the list. The name') %] [% shelfname %] [% t('already exists.') %] [% CASE 'DBIx::Class::Exception' %] [% m.msg %] [% CASE %] @@ -150,29 +151,29 @@ [% IF shelf AND op == 'view' %]

    [% shelf.shelfname |html %] - - Subscribe to this list + + [% t('Subscribe to this list') %]

    [% IF ( itemsloop ) %]
    - New list | - Download list + [% t('New list') %] | + [% t('Download list') %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] - Send list + [% t('Send list') %] [% END %] - Print list + [% t('Print list') %] [% IF can_manage_shelf %] |
    - + @@ -180,18 +181,18 @@
    - + - + [% IF category == PRIVATE && Koha.Preference('OpacAllowSharingPrivateLists') %] - Share list + [% t('Share list') %] [% END %] [% ELSIF category == PRIVATE # not manageshelf and private means shared %]
    - + @@ -202,46 +203,46 @@ - + @@ -253,19 +254,19 @@
    | - Select titles to: + [% t('Select titles to:') %] [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] [% END %] [% IF ( TagsInputEnabled && loggedinusername ) %] - Tag + [% t('Tag') %] [% END %] [% IF loggedinusername && can_remove_biblios %] @@ -304,15 +305,15 @@ [% IF ( itemsloo.normalized_isbn ) %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( using_https ) %] - + [% ELSE %] - + [% END %] [% END %] @@ -320,7 +321,7 @@ [% IF ( itemsloo.normalized_isbn ) %]
    [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -329,7 +330,7 @@ [% IF ( coce_id ) %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -338,7 +339,7 @@ [% IF itemsloo.normalized_isbn %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -346,9 +347,9 @@ [% IF ( BakerTaylorEnabled ) %] [% bt_id = ( itemsloo.normalized_upc || itemsloo.normalized_isbn ) %] [% IF ( bt_id ) %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %]
    @@ -357,19 +358,19 @@ [% ELSE %] [% IF ( itemsloo.BiblioDefaultViewmarc ) %] - + [% ELSE %] [% IF ( itemsloo.BiblioDefaultViewisbd ) %] - + [% ELSE %] - + [% END %] [% END %] [% IF ( itemsloo.title ) %] [% itemsloo.title |html %] [% ELSE %] - No title + [% t('No title') %] [% END %] [% FOREACH subtitl IN itemsloo.subtitle %] @@ -378,13 +379,13 @@ [% IF ( itemsloo.author ) %] - by [% itemsloo.author %] + [% t('by') %] [% itemsloo.author %] [% ELSE %] -   +   [% END %] - Publication: + [% t('Publication:') %] [% IF ( itemsloo.place ) %] [% itemsloo.place %] [% END %] @@ -403,7 +404,7 @@ [% IF ( itemsloo.item('size') ) %] [% itemsloo.item('size') %][% END %] - Holdings: + [% t('Holdings:') %] [% IF ( itemsloo.ITEM_RESULTS ) %] [% FOREACH ITEM_RESULT IN itemsloo.ITEM_RESULTS %] [% ITEM_RESULT.homebranch %] @@ -416,17 +417,17 @@ [% END %] [% END %] [% ELSE %] - This record has no items. + [% t('This record has no items.') %] [% END %] [% END # / IF itemsloo.XSLTBloc %] [% IF ( TagsShowEnabled && itemsloo.TagLoop.size ) %]
    - Tags: + [% t('Tags:') %]
    @@ -438,10 +439,10 @@ [% UNLESS ( itemsloo.norequests ) %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] [% IF ( itemsloo.allow_onshelf_holds ) %] - Place hold + [% t('Place hold') %] [% ELSE %] [% IF ( itemsloo.itemsissued ) %] - Place hold + [% t('Place hold') %] [% END %] [% END %] [% END # / IF opacuserlogin %] @@ -450,34 +451,34 @@ [% IF ( TagsInputEnabled ) %] [% IF ( loggedinusername ) %] - + [% ELSIF ( loop.first ) %] - Log in to add tags. + [% t('Log in to add tags.') %] [% END # / IF loggedinusername %] [% END # / IF TagsInputEnabled %] [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && loggedinusername && ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] - Save to another list + [% t('Save to another list') %] [% END %] [% IF can_remove_biblios %] - Remove from this list + [% t('Remove from this list') %] [% END %] [% IF Koha.Preference( 'opacbookbag' ) == 1 %] [% IF ( itemsloo.incart ) %] - + [% ELSE %] - + [% END %] [% END # / IF opacbookbag %] @@ -498,7 +499,7 @@ [% ELSE %]
    - New list + [% t('New list') %] [% IF can_manage_shelf %] |
    @@ -511,18 +512,18 @@ - + - + [% END %]
    - This list is empty. + [% t('This list is empty.') %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] - You can add to your lists from the results of any search. + [% t('You can add to your lists from the results of any') %] [% t('search') %]. [% END %]
    [% END # / IF itemsloop %] @@ -532,13 +533,13 @@ - + [% ELSIF !itemsloop && can_manage_shelf %]
    - + [% END %] @@ -548,10 +549,10 @@
    [% IF op == 'add_form' %]
    - Create a new list + [% t('Create a new list') %] [% ELSE %] - Editing [% shelf.shelfname |html %] + [% t('Editing') %] [% shelf.shelfname |html %] @@ -559,50 +560,50 @@
    1. - - Required
    2. + + [% t('Required') %]
    3. - +
    4. [% IF Koha.Preference('OpacAllowPublicListCreation') OR category == PUBLIC %]
    5. - + [% IF shelf.is_public AND NOT Koha.Preference('OpacAllowPublicListCreation') %] - The library has disabled the ability for patrons to create new public lists. If you make your list private, you will not be able to make it public again. + [% t('The library has disabled the ability for patrons to create new public lists.') %] [% t('If you make your list private, you will not be able to make it public again.') %] [% END %]
    6. [% END %] @@ -616,29 +617,29 @@
      [% IF referer == 'view' %] - Cancel + [% t('Cancel') %] [% ELSE %] - Cancel + [% t('Cancel') %] [% END %]
      [% ELSIF op == 'list' %] -

      Lists

      +

      [% t('Lists') %]

      @@ -649,10 +650,10 @@ [% END %] [% IF loggedinusername %] - + [% ELSE %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] -
      Log in to create new lists.
      +
      [% t('Log in') %] [% t('to create new lists.') %]
      [% END %] [% END %] @@ -660,23 +661,23 @@
     DateDescriptionFine amountAmount outstanding [% t('Date') %][% t('Description') %][% t('Fine amount') %][% t('Amount outstanding') %]
    Total due[% t('Total due') %] [% total | $Price %]
    [% ACCOUNT_LINE.date | $KohaDates %] [% SWITCH ACCOUNT_LINE.accounttype %] - [% CASE 'Pay' %]Payment, thanks - [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) - [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) - [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) - [% CASE 'N' %]New card - [% CASE 'F' %]Fine - [% CASE 'A' %]Account management fee - [% CASE 'M' %]Sundry - [% CASE 'L' %]Lost item - [% CASE 'W' %]Writeoff - [% CASE 'FU' %]Accruing fine - [% CASE 'HE' %]Hold waiting too long - [% CASE 'Rent' %]Rental fee - [% CASE 'FOR' %]Forgiven - [% CASE 'LR' %]Lost item fee refund - [% CASE 'PF' %]Processing fee - [% CASE 'PAY' %]Payment - [% CASE 'WO' %]Writeoff - [% CASE 'C' %]Credit - [% CASE 'CR' %]Credit + [% CASE 'Pay' %][% t('Payment, thanks') %] + [% CASE 'Pay00' %][% t('Payment, thanks (cash via SIP2)') %] + [% CASE 'Pay01' %][% t('Payment, thanks (VISA via SIP2)') %] + [% CASE 'Pay02' %][% t('Payment, thanks (credit card via SIP2)') %] + [% CASE 'N' %][% t('New card') %] + [% CASE 'F' %][% t('Fine') %] + [% CASE 'A' %][% t('Account management fee') %] + [% CASE 'M' %][% t('Sundry') %] + [% CASE 'L' %][% t('Lost item') %] + [% CASE 'W' %][% t('Writeoff') %] + [% CASE 'FU' %][% t('Accruing fine') %] + [% CASE 'HE' %][% t('Hold waiting too long') %] + [% CASE 'Rent' %][% t('Rental fee') %] + [% CASE 'FOR' %][% t('Forgiven') %] + [% CASE 'LR' %][% t('Lost item fee refund') %] + [% CASE 'PF' %][% t('Processing fee') %] + [% CASE 'PAY' %][% t('Payment') %] + [% CASE 'WO' %][% t('Writeoff') %] + [% CASE 'C' %][% t('Credit') %] + [% CASE 'CR' %][% t('Credit') %] [% CASE %][% ACCOUNT_LINE.accounttype %] [%- END -%] [%- IF ACCOUNT_LINE.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) %][% END %] @@ -143,14 +144,14 @@ [% IF ENABLE_OPAC_PAYMENTS && DISPLAY_PAYMENT_BLOCK %] [% END %] [% ELSE %] -

    You have no fines or charges

    +

    [% t('You have no fines or charges') %]

    [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt index 164c750fd0..8b050e66cc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Add to your list +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Add to your list') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -12,9 +13,9 @@ [% IF ( authorized ) %] [% UNLESS ( newshelf ) %] [% IF ( multiple ) %] -

    Add [% total %] items to [% IF ( singleshelf ) %][% shelfname | html %]: [% ELSE %]a list:[% END %]

    +

    [% t('Add') %] [% total %] [% t('items to') %] [% IF ( singleshelf ) %][% shelfname | html %]: [% ELSE %][% t('a list:') %][% END %]

    [% ELSE %] -

    Add to [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %]a list:[% END %]

    +

    [% t('Add to') %] [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %][% t('a list:') %][% END %]

    [% END %]
      [% FOREACH biblio IN biblios %] @@ -26,19 +27,19 @@ [% IF private_shelves.count or public_shelves.count or private_shelves_shared_with_me %]
      - Select a list - + [% IF private_shelves.count %] [% FOREACH private_shelf IN private_shelves %] [% END %] [% END %] - [% IF private_shelves_shared_with_me.count %] + [% IF private_shelves_shared_with_me.count %] [% FOREACH private_shelf IN private_shelves_shared_with_me %] [% END %] [% END %] - [% IF public_shelves.count %] + [% IF public_shelves.count %] [% FOREACH public_shelf IN public_shelves %] [% END %] @@ -51,10 +52,10 @@
      - Cancel + [% t('Cancel') %]
      -

      ...or...

      +

      [% t('...or...') %]

      [% ELSE %] [% IF ( singleshelf ) %]
      @@ -65,7 +66,7 @@
      - Cancel + [% t('Cancel') %]
      [% END %] @@ -75,14 +76,14 @@ [% UNLESS ( singleshelf ) %]
      - Add to a new list: - + [% t('Add to a new list:') %] + - +
      @@ -92,20 +93,20 @@
      - Cancel + [% t('Cancel') %]
      [% END # / UNLESS singleshelf %] [% ELSE %]

      [% IF (errcode==1) %] - Could not create new list. Please check if the name is unique. + [% t('Could not create new list. Please check if the name is unique.') %] [% ELSE %] - Sorry, you cannot add items to this list. + [% t('Sorry, you cannot add items to this list.') %] [% END %]

      [% END # IF authorized %] -

      Close this window.

      +

      [% t('Close this window.') %]

      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt index 5eca3d28ec..003bedc824 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Advanced search +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Advanced search') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -11,8 +12,8 @@
      @@ -21,82 +22,82 @@
      - Search for: + [% t('Search for:') %] [% FOREACH search_box IN search_boxes_loop %]

      [% IF ( expanded_options ) %] [% IF ( search_box.boolean ) %] [% END %] [% ELSE %] [% END %] [% IF ( expanded_options ) %][% left_content %][% END %] - + [% IF ( expanded_options ) %] [% IF ( !loop.first ) %] - [+] - [-] + [+] + [-] [% END %] [% END %]

      @@ -120,10 +121,10 @@ [% FOREACH advsearchloo IN advancedsearchesloop %]
    • - [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %]Item type - [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %]Collection - [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %]Shelving location - [% ELSE %]Something else + [% IF ( advsearchloo.advanced_search_type == 'itemtypes' ) %][% t('Item type') %] + [% ELSIF ( advsearchloo.advanced_search_type == 'ccode' ) %][% t('Collection') %] + [% ELSIF ( advsearchloo.advanced_search_type == 'loc' ) %][% t('Shelving location') %] + [% ELSE %][% t('Something else') %] [% END %]
    • [% END %] @@ -132,22 +133,18 @@ [% FOREACH advsearchloo IN advancedsearchesloop %]
      - Limit to any of the following: + [% t('Limit to any of the following:') %]
      [% FOREACH itemtypeloo IN advsearchloo.code_loop %] [% IF (advsearchloo.advanced_search_type != 'itemtypes') OR (((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1)) %]
      - + @@ -169,10 +166,10 @@
      - Publication date range - - -

      For example: 1999-2001. You could also use "-1987" for everything published in and before 1987 or "2008-" for everything published in 2008 and after.

      + [% t('Publication date range') %] + + +

      [% t('For example:') %] [% t('1999-2001.') %] [% t('You could also use "-1987" for everything published in and before 1987 or "2008-" for everything published in 2008 and after.') %]

      @@ -184,12 +181,12 @@
      - Language + [% t('Language') %]

      - + - + [% FOREACH BranchesLoo IN Branches.all( selected => opac_name ) %] [% IF BranchesLoo.selected %] @@ -225,17 +222,17 @@ [% END %] [% IF search_groups %] -

      OR

      - +

      [% t('OR') %]

      + [% END %]
      - +
      @@ -250,8 +247,8 @@
      - Sorting: - + [% t('Sorting:') %] + @@ -270,81 +267,81 @@
      - Audience + [% t('Audience') %]
      - Content - + + + + + +
      - Format + [% t('Format') %]
      - Additional content types for books/printed materials + [% t('Additional content types for books/printed materials') %]
      @@ -382,17 +379,17 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK searchbuttons %]

      - + [% IF ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.size > 0 ) %] [% IF expanded_options %] - Fewer options + [% t('Fewer options') %] [% ELSIF not expanded_options %] - More options + [% t('More options') %] [% END %] [% END %] - New search + [% t('New search') %]

      [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt index e616888bfc..5b6b06e7a0 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › [% IF ( typeissue ) %]Subscribe to a subscription alert [% ELSIF ( typeissuecancel ) %] Unsubscribe from a subscription alert [% END %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% IF ( typeissue ) %][% t('Subscribe to a subscription alert') %] [% ELSIF ( typeissuecancel ) %] [% t('Unsubscribe from a subscription alert') %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,9 +10,9 @@
      @@ -19,9 +20,9 @@
      [% IF ( typeissue ) %] -

      Subscribe to a subscription alert

      +

      [% t('Subscribe to a subscription alert') %]

      -

      Do you want to receive an email when a new issue for this subscription arrives?

      +

      [% t('Do you want to receive an email when a new issue for this subscription arrives?') %]

      [% bibliotitle %]

      [% IF ( notes ) %]

      [% notes %]

      [% END %] @@ -29,13 +30,13 @@ - No + [% t('No') %] [% END %] [% IF ( typeissuecancel ) %] -

      Unsubscribe from a subscription alert

      +

      [% t('Unsubscribe from a subscription alert') %]

      -

      Please confirm that you do not want to receive email when a new issue arrives for this subscription.

      +

      [% t('Please confirm that you do not want to receive email when a new issue arrives for this subscription.') %]

      [% bibliotitle %]

      [% IF ( notes ) %]

      [% notes %]

      [% END %] @@ -43,7 +44,7 @@ - No + [% t('No') %]
      [% END %]
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt index b626aaee3c..3cfde9f487 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% PROCESS 'opac-authorities.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Entry [% authtypetext %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('Entry') %] [% authtypetext %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -11,9 +12,9 @@
      @@ -31,10 +32,10 @@
      - Normal view + [% t('Normal view') %] - MARC view + [% t('MARC view') %]
      @@ -44,8 +45,8 @@
      [% END %] -

      Entry [% authtypetext %]

      -

      Number of records used in: [% count %]

      +

      [% t('Entry') %] [% authtypetext %]

      +

      [% t('Number of records used in:') %] [% count %]

      [% FOREACH Tag0X IN Tab0XX %]

      [% Tag0X.tag %]

        diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt index 197774312b..514ca82be8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% PROCESS 'opac-authorities.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Authority search › [% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Authority search ›') %] [% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -11,8 +12,8 @@
        @@ -31,10 +32,10 @@
        - Normal view + [% t('Normal view') %] - MARC view + [% t('MARC view') %]
        @@ -47,13 +48,13 @@

        [% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %]

        - [% IF count %]Number of records used in: [% count %][% ELSE %]This authority is not used in any records.[% END %] + [% IF count %][% t('Number of records used in:') %] [% count %][% ELSE %][% t('This authority is not used in any records.') %][% END %]
        [% FOREACH authorize IN summary.authorized %]
        - Preferred form: + [% t('Preferred form:') %] [% authorize.heading %]
        [% END %] @@ -62,7 +63,7 @@ [% IF summary.seefrom.size %]
        -
        Used for/see from:
        +
        [% t('Used for/see from:') %]
          [% FOREACH seefro IN summary.seefrom %]
        • @@ -79,7 +80,7 @@ [% IF summary.seealso.size %]
          -
          See also:
          +
          [% t('See also:') %]
            [% FOREACH seeals IN summary.seealso %]
          • @@ -96,7 +97,7 @@ [% IF marcflavour == 'UNIMARC' && summary.otherscript %]
            -
            Other forms:
            +
            [% t('Other forms:') %]
              [% FOREACH otherscrip IN summary.otherscript %]
            • @@ -110,7 +111,7 @@
              diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index 338ca0ad2a..bac5dc4423 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -1,10 +1,11 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › +<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] - Log in to your account + [% t('Log in to your account') %] [% ELSE %] - Catalog login disabled + [% t('Catalog login disabled') %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -14,8 +15,8 @@
              @@ -27,48 +28,48 @@ [% IF ( nopermission ) %]
              -

              Access denied

              -

              Sorry, the system doesn't think you have permission to access this page.

              +

              [% t('Access denied') %]

              +

              [% t('Sorry, the system doesn\'t think you have permission to access this page.') %]

              [% IF SCO_login %] -

              Log out and try again with a different user.

              +

              [% t('Log out and try again with a different user.') %]

              [% ELSIF SCI_login %] -

              Log out and try again with a different user.

              +

              [% t('Log out and try again with a different user.') %]

              [% END %]
              [% END %] [% IF ( loginprompt ) %] -

              Log in to your account

              +

              [% t('Log in to your account') %]

              [% IF ( timed_out ) %]
              -

              Sorry, your session has timed out. Please log in again.

              +

              [% t('Sorry, your session has timed out. Please log in again.') %]

              [% END %] [% IF ( different_ip ) %]
              -

              You are logging from a different IP address. Please log in again.

              +

              [% t('You are logging from a different IP address. Please log in again.') %]

              [% END %] [% IF too_many_login_attempts %]
              - This account has been locked! + [% t('This account has been locked!') %] [% IF Koha.Preference('OpacResetPassword') %] - You must reset your password. + [% t('You must reset your password') %]. [% ELSE %] - Please contact a library staff member. + [% t('Please contact a library staff member.') %] [% END %]
              [% ELSIF invalid_username_or_password %]
              -

              You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive.

              +

              [% t('You entered an incorrect username or password. Please try again! And remember, passwords are case sensitive.') %]

              [% END %] @@ -76,28 +77,28 @@ [% IF ( invalidShibLogin ) %]
              -

              Sorry, your Shibboleth identity does not match a valid library identity.

              +

              [% t('Sorry, your Shibboleth identity does not match a valid library identity.') %]

              [% IF ( casAuthentication ) %] [% IF ( invalidCasLogin ) %] -

              Sorry, the CAS login also failed. If you have a local login you may use that below.

              +

              [% t('Sorry, the CAS login also failed. If you have a local login you may use that below.') %]

              [% ELSE %] -

              If you have a CAS account, you may use that below.

              +

              [% t('If you have a CAS account, you may use that below.') %]

              [% END %] [% ELSE %] -

              If you have a local account, you may use that below.

              +

              [% t('If you have a local account, you may use that below.') %]

              [% END %]
              [% ELSE %] -

              Shibboleth Login

              -

              If you have a Shibboleth account, please click here to log in.

              +

              [% t('Shibboleth Login') %]

              +

              [% t('If you have a Shibboleth account, please click here to log in.') %]

              [% END %] [% IF ( casAuthentication ) %] -

              CAS login

              -

              If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.

              +

              [% t('CAS login') %]

              +

              [% t('If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.') %]

              [% ELSE %] -

              Local login

              -

              If you do not have a Shibboleth account, but you do have a local login, then you may login below.

              +

              [% t('Local login') %]

              +

              [% t('If you do not have a Shibboleth account, but you do have a local login, then you may login below.') %]

              [% END %] [% END %] @@ -105,11 +106,11 @@ [% IF ( casAuthentication ) %] [% IF ( shibbolethAuthentication ) %] [% IF ( casServerUrl ) %] -

              Please click here to log in.

              +

              [% t('Please click here to log in.') %]

              [% END %] [% IF ( casServersLoop ) %] -

              Please choose against which one you would like to authenticate:

              +

              [% t('Please choose against which one you would like to authenticate:') %]

              [% END %] [% ELSE %] -

              CAS login

              +

              [% t('CAS login') %]

              [% IF ( invalidCasLogin ) %] -

              Sorry, the CAS login failed.

              +

              [% t('Sorry, the CAS login failed.') %]

              [% END %] [% IF ( casServerUrl ) %] -

              If you have a CAS account, please click here to log in.

              +

              [% t('If you have a CAS account, please click here to log in.') %]

              [% END %] [% IF ( casServersLoop ) %] -

              If you have a CAS account, please choose against which one you would like to authenticate:

              +

              [% t('If you have a CAS account, please choose against which one you would like to authenticate:') %]

                [% FOREACH casServer IN casServersLoop %]
              • [% casServer.name %]
              • @@ -139,23 +140,23 @@ [% END %] [% IF ( shibbolethAuthentication ) %] -

                Nothing

                +

                [% t('Nothing') %]

                [% ELSE %] -

                Local login

                -

                If you do not have a CAS account, but do have a local account, you can still log in:

                +

                [% t('Local login') %]

                +

                [% t('If you do not have a CAS account, but do have a local account, you can still log in:') %]

                [% END %] [% END # / IF casAuthentication %] [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] [% IF ( invalidGoogleOpenIDConnectLogin ) %] -

                Google login

                -

                Sorry, your Google login failed. [% invalidGoogleOpenIDConnectLogin %]

                -

                Please note that the Google login will only work if you are using the e-mail address registered with this library.

                -

                If you want to, you can try to log in using a different account +

                [% t('Google login') %]

                +

                [% t('Sorry, your Google login failed.') %] [% invalidGoogleOpenIDConnectLogin %]

                +

                [% t('Please note that the Google login will only work if you are using the e-mail address registered with this library.') %]

                +

                [% t('If you want to, you can try to') %] [% t('log in using a different account') %] [% END %] - Log in with Google -

                If you do not have a Google account, but do have a local account, you can still log in:

                + [% t('Log in with Google') %] +

                [% t('If you do not have a Google account, but do have a local account, you can still log in:') %]

                [% END %] [% IF SCO_login %] @@ -170,38 +171,38 @@ [% FOREACH INPUT IN INPUTS %] [% END %] - - - + + +
      [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %] [% END %]
      [% IF Koha.Preference('OpacLoginInstructions') %] [% Koha.Preference('OpacLoginInstructions') %] [% ELSE %] -
      Don't have a password yet?
      -

      If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.

      -
      Don't have a library card?
      -

      If you don't have a library card, stop by your local library to sign up.

      +
      [% t('Don\'t have a password yet?') %]
      +

      [% t('If you don\'t have a password yet, stop by the circulation desk the next time you\'re in the library. We\'ll happily set one up for you.') %]

      +
      [% t('Don\'t have a library card?') %]
      +

      [% t('If you don\'t have a library card, stop by your local library to sign up.') %]

      [% END # / IF Koha.Preference('OpacLoginInstructions') %] - [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]You may register here. + [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %][% t('You may register here.') %] [% END %]
      [% END # / IF loginprompt %] [% ELSE %] -

      Logging on to the catalog has not been enabled by the library.

      +

      [% t('Logging on to the catalog has not been enabled by the library.') %]

        -
      • To report this error, you can email the Koha Administrator.Email
      • -
      • Use top menu bar to navigate to another part of Koha.
      • +
      • [% t('To report this error, you can email the Koha Administrator.') %][% t('Email') %]
      • +
      • [% t('Use top menu bar to navigate to another part of Koha.') %]
      [% END # / IF opacuserlogin %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt index 25c38b9a78..cd139b932b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Authority search +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Authority search') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,8 +10,8 @@
      @@ -30,10 +31,10 @@
      - Authority search + [% t('Authority search') %]
      1. - +
      2. - +
      3. - +
      4. - +
      5. - +
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt index e6d5e24293..c7303c1dd8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% PROCESS 'opac-authorities.inc' %] [% PROCESS 'authorities-search-results.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › [% IF ( total ) %]Authority search result[% ELSE %]No results found[% END %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% IF ( total ) %][% t('Authority search result') %][% ELSE %][% t('No results found') %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -11,9 +12,9 @@
      @@ -29,7 +30,7 @@
      [% END %]
      -

      Authority search results

      +

      [% t('Authority search results') %]

      [% IF total %]
      [% pagination_bar %]
      @@ -37,12 +38,12 @@
      [% IF ( total ) %] [% IF ( countfuzzy ) %] -

      Showing [% resultcount %] of about [% total %] results

      +

      [% t('Showing') %] [% resultcount %] [% t('of about') %] [% total %] [% t('results') %]

      [% ELSE %] -

      Results [% from %] to [% to %] of [% total %]

      +

      [% t('Results') %] [% from %] [% t('to') %] [% to %] [% t('of') %] [% total %]

      [% END %] [% ELSE %] - No results found. + [% t('No results found.') %] [% END %]
      @@ -51,10 +52,10 @@ - - + + [% UNLESS ( isEDITORS ) %] - + [% END %] @@ -62,11 +63,11 @@ [% FOREACH resul IN result %] - [% UNLESS ( resul.isEDITORS ) %] [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt index 44a88b99c3..1dcb958203 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt @@ -1,10 +1,11 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE KohaDates %] [% USE Asset %] [% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && TagsEnabled && TagsInputOnList ) %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your cart +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Your cart') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -14,47 +15,47 @@
      -

      Your cart

      +

      [% t('Your cart') %]

      [% IF ( verbose ) %] - Brief display + [% t('Brief display') %] [% ELSE %] - More details + [% t('More details') %] [% END %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] - Send + [% t('Send') %] [% END %] - Download - Print - Empty and close - Hide window + [% t('Download') %] + [% t('Print') %] + [% t('Empty and close') %] + [% t('Hide window') %]
      - Select all - Clear all + [% t('Select all') %] + [% t('Clear all') %] | - Select titles to: - Remove + [% t('Select titles to:') %] + [% t('Remove') %] [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] [% IF ( ( Koha.Preference( 'virtualshelves' ) == 1 ) && loggedinusername ) %] - Add to a list + [% t('Add to a list') %] [% END %] [% IF ( Koha.Preference( 'RequestOnOpac' ) == 1 ) %] - Place hold + [% t('Place hold') %] [% END %] [% IF ( TagsInputEnabled && loggedinusername ) %] - Tag + [% t('Tag') %] [% END %] [% END # / IF opacuserlogin %] [% IF ( TagsInputEnabled && loggedinusername ) %] [% END %]
      @@ -69,19 +70,19 @@ [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author |html %][% END %] - +
      Authorized headingsType of heading[% t('Authorized headings') %][% t('Type of heading') %]Biblio records[% t('Biblio records') %]
      [% PROCESS authresult summary=resul.summary %]Details + [% t('Details') %] [% resul.authtype %] - [% IF resul.used > 0 %][% resul.used %] biblios[% ELSE %]0 biblios[% END %] + [% IF resul.used > 0 %][% resul.used %] [% t('biblios') %][% ELSE %][% t('0 biblios') %][% END %]
      [% IF ( BIBLIO_RESULT.isbn ) %] - + [% END %] [% IF ( BIBLIO_RESULT.HASAUTHORS ) %] - + - + @@ -109,21 +110,21 @@ [% IF ( BIBLIO_RESULT.pages ) %] - + [% END %] [% IF ( BIBLIO_RESULT.seriestitle ) %] - + [% END %] [% IF ( BIBLIO_RESULT.MARCSUBJCTS ) %] - + + [% END %] [% IF ( BIBLIO_RESULT.MARCNOTES ) %] - + - + [% END %] [% IF ( BIBLIO_RESULT.serial ) %] - + [% END %] [% IF ( BIBLIO_RESULT.dewey ) %] - + [% END %] [% IF ( BIBLIO_RESULT.classification ) %] - + [% END %] [% IF ( BIBLIO_RESULT.lccn ) %] - + [% END %] [% IF BIBLIO_RESULT.MARCURLS.size %] - + - + @@ -239,11 +240,11 @@
      ISBN[% t('ISBN') %] [% BIBLIO_RESULT.isbn %]
      Author(s)[% t('Author(s)') %] [% IF ( BIBLIO_RESULT.author ) %]

      [% BIBLIO_RESULT.author %]

      @@ -101,7 +102,7 @@ [% IF ( BIBLIO_RESULT.publishercode ) %]
      Publisher[% t('Publisher') %] [% BIBLIO_RESULT.place %] [% BIBLIO_RESULT.publishercode %] [% BIBLIO_RESULT.publicationyear %]
      Details[% t('Details') %] [% BIBLIO_RESULT.pages %] [% BIBLIO_RESULT.illus %] [% BIBLIO_RESULT.item('size') %]
      Collection[% t('Collection') %] [% BIBLIO_RESULT.seriestitle %]
      Subject(s)[% t('Subject(s)') %] [% FOREACH MARCSUBJCT IN BIBLIO_RESULT.MARCSUBJCTS %]

      [% FOREACH MARCSUBJECT_SUBFIELDS_LOO IN MARCSUBJCT.MARCSUBJECT_SUBFIELDS_LOOP %] [% MARCSUBJECT_SUBFIELDS_LOO.separator %][% MARCSUBJECT_SUBFIELDS_LOO.value %][% END %] @@ -133,14 +134,14 @@ [% END %] [% IF ( BIBLIO_RESULT.copyrightdate ) %] -

      Copyright
      [% t('Copyright') %] [% BIBLIO_RESULT.copyrightdate %]
      Notes[% t('Notes') %] [% FOREACH MARCNOTE IN BIBLIO_RESULT.MARCNOTES %]

      @@ -157,42 +158,42 @@ [% IF ( BIBLIO_RESULT.unititle ) %]

      Unified title[% t('Unified title') %] [% BIBLIO_RESULT.unititle %]
      Serial[% t('Serial') %] [% BIBLIO_RESULT.serial %]
      Dewey[% t('Dewey') %] [% BIBLIO_RESULT.dewey %]
      Classification[% t('Classification') %] [% BIBLIO_RESULT.classification %]
      LCCN[% t('LCCN') %] [% BIBLIO_RESULT.lccn %]
      URL(s)[% t('URL(s)') %] [% FOREACH MARCurl IN BIBLIO_RESULT.MARCURLS %] [% IF MARCurl.part %]

      [% MARCurl.part %]

      [% END %] @@ -210,7 +211,7 @@ [% END %]
      Location(s) (Status)[% t('Location(s) (Status)') %] [% IF ( BIBLIO_RESULT.ITEM_RESULTS ) %]
        @@ -225,7 +226,7 @@ [% END %]
      [% ELSE %] - This record has no items. + [% t('This record has no items.') %] [% END %]
      - - - - - + + + + + @@ -255,9 +256,9 @@ @@ -276,7 +277,7 @@ [% END %] ([% INCLUDE 'item-status.inc' item = ITEM_RESULT %]) - [% END %][% ELSE %]This record has no items.[% END %] + [% END %][% ELSE %][% t('This record has no items.') %][% END %] [% END # / FOREACH BIBLIO_RESULT %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt index be4776c58b..84c769d9e6 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -7,16 +8,16 @@ [% INCLUDE 'masthead.inc' %]
      -

      Blocked

      -

      You are not authorized to view this record.

      +

      [% t('Blocked') %]

      +

      [% t('You are not authorized to view this record.') %]

      [% IF ( OpacSuppressionMessage ) %]
      [% OpacSuppressionMessage %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt index 635f8d800e..ad9284fa6a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Browse our catalog +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('Browse our catalog') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -21,18 +22,18 @@ [% IF ( OpacNav ) %]
      [% ELSE %]
      [% END %]
      -

      Browse our catalog

      +

      [% t('Browse our catalog') %]

      [% IF ( have_hierarchy ) %]
      [% END %] [% END %] @@ -62,7 +63,7 @@ [% ELSE %] -
      The browser table is empty. this feature is not fully set-up. See the Koha Wiki for more information on what it does and how to configure it.
      +
      [% t('The browser table is empty. this feature is not fully set-up. See the') %] [% t('Koha Wiki') %] [% t('for more information on what it does and how to configure it.') %]
      [% END # / IF have_hierarchy %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt index f0f605b4e2..40d1e2b290 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] @@ -5,7 +6,7 @@ [% USE ItemTypes %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Course reserves for [% course.course_name %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Course reserves for') %] [% course.course_name %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") %] @@ -17,24 +18,24 @@
      -

      Course reserves for [% course.course_name %]

      +

      [% t('Course reserves for') %] [% course.course_name %]

        - [% IF ( course.term ) %]
      1. Term: [% AuthorisedValues.GetByCode( 'TERM', course.term ) %]
      2. [% END %] -
      3. Department: [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) %]
      4. - [% IF ( course.course_number ) %]
      5. Course number: [% course.course_number %]
      6. [% END %] - [% IF ( course.section ) %]
      7. Section: [% course.section %]
      8. [% END %] + [% IF ( course.term ) %]
      9. [% t('Term:') %] [% AuthorisedValues.GetByCode( 'TERM', course.term ) %]
      10. [% END %] +
      11. [% t('Department:') %] [% AuthorisedValues.GetByCode( 'DEPARTMENT', course.department ) %]
      12. + [% IF ( course.course_number ) %]
      13. [% t('Course number:') %] [% course.course_number %]
      14. [% END %] + [% IF ( course.section ) %]
      15. [% t('Section:') %] [% course.section %]
      16. [% END %] [% IF ( course.instructors ) %] -
      17. Instructors: +
      18. [% t('Instructors:') %]
          [% FOREACH i IN course.instructors %]
        • [% i.firstname %] [% i.surname %]
        • @@ -42,7 +43,7 @@
      19. [% END %] - [% IF ( course.public_note ) %]
      20. Notes: [% course.public_note %]
      21. [% END %] + [% IF ( course.public_note ) %]
      22. [% t('Notes:') %] [% course.public_note %]
      23. [% END %]
      @@ -50,17 +51,17 @@
       TitleAuthorYearLocation (Status) [% t('Title') %][% t('Author') %][% t('Year') %][% t('Location (Status)') %]
      [% BIBLIO_RESULT.title |html %][% IF ( BIBLIO_RESULT.subtitle ) %] [% FOREACH subtitl IN BIBLIO_RESULT.subtitle %][% subtitl.subfield |html %][% END %][% END %] - + [% IF ( TagsInputEnabled && loggedinusername ) %] - + [% END %] [% BIBLIO_RESULT.author %]
      - - - - - - - - - - - + + + + + + + + + + + @@ -70,7 +71,7 @@ - + @@ -83,9 +84,9 @@ [% END %] @@ -95,7 +96,7 @@ [% ELSE %]
      -

      No reserves have been selected for this course.

      +

      [% t('No reserves have been selected for this course.') %]

      [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt index b1f83326fd..5f3e67b6f7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt @@ -1,9 +1,10 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Courses +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Courses') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") %] @@ -15,26 +16,26 @@
      -

      Courses

      +

      [% t('Courses') %]

      TitleAuthorItem typeLocationCollectionCall numberCopy numberStatusDate dueNotesLink[% t('Title') %][% t('Author') %][% t('Item type') %][% t('Location') %][% t('Collection') %][% t('Call number') %][% t('Copy number') %][% t('Status') %][% t('Date due') %][% t('Notes') %][% t('Link') %]
      [% cr.biblio.title %] [% cr.biblio.author %] [% ItemTypes.GetDescription( cr.item.itype ) %][% Branches.GetName( cr.item.holdingbranch ) %]
      [% AuthorisedValues.GetByCode( 'LOC', cr.item.location ) %]
      [% Branches.GetName( cr.item.holdingbranch ) %]
      [% AuthorisedValues.GetByCode( 'LOC', cr.item.location ) %]
      [% AuthorisedValues.GetByCode( 'CCODE', cr.item.ccode ) %] [% cr.item.itemcallnumber %] [% cr.item.copynumber %] [% IF (cr.item.uri) %] - Item URI + [% t('Item URI') %] [% ELSIF (cr.biblioitem.url) %] - Record URL + [% t('Record URL') %] [% END %]
      - - - - - - - + + + + + + + @@ -48,7 +49,7 @@ diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index 9bb6763e5f..0c5f80c353 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Math %] [% USE Koha %] @@ -32,7 +33,7 @@ [% SET protocol = "http://" %] [% END %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Details for:') %] [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% IF ( bidi ) %] [% BLOCK cssinclude %][% Asset.css("css/right-to-left.css") %][% END %] @@ -48,8 +49,8 @@
      @@ -67,19 +68,19 @@ [% ELSE %] [% END %] - Cover image + [% t('Cover image') %] [% END %] [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( content_identifier_exists ) %] [% IF ( using_https ) %] - + [% ELSE %] - + [% END %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -97,31 +98,31 @@ [% IF ( BakerTaylorEnabled && bt_id ) %] [% IF BakerTaylorBookstoreURL %] [% IF ( OPACURLOpenInNewWindow ) %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% ELSE %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% END %] [% ELSE %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% END %] [% END %]
      - + [% IF ( ocoins ) # COinS / Openurl %] [% END %]
      - Normal view - MARC view - [% IF ( ISBD ) %]ISBD view[% END %] + [% t('Normal view') %] + [% t('MARC view') %] + [% IF ( ISBD ) %][% t('ISBD view') %][% END %]
      [% IF ( OPACXSLTDetailsDisplay ) %] [% XSLTBloc %] [% ELSE %]

      [% title |html %][% IF ( subtitle ) %] [% FOREACH subtitl IN subtitle %][% subtitl.subfield |html %] [% END %][% END %]

      - [% IF ( author ) %]
      by [% author |html %]
      [% END %] + [% IF ( author ) %]
      [% t('by') %] [% author |html %]
      [% END %] [% UNLESS ( item_level_itypes ) %] [ @@ -136,29 +137,23 @@ [% IF ( MARCAUTHORS ) %]
      - Additional authors: + [% t('Additional authors:') %] [% IF OPACPopupAuthorsSearch %] [% END # /OPACPopupAuthorsSearch %] @@ -181,19 +176,16 @@ [% FOREACH MARCAUTHOR_SUBFIELDS_LOO IN MARCAUTHOR.MARCAUTHOR_SUBFIELDS_LOOP %] [% MARCAUTHOR_SUBFIELDS_LOO.separator %] [% IF Koha.Preference( 'OPACPopupAuthorsSearch' ) == 1 %] - [% MARCAUTHOR_SUBFIELDS_LOO.value %] + [% MARCAUTHOR_SUBFIELDS_LOO.value %] [% ELSE %] - [% MARCAUTHOR_SUBFIELDS_LOO.value %] + [% MARCAUTHOR_SUBFIELDS_LOO.value %] [% END %] [% END %] [% IF (MARCAUTHOR.authoritylink) %] - + [% END %] [% IF IDREF and MARCAUTHOR.unimarc3 %] - IdRef + [% t('IdRef') %] [% END %] [% UNLESS ( loop.last ) %]|[% END %] [% END # /FOREACH MARCAUTHORS %] @@ -201,7 +193,7 @@ [% END # IF MARCAUTHORS %] [% IF ( MARCSERIES ) %] - Series: + [% t('Series:') %] [% FOREACH MARCSERIE IN MARCSERIES %] [% FOREACH MARCSERIES_SUBFIELDS_LOO IN MARCSERIE.MARCSERIES_SUBFIELDS_LOOP %] [% IF ( MARCSERIES_SUBFIELDS_LOO.value ) %] @@ -217,10 +209,10 @@ [% END # /MARCSERIES %] [% IF ( editionstatement ) %] - Edition statement:[% editionstatement %][% IF ( editionresponsibility ) %]/[% editionresponsibility %][% END %] + [% t('Edition statement:') %][% editionstatement %][% IF ( editionresponsibility ) %]/[% editionresponsibility %][% END %] [% END %] [% IF ( publishercode ) %] - Published by : + [% t('Published by :') %] [% publishercode |html %] [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] @@ -228,23 +220,23 @@ [% END %] [% IF ( pages ) %] - Physical details: [% pages %] [% illus %] [% size %] + [% t('Physical details:') %] [% pages %] [% illus %] [% size %] [% END %] [% IF ( MARCISBNS ) %] - ISBN:[% FOREACH MARCISBN IN MARCISBNS %][% MARCISBN %][% IF ( loop.last ) %].[% ELSE %]; [% END %][% END %] + [% t('ISBN:') %][% FOREACH MARCISBN IN MARCISBNS %][% MARCISBN %][% IF ( loop.last ) %].[% ELSE %]; [% END %][% END %] [% ELSE %] [% IF ( normalized_isbn ) %] - ISBN: [% normalized_isbn %] + [% t('ISBN:') %] [% normalized_isbn %] [% END %] [% END %] [% IF ( issn ) %] - ISSN:[% issn %] + [% t('ISSN:') %][% issn %] [% END %] [% IF ( collectiontitle ) %] - Collection: + [% t('Collection:') %] [% collectiontitle %] [% IF ( collectionissn ) %] [% ', ISSN ' _ collectionissn %][% END %] [% IF ( collectionvolume ) %] [% ' ; ' _ collectionvolume %] [% END %] @@ -253,7 +245,7 @@ [% END %] [% IF ( unititles ) %] - Uniform titles: + [% t('Uniform titles:') %] [% FOREACH unititle IN unititles %] [% unititle.unititle %] ; [% END %] @@ -262,19 +254,19 @@ [% IF ( MARCSUBJCTS ) %]
      - Subject(s): + [% t('Subject(s):') %] [% IF OPACPopupAuthorsSearch %] [% END # /OPACPopupAuthorsSearch%] @@ -318,18 +310,18 @@ [% END # / FOREACH MARCSUBJCTS %]
      [% ELSE # /IF MARCSUBJCTS %] - [% IF ( subjects ) %]Subject(s): [% FOREACH subject IN subjects %][% subject.subject %] | [% END %][% END %] + [% IF ( subjects ) %][% t('Subject(s):') %] [% FOREACH subject IN subjects %][% subject.subject %] | [% END %][% END %] [% END %] [% IF ( copyrightdate ) %] - Year: [% copyrightdate %] + [% t('Year:') %] [% copyrightdate %] [% END %] [% UNLESS ( item_level_itypes ) %] [% IF ( imgeurl ) %] [% END %] - Item type: + [% t('Item type:') %] [% IF ( description ) %] [% description %] [% ELSE %] @@ -339,20 +331,20 @@ [% END %] [% IF ( MARCURLS ) %] -
      Online resources: +
      [% t('Online resources:') %] @@ -637,9 +623,9 @@
      NameDept.Course #SectionTermInstructorsNotes[% t('Name') %][% t('Dept.') %][% t('Course #') %][% t('Section') %][% t('Term') %][% t('Instructors') %][% t('Notes') %]
      [% AuthorisedValues.GetByCode( 'TERM' c.term ) %] [% FOREACH i IN c.instructors %] -
      [% i.surname %][% IF i.firstname %], [% i.firstname %][% END %]
      +
      [% i.surname %][% IF i.firstname %], [% i.firstname %][% END %]
      [% END %]
      [% c.public_note %]
      - - - + + + @@ -658,26 +644,26 @@
      [% IF too_many_items %] -

      This record has many physical items ([% items_count %]). Click here to view them all.

      +

      [% t('This record has many physical items (') %][% items_count %]). [% t('Click here to view them all.') %]

      [% ELSIF ( itemloop.size ) %] [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %] [% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %] [% IF acquisition_details.total_quantity == 1 %] - 1 item is on order. + [% t('1 item is on order.') %] [% ELSE %] - [% acquisition_details.total_quantity %] items are on order. + [% acquisition_details.total_quantity %] [% t('items are on order.') %] [% END %] [% END %] [% IF holds_count.defined || priority %]
      [% IF holds_count.defined %] - Total holds: [% holds_count %] + [% t('Total holds:') %] [% holds_count %] [% END %] [% IF priority %] [% IF holds_count.defined %] - (priority [% priority %]) + [% t('(priority') %] [% priority %]) [% ELSE %] - Overall queue priority: [% priority %] + [% t('Overall queue priority:') %] [% priority %] [% END %] [% END %]
      @@ -685,17 +671,17 @@ [% ELSE %] [% IF ( ALTERNATEHOLDINGS ) %] [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %] -
      Holdings: [% ALTERNATEHOLDING.holding %]
      +
      [% t('Holdings:') %] [% ALTERNATEHOLDING.holding %]
      [% END %] [% ELSE %] [% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %] [% IF acquisition_details.total_quantity == 1 %] - 1 item is on order. + [% t('1 item is on order.') %] [% ELSE %] - [% acquisition_details.total_quantity %] items are on order. + [% acquisition_details.total_quantity %] [% t('items are on order.') %] [% END %] [% ELSE %] -
      No physical items for this record
      +
      [% t('No physical items for this record') %]
      [% END %] [% END %] [% END # IF itemloop.size %] @@ -709,7 +695,7 @@ [% IF (otheritemloop.size) %] [% INCLUDE items_table items=otheritemloop tab="otherholdings" table_id="otherholdingst" %] [% ELSE %] - No other items. + [% t('No other items.') %] [% END %] [% INCLUDE shelfbrowser tab='otherholdings' %]
      @@ -720,7 +706,7 @@
      [% IF ( SyndeticsEnabled && SyndeticsSummary && SYNDETICS_SUMMARY ) %] -

      Enhanced descriptions from Syndetics:

      +

      [% t('Enhanced descriptions from Syndetics:') %]

      [% SYNDETICS_SUMMARY %]

      [% END %] @@ -750,7 +736,7 @@ [% IF ( SyndeticsTOC && SYNDETICS_TOC ) %]
      -

      Table of contents provided by Syndetics

      +

      [% t('Table of contents provided by Syndetics') %]

        [% FOREACH SYNDETICS_TO IN SYNDETICS_TOC %]
      • [% SYNDETICS_TO.l %] [% SYNDETICS_TO.t %][% IF ( SYNDETICS_TO.p ) %] ([% SYNDETICS_TO.p %])[% END %]
      • @@ -763,7 +749,7 @@ [% IF ( SyndeticsExcerpt && SYNDETICS_EXCERPT ) %]
        -

        Excerpt provided by Syndetics

        +

        [% t('Excerpt provided by Syndetics') %]

        [% SYNDETICS_EXCERPT %]
        @@ -772,7 +758,7 @@ [% IF ( SyndeticsReviews && SYNDETICS_REVIEWS ) %]
        -

        Reviews provided by Syndetics

        +

        [% t('Reviews provided by Syndetics') %]

        [% FOREACH SYNDETICS_REVIEW IN SYNDETICS_REVIEWS %] [% IF ( SYNDETICS_REVIEW.title ) %]

        [% SYNDETICS_REVIEW.title %]

        @@ -792,7 +778,7 @@ [% IF ( SyndeticsAuthorNotes && SYNDETICS_ANOTES ) %]
        -

        Author notes provided by Syndetics

        +

        [% t('Author notes provided by Syndetics') %]

        [% FOREACH SYNDETICS_ANOTE IN SYNDETICS_ANOTES %] [% IF ( SYNDETICS_ANOTE.content ) %] [% SYNDETICS_ANOTE.content %] @@ -804,60 +790,60 @@ [% END # / IF SyndeticsEnabled %] [% IF ( NovelistSelectProfile && NovelistSelectView == 'tab' && (normalized_isbn || normalized_upc) ) %] -
        +
        [% END # / IF NovelistSelectProfile && NovelistSelectView == 'tab' %] [% IF ( subscriptionsnumber ) %]
        -

        This is a serial

        -

        There are [% subscriptionsnumber %] subscription(s) associated with this title.

        +

        [% t('This is a serial') %]

        +

        [% t('There are') %] [% subscriptionsnumber %] [% t('subscription(s) associated with this title.') %]

        [% FOREACH subscription IN subscriptions %] [% IF ( subscription.branchcode ) %] -

        At library: [% Branches.GetName( subscription.branchcode ) %]

        +

        [% t('At library:') %] [% Branches.GetName( subscription.branchcode ) %]

        [% ELSE %] [% IF ( subscription.branchcode ) %] -

        At library: [% subscription.branchcode %]

        +

        [% t('At library:') %] [% subscription.branchcode %]

        [% END %] [% END %] [% IF ( subscription.closed ) %] -

        This subscription is closed.

        +

        [% t('This subscription is closed.') %]

        [% END %] [% IF ( subscription.callnumber ) %] -

        Call number: [% subscription.callnumber %]

        +

        [% t('Call number:') %] [% subscription.callnumber %]

        [% END %] [% IF ( subscription.subscriptionnotes ) %]

        [% subscription.subscriptionnotes FILTER html_line_break %]

        [% END %] -

        Subscription from: [% subscription.histstartdate | $KohaDates %] to:[% IF ( subscription.histenddate ) %] [% subscription.histenddate | $KohaDates %] [% ELSE %] now (current)[% END %]

        +

        [% t('Subscription from:') %] [% subscription.histstartdate | $KohaDates %] [% t('to:') %][% IF ( subscription.histenddate ) %] [% subscription.histenddate | $KohaDates %] [% ELSE %] [% t('now (current)') %][% END %]

        [% IF ( subscription.letter ) %][% END %] [% IF ( subscription.missinglist ) %] -

        Missing issues: [% subscription.missinglist %]

        +

        [% t('Missing issues:') %] [% subscription.missinglist %]

        [% END %] [% IF ( subscription.opacnote ) %]

        [% subscription.opacnote FILTER html_line_break %]

        [% END %] [% IF ( subscription.latestserials ) %] -

        The [% subscription.opacdisplaycount %] latest issues for this subscription:

        +

        [% t('The') %] [% subscription.opacdisplaycount %] [% t('latest issues for this subscription:') %]

      LibrarySerial collectionItem call number[% t('Library') %][% t('Serial collection') %][% t('Item call number') %]
      - - - - - + + + + + @@ -867,18 +853,18 @@ @@ -887,7 +873,7 @@
      Issue #Publication dateReceived dateStatusNote[% t('Issue #') %][% t('Publication date') %][% t('Received date') %][% t('Status') %][% t('Note') %]
      [% latestserial.publisheddate %] [% latestserial.planneddate %] - [% IF (latestserial.status1 ) %]Expected[% END %] - [% IF (latestserial.status2 ) %]Arrived[% END %] - [% IF (latestserial.status3 ) %]Late[% END %] - [% IF (latestserial.status4 ) %]Missing[% END %] - [% IF (latestserial.status41 ) %]Missing (never received)[% END %] - [% IF (latestserial.status42 ) %]Missing (sold out)[% END %] - [% IF (latestserial.status43 ) %]Missing (damaged)[% END %] - [% IF (latestserial.status44 ) %]Missing (lost)[% END %] - [% IF (latestserial.status5 ) %]Not issued[% END %] - [% IF (latestserial.status6 ) %]Delete[% END %] - [% IF (latestserial.status7 ) %]Claimed[% END %] - [% IF (latestserial.status8 ) %]Stopped[% END %] + [% IF (latestserial.status1 ) %][% t('Expected') %][% END %] + [% IF (latestserial.status2 ) %][% t('Arrived') %][% END %] + [% IF (latestserial.status3 ) %][% t('Late') %][% END %] + [% IF (latestserial.status4 ) %][% t('Missing') %][% END %] + [% IF (latestserial.status41 ) %][% t('Missing (never received)') %][% END %] + [% IF (latestserial.status42 ) %][% t('Missing (sold out)') %][% END %] + [% IF (latestserial.status43 ) %][% t('Missing (damaged)') %][% END %] + [% IF (latestserial.status44 ) %][% t('Missing (lost)') %][% END %] + [% IF (latestserial.status5 ) %][% t('Not issued') %][% END %] + [% IF (latestserial.status6 ) %][% t('Delete') %][% END %] + [% IF (latestserial.status7 ) %][% t('Claimed') %][% END %] + [% IF (latestserial.status8 ) %][% t('Stopped') %][% END %] [% latestserial.notes %]
      [% END # / IF subscription.latestserials %] [% END # / FOREACH subscriptions %] -

      More details

      +

      [% t('More details') %]

      [% END # IF subscriptionsnumber %] @@ -923,16 +909,16 @@ [% END %] [% IF review.approved %] -
      Your comment
      +
      [% t('Your comment') %]
      [% ELSE %] -
      Your comment (preview, pending approval)
      +
      [% t('Your comment (preview, pending approval)') %]
      [% END %] [% review.datereviewed | $KohaDates %]

      [% FILTER html_break %] [% review.review |html %] [% END %] - Edit + [% t('Edit') %]

      [% ELSE %] @@ -944,20 +930,20 @@ [% END %] [% SWITCH ShowReviewer %] [% CASE 'full' %] -
      Comment by [% review.patron.title %] [% review.patron.firstname %] [% review.patron.surname %]
      +
      [% t('Comment by') %] [% review.patron.title %] [% review.patron.firstname %] [% review.patron.surname %]
      [% CASE 'first' %] -
      Comment by [% review.patron.firstname %]
      +
      [% t('Comment by') %] [% review.patron.firstname %]
      [% CASE 'surname' %] -
      Comment by [% review.patron.surname %]
      +
      [% t('Comment by') %] [% review.patron.surname %]
      [% CASE 'firstandinitial' %] -
      Comment by [% review.patron.firstname %] [% review.patron.surname|truncate(2,'.') %]
      +
      [% t('Comment by') %] [% review.patron.firstname %] [% review.patron.surname|truncate(2,'.') %]
      [% CASE 'username' %] -
      Comment by [% review.patron.userid %]
      +
      [% t('Comment by') %] [% review.patron.userid %]
      [% END %] [% review.datereviewed | $KohaDates %] [% ELSE %] -
      Patron comment on [% review.datereviewed | $KohaDates %]
      +
      [% t('Patron comment on') %] [% review.datereviewed | $KohaDates %]
      [% END # / IF ShowReviewer != "none" && review.patron %]

      [% FILTER html_break %] @@ -968,24 +954,24 @@ [% END %] [% END # / FOREACH reviews %] [% ELSE %] -

      There are no comments for this item.

      +

      [% t('There are no comments for this item.') %]

      [% END # / IF reviews %] [% IF ( loggedinusername ) %] [% UNLESS ( loggedincommenter ) %] [% END %] [% ELSE %] -
      Log in to your account to post a comment.
      +
      [% t('Log in to your account') %] [% t('to post a comment.') %]
      [% END # / IF loggedinusername %]
      [% END # / IF reviewson %] [% IF ( OPACFRBRizeEditions && XISBNS ) %]
      -

      Other editions of this work

      +

      [% t('Other editions of this work') %]

      [% FOREACH XISBN IN XISBNS %] @@ -997,12 +983,12 @@ [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( XISBN.content_identifier_exists ) %] [% IF ( using_https ) %] - + [% ELSE %] - + [% END %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END # / IF XISBN.content_identifier_exists %] [% END # / IF SyndeticsEnabled && SyndeticsCoverImages %] @@ -1011,8 +997,8 @@ [% END %] [% IF ( item_level_itypes ) %] - [% END %] + [% END %] [% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' ) %] - [% END %] + [% END %] [% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] - [% END %] + [% END %] [% IF ( itemdata_ccode ) %] - [% END %] + [% END %] [% IF ( Koha.Preference('OpacLocationOnDetail') == 'column' && itemdata_location ) %] - [% END %] - + [% END %] + [% IF ( itemdata_enumchron ) %] - [% END %] + [% END %] [% IF ( itemdata_uri ) %] - [% END %] + [% END %] [% IF ( itemdata_copynumber ) %] - [% END %] - + [% END %] + [% IF ( itemdata_itemnotes ) %] - [% END %] - - + [% END %] + + [% IF holds_count.defined %] - + [% ELSIF show_priority %] - + [% END %] [% IF ( ShowCourseReservesHeader ) %] - [% END %] + [% END %] @@ -1292,9 +1278,9 @@ [% ITEM_RESULT.itemcallnumber %] [% IF ( OPACShelfBrowser ) %] [% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] - (Browse shelf) + ([% t('Browse shelf') %]) [% ELSE %] - (Browse shelf) + ([% t('Browse shelf') %]) [% END %] [% END %] [% END %] @@ -1322,9 +1308,9 @@ [% IF ITEM_RESULT.uri %] [% IF trackclicks == 'track' || trackclicks == 'anonymous' %] [% IF Koha.Preference("OPACURLOpenInNewWindow") %] - Link to resource + [% t('Link to resource') %] [% ELSE %] - Link to resource + [% t('Link to resource') %] [% END %] [% ELSE %] @@ -1347,7 +1333,7 @@ [% IF holds_count.defined %] [% ITEM_RESULT.holds_count %] [% END %] [% IF ITEM_RESULT.priority %] [% IF holds_count.defined %] - (priority [% ITEM_RESULT.priority %]) + [% t('(priority') %] [% ITEM_RESULT.priority %]) [% ELSE %] [% ITEM_RESULT.priority %] [% END %] @@ -1383,9 +1369,9 @@ [% INCLUDE 'columns_settings.inc' %] [% IF ( SocialNetworks ) %] - // + //]]--> [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt index 5cc5c4caa5..1d5211a59c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Discharge +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Discharge') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,8 +10,8 @@
      @@ -22,32 +23,32 @@
      -

      Discharge

      +

      [% t('Discharge') %]

      [% FOR message IN messages %]
      [% IF message.code == "unable_to_generate_pdf" %] - An error occurs when generating the pdf file. - Please contact the staff to resolve this problem. + [% t('An error occurs when generating the pdf file.') %] + [% t('Please contact the staff to resolve this problem.') %] [% END %]
      [% END %] [% IF success %] -

      Your discharge request has been sent. Your discharge will be available on this page within a few days.

      +

      [% t('Your discharge request has been sent. Your discharge will be available on this page within a few days.') %]

      [% ELSIF available %] - Get your discharge + [% t('Get your discharge') %] [% ELSIF pending %] -

      Your discharge will be available on this page within a few days.

      +

      [% t('Your discharge will be available on this page within a few days.') %]

      [% ELSIF has_issues %] -

      You cannot be discharged, you have checked out items. Please return items before asking for a discharge.

      +

      [% t('You cannot be discharged, you have checked out items. Please return items before asking for a discharge.') %]

      [% ELSIF not messages %] -

      What is a discharge?

      -

      This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.

      -

      Warning: This request is only valid if you are in good standing with the library. Once the application is made, you can not borrow library materials.

      +

      [% t('What is a discharge?') %]

      +

      [% t('This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.') %]

      +

      [% t('Warning') %][% t(': This request is only valid if you are in good standing with the library. Once the application is made, you can not borrow library materials.') %]

      [% IF has_checkouts %] -
      You cannot be discharged, you have checked out items. Please return items before asking for a discharge.
      +
      [% t('You cannot be discharged, you have checked out items. Please return items before asking for a discharge.') %]
      [% ELSE %] - Ask for a discharge + [% t('Ask for a discharge') %] [% END %] [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt index f7eebd8c41..5f8f3f22a4 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Download cart +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Download cart') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,25 +10,25 @@
      -

      Download cart

      +

      [% t('Download cart') %]

      - Cancel + [% t('Cancel') %]
      -

      Close this window

      +

      [% t('Close this window') %]

      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt index 805b072130..62110f6f81 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt @@ -1,26 +1,27 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% IF ( fullpage ) %] [% INCLUDE 'doc-head-open.inc' %] - [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Download list [% shelf.shelfname | html %][% INCLUDE 'doc-head-close.inc' %] + [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Download list') %] [% shelf.shelfname | html %][% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-downloadlist' %] [% INCLUDE 'masthead.inc' %]
      @@ -44,29 +45,29 @@ [% IF ( format ) %]
      -

      Your download should begin automatically.

      +

      [% t('Your download should begin automatically.') %]

      [% ELSE %] -

      Download list [% shelf.shelfname | html %]

      +

      [% t('Download list') %] [% shelf.shelfname | html %]

      - Required + [% t('Required') %]
      - Cancel + [% t('Cancel') %]
      [% IF ( modal ) %] @@ -90,7 +91,7 @@ [% ELSE %]
      -

      You do not have permission to download this list.

      +

      [% t('You do not have permission to download this list.') %]

      [% END # / invalidlist %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt index 5450f7d4a2..0da433bc21 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Full subscription history for [% bibliotitle %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('Full subscription history for') %] [% bibliotitle %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] @@ -18,9 +19,9 @@
      @@ -32,19 +33,19 @@
      -

      Checkout history

      +

      [% t('Checkout history') %]

      [% IF READING_RECORD.size == 0 %] - You have never borrowed anything from this library. + [% t('You have never borrowed anything from this library.') %] [% ELSE %]
      [% UNLESS ( limit ) %][% END %] @@ -52,34 +53,34 @@ [% IF limit %]

      - Showing last 50 items. Show all items + [% t('Showing last 50 items.') %] [% t('Show all items') %]

      [% ELSE %]

      - Showing all items. Show last 50 items + [% t('Showing all items.') %] [% t('Show last 50 items') %]

      [% END %] [% IF Koha.Preference( 'OnSiteCheckouts' ) == 1 %]
      [% XISBN.description %][% XISBN.title |html %] - [% IF ( XISBN.author ) %] by [% XISBN.author |html %][% END %] - [% IF ( XISBN.copyrightdate ) %] ©[% XISBN.copyrightdate %][% END %] + [% IF ( XISBN.author ) %] [% t('by') %] [% XISBN.author |html %][% END %] + [% IF ( XISBN.copyrightdate ) %] ©[% XISBN.copyrightdate %][% END %] [% IF ( XISBN.publishercode ) %]

      [% XISBN.publishercode |html %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] @@ -1033,9 +1019,9 @@

      [% SET ctrl_preload = ' controls preload=none' #translatability %] <[% HTML5MediaParent _ ctrl_preload %] > - <[% HTML5MediaSet.child %] src="[% HTML5MediaSet.srcblock %]" [% HTML5MediaSet.typeblock %] /> + <[% HTML5MediaSet.child %] [% t('src="') %][% HTML5MediaSet.srcblock %]" [% HTML5MediaSet.typeblock %] /> [[% HTML5MediaParent %] tag not supported by your browser.] - +

      [% END %] @@ -1043,10 +1029,10 @@ [% IF ( OPACLocalCoverImages && localimages.size ) %]
      -

      Click on an image to view it in the image viewer

      +

      [% t('Click on an image to view it in the image viewer') %]

      [% FOREACH image IN localimages %] [% IF image %] - + [% END %] [% END %]
      @@ -1055,14 +1041,14 @@ [% IF ( IDreamBooksReviews ) %] [% END %] [% IF ( NovelistSelectProfile && NovelistSelectView == 'below' && ( normalized_isbn || normalized_upc ) ) %]
      -

      Novelist Select

      +

      [% t('Novelist Select') %]

      [% END %] @@ -1094,33 +1080,33 @@
      Item type[% t('Item type') %]Current location[% t('Current location') %]Home library[% t('Home library') %]Collection[% t('Collection') %]Shelving locationCall number[% t('Shelving location') %][% t('Call number') %]Vol info[% t('Vol info') %]URL[% t('URL') %]Copy numberStatus[% t('Copy number') %][% t('Status') %]NotesDate dueBarcode[% t('Notes') %][% t('Date due') %][% t('Barcode') %]Item holds[% t('Item holds') %]Item hold queue priority[% t('Item hold queue priority') %]Course reserves[% t('Course reserves') %]
      - + - - - - + + + + [% IF ( OPACMySummaryHTML ) %] - + [% END %] @@ -97,7 +98,7 @@ [% IF issue.normalized_isbn %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -105,24 +106,24 @@ [% IF issue.normalized_isbn %]
      [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] [% IF BakerTaylorEnabled %] [% bt_id = ( issue.normalized_upc || issue.normalized_isbn ) %] [% IF ( bt_id ) %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] [% IF SyndeticsEnabled && SyndeticsCoverImages %] [% IF using_https %] - + [% ELSE %] - + [% END %] [% END %] @@ -142,18 +143,18 @@ [% END %] [% END %] - Item type: + [% t('Item type:') %] [% issue.translated_description %] [% IF OPACMySummaryHTML %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt index 464505dab8..2458c12aea 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,8 +10,8 @@
      @@ -30,29 +31,29 @@ [% END %]
      -

      Registration Complete!

      +

      [% t('Registration Complete!') %]

      -

      You have successfully registered your new account.

      +

      [% t('You have successfully registered your new account.') %]

      [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] -

      To log in, use the following credentials:

      +

      [% t('To log in, use the following credentials:') %]

      - Username: + [% t('Username:') %] [% borrower.userid %]

      - Password: + [% t('Password:') %] [% password_cleartext | html %]

      [% IF borrower.cardnumber %]

      - Card number: + [% t('Card number:') %] [% borrower.cardnumber %]

      [% END %] -

      For your convenience, the login box on this page has been pre-filled with this data. Please log in[% IF OpacPasswordChange %] and change your password[% END %].

      +

      [% t('For your convenience, the login box on this page has been pre-filled with this data. Please log in') %][% IF OpacPasswordChange %] [% t('and change your password') %][% END %].

      [% END %]
      [% PatronSelfRegistrationAdditionalInstructions %]
      @@ -69,14 +70,14 @@
      - Log in to your account: - + [% t('Log in to your account:') %] + [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] [% ELSE %] [% END %] - + [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] [% ELSE %] @@ -85,7 +86,7 @@
      - [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

      Don't have an account? Register here.

      [% END %] + [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

      [% t('Don\'t have an account?') %] [% t('Register here.') %]

      [% END %]
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt index 7b4238a029..12a49f7584 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-email-sent.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Please confirm your registration +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Please confirm your registration') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,8 +10,8 @@
      @@ -27,11 +28,11 @@ [% END %]
      -

      Please confirm your registration

      +

      [% t('Please confirm your registration') %]

      -

      A confirmation email will be sent shortly to the email address [% email %].

      +

      [% t('A confirmation email will be sent shortly to the email address') %] [% email %].

      -

      Your account will not be activated until you follow the link provided in the confirmation email.

      +

      [% t('Your account will not be activated until you follow the link provided in the confirmation email.') %]

      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt index 92a28aef4d..7b62b4339e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-invalid.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -9,8 +10,8 @@
      @@ -27,9 +28,9 @@ [% END %]
      -

      Registration invalid!

      +

      [% t('Registration invalid!') %]

      -

      There were problems processing your registration. Please contact your library for help.

      +

      [% t('There were problems processing your registration. Please contact your library for help.') %]

      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt index 53b547dedb..6f24ee12fb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE Branches %] [% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Request article +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Request article') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -12,8 +13,8 @@
      @@ -24,7 +25,7 @@ [% IF article_request_type == 'bib_only' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsRecordOnly') %] [% END %] [% IF article_request_type == 'item_only' %] [% SET mandatory_fields = Koha.Preference('ArticleRequestsMandatoryFieldsItemOnly') %] [% END %] -

      Place article request for [% biblio.title %]

      +

      [% t('Place article request for') %] [% biblio.title %]

      @@ -34,74 +35,74 @@
      • [% IF mandatory_fields.search('title') %] - + [% ELSE %] - + [% END %] - +
      • [% IF mandatory_fields.search('author') %] - + [% ELSE %] - + [% END %] - +
      • [% IF mandatory_fields.search('volume') %] - + [% ELSE %] - + [% END %] - +
      • [% IF mandatory_fields.search('issue') %] - + [% ELSE %] - + [% END %] - +
      • [% IF mandatory_fields.search('date') %] - + [% ELSE %] - + [% END %] - +
      • [% IF mandatory_fields.search('pages') %] - + [% ELSE %] - + [% END %] - +
      • [% IF mandatory_fields.search('chapters') %] - + [% ELSE %] - + [% END %] - +
      • - - + +
      • - +
      Type[% t('Type') %] TitleItem typeCall no.Date[% t('Title') %][% t('Item type') %][% t('Call no.') %][% t('Date') %]Links[% t('Links') %]
      - Call number: + [% t('Call number:') %] [% issue.itemcallnumber %] [% IF issue.returndate %] - Check-in date: + [% t('Check-in date:') %] [% issue.returndate | $KohaDates %] [% ELSE %] - (Checked out) + [% t('(Checked out)') %] [% END %]
      - + - - - - - - + + + + + + @@ -163,10 +164,10 @@ [% IF article_request_type != 'item_only' %] [% END %] @@ -177,7 +178,7 @@ [% ELSE %] - No article requests can be made for this record. + [% t('No article requests can be made for this record.') %] [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index c5f5c84363..a5977c3c1d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -1,10 +1,11 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% USE Price %] [% USE ItemTypes %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Placing a hold +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Placing a hold') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -14,93 +15,93 @@
      [% IF ( message ) %]
      -

      Sorry, you cannot place holds.

      +

      [% t('Sorry, you cannot place holds.') %]

        [% IF ( GNA ) %]
      • - According to our records, we don't have up-to-date contact information. Please contact the library. - [% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %] - [% IF ( Koha.Preference('OPACPatronDetails') ) %](Please note: there may be a delay in restoring your account if you submit online.)[% END %] + [% t('According to our records, we don\'t have up-to-date contact information. Please contact the library.') %] + [% IF ( Koha.Preference('OPACPatronDetails') ) %][% t('Update your contact information') %][% ELSE %][% t('Go to your contact information') %][% END %] + [% IF ( Koha.Preference('OPACPatronDetails') ) %][% t('(Please note: there may be a delay in restoring your account if you submit online.)') %][% END %]
      • [% END %] [% IF ( lost ) %]
      • - Your library card has been marked as lost or stolen.
        - If this is an error, please take your card to the circulation desk at your local library and the error will be corrected. + [% t('Your library card has been marked as lost or stolen.') %]
        + [% t('If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.') %]
      • [% END %] [% IF ( debarred ) %]
      • - Your account has been frozen. - [% IF debarred_comment %] Comment: " + [% t('Your account has been frozen.') %] + [% IF debarred_comment %] [% t('Comment:') %] " [% IF debarred_comment.search('OVERDUES_PROCESS') %] - Restriction added by overdues process [% debarred_comment.remove('OVERDUES_PROCESS ') | html_line_break %] + [% t('Restriction added by overdues process') %] [% debarred_comment.remove('OVERDUES_PROCESS ') | html_line_break %] [% ELSE %] [% debarred_comment | html_line_break %] [% END %] [% END %] - [% IF debarred_date && debarred_date != '9999-12-31' %] End date: [% debarred_date | $KohaDates %][% END %] -
        Usually the reason for freezing an account is old overdues or damage fees. If shows your account to be clear, please contact the library. Go to your account page + [% IF debarred_date && debarred_date != '9999-12-31' %] [% t('End date:') %] [% debarred_date | $KohaDates %][% END %] +
        [% t('Usually the reason for freezing an account is old overdues or damage fees. If shows your account to be clear, please contact the library.') %] [% t('Go to your account page') %]
      • [% END %] [% IF ( too_much_oweing ) %]
      • - You have unpaid fines. Amount: [% too_much_oweing | $Price %]. + [% t('You have unpaid fines. Amount:') %] [% too_much_oweing | $Price %].
      • [% END %] [% IF ( too_many_reserves ) %]
      • - Sorry, you cannot place more than [% too_many_reserves %] holds. + [% t('Sorry, you cannot place more than') %] [% too_many_reserves %] [% t('holds.') %]
      • [% END %] [% IF ( bad_biblionumber ) %]
      • - ERROR: No record found for record id [% bad_biblionumber %]. + [% t('ERROR: No record found for record id') %] [% bad_biblionumber %].
      • [% END %] [% IF ( no_items_selected ) %]
      • - You must select at least one item. + [% t('You must select at least one item.') %]
      • [% END %] [% IF ( no_branch_selected ) %]
      • - You must select a library for pickup. + [% t('You must select a library for pickup.') %]
      • [% END %] [% IF ( no_biblionumber ) %]
      • - ERROR: No record id specified. + [% t('ERROR: No record id specified.') %]
      • [% END %] [% IF ( bad_data ) %]
      • - ERROR: Internal error: incomplete hold request. + [% t('ERROR: Internal error: incomplete hold request.') %]
      • [% END %] [% IF ( expired_patron ) %]
      • - Your library card has expired. Please contact your librarian if you wish to renew your card. + [% t('Your library card has expired. Please contact your librarian if you wish to renew your card.') %]
      • [% END %] @@ -108,7 +109,7 @@ [% IF ( none_available && multi_hold ) %]
        - Sorry, none of these titles can be placed on hold. + [% t('Sorry, none of these titles can be placed on hold.') %]
        [% END %]
      @@ -116,42 +117,42 @@ [% UNLESS ( message ) %] [% UNLESS ( none_available ) %] -

      Confirm holds for:[% USER_INFO.firstname %] [% USER_INFO.surname %] ([% USER_INFO.cardnumber %])

      +

      [% t('Confirm holds for:') %][% USER_INFO.firstname %] [% USER_INFO.surname %] ([% USER_INFO.cardnumber %])

      [% END # / UNLESS none_available %] [% IF (RESERVE_CHARGE) %]
      [% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %] - You will be charged a hold fee of [% RESERVE_CHARGE %] when you collect this item + [% t('You will be charged a hold fee of') %] [% RESERVE_CHARGE %] [% t('when you collect this item') %] [% ELSE %] - You will be charged a hold fee of [% RESERVE_CHARGE %] for placing this hold + [% t('You will be charged a hold fee of') %] [% RESERVE_CHARGE %] [% t('for placing this hold') %] [% END %]
      [% END %] [% IF ( new_reserves_allowed ) %]
      - Sorry, you can only place [% new_reserves_allowed %] more holds. Please uncheck the checkboxes for the items you wish to not place holds on. + [% t('Sorry,') %] [% t('you can only place') %] [% new_reserves_allowed %] [% t('more holds. Please uncheck the checkboxes for the items you wish to not place holds on.') %]
      [% END %]
      - + - - + +
      [% FOREACH bibitemloo IN bibitemloop %]

      [% IF ( bibitemloo.holdable ) %] - - + + - + [% END # / bibitemloo.holdable %] @@ -163,23 +164,23 @@ [% END %] [% END %] - [% IF ( bibitemloo.author ) %], by [% bibitemloo.author %][% END %] + [% IF ( bibitemloo.author ) %], [% t('by') %] [% bibitemloo.author %][% END %]

      [% UNLESS ( bibitemloo.holdable ) %] [% IF ( bibitemloo.ageRestricted ) %] -
      Sorry, you are too young to reserve this material.
      +
      [% t('Sorry, you are too young to reserve this material.') %]
      [% END %] [% IF ( bibitemloo.already_reserved ) %] -
      You have already requested this title.
      +
      [% t('You have already requested this title.') %]
      [% ELSE %] [% UNLESS ( bibitemloo.bib_available ) %] -
      There are no items that can be placed on hold.
      +
      [% t('There are no items that can be placed on hold.') %]
      [% ELSE %] [% IF ( bibitemloo.already_patron_possession ) %] -
      This title cannot be requested because it's already in your possession.
      +
      [% t('This title cannot be requested because it\'s already in your possession.') %]
      [% ELSE %] -
      This title cannot be requested.
      +
      [% t('This title cannot be requested.') %]
      [% END %] [% END # / UNLESS bibitemloo.bib_available %] [% END # / IF bibitemloo.already_reserved %] @@ -191,7 +192,7 @@ [% UNLESS ( item_level_itypes ) %]
    • - Item type: + [% t('Item type:') %] [% IF ( bibitemloo.imageurl ) %][% END %] [% bibitemloo.translated_description %]
    • @@ -200,14 +201,14 @@ [% SET OPACShowHoldQueueDetails = Koha.Preference('OPACShowHoldQueueDetails') %] [% IF OPACShowHoldQueueDetails == 'holds_priority' || OPACShowHoldQueueDetails == 'priority' %]
    • - Your priority: + [% t('Your priority:') %] [% bibitemloo.rank %]
    • [% END %] [% IF OPACShowHoldQueueDetails == 'holds_priority' || OPACShowHoldQueueDetails == 'holds' %]
    • - Number of holds: + [% t('Number of holds:') %] [% bibitemloo.reservecount %]
    • [% END %] @@ -216,7 +217,7 @@ [% UNLESS ( singleBranchMode ) %] [% IF ( bibitemloo.holdable && choose_branch ) %]
    • - + [% UNLESS ( bibitemloo.holdable ) %] [% IF at_least_one_library_not_available_for_pickup %] -
      Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items +
      [% t('Note: Library policy does not allow hold/pickup of an item available locally. Please come to the library to retrieve these items') %] [% END %] [% END # / UNLESS bibitemloo.holdable %]
    • @@ -245,21 +246,21 @@ [% END # / UNLESS singleBranchMode %] - +
        [% IF ( reserve_in_future ) %]
      • - - + + [% INCLUDE 'date-format.inc' %]
      • [% END %]
      • - + [% INCLUDE 'date-format.inc' %]
      • @@ -270,9 +271,9 @@ [% itemtypes.push( item.itype ) %] [%- END %]
      • - + +
      [% END # / IF OpacHoldNotes %] @@ -296,42 +297,33 @@ [% END # / IF bibitemloo.itemholdable %] [% IF bibitemloo.itemholdable %]
      Select a specific item:[% t('Select a specific item:') %]
       Item typeBarcodeHome libraryCall numberEnumeration [% t('Item type') %][% t('Barcode') %][% t('Home library') %][% t('Call number') %][% t('Enumeration') %]
      - + - Any item + [% t('Any item') %]
      - + - + [% IF ( item_level_itypes ) %] - + [% END %] - + [% UNLESS ( singleBranchMode ) %] - - + + [% END %] - + [% IF ( itemdata_enumchron ) %] - + [% END %] - + [% FOREACH itemLoo IN bibitemloo.itemLoop %] @@ -340,9 +332,8 @@ [% IF ( itemLoo.available ) %] [% ELSE %] - - Cannot be put on hold + + [% t('Cannot be put on hold') %] [% END %] [% IF ( itemLoo.copynumber ) %] @@ -372,33 +363,33 @@ [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-restrictedpage.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-restrictedpage.tt index fbb63a29ca..1b985a1731 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-restrictedpage.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-restrictedpage.tt @@ -1,3 +1,4 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] @@ -5,11 +6,11 @@ [% IF ( LibraryNameTitle ) %] [% LibraryNameTitle %] [% ELSE %] - Koha online + [% t('Koha online') %] [% END %] - catalog + [% t('catalog') %] [% IF RestrictedPageTitle %] - › [% RestrictedPageTitle %] + › [% RestrictedPageTitle %] [% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -20,9 +21,9 @@
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt index b0ba7d5659..48a30d50e5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt @@ -1,16 +1,16 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › +<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% IF ( searchdesc ) %] - Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %] + [% t('Results of search') %] [% IF ( query_desc ) %][% t('for \'') %][% query_desc | html %]'[% END %][% IF ( limit_desc ) %][% t(' with limit(s): \'') %][% limit_desc | html %]'[% END %] [% ELSE %] - You did not specify any search criteria. + [% t('You did not specify any search criteria.') %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] - + [% INCLUDE 'bodytag.inc' bodyid='results-grouped' %] @@ -18,12 +18,12 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" />
      @@ -33,7 +33,7 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" />
      -

      Error:

      +

      [% t('Error:') %]

      [% query_error %]

      @@ -59,32 +59,32 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% IF ( total ) %] [% IF ( scan ) %] -

      Scan index:

      +

      [% t('Scan index:') %]

      Select a specific item:[% t('Select a specific item:') %]
      Copy number[% t('Copy number') %]Item type[% t('Item type') %]Barcode[% t('Barcode') %]Home libraryLast location[% t('Home library') %][% t('Last location') %]Call number[% t('Call number') %]Vol info[% t('Vol info') %]Information[% t('Information') %]
      [% IF ( itemLoo.dateDue ) %] - Due [% itemLoo.dateDue %] + [% t('Due') %] [% itemLoo.dateDue %] [% ELSIF ( itemLoo.transfertwhen ) %] - In transit from [% Branches.GetName( itemLoo.transfertfrom ) %] to [% Branches.GetName( itemLoo.transfertto ) %] since [% itemLoo.transfertwhen %] + [% t('In transit from') %] [% Branches.GetName( itemLoo.transfertfrom ) %] [% t('to') %] [% Branches.GetName( itemLoo.transfertto ) %] [% t('since') %] [% itemLoo.transfertwhen %] [% END %] [% IF ( itemLoo.message ) %] - Unavailable (lost or missing) + [% t('Unavailable (lost or missing)') %] [% END %] [% IF ( itemLoo.notforloan ) %] - Not for loan ([% itemLoo.notforloanvalue %]) + [% t('Not for loan (') %][% itemLoo.notforloanvalue %]) [% END %] [% IF ( itemLoo.reservedate ) %] [% IF ( itemLoo.waitingdate ) %] - Waiting + [% t('Waiting') %] [% ELSE %] - On hold + [% t('On hold') %] [% END %] - for patron + [% t('for patron') %] [% IF ( itemLoo.waitingdate ) %] - at + [% t('at') %] [% ELSE %] - expected at + [% t('expected at') %] [% END %] - [% itemLoo.ExpectedAtLibrary %] since + [% itemLoo.ExpectedAtLibrary %] [% t('since') %] [% IF ( itemLoo.waitingdate ) %] [% itemLoo.waitingdate | $KohaDates %] [% ELSE %] @@ -408,7 +399,7 @@ [% END %]. [% ELSE %] - Not on hold + [% t('Not on hold') %] [% END # / IF ( itemLoo.reservedate )%]
      @@ -97,15 +97,15 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" />
      - Scan index for: + [% t('Scan index for:') %]
      - +
      - - + + [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] @@ -172,12 +172,12 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% END %] @@ -232,19 +233,19 @@ [% IF ( SEARCH_RESULT.normalized_isbn ) %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] [% IF ( using_https ) %] - + [% ELSE %] - + [% END %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -252,7 +253,7 @@ [% IF ( SEARCH_RESULT.normalized_isbn ) %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -261,7 +262,7 @@ [% IF ( coce_id ) %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -269,16 +270,16 @@ [% IF SEARCH_RESULT.normalized_isbn %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] [% IF ( BakerTaylorEnabled && !BakerTaylorBookstoreURL ) %] [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %] [% IF ( bt_id ) %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -287,10 +288,10 @@ [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %] [% IF ( bt_id ) %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] @@ -314,19 +315,19 @@ [% SEARCH_RESULT.XSLTResultsRecord %] [% ELSE %] [% IF ( BiblioDefaultViewmarc ) %] - + [% ELSE %] [% IF ( BiblioDefaultViewisbd ) %] - + [% ELSE %] - + [% END %] [% END %] [% IF ( SEARCH_RESULT.title ) %] [% SEARCH_RESULT.title |html %] [% ELSE %] - No title + [% t('No title') %] [% END %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %] @@ -334,13 +335,13 @@ [% END %] [% IF ( SEARCH_RESULT.author ) %] - by [% SEARCH_RESULT.author %] + [% t('by') %] [% SEARCH_RESULT.author %] [% ELSE %] -   +   [% END %] - Publication: + [% t('Publication:') %] [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %] [% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode|html %][% END %] [% IF ( SEARCH_RESULT.publicationyear ) %] @@ -353,7 +354,7 @@ [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %] [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes|html %][% END %] [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size %][% END %] - [% IF ( SEARCH_RESULT.timestamp ) %] (modified on [% SEARCH_RESULT.timestamp %])[% END %] + [% IF ( SEARCH_RESULT.timestamp ) %] [% t('(modified on') %] [% SEARCH_RESULT.timestamp %])[% END %] [% IF ( SEARCH_RESULT.summary ) %] @@ -364,15 +365,15 @@ [% IF ( SEARCH_RESULT.copyrightdate ) %] - Date: + [% t('Date:') %] [% SEARCH_RESULT.copyrightdate %] [% END %] - Availability: + [% t('Availability:') %] [% IF ( SEARCH_RESULT.available_items_loop.size() ) %] - Items available: + [% t('Items available:') %] [% FOREACH available_items_loo IN SEARCH_RESULT.available_items_loop %] [% IF available_items_loo.this_branch %] @@ -397,21 +398,21 @@ [% ELSE %] [% IF ( SEARCH_RESULT.ALTERNATEHOLDINGS ) %] [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %] -  [% ALTERNATEHOLDING.holding %], +  [% ALTERNATEHOLDING.holding %], [% END %] [% ELSE %] - No items available: + [% t('No items available:') %] [% END %] [% END # / IF SEARCH_RESULT.available_items_loop.size %] - [% IF ( SEARCH_RESULT.onloancount ) %] Checked out ([% SEARCH_RESULT.onloancount %]), [% END %] - [% IF ( SEARCH_RESULT.withdrawncount ) %] Withdrawn ([% SEARCH_RESULT.withdrawncount %]), [% END %] - [% UNLESS ( SEARCH_RESULT.hidelostitems ) %][% IF ( SEARCH_RESULT.itemlostcount ) %] Lost ([% SEARCH_RESULT.itemlostcount %]),[% END %][% END %] - [% IF ( SEARCH_RESULT.damagedcount ) %] Damaged ([% SEARCH_RESULT.damagedcount %]),[% END %] - [% IF ( SEARCH_RESULT.orderedcount ) %] On order ([% SEARCH_RESULT.orderedcount %]),[% END %] - [% IF ( SEARCH_RESULT.onholdcount ) %] On hold ([% SEARCH_RESULT.onholdcount %]),[% END %] - [% IF ( SEARCH_RESULT.intransitcount ) %] In transit ([% SEARCH_RESULT.intransitcount %]),[% END %] + [% IF ( SEARCH_RESULT.onloancount ) %] [% t('Checked out (') %][% SEARCH_RESULT.onloancount %]), [% END %] + [% IF ( SEARCH_RESULT.withdrawncount ) %] [% t('Withdrawn (') %][% SEARCH_RESULT.withdrawncount %]), [% END %] + [% UNLESS ( SEARCH_RESULT.hidelostitems ) %][% IF ( SEARCH_RESULT.itemlostcount ) %] [% t('Lost (') %][% SEARCH_RESULT.itemlostcount %]),[% END %][% END %] + [% IF ( SEARCH_RESULT.damagedcount ) %] [% t('Damaged (') %][% SEARCH_RESULT.damagedcount %]),[% END %] + [% IF ( SEARCH_RESULT.orderedcount ) %] [% t('On order (') %][% SEARCH_RESULT.orderedcount %]),[% END %] + [% IF ( SEARCH_RESULT.onholdcount ) %] [% t('On hold (') %][% SEARCH_RESULT.onholdcount %]),[% END %] + [% IF ( SEARCH_RESULT.intransitcount ) %] [% t('In transit (') %][% SEARCH_RESULT.intransitcount %]),[% END %] [% END # / IF OPACXSLTResultsDisplay %] @@ -425,19 +426,19 @@ [% END %] [% END %] -    [% SEARCH_RESULT.score_avg %] / 5 (on [% SEARCH_RESULT.num_scores %] rates) +    [% SEARCH_RESULT.score_avg %] [% t('/ 5 (on') %] [% SEARCH_RESULT.num_scores %] [% t('rates)') %] [% IF ( SEARCH_RESULT.num_critics ) %] - + [% END %] [% IF ( SEARCH_RESULT.num_critics_pro ) %] - + [% END %] [% IF ( SEARCH_RESULT.num_videos ) %] - + [% END %] [% IF ( SEARCH_RESULT.num_quotations ) %] - + [% END %] [% END # / IF SEARCH_RESULT.score_avg %] @@ -448,11 +449,11 @@ [% IF ( TagsShowEnabled && SEARCH_RESULT.TagLoop.size ) %]
      - Tags: + [% t('Tags:') %]
        [% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]
      • - [% TagLoo.term %] + [% TagLoo.term %] ([% TagLoo.weight_total %])
      • [% END %] @@ -462,10 +463,10 @@ [% IF Koha.Preference('virtualshelves') AND SEARCH_RESULT.shelves.count %]
        - Lists: + [% t('Lists:') %] @@ -475,7 +476,7 @@ [% IF ( SEARCH_RESULT.searchhighlightblob ) %] - Match: + [% t('Match:') %] [% SEARCH_RESULT.searchhighlightblob %] [% END %] @@ -486,14 +487,14 @@ [% rating_avg_int = BLOCK %][% rating_avg | format("%.0f") %][% END %] [% FOREACH i IN [ 1 2 3 4 5 ] %] [% IF rating_avg_int == i %] - + [% ELSE %] - + [% END %] [% END %] [% IF SEARCH_RESULT.ratings.count > 0 %] -   ([% SEARCH_RESULT.ratings.count %] votes) +   ([% SEARCH_RESULT.ratings.count %] [% t('votes)') %] [% ELSE %]
        [% END %] @@ -504,43 +505,43 @@ [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] [% UNLESS ( SEARCH_RESULT.norequests ) %] [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] - Place hold + [% t('Place hold') %] [% END # / IF opacuserlogin && holdable %] [% END # UNLESS SEARCH_RESULT.norequests %] [% END # IF RequestOnOpac %] [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] [% IF Koha.Preference('ArticleRequests') %] - Request article + [% t('Request article') %] [% END %] [% END %] [% IF ( TagsInputEnabled ) %] [% IF ( loggedinusername ) %] - Add tag + [% t('Add tag') %] [% ELSIF ( loop.first ) %] - Log in to add tags. + [% t('Log in to add tags.') %] [% END # IF loggedinusername %] [% END # if TagsInputEnabled %] [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && loggedinusername && ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] - Save to Lists + [% t('Save to Lists') %] [% END %] [% IF Koha.Preference( 'opacbookbag' ) == 1 %] [% IF ( SEARCH_RESULT.incart ) %] - In your cart (remove) + [% t('In your cart') %] [% t('(remove)') %] [% ELSE %] - Add to cart + [% t('Add to cart') %] [% END %] [% END # / IF opacbookbag %]
        @@ -555,7 +556,7 @@ - +
      @@ -565,17 +566,17 @@ [% IF Koha.Preference( 'suggestion' ) == 1 && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername || Koha.Preference( 'ILLModule' ) == 1 ) %]
      - Not finding what you're looking for? + [% t('Not finding what you\'re looking for?') %]
      @@ -589,7 +590,7 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% IF ( LibraryThingForLibrariesID ) %] - + [% END %] [% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %][% Asset.js("lib/jquery/plugins/jquery.rating.js") %][% END %] [% IF ( OverDriveEnabled ) %][% Asset.js("js/overdrive.js") %][% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt index 8bc9060706..cf5227f03f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [%# This template is called only for a very simple error message %] -Your search [% IF hash %]for [% hash %][% END %] was not successful. +[% t('Your search') %] [% IF hash %][% t('for') %] [% hash %][% END %] [% t('was not successful.') %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt index 1e0667fce0..9f7d987dc8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-review.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Comments on [% title |html %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Comments on') %] [% title |html %] @@ -13,36 +14,36 @@
      [% IF ( cgi_debug ) %] -
      CGI debug is on.
      +
      [% t('CGI debug is on.') %]
      [% END %] [% IF ( ERRORS ) %]
      [% FOREACH ERROR IN ERRORS %] [% IF ( ERROR.nobiblio ) %] -

      Error: we cannot find this bibliographic record.

      +

      [% t('Error: we cannot find this bibliographic record.') %]

      [% END %] [% IF ( ERROR.unauthorized ) %] -

      Sorry, only the creator of this comment is allowed to change it.

      +

      [% t('Sorry, only the creator of this comment is allowed to change it.') %]

      [% END %] [% IF ( ERROR.scrubbed ) %] -

      Note: your comment contained illegal markup code. It has been saved with the markup removed, as below. You can edit the comment further, or cancel to retain the comment as is.

      +

      [% t('Note: your comment contained illegal markup code. It has been saved with the markup removed, as below. You can edit the comment further, or cancel to retain the comment as is.') %]

      [% END %] [% IF ( ERROR.scrubbed_all ) %] -

      Error! Your comment was entirely illegal markup code. It has NOT been added.

      +

      [% t('Error!') %] [% t('Your comment was entirely illegal markup code.') %] [% t('It has NOT been added.') %]

      [% END %] [% IF ( ERROR.empty ) %] -

      Error! You cannot add an empty comment. Please add content or cancel.

      +

      [% t('Error!') %] [% t('You cannot add an empty comment.') %] [% t('Please add content or cancel.') %]

      [% END %] [% END # / FOREACH ERROR %] [% IF ( WINDOW_CLOSE ) %] - Note: this window will close automatically in 5 seconds. + [% t('Note: this window will close automatically in 5 seconds.') %] [% END %]
      [% END # / ERRORs %] -

      Comments on [% title |html %] [% subtitle %]

      +

      [% t('Comments on') %] [% title |html %] [% subtitle %]

      [% IF ( author ) %]

      [% author |html %]

      [% END %]
      @@ -50,10 +51,10 @@
      -

      Note: Your comment must be approved by a librarian.

      +

      [% t('Note: Your comment must be approved by a librarian.') %]

      - Cancel + [% t('Cancel') %]
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt index 57b7da6d80..db119841dc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-routing-lists.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your routing lists +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Your routing lists') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% Asset.css("css/datatables.css") %] @@ -14,9 +15,9 @@
      @@ -30,16 +31,16 @@
      -

      Routing lists

      +

      [% t('Routing lists') %]

      [% SET routinglists = logged_in_user.get_routing_lists %] [% IF ( routinglists.count ) %] -

      You are subscribed to the routing lists for following serial titles. If you wish to make changes, please contact the library.

      +

      [% t('You are subscribed to the routing lists for following serial titles. If you wish to make changes, please contact the library.') %]

      Term/PhraseCount[% t('Term/Phrase') %][% t('Count') %]
      - [% SEARCH_RESULT.title |html %] + [% SEARCH_RESULT.title |html %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %] @@ -123,10 +123,10 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% IF ( searchdesc ) %] [% FOREACH QUERY_INPUT IN QUERY_INPUTS %] - + [% END %] [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %] - + [% END %] [% END %] @@ -141,8 +141,8 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] [% END %] [% GROUP_RESULT.result_number %]. [% IF ( GROUP_RESULT.BiblioDefaultViewmarc ) %] - [% GROUP_RESULT.title %] + [% GROUP_RESULT.title %] [% ELSE %] [% IF ( GROUP_RESULT.BiblioDefaultViewisbd ) %] - [% GROUP_RESULT.title %] + [% GROUP_RESULT.title %] [% ELSE %] - [% GROUP_RESULT.title %] + [% GROUP_RESULT.title %] [% END %] [% FOREACH subtitl IN GROUP_RESULT.subtitle %] [% subtitl.subfield %] @@ -185,9 +185,9 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% END # / IF GROUP_RESULT.BiblioDefaultViewmarc %] [% IF ( GROUP_RESULT.author ) %] - by [% GROUP_RESULT.author %] + [% t('by') %] [% GROUP_RESULT.author %] [% ELSE %] -   +   [% END %]

      [% IF ( GROUP_RESULT.publicationyear ) %] - [% GROUP_RESULT.publicationyear %][% END %] @@ -196,14 +196,14 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% IF ( GROUP_RESULT.pages ) %] - [% GROUP_RESULT.pages %][% END %] [% IF ( GROUP_RESULT.notes ) %] : [% GROUP_RESULT.notes %][% END %] [% IF ( GROUP_RESULT.size ) %] ; [% GROUP_RESULT.size %][% END %] - [% IF ( GROUP_RESULT.timestamp ) %] (modified on [% GROUP_RESULT.timestamp %])[% END %] + [% IF ( GROUP_RESULT.timestamp ) %] [% t('(modified on') %] [% GROUP_RESULT.timestamp %])[% END %]

      [% IF ( GROUP_RESULT.searchhighlightblob ) %]

      [% GROUP_RESULT.searchhighlightblob %]

      [% END %]

      [% IF ( GROUP_RESULT.available_items_loop ) %] - Items available at: + [% t('Items available at:') %] [% FOREACH available_items_loo IN GROUP_RESULT.available_items_loop %] [% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %] [% IF ( OPACItemsResultsDisplay ) %] @@ -214,28 +214,28 @@ href="/cgi-bin/koha/opac-rss.pl?[% query_cgi %][% limit_cgi |html %]" /> [% END # / FOREACH available_items_loo %] [% ELSE %] - No items available: + [% t('No items available:') %] [% END # / IF GROUP_RESULT.available_items_loop %] - [% IF ( GROUP_RESULT.onloancount ) %] Checked out ([% GROUP_RESULT.onloancount %]), [% END %] - [% IF ( GROUP_RESULT.withdrawncount ) %] Withdrawn ([% GROUP_RESULT.withdrawncount %]), [% END %] - [% IF ( GROUP_RESULT.itemlostcount ) %] Lost ([% GROUP_RESULT.itemlostcount %]),[% END %] - [% IF ( GROUP_RESULT.damagedcount ) %] Damaged ([% GROUP_RESULT.damagedcount %]),[% END %] - [% IF ( GROUP_RESULT.orderedcount ) %] On order ([% GROUP_RESULT.orderedcount %]),[% END %] - [% IF ( GROUP_RESULT.intransitcount ) %] In transit ([% GROUP_RESULT.intransitcount %]),[% END %] + [% IF ( GROUP_RESULT.onloancount ) %] [% t('Checked out (') %][% GROUP_RESULT.onloancount %]), [% END %] + [% IF ( GROUP_RESULT.withdrawncount ) %] [% t('Withdrawn (') %][% GROUP_RESULT.withdrawncount %]), [% END %] + [% IF ( GROUP_RESULT.itemlostcount ) %] [% t('Lost (') %][% GROUP_RESULT.itemlostcount %]),[% END %] + [% IF ( GROUP_RESULT.damagedcount ) %] [% t('Damaged (') %][% GROUP_RESULT.damagedcount %]),[% END %] + [% IF ( GROUP_RESULT.orderedcount ) %] [% t('On order (') %][% GROUP_RESULT.orderedcount %]),[% END %] + [% IF ( GROUP_RESULT.intransitcount ) %] [% t('In transit (') %][% GROUP_RESULT.intransitcount %]),[% END %]

      [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] [% UNLESS ( GROUP_RESULT.norequests ) %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 && GROUP_RESULT.holdable %] - Place hold + [% t('Place hold') %] [% END %] [% END %] [% END %] [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %] -

      - Not finding what you're looking for? + [% t('Not finding what you\'re looking for?') %]
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index c30f330a4e..88594944bc 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -1,14 +1,15 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnList ) %] [% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnList ) %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › +<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% IF ( searchdesc ) %] - Results of search [% IF ( query_desc ) %]for '[% query_desc | html%]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %] + [% t('Results of search') %] [% IF ( query_desc ) %][% t('for \'') %][% query_desc | html%]'[% END %][% IF ( limit_desc ) %][% t(' with limit(s): \'') %][% limit_desc | html %]'[% END %] [% ELSE %] - You did not specify any search criteria. + [% t('You did not specify any search criteria.') %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %] @@ -17,7 +18,7 @@ [% END %] [% END %] - + [% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %] @@ -25,12 +26,12 @@
      @@ -39,17 +40,17 @@
      - No results found! + [% t('No results found!') %]

      [% IF ( searchdesc ) %] - No results found for that in [% LibraryName %] catalog. Subscribe to this search + [% t('No results found for that in') %] [% LibraryName %] [% t('catalog.') %] [% t('Subscribe to this search') %] [% ELSE %] - You did not specify any search criteria. + [% t('You did not specify any search criteria.') %] [% END %]

      [% IF ( ReturnPath ) %] [% END %] [% IF ( OPACNoResultsFound ) %] @@ -78,28 +79,28 @@ [% IF ( searchdesc ) %]

      - [% IF ( total ) %]Your search returned [% total |html %] results. + [% IF ( total ) %][% t('Your search returned') %] [% total |html %] [% t('results.') %] [% IF ( related ) %] - (related searches: + [% t('(related searches:') %] [% FOREACH relate IN related %] [% relate.related_search %] [% END %] ). [% END %] - Subscribe to this search + [% t('Subscribe to this search') %] [% END # / IF total %]

      [% END # / IF searchdesc %]
      [% IF ( DidYouMean ) %] -
      Not what you expected? Check for suggestions
      +
      [% t('Not what you expected? Check for') %] [% t('suggestions') %]
      [% END %]
      [% INCLUDE 'page-numbers.inc' %]
      [% IF ( koha_spsuggest ) %] - Did you mean: + [% t('Did you mean:') %]
        [% FOREACH SPELL_SUGGES IN SPELL_SUGGEST %]
      • @@ -111,13 +112,13 @@ [% IF ( total ) %] [% IF ( ReturnPath ) %] [% END %] [% END %] [% IF ( query_error ) %]
        -

        Error:

        +

        [% t('Error:') %]

        [% query_error %]
        [% END %] @@ -129,18 +130,18 @@ [% IF ( searchdesc ) %] [% FOREACH QUERY_INPUT IN QUERY_INPUTS %] - + [% END %] [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %] - + [% END %] [% END # IF /searchdesc %]
        [% IF ( OpacHighlightedWords ) %] [% END %] [% UNLESS tag %] @@ -164,16 +165,16 @@ [% IF ( TagsInputEnabled && loggedinusername ) %] - + [% END %] @@ -216,7 +217,7 @@ [% SEARCH_RESULT.description %] [% END %] [% IF ( SEARCH_RESULT.score_avg ) %] - + [% END %]
      - + @@ -56,7 +57,7 @@
      Subscription title[% t('Subscription title') %]
      [% ELSE %] -

      You are currently not listed on any routing lists.

      +

      [% t('You are currently not listed on any routing lists.') %]

      [% END %]
      diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt index e146f7666b..b4f0d38988 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Your search history +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Your search history') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -11,11 +12,11 @@
      @@ -32,26 +33,26 @@
      [% END %]
      -

      Search history

      +

      [% t('Search history') %]

      [% IF Koha.Preference( 'OpacAuthorities' ) == 1 %]
      [% END %]
      [% IF ( current_biblio_searches ) %] -

      Current session

      +

      [% t('Current session') %]

      - Select all - Clear all + [% t('Select all') %] + [% t('Clear all') %] | - Select searches to: - Delete + [% t('Select searches to:') %] + [% t('Delete') %]
      @@ -59,9 +60,9 @@
    DateSearchResults[% t('Date') %][% t('Search') %][% t('Results') %]
    [% s.time |$KohaDates with_hours => 1 %]Subscribe to this search [% s.query_desc |html %][% t('Subscribe to this search') %] [% s.query_desc |html %] [% s.total %]
    DateSearchResults[% t('Date') %][% t('Search') %][% t('Results') %]
    [% s.time |$KohaDates with_hours => 1 %]Subscribe to this search [% s.query_desc |html %][% t('Subscribe to this search') %] [% s.query_desc |html %] [% s.total %]
    DateSearchResults[% t('Date') %][% t('Search') %][% t('Results') %]
    DateSearchResults[% t('Date') %][% t('Search') %][% t('Results') %]
    - - - - + + + + [% FOREACH s IN shelves %] [% SET contents = s.get_contents %] - - + + [% END %] @@ -718,16 +719,16 @@
    [% pagination_bar %]
    [% ELSE %] [% IF category == PUBLIC %] -

    No public lists.

    +

    [% t('No public lists.') %]

    [% ELSIF loggedinusernumber %] -

    No private lists.

    +

    [% t('No private lists.') %]

    [% END %] [% END %] [%# privateshelves or publicshelves %] [%#
    %] [% ELSIF NOT loggedinusernumber %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] -
    Log in to create new lists.
    +
    [% t('Log in') %] [% t('to create new lists.') %]
    [% END %] [% END # IF loggedinusername %]
    @@ -740,7 +741,7 @@ diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt index f2b3c8e248..8bda8683cf 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -MARC view +[% t('MARC view') %] [% INCLUDE 'bodytag.inc' bodyid='opac-showmarc' %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt index fddf531e7c..dca5156b0d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt @@ -1,36 +1,37 @@ -[% USE KohaDates # XML declaration should have no white space before it %] +[% PROCESS 'i18n.inc' %] +[% USE KohaDates # XML declaration should have no white space before it %] - <![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog Recent Comments]]> - [% OPACBaseURL %]/cgi-bin/koha/opac-showreviews.pl&format=rss2 - - - [% timestamp %] + <![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('Catalog Recent Comments]]>') %] + [% OPACBaseURL %][% t('/cgi-bin/koha/opac-showreviews.pl&format=rss2') %] + + + [% timestamp %] [% FOREACH review IN reviews %] - New comment on [% review.title |html %] [% FOREACH subtitl IN review.subtitle %], [% subtitl.subfield |html %][% END %] - [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]#comments - [% END %][% END %] + [% t('New comment on') %] [% review.title |html %] [% FOREACH subtitl IN review.subtitle %], [% subtitl.subfield |html %][% END %] + [% OPACBaseURL %][% t('/cgi-bin/koha/opac-detail.pl?biblionumber=') %][% review.biblionumber %][% t('#comments') %] + [% END %][% END %] -[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( review.content_identifier_exists ) %][% IF ( using_https ) %] +[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( review.content_identifier_exists ) %][% IF ( using_https ) %] [% ELSE %] - + [% END %][% END %][% END %][% END %] [% bt_id = ( review.normalized_upc || review.normalized_isbn ) %] -[% IF ( BakerTaylorEnabled && bt_id ) %]See Baker & Taylor[% END %] - [% IF ( review.author ) %]

    By [% review.author |html %].

    [% END %] +[% IF ( BakerTaylorEnabled && bt_id ) %][% t('See Baker & Taylor') %][% END %] + [% IF ( review.author ) %]

    [% t('By') %] [% review.author |html %].

    [% END %]

    [% IF ( review.place ) %][% review.place |html %] [% END %][% IF ( review.publishercode ) %][% review.publishercode |html %][% END %][% IF ( review.publicationyear ) %] [% review.publicationyear |html %] [% ELSE %][% IF ( review.copyrightdate ) %] [% review.copyrightdate |html %][% END %][% END %] [% IF ( review.pages ) %]. [% review.pages |html %][% END %] [% IF ( review.notes ) %], [% review.notes |html %][% END %] [% IF ( review.size ) %] [% review.size |html %]. [% END %] [% IF ( review.isbn ) %] [% review.isbn |html %][% END %]

    -

    [% IF ( review.borrowernumber && ShowReviewer ) %][% review.firstname %] [% review.surname %] commented[% ELSE %]Comment[% END %] on [% review.datereviewed | $KohaDates %]: [% review.review |html %]

    +

    [% IF ( review.borrowernumber && ShowReviewer ) %][% review.firstname %] [% review.surname %] [% t('commented') %][% ELSE %][% t('Comment') %][% END %] [% t('on') %] [% review.datereviewed | $KohaDates %]: [% review.review |html %]

    ]]>
    - [% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber %]&reviewid=[% review.reviewid %] - [% review.timestamp %] + [% OPACBaseURL %][% t('/cgi-bin/koha/opac-detail.pl?biblionumber=') %][% review.biblionumber %][% t('&reviewid=') %][% review.reviewid %] + [% review.timestamp %]
    [% END %]
    diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt index 1b40741af8..2cb63683ba 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt @@ -1,19 +1,20 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Recent comments +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Recent comments') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] - + [% INCLUDE 'bodytag.inc' bodyid='opac-showreviews' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %]
    @@ -29,31 +30,31 @@
    [% END %]
    -

    Recent comments Subscribe to recent comments

    +

    [% t('Recent comments') %] [% t('Subscribe to recent comments') %]

    List nameContentsType [% t('List name') %][% t('Contents') %][% t('Type') %] 
    [% s.shelfname |html %][% IF contents.count %][% contents.count %] [% IF contents.count == 1 %]item[% ELSE %]items[% END %][% ELSE %]Empty[% END %][% s.shelfname |html %][% IF contents.count %][% contents.count %] [% IF contents.count == 1 %][% t('item') %][% ELSE %][% t('items') %][% END %][% ELSE %][% t('Empty') %][% END %] [% IF s.is_private %] - [% IF s.is_shared %]Shared[% ELSE %]Private[% END %] + [% IF s.is_shared %][% t('Shared') %][% ELSE %][% t('Private') %][% END %] [% ELSE %] - Public + [% t('Public') %] [% END %] @@ -693,23 +694,23 @@
    - +
    [% END %] [% IF s.is_private AND s.can_be_managed( loggedinusernumber ) AND Koha.Preference('OpacAllowSharingPrivateLists') %] - Share + [% t('Share') %] [% END %] [% IF s.is_shared_with( loggedinusernumber ) %]
    - +
    - [% END %]  + [% END %] 
    [% FOREACH review IN reviews %] @@ -158,10 +159,10 @@
    [% IF ( previous_page_offset ) %] - << Previous + [% t('<< Previous') %] [% ELSE %] [% IF ( previous_page_first ) %] - << Previous + [% t('<< Previous') %] [% END %] [% END %] [% FOREACH PAGE_NUMBER IN PAGE_NUMBERS %] @@ -172,7 +173,7 @@ [% END %] [% END %] [% IF ( next_page_offset ) %] - Next >> + [% t('Next >>') %] [% END %]
    [% END # / IF PAGE_NUMBERS %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt index bc6d13cf92..566f7c199a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -1,12 +1,13 @@ +[% PROCESS 'i18n.inc' %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE AuthorisedValues %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › -[% IF ( op_add ) %]Enter a new purchase suggestion[% END %] -[% IF ( op_else ) %]Purchase Suggestions[% END %] +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] +[% IF ( op_add ) %][% t('Enter a new purchase suggestion') %][% END %] +[% IF ( op_else ) %][% t('Purchase Suggestions') %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -15,9 +16,9 @@
    @@ -31,34 +32,34 @@
    [% IF ( op_add ) %] [% IF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] -

    You cannot place any more suggestions

    -

    You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]). Once the library has processed those suggestions you will be able to place more.

    +

    [% t('You cannot place any more suggestions') %]

    +

    [% t('You have reached your limit of suggestions you can place at this time (') %][% Koha.Preference('MaxOpenSuggestions') %][% t('). Once the library has processed those suggestions you will be able to place more.') %]

    [% ELSE %] -

    Enter a new purchase suggestion

    +

    [% t('Enter a new purchase suggestion') %]

    -

    Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.

    -

    Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.

    +

    [% t('Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.') %]

    +

    [% t('Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you\'re requesting. The "Notes" field can be used to provide any additional information.') %]

      -
    1. -
    2. +
    3. +
    4. -
      - +
      +
    5. -
    6. -
    7. -
    8. -
    9. -
    10. -
    11. +
    12. +
    13. +
    14. +
    15. +
    16. +
    17. [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20 %]
    18. [% IF branchcode %] -
    19. +
    20. @@ -66,9 +67,9 @@ [% END %] [% IF ( patron_reason_loop ) %]
    21. - +
    22. - negcap + [% t('negcap') %]
    @@ -90,7 +91,7 @@
    - Cancel + [% t('Cancel') %]
    [% END %] @@ -99,12 +100,12 @@ [% IF ( op_else ) %]

    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %] - Purchase suggestions + [% t('Purchase suggestions') %] [% ELSE %] [% IF ( loggedinusername ) %] - Your purchase suggestions + [% t('Your purchase suggestions') %] [% ELSE %] - Purchase suggestions + [% t('Purchase suggestions') %] [% END %] [% END %]

    @@ -112,38 +113,38 @@
    [% SWITCH m.code %] [% CASE 'too_many' %] - The suggestion has not been added. You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]). Once the library has processed those suggestions you will be able to place more. + [% t('The suggestion has not been added. You have reached your limit of suggestions you can place at this time (') %][% Koha.Preference('MaxOpenSuggestions') %][% t('). Once the library has processed those suggestions you will be able to place more.') %] [% CASE 'already_exists' %] - The suggestion has not been added. A suggestion with this title already exists. + [% t('The suggestion has not been added. A suggestion with this title already exists.') %] [% CASE 'success_on_inserted' %] - Your suggestion has been submitted. + [% t('Your suggestion has been submitted.') %] [% CASE %] [% m.code %] [% END %]
    [% END %] - [% IF ( deleted ) %]
    The selected suggestions have been deleted.
    [% END %] + [% IF ( deleted ) %]
    [% t('The selected suggestions have been deleted.') %]
    [% END %] [% IF ( suggestions_loop ) %]
    - + [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %] [% IF loggedinusername %] - +
    - +
    [% END %] [% END %] @@ -154,9 +155,9 @@ [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %]
    [% IF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] -

    You have reached your limit of suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') %]).
    Once the library has processed those suggestions you will be able to place more.

    +

    [% t('You have reached your limit of suggestions you can place at this time (') %][% Koha.Preference('MaxOpenSuggestions') %]).
    [% t('Once the library has processed those suggestions you will be able to place more.') %]

    [% ELSE %] - New purchase suggestion + [% t('New purchase suggestion') %] [% END %]
    [% END %] @@ -164,7 +165,7 @@ [% IF ( loggedinusername ) %]
    | - Select suggestions to: + [% t('Select suggestions to:') %]
    [% END %] @@ -172,13 +173,13 @@

    [% IF ( BiblioDefaultViewmarc ) %] - + [% ELSE %] [% IF ( BiblioDefaultViewisbd ) %] - + [% ELSE %] - + [% END %] [% END %] - [% IF ( review.title ) %][% review.title %][% ELSE %]No title[% END %] + [% IF ( review.title ) %][% review.title %][% ELSE %][% t('No title') %][% END %] [% FOREACH subtitl IN review.subtitle %] [% subtitl.subfield |html %][% END %] [% IF ( review.author ) %] - by [% review.author %] + [% t('by') %] [% review.author %] [% END %]

    - Publication: + [% t('Publication:') %] [% IF ( review.place ) %][% review.place %] [% END %] [% IF ( review.publishercode ) %][% review.publishercode %][% END %] [% IF ( review.publicationyear ) %] @@ -74,7 +75,7 @@ [% END %] [% IF ( review.copyrightdate ) %] - Date: + [% t('Date:') %] [% review.copyrightdate %] [% END %]

    @@ -88,10 +89,10 @@ [% END %] [% IF review.your_comment %] - Added [% review.datereviewed | $KohaDates %] by you + [% t('Added') %] [% review.datereviewed | $KohaDates %] [% t('by you') %] [% ELSE %] [% IF ( review.borrowernumber && ShowReviewer != "none" ) %] - Added [% review.datereviewed | $KohaDates %] by + [% t('Added') %] [% review.datereviewed | $KohaDates %] [% t('by') %] [% SWITCH ShowReviewer %] [% CASE 'full' %] [% review.borrtitle %] [% review.firstname %] [% review.surname %] @@ -108,12 +109,12 @@
    [% IF ( review.BiblioDefaultViewmarc ) %] - + [% ELSE %] [% IF ( review.BiblioDefaultViewisbd ) %] - + [% ELSE %] - + [% END %] [% END %] @@ -121,15 +122,15 @@ [% IF ( review.normalized_isbn ) %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %] [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] [% IF ( using_https ) %] - + [% ELSE %] - + [% END %] [% END %] @@ -137,16 +138,16 @@ [% IF ( review.normalized_isbn ) %]
    [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %]
    [% bt_id = ( review.normalized_upc || review.normalized_isbn ) %] [% IF ( BakerTaylorEnabled ) %] [% IF ( bt_id ) %] - See Baker & Taylor + [% t('See Baker & Taylor') %] [% ELSE %] - No cover image available + [% t('No cover image available') %] [% END %] [% END %]
    - [% IF ( loggedinusername ) %][% END %] - - - - [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %][% END %] - [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %][% END %] - + [% IF ( loggedinusername ) %][% END %] + + + + [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %][% END %] + [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %][% END %] + @@ -206,14 +207,14 @@ [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %] @@ -221,7 +222,7 @@ [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %] [% END %] @@ -252,15 +253,15 @@ [% ELSE %] [% UNLESS Koha.Preference( 'OPACViewOthersSuggestions' ) or loggedinusername %] -

    You are not authorized to see pending purchase suggestions.

    +

    [% t('You are not authorized to see pending purchase suggestions.') %]

    [% ELSE %] -

    There are no pending purchase suggestions.

    +

    [% t('There are no pending purchase suggestions.') %]

    [% END %] [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] [% IF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %] -

    You have reached your limit of suggestions you can place at this time.
    Once the library has processed those suggestions you will be able to place more.

    +

    [% t('You have reached your limit of suggestions you can place at this time.') %]
    [% t('Once the library has processed those suggestions you will be able to place more.') %]

    [% ELSE %] -

    New purchase suggestion

    +

    [% t('New purchase suggestion') %]

    [% END %] [% END %] [% END # / IF suggestions_loop %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt index 7a07171728..2bae50c3fa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Tags +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog › Tags') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %]
     SummarySuggested onNoteSuggested forManaged byStatus [% t('Summary') %][% t('Suggested on') %][% t('Note') %][% t('Suggested for') %][% t('Managed by') %][% t('Status') %]
    [% IF ( suggestions_loo.note ) %] - Note: + [% t('Note:') %] [% suggestions_loo.note |html %] [% END %] [% IF ( suggestions_loo.branchcodesuggestedby ) %] - Suggested for: + [% t('Suggested for:') %] [% suggestions_loo.branchcodesuggestedby %] [% END %] [% IF ( suggestions_loo.surnamemanagedby ) %] - Managed by: + [% t('Managed by:') %] [% suggestions_loo.surnamemanagedby %] [% IF ( suggestions_loo.firstnamemanagedby ) %] , [% suggestions_loo.firstnamemanagedby %] [% END %] @@ -229,13 +230,13 @@ - Status: - [% IF ( suggestions_loo.ASKED ) %]Requested - [% ELSIF ( suggestions_loo.CHECKED ) %]Checked by the library - [% ELSIF ( suggestions_loo.ACCEPTED ) %]Accepted by the library - [% ELSIF ( suggestions_loo.ORDERED ) %]Ordered by the library - [% ELSIF ( suggestions_loo.REJECTED ) %]Suggestion declined - [% ELSIF ( suggestions_loo.AVAILABLE ) %]Available in the library + [% t('Status:') %] + [% IF ( suggestions_loo.ASKED ) %][% t('Requested') %] + [% ELSIF ( suggestions_loo.CHECKED ) %][% t('Checked by the library') %] + [% ELSIF ( suggestions_loo.ACCEPTED ) %][% t('Accepted by the library') %] + [% ELSIF ( suggestions_loo.ORDERED ) %][% t('Ordered by the library') %] + [% ELSIF ( suggestions_loo.REJECTED ) %][% t('Suggestion declined') %] + [% ELSIF ( suggestions_loo.AVAILABLE ) %][% t('Available in the library') %] [% ELSE %] [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestions_loo.STATUS, 1 ) %] [% END %] [% IF ( suggestions_loo.reason ) %]([% suggestions_loo.reason |html %])[% END %]