From a4359dc40f9d19c10585301f2dbe301fbe775a59 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 25 Jun 2018 09:03:37 +0200 Subject: [PATCH] Bug 20988: koha-tmpl/opac-tmpl/bootstrap/en/modules --- .../bootstrap/en/modules/clubs/clubs-tab.tt | 27 +- .../bootstrap/en/modules/clubs/enroll.tt | 7 +- .../bootstrap/en/modules/errors/errorpage.tt | 47 +- .../opac-tmpl/bootstrap/en/modules/ilsdi.tt | 1323 +++++++++-------- .../bootstrap/en/modules/maintenance.tt | 7 +- .../bootstrap/en/modules/sci/sci-main.tt | 66 +- .../bootstrap/en/modules/sco/help.tt | 33 +- .../bootstrap/en/modules/sco/printslip.tt | 3 +- .../bootstrap/en/modules/sco/sco-main.tt | 129 +- .../bootstrap/en/modules/svc/suggestion.tt | 13 +- .../en/modules/text/explodedterms.tt | 7 +- 11 files changed, 836 insertions(+), 826 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt index 00ce135f2f..0588260388 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/clubs-tab.tt @@ -1,16 +1,17 @@ +[% PROCESS 'i18n.inc' %] [% USE KohaDates %] [% IF enrollments %] -

Clubs currently enrolled in

+

[% t('Clubs currently enrolled in') %]

- - - - + + + + @@ -23,10 +24,10 @@ @@ -37,14 +38,14 @@ [% IF clubs %] -

Clubs you can enroll in

+

[% t('Clubs you can enroll in') %]

NameDescriptionDate enrolled [% t('Name') %][% t('Description') %][% t('Date enrolled') %] 
[% IF e.club.club_template.is_enrollable_from_opac %] [% ELSE %] - Contact your library to be disenrolled from this club. + [% t('Contact your library to be disenrolled from this club.') %] [% END %]
- - - + + + @@ -56,10 +57,10 @@ diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt index ce9531d4ef..042597e37c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt @@ -1,8 +1,9 @@ +[% PROCESS 'i18n.inc' %] [% USE AuthorisedValues %] [% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]

- Enroll in [% club.name %] + [% t('Enroll in') %] [% club.name %]

@@ -28,8 +29,8 @@ [% END %]
  • - - Cancel + + [% t('Cancel') %]
  • diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt index b0023d8320..ef39df9f2a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › An error has occurred +[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %][% t('Koha online') %][% END %] [% t('catalog ›') %] [% t('An error has occurred') %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -8,8 +9,8 @@
    @@ -25,49 +26,49 @@
    [% END %]
    -

    Sorry, the requested page is not available

    -

    Error [% errno %]

    -

    This message can have the following reason(s):

    +

    [% t('Sorry, the requested page is not available') %]

    +

    [% t('Error') %] [% errno %]

    +

    [% t('This message can have the following reason(s):') %]

      [% IF ( errno == 400 ) %] -
    • The link is broken and the page does not exist.
    • +
    • [% t('The link is broken and the page does not exist.') %]
    • [% END %] [% IF ( errno == 401 ) %] -
    • You are not authorized to view this page.
    • +
    • [% t('You are not authorized to view this page.') %]
    • [% END %] [% IF ( errno == 402 ) %] -
    • The link is invalid.
    • +
    • [% t('The link is invalid.') %]
    • [% END %] [% IF ( errno == 403 ) %] -
    • You are forbidden to view this page.
    • +
    • [% t('You are forbidden to view this page.') %]
    • [% END %] [% IF ( errno == 404 ) %] -
    • You made use of an external link to a catalog item that is no longer available.
    • -
    • You followed an outdated link e.g. from a search engine or a bookmark.
    • -
    • You tried to access a page that needs authentication.
    • -
    • An internal link in our catalog home page is broken and the page does not exist.
    • +
    • [% t('You made use of an external link to a catalog item that is no longer available.') %]
    • +
    • [% t('You followed an outdated link e.g. from a search engine or a bookmark.') %]
    • +
    • [% t('You tried to access a page that needs authentication.') %]
    • +
    • [% t('An internal link in our catalog home page is broken and the page does not exist.') %]
    • [% END %] [% IF ( errno == 500 ) %] -
    • An error occurred while processing your request.
    • +
    • [% t('An error occurred while processing your request.') %]
    • [% END %]
    -

    What's next?

    +

    [% t('What\'s next?') %]

      [% IF ( errno == 401 ) && ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] -
    • Please log in to the catalog and try again. Login page
    • +
    • [% t('Please log in to the catalog and try again.') %] [% t('Login page') %]
    • [% END %] -
    • You can use the menu and links at the top of the page
    • -
    • You can search our catalog using the search form at the top of this page.
    • -
    • Return to the catalog home page.
    • +
    • [% t('You can use the menu and links at the top of the page') %]
    • +
    • [% t('You can search our catalog using the search form at the top of this page.') %]
    • +
    • [% t('Return to the catalog home page.') %]
    -

    Report issues and broken links

    +

    [% t('Report issues and broken links') %]

      -
    • To report this error, please contact the Koha Administrator. - Send email.
    • +
    • [% t('To report this error, please contact the Koha Administrator.') %] + [% t('Send email') %].
    diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt index f62f310272..5a5d0b9caf 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt @@ -1,32 +1,33 @@ +[% 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 ( GetAvailability ) %] - ILS-DI › GetAvailability + [% t('ILS-DI › GetAvailability') %] [% ELSIF ( GetRecords ) %] - ILS-DI › GetRecords + [% t('ILS-DI › GetRecords') %] [% ELSIF ( GetAuthorityRecords ) %] - ILS-DI › GetAuthorityRecords + [% t('ILS-DI › GetAuthorityRecords') %] [% ELSIF ( LookupPatron ) %] - ILS-DI › LookupPatron + [% t('ILS-DI › LookupPatron') %] [% ELSIF ( AuthenticatePatron ) %] - ILS-DI › AuthenticatePatron + [% t('ILS-DI › AuthenticatePatron') %] [% ELSIF ( GetPatronInfo ) %] - ILS-DI › GetPatronInfo + [% t('ILS-DI › GetPatronInfo') %] [% ELSIF ( GetPatronStatus ) %] - ILS-DI › GetPatronStatus + [% t('ILS-DI › GetPatronStatus') %] [% ELSIF ( GetServices ) %] - ILS-DI › GetServices + [% t('ILS-DI › GetServices') %] [% ELSIF ( RenewLoan ) %] - ILS-DI › RenewLoan + [% t('ILS-DI › RenewLoan') %] [% ELSIF ( HoldTitle ) %] - ILS-DI › HoldTitle + [% t('ILS-DI › HoldTitle') %] [% ELSIF ( HoldItem ) %] - ILS-DI › HoldItem + [% t('ILS-DI › HoldItem') %] [% ELSIF ( CancelHold ) %] - ILS-DI › CancelHold + [% t('ILS-DI › CancelHold') %] [% ELSE %] - ILS-DI + [% t('ILS-DI') %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] @@ -36,45 +37,45 @@
    NameDescription [% t('Name') %][% t('Description') %] 
    [% IF !c.club_template.is_email_required || ( c.club_template.is_email_required && borrower.first_valid_email_address ) %] [% ELSE %] - You must have an email address to enroll + [% t('You must have an email address to enroll') %] [% END %]