Bugzilla – Attachment 76349 Details for
Bug 20988
[OMNIBUS] Internationalization: wrap all translatable text inside t() calls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20988: koha-tmpl/intranet-tmpl/prog/en/modules/members
Bug-20988-koha-tmplintranet-tmplprogenmodulesmembe.patch (text/plain), 311.54 KB, created by
Julian Maurice
on 2018-06-25 07:22:48 UTC
(
hide
)
Description:
Bug 20988: koha-tmpl/intranet-tmpl/prog/en/modules/members
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2018-06-25 07:22:48 UTC
Size:
311.54 KB
patch
obsolete
>From b4bf0f3095dc533e60990bbf017c9eefeb6e6f74 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 25 Jun 2018 08:48:13 +0200 >Subject: [PATCH] Bug 20988: koha-tmpl/intranet-tmpl/prog/en/modules/members > >--- > .../en/modules/members/accountline-details.tt | 55 +- > .../prog/en/modules/members/apikeys.tt | 43 +- > .../prog/en/modules/members/boraccount.tt | 45 +- > .../prog/en/modules/members/deletemem.tt | 27 +- > .../prog/en/modules/members/discharge.tt | 25 +- > .../prog/en/modules/members/discharges.tt | 19 +- > .../prog/en/modules/members/files.tt | 33 +- > .../prog/en/modules/members/holdshistory.tt | 49 +- > .../prog/en/modules/members/housebound.tt | 233 ++++----- > .../prog/en/modules/members/mancredit.tt | 31 +- > .../prog/en/modules/members/maninvoice.tt | 39 +- > .../prog/en/modules/members/member-flags.tt | 15 +- > .../en/modules/members/member-password.tt | 39 +- > .../prog/en/modules/members/member.tt | 113 ++--- > .../prog/en/modules/members/memberentrygen.tt | 473 +++++++++--------- > .../prog/en/modules/members/members-update.tt | 135 ++--- > .../prog/en/modules/members/merge-patrons.tt | 93 ++-- > .../en/modules/members/moremember-brief.tt | 47 +- > .../en/modules/members/moremember-print.tt | 73 +-- > .../en/modules/members/moremember-receipt.tt | 33 +- > .../prog/en/modules/members/moremember.tt | 287 +++++------ > .../prog/en/modules/members/nl-search.tt | 109 ++-- > .../prog/en/modules/members/notices.tt | 37 +- > .../prog/en/modules/members/pay.tt | 85 ++-- > .../prog/en/modules/members/paycollect.tt | 65 +-- > .../prog/en/modules/members/printfeercpt.tt | 47 +- > .../prog/en/modules/members/printinvoice.tt | 43 +- > .../modules/members/purchase-suggestions.tt | 39 +- > .../prog/en/modules/members/readingrec.tt | 47 +- > .../prog/en/modules/members/routing-lists.tt | 21 +- > .../prog/en/modules/members/statistics.tt | 35 +- > .../prog/en/modules/members/update-child.tt | 13 +- > 32 files changed, 1227 insertions(+), 1221 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >index 92e01eb9dd..2231517d8c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt >@@ -1,17 +1,18 @@ >+[% PROCESS 'i18n.inc' %] > [%- USE Price -%] > [%- USE KohaDates -%] > [%- USE AuthorisedValues -%] > [%- USE Branches -%] > > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %]</title> >+<title>[% t('Koha ⺠Patrons ⺠Account for') %] [% INCLUDE 'patron-title.inc' %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="pat_discharges" class="pat"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account for [% INCLUDE 'patron-title.inc' %]</a> › Details for account line [% accountline.id %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> ⺠<a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Account for') %] [% INCLUDE 'patron-title.inc' %]</a> [% t('⺠Details for account line') %] [% accountline.id %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> >@@ -19,19 +20,19 @@ > <div class="yui-b"> > [% IF accountline %] > [% IF type == 'credit' %] >- <h2>Details for payment</h2> >+ <h2>[% t('Details for payment') %]</h2> > [% ELSIF type == 'debit' %] >- <h2>Details for fee</h2> >+ <h2>[% t('Details for fee') %]</h2> > [% END %] > > <table id="table_account_fines"> > <thead> > <tr> >- <th class="title-string">Date</th> >- <th>Description of charges</th> >- <th>Note</th> >- <th>Amount</th> >- <th>Outstanding</th> >+ <th class="title-string">[% t('Date') %]</th> >+ <th>[% t('Description of charges') %]</th> >+ <th>[% t('Note') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Outstanding') %]</th> > </tr> > </thead> > >@@ -49,10 +50,10 @@ > , [% accountline.description %] > [%- END -%] > >- >+  > [% IF ( accountline.itemnumber ) %] > [% SET biblio = accountline.item.biblio %] >- <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber %]&itemnumber=[% accountline.itemnumber %]">[% biblio.title |html %]</a> >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber %]&itemnumber=[% accountline.itemnumber %]">[% biblio.title |html %]</a> > [% END %] > </td> > >@@ -72,26 +73,26 @@ > </table> > > [% IF type == 'credit' %] >- <h3>Fees paid</h3> >+ <h3>[% t('Fees paid') %]</h3> > [% ELSIF type == 'debit' %] >- <h3>Payments</h3> >+ <h3>[% t('Payments') %]</h3> > [% END %] > > [% IF account_offsets %] > <table class="accountline-offsets-table" id="accountline-debits-table"> > <thead> > <tr> >- <th>Date created</th> >- <th>Date updated</th> >- <th>Amount</th> >- <th>Amount outstanding</th> >- <th>Type</th> >- <th>Note</th> >- <th>Transacting librarian</th> >- <th>Date/Time of change</th> >- <th>Amount of change</th> >- <th>Type of change</th> >- <th> </th> >+ <th>[% t('Date created') %]</th> >+ <th>[% t('Date updated') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Amount outstanding') %]</th> >+ <th>[% t('Type') %]</th> >+ <th>[% t('Note') %]</th> >+ <th>[% t('Transacting librarian') %]</th> >+ <th>[% t('Date/Time of change') %]</th> >+ <th>[% t('Amount of change') %]</th> >+ <th>[% t('Type of change') %]</th> >+ <th> </th> > </tr> > </thead> > >@@ -115,18 +116,18 @@ > <td>[% ao.created_on | $KohaDates with_hours => 1 %]</td> > <td>[% ao.amount | $Price %]</td> > <td>[% INCLUDE 'account_offset_type.inc' account_offset => ao %]</td> >- <td><a href="accountline-details.pl?accountlines_id=[% offset_accountline.id %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a></td> >+ <td><a href="accountline-details.pl?accountlines_id=[% offset_accountline.id %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> [% t('Details') %]</a></td> > </tr> > [% END %] > [% END %] > </tbody> > </table> > [% ELSE %] >- No details available for this payment. >+ [% t('No details available for this payment.') %] > [% END %] > [% ELSE %] > <div class="dialog message"> >- <p>Account line not found.</p> >+ <p>[% t('Account line not found.') %]</p> > </div> > [% END %] > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt >index 418c7d1dd7..99c7da0727 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt >@@ -1,8 +1,9 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Koha %] > [% USE Asset %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › API Keys</title> >+<title>[% t('Koha ⺠Patrons ⺠API Keys') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="pat_apikeys" class="pat"> >@@ -10,11 +11,11 @@ > [% INCLUDE 'patron-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >- › >- <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> >- › >- API Keys for [% INCLUDE 'patron-title.inc' %] >+ <a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> >+ ⺠>+ <a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> >+ ⺠>+ [% t('API Keys for') %] [% INCLUDE 'patron-title.inc' %] > </div> > > <div id="doc3" class="yui-t2"> >@@ -23,19 +24,19 @@ > <div class="yui-b"> > [% INCLUDE 'members-toolbar.inc' %] > >- <h1>API keys for [% INCLUDE 'patron-title.inc' %]</h1> >+ <h1>[% t('API keys for') %] [% INCLUDE 'patron-title.inc' %]</h1> > <form id="add-api-key" action="/cgi-bin/koha/members/apikeys.pl" method="post" style="display:none"> > <input type="hidden" name="patron_id" value="[% patron.id %]" /> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <input type="hidden" name="op" value="generate" /> > <fieldset class="brief"> >- <legend>Generate new client id/secret pair</legend> >+ <legend>[% t('Generate new client id/secret pair') %]</legend> > <ol> > <li> >- <label for="description">Description: </label> >+ <label for="description">[% t('Description:') %] </label> > <input type="text" name="description" /> > <input type="submit" value="Save" /> >- <a href="#" class="cancel toggle_element" data-element="#add-api-key">Cancel</a> >+ <a href="#" class="cancel toggle_element" data-element="#add-api-key">[% t('Cancel') %]</a> > </li> > </ol> > </fieldset> >@@ -44,16 +45,16 @@ > <div id="keys"> > [% IF api_keys && api_keys.size > 0 %] > <p> >- <button class="btn btn-default btn-xs toggle_element" type="submit" id="show-api-form" data-element="#add-api-key"><i class="fa fa-plus"></i> Generate a new client id/key pair</button> >+ <button class="btn btn-default btn-xs toggle_element" type="submit" id="show-api-form" data-element="#add-api-key"><i class="fa fa-plus"></i> [% t('Generate a new client id/key pair') %]</button> > </p> > <table> > <thead> > <tr> >- <th>Description</th> >- <th>Client ID</th> >- <th>Secret</th> >- <th>Active</th> >- <th>Actions</th> >+ <th>[% t('Description') %]</th> >+ <th>[% t('Client ID') %]</th> >+ <th>[% t('Secret') %]</th> >+ <th>[% t('Active') %]</th> >+ <th>[% t('Actions') %]</th> > </tr> > </thead> > <tbody> >@@ -62,14 +63,14 @@ > <td>[% key.description %]</td> > <td>[% key.client_id %]</td> > <td>[% key.secret %]</td> >- <td>[% IF key.active %]Yes[% ELSE %]No[% END %]</td> >+ <td>[% IF key.active %][% t('Yes') %][% ELSE %][% t('No') %][% END %]</td> > <td> > <form action="/cgi-bin/koha/members/apikeys.pl" method="post"> > <input type="hidden" name="patron_id" value="[% patron.id %]" /> > <input type="hidden" name="key" value="[% key.id %]" /> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <input type="hidden" name="op" value="delete" /> >- <button class="btn btn-default btn-xs delete" type="submit"><i class="fa fa-trash"></i> Delete</button> >+ <button class="btn btn-default btn-xs delete" type="submit"><i class="fa fa-trash"></i> [% t('Delete') %]</button> > </form> > <form action="/cgi-bin/koha/members/apikeys.pl" method="post"> > <input type="hidden" name="patron_id" value="[% patron.id %]" /> >@@ -77,10 +78,10 @@ > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > [% IF key.active %] > <input type="hidden" name="op" value="revoke" /> >- <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-remove"></i> Revoke</button> >+ <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-remove"></i> [% t('Revoke') %]</button> > [% ELSE %] > <input type="hidden" name="op" value="activate" /> >- <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-play"></i> Activate</button> >+ <button class="btn btn-default btn-xs" type="submit"><i class="fa fa-play"></i> [% t('Activate') %]</button> > [% END %] > </form> > </td> >@@ -89,7 +90,7 @@ > </tbody> > </table> > [% ELSE %] >- <div class="dialog message">No keys defined for the current patron. <a href="#" class="toggle_element" data-element="#add-api-key" id="show-api-form"><i class="fa fa-plus"></i> Generate a new client id/secret pair</div> >+ <div class="dialog message">[% t('No keys defined for the current patron.') %] <a href="#" class="toggle_element" data-element="#add-api-key" id="show-api-form"><i class="fa fa-plus"></i> [% t('Generate a new client id/secret pair') %]</div> > [% END %] > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index dc1ff99eb6..95616bf4ed 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE KohaDates %] >@@ -7,7 +8,7 @@ > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Koha ⺠Patrons ⺠Account for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > </head> >@@ -16,7 +17,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Account for [% INCLUDE 'patron-title.inc' %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Account for') %] [% INCLUDE 'patron-title.inc' %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> >@@ -28,25 +29,25 @@ > <!-- The manual invoice and credit buttons --> > <div class="statictabs"> > <ul> >- <li class="active"><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account</a></li> >- <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]" >Pay fines</a></li> >- <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual invoice</a></li> >- <li><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual credit</a></li> >+ <li class="active"><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Account') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Pay fines') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual invoice') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual credit') %]</a></li> > </ul> > <div class="tabs-container"> > <!-- The table with the account items --> > <table id="table_account_fines"> > <thead> > <tr> >- <th class="title-string">Date</th> >- <th>Description of charges</th> >- <th>Note</th> >- <th>Amount</th> >- <th>Outstanding</th> >+ <th class="title-string">[% t('Date') %]</th> >+ <th>[% t('Description of charges') %]</th> >+ <th>[% t('Note') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Outstanding') %]</th> > [% IF ( reverse_col ) %] >- <th>Actions</th> >+ <th>[% t('Actions') %]</th> > [% ELSE %] >- <th> </th> >+ <th> </th> > [% END %] > </tr> > </thead> >@@ -60,23 +61,23 @@ > [% INCLUDE 'accounttype.inc' accountline => account %] > [%- IF account.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) %][% END %] > [%- IF account.description %], [% account.description %][% END %] >- [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.item.biblio.title |html %]</a>[% END %]</td> >+  [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.item.biblio.title |html %]</a>[% END %]</td> > <td>[% account.note | html_line_break %]</td> > [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> > [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td> > <td class="actions"> > [% IF ( account.payment ) %] >- <a target="_blank" href="printfeercpt.pl?action=print&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> Print</a> >+ <a target="_blank" href="printfeercpt.pl?action=print&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> [% t('Print') %]</a> > [% ELSE %] >- <a target="_blank" href="printinvoice.pl?action=print&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> Print</a> >+ <a target="_blank" href="printinvoice.pl?action=print&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> [% t('Print') %]</a> > [% END %] >- <a href="accountline-details.pl?accountlines_id=[% account.accountlines_id %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a> >+ <a href="accountline-details.pl?accountlines_id=[% account.accountlines_id %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> [% t('Details') %]</a> > [% IF ( reverse_col) %] > [% IF ( account.payment ) %] >- <a href="boraccount.pl?action=reverse&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-undo"></i> Reverse</a> >- <a href="boraccount.pl?action=void&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-ban"></i> Void</a> >+ <a href="boraccount.pl?action=reverse&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-undo"></i> [% t('Reverse') %]</a> >+ <a href="boraccount.pl?action=void&accountlines_id=[% account.accountlines_id %]&borrowernumber=[% account.borrowernumber %]" class="btn btn-default btn-xs"><i class="fa fa-ban"></i> [% t('Void') %]</a> > [% ELSE %][% SET footerjs = 1 %] >- >+  > [% END %] > [% END %] > </td> >@@ -85,11 +86,11 @@ > [% END %] > <tfoot> > <tr> >- <td colspan="4">Total due</td> >+ <td colspan="4">[% t('Total due') %]</td> > [% IF ( totalcredit ) %] > <td class="credit" style="text-align: right;">[% total | $Price %]</td> > [% ELSE %] >- <td class="debit"style="text-align: right;">[% total | $Price %]</td> >+ <td class="debit" style="text-align: right;">[% total | $Price %]</td> > [% END %] > <td></td> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt >index 4d39a1bcf7..4579eceb4e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt >@@ -1,16 +1,17 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Price %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Delete patron [% patron.firstname %] [% patron.surname %]</title> >+<title>[% t('Koha ⺠Delete patron') %] [% patron.firstname %] [% patron.surname %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="pat_deletemem" class="pat"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Delete patron [% patron.firstname %] [% patron.surname %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Delete patron') %] [% patron.firstname %] [% patron.surname %]</div> > <div id="doc3" class="yui-t2"> > > <div id="bd"> >@@ -19,39 +20,39 @@ > [% INCLUDE 'members-toolbar.inc' %] > [% IF ( ItemsOnIssues || charges || guarantees ) %] > <div class="dialog alert"> >- <h3>Cannot delete patron</h3> >+ <h3>[% t('Cannot delete patron') %]</h3> > <ul> > [% IF ( ItemsOnIssues ) %] >- <li>Patron has [% ItemsOnIssues %] item(s) checked out.</li> >+ <li>[% t('Patron has') %] [% ItemsOnIssues %] [% t('item(s) checked out.') %]</li> > [% END %] > [% IF ( charges ) %] >- <li>Patron has [% charges | $Price %] in fines.</li> >+ <li>[% t('Patron has') %] [% charges | $Price %] [% t('in fines.') %]</li> > [% END %] > [% IF ( guarantees ) %] >- <li>Patron's record has guaranteed accounts attached.</li> >+ <li>[% t('Patron\'s record has guaranteed accounts attached.') %]</li> > [% END %] > </ul> > </div> > [% ELSIF op == 'delete_confirm' and patron %] > [%# TODO add "patron does not exist" unless patron %] > <div class="dialog alert"> >- <h3>Are you sure you want to delete the patron [% patron.firstname %] [% patron.surname %]? This cannot be undone.</h3> >+ <h3>[% t('Are you sure you want to delete the patron') %] [% patron.firstname %] [% patron.surname %][% t('? This cannot be undone.') %]</h3> > <form action="/cgi-bin/koha/members/deletemem.pl"> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> >- <input type="hidden" name="member" value="[% patron.borrowernumber %]"/> >+ <input type="hidden" name="member" value="[% patron.borrowernumber %]" /> > <input type="hidden" name="op" value="delete_confirmed" /> >- <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete</button> >+ <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> [% t('Yes, delete') %]</button> > </form> > <form action="/cgi-bin/koha/members/moremember.pl"> >- <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]"/> >- <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> >+ <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> >+ <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> [% t('No, do not delete') %]</button> > </form> > </div> > [% END %] > [% IF ( keeplocal ) %] > <div class="dialog message"> >- <h3>Remote record deleted, local record kept</h3> >- <p>Patron was marked for deletion from Norwegian national patron database, but the local record was kept.</p> >+ <h3>[% t('Remote record deleted, local record kept') %]</h3> >+ <p>[% t('Patron was marked for deletion from Norwegian national patron database, but the local record was kept.') %]</p> > </div> > [% END %] > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >index 27a4cdda24..64f08b8335 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE KohaDates %] > [% USE AuthorisedValues %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › [% UNLESS blocking_error %]Discharge for [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])[% END %]</title> >+<title>[% t('Koha ⺠Patrons âº') %] [% UNLESS blocking_error %][% t('Discharge for') %] [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])[% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="discharge" class="discharge"> >@@ -12,9 +13,9 @@ > [% INCLUDE 'patron-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >-› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> >-› [% UNLESS blocking_error %]Discharge for [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])[% END %] >+ <a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> >+⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> >+⺠[% UNLESS blocking_error %][% t('Discharge for') %] [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])[% END %] > </div> > > <div id="doc3" class="yui-t1"> >@@ -22,20 +23,20 @@ > <div id="yui-main"> > <div class="yui-b"> > <div class="yui-g"> >-<h3>Discharge</h3> >+<h3>[% t('Discharge') %]</h3> > [% FOR message IN messages %] > <div class="dialog [% message.type %]"> > [% IF message.code == "unable_to_generate_pdf" %] >- An error occurs when generating the pdf file. >- Please contact the administrator to resolve this problem. >+ [% t('An error occurs when generating the pdf file.') %] >+ [% t('Please contact the administrator to resolve this problem.') %] > [% END %] > </div> > [% END %] > [% UNLESS can_be_discharged %] >- <p>Cannot edit discharge: the patron has checked out items.</p> >+ <p>[% t('Cannot edit discharge: the patron has checked out items.') %]</p> > [% ELSE %] > [% IF patron.holds.count %] >- <p>Borrower has reserves: they will be canceled if the discharge is generated.</p> >+ <p>[% t('Borrower has reserves: they will be canceled if the discharge is generated.') %]</p> > [% END %] > <form method="post"> > <input type="submit" value="Generate discharge" name="discharge" /> >@@ -44,12 +45,12 @@ > [% END %] > > [% IF validated_discharges %] >- <h2>Already validated discharges</h2> >+ <h2>[% t('Already validated discharges') %]</h2> > <table> > <thead> > <tr> >- <th>Requested</th> >- <th>Validated</th> >+ <th>[% t('Requested') %]</th> >+ <th>[% t('Validated') %]</th> > </tr> > </thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt >index f4456ae61d..a42c87a61c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt >@@ -1,9 +1,10 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Branches %] > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Pending discharge requests</title> >+<title>[% t('Koha ⺠Patrons ⺠Pending discharge requests') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > </head> >@@ -11,22 +12,22 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Pending discharge requests</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Pending discharge requests') %]</div> > > <div class="main container-fluid"> > <div class="row"> > <div class="col-md-8 col-md-offset-2"> > > [% IF pending_discharges %] >- <h2>Pending discharge requests</h2> >+ <h2>[% t('Pending discharge requests') %]</h2> > <div id="pending_updates"> > <table> > <thead> > <tr> >- <th>Patron</th> >- <th>Library</th> >- <th class="title-string">Date requested</th> >- <th>Allow</th> >+ <th>[% t('Patron') %]</th> >+ <th>[% t('Library') %]</th> >+ <th class="title-string">[% t('Date requested') %]</th> >+ <th>[% t('Allow') %]</th> > </tr> > </thead> > <tbody> >@@ -35,7 +36,7 @@ > <td><a href="/cgi-bin/koha/members/discharge.pl?borrowernumber=[% d.borrower.borrowernumber %]">[% d.borrower.surname %], [% d.borrower.firstname %]</a></td> > <td>[% d.borrower.branchcode.branchname %]</td> > <td><span title="[% d.needed %]">[% d.needed | $KohaDates %]</span></td> >- <td><a class="btn btn-xs btn-default" href="/cgi-bin/koha/members/discharges.pl?op=allow&borrowernumber=[% d.borrower.borrowernumber %]"><i class="fa fa-check"></i> Allow</a></td> >+ <td><a class="btn btn-xs btn-default" href="/cgi-bin/koha/members/discharges.pl?op=allow&borrowernumber=[% d.borrower.borrowernumber %]"><i class="fa fa-check"></i> [% t('Allow') %]</a></td> > </tr> > [% END %] > </tbody> >@@ -43,7 +44,7 @@ > </div> > [% ELSE %] > <div class="dialog message"> >- <p>There are no pending discharge requests.</p> >+ <p>[% t('There are no pending discharge requests.') %]</p> > </div> > [% END %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >index a046fb3b16..d9908695b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE KohaDates %] > [% USE Branches %] > [% USE AuthorisedValues %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Files for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Files for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -12,7 +13,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Files for [% INCLUDE 'patron-title.inc' %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Files for') %] [% INCLUDE 'patron-title.inc' %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> >@@ -20,12 +21,12 @@ > <div class="yui-b"> > [% INCLUDE 'members-toolbar.inc' %] > >- <h1>Files</h1> >+ <h1>[% t('Files') %]</h1> > > [% IF errors %] > <div class="dialog alert"> >- [% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %] >- [% IF errors.no_file %]You did not select a file to upload.[% END %] >+ [% IF errors.empty_upload %][% t('The file you are attempting to upload has no contents.') %][% END %] >+ [% IF errors.no_file %][% t('You did not select a file to upload.') %][% END %] > </div> > [% END %] > >@@ -33,44 +34,44 @@ > <table> > <thead> > <tr> >- <th>Name</th> >- <th>Type</th> >- <th>Description</th> >- <th>Uploaded</th> >- [% IF CAN_user_borrowers_edit_borrowers %]<th> </th>[% END %] >+ <th>[% t('Name') %]</th> >+ <th>[% t('Type') %]</th> >+ <th>[% t('Description') %]</th> >+ <th>[% t('Uploaded') %]</th> >+ [% IF CAN_user_borrowers_edit_borrowers %]<th> </th>[% END %] > </tr> > </thead> > > <tbody> > [% FOREACH f IN files %] > <tr> >- <td><a href="?borrowernumber=[% patron.borrowernumber %]&op=download&file_id=[% f.file_id %]">[% f.file_name %]</a></td> >+ <td><a href="?borrowernumber=[% patron.borrowernumber %]&op=download&file_id=[% f.file_id %]">[% f.file_name %]</a></td> > <td>[% f.file_type %]</td> > <td>[% f.file_description %]</td> > <td>[% f.date_uploaded | $KohaDates %]</td> >- [% IF CAN_user_borrowers_edit_borrowers %]<td><a class="btn btn-default btn-xs confirmdelete" href="?borrowernumber=[% patron.borrowernumber %]&op=delete&file_id=[% f.file_id %]"><i class="fa fa-trash"></i> Delete</a></td>[% END %] >+ [% IF CAN_user_borrowers_edit_borrowers %]<td><a class="btn btn-default btn-xs confirmdelete" href="?borrowernumber=[% patron.borrowernumber %]&op=delete&file_id=[% f.file_id %]"><i class="fa fa-trash"></i> [% t('Delete') %]</a></td>[% END %] > </tr> > [% END %] > </tbody> > </table> > [% ELSE %] > <div class="dialog message"> >- <p>This patron has no files attached.</p> >+ <p>[% t('This patron has no files attached.') %]</p> > </div> > [% END %] > > <form method="post" action="/cgi-bin/koha/members/files.pl" enctype="multipart/form-data"> > <fieldset class="rows"> >- <legend>Upload new file</legend> >+ <legend>[% t('Upload new file') %]</legend> > <ol> > <li><input type="hidden" name="op" value="upload" /> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> > <input type="hidden" name="MAX_FILE_SIZE" value="2000000" /> > >- <label for="description">Description:</label> >+ <label for="description">[% t('Description:') %]</label> > <input name="description" id="description" type="text" /></li> > >- <li><label for="uploadfile">File:</label><input name="uploadfile" type="file" id="uploadfile" /></li> >+ <li><label for="uploadfile">[% t('File:') %]</label><input name="uploadfile" type="file" id="uploadfile" /></li> > > </ol> > <fieldset class="action"><input name="upload" type="submit" id="upload" value="Upload file" /></fieldset> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index f2e8ebbf5f..a8dcc7ae67 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE KohaDates %] > [% USE Koha %] >@@ -6,7 +7,7 @@ > [% USE ColumnsSettings %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Holds history for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > </head> >@@ -15,36 +16,36 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Holds history for [% INCLUDE 'patron-title.inc' %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Holds history for') %] [% INCLUDE 'patron-title.inc' %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> > [% INCLUDE 'members-toolbar.inc' %] >-<h1>Holds history</h1> >+<h1>[% t('Holds history') %]</h1> > > [% UNLESS Koha.Preference('intranetreadinghistory') %] >- <div class="dialog alert">Staff members are not allowed to access patron's holds history</div> >+ <div class="dialog alert">[% t('Staff members are not allowed to access patron\'s holds history') %]</div> > [% ELSIF is_anonymous %] >- <div class="dialog alert">This is the anonymous patron, so no holds history is displayed.</div> >+ <div class="dialog alert">[% t('This is the anonymous patron, so no holds history is displayed.') %]</div> > [% ELSIF ( !holds ) %] >- <div class="dialog message">This patron has no holds history.</div> >+ <div class="dialog message">[% t('This patron has no holds history.') %]</div> > [% ELSE %] > > <div id="holdshistory" style="overflow:hidden"> > <table id="table_holdshistory"> > <thead> >- <th class="anti-the">Title</th> >- <th>Author</th> >- <th>Barcode</th> >- <th>Library</th> >- <th class="title-string">Hold date</th> >- <th class="title-string">Expiration date</th> >- <th class="title-string">Waiting date</th> >- <th class="title-string">Cancellation date</th> >- <th>Item type</th> >- <th>Status</th> >+ <th class="anti-the">[% t('Title') %]</th> >+ <th>[% t('Author') %]</th> >+ <th>[% t('Barcode') %]</th> >+ <th>[% t('Library') %]</th> >+ <th class="title-string">[% t('Hold date') %]</th> >+ <th class="title-string">[% t('Expiration date') %]</th> >+ <th class="title-string">[% t('Waiting date') %]</th> >+ <th class="title-string">[% t('Cancellation date') %]</th> >+ <th>[% t('Item type') %]</th> >+ <th>[% t('Status') %]</th> > </thead> > <tbody> > [% FOREACH hold IN holds %] >@@ -57,35 +58,35 @@ > [% IF hold.expirationdate %] > <span title="[% hold.expirationdate %]">[% hold.expirationdate | $KohaDates %]</span> > [% ELSE %] >- <span title="0000-00-00"></span> >+ <span title="[% t('0000-00-00') %]"></span> > [% END %] > </td> > <td> > [% IF hold.waitingdate %] > <span title="[% hold.waitingdate %]">[% hold.waitingdate | $KohaDates %]</span> > [% ELSE %] >- <span title="0000-00-00"></span> >+ <span title="[% t('0000-00-00') %]"></span> > [% END %] > </td> > <td> > [% IF hold.cancellationdate %] > <span title="[% hold.cancellationdate %]">[% hold.cancellationdate | $KohaDates %]</span> > [% ELSE %] >- <span title="0000-00-00"></span> >+ <span title="[% t('0000-00-00') %]"></span> > [% END %] > </td> > <td>[% hold.itemtype %]</td> > <td> > [% IF hold.found == 'F' %] >- Fulfilled >+ [% t('Fulfilled') %] > [% ELSIF hold.cancellationdate %] >- Cancelled >+ [% t('Cancelled') %] > [% ELSIF hold.found == 'W' %] >- Waiting >+ [% t('Waiting') %] > [% ELSIF hold.found == 'T' %] >- In transit >+ [% t('In transit') %] > [% ELSE %] >- Pending >+ [% t('Pending') %] > [% END %] > </td> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >index 696760d01e..36e6326597 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE KohaDates %] >@@ -5,7 +6,7 @@ > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Housebound › Details for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Koha ⺠Housebound ⺠Details for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -14,9 +15,9 @@ > [% INCLUDE 'patron-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >-› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> >-› Details for [% INCLUDE 'patron-title.inc' %] >+ <a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> >+⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> >+[% t('⺠Details for') %] [% INCLUDE 'patron-title.inc' %] > </div> > > <div id="doc3" class="yui-t2"> >@@ -29,36 +30,35 @@ > <div class="yui-g"> > > <!-- Title --> >- <h3>Housebound details for [% INCLUDE 'patron-title.inc' %]</h3> >+ <h3>[% t('Housebound details for') %] [% INCLUDE 'patron-title.inc' %]</h3> > <div class="first"> > > [% FOR m IN messages %] > <div class="dialog [% m.type %]"> > [% SWITCH m.code %] > [% CASE 'error_on_profile_store' %] >- An error occurred whilst updating this housebound profile. >+ [% t('An error occurred whilst updating this housebound profile.') %] > [% CASE 'error_on_profile_create' %] >- An error occurred whilst creating this housebound profile. >+ [% t('An error occurred whilst creating this housebound profile.') %] > [% CASE 'error_on_visit_load' %] >- An error occurred whilst loading the housebound visit. >+ [% t('An error occurred whilst loading the housebound visit.') %] > [% CASE 'error_on_visit_delete' %] >- An error occurred whilst deleting a housebound visit. >+ [% t('An error occurred whilst deleting a housebound visit.') %] > [% CASE 'error_on_visit_store' %] >- An error occurred whilst updating a housebound visit. >+ [% t('An error occurred whilst updating a housebound visit.') %] > [% CASE 'error_on_visit_create' %] >- An error occurred whilst creating a new housebound visit. >+ [% t('An error occurred whilst creating a new housebound visit.') %] > [% CASE %] > [% m.code %] > [% END %] >- Please try again later. >+ [% t('Please try again later.') %] > </div> > [% END %] > > <!-- Create or edit housebound_profile --> > [% IF ( method == 'update_or_create' ) %] >- <h4>Manage housebound profile</h4> >- <form id="editform" method="post" name="editform" >- action="/cgi-bin/koha/members/housebound.pl"> >+ <h4>[% t('Manage housebound profile') %]</h4> >+ <form id="editform" method="post" name="editform" action="/cgi-bin/koha/members/housebound.pl"> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> > [% IF ( housebound_profile ) %] > <input type="hidden" name="method" value="updateconfirm" /> >@@ -66,70 +66,70 @@ > <input type="hidden" name="method" value="createconfirm" /> > [% END %] > <fieldset id="houseboundentry" class="rows"> >- <legend>Housebound details</legend> >+ <legend>[% t('Housebound details') %]</legend> > <ol> > <li> >- <label for="day" class="required">Delivery day:</label> >+ <label for="day" class="required">[% t('Delivery day:') %]</label> > <select id="day" name="day" class="required" required="required"> >- <option value="">Select a day</option> >+ <option value="">[% t('Select a day') %]</option> > [% IF ( housebound_profile ) %] > [% IF ( housebound_profile.day == 'any' ) %] >- <option value="any" selected='selected'>Any</option> >+ <option value="any" selected="selected">[% t('Any') %]</option> > [% ELSE %] >- <option value="any">Any</option> >+ <option value="any">[% t('Any') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'monday' ) %] >- <option value="monday" selected='selected'>Monday</option> >+ <option value="monday" selected="selected">[% t('Monday') %]</option> > [% ELSE %] >- <option value="monday">Monday</option> >+ <option value="monday">[% t('Monday') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'tuesday' ) %] >- <option value="tuesday" selected='selected'>Tuesday</option> >+ <option value="tuesday" selected="selected">[% t('Tuesday') %]</option> > [% ELSE %] >- <option value="tuesday">Tuesday</option> >+ <option value="tuesday">[% t('Tuesday') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'wednesday' ) %] >- <option value="wednesday" selected='selected'>Wednesday</option> >+ <option value="wednesday" selected="selected">[% t('Wednesday') %]</option> > [% ELSE %] >- <option value="wednesday">Wednesday</option> >+ <option value="wednesday">[% t('Wednesday') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'thursday' ) %] >- <option value="thursday" selected='selected'>Thursday</option> >+ <option value="thursday" selected="selected">[% t('Thursday') %]</option> > [% ELSE %] >- <option value="thursday">Thursday</option> >+ <option value="thursday">[% t('Thursday') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'friday' ) %] >- <option value="friday" selected='selected'>Friday</option> >+ <option value="friday" selected="selected">[% t('Friday') %]</option> > [% ELSE %] >- <option value="friday">Friday</option> >+ <option value="friday">[% t('Friday') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'saturday' ) %] >- <option value="saturday" selected='selected'>Saturday</option> >+ <option value="saturday" selected="selected">[% t('Saturday') %]</option> > [% ELSE %] >- <option value="saturday">Saturday</option> >+ <option value="saturday">[% t('Saturday') %]</option> > [% END %] > [% IF ( housebound_profile.day == 'sunday' ) %] >- <option value="sunday" selected='selected'>Sunday</option> >+ <option value="sunday" selected="selected">[% t('Sunday') %]</option> > [% ELSE %] >- <option value="sunday">Sunday</option> >+ <option value="sunday">[% t('Sunday') %]</option> > [% END %] > [% ELSE %] >- <option value="any">Any</option> >- <option value="monday">Monday</option> >- <option value="tuesday">Tuesday</option> >- <option value="wednesday">Wednesday</option> >- <option value="thursday">Thursday</option> >- <option value="friday">Friday</option> >- <option value="saturday">Saturday</option> >- <option value="sunday">Sunday</option> >+ <option value="any">[% t('Any') %]</option> >+ <option value="monday">[% t('Monday') %]</option> >+ <option value="tuesday">[% t('Tuesday') %]</option> >+ <option value="wednesday">[% t('Wednesday') %]</option> >+ <option value="thursday">[% t('Thursday') %]</option> >+ <option value="friday">[% t('Friday') %]</option> >+ <option value="saturday">[% t('Saturday') %]</option> >+ <option value="sunday">[% t('Sunday') %]</option> > [% END %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > <li> >- <label for="frequency" class="required">Frequency:</label> >+ <label for="frequency" class="required">[% t('Frequency:') %]</label> > <select id="frequency" name="frequency" class="required" required="required"> >- <option value="">Select a frequency</option> >+ <option value="">[% t('Select a frequency') %]</option> > [% FOREACH frequency IN AuthorisedValues.GetAuthValueDropbox('HSBND_FREQ') %] > [% IF housebound_profile.frequency == frequency.authorised_value %] > <option value="[% frequency.authorised_value %]" selected="selected">[% frequency.lib %]</option> >@@ -138,49 +138,44 @@ > [% END %] > [% END %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > <li> >- <label for="fav_itemtypes">Preferred materials:</label> >+ <label for="fav_itemtypes">[% t('Preferred materials:') %]</label> > [% IF ( housebound_profile ) %] >- <input id="fav_itemtypes" type="text" size="50" name="fav_itemtypes" >- value="[% housebound_profile.fav_itemtypes %]"> >+ <input id="fav_itemtypes" type="text" size="50" name="fav_itemtypes" value="[% housebound_profile.fav_itemtypes %]"> > [% ELSE %] > <input id="fav_itemtypes" type="text" value="" size="50" name="fav_itemtypes"> > [% END %] > </li> > <li> >- <label for="fav_subjects">Subjects:</label> >+ <label for="fav_subjects">[% t('Subjects:') %]</label> > [% IF ( housebound_profile ) %] >- <input id="fav_subjects" type="text" size="50" name="fav_subjects" >- value="[% housebound_profile.fav_subjects %]"> >+ <input id="fav_subjects" type="text" size="50" name="fav_subjects" value="[% housebound_profile.fav_subjects %]"> > [% ELSE %] > <input id="fav_subjects" type="text" value="" size="50" name="fav_subjects"> > [% END %] > </li> > <li> >- <label for="fav_authors">Authors:</label> >+ <label for="fav_authors">[% t('Authors:') %]</label> > [% IF ( housebound_profile ) %] >- <input id="fav_authors" type="text" size="50" name="fav_authors" >- value="[% housebound_profile.fav_authors %]"> >+ <input id="fav_authors" type="text" size="50" name="fav_authors" value="[% housebound_profile.fav_authors %]"> > [% ELSE %] > <input id="fav_authors" type="text" value="" size="50" name="fav_authors"> > [% END %] > </li> > <li> >- <label for="referral">Referral:</label> >+ <label for="referral">[% t('Referral:') %]</label> > [% IF ( housebound_profile ) %] >- <input id="referral" type="text" size="50" name="referral" >- value="[% housebound_profile.referral %]"> >+ <input id="referral" type="text" size="50" name="referral" value="[% housebound_profile.referral %]"> > [% ELSE %] > <input id="referral" type="text" value="" size="50" name="referral"> > [% END %] > </li> > <li> >- <label for="notes">Notes:</label> >+ <label for="notes">[% t('Notes:') %]</label> > [% IF ( housebound_profile ) %] >- <input id="notes" type="text" size="50" name="notes" >- value="[% housebound_profile.notes %]"> >+ <input id="notes" type="text" size="50" name="notes" value="[% housebound_profile.notes %]"> > [% ELSE %] > <input id="notes" type="text" value="" size="50" name="notes"> > [% END %] >@@ -188,19 +183,17 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> Save changes</button> >- <a class="cancel btn btn-link btn-sm" >- href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber %]"> >- Cancel >+ <button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> [% t('Save changes') %]</button> >+ <a class="cancel btn btn-link btn-sm" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber %]"> >+ [% t('Cancel') %] > </a> > </fieldset> > </form> > > <!-- Create or edit housebound_visit --> > [% ELSIF ( method == 'visit_update_or_create' ) %] >- <h4>Manage housebound deliveries</h4> >- <form name="form" id="instance_form" method="post" >- action="/cgi-bin/koha/members/housebound.pl"> >+ <h4>[% t('Manage housebound deliveries') %]</h4> >+ <form name="form" id="instance_form" method="post" action="/cgi-bin/koha/members/housebound.pl"> > [% IF ( visit ) %] > <input type="hidden" name="method" value="editvisitconfirm" /> > <input type="hidden" name="visit_id" value="[% visit.id %]" /> >@@ -209,60 +202,56 @@ > [% END %] > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> > <fieldset class="rows" id="instance"> >- <legend>Delivery details</legend> >+ <legend>[% t('Delivery details') %]</legend> > <ol> > <li> >- <label for="date" class="required">Date: </label> >+ <label for="date" class="required">[% t('Date:') %] </label> > [% IF ( visit ) %] >- <input type="text" id="date" class="datepicker required" >- value="[% visit.appointment_date | $KohaDates %]" >- name="date" size="20" required="required"/> >+ <input type="text" id="date" class="datepicker required" value="[% visit.appointment_date | $KohaDates %]" name="date" size="20" required="required" /> > [% ELSE %] >- <input type="text" id="date" class="datepicker required" >- value="" name="date" size="20" required="required"/> >+ <input type="text" id="date" class="datepicker required" value="" name="date" size="20" required="required" /> > [% END %] >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > <li> >- <label for="segment" class="required">Time:</label> >- <select id="segment" name="segment" required="required" >- class="required"> >- <option value="">Select a time</option> >+ <label for="segment" class="required">[% t('Time:') %]</label> >+ <select id="segment" name="segment" required="required" class="required"> >+ <option value="">[% t('Select a time') %]</option> > [% IF ( visit ) %] > [% IF ( visit.day_segment == 'morning' ) %] > <option value="morning" selected="selected"> >- Morning >+ [% t('Morning') %] > </option> > [% ELSE %] >- <option value="morning">Morning</option> >+ <option value="morning">[% t('Morning') %]</option> > [% END %] > [% IF ( visit.day_segment == 'afternoon' ) %] > <option value="afternoon" selected="selected"> >- Afternoon >+ [% t('Afternoon') %] > </option> > [% ELSE %] >- <option value="afternoon">Afternoon</option> >+ <option value="afternoon">[% t('Afternoon') %]</option> > [% END %] > [% IF ( visit.day_segment == 'evening' ) %] > <option value="evening" selected="selected"> >- Evening >+ [% t('Evening') %] > </option> > [% ELSE %] >- <option value="evening">Evening</option> >+ <option value="evening">[% t('Evening') %]</option> > [% END %] > [% ELSE %] >- <option value="morning">Morning</option> >- <option value="afternoon">Afternoon</option> >- <option value="evening">Evening</option> >+ <option value="morning">[% t('Morning') %]</option> >+ <option value="afternoon">[% t('Afternoon') %]</option> >+ <option value="evening">[% t('Evening') %]</option> > [% END %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > <li> >- <label for="chooser" class="required"> Chooser:</label> >+ <label for="chooser" class="required"> [% t('Chooser:') %]</label> > <select id="chooser" name="chooser" class="required" required="required"> >- <option value="">Select a chooser</option> >+ <option value="">[% t('Select a chooser') %]</option> > [% IF ( visit ) %] > [% FOREACH chooser IN choosers %] > [% IF ( visit.chooser_brwnumber == chooser.borrowernumber ) %] >@@ -283,12 +272,12 @@ > [% END %] > [% END %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > <li> >- <label for="deliverer" class="required">Deliverer:</label> >+ <label for="deliverer" class="required">[% t('Deliverer:') %]</label> > <select id="deliverer" name="deliverer" class="required" required="required"> >- <option value="">Select a deliverer</option> >+ <option value="">[% t('Select a deliverer') %]</option> > [% IF ( visit ) %] > [% FOREACH deliverer IN deliverers %] > [% IF ( visit.deliverer_brwnumber == deliverer.borrowernumber ) %] >@@ -309,15 +298,14 @@ > [% END %] > [% END %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > </ol> > </fieldset> > <fieldset class="action"> >- <button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> Save</button> >- <a class="cancel" >- href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber %]"> >- Cancel >+ <button type="submit" class="btn btn-default btn-sm"><i class="fa fa-save"></i> [% t('Save') %]</button> >+ <a class="cancel" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber %]"> >+ [% t('Cancel') %] > </a> > </fieldset> > </form> >@@ -327,62 +315,62 @@ > <div class="rows"> > <ol> > <li> >- <span class="label" class="required"> Delivery day:</span> >+ <span class="label" class="required"> [% t('Delivery day:') %]</span> > [% hpd = housebound_profile.day %] > [% IF hpd == 'any' %] >- Any >+ [% t('Any') %] > [% ELSIF hpd == 'monday' %] >- Monday >+ [% t('Monday') %] > [% ELSIF hpd == 'tuesday' %] >- Tuesday >+ [% t('Tuesday') %] > [% ELSIF hpd == 'wednesday' %] >- Wednesday >+ [% t('Wednesday') %] > [% ELSIF hpd == 'thursday' %] >- Thursday >+ [% t('Thursday') %] > [% ELSIF hpd == 'friday' %] >- Friday >+ [% t('Friday') %] > [% ELSIF hpd == 'saturday' %] >- Saturday >+ [% t('Saturday') %] > [% ELSIF hpd == 'sunday' %] >- Sunday >+ [% t('Sunday') %] > [% END %] > </li> > <li> >- <span class="label" class="required">Frequency:</span> >+ <span class="label" class="required">[% t('Frequency:') %]</span> > [% AuthorisedValues.GetByCode( 'HSBND_FREQ', housebound_profile.frequency, 0 ) || housebound_profile.frequency %] > </li> > <li> >- <span class="label">Material:</span> >+ <span class="label">[% t('Material:') %]</span> > [% housebound_profile.fav_itemtypes %] > </li> > <li> >- <span class="label">Subjects:</span> >+ <span class="label">[% t('Subjects:') %]</span> > [% housebound_profile.fav_subjects %] > </li> > <li> >- <span class="label">Authors:</span> >+ <span class="label">[% t('Authors:') %]</span> > [% housebound_profile.fav_authors %] > </li> > <li> >- <span class="label">Referral:</span> >+ <span class="label">[% t('Referral:') %]</span> > [% housebound_profile.referral %] > </li> > <li> >- <span class="label">Notes:</span> >+ <span class="label">[% t('Notes:') %]</span> > [% housebound_profile.notes %] > </li> > </ol> > <div class="action"> >- <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber %]&method=update_or_create"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% patron.borrowernumber %]&method=update_or_create"><i class="fa fa-pencil"></i> [% t('Edit') %]</a> > </div> > </div> > <div> >- <h3>Deliveries</h3> >+ <h3>[% t('Deliveries') %]</h3> > [% housebound_visits = housebound_profile.housebound_visits %] > [% IF housebound_visits.size > 0 %] > <table border="0" width="100%" cellpadding="3" cellspacing="0"> > <tr> >- <th>ID</th><th>Date</th><th>Chooser</th><th>Deliverer</th><th>Actions</th> >+ <th>[% t('ID') %]</th><th>[% t('Date') %]</th><th>[% t('Chooser') %]</th><th>[% t('Deliverer') %]</th><th>[% t('Actions') %]</th> > </tr> > [% FOREACH entry IN housebound_visits %] > <tr> >@@ -399,17 +387,16 @@ > </a> > </td> > <td class="actions"> >- <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&visit_id=[% entry.id %]&borrowernumber=[% patron.borrowernumber %]"><i class="fa fa-pencil"></i> Edit</a> >- <a class="delete btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?method=visit_delete&visit_id=[% entry.id %]&borrowernumber=[% patron.borrowernumber %]"><i class="fa fa-trash"></i> Delete</a> >+ <a class="btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&visit_id=[% entry.id %]&borrowernumber=[% patron.borrowernumber %]"><i class="fa fa-pencil"></i> [% t('Edit') %]</a> >+ <a class="delete btn btn-default btn-xs" href="/cgi-bin/koha/members/housebound.pl?method=visit_delete&visit_id=[% entry.id %]&borrowernumber=[% patron.borrowernumber %]"><i class="fa fa-trash"></i> [% t('Delete') %]</a> > </td> > </tr> > [% END %] > </table> > [% END %] > <div class="action"> >- <a href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&borrowernumber=[% patron.borrowernumber %]" >- class="btn btn-default btn-sm"> >- <i class="fa fa-plus"></i> Add a new delivery >+ <a href="/cgi-bin/koha/members/housebound.pl?method=visit_update_or_create&borrowernumber=[% patron.borrowernumber %]" class="btn btn-default btn-sm"> >+ <i class="fa fa-plus"></i> [% t('Add a new delivery') %] > </a> > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >index 305910f0da..84b0c74186 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >@@ -1,9 +1,10 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Create manual credit</title> >+<title>[% t('Koha ⺠Patrons ⺠Create manual credit') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -11,7 +12,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Manual credit</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Manual credit') %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -23,10 +24,10 @@ > <!-- The manual invoice and credit buttons --> > <div class="statictabs"> > <ul> >- <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account</a></li> >- <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]" >Pay fines</a></li> >- <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual invoice</a></li> >- <li class="active"><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual credit</a></li> >+ <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Account') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Pay fines') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual invoice') %]</a></li> >+ <li class="active"><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual credit') %]</a></li> > </ul> > <div class="tabs-container"> > >@@ -35,18 +36,18 @@ > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > > <fieldset class="rows"> >-<legend>Manual credit</legend><ol> >- <li><label for="type">Credit type: </label><select name="type" id="type"> >-<option value="C">Credit</option> >-<option value="FOR">Forgiven</option> >+<legend>[% t('Manual credit') %]</legend><ol> >+ <li><label for="type">[% t('Credit type:') %] </label><select name="type" id="type"> >+<option value="C">[% t('Credit') %]</option> >+<option value="FOR">[% t('Forgiven') %]</option> > </select></li> >- <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" /></li> >- <li><label for="desc">Description: </label><input type="text" name="desc" size="50" id="desc" /></li> >- <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" /></li> >- <li><label for="amount">Amount: </label><input type="number" name="amount" id="amount" required="required" value="" step="any" min="0" /> Example: 5.00</li> >+ <li><label for="barcode">[% t('Barcode:') %] </label><input type="text" name="barcode" id="barcode" /></li> >+ <li><label for="desc">[% t('Description:') %] </label><input type="text" name="desc" size="50" id="desc" /></li> >+ <li><label for="note">[% t('Note:') %] </label><input type="text" name="note" size="50" id="note" /></li> >+ <li><label for="amount">[% t('Amount:') %] </label><input type="number" name="amount" id="amount" required="required" value="" step="any" min="0" /> [% t('Example: 5.00') %]</li> > </ol></fieldset> > >-<fieldset class="action"><input type="submit" name="add" value="Add credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a></fieldset> >+<fieldset class="action"><input type="submit" name="add" value="Add credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a></fieldset> > </form> > > </div></div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >index 2e139f7c1c..d50eb2f0ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt >@@ -1,9 +1,10 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Create manual invoice</title> >+<title>[% t('Koha ⺠Patrons ⺠Create manual invoice') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -11,7 +12,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Manual invoice</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Manual invoice') %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -23,42 +24,42 @@ > <!-- The manual invoice and credit buttons --> > <div class="statictabs"> > <ul> >- <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account</a></li> >- <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]" >Pay fines</a></li> >- <li class="active"><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual invoice</a></li> >- <li><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual credit</a></li> >+ <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Account') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Pay fines') %]</a></li> >+ <li class="active"><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual invoice') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual credit') %]</a></li> > </ul> > <div class="tabs-container"> > > [% IF ( ERROR ) %] > [% IF ( ITEMNUMBER ) %] >- ERROR an invalid itemnumber was entered, please hit back and try again >+ [% t('ERROR an invalid itemnumber was entered, please hit back and try again') %] > [% END %] > [% ELSE %] > <form action="/cgi-bin/koha/members/maninvoice.pl" method="post" id="maninvoice"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber %]" /> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <fieldset class="rows"> >- <legend>Manual invoice</legend> >+ <legend>[% t('Manual invoice') %]</legend> > <ol> > <li> >- <label for="type">Type: </label> >+ <label for="type">[% t('Type:') %] </label> > <select name="type" id="invoice_type"> >- <option value="L">Lost item</option> >- <option value="F">Fine</option> >- <option value="A">Account management fee</option> >- <option value="N">New card</option> >- <option value="M">Sundry</option> >+ <option value="L">[% t('Lost item') %]</option> >+ <option value="F">[% t('Fine') %]</option> >+ <option value="A">[% t('Account management fee') %]</option> >+ <option value="N">[% t('New card') %]</option> >+ <option value="M">[% t('Sundry') %]</option> > [% FOREACH invoice_types_loo IN invoice_types_loop %] > <option value="[% invoice_types_loo.authorised_value %]">[% invoice_types_loo.authorised_value %]</option> > [% END %] > </select> > </li> >- <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" /></li> >- <li><label for="desc">Description: </label><input type="text" name="desc" id="desc" size="50" /></li> >- <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" /></li> >- <li><label for="amount">Amount: </label><input type="number" name="amount" id="amount" required="required" value="" step="any" min="0" /> Example: 5.00</li> >+ <li><label for="barcode">[% t('Barcode:') %] </label><input type="text" name="barcode" id="barcode" /></li> >+ <li><label for="desc">[% t('Description:') %] </label><input type="text" name="desc" id="desc" size="50" /></li> >+ <li><label for="note">[% t('Note:') %] </label><input type="text" name="note" size="50" id="note" /></li> >+ <li><label for="amount">[% t('Amount:') %] </label><input type="number" name="amount" id="amount" required="required" value="" step="any" min="0" /> [% t('Example: 5.00') %]</li> > </ol></fieldset> >-<fieldset class="action"><input type="submit" name="add" value="Save" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a></fieldset> >+<fieldset class="action"><input type="submit" name="add" value="Save" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a></fieldset> > </form> > > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >index 4d40e0acce..54bbae7267 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >@@ -1,9 +1,10 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% PROCESS 'permissions.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Set permissions for [% patron.surname %], [% patron.firstname %]</title> >+<title>[% t('Koha ⺠Patrons ⺠Set permissions for') %] [% patron.surname %], [% patron.firstname %]</title> > [% Asset.css("css/treeview/jquery.treeview.css") %] > [% INCLUDE 'doc-head-close.inc' %] > </head> >@@ -12,7 +13,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Set permissions for [% patron.surname %], [% patron.firstname %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Set permissions for') %] [% patron.surname %], [% patron.firstname %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -25,7 +26,7 @@ > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <input type="hidden" name="member" id="borrowernumber" value="[% patron.borrowernumber %]" /> > <input type="hidden" name="newflags" value="1" /> >- <h1>Set permissions for [% patron.surname %], [% patron.firstname %]</h1> >+ <h1>[% t('Set permissions for') %] [% patron.surname %], [% patron.firstname %]</h1> > <!-- <ul id="permissionstree"><li class="root">All privileges<ul> --> > <ul id="permissionstree" class="treeview-grey"> > <!-- <li class="folder-close">One level down<ul> --> >@@ -37,14 +38,14 @@ > [% END %] > [% IF ( loo.checked ) %] > [% IF disable_superlibrarian_privs && loo.bit == 0 %] >- <input type="checkbox" disabled="disabled" class="flag parent superlib" id="flag-[% loo.bit %]_disabled" name="flag" value="[% loo.flag %]" checked="checked" title="The system preference ProtectSuperlibrarianPrivileges is enabled" /> >- <input type="hidden" id="flag-[% loo.bit %]" name="flag" value="[% loo.flag %]" > >+ <input type="checkbox" disabled="disabled" class="flag parent superlib" id="flag-[% loo.bit %]_disabled" name="flag" value="[% loo.flag %]" checked="checked" title="[% t('The system preference ProtectSuperlibrarianPrivileges is enabled') %]" /> >+ <input type="hidden" id="flag-[% loo.bit %]" name="flag" value="[% loo.flag %]"> > [% ELSE %] > <input type="checkbox" class="flag parent" id="flag-[% loo.bit %]" name="flag" value="[% loo.flag %]" checked="checked" /> > [% END %] > [% ELSE %] > [% IF disable_superlibrarian_privs && loo.bit == 0 %] >- <input type="checkbox" disabled="disabled" class="flag parent" id="flag-[% loo.bit %]_disabled" name="flag" value="[% loo.flag %]" title="The system preference ProtectSuperlibrarianPrivileges is enabled" /> >+ <input type="checkbox" disabled="disabled" class="flag parent" id="flag-[% loo.bit %]_disabled" name="flag" value="[% loo.flag %]" title="[% t('The system preference ProtectSuperlibrarianPrivileges is enabled') %]" /> > [% ELSE %] > <input type="checkbox" class="flag parent" id="flag-[% loo.bit %]" name="flag" value="[% loo.flag %]" /> > [% END %] >@@ -74,7 +75,7 @@ > <!-- </ul></li></ul> --> > </ul> > >-<fieldset class="action"><input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a></fieldset> >+<fieldset class="action"><input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a></fieldset> > > </form> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >index 250ed4eb99..92b2410036 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt >@@ -1,9 +1,10 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% patron.surname %], [% patron.firstname %][% END %]</title> >+<title>[% t('Koha ⺠Patrons âº') %] [% IF ( newpassword ) %][% t('Password updated') %] [% ELSE %][% t('Update password for') %] [% patron.surname %], [% patron.firstname %][% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -11,7 +12,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %]</a> › [% IF ( newpassword ) %]Password Updated[% ELSE %]Change username and/or password[% END %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> ⺠<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% patron.firstname %] [% patron.surname %]</a> ⺠[% IF ( newpassword ) %][% t('Password Updated') %][% ELSE %][% t('Change username and/or password') %][% END %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -21,7 +22,7 @@ > [% INCLUDE 'members-toolbar.inc' %] > > [% IF ( newpassword ) %] >-<h1>Password Updated</h1> >+<h1>[% t('Password Updated') %]</h1> > > [% ELSE %] > >@@ -31,60 +32,60 @@ > <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber %]" /> > [% IF ( errormsg ) %] > <div class="dialog alert"> >- <h4>The following errors have occurred:</h4> >+ <h4>[% t('The following errors have occurred:') %]</h4> > <ul> > [% IF ( BADUSERID ) %] >- <li>You have entered a username that already exists. Please choose another one.</li> >+ <li>[% t('You have entered a username that already exists. Please choose another one.') %]</li> > [% END %] > [% IF ( ERROR_password_too_short ) %] >- <li id="ERROR_short_password">Password must be at least [% Koha.Preference('minPasswordLength') %] characters long.</li> >+ <li id="ERROR_short_password">[% t('Password must be at least') %] [% Koha.Preference('minPasswordLength') %] [% t('characters long.') %]</li> > [% END %] > [% IF ( ERROR_password_too_weak ) %] >- <li id="ERROR_weak_password">Password must contain at least one digit, one lowercase and one uppercase.</li> >+ <li id="ERROR_weak_password">[% t('Password must contain at least one digit, one lowercase and one uppercase.') %]</li> > [% END %] > [% IF ( ERROR_password_has_whitespaces ) %] >- <li id="ERROR_weak_password">Password must not contain leading or trailing whitespaces.</li> >+ <li id="ERROR_weak_password">[% t('Password must not contain leading or trailing whitespaces.') %]</li> > [% END %] > [% IF ( NOPERMISSION ) %] >- <li>You do not have permission to edit this patron's login information.</li> >+ <li>[% t('You do not have permission to edit this patron\'s login information.') %]</li> > [% END %] > [% IF ( NOMATCH ) %] >- <li><strong>The passwords entered do not match</strong>. Please re-enter the new password.</li> >+ <li><strong>[% t('The passwords entered do not match') %]</strong>[% t('. Please re-enter the new password.') %]</li> > [% END %] > </ul> > </div> > [% END %] > > >- <fieldset class="brief"><legend>Change username and/or password for [% patron.firstname %] [% patron.surname %]</legend> >+ <fieldset class="brief"><legend>[% t('Change username and/or password for') %] [% patron.firstname %] [% patron.surname %]</legend> > <ol> >- <li><label for="newuserid">New username:</label> >+ <li><label for="newuserid">[% t('New username:') %]</label> > <input type="hidden" name="member" value="[% patron.borrowernumber %]" /><input type="text" id="newuserid" name="newuserid" size="20" value="[% patron.userid %]" /></li> > [% SET password_pattern = ".{" _ Koha.Preference('minPasswordLength') _ ",}" %] > [% IF Koha.Preference('RequireStrongPassword') %] > [% SET password_pattern = '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{' _ Koha.Preference('minPasswordLength') _ ',}' %] > [% END %] > <li> >- <label for="newpassword">New password:</label> >- <div class="hint">Koha cannot display existing passwords. Leave the field blank to leave password unchanged.</div> >- <input name="newpassword" id="newpassword" type="password" size="20" /> >+ <label for="newpassword">[% t('New password:') %]</label> >+ <div class="hint">[% t('Koha cannot display existing passwords. Leave the field blank to leave password unchanged.') %]</div> >+ <input name="newpassword" id="newpassword" type="password" size="20" /> > </li> > <li> >- <label for="newpassword2">Confirm new password:</label> >- <input name="newpassword2" id="newpassword2" type="password" size="20" /> >+ <label for="newpassword2">[% t('Confirm new password:') %]</label> >+ <input name="newpassword2" id="newpassword2" type="password" size="20" /> > </li> > </ol> > </fieldset> > <fieldset class="action"> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <input type="submit" value="Save" /> >- <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a> >+ <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a> > </fieldset> > </form>[% END %] > > </div> > </div> >-<div class="loading hide"><strong>Processing...</strong><img src="[% interface %]/[% theme %]/img/loading.gif" alt="" /></div> >+<div class="loading hide"><strong>[% t('Processing...') %]</strong><img src="[% interface %]/[% theme %]/img/loading.gif" alt="" /></div> > <div class="yui-b"> > [% INCLUDE 'circ-menu.inc' %] > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index fb62cb9132..88ef1f2ade 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE ColumnsSettings %] >@@ -5,7 +6,7 @@ > [% USE Categories %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons [% IF ( searching ) %]› Search results[% END %]</title> >+<title>[% t('Koha ⺠Patrons') %] [% IF ( searching ) %][% t('⺠Search results') %][% END %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > </head> >@@ -14,7 +15,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › [% IF ( searching ) %]<a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Search results[% ELSE %]Patrons[% END %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠[% IF ( searching ) %]<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Search results') %][% ELSE %][% t('Patrons') %][% END %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> >@@ -23,7 +24,7 @@ > <div class="yui-g"> > [% IF CAN_user_tools_manage_patron_lists %] > <div id="patron_list_dialog" class="dialog alert"> >- Added <span class="patrons-length"></span> patrons to <a></a>. >+ [% t('Added') %] <span class="patrons-length"></span> [% t('patrons to') %] <a></a>. > </div> > [% END %] > >@@ -36,7 +37,7 @@ > [% INCLUDE 'noadd-warnings.inc' %] > > <div class="browse"> >- Browse by last name: >+ [% t('Browse by last name:') %] > [% FOREACH letter IN alphabet.split(' ') %] > <a href="#" class="filterByLetter">[% letter %]</a> > [% END %] >@@ -44,36 +45,36 @@ > > [% IF CAN_user_borrowers_edit_borrowers && pending_borrower_modifications %] > <div class="pending-info" id="patron_updates_pending"> >- <a href="/cgi-bin/koha/members/members-update.pl">Patrons requesting modifications</a>: >+ <a href="/cgi-bin/koha/members/members-update.pl">[% t('Patrons requesting modifications') %]</a>: > <span class="number_box"><a href="/cgi-bin/koha/members/members-update.pl">[% pending_borrower_modifications %]</a></span> > </div> > [% END %] > > <div id="searchresults"> > <div id="searchheader"> >- <h3>Patrons found for: <span id="searchpattern">[% IF searchmember %] for '[% searchmember | html %]'[% END %]</span></h3> >+ <h3>[% t('Patrons found for:') %] <span id="searchpattern">[% IF searchmember %] [% t('for \'') %][% searchmember | html %]'[% END %]</span></h3> > </div> > [% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %] > <div id="searchheader"> > <div> > [% IF CAN_user_tools_manage_patron_lists %] >- <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a> >+ <a href="#" id="select_all"><i class="fa fa-check"></i> [% t('Select all') %]</a> > | >- <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a> >+ <a href="#" id="clear_all"><i class="fa fa-remove"></i> [% t('Clear all') %]</a> > | > <span> >- <label for="add_to_patron_list">Add selected patrons to:</label> >+ <label for="add_to_patron_list">[% t('Add selected patrons to:') %]</label> > <select id="add_to_patron_list" name="add_to_patron_list"> > <option value=""></option> > [% IF patron_lists %] >- <optgroup label="Patron lists:"> >+ <optgroup label="[% t('Patron lists:') %]"> > [% FOREACH pl IN patron_lists %] > <option value="[% pl.patron_list_id %]">[% pl.name |html %]</option> > [% END %] > </optgroup> > [% END %] > >- <option value="new">[ New list ]</option> >+ <option value="new">[% t('[ New list ]') %]</option> > </select> > > <input type="text" id="new_patron_list" name="new_patron_list" id="new_patron_list" /> >@@ -87,7 +88,7 @@ > [% END %] > > [% IF CAN_user_borrowers_edit_borrowers %] >- <button id="merge-patrons" type="submit">Merge selected patrons</button> >+ <button id="merge-patrons" type="submit">[% t('Merge selected patrons') %]</button> > [% END %] > </div> > </div> >@@ -97,18 +98,18 @@ > <thead> > <tr> > [% IF CAN_user_tools_manage_patron_lists %] >- <th> </th> >+ <th> </th> > [% END %] >- <th>Card</th> >- <th>Name</th> >- <th>Date of birth</th> >- <th>Category</th> >- <th>Library</th> >- <th>Expires on</th> >- <th>OD/Checkouts</th> >- <th>Fines</th> >- <th>Circ note</th> >- <th> </th> >+ <th>[% t('Card') %]</th> >+ <th>[% t('Name') %]</th> >+ <th>[% t('Date of birth') %]</th> >+ <th>[% t('Category') %]</th> >+ <th>[% t('Library') %]</th> >+ <th>[% t('Expires on') %]</th> >+ <th>[% t('OD/Checkouts') %]</th> >+ <th>[% t('Fines') %]</th> >+ <th>[% t('Circ note') %]</th> >+ <th> </th> > </tr> > </thead> > <tbody></tbody> >@@ -121,84 +122,84 @@ > <form method="get" id="searchform"> > <input type="hidden" id="firstletter_filter" value="" /> > <fieldset class="brief"> >- <h3>Filters</h3> >+ <h3>[% t('Filters') %]</h3> > <ol> > <li> >- <label for="searchmember_filter">Search:</label> >- <input type="text" id="searchmember_filter" value="[% searchmember %]"/> >+ <label for="searchmember_filter">[% t('Search:') %]</label> >+ <input type="text" id="searchmember_filter" value="[% searchmember %]" /> > </li> > <li> >- <label for="searchfieldstype_filter">Search fields:</label> >+ <label for="searchfieldstype_filter">[% t('Search fields:') %]</label> > <select name="searchfieldstype" id="searchfieldstype_filter"> > [% IF searchfieldstype == "standard" %] >- <option selected="selected" value='standard'>Standard</option> >+ <option selected="selected" value="standard">[% t('Standard') %]</option> > [% ELSE %] >- <option value='standard'>Standard</option> >+ <option value="standard">[% t('Standard') %]</option> > [% END %] > [% IF searchfieldstype == "surname" %] >- <option selected="selected" value='surname'>Surname</option> >+ <option selected="selected" value="surname">[% t('Surname') %]</option> > [% ELSE %] >- <option value='surname'>Surname</option> >+ <option value="surname">[% t('Surname') %]</option> > [% END %] > [% IF searchfieldstype == "email" %] >- <option selected="selected" value='email'>Email</option> >+ <option selected="selected" value="email">[% t('Email') %]</option> > [% ELSE %] >- <option value='email'>Email</option> >+ <option value="email">[% t('Email') %]</option> > [% END %] > [% IF searchfieldstype == "borrowernumber" %] >- <option selected="selected" value='borrowernumber'>Borrower number</option> >+ <option selected="selected" value="borrowernumber">[% t('Borrower number') %]</option> > [% ELSE %] >- <option value='borrowernumber'>Borrower number</option> >+ <option value="borrowernumber">[% t('Borrower number') %]</option> > [% END %] > [% IF searchfieldstype == "userid" %] >- <option selected="selected" value='userid'>Username</option> >+ <option selected="selected" value="userid">[% t('Username') %]</option> > [% ELSE %] >- <option value='userid'>Username</option> >+ <option value="userid">[% t('Username') %]</option> > [% END %] > [% IF searchfieldstype == "phone" %] >- <option selected="selected" value='phone'>Phone number</option> >+ <option selected="selected" value="phone">[% t('Phone number') %]</option> > [% ELSE %] >- <option value='phone'>Phone number</option> >+ <option value="phone">[% t('Phone number') %]</option> > [% END %] > [% IF searchfieldstype == "address" %] >- <option selected="selected" value='address'>Street address</option> >+ <option selected="selected" value="address">[% t('Street address') %]</option> > [% ELSE %] >- <option value='address'>Street address</option> >+ <option value="address">[% t('Street address') %]</option> > [% END %] > [% IF searchfieldstype == "dateofbirth" %] >- <option selected="selected" value='dateofbirth'>Date of birth</option> >+ <option selected="selected" value="dateofbirth">[% t('Date of birth') %]</option> > [% ELSE %] >- <option value='dateofbirth'>Date of birth</option> >+ <option value="dateofbirth">[% t('Date of birth') %]</option> > [% END %] > [% IF searchfieldstype == "sort1" %] >- <option selected="selected" value='sort1'>Sort field 1</option> >+ <option selected="selected" value="sort1">[% t('Sort field 1') %]</option> > [% ELSE %] >- <option value='sort1'>Sort field 1</option> >+ <option value="sort1">[% t('Sort field 1') %]</option> > [% END %] > [% IF searchfieldstype == "sort2" %] >- <option selected="selected" value='sort2'>Sort field 2</option> >+ <option selected="selected" value="sort2">[% t('Sort field 2') %]</option> > [% ELSE %] >- <option value='sort2'>Sort field 2</option> >+ <option value="sort2">[% t('Sort field 2') %]</option> > [% END %] > </select> > </li> > <li> >- <label for="searchtype_filter">Search type:</label> >+ <label for="searchtype_filter">[% t('Search type:') %]</label> > <select name="searchtype" id="searchtype_filter"> > [% IF searchtype == "start_with" %] >- <option value='start_with' selected="selected">Starts with</option> >- <option value="contain">Contains</option> >+ <option value="start_with" selected="selected">[% t('Starts with') %]</option> >+ <option value="contain">[% t('Contains') %]</option> > [% ELSE %] >- <option value='start_with'>Starts with</option> >- <option value="contain" selected="selected">Contains</option> >+ <option value="start_with">[% t('Starts with') %]</option> >+ <option value="contain" selected="selected">[% t('Contains') %]</option> > [% END %] > </select> > </li> > <li> >- <label for="categorycode_filter">Category:</label> >+ <label for="categorycode_filter">[% t('Category:') %]</label> > [% SET categories = Categories.all() %] > <select id="categorycode_filter"> >- <option value="">Any</option> >+ <option value="">[% t('Any') %]</option> > [% FOREACH cat IN categories %] > [% IF cat.categorycode == categorycode_filter %] > <option selected="selected" value="[% cat.categorycode %]">[% cat.description |html %]</option> >@@ -209,11 +210,11 @@ > </select> > </li> > <li> >- <label for="branchcode_filter">Library:</label> >+ <label for="branchcode_filter">[% t('Library:') %]</label> > [% SET branches = Branches.all( selected => branchcode_filter, only_from_group => 1 ) %] > <select id="branchcode_filter"> > [% IF branches.size != 1 %] >- <option value="">Any</option> >+ <option value="">[% t('Any') %]</option> > [% END %] > [% PROCESS options_for_libraries libraries => branches %] > </select> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index e3db7c955c..fcc36238cf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE KohaDates %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › [% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF categoryname %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</title> >+<title>[% t('Koha ⺠Patrons âº') %] [% IF ( opadd ) %][% t('Add') %][% ELSIF ( opduplicate ) %][% t('Duplicate') %][% ELSE %] [% t('Modify') %][% END %] [% t('patron') %] [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF categoryname %][% categoryname %][% ELSE %][% IF ( I ) %][% t('Organization') %][% END %][% IF ( A ) %][% t('Adult') %][% END %][% IF ( C ) %][% t('Child') %][% END %][% IF ( P ) %][% t('Professional') %][% END %][% IF ( S ) %][% t('Staff') %][% END %][% END %])</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -12,9 +13,9 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › >-[% IF (firstname || surname ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% IF (firstname) %][% firstname | html %] [% END %][% IF (surname) %][% surname | html %] [% END %]</a> ›[% END %] >-<strong>[% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron ([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</strong> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> ⺠>+[% IF (firstname || surname ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% IF (firstname) %][% firstname | html %] [% END %][% IF (surname) %][% surname | html %] [% END %]</a> âº[% END %] >+<strong>[% IF ( opadd ) %][% t('Add') %][% ELSIF ( opduplicate ) %][% t('Duplicate') %][% ELSE %] [% t('Modify') %][% END %] [% t('patron (') %][%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %][% t('Organization') %][% END %][% IF ( A ) %][% t('Adult') %][% END %][% IF ( C ) %][% t('Child') %][% END %][% IF ( P ) %][% t('Professional') %][% END %][% IF ( S ) %][% t('Staff') %][% END %][% END %])</strong> > </div> > [% IF ( opadd ) %]<div id="doc" class="yui-t7">[% ELSE %]<div id="doc3" class="yui-t2">[% END %] > >@@ -23,89 +24,89 @@ > <div class="yui-b"> > [% IF error_alert %] > [% IF ( error_alert == "no_email" ) %] >- <div class="error">This member has no email</div> >+ <div class="error">[% t('This member has no email') %]</div> > [% ELSE %] > <div class="error">[% error_alert %]</div> > [% END %] > [% END %] > [% IF info_alert %] >- <div class="dialog message">Email has been sent.</div> >+ <div class="dialog message">[% t('Email has been sent.') %]</div> > [% END %] > > [% INCLUDE 'noadd-warnings.inc' %] > > [% UNLESS ( no_add ) %] >- <h1>[% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname | html %] [% END %][% IF (surname) %][% surname | html %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])</h1> >+ <h1>[% IF ( opadd ) %][% t('Add') %][% ELSIF ( opduplicate ) %][% t('Duplicate') %][% ELSE %] [% t('Modify') %][% END %] [% t('patron') %] [% IF (firstname) %][% firstname | html %] [% END %][% IF (surname) %][% surname | html %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %][% t('Organization') %][% END %][% IF ( A ) %][% t('Adult') %][% END %][% IF ( C ) %][% t('Child') %][% END %][% IF ( P ) %][% t('Professional') %][% END %][% IF ( S ) %][% t('Staff') %][% END %][% END %])</h1> > > [% IF quickadd && opadd && !check_member %] >- <a href="#" class="toggle_quick_add"><i class="fa fa-plus-square"></i> Show full form</a> >- <a href="#" class="toggle_quick_add" style="display:none"><i class="fa fa-minus-square"></i> Show brief form</a> >+ <a href="#" class="toggle_quick_add"><i class="fa fa-plus-square"></i> [% t('Show full form') %]</a> >+ <a href="#" class="toggle_quick_add" style="display:none"><i class="fa fa-minus-square"></i> [% t('Show brief form') %]</a> > [% END %] > > [% IF ( check_member ) %] > <div class="dialog alert"> >- <h3>Duplicate patron record?</h3> >- <p><a class="popup" href="#" onclick="Dopop('moremember.pl?print=brief&borrowernumber=[% check_member %]');return false;" >View existing record</a></p> >- <button id="duplicate" type="submit" class="new"><i class="fa fa-pencil"></i> It is a duplicate. >- Edit existing record</button> >+ <h3>[% t('Duplicate patron record?') %]</h3> >+ <p><a class="popup" href="#" onclick="Dopop('moremember.pl?print=brief&borrowernumber=[% check_member %]');return false;">[% t('View existing record') %]</a></p> >+ <button id="duplicate" type="submit" class="new"><i class="fa fa-pencil"></i> [% t('It is a duplicate.') %] >+ [% t('Edit existing record') %]</button> > >- <button type="submit" id="not-duplicate" class="new"><i class="fa fa-plus"></i> Not a duplicate. >- Save as new record</button> >+ <button type="submit" id="not-duplicate" class="new"><i class="fa fa-plus"></i> [% t('Not a duplicate.') %] >+ [% t('Save as new record') %]</button> > </div> > [% END %] > > [% IF ( nok ) %] > <div class="dialog alert"> >- <p>The following fields are wrong. Please fix them.</p> >+ <p>[% t('The following fields are wrong. Please fix them.') %]</p> > <ul> > [% IF ( ERROR_login_exist ) %] >- <li id="ERROR_login_exist">Username/password already exists.</li> >+ <li id="ERROR_login_exist">[% t('Username/password already exists.') %]</li> > [% END %] > [% IF ERROR_cardnumber_already_exists %] >- <li id="ERROR_cardnumber">Cardnumber already in use.</li> >+ <li id="ERROR_cardnumber">[% t('Cardnumber already in use.') %]</li> > [% END %] > [% IF ERROR_cardnumber_length %] >- <li id="ERROR_cardnumber">Cardnumber length is incorrect.</li> >+ <li id="ERROR_cardnumber">[% t('Cardnumber length is incorrect.') %]</li> > [% END %] > [% IF ( ERROR_age_limitations ) %] >- <li id="ERROR_age_limitations">Patron's age is incorrect for their category. >- Ages allowed are [% age_low %]-[% age_high %].</li> >+ <li id="ERROR_age_limitations">[% t('Patron\'s age is incorrect for their category.') %] >+ [% t('Ages allowed are') %] [% age_low %]-[% age_high %].</li> > [% END %] > [% IF ( ERROR_branch ) %] >- <li id="ERROR_branch">Library is invalid.</li> >+ <li id="ERROR_branch">[% t('Library is invalid.') %]</li> > [% END %] > [% IF ( ERROR_dateofbirth ) %] >- <li id="ERROR_dateofbirth">Date of birth is invalid.</li> >+ <li id="ERROR_dateofbirth">[% t('Date of birth is invalid.') %]</li> > [% END %] > [% IF ( ERROR_dateenrolled ) %] >- <li id="ERROR_dateenrolled">Date of enrollment is invalid.</li> >+ <li id="ERROR_dateenrolled">[% t('Date of enrollment is invalid.') %]</li> > [% END %] > [% IF ( ERROR_dateexpiry ) %] >- <li id="ERROR_dateexpiry">Date of expiration is invalid.</li> >+ <li id="ERROR_dateexpiry">[% t('Date of expiration is invalid.') %]</li> > [% END %] > [% IF ( ERROR_password_too_short ) %] >- <li id="ERROR_short_password">Password must be at least [% minPasswordLength %] characters long.</li> >+ <li id="ERROR_short_password">[% t('Password must be at least') %] [% minPasswordLength %] [% t('characters long.') %]</li> > [% END %] > [% IF ( ERROR_password_too_weak ) %] >- <li id="ERROR_weak_password">Password must contain at least one digit, one lowercase and one uppercase.</li> >+ <li id="ERROR_weak_password">[% t('Password must contain at least one digit, one lowercase and one uppercase.') %]</li> > [% END %] > [% IF ( ERROR_password_has_whitespaces ) %] >- <li id="ERROR_weak_password">Password must not contain leading or trailing whitespaces.</li> >+ <li id="ERROR_weak_password">[% t('Password must not contain leading or trailing whitespaces.') %]</li> > [% END %] > [% IF ( ERROR_password_mismatch ) %] >- <li id="ERROR_password_mismatch">Passwords do not match.</li> >+ <li id="ERROR_password_mismatch">[% t('Passwords do not match.') %]</li> > [% END %] > [% IF ( ERROR_extended_unique_id_failed ) %] >- <li id="ERROR_extended_unique_id_failed"><strong>[% ERROR_extended_unique_id_failed_description %]:</strong> Attribute value "[% ERROR_extended_unique_id_failed_value %]" is already in use by another patron record.</li> >+ <li id="ERROR_extended_unique_id_failed"><strong>[% ERROR_extended_unique_id_failed_description %]:</strong> [% t('Attribute value "') %][% ERROR_extended_unique_id_failed_value %][% t('" is already in use by another patron record.') %]</li> > [% END %] > [% IF ERROR_bad_email %] >- <li id="ERROR_bad_email">The primary email is invalid.</li> >+ <li id="ERROR_bad_email">[% t('The primary email is invalid.') %]</li> > [% END %] > [% IF ERROR_bad_email_secondary %] >- <li id="ERROR_bad_email_secondary">The secondary email is invalid.</li> >+ <li id="ERROR_bad_email_secondary">[% t('The secondary email is invalid.') %]</li> > [% END %] > [% IF ERROR_bad_email_alternative %] >- <li id="ERROR_bad_email_alternative">The alternative email is invalid.</li> >+ <li id="ERROR_bad_email_alternative">[% t('The alternative email is invalid.') %]</li> > [% END %] > </ul> > </div> >@@ -115,22 +116,22 @@ > <div id="toolbar" class="btn-toolbar"> > [% UNLESS ( check_member ) %] > [% IF quickadd && opadd %] >- <button class="btn btn-default btn-sm toggler" id="save_quick_add" name="save"><i class="fa fa-save"></i> Save</button> >+ <button class="btn btn-default btn-sm toggler" id="save_quick_add" name="save"><i class="fa fa-save"></i> [% t('Save') %]</button> > [% END %] >- <button class="btn btn-default btn-sm toggler" id="saverecord" name="save" ><i class="fa fa-save"></i> Save</button> >+ <button class="btn btn-default btn-sm toggler" id="saverecord" name="save"><i class="fa fa-save"></i> [% t('Save') %]</button> > [% IF opadd %] > <a class="btn btn-default btn-sm" href="/cgi-bin/koha/members/member.pl" class="toggler save_entryform"> > [% ELSE %] > <a class="btn btn-default btn-sm" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]"> > [% END %] >- <i class="fa fa-times"></i> Cancel >+ <i class="fa fa-times"></i> [% t('Cancel') %] > </a> > [% END %] > </div> > >-<form name="form" id="entryform" action="/cgi-bin/koha/members/memberentry.pl" method="post" autocomplete="off" class="toggler" > >+<form name="form" id="entryform" action="/cgi-bin/koha/members/memberentry.pl" method="post" autocomplete="off" class="toggler"> > [% UNLESS ( check_member ) %] >- <input type="hidden" name="nodouble" value="[% nodouble %]" /> >+ <input type="hidden" name="nodouble" value="[% nodouble %]" /> > [% END %] > <!-- field always hidden in different form (1,2,3) --> > <input type="hidden" name="BorrowerMandatoryField" value="[% BorrowerMandatoryField %]" /> >@@ -139,9 +140,9 @@ > <input type="hidden" name="destination" value="[% destination %]" /> > <input type="hidden" name="check_member" value="[% check_member %]" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber UNLESS opduplicate %]" /> >-<input type="hidden" name="nodouble" value="[% nodouble UNLESS opduplicate %]" /> >+<input type="hidden" name="nodouble" value="[% nodouble UNLESS opduplicate %]" /> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> >-[% IF ( step ) %]<input type="hidden" name="step" value="[% step %]" />[% END %] >+[% IF ( step ) %]<input type="hidden" name="step" value="[% step %]" />[% END %] > [% IF ( opadd ) %]<input type="hidden" name="op" value="insert" /> > [% ELSIF ( opduplicate ) %] > <input type="hidden" name="op" value="insert" /> >@@ -158,7 +159,7 @@ > [% IF ( step_1 ) %] > [%UNLESS notitle && nosurname && nofirstname && nodateofbirth && noinitials && noothernames &&nosex %] > <fieldset class="rows" id="memberentry_identity"> >- <legend id="identity_lgd">[% IF ( I ) %]Organization [% ELSE %]Patron [% END %]identity</legend> >+ <legend id="identity_lgd">[% IF ( I ) %][% t('Organization') %] [% ELSE %][% t('Patron') %] [% END %][% t('identity') %]</legend> > <ol> > [% UNLESS ( I ) %] > [% UNLESS notitle %] >@@ -169,7 +170,7 @@ > [% ELSE %] > <label for="btitle"> > [% END %] >- Salutation: </label> >+ [% t('Salutation:') %] </label> > <select id="btitle" name="title"> > <option value=""></option> > [% FOREACH t IN Koha.Preference('BorrowersTitles').split('\|') %] >@@ -180,7 +181,7 @@ > [% END %] > [% END %] > </select> >- [% IF ( mandatorytitle ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatorytitle ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% END %] >@@ -192,13 +193,13 @@ > [% ELSE %] > <label for="surname"> > [% END %] >- Surname: </label> >+ [% t('Surname:') %] </label> > [% IF ( uppercasesurnames ) %] >- <input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="[% surname %]" /> >+ <input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="[% surname %]" /> > [% ELSE %] >- <input type="text" id="surname" name="surname" size="20" value="[% surname %]" /> >+ <input type="text" id="surname" name="surname" size="20" value="[% surname %]" /> > [% END %] >- [% IF ( mandatorysurname ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatorysurname ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS ( I ) %] >@@ -209,9 +210,9 @@ > [% ELSE %] > <label for="firstname"> > [% END %] >- First name: </label> >- <input type="text" id="firstname" name="firstname" size="20" value="[% firstname | html UNLESS opduplicate %]" /> >- [% IF ( mandatoryfirstname ) %]<span class="required">Required</span>[% END %] >+ [% t('First name:') %] </label> >+ <input type="text" id="firstname" name="firstname" size="20" value="[% firstname | html UNLESS opduplicate %]" /> >+ [% IF ( mandatoryfirstname ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS nodateofbirth %] >@@ -221,12 +222,12 @@ > [% ELSE %] > <label for="dateofbirth"> > [% END %] >- Date of birth: </label> >+ [% t('Date of birth:') %] </label> > > <input type="text" id="dateofbirth" name="dateofbirth" size="20" onchange="write_age();" value="[% dateofbirth UNLESS opduplicate %]" class="datepicker" /> > >- [% IF ( mandatorydateofbirth ) %]<span class="required">Required</span>[% END %] >- [% IF ( ERROR_dateofbirth ) %]<span class="required">(Error)</span>[% END %] >+ [% IF ( mandatorydateofbirth ) %]<span class="required">[% t('Required') %]</span>[% END %] >+ [% IF ( ERROR_dateofbirth ) %]<span class="required">[% t('(Error)') %]</span>[% END %] > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > [% END %] >@@ -237,9 +238,9 @@ > [% ELSE %] > <label for="initials"> > [% END %] >- Initials: </label> >- <input type="text" id="initials" name="initials" size="20" value="[% initials | html UNLESS opduplicate %]" /> >- [% IF ( mandatoryinitials ) %]<span class="required">Required</span>[% END %] >+ [% t('Initials:') %] </label> >+ <input type="text" id="initials" name="initials" size="20" value="[% initials | html UNLESS opduplicate %]" /> >+ [% IF ( mandatoryinitials ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% END %] >@@ -250,9 +251,9 @@ > [% ELSE %] > <label for="othernames"> > [% END %] >- Other name: </label> >- <input type="text" id="othernames" name="othernames" size="20" value="[% othernames | html UNLESS opduplicate %]" /> >-[% IF ( mandatoryothernames ) %]<span class="required">Required</span>[% END %] >+ [% t('Other name:') %] </label> >+ <input type="text" id="othernames" name="othernames" size="20" value="[% othernames | html UNLESS opduplicate %]" /> >+[% IF ( mandatoryothernames ) %]<span class="required">[% t('Required') %]</span>[% END %] > [% IF ( I ) %]<input type="hidden" name="sex" value="N" />[% END %] > </li> > [% END %] >@@ -262,24 +263,24 @@ > > [% UNLESS ( opduplicate ) %] > [% IF ( female ) %] >- <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" checked="checked" /> Female</label> >+ <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" checked="checked" /> [% t('Female') %]</label> > [% ELSE %] >- <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" /> Female</label> >+ <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" /> [% t('Female') %]</label> > [% END %] > [% IF ( male ) %] >- <label for="sex-male"><input type="radio" name="sex" id="sex-male" value="M" checked="checked" /> Male</label> >+ <label for="sex-male"><input type="radio" name="sex" id="sex-male" value="M" checked="checked" /> [% t('Male') %]</label> > [% ELSE %] >- <label for="sex-male"><input type="radio" name="sex" id="sex-male" value="M" /> Male</label> >+ <label for="sex-male"><input type="radio" name="sex" id="sex-male" value="M" /> [% t('Male') %]</label> > [% END %] > [% IF ( none ) %] >- <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> None specified</label> >+ <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> [% t('None specified') %]</label> > [% ELSE %] >- <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" /> None specified</label> >+ <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" /> [% t('None specified') %]</label> > [% END %] > [% ELSE %] >- <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" /> >- <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" /> >- <label for="sex-none">None specified </label><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> >+ <label for="sex-female">[% t('Female') %] </label><input type="radio" name="sex" id="sex-female" value="F" /> >+ <label for="sex-male">[% t('Male') %] </label><input type="radio" name="sex" id="sex-male" value="M" /> >+ <label for="sex-none">[% t('None specified') %] </label><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> > [% END %] > > </li> >@@ -290,12 +291,12 @@ > [% END # hide fieldset %] > > [% IF ( showguarantor ) %] >- <input type="hidden" id="guarantorid" name="guarantorid" value="[% guarantorid %]" /> >+ <input type="hidden" id="guarantorid" name="guarantorid" value="[% guarantorid %]" /> > [% UNLESS step_6 %] > <input type="hidden" name="branchcode" value="[% branchcode %]" /> > [% END %] > <fieldset id="memberentry_guarantor" class="rows"> >- <legend id="guarantor_lgd">Guarantor information</legend> >+ <legend id="guarantor_lgd">[% t('Guarantor information') %]</legend> > <ol> > [% IF ( P ) %] > [% IF ( guarantorid ) %] >@@ -303,10 +304,10 @@ > [% ELSE %] > <li id="contact-details" style="display: none"> > [% END %] >- <span class="label">Organization #:</span> [% IF ( guarantorid ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorid %]" target="blank">[% guarantorid %]</a>[% END %] >+ <span class="label">[% t('Organization #:') %]</span> [% IF ( guarantorid ) %] <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorid %]" target="blank">[% guarantorid %]</a>[% END %] > </li> > <li> >- <label for="contactname">Organization name: </label> >+ <label for="contactname">[% t('Organization name:') %] </label> > [% IF ( guarantorid ) %] > <span>[% contactname %]</span> > <input name="contactname" id="contactname" type="hidden" size="20" value="[% contactname | html %]" /> >@@ -321,7 +322,7 @@ > [% ELSE %] > <li id="contact-details" style="display: none"> > [% END %] >- <span class="label">Patron #:</span> >+ <span class="label">[% t('Patron #:') %]</span> > [% IF guarantorid %] > [% IF logged_in_user.can_see_patron_infos( guarantor ) %] > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantorid %]" target="blank">[% guarantorid | html %]</a> >@@ -332,7 +333,7 @@ > </li> > [% UNLESS nocontactname %] > <li> >- <label for="contactname">Surname: </label> >+ <label for="contactname">[% t('Surname:') %] </label> > [% IF ( guarantorid ) %] > <span>[% contactname %]</span> > <input name="contactname" id="contactname" type="hidden" size="20" value="[% contactname | html %]" /> >@@ -343,7 +344,7 @@ > [% END %] > [% UNLESS nocontactfirstname %] > <li> >- <label for="contactfirstname">First name: </label> >+ <label for="contactfirstname">[% t('First name:') %] </label> > [% IF ( guarantorid ) %] > <span>[% contactfirstname %]</span> > <input name="contactfirstname" id="contactfirstname" type="hidden" size="20" value="[% contactfirstname | html %]" /> >@@ -354,11 +355,11 @@ > [% END %] > [% IF ( relshiploop ) %] > <li> >- <label for="relationship">Relationship: </label> >- <select name="relationship" id="relationship" > >+ <label for="relationship">[% t('Relationship:') %] </label> >+ <select name="relationship" id="relationship"> > [% FOREACH relshiploo IN relshiploop %] > [% IF ( relshiploo.selected ) %] >- <option value="[% relshiploo.relationship %]" selected="selected" >[% relshiploo.relationship %]</option> >+ <option value="[% relshiploo.relationship %]" selected="selected">[% relshiploo.relationship %]</option> > [% ELSE %] > <option value="[% relshiploo.relationship %]">[% relshiploo.relationship %]</option> > [% END %] >@@ -369,7 +370,7 @@ > [% END %] > [% END %] > <li> >- <span class="label"> </span> >+ <span class="label"> </span> > [% IF ( guarantorid ) %] > <input id="guarantorsearch" type="button" value="Change" onclick="Dopopguarantor('guarantor_search.pl');" /> > [% ELSE %] >@@ -379,17 +380,17 @@ > </li> > [% IF guarantorid && Koha.Preference('AllowStaffToSetCheckoutsVisibilityForGuarantor') %] > <li> >- <label for="privacy_guarantor_checkouts">Show checkouts to guarantor</label> >+ <label for="privacy_guarantor_checkouts">[% t('Show checkouts to guarantor') %]</label> > <select name="privacy_guarantor_checkouts" id="privacy_guarantor_checkouts"> > [% IF privacy_guarantor_checkouts %] >- <option value="0">No</option> >- <option value="1" selected>Yes</option> >+ <option value="0">[% t('No') %]</option> >+ <option value="1" selected="">[% t('Yes') %]</option> > [% ELSE %] >- <option value="0" selected>No</option> >- <option value="1">Yes</option> >+ <option value="0" selected="">[% t('No') %]</option> >+ <option value="1">[% t('Yes') %]</option> > [% END %] > </select> >- <div class="hint">Allow guarantor of this patron to view this patron's checkouts from the OPAC</div> >+ <div class="hint">[% t('Allow guarantor of this patron to view this patron\'s checkouts from the OPAC') %]</div> > </li> > [% END %] > </ol> >@@ -406,7 +407,7 @@ > > [% UNLESS nophone && nophonepro && nomobile && noemail && noemailpro && nofax %] > <fieldset class="rows" id="memberentry_contact"> >- <legend id="contact_lgd">Contact</legend><ol> >+ <legend id="contact_lgd">[% t('Contact') %]</legend><ol> > [% UNLESS nophone %] > <li> > [% IF ( mandatoryphone ) %] >@@ -414,9 +415,9 @@ > [% ELSE %] > <label for="phone"> > [% END %] >- Primary phone: </label> >+ [% t('Primary phone:') %] </label> > <input type="text" id="phone" name="phone" value="[% phone | html %]" /> >- [% IF ( mandatoryphone ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div> >+ [% IF ( mandatoryphone ) %]<span class="required">[% t('Required') %]</span>[% END %]<div class="hint">[% t('Shows on transit slips') %]</div> > > </li> > [% END %] >@@ -427,9 +428,9 @@ > [% ELSE %] > <label for="phonepro"> > [% END %] >- Secondary phone: </label> >+ [% t('Secondary phone:') %] </label> > <input type="text" id="phonepro" name="phonepro" value="[% phonepro | html %]" /> >- [% IF ( mandatoryphonepro ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatoryphonepro ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS nomobile %] >@@ -439,9 +440,9 @@ > [% ELSE %] > <label for="mobile"> > [% END %] >- Other phone: </label> >+ [% t('Other phone:') %] </label> > <input type="text" id="mobile" name="mobile" value="[% mobile | html %]" /> >- [% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatorymobile ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS noemail %] >@@ -451,9 +452,9 @@ > [% ELSE %] > <label for="email"> > [% END %] >- Primary email: </label> >+ [% t('Primary email:') %] </label> > <input type="text" id="email" name="email" size="45" value="[% email | html %]" /> >- [% IF ( mandatoryemail ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div> >+ [% IF ( mandatoryemail ) %]<span class="required">[% t('Required') %]</span>[% END %]<div class="hint">[% t('Shows on transit slips') %]</div> > > </li> > [% END %] >@@ -464,9 +465,9 @@ > [% ELSE %] > <label for="emailpro"> > [% END %] >- Secondary email: </label> >+ [% t('Secondary email:') %] </label> > <input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro | html %]" /> >- [% IF ( mandatoryemailpro ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatoryemailpro ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS nofax %] >@@ -476,9 +477,9 @@ > [% ELSE %] > <label for="fax"> > [% END %] >- Fax: </label> >+ [% t('Fax:') %] </label> > <input type="text" id="fax" name="fax" value="[% fax | html %]" /> >- [% IF ( mandatoryfax ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatoryfax ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > </ol> >@@ -511,7 +512,7 @@ > > [% SET autoMemberNum = Koha.Preference('autoMemberNum') %] > <fieldset class="rows" id="memberentry_library_management"> >- <legend id="library_management_lgd">Library management</legend><ol> >+ <legend id="library_management_lgd">[% t('Library management') %]</legend><ol> > [% UNLESS nocardnumber %] > <li> > [% IF mandatorycardnumber %] >@@ -519,31 +520,31 @@ > [% ELSE %] > <label for="cardnumber" class="validated"> > [% END %] >- Card number: </label> >+ [% t('Card number:') %] </label> > > <!-- NOTE: div.hint closing tag isn't on the same line --> > [% IF minlength_cardnumber == maxlength_cardnumber %] > <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" minlength="[% minlength_cardnumber %]" maxlength="[% maxlength_cardnumber %]" /> >- [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]<span id="cn_max" class="required">Card number must not be more than [% maxlength_cardnumber %] characters.</span> >- <div class="hint">Card number must be exactly [% minlength_cardnumber %] characters. >+ [% IF mandatorycardnumber %]<span class="required">[% t('Required') %]</span>[% END %]<span id="cn_max" class="required">[% t('Card number must not be more than') %] [% maxlength_cardnumber %] [% t('characters.') %]</span> >+ <div class="hint">[% t('Card number must be exactly') %] [% minlength_cardnumber %] [% t('characters.') %] > [% ELSIF minlength_cardnumber && maxlength_cardnumber %] > <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" minlength="[% minlength_cardnumber %]" maxlength="[% maxlength_cardnumber %]" /> >- [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]<span id="cn_max" class="required">Card number must not be more than [% maxlength_cardnumber %] characters.</span> >- <div class="hint">Card number must be between [% minlength_cardnumber %] and [% maxlength_cardnumber %] characters. >+ [% IF mandatorycardnumber %]<span class="required">[% t('Required') %]</span>[% END %]<span id="cn_max" class="required">[% t('Card number must not be more than') %] [% maxlength_cardnumber %] [% t('characters.') %]</span> >+ <div class="hint">[% t('Card number must be between') %] [% minlength_cardnumber %] [% t('and') %] [% maxlength_cardnumber %] [% t('characters.') %] > [% ELSIF maxlength_cardnumber %] > <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" maxlength="[% maxlength_cardnumber %]" /> >- [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %]<span id="cn_max" class="required">Card number must not be more than [% maxlength_cardnumber %] characters.</span> >- <div class="hint">Card number can be up to [% maxlength_cardnumber %] characters. >+ [% IF mandatorycardnumber %]<span class="required">[% t('Required') %]</span>[% END %]<span id="cn_max" class="required">[% t('Card number must not be more than') %] [% maxlength_cardnumber %] [% t('characters.') %]</span> >+ <div class="hint">[% t('Card number can be up to') %] [% maxlength_cardnumber %] [% t('characters.') %] > [% ELSE %] > <input type="text" id="cardnumber" name="cardnumber" size="20" value="[% cardnumber | html %]" /> >- [% IF mandatorycardnumber %]<span class="required">Required</span>[% END %] >- <div class="hint">There is no minimum or maximum character length. >+ [% IF mandatorycardnumber %]<span class="required">[% t('Required') %]</span>[% END %] >+ <div class="hint">[% t('There is no minimum or maximum character length.') %] > [% END %] > [% IF autoMemberNum %] > [% IF mandatorycardnumber %] >- <br/><span class="error">AutoMemberNum is set to enabled, but cardnumber is marked as mandatory in BorrowerMandatoryField: auto calc has been disabled.</span> >+ <br /><span class="error">[% t('AutoMemberNum is set to enabled, but cardnumber is marked as mandatory in BorrowerMandatoryField: auto calc has been disabled.') %]</span> > [% ELSE %] >- <br/>Leave blank for auto calc during registration >+ <br />[% t('Leave blank for auto calc during registration') %] > [% END %] > [% END %] > </div><!--/hint div --> >@@ -551,25 +552,25 @@ > [% END %] > [% UNLESS nobranchcode %] > <li> >- <label for="libraries" class="required">Library:</label> >+ <label for="libraries" class="required">[% t('Library:') %]</label> > <select name="branchcode" size="1" id="libraries"> > [% PROCESS options_for_libraries libraries => Branches.all( selected => userbranch, only_from_group => 1 ) %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > [% END %] > <li> >- <label for="categorycode_entry" class="required">Category: </label> >+ <label for="categorycode_entry" class="required">[% t('Category:') %] </label> > <select id="categorycode_entry" name="categorycode" onchange="update_category_code(this);"> > [% FOREACH typeloo IN typeloop %] > [% FOREACH categoryloo IN typeloo.categoryloop %] > [% IF ( loop.first ) %] >- [% IF ( typeloo.typename_C ) %]<optgroup label="Child">[% END %] >- [% IF ( typeloo.typename_A ) %]<optgroup label="Adult">[% END %] >- [% IF ( typeloo.typename_S ) %]<optgroup label="Staff">[% END %] >- [% IF ( typeloo.typename_I ) %]<optgroup label="Organization">[% END %] >- [% IF ( typeloo.typename_P ) %]<optgroup label="Professional">[% END %] >- [% IF ( typeloo.typename_X ) %]<optgroup label="Statistical">[% END %] >+ [% IF ( typeloo.typename_C ) %]<optgroup label="[% t('Child') %]">[% END %] >+ [% IF ( typeloo.typename_A ) %]<optgroup label="[% t('Adult') %]">[% END %] >+ [% IF ( typeloo.typename_S ) %]<optgroup label="[% t('Staff') %]">[% END %] >+ [% IF ( typeloo.typename_I ) %]<optgroup label="[% t('Organization') %]">[% END %] >+ [% IF ( typeloo.typename_P ) %]<optgroup label="[% t('Professional') %]">[% END %] >+ [% IF ( typeloo.typename_X ) %]<optgroup label="[% t('Statistical') %]">[% END %] > [% END %] > [% IF ( categoryloo.categorycodeselected ) %] > <option value="[% categoryloo.categorycode %]" selected="selected" data-typename="[% typeloo.typename %]">[% categoryloo.categoryname %]</option> >@@ -582,7 +583,7 @@ > [% END %] > [% END %] > </select> >- <span class="required">Required</span> >+ <span class="required">[% t('Required') %]</span> > </li> > [% UNLESS nosort1 %] > <li> >@@ -591,9 +592,9 @@ > [% ELSE %] > <label for="sort1"> > [% END %] >- Sort 1: </label> >+ [% t('Sort 1:') %] </label> > [% PROCESS 'av-build-dropbox.inc' name="sort1", category="Bsort1", default=sort1, size = 20 %] >- [% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatorysort1 ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS nosort2 %] >@@ -603,47 +604,47 @@ > [% ELSE %] > <label for="sort2"> > [% END %] >- Sort 2: </label> >+ [% t('Sort 2:') %] </label> > [% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, size = 20 %] >- [% IF ( mandatorysort2 ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatorysort2 ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% IF ( Koha.Preference( 'NorwegianPatronDBEnable' ) == 1 ) %] > <li> >- <label for="sort2">Sync with the Norwegian national patron database:</label> >+ <label for="sort2">[% t('Sync with the Norwegian national patron database:') %]</label> > [% IF ( sync == 0 ) %] >- <input type="radio" id="sync" name="sync" value="1"> Yes >- <input type="radio" id="sync" name="sync" value="0" checked> No >+ <input type="radio" id="sync" name="sync" value="1"> [% t('Yes') %] >+ <input type="radio" id="sync" name="sync" value="0" checked=""> [% t('No') %] > [% ELSE %] >- <input type="radio" id="sync" name="sync" value="1" checked> Yes >- <input type="radio" id="sync" name="sync" value="0"> No >+ <input type="radio" id="sync" name="sync" value="1" checked=""> [% t('Yes') %] >+ <input type="radio" id="sync" name="sync" value="0"> [% t('No') %] > [% END %] > </li> > [% END %] > [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] >- <li><label for="checkprevcheckout">Check for previous checkouts: </label> >+ <li><label for="checkprevcheckout">[% t('Check for previous checkouts:') %] </label> > <select name="checkprevcheckout" id="checkprevcheckout"> > [% IF ( checkprevcheckout == 'yes' ) %] >- <option value="yes" selected="selected">Yes if settings allow it</option> >- <option value="no">No if settings allow it</option> >- <option value="inherit">Inherit from settings</option> >+ <option value="yes" selected="selected">[% t('Yes if settings allow it') %]</option> >+ <option value="no">[% t('No if settings allow it') %]</option> >+ <option value="inherit">[% t('Inherit from settings') %]</option> > [% ELSIF ( checkprevcheckout == 'no' ) %] >- <option value="yes">Yes if settings allow it</option> >- <option value="no" selected="selected">No if settings allow it</option> >- <option value="inherit">Inherit from settings</option> >+ <option value="yes">[% t('Yes if settings allow it') %]</option> >+ <option value="no" selected="selected">[% t('No if settings allow it') %]</option> >+ <option value="inherit">[% t('Inherit from settings') %]</option> > [% ELSE %] >- <option value="yes">Yes if settings allow it</option> >- <option value="no">No if settings allow it</option> >- <option value="inherit" selected="selected">Inherit from settings</option> >+ <option value="yes">[% t('Yes if settings allow it') %]</option> >+ <option value="no">[% t('No if settings allow it') %]</option> >+ <option value="inherit" selected="selected">[% t('Inherit from settings') %]</option> > [% END %] > </select> > </li> > [% END %] > [% IF Koha.Preference('TranslateNotices') %] > <li> >- <label for="lang">Preferred language for notices: </label> >+ <label for="lang">[% t('Preferred language for notices:') %] </label> > <select id="lang" name="lang"> >- <option value="default">Default</option> >+ <option value="default">[% t('Default') %]</option> > [% FOR language IN languages %] > [% FOR sublanguage IN language.sublanguages_loop %] > [% IF language.plural %] >@@ -668,7 +669,7 @@ > </fieldset> > [% UNLESS nodateenrolled && noopacnote && noborrowernotes %] > <fieldset class="rows" id="memberentry_subscription"> >- <legend id="library_setup_lgd">Library set-up</legend><ol> >+ <legend id="library_setup_lgd">[% t('Library set-up') %]</legend><ol> > [% UNLESS nodateenrolled %] > <li> > [% IF ( mandatorydateenrolled ) %] >@@ -676,14 +677,14 @@ > [% ELSE %] > <label for="from"> > [% END %] >- Registration date: </label> >+ [% t('Registration date:') %] </label> > [% IF ( dateformat == "metric" ) %] >- <input type="text" id="from" name="dateenrolled" maxlength="10" size="10" onchange="CheckDate(document.form.dateenrolled);check_manip_date('verify');" value="[% dateenrolled %]" class="datepickerfrom" /> >+ <input type="text" id="from" name="dateenrolled" maxlength="10" size="10" onchange="CheckDate(document.form.dateenrolled);check_manip_date('verify');" value="[% dateenrolled %]" class="datepickerfrom" /> > [% ELSE %] >- <input type="text" id="from" name="dateenrolled" maxlength="10" size="10" value="[% dateenrolled %]" class="datepickerfrom" /> >+ <input type="text" id="from" name="dateenrolled" maxlength="10" size="10" value="[% dateenrolled %]" class="datepickerfrom" /> > [% END %] >- [% IF ( mandatorydateenrolled ) %]<span class="required">Required</span>[% END %] >- [% IF ( ERROR_dateenrolled ) %]<span class="required">(Error)</span>[% END %] >+ [% IF ( mandatorydateenrolled ) %]<span class="required">[% t('Required') %]</span>[% END %] >+ [% IF ( ERROR_dateenrolled ) %]<span class="required">[% t('(Error)') %]</span>[% END %] > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > [% END %] >@@ -697,22 +698,22 @@ > [% ELSE %] > <label for="to"> > [% END %] >- Expiry date (leave blank for auto calc): </label> >+ [% t('Expiry date (leave blank for auto calc):') %] </label> > [% IF ( dateformat == "metric" ) %] > [% UNLESS ( opadd ) %] >- <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" value="[% dateexpiry UNLESS opduplicate %]" class="datepickerto" /> >+ <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" value="[% dateexpiry UNLESS opduplicate %]" class="datepickerto" /> > [% ELSE %] >- <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" class="datepickerto" /> >+ <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" onchange="CheckDate(document.form.dateexpiry);check_manip_date('verify');" class="datepickerto" /> > [% END %] > [% ELSE %] > [% UNLESS ( opadd ) %] >- <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" value="[% dateexpiry UNLESS opduplicate %]" class="datepickerto" /> >+ <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" value="[% dateexpiry UNLESS opduplicate %]" class="datepickerto" /> > [% ELSE %] >- <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" value="[% dateexpiry %]" class="datepickerto" /> >+ <input type="text" id="to" name="dateexpiry" maxlength="10" size="10" value="[% dateexpiry %]" class="datepickerto" /> > [% END %] > [% END %] >- [% IF ( mandatorydateexpiry ) %]<span class="required">Required</span>[% END %] >- [% IF ( ERROR_dateexpiry ) %]<span class="required">(Error)</span>[% END %] >+ [% IF ( mandatorydateexpiry ) %]<span class="required">[% t('Required') %]</span>[% END %] >+ [% IF ( ERROR_dateexpiry ) %]<span class="required">[% t('(Error)') %]</span>[% END %] > <div class="hint">[% INCLUDE 'date-format.inc' %]</div> > </li> > [% UNLESS noopacnote %] >@@ -722,10 +723,10 @@ > [% ELSE %] > <label for="opacnote"> > [% END %] >- OPAC note: </label> >+ [% t('OPAC note:') %] </label> > <textarea id="opacnote" name="opacnote" cols="55" rows="5">[% opacnote | html UNLESS opduplicate %]</textarea> >- <div class="hint">This message appears on this patron's user page in the OPAC</div> >- [% IF ( mandatoryopacnote ) %]<span class="required">Required</span>[% END %] >+ <div class="hint">[% t('This message appears on this patron\'s user page in the OPAC') %]</div> >+ [% IF ( mandatoryopacnote ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > [% UNLESS noborrowernotes %] >@@ -735,10 +736,10 @@ > [% ELSE %] > <label for="borrowernotes"> > [% END %] >- Circulation note: </label> >+ [% t('Circulation note:') %] </label> > <textarea id="borrowernotes" name="borrowernotes" cols="55" rows="5">[% borrowernotes | html UNLESS opduplicate %]</textarea> >- <div class="hint">This message displays when checking out to this patron</div> >- [% IF ( mandatoryborrowernotes ) %]<span class="required">Required</span>[% END %] >+ <div class="hint">[% t('This message displays when checking out to this patron') %]</div> >+ [% IF ( mandatoryborrowernotes ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [% END %] > </ol> >@@ -747,7 +748,7 @@ > > [% UNLESS nouserid && nopassword %] > <fieldset class="rows" id="memberentry_userid"> >- <legend id="opac_staff_login_lgd">OPAC/Staff login</legend><ol> >+ <legend id="opac_staff_login_lgd">[% t('OPAC/Staff login') %]</legend><ol> > [% UNLESS nouserid %] > <li> > [% IF ( mandatoryuserid ) %] >@@ -755,7 +756,7 @@ > [% ELSE %] > <label for="userid"> > [% END %] >- Username: </label> >+ [% t('Username:') %] </label> > > [% IF ( NoUpdateLogin ) %] > [% IF ( opduplicate ) %] >@@ -774,7 +775,7 @@ > [%# Dummy input to avoid Firefox from using userid/password saved for authentication %] > <input type="text" disabled="disabled" style="display:none" /> > >- [% IF ( mandatoryuserid ) %]<span class="required">Required</span>[% END %] >+ [% IF ( mandatoryuserid ) %]<span class="required">[% t('Required') %]</span>[% END %] > </li> > [%END %] > [% UNLESS nopassword %] >@@ -784,13 +785,13 @@ > [% ELSE %] > <label for="password"> > [% END %] >- Password: </label> >+ [% t('Password:') %] </label> > [% IF ( opadd ) %] > [% IF ( NoUpdateLogin ) %] > [% IF ( opduplicate ) %] >- <input type="password" id="password" name="password" size="20" disabled="disabled" /> >+ <input type="password" id="password" name="password" size="20" disabled="disabled" /> > [% ELSE %] >- <input type="password" id="password" name="password" size="20" disabled="disabled" value="[% password %]" /> >+ <input type="password" id="password" name="password" size="20" disabled="disabled" value="[% password %]" /> > [% END %] > [% ELSE %] > [% IF ( opduplicate ) %] >@@ -802,7 +803,7 @@ > [% ELSE %] > [% IF ( password ) %] > [% IF ( NoUpdateLogin ) %] >- <input type="password" id="password" name="password" size="20" disabled="disabled" value="****" /> >+ <input type="password" id="password" name="password" size="20" disabled="disabled" value="****" /> > [% ELSE %] > [% IF ( opduplicate ) %] > <input type="password" id="password" name="password" size="20" /> >@@ -812,17 +813,17 @@ > [% END %] > [% ELSE %] > [% IF ( NoUpdateLogin ) %] >- <input type="password" id="password" name="password" size="20" disabled="disabled" value="" /> >+ <input type="password" id="password" name="password" size="20" disabled="disabled" value="" /> > [% ELSE %] > <input type="password" id="password" name="password" size="20" value="" /> > [% END %] > [% END %] > [% END %] >- [% IF ( mandatorypassword ) %]<span class="required">Required</span>[% END %] >- [% IF ( ERROR_password_too_short ) %]<span class="required">Password is too short</span>[% END %] >- [% IF ( ERROR_password_too_weak ) %]<span class="required">Password is too weak</span>[% END %] >- [% IF ( ERROR_password_has_whitespaces ) %]<span class="required">Password has leading or trailing whitespaces</span>[% END %] >- <div class="hint">Minimum password length: [% minPasswordLength %]</div> >+ [% IF ( mandatorypassword ) %]<span class="required">[% t('Required') %]</span>[% END %] >+ [% IF ( ERROR_password_too_short ) %]<span class="required">[% t('Password is too short') %]</span>[% END %] >+ [% IF ( ERROR_password_too_weak ) %]<span class="required">[% t('Password is too weak') %]</span>[% END %] >+ [% IF ( ERROR_password_has_whitespaces ) %]<span class="required">[% t('Password has leading or trailing whitespaces') %]</span>[% END %] >+ <div class="hint">[% t('Minimum password length:') %] [% minPasswordLength %]</div> > </li> > <li> > [% IF ( mandatorypassword ) %] >@@ -830,13 +831,13 @@ > [% ELSE %] > <label for="password2"> > [% END %] >- Confirm password: </label> >+ [% t('Confirm password:') %] </label> > [% IF ( opadd ) %] > [% IF ( NoUpdateLogin ) %] > [% IF ( opduplicate ) %] >- <input type="password" id="password2" name="password2" size="20" disabled="disabled" /> >+ <input type="password" id="password2" name="password2" size="20" disabled="disabled" /> > [% ELSE %] >- <input type="password" id="password2" name="password2" size="20" disabled="disabled" value="[% password %]" /> >+ <input type="password" id="password2" name="password2" size="20" disabled="disabled" value="[% password %]" /> > [% END %] > [% ELSE %] > [% IF ( opduplicate ) %] >@@ -848,7 +849,7 @@ > [% ELSE %] > [% IF ( password ) %] > [% IF ( NoUpdateLogin ) %] >- <input type="password" id="password2" name="password2" size="20" disabled="disabled" value="****" /> >+ <input type="password" id="password2" name="password2" size="20" disabled="disabled" value="****" /> > [% ELSE %] > [% IF ( opduplicate ) %] > <input type="password" id="password2" name="password2" size="20" /> >@@ -858,13 +859,13 @@ > [% END %] > [% ELSE %] > [% IF ( NoUpdateLogin ) %] >- <input type="password" id="password2" name="password2" size="20" disabled="disabled" value="" /> >+ <input type="password" id="password2" name="password2" size="20" disabled="disabled" value="" /> > [% ELSE %] > <input type="password" id="password2" name="password2" size="20" value="" /> > [% END %] > [% END %] > [% END %] >- [% IF ( mandatorypassword ) %]<span class="required">Required</span>[% END %][% IF ( ERROR_password_mismatch ) %]<span class="required">Passwords do not match</span>[% END %] >+ [% IF ( mandatorypassword ) %]<span class="required">[% t('Required') %]</span>[% END %][% IF ( ERROR_password_mismatch ) %]<span class="required">[% t('Passwords do not match') %]</span>[% END %] > </li> > </ol> > </fieldset> >@@ -872,12 +873,12 @@ > <!--this zones are not necessary in modif mode --> > [% UNLESS ( opadd || opduplicate ) %] > <fieldset class="rows" id="memberentry_account_flags"> >- <legend id="account_flags_lgd">Patron account flags</legend> >+ <legend id="account_flags_lgd">[% t('Patron account flags') %]</legend> > <ol class="radio"> > [% FOREACH flagloo IN flagloop %] > <li><label class="radio" for="yes[% flagloo.name %]"> >- [% IF ( flagloo.key == 'gonenoaddress' ) %]Gone no address:[% END %] >- [% IF ( flagloo.key == 'lost' ) %]Lost card:[% END %] >+ [% IF ( flagloo.key == 'gonenoaddress' ) %][% t('Gone no address:') %][% END %] >+ [% IF ( flagloo.key == 'lost' ) %][% t('Lost card:') %][% END %] > </label> > [% IF CAN_user_circulate_manage_restrictions %] > <label for="yes[% flagloo.name %]"> >@@ -886,16 +887,16 @@ > [% ELSE %] > <input type="radio" id="yes[% flagloo.name %]" name="[% flagloo.name %]" value="1" /> > [% END %] >- Yes </label> >+ [% t('Yes') %] </label> > <label for="no[% flagloo.name %]"> > [% IF ( flagloo.no ) %] >- <input type="radio" id="no[% flagloo.name %]" name="[% flagloo.name %]" value="0" checked="checked"/> >+ <input type="radio" id="no[% flagloo.name %]" name="[% flagloo.name %]" value="0" checked="checked" /> > [% ELSE %] > <input type="radio" id="no[% flagloo.name %]" name="[% flagloo.name %]" value="0" /> > [% END %] >- No </label> >+ [% t('No') %] </label> > [% ELSE %] >- [% IF flagloo.yes %]Yes[% ELSE %]No[% END %] >+ [% IF flagloo.yes %][% t('Yes') %][% ELSE %][% t('No') %][% END %] > [% END %] > > </li> >@@ -905,18 +906,18 @@ > </fieldset> > > <fieldset class="rows" id="memberentry_restrictions"> >- <legend id="restrictions_lgd">Patron restrictions</legend> >+ <legend id="restrictions_lgd">[% t('Patron restrictions') %]</legend> > > [% IF ( debarments ) %] > <table> > <thead> > <tr> >- <th>Type</th> >- <th>Comment</th> >- <th>Expiration</th> >- <th>Created</th> >+ <th>[% t('Type') %]</th> >+ <th>[% t('Comment') %]</th> >+ <th>[% t('Expiration') %]</th> >+ <th>[% t('Created') %]</th> > [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] >- <th>Remove?</th> >+ <th>[% t('Remove?') %]</th> > [% END %] > </tr> > </thead> >@@ -927,12 +928,12 @@ > <td>[% d.type %]</td> > <td> > [% IF d.comment.search('OVERDUES_PROCESS') %] >- Restriction added by overdues process [% d.comment.remove('OVERDUES_PROCESS ') %] >+ [% t('Restriction added by overdues process') %] [% d.comment.remove('OVERDUES_PROCESS ') %] > [% ELSE %] > [% d.comment %] > [% END %] > </td> >- <td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <i>Indefinite</i> [% END %]</td> >+ <td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <i>[% t('Indefinite') %]</i> [% END %]</td> > <td>[% d.created | $KohaDates %]</td> > [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] > <td> >@@ -944,22 +945,22 @@ > </tbody> > </table> > [% ELSE %] >- <p>Patron is currently unrestricted.</p> >+ <p>[% t('Patron is currently unrestricted.') %]</p> > [% END %] > > [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %] >- <p><a href="#" id="add_manual_restriction">Add manual restriction</a></p> >+ <p><a href="#" id="add_manual_restriction">[% t('Add manual restriction') %]</a></p> > <fieldset id="manual_restriction_form"> > <input type="hidden" id="add_debarment" name="add_debarment" value="0" /> >- <legend id="manual_restriction_lgd">Add manual restriction</legend> >+ <legend id="manual_restriction_lgd">[% t('Add manual restriction') %]</legend> > <ol> >- <li><label for="debarred_comment">Comment: </label><input type="text" id="debarred_comment" name="debarred_comment" onchange="$('#add_debarment').val(1);" /></li> >- <li><label for="debarred_expiration">Expiration: </label><input name="debarred_expiration" id="debarred_expiration" size="10" value="" class="datepicker" onchange="$('#add_debarment').val(1);" /> >- <a href='javascript:void(0)' onclick="$('#debarred_expiration').val('');">Clear date</a></li> >+ <li><label for="debarred_comment">[% t('Comment:') %] </label><input type="text" id="debarred_comment" name="debarred_comment" onchange="$('#add_debarment').val(1);" /></li> >+ <li><label for="debarred_expiration">[% t('Expiration:') %] </label><input name="debarred_expiration" id="debarred_expiration" size="10" value="" class="datepicker" onchange="$('#add_debarment').val(1);" /> >+ <a href="javascript:void(0)" onclick="$('#debarred_expiration').val('');">[% t('Clear date') %]</a></li> > > </ol> > <p> >- <a class="cancel" id="cancel_manual_restriction" href="#">Cancel</a> >+ <a class="cancel" id="cancel_manual_restriction" href="#">[% t('Cancel') %]</a> > </p> > </fieldset> > [% END %] >@@ -971,48 +972,36 @@ > [% IF ( step_4 ) %] > [% IF Koha.Preference('HouseboundModule') %] > <fieldset class="rows" id="memberentry_housebound_roles"> >- <legend id="housebound_roles">Housebound roles</legend> >+ <legend id="housebound_roles">[% t('Housebound roles') %]</legend> > <ol class="radio"> > <li> > <label class="radio" for="housebound_chooser"> >- Chooser: >+ [% t('Chooser:') %] > </label> > [% IF ( housebound_role.housebound_chooser == 1 ) %] >- <label for="yes_housebound_chooser">Yes </label> >- <input type="radio" id="yes_housebound_chooser" >- name="housebound_chooser" value="1" >- checked="checked" /> >- <label for="no_housebound_chooser">No </label> >- <input type="radio" id="no_housebound_chooser" >- name="housebound_chooser" value="0" /> >+ <label for="yes_housebound_chooser">[% t('Yes') %] </label> >+ <input type="radio" id="yes_housebound_chooser" name="housebound_chooser" value="1" checked="checked" /> >+ <label for="no_housebound_chooser">[% t('No') %] </label> >+ <input type="radio" id="no_housebound_chooser" name="housebound_chooser" value="0" /> > [% ELSE %] >- <label for="yes_housebound_chooser">Yes </label> >- <input type="radio" id="yes_housebound_chooser" >- name="housebound_chooser" value="1" /> >- <label for="no_housebound_chooser">No </label> >- <input type="radio" id="no_housebound_chooser" >- name="housebound_chooser" value="0" >- checked="checked" /> >+ <label for="yes_housebound_chooser">[% t('Yes') %] </label> >+ <input type="radio" id="yes_housebound_chooser" name="housebound_chooser" value="1" /> >+ <label for="no_housebound_chooser">[% t('No') %] </label> >+ <input type="radio" id="no_housebound_chooser" name="housebound_chooser" value="0" checked="checked" /> > [% END %] > </li> > <li> >- <label class="radio" for="housebound_deliverer">Deliverer:</label> >+ <label class="radio" for="housebound_deliverer">[% t('Deliverer:') %]</label> > [% IF ( housebound_role.housebound_deliverer == 1 ) %] >- <label for="yes_housebound_deliverer">Yes </label> >- <input type="radio" id="yes_housebound_deliverer" >- name="housebound_deliverer" value="1" >- checked="checked" /> >- <label for="no_housebound_deliverer">No </label> >- <input type="radio" id="no_housebound_deliverer" >- name="housebound_deliverer" value="0" /> >+ <label for="yes_housebound_deliverer">[% t('Yes') %] </label> >+ <input type="radio" id="yes_housebound_deliverer" name="housebound_deliverer" value="1" checked="checked" /> >+ <label for="no_housebound_deliverer">[% t('No') %] </label> >+ <input type="radio" id="no_housebound_deliverer" name="housebound_deliverer" value="0" /> > [% ELSE %] >- <label for="yes_housebound_deliverer">Yes </label> >- <input type="radio" id="yes_housebound_deliverer" >- name="housebound_deliverer" value="1" /> >- <label for="no_housebound_deliverer">No </label> >- <input type="radio" id="no_housebound_deliverer" >- name="housebound_deliverer" value="0" >- checked="checked" /> >+ <label for="yes_housebound_deliverer">[% t('Yes') %] </label> >+ <input type="radio" id="yes_housebound_deliverer" name="housebound_deliverer" value="1" /> >+ <label for="no_housebound_deliverer">[% t('No') %] </label> >+ <input type="radio" id="no_housebound_deliverer" name="housebound_deliverer" value="0" checked="checked" /> > [% END %] > </li> > </ol> >@@ -1020,7 +1009,7 @@ > [% END # hide fieldset %] > [% IF ( ExtendedPatronAttributes ) %][% UNLESS ( no_patron_attribute_types ) %] > <fieldset class="rows" id="memberentry_patron_attributes"> >- <legend id="patron_attributes_lgd">Additional attributes and identifiers</legend> >+ <legend id="patron_attributes_lgd">[% t('Additional attributes and identifiers') %]</legend> > <input type="hidden" name="setting_extended_patron_attributes" value="1" /> > [% FOREACH pa_loo IN patron_attributes %] > [% IF pa_loo.class %] >@@ -1040,7 +1029,7 @@ > [% auth_val_loo.lib %] > </option> > [% ELSE %] >- <option value="[% auth_val_loo.authorised_value %]" > >+ <option value="[% auth_val_loo.authorised_value %]"> > [% auth_val_loo.lib %] > </option> > [% END %] >@@ -1050,9 +1039,9 @@ > <textarea rows="2" cols="30" id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]">[% patron_attribute.value %]</textarea> > [% END %] > <input type="hidden" id="[% patron_attribute.form_id %]_code" name="[% patron_attribute.form_id %]_code" value="[% patron_attribute.code |html %]" /> >- <a href="#" onclick="clear_entry(this); return false;"><i class="fa fa-fw fa-trash"></i> Clear</a> >+ <a href="#" onclick="clear_entry(this); return false;"><i class="fa fa-fw fa-trash"></i> [% t('Clear') %]</a> > [% IF ( patron_attribute.repeatable ) %] >- <a href="#" onclick="clone_entry(this); return false;"><i class="fa fa-fw fa-plus"></i> New</a> >+ <a href="#" onclick="clone_entry(this); return false;"><i class="fa fa-fw fa-plus"></i> [% t('New') %]</a> > [% END %] > </li> > [% END %] >@@ -1064,7 +1053,7 @@ > > [% IF ( step_5 ) %][% IF ( EnhancedMessagingPreferences ) %] > <fieldset class="rows" id="memberentry_messaging_prefs"> >- <legend id="patron_messaging_prefs_lgd">Patron messaging preferences</legend> >+ <legend id="patron_messaging_prefs_lgd">[% t('Patron messaging preferences') %]</legend> > [% IF ( opadd ) %] > <!-- handle changing prefs if creating new patron and changing > the patron category >@@ -1114,14 +1103,14 @@ > <input type="hidden" name="setting_messaging_prefs" value="1" /> > [% INCLUDE 'messaging-preference-form.inc' %] > [% IF ( SMSSendDriver ) %] >- <p><label for="SMSnumber">SMS number:</label> >+ <p><label for="SMSnumber">[% t('SMS number:') %]</label> > <input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber %]" /> > </p> > [% UNLESS nosms_provider_id %] > <p> >- <label for="sms_provider_id">SMS provider:</label> >- <select id="sms_provider_id" name="sms_provider_id"/> >- <option value="">Unknown</option> >+ <label for="sms_provider_id">[% t('SMS provider:') %]</label> >+ <select id="sms_provider_id" name="sms_provider_id" /> >+ <option value="">[% t('Unknown') %]</option> > [% FOREACH s IN sms_providers %] > [% IF s.id == sms_provider_id %] > <option value="[% s.id %]" selected="selected">[% s.name %]</option> >@@ -1140,7 +1129,7 @@ > > [% IF quickadd && opadd && !check_member %] > <form id="quick_add_form" class="toggler"> >- <fieldset class="rows quick_add"><legend>Quick add</legend> >+ <fieldset class="rows quick_add"><legend>[% t('Quick add') %]</legend> > <ol id="quick_add_list"> > </ol> > </fieldset> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index 1276f0ce1e..4ebfec1d55 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE AuthorisedValues %] > [% USE Branches %] >@@ -5,7 +6,7 @@ > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Update patron records</title> >+<title>[% t('Koha ⺠Patrons ⺠Update patron records') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -15,53 +16,53 @@ > > [% BLOCK display_names %] > [% SWITCH field %] >-[% CASE 'branchcode' %]<span>Home library (branchcode)</span> >-[% CASE 'surname' %]<span>Surname</span> >-[% CASE 'firstname' %]<span>First name</span> >-[% CASE 'title' %]<span>Title</span> >-[% CASE 'othernames' %]<span>Other names</span> >-[% CASE 'initials' %]<span>Initials</span> >-[% CASE 'streetnumber' %]<span>Street number</span> >-[% CASE 'streettype' %]<span>Street type</span> >-[% CASE 'address' %]<span>Address</span> >-[% CASE 'address2' %]<span>Address 2</span> >-[% CASE 'city' %]<span>City</span> >-[% CASE 'state' %]<span>State</span> >-[% CASE 'zipcode' %]<span>ZIP/Postal code</span> >-[% CASE 'country' %]<span>Country</span> >-[% CASE 'email' %]<span>Email</span> >-[% CASE 'phone' %]<span>Primary phone</span> >-[% CASE 'mobile' %]<span>Other phone</span> >-[% CASE 'fax' %]<span>Fax</span> >-[% CASE 'emailpro' %]<span>Secondary email</span> >-[% CASE 'phonepro' %]<span>Secondary phone</span> >-[% CASE 'B_streetnumber' %]<span>Alternate address: Street number</span> >-[% CASE 'B_streettype' %]<span>Alternate address: Street type</span> >-[% CASE 'B_address' %]<span>Alternate address: Address</span> >-[% CASE 'B_address2' %]<span>Alternate address: Address 2</span> >-[% CASE 'B_city' %]<span>Alternate address: City</span> >-[% CASE 'B_state' %]<span>Alternate address: State</span> >-[% CASE 'B_zipcode' %]<span>Alternate address: ZIP/Postal code</span> >-[% CASE 'B_email' %]<span>Alternate address: Email</span> >-[% CASE 'B_phone' %]<span>Alternate address: Phone</span> >-[% CASE 'contactnote' %]<span>Alternate address: Contact note</span> >-[% CASE 'dateofbirth' %]<span>Date of birth</span> >-[% CASE 'contactname' %]<span>Contact: Last name</span> >-[% CASE 'contactfirstname' %]<span>Contact: First name</span> >-[% CASE 'contacttitle' %]<span>Contact: Title</span> >-[% CASE 'relationship' %]<span>Contact: Relationship</span> >-[% CASE 'sex' %]<span>Gender</span> >-[% CASE 'altcontactfirstname' %]<span>Alternate contact: First name</span> >-[% CASE 'altcontactsurname' %]<span>Alternate contact: Surname</span> >-[% CASE 'altcontactaddress1' %]<span>Alternate contact: Address</span> >-[% CASE 'altcontactaddress2' %]<span>Alternate contact: Address 2</span> >-[% CASE 'altcontactaddress3' %]<span>Alternate contact: City</span> >-[% CASE 'altcontactstate' %]<span>Alternate contact: State</span> >-[% CASE 'altcontactzipcode' %]<span>Alternate contact: ZIP/Postal code</span> >-[% CASE 'altcontactcountry' %]<span>Alternate contact: Country</span> >-[% CASE 'altcontactphone' %]<span>Alternate contact: Phone</span> >-[% CASE 'smsalertnumber' %]<span>SMS alert number</span> >-[% CASE 'extended_attributes' %]<span>Additional attributes and identifiers</span> >+[% CASE 'branchcode' %]<span>[% t('Home library (branchcode)') %]</span> >+[% CASE 'surname' %]<span>[% t('Surname') %]</span> >+[% CASE 'firstname' %]<span>[% t('First name') %]</span> >+[% CASE 'title' %]<span>[% t('Title') %]</span> >+[% CASE 'othernames' %]<span>[% t('Other names') %]</span> >+[% CASE 'initials' %]<span>[% t('Initials') %]</span> >+[% CASE 'streetnumber' %]<span>[% t('Street number') %]</span> >+[% CASE 'streettype' %]<span>[% t('Street type') %]</span> >+[% CASE 'address' %]<span>[% t('Address') %]</span> >+[% CASE 'address2' %]<span>[% t('Address 2') %]</span> >+[% CASE 'city' %]<span>[% t('City') %]</span> >+[% CASE 'state' %]<span>[% t('State') %]</span> >+[% CASE 'zipcode' %]<span>[% t('ZIP/Postal code') %]</span> >+[% CASE 'country' %]<span>[% t('Country') %]</span> >+[% CASE 'email' %]<span>[% t('Email') %]</span> >+[% CASE 'phone' %]<span>[% t('Primary phone') %]</span> >+[% CASE 'mobile' %]<span>[% t('Other phone') %]</span> >+[% CASE 'fax' %]<span>[% t('Fax') %]</span> >+[% CASE 'emailpro' %]<span>[% t('Secondary email') %]</span> >+[% CASE 'phonepro' %]<span>[% t('Secondary phone') %]</span> >+[% CASE 'B_streetnumber' %]<span>[% t('Alternate address: Street number') %]</span> >+[% CASE 'B_streettype' %]<span>[% t('Alternate address: Street type') %]</span> >+[% CASE 'B_address' %]<span>[% t('Alternate address: Address') %]</span> >+[% CASE 'B_address2' %]<span>[% t('Alternate address: Address 2') %]</span> >+[% CASE 'B_city' %]<span>[% t('Alternate address: City') %]</span> >+[% CASE 'B_state' %]<span>[% t('Alternate address: State') %]</span> >+[% CASE 'B_zipcode' %]<span>[% t('Alternate address: ZIP/Postal code') %]</span> >+[% CASE 'B_email' %]<span>[% t('Alternate address: Email') %]</span> >+[% CASE 'B_phone' %]<span>[% t('Alternate address: Phone') %]</span> >+[% CASE 'contactnote' %]<span>[% t('Alternate address: Contact note') %]</span> >+[% CASE 'dateofbirth' %]<span>[% t('Date of birth') %]</span> >+[% CASE 'contactname' %]<span>[% t('Contact: Last name') %]</span> >+[% CASE 'contactfirstname' %]<span>[% t('Contact: First name') %]</span> >+[% CASE 'contacttitle' %]<span>[% t('Contact: Title') %]</span> >+[% CASE 'relationship' %]<span>[% t('Contact: Relationship') %]</span> >+[% CASE 'sex' %]<span>[% t('Gender') %]</span> >+[% CASE 'altcontactfirstname' %]<span>[% t('Alternate contact: First name') %]</span> >+[% CASE 'altcontactsurname' %]<span>[% t('Alternate contact: Surname') %]</span> >+[% CASE 'altcontactaddress1' %]<span>[% t('Alternate contact: Address') %]</span> >+[% CASE 'altcontactaddress2' %]<span>[% t('Alternate contact: Address 2') %]</span> >+[% CASE 'altcontactaddress3' %]<span>[% t('Alternate contact: City') %]</span> >+[% CASE 'altcontactstate' %]<span>[% t('Alternate contact: State') %]</span> >+[% CASE 'altcontactzipcode' %]<span>[% t('Alternate contact: ZIP/Postal code') %]</span> >+[% CASE 'altcontactcountry' %]<span>[% t('Alternate contact: Country') %]</span> >+[% CASE 'altcontactphone' %]<span>[% t('Alternate contact: Phone') %]</span> >+[% CASE 'smsalertnumber' %]<span>[% t('SMS alert number') %]</span> >+[% CASE 'extended_attributes' %]<span>[% t('Additional attributes and identifiers') %]</span> > [% CASE %][% field %] > [% END %] > [% END %] >@@ -86,39 +87,39 @@ > [% END %] > [% END %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Update patron records</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Update patron records') %]</div> > > <div class="main container-fluid"> > <div class="row"> > <div class="col-md-8 col-md-offset-2"> > > [% IF PendingModifications %] >- <h2>Update patron records</h2> >+ <h2>[% t('Update patron records') %]</h2> > <form method="post" action="members-update-do.pl"> > <div id="pending_updates"> > [% FOREACH pm IN PendingModifications %] > [% SET borrowernumber = pm.borrowernumber %] >- <h3><a href="#panel_modify_[% pm.borrowernumber %]">[% borrowers.$borrowernumber.surname %][% IF ( borrowers.$borrowernumber.firstname ) %], [% borrowers.$borrowernumber.firstname %][% END %] - [% Categories.GetName( borrowers.$borrowernumber.categorycode ) %] ([% Branches.GetName( borrowers.$borrowernumber.branchcode ) %]) ([% borrowers.$borrowernumber.cardnumber %]) - Requested on [% pm.timestamp | $KohaDates with_hours = 1 %]</a></h3> >+ <h3><a href="#panel_modify_[% pm.borrowernumber %]">[% borrowers.$borrowernumber.surname %][% IF ( borrowers.$borrowernumber.firstname ) %], [% borrowers.$borrowernumber.firstname %][% END %] - [% Categories.GetName( borrowers.$borrowernumber.categorycode ) %] ([% Branches.GetName( borrowers.$borrowernumber.branchcode ) %]) ([% borrowers.$borrowernumber.cardnumber %][% t(') - Requested on') %] [% pm.timestamp | $KohaDates with_hours = 1 %]</a></h3> > <div id="panel_modify_[% pm.borrowernumber %]"> > <div style="background-color:#E6F0F2;padding:.5em;margin:.3em 0;"> > <input type="radio" id="approve_modify_[% pm.borrowernumber %]" name="modify_[% pm.borrowernumber %]" value="approve" /> >- <label for="approve_modify_[% pm.borrowernumber %]">Approve</label> >+ <label for="approve_modify_[% pm.borrowernumber %]">[% t('Approve') %]</label> > > <input type="radio" id="deny_modify_[% pm.borrowernumber %]" name="modify_[% pm.borrowernumber %]" value="deny" /> >- <label for="deny_modify_[% pm.borrowernumber %]">Deny</label> >+ <label for="deny_modify_[% pm.borrowernumber %]">[% t('Deny') %]</label> > >- <input type="radio" id="ignore_modify_[% pm.borrowernumber %]" name="modify_[% pm.borrowernumber %]" value="ignore" checked="checked"/> >- <label for="ignore_modify_[% pm.borrowernumber %]">Ignore</label> >- | <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% pm.borrowernumber %]" >Patron details</a> >+ <input type="radio" id="ignore_modify_[% pm.borrowernumber %]" name="modify_[% pm.borrowernumber %]" value="ignore" checked="checked" /> >+ <label for="ignore_modify_[% pm.borrowernumber %]">[% t('Ignore') %]</label> >+ | <a target="_blank" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% pm.borrowernumber %]">[% t('Patron details') %]</a> > </div> > [% IF !pm.extended_attributes and pm.size > 3 or pm.extended_attributes and pm.size > 4 %] > [%# timestamp+verification_token+borrowernumber=3 %] > <div class="members-update-table"> > <table> > <tr> >- <th>Field</th> >- <th>Old value</th> >- <th>New value</th> >+ <th>[% t('Field') %]</th> >+ <th>[% t('Old value') %]</th> >+ <th>[% t('New value') %]</th> > </tr> > > >@@ -149,9 +150,9 @@ > <h4>[% PROCESS display_names field='extended_attributes' %]</h4> > <table> > <tr> >- <th>Field</th> >- <th>Old value</th> >- <th>New value</th> >+ <th>[% t('Field') %]</th> >+ <th>[% t('Old value') %]</th> >+ <th>[% t('New value') %]</th> > </tr> > [% FOREACH attribute_group IN borrowers.$borrowernumber.modified_attributes %] > <tr> >@@ -165,10 +166,10 @@ > [% END %] > [% IF borrowers.$borrowernumber.gonenoaddress > 0 %] > <div class="dialog message" style="margin-top:.8em"> >- <h4>Patron's address in doubt</h4> >- <p>The <strong>Gone no address</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p> >- <input type="checkbox" id="unset_gna_[% pm.borrowernumber %]" name="unset_gna_[% pm.borrowernumber %]" value="unset_gna_[% pm.borrowernumber %]"/> >- <label for="unset_gna_[% pm.borrowernumber %]">Unset Gone no address for this patron</label> >+ <h4>[% t('Patron\'s address in doubt') %]</h4> >+ <p>[% t('The') %] <strong>[% t('Gone no address') %]</strong> [% t('flag is set for this patron. If this modification request resolves the issue, please unset the flag.') %]</p> >+ <input type="checkbox" id="unset_gna_[% pm.borrowernumber %]" name="unset_gna_[% pm.borrowernumber %]" value="unset_gna_[% pm.borrowernumber %]" /> >+ <label for="unset_gna_[% pm.borrowernumber %]">[% t('Unset Gone no address for this patron') %]</label> > </div> > [% END %] > </div> >@@ -179,7 +180,7 @@ > </form> > [% ELSE %] > <div class="dialog message"> >- <p>There are no pending patron modifications.</p> >+ <p>[% t('There are no pending patron modifications.') %]</p> > </div> > [% END %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >index 264d1c6728..ad3e83de6c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Branches %] > [% USE Categories %] > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Merge patron records</title> >+<title>[% t('Koha ⺠Patrons ⺠Merge patron records') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > > </head> >@@ -14,62 +15,62 @@ > > [% BLOCK display_names %] > [% SWITCH rs %] >- [% CASE 'Accountline' %]account lines >- [% CASE 'ArticleRequest' %]article requests >- [% CASE 'BorrowerAttribute' %]extended patron attributes >- [% CASE 'BorrowerDebarment' %]patron restrictions >- [% CASE 'BorrowerFile' %]patrons files >- [% CASE 'BorrowerModification' %]patron modification requests >- [% CASE 'ClubEnrollment' %]club enrollments >- [% CASE 'Issue' %]checkouts >- [% CASE 'ItemsLastBorrower' %]marks as last borrower of item >- [% CASE 'Linktracker' %]tracked link clicks >- [% CASE 'Message' %]patron messages >- [% CASE 'MessageQueue' %]patron notices >- [% CASE 'OldIssue' %]previous checkouts >- [% CASE 'OldReserve' %]filled holds >- [% CASE 'Rating' %]ratings >- [% CASE 'Reserve' %]current holds >- [% CASE 'Review' %]reviews >- [% CASE 'Statistic' %]statistics >- [% CASE 'SearchHistory' %]historical searches >- [% CASE 'Suggestion' %]purchase suggestions >- [% CASE 'TagAll' %]tags >- [% CASE 'Virtualshelfcontent' %]list items >- [% CASE 'Virtualshelfshare' %]list shares >- [% CASE 'Virtualshelve' %]lists >+ [% CASE 'Accountline' %][% t('account lines') %] >+ [% CASE 'ArticleRequest' %][% t('article requests') %] >+ [% CASE 'BorrowerAttribute' %][% t('extended patron attributes') %] >+ [% CASE 'BorrowerDebarment' %][% t('patron restrictions') %] >+ [% CASE 'BorrowerFile' %][% t('patrons files') %] >+ [% CASE 'BorrowerModification' %][% t('patron modification requests') %] >+ [% CASE 'ClubEnrollment' %][% t('club enrollments') %] >+ [% CASE 'Issue' %][% t('checkouts') %] >+ [% CASE 'ItemsLastBorrower' %][% t('marks as last borrower of item') %] >+ [% CASE 'Linktracker' %][% t('tracked link clicks') %] >+ [% CASE 'Message' %][% t('patron messages') %] >+ [% CASE 'MessageQueue' %][% t('patron notices') %] >+ [% CASE 'OldIssue' %][% t('previous checkouts') %] >+ [% CASE 'OldReserve' %][% t('filled holds') %] >+ [% CASE 'Rating' %][% t('ratings') %] >+ [% CASE 'Reserve' %][% t('current holds') %] >+ [% CASE 'Review' %][% t('reviews') %] >+ [% CASE 'Statistic' %][% t('statistics') %] >+ [% CASE 'SearchHistory' %][% t('historical searches') %] >+ [% CASE 'Suggestion' %][% t('purchase suggestions') %] >+ [% CASE 'TagAll' %][% t('tags') %] >+ [% CASE 'Virtualshelfcontent' %][% t('list items') %] >+ [% CASE 'Virtualshelfshare' %][% t('list shares') %] >+ [% CASE 'Virtualshelve' %][% t('lists') %] > [% CASE %][% rs %] > [% END %] > [% END %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Merge patron records</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Merge patron records') %]</div> > > <div class="main container-fluid"> > <div class="row"> > <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> >- <h3>Merge patron records</h3> >+ <h3>[% t('Merge patron records') %]</h3> > > [% IF action == 'show' %] > [% IF patrons.count > 1 %] >- <p>Select patron to keep. Data from the other patrons will be transferred to this patron record and the remaining patron records will be deleted.</p> >+ <p>[% t('Select patron to keep. Data from the other patrons will be transferred to this patron record and the remaining patron records will be deleted.') %]</p> > <form type="post" action="merge-patrons.pl"> > <table id="patron-merge-table" class="datatable"> > <thead> > <tr> >- <th> </th> >- <th>Card</th> >- <th>Name</th> >- <th>Date of birth</th> >- <th>Category</th> >- <th>Library</th> >- <th>Expires on</th> >+ <th> </th> >+ <th>[% t('Card') %]</th> >+ <th>[% t('Name') %]</th> >+ <th>[% t('Date of birth') %]</th> >+ <th>[% t('Category') %]</th> >+ <th>[% t('Library') %]</th> >+ <th>[% t('Expires on') %]</th> > </tr> > </thead> > > <tbody> > [% FOREACH p IN patrons %] > <tr> >- <td><input class='keeper' type='radio' name='keeper' value='[% p.id %]' /></td> >+ <td><input class="keeper" type="radio" name="keeper" value="[% p.id %]" /></td> > <td>[% p.cardnumber | html %]</td> > <td>[% INCLUDE 'patron-title.inc' patron = p %]</td> > <td>[% p.dateofbirth | $KohaDates %]</td> >@@ -84,27 +85,27 @@ > <input type="hidden" name="id" value="[% p.id %]" /> > [% END %] > >- <p/> >+ <p /> > > <input type="hidden" name="action" value="merge" /> > <input id="merge-patrons" type="submit" value="Merge patrons" /> > [% ELSE %] >- <div class="dialog alert">Error: Two or more patrons need to be selected for merging</div> >+ <div class="dialog alert">[% t('Error: Two or more patrons need to be selected for merging') %]</div> > [% END %] > </form> > [% ELSIF action == 'merge' %] >- <h4>Results</h4> >+ <h4>[% t('Results') %]</h4> > [% IF error %] > [% IF error == 'INVALID_KEEPER' %] >- <div class="dialog alert">Merge failed! The patron to keep was invalid.</div> >+ <div class="dialog alert">[% t('Merge failed! The patron to keep was invalid.') %]</div> > [% ELSE %] >- <div class="dialog alert">Merge failed! The following error was reported: [% error %].</div> >+ <div class="dialog alert">[% t('Merge failed! The following error was reported:') %] [% error %].</div> > [% END %] > [% ELSIF !results.merged.keys.size %] >- <div class="dialog alert">No valid patrons to merge were found.</div> >+ <div class="dialog alert">[% t('No valid patrons to merge were found.') %]</div> > [% ELSE %] > <p> >- Patron records merged into <a href="moremember.pl?borrowernumber=[% keeper.id %]">[% INCLUDE 'patron-title.inc' patron = keeper %]</a> >+ [% t('Patron records merged into') %] <a href="moremember.pl?borrowernumber=[% keeper.id %]">[% INCLUDE 'patron-title.inc' patron = keeper %]</a> > </p> > > [% FOREACH pair IN results.merged.pairs %] >@@ -117,9 +118,9 @@ > [% SET count = r.value %] > [% IF count %] > <p> >- <span>[% count %] [% PROCESS display_names rs = name %] transferred.</span> >+ <span>[% count %] [% PROCESS display_names rs = name %] [% t('transferred.') %]</span> > [% IF name == 'Reserve' %] >- <strong>It is advisable to check for and resolve duplicate holds due to merging.</strong> >+ <strong>[% t('It is advisable to check for and resolve duplicate holds due to merging.') %]</strong> > [% END %] > </p> > [% END %] >@@ -128,7 +129,7 @@ > [% END %] > > [% UNLESS error %] >- <a class="btn btn-default btn-sm" href="moremember.pl?borrowernumber=[% keeper.id %]">View patron record</a> >+ <a class="btn btn-default btn-sm" href="moremember.pl?borrowernumber=[% keeper.id %]">[% t('View patron record') %]</a> > [% END %] > [% END %] > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >index 0c2270ad05..1dc72c2bd8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt >@@ -1,8 +1,9 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Koha %] > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Check duplicate patron</title> >+<title>[% t('Koha ⺠Check duplicate patron') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -19,8 +20,8 @@ > <div class="col-xs-6"> > <div id="patron-information"> > >- [% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames %]”[% END %] >- <div class = "address"> >+ [% UNLESS ( I ) %][% IF ( othernames ) %]â[% othernames %]â[% END %] >+ <div class="address"> > <ul> > [% IF Koha.Preference( 'AddressFormat' ) %] > [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] >@@ -31,24 +32,24 @@ > </div> > <div class="rows"> > <ol> >- [% IF ( phone ) %]<li><span class="label">Primary phone: </span>[% phone %]</li>[% END %] >- [% IF ( phonepro ) %]<li><span class="label">Secondary phone: </span>[% phonepro %]</li>[% END %] >- [% IF ( mobile ) %]<li><span class="label">Other phone: </span>[% mobile %]</li>[% END %] >- [% IF ( fax ) %]<li><span class="label">Fax: </span>[% fax %]</li>[% END %] >- [% IF ( email ) %]<li class="email"><span class="label">Primary email:</span><a href="mailto:[% email %]">[% email %]</a></li>[% END %] >- [% IF ( emailpro ) %]<li class="email"><span class="label">Secondary email: </span><a href="mailto:[% emailpro %]">[% emailpro %]</a></li>[% END %] >+ [% IF ( phone ) %]<li><span class="label">[% t('Primary phone:') %] </span>[% phone %]</li>[% END %] >+ [% IF ( phonepro ) %]<li><span class="label">[% t('Secondary phone:') %] </span>[% phonepro %]</li>[% END %] >+ [% IF ( mobile ) %]<li><span class="label">[% t('Other phone:') %] </span>[% mobile %]</li>[% END %] >+ [% IF ( fax ) %]<li><span class="label">[% t('Fax:') %] </span>[% fax %]</li>[% END %] >+ [% IF ( email ) %]<li class="email"><span class="label">[% t('Primary email:') %]</span><a href="mailto:[% email %]">[% email %]</a></li>[% END %] >+ [% IF ( emailpro ) %]<li class="email"><span class="label">[% t('Secondary email:') %] </span><a href="mailto:[% emailpro %]">[% emailpro %]</a></li>[% END %] > [% UNLESS ( I ) %] >- [% IF ( inititals ) %]<li><span class="label">Initials: </span>[% initials %]</li>[% END %] >- [% IF ( dateofbirth ) %]<li><span class="label">Date of birth:</span>[% dateofbirth | $KohaDates %]</li>[% END %] >- [% IF ( sex ) %]<li><span class="label">Gender:</span>[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex %][% END %]</li>[% END %][% END %] >+ [% IF ( inititals ) %]<li><span class="label">[% t('Initials:') %] </span>[% initials %]</li>[% END %] >+ [% IF ( dateofbirth ) %]<li><span class="label">[% t('Date of birth:') %]</span>[% dateofbirth | $KohaDates %]</li>[% END %] >+ [% IF ( sex ) %]<li><span class="label">[% t('Gender:') %]</span>[% IF ( sex == 'F' ) %][% t('Female') %][% ELSIF ( sex == 'M' ) %][% t('Male') %][% ELSE %][% sex %][% END %]</li>[% END %][% END %] > [% END %] > [% IF ( isguarantee ) %] > [% IF ( guaranteeloop ) %] >- <li><span class="label">Guarantees:</span><ul>[% FOREACH guaranteeloo IN guaranteeloop %]<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guaranteeloo.borrowernumber %]">[% guaranteeloo.name %] </a></li>[% END %]</ul></li> >+ <li><span class="label">[% t('Guarantees:') %]</span><ul>[% FOREACH guaranteeloo IN guaranteeloop %]<li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guaranteeloo.borrowernumber %]">[% guaranteeloo.name %] </a></li>[% END %]</ul></li> > [% END %] > [% ELSE %] > [% IF ( guarantor.borrowernumber ) %] >- <li><span class="label">Guarantor:</span><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.borrowernumber %]">[% guarantor.surname %], [% guarantor.firstname %]</a></li> >+ <li><span class="label">[% t('Guarantor:') %]</span><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.borrowernumber %]">[% guarantor.surname %], [% guarantor.firstname %]</a></li> > [% END %] > [% END %] > </ol> >@@ -58,24 +59,24 @@ > > <div class="col-xs-6"> > <div id="patron-library-details"> >- <h3>Library use</h3> >+ <h3>[% t('Library use') %]</h3> > <div class="rows"> > <ol> >- <li><span class="label">Card number: </span>[% cardnumber %]</li> >- <li><span class="label">Borrowernumber: </span> [% borrowernumber %]</li> >- <li><span class="label">Category: </span>[% categoryname %] ([% categorycode %])</li> >- <li><span class="label">Registration date: </span>[% dateenrolled | $KohaDates %]</li> >- <li><span class="label">Expiration date: </span> >+ <li><span class="label">[% t('Card number:') %] </span>[% cardnumber %]</li> >+ <li><span class="label">[% t('Borrowernumber:') %] </span> [% borrowernumber %]</li> >+ <li><span class="label">[% t('Category:') %] </span>[% categoryname %] ([% categorycode %])</li> >+ <li><span class="label">[% t('Registration date:') %] </span>[% dateenrolled | $KohaDates %]</li> >+ <li><span class="label">[% t('Expiration date:') %] </span> > [% IF ( was_renewed ) %] > <strong class="reregistrinfo">[% dateexpiry | $KohaDates %]</strong> > [% ELSE %] > [% dateexpiry | $KohaDates %] > [% END %] > </li> >- <li><span class="label">Library: </span>[% branchname %]</li> >+ <li><span class="label">[% t('Library:') %] </span>[% branchname %]</li> > >- [% IF ( sort1 ) %]<li><span class="label">Sort field 1:</span>[% lib1 %]</li>[% END %] >- [% IF ( sort2 ) %]<li><span class="label">Sort field 2:</span>[% lib2 %]</li>[% END %] >+ [% IF ( sort1 ) %]<li><span class="label">[% t('Sort field 1:') %]</span>[% lib1 %]</li>[% END %] >+ [% IF ( sort2 ) %]<li><span class="label">[% t('Sort field 2:') %]</span>[% lib2 %]</li>[% END %] > </ol> > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >index 3bb901a754..51d8ef9f39 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >@@ -1,16 +1,17 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Koha %] > [% USE Branches %] > [% USE KohaDates %] > [% USE Price %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >- <title>Summary for [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])</title> >+ <title>[% t('Summary for') %] [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > > <body id="pat_moremember-print" class="pat"> > <div id="main"> >- <h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% patron.cardnumber %]">Account summary: [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])</a></h3> >+ <h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% patron.cardnumber %]">[% t('Account summary:') %] [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])</a></h3> > > <ul> > [% IF Koha.Preference( 'AddressFormat' ) %] >@@ -18,37 +19,37 @@ > [% ELSE %] > [% INCLUDE 'member-display-address-style-us.inc' %] > [% END %] >- <li>[% IF ( patron.phone ) %][% patron.phone %][% ELSE %](no phone number on file)[% END %]</li> >- <li>[% IF ( patron.email ) %][% patron.email %][% ELSE %](no primary email on file)[% END %]</li> >+ <li>[% IF ( patron.phone ) %][% patron.phone %][% ELSE %][% t('(no phone number on file)') %][% END %]</li> >+ <li>[% IF ( patron.email ) %][% patron.email %][% ELSE %][% t('(no primary email on file)') %][% END %]</li> > [% IF ( patron.emailpro ) %] > <li>[% patron.emailpro %]</li> > [% END %] >- <li>Registration date: [% patron.dateenrolled | $KohaDates %]</li> >- <li>Expiration date: [% patron.dateexpiry | $KohaDates %]</li> >- <li>Library: [% Branches.GetName( patron.branchcode ) %]</li> >- <li>Category: [% patron.category.description %]</li> >+ <li>[% t('Registration date:') %] [% patron.dateenrolled | $KohaDates %]</li> >+ <li>[% t('Expiration date:') %] [% patron.dateexpiry | $KohaDates %]</li> >+ <li>[% t('Library:') %] [% Branches.GetName( patron.branchcode ) %]</li> >+ <li>[% t('Category:') %] [% patron.category.description %]</li> > </ul> > > [% IF ( issues ) %] > <table> >- <caption>Items checked out</caption> >+ <caption>[% t('Items checked out') %]</caption> > <tr> >- <th>Title</th> >- <th>Author</th> >- <th>Call no</th> >- <th>Item type</th> >- <th>Date due</th> >- <th>Barcode</th> >- <th>Charge</th> >- <th>Price</th> >- <th>Status</th> >+ <th>[% t('Title') %]</th> >+ <th>[% t('Author') %]</th> >+ <th>[% t('Call no') %]</th> >+ <th>[% t('Item type') %]</th> >+ <th>[% t('Date due') %]</th> >+ <th>[% t('Barcode') %]</th> >+ <th>[% t('Charge') %]</th> >+ <th>[% t('Price') %]</th> >+ <th>[% t('Status') %]</th> > </tr> > > [% FOREACH issue IN issues %] > [% IF ( issue.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %] > <td> > [% issue.title |html %] >- <a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issue.itemnumber %]&biblionumber=[% issue.biblionumber %]&bi=[% issue.biblioitemnumber %]"></a> >+ <a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issue.itemnumber %]&biblionumber=[% issue.biblionumber %]&bi=[% issue.biblioitemnumber %]"></a> > </td> > <td>[% issue.author %]</td> > <td>[% issue.itemcallnumber %]</td> >@@ -57,28 +58,28 @@ > <td>[% issue.barcode %]</td> > <td>[% issue.charge %]</td> > <td>[% issue.replacementprice %]</td> >- <td>[% IF ( issue.overdue ) %]Overdue![% ELSE %] [% END %]</td> >+ <td>[% IF ( issue.overdue ) %][% t('Overdue!') %][% ELSE %] [% END %]</td> > </tr> > [% END %] > > <tr> >- <td colspan="6" style="text-align: right; font-weight:bold;">Totals:</td> >+ <td colspan="6" style="text-align: right; font-weight:bold;">[% t('Totals:') %]</td> > <td>[% totaldue %]</td> > <td>[% totalprice %]</td> >- <td colspan="3"> </td> >+ <td colspan="3"> </td> > </tr> > </table> > [% END %] > > [% IF ( reserves ) %] > <table> >- <caption>Pending holds</caption> >+ <caption>[% t('Pending holds') %]</caption> > <tr> >- <th>Title</th> >- <th>Author</th> >- <th>Placed on</th> >- <th>Expires on</th> >- <th>Pick up location</th> >+ <th>[% t('Title') %]</th> >+ <th>[% t('Author') %]</th> >+ <th>[% t('Placed on') %]</th> >+ <th>[% t('Expires on') %]</th> >+ <th>[% t('Pick up location') %]</th> > </tr> > > [% FOREACH reserve IN reserves %] >@@ -94,19 +95,19 @@ > [% END %] > [% IF accounts && totaldue != 0 %] > <table> >- <caption>Account fines and payments</caption> >+ <caption>[% t('Account fines and payments') %]</caption> > <tr> >- <th>Description of charges</th> >- <th>Date</th> >- <th>Amount</th> >- <th>Outstanding</th> >+ <th>[% t('Description of charges') %]</th> >+ <th>[% t('Date') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Outstanding') %]</th> > </tr> > > [% FOREACH account IN accounts %] > <tr> > <td> >- [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% END %] >- [% account.description %] [% IF account.itemnumber AND account.accounttype != 'F' AND account.accounttype != 'FU' %] [% account.item.biblio.title |html %][% END %] >+ [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% END %] >+ [% account.description %] [% IF account.itemnumber AND account.accounttype != 'F' AND account.accounttype != 'FU' %] [% account.item.biblio.title |html %][% END %] > [% IF ( account.itemnumber ) %]</a>[% END %] > </td> > <td>[% account.date | $KohaDates %]</td> >@@ -117,7 +118,7 @@ > > <tfoot> > <tr> >- <td colspan="3">Total due</td> >+ <td colspan="3">[% t('Total due') %]</td> > <td colspan="2" style="text-align:right;">[% totaldue | $Price %]</td> > </tr> > </tfoot> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt >index 8ec67a68d1..1945a00f2c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt >@@ -1,8 +1,9 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Print Receipt for [% cardnumber %]</title> >+<title>[% t('Print Receipt for') %] [% cardnumber %]</title> > [% INCLUDE 'doc-head-close.inc' %] > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> >@@ -15,30 +16,30 @@ > > <h3>[% LibraryName %]</h3> > [% IF ( branchname ) %][% branchname %]<br />[% END %] >-Checked out to [% firstname %] [% surname %] <br /> >+[% t('Checked out to') %] [% firstname %] [% surname %] <br /> > (<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">[% cardnumber %]</a>)<br /> > > [% todaysdate %]<br /> > > [% IF ( quickslip ) %] >-<h4>Checked out today</h4> >+<h4>[% t('Checked out today') %]</h4> > [% FOREACH issueloo IN issueloop %] > [% IF ( issueloo.red ) %][% ELSE %] > [% IF ( issueloo.today ) %] >-<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&biblionumber=[% issueloo.biblionumber %]&bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br /> >-Barcode: [% issueloo.barcode %]<br /> >-Date due: [% issueloo.date_due %]<br /></p> >+<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&biblionumber=[% issueloo.biblionumber %]&bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br /> >+[% t('Barcode:') %] [% issueloo.barcode %]<br /> >+[% t('Date due:') %] [% issueloo.date_due %]<br /></p> > [% END %] > [% END %] > [% END %] > > [% ELSE %] >-<h4>Checked out</h4> >+<h4>[% t('Checked out') %]</h4> > [% FOREACH issueloo IN issueloop %] > [% IF ( issueloo.red ) %][% ELSE %] >-<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&biblionumber=[% issueloo.biblionumber %]&bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br /> >-Barcode: [% issueloo.barcode %]<br /> >-Date due: [% issueloo.date_due %]<br /></p> >+<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&biblionumber=[% issueloo.biblionumber %]&bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br /> >+[% t('Barcode:') %] [% issueloo.barcode %]<br /> >+[% t('Date due:') %] [% issueloo.date_due %]<br /></p> > [% END %] > [% END %] > >@@ -47,24 +48,24 @@ Date due: [% issueloo.date_due %]<br /></p> > [% IF ( quickslip ) %] > [% ELSE %] > [% IF ( overdues_exist ) %] >-<h4>Overdues</h4> >+<h4>[% t('Overdues') %]</h4> > [% FOREACH issueloo IN issueloop %] > [% IF ( issueloo.red ) %] >-<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&biblionumber=[% issueloo.biblionumber %]&bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br /> >-Barcode: [% issueloo.barcode %]<br /> >-Date due: [% issueloo.date_due %]</p> >+<p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&biblionumber=[% issueloo.biblionumber %]&bi=[% issueloo.biblioitemnumber %]">[% issueloo.title |html %]</a><br /> >+[% t('Barcode:') %] [% issueloo.barcode %]<br /> >+[% t('Date due:') %] [% issueloo.date_due %]</p> > [% END %] > [% END %] > [% END %] > [% END %] > > [% IF ( koha_news_count ) %] >- <hr><h4 style="text-align: center; font-style:italic;">News</h4> >+ <hr><h4 style="text-align: center; font-style:italic;">[% t('News') %]</h4> > <!-- [% koha_news_count %] recent news item(s) --> > [% FOREACH koha_new IN koha_news %] > <div class="newsitem" id="news[% koha_new.idnew %]"><h5 style="margin-bottom: 1px; margin-top: 1px"><b>[% koha_new.title %]</b></h5> > <p style="margin-bottom: 1px; margin-top: 1px">[% koha_new.content %]</p> >- <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px"> Posted on [% koha_new.newdate %] >+ <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px"> [% t('Posted on') %] [% koha_new.newdate %] > > </p><hr /></div> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 881fb45cce..b15d112e3d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE Branches %] >@@ -6,9 +7,9 @@ > [% USE ColumnsSettings %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › >+<title>[% t('Koha ⺠Patrons âº') %] > [% UNLESS blocking_error %] >- Patron details for [% INCLUDE 'patron-title.inc' no_html = 1 %] >+ [% t('Patron details for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %] > [% END %] > </title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -20,9 +21,9 @@ > [% INCLUDE 'patron-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >-› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> >-› [% UNLESS blocking_error %]Patron details for [% INCLUDE 'patron-title.inc' %][% END %] >+ <a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> >+⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> >+⺠[% UNLESS blocking_error %][% t('Patron details for') %] [% INCLUDE 'patron-title.inc' %][% END %] > </div> > > <div id="doc3" class="yui-t2"> >@@ -36,26 +37,26 @@ > [% IF ( error ) %] > <div class="dialog alert"> > [% IF ( error == 'CANT_DELETE_STAFF' ) %] >- <h3>Unable to delete staff user</h3> >- <p>Insufficient privileges.</p> >+ <h3>[% t('Unable to delete staff user') %]</h3> >+ <p>[% t('Insufficient privileges.') %]</p> > [% END %] > [% IF ( error == 'CANT_DELETE_YOURSELF' ) %] >- <h3>Not allowed to delete own account</h3> >- <p>Deleting your own account would lock you out of Koha.</p> >+ <h3>[% t('Not allowed to delete own account') %]</h3> >+ <p>[% t('Deleting your own account would lock you out of Koha.') %]</p> > [% END %] > [% IF ( error == 'CANT_DELETE_OTHERLIBRARY' ) %] >- <h3>Unable to delete patrons from other libraries with current settings</h3> >- <p>Insufficient privileges.</p> >+ <h3>[% t('Unable to delete patrons from other libraries with current settings') %]</h3> >+ <p>[% t('Insufficient privileges.') %]</p> > [% END %] > [% IF ( error == 'CANT_DELETE' ) %] >- <h3>Unable to delete patron</h3> >- <p>Insufficient privileges.</p> >+ <h3>[% t('Unable to delete patron') %]</h3> >+ <p>[% t('Insufficient privileges.') %]</p> > [% END %] > </div> > [% END %] > <div class="yui-g"> > >- [% IF ( was_renewed ) %]<div class="dialog message">Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]</div>[% END %] >+ [% IF ( was_renewed ) %]<div class="dialog message">[% t('Patron\'s account has been renewed until') %] [% patron.dateexpiry | $KohaDates %]</div>[% END %] > > [% IF fines %] > <div id="circmessages" class="circmessage attention"> >@@ -67,7 +68,7 @@ > > [% IF ( patron_messages ) %] > <div id="messages" class="circmessage"> >- <h4>Messages:</h4> >+ <h4>[% t('Messages:') %]</h4> > <ul> > [% FOREACH patron_message IN patron_messages %] > <li> >@@ -84,12 +85,12 @@ > <i>"[% patron_message.message | html %]"</i> > </span> > [% IF patron_message.branchcode == branchcode OR Koha.Preference('AllowAllMessageDeletion') %] >- <a class="btn btn-link btn-sm" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% patron_message.message_id %]&borrowernumber=[% patron_message.borrowernumber %]&from=moremember" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a> >+ <a class="btn btn-link btn-sm" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% patron_message.message_id %]&borrowernumber=[% patron_message.borrowernumber %]&from=moremember" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> [% t('Delete') %]</a> > [% END %] > </li> > [% END %] > </ul> >- <a id="addnewmessageLabel" href="#add_message_form" class="btn btn-link btn-sm" data-toggle="modal"><i class="fa fa-plus"></i> Add a new message</a> >+ <a id="addnewmessageLabel" href="#add_message_form" class="btn btn-link btn-sm" data-toggle="modal"><i class="fa fa-plus"></i> [% t('Add a new message') %]</a> > </div> > [% END %] > >@@ -97,25 +98,25 @@ > <div id="circmessages" class="circmessage attention"> > <ul> > [% IF ( userdebarred ) %] >- <li class="blocker">Patron's account is restricted >+ <li class="blocker">[% t('Patron\'s account is restricted') %] > [% IF ( userdebarreddate ) %] >- until [% userdebarreddate %] >+ [% t('until') %] [% userdebarreddate %] > [% END %] > > [% IF ( debarredcomment ) %] >- with the explanation: <i> >+ [% t('with the explanation:') %] <i> > [% IF debarredcomment.search('OVERDUES_PROCESS') %] >- Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] >+ [% t('Restriction added by overdues process') %] [% debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %] > [% ELSE %] > [% debarredcomment | html_line_break %] > [% END %] > </i> > [% END %] >- <a href="#reldebarments" id="view_restrictions">View restrictions</a> >+ <a href="#reldebarments" id="view_restrictions">[% t('View restrictions') %]</a> > </li> > [% END %] >- [% IF ( patron.gonenoaddress ) %]<li class="blocker">Patron's address is in doubt.</li>[% END %] >- [% IF ( lost ) %]<li class="blocker">Patron's card has been reported lost.</li>[% END %] >+ [% IF ( patron.gonenoaddress ) %]<li class="blocker">[% t('Patron\'s address is in doubt.') %]</li>[% END %] >+ [% IF ( lost ) %]<li class="blocker">[% t('Patron\'s card has been reported lost.') %]</li>[% END %] > </ul> > </div> > [% END %] >@@ -124,9 +125,9 @@ > <div class="yui-u first"> > <div id="patron-information" style="padding : .5em;"> > >- [% IF ( patron.othernames ) %]“[% patron.othernames | html %]”[% END %] >+ [% IF ( patron.othernames ) %]â[% patron.othernames | html %]â[% END %] > >- <div class = "address"> >+ <div class="address"> > [% IF Koha.Preference( 'AddressFormat' ) %] > [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] > [% ELSE %] >@@ -136,22 +137,22 @@ > > <div class="rows"> > <ol> >- [% IF ( patron.phone ) %]<li><span class="label">Primary phone: </span><a href="tel:[% patron.phone %]">[% patron.phone | html %]</a></li>[% END %] >- [% IF ( patron.phonepro ) %]<li><span class="label">Secondary phone: </span><a href="tel:[% patron.phonepro %]">[% patron.phonepro | html %]</a></li>[% END %] >- [% IF ( patron.mobile ) %]<li><span class="label">Other phone: </span><a href="tel:[% patron.mobile %]">[% patron.mobile | html %]</a></li>[% END %] >- [% IF ( patron.fax ) %]<li><span class="label">Fax: </span>[% patron.fax |html %]</li>[% END %] >- [% IF ( patron.email ) %]<li class="email"><span class="label">Primary email:</span><a title="[% patron.email %]" href="mailto:[% patron.email | url %]">[% patron.email | html %]</a></li>[% END %] >- [% IF ( patron.emailpro ) %]<li class="email"><span class="label">Secondary email: </span><a title="[% patron.emailpro %]" href="mailto:[% patron.emailpro | url %]">[% patron.emailpro | html %]</a></li>[% END %] >+ [% IF ( patron.phone ) %]<li><span class="label">[% t('Primary phone:') %] </span><a href="tel:[% patron.phone %]">[% patron.phone | html %]</a></li>[% END %] >+ [% IF ( patron.phonepro ) %]<li><span class="label">[% t('Secondary phone:') %] </span><a href="tel:[% patron.phonepro %]">[% patron.phonepro | html %]</a></li>[% END %] >+ [% IF ( patron.mobile ) %]<li><span class="label">[% t('Other phone:') %] </span><a href="tel:[% patron.mobile %]">[% patron.mobile | html %]</a></li>[% END %] >+ [% IF ( patron.fax ) %]<li><span class="label">[% t('Fax:') %] </span>[% patron.fax |html %]</li>[% END %] >+ [% IF ( patron.email ) %]<li class="email"><span class="label">[% t('Primary email:') %]</span><a title="[% patron.email %]" href="mailto:[% patron.email | url %]">[% patron.email | html %]</a></li>[% END %] >+ [% IF ( patron.emailpro ) %]<li class="email"><span class="label">[% t('Secondary email:') %] </span><a title="[% patron.emailpro %]" href="mailto:[% patron.emailpro | url %]">[% patron.emailpro | html %]</a></li>[% END %] > [% UNLESS ( I ) %] >- [% IF ( patron.initials ) %]<li><span class="label">Initials: </span>[% patron.initials | html %]</li>[% END %] >- [% IF ( patron.dateofbirth ) %]<li><span class="label">Date of birth:</span>[% patron.dateofbirth | $KohaDates %] ([% age %] years)</li>[% END %] >- [% IF ( patron.sex ) %]<li><span class="label">Gender:</span> >- [% IF ( patron.sex == 'F' ) %]Female[% ELSIF ( patron.sex == 'M' ) %]Male[% ELSE %][% patron.sex %][% END %] >+ [% IF ( patron.initials ) %]<li><span class="label">[% t('Initials:') %] </span>[% patron.initials | html %]</li>[% END %] >+ [% IF ( patron.dateofbirth ) %]<li><span class="label">[% t('Date of birth:') %]</span>[% patron.dateofbirth | $KohaDates %] ([% age %] [% t('years)') %]</li>[% END %] >+ [% IF ( patron.sex ) %]<li><span class="label">[% t('Gender:') %]</span> >+ [% IF ( patron.sex == 'F' ) %][% t('Female') %][% ELSIF ( patron.sex == 'M' ) %][% t('Male') %][% ELSE %][% patron.sex %][% END %] > </li>[% END %] > [% END %] > [% IF guarantees %] > <li> >- <span class="label">Guarantees:</span> >+ <span class="label">[% t('Guarantees:') %]</span> > <ul> > [% FOREACH guarantee IN guarantees %] > [% IF logged_in_user.can_see_patron_infos( guarantee ) %] >@@ -164,7 +165,7 @@ > </li> > [% ELSIF guarantor %] > <li> >- <span class="label">Guarantor:</span> >+ <span class="label">[% t('Guarantor:') %]</span> > [% IF guarantor.borrowernumber AND logged_in_user.can_see_patron_infos( guarantor ) %] > <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% guarantor.borrowernumber %]">[% guarantor.firstname | html %] [% guarantor.surname | html %]</a> > [% ELSE %] >@@ -176,9 +177,9 @@ > </div> > <div class="action"> > [% IF ( guarantor.borrowernumber ) %] >- <a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=1&guarantorid=[% guarantor.borrowernumber %]">Edit</a> >+ <a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=1&guarantorid=[% guarantor.borrowernumber %]">[% t('Edit') %]</a> > [% ELSE %] >- <a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=1">Edit</a> >+ <a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=1">[% t('Edit') %]</a> > [% END %]</div> > > </div> >@@ -191,27 +192,27 @@ > <form method="post" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data"> > <fieldset class="brief"> > [% IF ( patron.image ) %] >- <legend>Manage patron image</legend> >- <div class="hint">To update the image for [% patron.title | html %] [% patron.surname | html %], select a new image file and click 'Upload.' <br />Click the 'Delete' button to remove the current image. >+ <legend>[% t('Manage patron image') %]</legend> >+ <div class="hint">[% t('To update the image for') %] [% patron.title | html %] [% patron.surname | html %][% t(', select a new image file and click \'Upload.\'') %] <br />[% t('Click the \'Delete\' button to remove the current image.') %] > [% ELSE %] >- <legend>Upload patron image</legend> >- <div class="hint">[% patron.title %] [% patron.firstname | html %] [% patron.surname | html %] does not currently have an image available. To import an image for [% patron.title %] [% patron.surname | html %], enter the name of an image file to upload. >+ <legend>[% t('Upload patron image') %]</legend> >+ <div class="hint">[% patron.title %] [% patron.firstname | html %] [% patron.surname | html %] [% t('does not currently have an image available. To import an image for') %] [% patron.title %] [% patron.surname | html %][% t(', enter the name of an image file to upload.') %] > [% END %] >- <br />Only PNG, GIF, JPEG, XPM formats are supported. >+ <br />[% t('Only PNG, GIF, JPEG, XPM formats are supported.') %] > </div> > <input type="hidden" id="image" name="filetype" value="image" /> > <input type="hidden" id="cardnumber" name="cardnumber" value="[% patron.cardnumber | html %]" /> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> > <ol> > <li> >- <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" /> >+ <label for="uploadfile">[% t('Select the file to upload:') %] </label><input type="file" id="uploadfile" name="uploadfile" /> > </li> > </ol> > <fieldset class="action"> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <input type="submit" value="Upload" class="submit" /> > <input name="op" type="hidden" value="Upload" /> >- [% IF ( patron.image ) %]<a id="delpicture" href="/cgi-bin/koha/tools/picture-upload.pl?op=Delete&borrowernumber=[% patron.borrowernumber %]&csrf_token=[% csrf_token %]" class="delete">Delete</a>[% END %] >+ [% IF ( patron.image ) %]<a id="delpicture" href="/cgi-bin/koha/tools/picture-upload.pl?op=Delete&borrowernumber=[% patron.borrowernumber %]&csrf_token=[% csrf_token %]" class="delete">[% t('Delete') %]</a>[% END %] > </fieldset> > </fieldset> > </form> >@@ -223,35 +224,35 @@ > > [% IF Koha.Preference('HouseboundModule') %] > <div id="houseboundroles"> >-<h3>Housebound roles</h3> >+<h3>[% t('Housebound roles') %]</h3> > <div class="rows"> > <ol> > <li> >- <span class="label">Chooser:</span> >+ <span class="label">[% t('Chooser:') %]</span> > [% IF ( housebound_role.housebound_chooser == 1 ) %] >- Yes >+ [% t('Yes') %] > [% ELSE %] >- No >+ [% t('No') %] > [% END %] > </li> > <li> >- <span class="label">Deliverer:</span> >+ <span class="label">[% t('Deliverer:') %]</span> > [% IF ( housebound_role.housebound_deliverer == 1 ) %] >- Yes >+ [% t('Yes') %] > [% ELSE %] >- No >+ [% t('No') %] > [% END %] > </li> > </ol> > </div> > </div> >-<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=4">Edit</a></div> >+<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=4">[% t('Edit') %]</a></div> > [% END %] > > [% IF ( ExtendedPatronAttributes ) %] > [% UNLESS ( no_patron_attribute_types ) %] > <div id="patron-extended-attributes" style="padding-top: 1em;"> >-<h3>Additional attributes and identifiers</h3> >+<h3>[% t('Additional attributes and identifiers') %]</h3> > [% FOREACH attribute IN attributes_loop %] > [% IF attribute.class %] > <div id="aai_[% attribute.class %]" class="rows"> >@@ -274,35 +275,35 @@ > </div> > [% END %] > </div> >-<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=4">Edit</a></div> >+<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=4">[% t('Edit') %]</a></div> > [% END %] > [% END %] > > > [% IF ( EnhancedMessagingPreferences ) %] > <div id="patron-messaging-prefs" style="padding-top: 1em;"> >-<h3>Patron messaging preferences</h3> >+<h3>[% t('Patron messaging preferences') %]</h3> > [% INCLUDE 'messaging-preference-form.inc' %] > [% IF ( SMSSendDriver ) %] >- <div class="rows"> <ol><li><span class="label">SMS number:</span><a href="sms:[% patron.smsalertnumber %]">[% patron.smsalertnumber %]</a> >+ <div class="rows"> <ol><li><span class="label">[% t('SMS number:') %]</span><a href="sms:[% patron.smsalertnumber %]">[% patron.smsalertnumber %]</a> > </li></ol></div> > [% END %] > </div> >-<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=5">Edit</a></div> >+<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=5">[% t('Edit') %]</a></div> > [% END %] > > </div> > <div class="yui-u"> > <div id="patron-library-details"> >- <h3>Library use</h3> >+ <h3>[% t('Library use') %]</h3> > <div class="rows"> > <ol> >- <li><span class="label">Card number: </span>[% patron.cardnumber %]</li> >- <li><span class="label">Borrowernumber: </span> [% patron.borrowernumber %]</li> >- <li><span class="label">Category: </span>[% patron.category.description %] ([% patron.categorycode %])</li> >- <li><span class="label">Registration date: </span>[% patron.dateenrolled | $KohaDates %]</li> >+ <li><span class="label">[% t('Card number:') %] </span>[% patron.cardnumber %]</li> >+ <li><span class="label">[% t('Borrowernumber:') %] </span> [% patron.borrowernumber %]</li> >+ <li><span class="label">[% t('Category:') %] </span>[% patron.category.description %] ([% patron.categorycode %])</li> >+ <li><span class="label">[% t('Registration date:') %] </span>[% patron.dateenrolled | $KohaDates %]</li> > >- <li><span class="label">Expiration date: </span> >+ <li><span class="label">[% t('Expiration date:') %] </span> > [% IF ( was_renewed ) %] > <strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> > [% ELSE %] >@@ -310,68 +311,68 @@ > [% END %] > </li> > >- <li><span class="label">Library: </span>[% branchname %]</li> >+ <li><span class="label">[% t('Library:') %] </span>[% branchname %]</li> > >- [% IF ( OPACPrivacy ) %]<li><span class="label">Privacy Pref:</span> >- [% IF ( privacy0 ) %]Forever[% END %] >- [% IF ( privacy1 ) %]Default[% END %] >- [% IF ( privacy2 ) %]Never[% END %] >+ [% IF ( OPACPrivacy ) %]<li><span class="label">[% t('Privacy Pref:') %]</span> >+ [% IF ( privacy0 ) %][% t('Forever') %][% END %] >+ [% IF ( privacy1 ) %][% t('Default') %][% END %] >+ [% IF ( privacy2 ) %][% t('Never') %][% END %] > </li>[% END %] > > <li> >- <span class="label">Show checkouts to guarantor</span> >+ <span class="label">[% t('Show checkouts to guarantor') %]</span> > [% IF privacy_guarantor_checkouts %] >- Yes >+ [% t('Yes') %] > [% ELSE %] >- No >+ [% t('No') %] > [% END %] > </li> > >- [% IF ( patron.sort1 ) %]<li><span class="label">Sort field 1:</span>[% AuthorisedValues.GetByCode('Bsort1', patron.sort1) |html %]</li>[% END %] >- [% IF ( patron.sort2 ) %]<li><span class="label">Sort field 2:</span>[% AuthorisedValues.GetByCode('Bsort2', patron.sort2) |html %]</li>[% END %] >- <li><span class="label">Username: </span>[% patron.userid |html %]</li> >- <li><span class="label">Password: </span> >+ [% IF ( patron.sort1 ) %]<li><span class="label">[% t('Sort field 1:') %]</span>[% AuthorisedValues.GetByCode('Bsort1', patron.sort1) |html %]</li>[% END %] >+ [% IF ( patron.sort2 ) %]<li><span class="label">[% t('Sort field 2:') %]</span>[% AuthorisedValues.GetByCode('Bsort2', patron.sort2) |html %]</li>[% END %] >+ <li><span class="label">[% t('Username:') %] </span>[% patron.userid |html %]</li> >+ <li><span class="label">[% t('Password:') %] </span> > [% IF ( patron.password ) %] > ******* > [% ELSE %] >- <span class="problem"><a href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber %]">Undefined</a></span> >+ <span class="problem"><a href="/cgi-bin/koha/members/member-password.pl?member=[% patron.borrowernumber %]">[% t('Undefined') %]</a></span> > [% END %] > </li> >- [% IF ( patron.borrowernotes ) %]<li><span class="label">Circulation note: </span>[% patron.borrowernotes |html %]</li>[% END %] >- [% IF ( patron.opacnote ) %]<li><span class="label">OPAC note:</span>[% patron.opacnote |html %]</li>[% END %] >+ [% IF ( patron.borrowernotes ) %]<li><span class="label">[% t('Circulation note:') %] </span>[% patron.borrowernotes |html %]</li>[% END %] >+ [% IF ( patron.opacnote ) %]<li><span class="label">[% t('OPAC note:') %]</span>[% patron.opacnote |html %]</li>[% END %] > [% IF Koha.Preference( 'NorwegianPatronDBEnable' ) == 1 %] > [% IF ( sync == 1 ) %] >- <li><span class="label">Activate sync: </span>Yes</li> >- [% IF ( syncstatus ) %]<li><span class="label">Sync status: </span>[% syncstatus %]</li>[% END %] >- [% IF ( lastsync ) %]<li><span class="label">Last sync: </span>[% lastsync | $KohaDates %]</li>[% END %] >+ <li><span class="label">[% t('Activate sync:') %] </span>[% t('Yes') %]</li> >+ [% IF ( syncstatus ) %]<li><span class="label">[% t('Sync status:') %] </span>[% syncstatus %]</li>[% END %] >+ [% IF ( lastsync ) %]<li><span class="label">[% t('Last sync:') %] </span>[% lastsync | $KohaDates %]</li>[% END %] > [% ELSE %] >- <li><span class="label">Activate sync: </span>No</li> >+ <li><span class="label">[% t('Activate sync:') %] </span>[% t('No') %]</li> > [% END %] > [% END %] > [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] >- <li><span class="label">Check previous checkouts: </span> >+ <li><span class="label">[% t('Check previous checkouts:') %] </span> > [% IF ( patron.checkprevcheckout == 'yes' ) %] >- Yes >+ [% t('Yes') %] > [% ELSIF ( patron.checkprevcheckout == 'no' ) %] >- No >+ [% t('No') %] > [% ELSE %] >- Inherited >+ [% t('Inherited') %] > [% END %] > </li> > [% END %] > [% IF Koha.Preference('TranslateNotices') %] > <li> >- <span class="label">Preferred language for notices: </span> >+ <span class="label">[% t('Preferred language for notices:') %] </span> > [% translated_language %] > </li> > [% END %] > </ol> > </div> > </div> >- <div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=3">Edit</a></div> >+ <div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=3">[% t('Edit') %]</a></div> > > <div id="patron-alternate-address" style="padding-top: 1em;"> >- <h3>Alternate address</h3> >+ <h3>[% t('Alternate address') %]</h3> > > [% IF Koha.Preference( 'AddressFormat' ) %] > [% INCLUDE "member-display-alt-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] >@@ -380,58 +381,58 @@ > [% END %] > > <div class="rows"> <ol> >- [% IF ( patron.B_phone ) %]<li><span class="label">Phone: </span><a href="tel:[% patron.B_phone %]">[% patron.B_phone |html %]</a></li>[% END %] >- [% IF ( patron.B_email ) %]<li class="email"><span class="label">Email: </span><a title="[% patron.B_email %]" href="mailto:[% patron.B_email | url %]">[% B_email |html %]</a></li>[% END %] >- [% IF ( patron.contactnote ) %]<li><span class="label">Contact note: </span> [% patron.contactnote |html %]</li>[% END %] >+ [% IF ( patron.B_phone ) %]<li><span class="label">[% t('Phone:') %] </span><a href="tel:[% patron.B_phone %]">[% patron.B_phone |html %]</a></li>[% END %] >+ [% IF ( patron.B_email ) %]<li class="email"><span class="label">[% t('Email:') %] </span><a title="[% patron.B_email %]" href="mailto:[% patron.B_email | url %]">[% B_email |html %]</a></li>[% END %] >+ [% IF ( patron.contactnote ) %]<li><span class="label">[% t('Contact note:') %] </span> [% patron.contactnote |html %]</li>[% END %] > </ol> > </div> > </div> >-<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=6">Edit</a></div> >+<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=6">[% t('Edit') %]</a></div> > > <div id="patron-alternative-contact" style="padding-top: 1em;"> >- <h3>Alternative contact</h3> >- <div class="rows"> <ol><li><span class="label">Surname: </span>[% patron.altcontactsurname | html %]</li> >- <li><span class="label">First name: </span>[% patron.altcontactfirstname | html %]</li> >- <li><span class="label">Address: </span>[% patron.altcontactaddress1 | html %]</li> >- <li><span class="label">Address 2: </span>[% patron.altcontactaddress2 | html %]</li> >- <li><span class="label">City: </span>[% patron.altcontactaddress3 | html %]</li> >- [% IF ( patron.altcontactstate ) %]<li><span class="label">State: </span>[% patron.altcontactstate | html %]</li>[% END %] >- <li><span class="label">ZIP/Postal code: </span>[% patron.altcontactzipcode | html %]</li> >- [% IF ( patron.altcontactcountry ) %]<li><span class="label">Country: </span>[% patron.altcontactcountry | html %]</li>[% END %] >- [% IF ( patron.altcontactphone ) %]<li><span class="label">Phone: </span><a href="tel:[% patron.altcontactphone | url %]">[% patron.altcontactphone | html %]</a></li>[% END %] >+ <h3>[% t('Alternative contact') %]</h3> >+ <div class="rows"> <ol><li><span class="label">[% t('Surname:') %] </span>[% patron.altcontactsurname | html %]</li> >+ <li><span class="label">[% t('First name:') %] </span>[% patron.altcontactfirstname | html %]</li> >+ <li><span class="label">[% t('Address:') %] </span>[% patron.altcontactaddress1 | html %]</li> >+ <li><span class="label">[% t('Address 2:') %] </span>[% patron.altcontactaddress2 | html %]</li> >+ <li><span class="label">[% t('City:') %] </span>[% patron.altcontactaddress3 | html %]</li> >+ [% IF ( patron.altcontactstate ) %]<li><span class="label">[% t('State:') %] </span>[% patron.altcontactstate | html %]</li>[% END %] >+ <li><span class="label">[% t('ZIP/Postal code:') %] </span>[% patron.altcontactzipcode | html %]</li> >+ [% IF ( patron.altcontactcountry ) %]<li><span class="label">[% t('Country:') %] </span>[% patron.altcontactcountry | html %]</li>[% END %] >+ [% IF ( patron.altcontactphone ) %]<li><span class="label">[% t('Phone:') %] </span><a href="tel:[% patron.altcontactphone | url %]">[% patron.altcontactphone | html %]</a></li>[% END %] > </ol></div> > </div> >-<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=2">Edit</a></div> >+<div class="action"><a href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber %]&step=2">[% t('Edit') %]</a></div> > > </div> > </div> > <div id="finesholdsissues" class="toptabs"> > <ul> >- <li><a href="#checkouts">[% issuecount %] Checkout(s)</a></li> >+ <li><a href="#checkouts">[% issuecount %] [% t('Checkout(s)') %]</a></li> > [% IF relatives_issues_count %] >- <li><a href="#relatives-issues" id="relatives-issues-tab">Relatives' checkouts</a></li> >+ <li><a href="#relatives-issues" id="relatives-issues-tab">[% t('Relatives\' checkouts') %]</a></li> > [% END %] >- <li><a href="#finesandcharges">Fines & Charges</a></li> >+ <li><a href="#finesandcharges">[% t('Fines & Charges') %]</a></li> > <li> > [% IF ( holds_count ) %] >- <a href="#reserves" id="holds-tab">[% holds_count %] Hold(s)</a> >+ <a href="#reserves" id="holds-tab">[% holds_count %] [% t('Hold(s)') %]</a> > [% ELSE %] >- <a href="#reserves" id="holds-tab">0 Holds</a> >+ <a href="#reserves" id="holds-tab">[% t('0 Holds') %]</a> > [% END %] > </li> > [% IF Koha.Preference('ArticleRequests') %] > <li> >- <a href="#article-requests" id="article-requests-tab"> [% patron.article_requests_current.count %] Article requests</a> >+ <a href="#article-requests" id="article-requests-tab"> [% patron.article_requests_current.count %] [% t('Article requests') %]</a> > </li> > [% END %] >- <li><a id="debarments-tab-link" href="#reldebarments">[% debarments.size %] Restrictions</a></li> >+ <li><a id="debarments-tab-link" href="#reldebarments">[% debarments.size %] [% t('Restrictions') %]</a></li> > > [% SET enrollments = patron.get_club_enrollments(1) %] > [% SET enrollable = patron.get_enrollable_clubs(0,1) %] > [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %] > <li> > <a id="clubs-tab-link" href="#clubs-tab"> >- Clubs ([% enrollments.count %]/[% enrollable.count %]) >+ [% t('Clubs (') %][% enrollments.count %]/[% enrollable.count %]) > </a> > </li> > [% END %] >@@ -444,18 +445,18 @@ > <table id="relatives-issues-table" style="width: 100% !Important;"> > <thead> > <tr> >- <th scope="col">Due date hidden not formatted</th> >- <th scope="col">Due date</th> >- <th scope="col">Title</th> >- <th scope="col">Item type</th> >- <th scope="col">Location</th> >- <th scope="col">Checked out on</th> >- <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >- <th scope="col">Charge</th> >- <th scope="col">Fine</th> >- <th scope="col">Price</th> >- <th scope="col">Patron</th> >+ <th scope="col">[% t('Due date hidden not formatted') %]</th> >+ <th scope="col">[% t('Due date') %]</th> >+ <th scope="col">[% t('Title') %]</th> >+ <th scope="col">[% t('Item type') %]</th> >+ <th scope="col">[% t('Location') %]</th> >+ <th scope="col">[% t('Checked out on') %]</th> >+ <th scope="col">[% t('Checked out from') %]</th> >+ <th scope="col">[% t('Call no') %]</th> >+ <th scope="col">[% t('Charge') %]</th> >+ <th scope="col">[% t('Fine') %]</th> >+ <th scope="col">[% t('Price') %]</th> >+ <th scope="col">[% t('Patron') %]</th> > </tr> > </thead> > </table> >@@ -464,15 +465,15 @@ > > <div id="finesandcharges"> > [% IF ( totaldue_raw ) %] >- <p>Total due: [% totaldue %]</p> >+ <p>[% t('Total due:') %] [% totaldue %]</p> > [% ELSE %] >- <p>No outstanding charges</p> >+ <p>[% t('No outstanding charges') %]</p> > [% END %] > </div> > > [% IF CAN_user_clubs && ( enrollments.count || enrollable.count ) %] > <div id="clubs-tab"> >- Loading... >+ [% t('Loading...') %] > </div> > [% END %] > >@@ -485,15 +486,15 @@ > <table id="holds-table" style="width: 100% !Important;"> > <thead> > <tr> >- <th>Hold date</th> >- <th>Title</th> >- <th>Call number</th> >- <th>Barcode</th> >- <th>Pickup at</th> >- <th>Expiration</th> >- <th>Priority</th> >- <th>Delete?</th> >- <th>Suspend?</th> >+ <th>[% t('Hold date') %]</th> >+ <th>[% t('Title') %]</th> >+ <th>[% t('Call number') %]</th> >+ <th>[% t('Barcode') %]</th> >+ <th>[% t('Pickup at') %]</th> >+ <th>[% t('Expiration') %]</th> >+ <th>[% t('Priority') %]</th> >+ <th>[% t('Delete?') %]</th> >+ <th>[% t('Suspend?') %]</th> > </tr> > </thead> > </table> >@@ -511,9 +512,9 @@ > <input type="submit" value="Suspend all holds" /> > > [% IF Koha.Preference('AutoResumeSuspendedHolds') %] >- <label for="suspend_until">until</label> >- <input type="text" size="10" id="suspend_until" name="suspend_until" class="datepicker"/> >- <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span> >+ <label for="suspend_until">[% t('until') %]</label> >+ <input type="text" size="10" id="suspend_until" name="suspend_until" class="datepicker" /> >+ <span class="hint">[% t('Specify date on which to resume') %] [% INCLUDE 'date-format.inc' %]: </span> > [% END %] > </form> > </fieldset> >@@ -528,7 +529,7 @@ > </fieldset> > [% END # IF SuspendHoldsIntranet %] > >- [% ELSE %]<p>Patron has nothing on hold.</p>[% END %] >+ [% ELSE %]<p>[% t('Patron has nothing on hold.') %]</p>[% END %] > </div> > > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt >index 915515ab26..ab0e32b8f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/nl-search.tt >@@ -1,30 +1,31 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE KohaDates %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Search the Norwegian national patron database</title> >+<title>[% t('Search the Norwegian national patron database') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="pat_nl_search" class="pat"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Search the Norwegian national patron database</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Search the Norwegian national patron database') %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> > >- <h1>Search the Norwegian national patron database</h1> >+ <h1>[% t('Search the Norwegian national patron database') %]</h1> > > [% IF (error) %] > <div class="dialog alert"> >- [% IF ( error.nlenabled == 0 ) %]<p>You need to activate this function with the NorwegianPatronDBEnable system preference in order to use it.</p>[% END %] >- [% IF ( error.endpoint == 0 ) %]<p>You need to specify an endpoint with the NorwegianPatronDBEndpoint system preference.</p>[% END %] >- [% IF ( error.userpass == 0 ) %]<p>You need to fill in the NorwegianPatronDBUsername and NorwegianPatronDBPassword system preferences in order to use this function.</p>[% END %] >- [% IF ( error == 'COULD_NOT_ADD_PATRON' ) %]<p>Could not add a new patron.</p>[% END %] >+ [% IF ( error.nlenabled == 0 ) %]<p>[% t('You need to activate this function with the NorwegianPatronDBEnable system preference in order to use it.') %]</p>[% END %] >+ [% IF ( error.endpoint == 0 ) %]<p>[% t('You need to specify an endpoint with the NorwegianPatronDBEndpoint system preference.') %]</p>[% END %] >+ [% IF ( error.userpass == 0 ) %]<p>[% t('You need to fill in the NorwegianPatronDBUsername and NorwegianPatronDBPassword system preferences in order to use this function.') %]</p>[% END %] >+ [% IF ( error == 'COULD_NOT_ADD_PATRON' ) %]<p>[% t('Could not add a new patron.') %]</p>[% END %] > </div> > [% ELSE %] > [% SET nl_search_form_title='Search' %] >@@ -32,13 +33,13 @@ > [% END %] > > [% IF ( local_result ) %] >- <h3>Existing patrons</h3> >+ <h3>[% t('Existing patrons') %]</h3> > <ul> > [% FOREACH patron IN local_result %] > <li>[% patron.firstname %] [% patron.surname %] [% patron.cardnumber %] | >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">Details</a> | >- <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber %]">Edit</a> | >- <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% patron.borrowernumber %]">Check out</a> >+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Details') %]</a> | >+ <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber %]">[% t('Edit') %]</a> | >+ <a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Check out') %]</a> > </li> > [% END %] > </ul> >@@ -49,12 +50,12 @@ > [% IF result.antall_poster_returnert == 0 %] > > <div class="dialog alert"> >- <p>No results found in the Norwegian national patron database. Message: "[% result.melding %]"</p> >+ <p>[% t('No results found in the Norwegian national patron database. Message: "') %][% result.melding %]"</p> > </div> > > [% ELSE %] > >- <h3>Results from the Norwegian national patron database</h3> >+ <h3>[% t('Results from the Norwegian national patron database') %]</h3> > <div class="yui-g"> > <div class="yui-u first"> > [% PROCESS patron_detail p=result.respons_poster.0 %] >@@ -88,46 +89,46 @@ > <div class="rows"> > <h4>[% p.navn | html_entity %]</h4> > <ol> >-[% IF ( p.kjonn ) %]<li><span class="label">Gender:</span> [% p.kjonn | html_entity %]</li>[% END %] >-[% IF ( p.fdato ) %]<li><span class="label">Date of birth:</span> [% p.fdato | html_entity %]</li>[% END %] >-[% IF ( p.lnr ) %]<li><span class="label">Card number:</span> [% p.lnr | html_entity %]</li>[% END %] >-[% IF ( p.fnr_hash ) %]<li><span class="label">Social security number hash:</span> [% p.fnr_hash | html_entity %]</li>[% END %] >- >-[% IF ( p.epost ) %]<li><span class="label">Email:</span> [% p.epost | html_entity %]</li>[% END %] >-[% IF ( p.epost_sjekk ) %]<li><span class="label">Email check:</span> [% p.epost_sjekk | html_entity %]</li>[% END %] >- >-[% IF ( p.tlf_mobil ) %]<li><span class="label">Phone - mobile:</span> [% p.tlf_mobil | html_entity %]</li>[% END %] >-[% IF ( p.tlf_hjemme ) %]<li><span class="label">Phone - home:</span> [% p.tlf_hjemme | html_entity %]</li>[% END %] >-[% IF ( p.tlf_jobb ) %]<li><span class="label">Phone - work:</span> [% p.tlf_jobb | html_entity %]</li>[% END %] >- >-[% IF ( p.p_adresse1 ) %]<li><span class="label">Address:</span> [% p.p_adresse1 | html_entity %]</li>[% END %] >-[% IF ( p.p_adresse2 ) %]<li><span class="label">Address 2:</span> [% p.p_adresse2 | html_entity %]</li>[% END %] >-[% IF ( p.p_postnr ) %]<li><span class="label">Zip/Postal code:</span> [% p.p_postnr | html_entity %]</li>[% END %] >-[% IF ( p.p_sted ) %]<li><span class="label">City:</span> [% p.p_sted | html_entity %]</li>[% END %] >-[% IF ( p.p_land ) %]<li><span class="label">Country:</span> [% p.p_land | html_entity %]</li>[% END %] >-[% IF ( p.p_sjekk ) %]<li><span class="label">Check:</span> [% p.p_sjekk | html_entity %]</li>[% END %] >- >-[% IF ( p.m_adresse1 ) %]<li><span class="label">Address:</span> [% p.m_adresse1 | html_entity %]</li>[% END %] >-[% IF ( p.m_adresse2 ) %]<li><span class="label">Address 2:</span> [% p.m_adresse2 | html_entity %]</li>[% END %] >-[% IF ( p.m_postnr ) %]<li><span class="label">Zip/Postal code:</span> [% p.m_postnr | html_entity %]</li>[% END %] >-[% IF ( p.m_sted ) %]<li><span class="label">City:</span> [% p.m_sted | html_entity %]</li>[% END %] >-[% IF ( p.m_land ) %]<li><span class="label">Country:</span> [% p.m_land | html_entity %]</li>[% END %] >-[% IF ( p.m_sjek ) %]<li><span class="label">Check:</span> [% p.m_sjekk | html_entity %]</li>[% END %] >-[% IF ( p.m_gyldig_til ) %]<li><span class="label">Valid until:</span> [% p.m_gyldig_til | html_entity %]</li>[% END %] >- >-[% IF ( p.pin ) %]<li><span class="label">PIN:</span> [% p.pin | html_entity %]</li>[% END %] >-[% IF ( p.passord ) %]<li><span class="label">Password:</span> [% p.passord | html_entity %]</li>[% END %] >-[% IF ( p.feide ) %]<li><span class="label">FEIDE:</span> [% p.feide | html_entity %]</li>[% END %] >-[% IF ( p.folkeregsjekk_dato ) %]<li><span class="label">Population registry date check:</span> [% p.folkeregsjekk_dato | html_entity %]</li>[% END %] >- >-[% IF ( p.hjemmebibliotek ) %]<li><span class="label">Home library:</span> [% p.hjemmebibliotek | html_entity %]</li>[% END %] >-[% IF ( p.opprettet ) %]<li><span class="label">Created:</span> [% p.opprettet | html_entity %]</li>[% END %] >-[% IF ( p.opprettet_av ) %]<li><span class="label">Created by:</span> [% p.opprettet_av | html_entity %]</li>[% END %] >-[% IF ( p.sist_endret ) %]<li><span class="label">Last changed:</span> [% p.sist_endret | html_entity %]</li>[% END %] >-[% IF ( p.sist_endret_av ) %]<li><span class="label">Last changed by:</span> [% p.sist_endret_av | html_entity %]</li>[% END %] >-[% IF ( p.gyldig_til ) %]<li><span class="label">Valid until:</span> [% p.gyldig_til | html_entity %]</li>[% END %] >- >-[% IF ( p.prim_kontakt ) %]<li><span class="label">Primary contact:</span> [% p.prim_kontakt | html_entity %]</li>[% END %] >+[% IF ( p.kjonn ) %]<li><span class="label">[% t('Gender:') %]</span> [% p.kjonn | html_entity %]</li>[% END %] >+[% IF ( p.fdato ) %]<li><span class="label">[% t('Date of birth:') %]</span> [% p.fdato | html_entity %]</li>[% END %] >+[% IF ( p.lnr ) %]<li><span class="label">[% t('Card number:') %]</span> [% p.lnr | html_entity %]</li>[% END %] >+[% IF ( p.fnr_hash ) %]<li><span class="label">[% t('Social security number hash:') %]</span> [% p.fnr_hash | html_entity %]</li>[% END %] >+ >+[% IF ( p.epost ) %]<li><span class="label">[% t('Email:') %]</span> [% p.epost | html_entity %]</li>[% END %] >+[% IF ( p.epost_sjekk ) %]<li><span class="label">[% t('Email check:') %]</span> [% p.epost_sjekk | html_entity %]</li>[% END %] >+ >+[% IF ( p.tlf_mobil ) %]<li><span class="label">[% t('Phone - mobile:') %]</span> [% p.tlf_mobil | html_entity %]</li>[% END %] >+[% IF ( p.tlf_hjemme ) %]<li><span class="label">[% t('Phone - home:') %]</span> [% p.tlf_hjemme | html_entity %]</li>[% END %] >+[% IF ( p.tlf_jobb ) %]<li><span class="label">[% t('Phone - work:') %]</span> [% p.tlf_jobb | html_entity %]</li>[% END %] >+ >+[% IF ( p.p_adresse1 ) %]<li><span class="label">[% t('Address:') %]</span> [% p.p_adresse1 | html_entity %]</li>[% END %] >+[% IF ( p.p_adresse2 ) %]<li><span class="label">[% t('Address 2:') %]</span> [% p.p_adresse2 | html_entity %]</li>[% END %] >+[% IF ( p.p_postnr ) %]<li><span class="label">[% t('Zip/Postal code:') %]</span> [% p.p_postnr | html_entity %]</li>[% END %] >+[% IF ( p.p_sted ) %]<li><span class="label">[% t('City:') %]</span> [% p.p_sted | html_entity %]</li>[% END %] >+[% IF ( p.p_land ) %]<li><span class="label">[% t('Country:') %]</span> [% p.p_land | html_entity %]</li>[% END %] >+[% IF ( p.p_sjekk ) %]<li><span class="label">[% t('Check:') %]</span> [% p.p_sjekk | html_entity %]</li>[% END %] >+ >+[% IF ( p.m_adresse1 ) %]<li><span class="label">[% t('Address:') %]</span> [% p.m_adresse1 | html_entity %]</li>[% END %] >+[% IF ( p.m_adresse2 ) %]<li><span class="label">[% t('Address 2:') %]</span> [% p.m_adresse2 | html_entity %]</li>[% END %] >+[% IF ( p.m_postnr ) %]<li><span class="label">[% t('Zip/Postal code:') %]</span> [% p.m_postnr | html_entity %]</li>[% END %] >+[% IF ( p.m_sted ) %]<li><span class="label">[% t('City:') %]</span> [% p.m_sted | html_entity %]</li>[% END %] >+[% IF ( p.m_land ) %]<li><span class="label">[% t('Country:') %]</span> [% p.m_land | html_entity %]</li>[% END %] >+[% IF ( p.m_sjek ) %]<li><span class="label">[% t('Check:') %]</span> [% p.m_sjekk | html_entity %]</li>[% END %] >+[% IF ( p.m_gyldig_til ) %]<li><span class="label">[% t('Valid until:') %]</span> [% p.m_gyldig_til | html_entity %]</li>[% END %] >+ >+[% IF ( p.pin ) %]<li><span class="label">[% t('PIN:') %]</span> [% p.pin | html_entity %]</li>[% END %] >+[% IF ( p.passord ) %]<li><span class="label">[% t('Password:') %]</span> [% p.passord | html_entity %]</li>[% END %] >+[% IF ( p.feide ) %]<li><span class="label">[% t('FEIDE:') %]</span> [% p.feide | html_entity %]</li>[% END %] >+[% IF ( p.folkeregsjekk_dato ) %]<li><span class="label">[% t('Population registry date check:') %]</span> [% p.folkeregsjekk_dato | html_entity %]</li>[% END %] >+ >+[% IF ( p.hjemmebibliotek ) %]<li><span class="label">[% t('Home library:') %]</span> [% p.hjemmebibliotek | html_entity %]</li>[% END %] >+[% IF ( p.opprettet ) %]<li><span class="label">[% t('Created:') %]</span> [% p.opprettet | html_entity %]</li>[% END %] >+[% IF ( p.opprettet_av ) %]<li><span class="label">[% t('Created by:') %]</span> [% p.opprettet_av | html_entity %]</li>[% END %] >+[% IF ( p.sist_endret ) %]<li><span class="label">[% t('Last changed:') %]</span> [% p.sist_endret | html_entity %]</li>[% END %] >+[% IF ( p.sist_endret_av ) %]<li><span class="label">[% t('Last changed by:') %]</span> [% p.sist_endret_av | html_entity %]</li>[% END %] >+[% IF ( p.gyldig_til ) %]<li><span class="label">[% t('Valid until:') %]</span> [% p.gyldig_til | html_entity %]</li>[% END %] >+ >+[% IF ( p.prim_kontakt ) %]<li><span class="label">[% t('Primary contact:') %]</span> [% p.prim_kontakt | html_entity %]</li>[% END %] > </ol> > > <form action="nl-search.pl" method="POST"> >@@ -167,7 +168,7 @@ > <input type="hidden" name="tlf_jobb" value="[% p.tlf_jobb | html_entity %]" /> > <input type="hidden" name="prim_kontakt" value="[% p.prim_kontakt | html_entity %]" /> > <input type="submit" value="Import this patron" /> >-as >+[% t('as') %] > <select name="categorycode"> > [% FOREACH c IN categories %] > <option value="[% c.categorycode %]">[% c.description %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >index 81e940fb93..c580978cf2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE AuthorisedValues %] >@@ -5,7 +6,7 @@ > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Sent notices for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > <style type="text/css"> >@@ -18,23 +19,23 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Sent notices for [% INCLUDE 'patron-title.inc' %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Sent notices for') %] [% INCLUDE 'patron-title.inc' %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> > [% INCLUDE 'members-toolbar.inc' %] >-<h1>Sent notices for [% INCLUDE 'patron-title.inc' %]</h1> >+<h1>[% t('Sent notices for') %] [% INCLUDE 'patron-title.inc' %]</h1> > > [% IF ( QUEUED_MESSAGES ) %] > <table id="noticestable"> > <thead> > <tr> >- <th>Notice</th> >- <th>Type</th> >- <th>Status</th> >- <th>Time</th> >+ <th>[% t('Notice') %]</th> >+ <th>[% t('Type') %]</th> >+ <th>[% t('Status') %]</th> >+ <th>[% t('Time') %]</th> > </tr> > </thead> > <tbody> >@@ -47,26 +48,26 @@ > </div> > </td> > <td> >- [% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %]email >- [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'print' ) %]print >- [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'feed' ) %]feed >- [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'sms' ) %]sms >+ [% IF ( QUEUED_MESSAGE.message_transport_type == 'email' ) %][% t('email') %] >+ [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'print' ) %][% t('print') %] >+ [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'feed' ) %][% t('feed') %] >+ [% ELSIF ( QUEUED_MESSAGE.message_transport_type == 'sms' ) %][% t('sms') %] > [% ELSE %][% QUEUED_MESSAGE.message_transport_type %][% END %] > </td> > <td> >- [% IF ( QUEUED_MESSAGE.status == 'sent' ) %]sent >- [% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %]pending >- [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %]failed >- [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %]deleted >+ [% IF ( QUEUED_MESSAGE.status == 'sent' ) %][% t('sent') %] >+ [% ELSIF ( QUEUED_MESSAGE.status == 'pending' ) %][% t('pending') %] >+ [% ELSIF ( QUEUED_MESSAGE.status == 'failed' ) %][% t('failed') %] >+ [% ELSIF ( QUEUED_MESSAGE.status == 'deleted' ) %][% t('deleted') %] > [% ELSE %][% QUEUED_MESSAGE.status %][% END %] > [% IF ( QUEUED_MESSAGE.status != 'pending' ) %] >- <div id="resend_notice[% QUEUED_MESSAGE.message_id %]" class="notice"> >+ <div id="resend_notice[% QUEUED_MESSAGE.message_id %]" class="notice"> > <form action="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]" method="POST"> > <input type="hidden" name="op" value="resend_notice" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> > <input type="hidden" name="message_id" value="[% QUEUED_MESSAGE.message_id %]" /> > <fieldset class="action"> >- <button class="btn btn-default btn-xs" type="submit">Resend</button> >+ <button class="btn btn-default btn-xs" type="submit">[% t('Resend') %]</button> > </fieldset> > </form> > </div> >@@ -78,7 +79,7 @@ > </tbody> > </table> > [% ELSE %] >- <div class="dialog message">There is no record of any messages that have been sent to this patron.</div> >+ <div class="dialog message">[% t('There is no record of any messages that have been sent to this patron.') %]</div> > [% END %] > > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 80abac023e..25c6aadcae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE AuthorisedValues %] >@@ -5,7 +6,7 @@ > [% USE Price %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Pay Fines for [% patron.firstname |html %] [% patron.surname |html %]</title> >+<title>[% t('Koha ⺠Patrons ⺠Pay Fines for') %] [% patron.firstname |html %] [% patron.surname |html %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -13,7 +14,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Pay fines for [% patron.firstname |html %] [% patron.surname |html %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Pay fines for') %] [% patron.firstname |html %] [% patron.surname |html %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -25,32 +26,32 @@ > <!-- The manual invoice and credit buttons --> > <div class="statictabs"> > <ul> >- <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account</a></li> >- <li class="active"><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]" >Pay fines</a></li> >- <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual invoice</a></li> >- <li><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual credit</a></li> >+ <li><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Account') %]</a></li> >+ <li class="active"><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Pay fines') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual invoice') %]</a></li> >+ <li><a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual credit') %]</a></li> > </ul> > <div class="tabs-container"> > > [% IF ( accounts ) %] > <form action="/cgi-bin/koha/members/pay.pl" method="post" id="pay-fines-form"> > <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber %]" /> >-<p><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></p> >+<p><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> [% t('Select all') %]</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> [% t('Clear all') %]</a></span></p> > <table id="finest"> > <thead> > <tr> >- <th> </th> >- <th>Fines & charges</th> >- <th>Description</th> >- <th>Payment note</th> >- <th>Account type</th> >- <th>Amount</th> >- <th>Amount outstanding</th> >+ <th> </th> >+ <th>[% t('Fines & charges') %]</th> >+ <th>[% t('Description') %]</th> >+ <th>[% t('Payment note') %]</th> >+ <th>[% t('Account type') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Amount outstanding') %]</th> > </tr> > </thead> > <tfoot> > <tr> >- <td class="total" colspan="6">Total due:</td> >+ <td class="total" colspan="6">[% t('Total due:') %]</td> > <td style="text-align: right;">[% total | $Price %]</td> > </tr> > </tfoot> >@@ -77,26 +78,26 @@ > </td> > <td> > [% SWITCH 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 %][% line.accounttype %] > [%- END -%] > [%- IF line.description %], [% line.description %][% END %] >@@ -111,21 +112,21 @@ > [% IF ( account_grp.total ) %] > <tr> > >- <td class="total" colspan="8" style="text-align: right;">Sub total:</td> >+ <td class="total" colspan="8" style="text-align: right;">[% t('Sub total:') %]</td> > <td style="text-align: right;">[% account_grp.total | $Price %]</td> > </tr> > [% END %] > </tbody> > </table> > <fieldset class="action"> >-<input type="submit" id="paycollect" name="paycollect" value="Pay amount" class="submit" /> >-[% IF CAN_user_updatecharges_writeoff %]<input type="submit" name="woall" id="woall" value="Write off all" class="submit" />[% END %] >-<input type="submit" id="payselected" name="payselected" value="Pay selected" class="submit" /> >-<a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a> >+<input type="submit" id="paycollect" name="paycollect" value="Pay amount" class="submit" /> >+[% IF CAN_user_updatecharges_writeoff %]<input type="submit" name="woall" id="woall" value="Write off all" class="submit" />[% END %] >+<input type="submit" id="payselected" name="payselected" value="Pay selected" class="submit" /> >+<a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a> > </fieldset> > </form> > [% ELSE %] >- <p>[% patron.firstname |html %] [% patron.surname |html %] has no outstanding fines.</p> >+ <p>[% patron.firstname |html %] [% patron.surname |html %] [% t('has no outstanding fines.') %]</p> > [% END %] > </div></div> > >@@ -139,7 +140,7 @@ > [% MACRO jsinclude BLOCK %] > [% Asset.js("js/members-menu.js") %] > [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %] >- <script type= "text/javascript"> >+ <script type="text/javascript"> > function enableCheckboxActions(){ > // Enable/disable controls if checkboxes are checked > var checkedBoxes = $("input.cb:checked"); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index fb42d4317a..0cdd4304ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE Branches %] >@@ -5,14 +6,14 @@ > [% USE Price %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Collect fine payment for [% patron.firstname %] [% patron.surname %]</title> >+<title>[% t('Koha ⺠Patrons ⺠Collect fine payment for') %] [% patron.firstname %] [% patron.surname %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > > <body id="pat_paycollect" class="pat"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Pay fines for [% patron.firstname %] [% patron.surname %]</a> › [% IF ( pay_individual ) %]Pay an individual fine[% ELSIF ( writeoff_individual ) %]Write off an individual fine[% ELSE %][% IF ( selected_accts ) %]Pay an amount toward selected fines[% ELSE %]Pay an amount toward all fines[% END %][% END %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> ⺠<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Pay fines for') %] [% patron.firstname %] [% patron.surname %]</a> ⺠[% IF ( pay_individual ) %][% t('Pay an individual fine') %][% ELSIF ( writeoff_individual ) %][% t('Write off an individual fine') %][% ELSE %][% IF ( selected_accts ) %][% t('Pay an amount toward selected fines') %][% ELSE %][% t('Pay an amount toward all fines') %][% END %][% END %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -26,22 +27,22 @@ > <div class="statictabs"> > <ul> > <li> >- <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account</a> >+ <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Account') %]</a> > </li> > <li class="active"> >- <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]" >Pay fines</a> >+ <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Pay fines') %]</a> > </li> > <li> >- <a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual invoice</a> >+ <a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual invoice') %]</a> > </li> > <li> >- <a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]" >Create manual credit</a> >+ <a href="/cgi-bin/koha/members/mancredit.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Create manual credit') %]</a> > </li> > </ul> > <div class="tabs-container"> > [% IF ( error_over ) %] > <div id="error_message" class="dialog alert"> >- You must pay a value less than or equal to [% total_due | format('%.2f') %]. >+ [% t('You must pay a value less than or equal to') %] [% total_due | format('%.2f') %]. > </div> > [% END %] > >@@ -59,17 +60,17 @@ > <input type="hidden" name="title" id="title" value="[% title %]" /> > > <fieldset class="rows"> >- <legend>Pay an individual fine</legend> >+ <legend>[% t('Pay an individual fine') %]</legend> > <input type="hidden" name="payment_note" id="payment_note" value="[% payment_note %]" /> > <table> > <thead><tr> >- <th>Description</th> >- <th>Account type</th> >- <th>Amount</th> >- <th>Amount outstanding</th> >+ <th>[% t('Description') %]</th> >+ <th>[% t('Account type') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Amount outstanding') %]</th> > </tr></thead> > <tfoot> >- <td colspan="3">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td> >+ <td colspan="3">[% t('Total amount payable:') %]</td><td>[% amountoutstanding | format('%.2f') %]</td> > </tfoot> > <tbody><tr> > <td> >@@ -84,14 +85,14 @@ > <ol> > > <li> >- <label for="paid">Collect from patron: </label> >+ <label for="paid">[% t('Collect from patron:') %] </label> > <!-- default to paying all --> > <input name="paid" id="paid" value="[% amountoutstanding %]" /> > </li> > [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] > [% IF payment_types %] > <li> >- <label for="payment_type">Payment type: </label> >+ <label for="payment_type">[% t('Payment type:') %] </label> > <select name="payment_type" id="payment_type"> > <option value=""></option> > [% FOREACH pt IN payment_types %] >@@ -104,13 +105,13 @@ > </fieldset> > > <div class="action"><input type="submit" name="submitbutton" value="Confirm" /> >- <a class="cancel" href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a></div> >+ <a class="cancel" href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a></div> > </form> > [% ELSIF ( writeoff_individual ) %] >- <form name="woindivfine" id="woindivfine" action="/cgi-bin/koha/members/pay.pl" method="post" > >+ <form name="woindivfine" id="woindivfine" action="/cgi-bin/koha/members/pay.pl" method="post"> > <input type="hidden" name="csrf_token" value="[% csrf_token %]" /> > <fieldset class="rows"> >- <legend>Write off an individual fine</legend> >+ <legend>[% t('Write off an individual fine') %]</legend> > <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber %]" /> > <input type="hidden" name="pay_individual" id="pay_individual" value="[% pay_individual %]" /> > <input type="hidden" name="itemnumber" id="itemnumber" value="[% itemnumber %]" /> >@@ -124,12 +125,12 @@ > <input type="hidden" name="confirm_writeoff" id="confirm_writeoff" value="1" /> > <table> > <thead><tr> >- <th>Description</th> >- <th>Account type</th> >- <th>Amount</th> >- <th>Amount outstanding</th> >+ <th>[% t('Description') %]</th> >+ <th>[% t('Account type') %]</th> >+ <th>[% t('Amount') %]</th> >+ <th>[% t('Amount outstanding') %]</th> > </tr></thead> >- <tfoot><td colspan="3">Total amount outstanding:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot> >+ <tfoot><td colspan="3">[% t('Total amount outstanding:') %]</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot> > <tbody><tr> > <td>[% description %] [% title %]</td> > <td>[% accounttype %]</td> >@@ -140,7 +141,7 @@ > > <ol> > <li> >- <label for="paid">Writeoff amount: </label> >+ <label for="paid">[% t('Writeoff amount:') %] </label> > <!-- default to writing off all --> > <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" /> > </li> >@@ -148,7 +149,7 @@ > </fieldset> > <div class="action"> > <input type="submit" value="Write off this charge" /> >- <a class="cancel" href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a> >+ <a class="cancel" href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a> > </div> > </form> > [% ELSE %] >@@ -160,21 +161,21 @@ > <input type="hidden" name="total" id="total" value="[% total %]" /> > > <fieldset class="rows"> >- [% IF ( selected_accts ) %]<legend>Pay an amount toward selected fines</legend>[% ELSE %]<legend>Pay an amount toward all fines</legend>[% END %] >+ [% IF ( selected_accts ) %]<legend>[% t('Pay an amount toward selected fines') %]</legend>[% ELSE %]<legend>[% t('Pay an amount toward all fines') %]</legend>[% END %] > <ol> > <li> >- <span class="label">Total amount outstanding: </span> >+ <span class="label">[% t('Total amount outstanding:') %] </span> > <span class="debit">[% total | format('%.2f') %]</span> > </li> > <li> >- <label for="paid">Collect from patron: </label> >+ <label for="paid">[% t('Collect from patron:') %] </label> > <!-- default to paying all --> > <input name="paid" id="paid" value="[% total | format('%.2f') %]" /> > </li> > [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] > [% IF payment_types %] > <li> >- <label for="payment_type">Payment type: </label> >+ <label for="payment_type">[% t('Payment type:') %] </label> > <select name="payment_type" id="payment_type"> > <option value=""></option> > [% FOREACH pt IN payment_types %] >@@ -184,13 +185,13 @@ > </li> > [% END %] > <li> >- <label for="selected_accts_notes">Note: </label> >+ <label for="selected_accts_notes">[% t('Note:') %] </label> > <textarea name="selected_accts_notes" id="selected_accts_notes">[% selected_accts_notes %]</textarea> > </li> > </ol> > </fieldset> > <div class="action"><input type="submit" name="submitbutton" value="Confirm" /> >- <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Cancel</a></div> >+ <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">[% t('Cancel') %]</a></div> > </form> > [% END %] > </div></div> >@@ -204,7 +205,7 @@ > > [% MACRO jsinclude BLOCK %] > [% Asset.js("js/members-menu.js") %] >- <script type= "text/javascript"> >+ <script type="text/javascript"> > $(document).ready(function() { > $('#payindivfine, #payfine').preventDoubleFormSubmit(); > $("#paid").on("change",function(){ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt >index 1e9ad5b274..997f6c1017 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE KohaDates %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Print receipt for [% patron.cardnumber %]</title> >+<title>[% t('Print receipt for') %] [% patron.cardnumber %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/printreceiptinvoice.css") %] > [% INCLUDE 'blocking_errors.inc' %] >@@ -17,32 +18,32 @@ > <table> > [% IF ( LibraryName ) %] > <tr> >- <th colspan=4 class="centerednames"> >+ <th colspan="4" class="centerednames"> > <h3>[% LibraryName %]</h3> > </th> > </tr> > [% END %] > <tr> >- <th colspan=4 class="centerednames"> >- <h2><u>Fee receipt</u></h2> >+ <th colspan="4" class="centerednames"> >+ <h2><u>[% t('Fee receipt') %]</u></h2> > </th> > </tr> > <tr> >- <th colspan=4 class="centerednames"> >+ <th colspan="4" class="centerednames"> > <h2>[% Branches.GetName( patron.branchcode ) %]</h2> > </th> > </tr> > <tr> >- <th colspan=4 > >- Received with thanks from [% patron.firstname %] [% patron.surname %] <br /> >- Card number : [% patron.cardnumber %]<br /> >+ <th colspan="4"> >+ [% t('Received with thanks from') %] [% patron.firstname %] [% patron.surname %] <br /> >+ [% t('Card number :') %] [% patron.cardnumber %]<br /> > </th> > </tr> > <tr> >- <th>Date</th> >- <th>Description of charges</th> >- <th>Note</th> >- <th>Amount</th> >+ <th>[% t('Date') %]</th> >+ <th>[% t('Description of charges') %]</th> >+ <th>[% t('Note') %]</th> >+ <th>[% t('Amount') %]</th> > </tr> > > [% FOREACH account IN accounts %] >@@ -50,16 +51,16 @@ > <td>[% account.date | $KohaDates %]</td> > <td> > [% SWITCH account.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 '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 %][% account.accounttype %] > [%- END -%] > [%- IF account.description %], [% account.description %][% END %] >@@ -71,7 +72,7 @@ > [% END %] > <tfoot> > <tr> >- <td colspan="3">Total outstanding dues as on date : </td> >+ <td colspan="3">[% t('Total outstanding dues as on date :') %] </td> > [% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total %]</td> > </tr> > </tfoot> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >index ec3ddf6331..6ab15ae908 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE Branches %] > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Print receipt for [% patron.cardnumber %]</title> >+<title>[% t('Print receipt for') %] [% patron.cardnumber %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/printreceiptinvoice.css") %] > </head> >@@ -23,7 +24,7 @@ > [% END %] > <tr> > <th colspan="5" class="centerednames"> >- <h2><u>INVOICE</u></h2> >+ <h2><u>[% t('INVOICE') %]</u></h2> > </th> > </tr> > <tr> >@@ -32,17 +33,17 @@ > </th> > </tr> > <tr> >- <th colspan="5" > >- Bill to: [% patron.firstname %] [% patron.surname %] <br /> >- Card number: [% patron.cardnumber %]<br /> >+ <th colspan="5"> >+ [% t('Bill to:') %] [% patron.firstname %] [% patron.surname %] <br /> >+ [% t('Card number:') %] [% patron.cardnumber %]<br /> > </th> > </tr> > <tr> >- <th>Date</th> >- <th>Description of charges</th> >- <th>Note</th> >- <th style="text-align:right;">Amount</th> >- <th style="text-align:right;">Amount outstanding</th> >+ <th>[% t('Date') %]</th> >+ <th>[% t('Description of charges') %]</th> >+ <th>[% t('Note') %]</th> >+ <th style="text-align:right;">[% t('Amount') %]</th> >+ <th style="text-align:right;">[% t('Amount outstanding') %]</th> > </tr> > > [% FOREACH account IN accounts %] >@@ -50,16 +51,16 @@ > <td>[% account.date | $KohaDates%]</td> > <td> > [% SWITCH account.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 '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 %][% account.accounttype %] > [%- END -%] > [%- IF account.description %], [% account.description %][% END %] >@@ -72,7 +73,7 @@ > [% END %] > <tfoot> > <tr> >- <td colspan="4">Total outstanding dues as on date: </td> >+ <td colspan="4">[% t('Total outstanding dues as on date:') %] </td> > [% IF ( totalcredit ) %]<td class="credit">[% ELSE %]<td class="debit">[% END %][% total %]</td> > </tr> > </tfoot> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >index 6794bc0810..3d2128e6af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE AuthorisedValues %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Koha ⺠Patrons ⺠Purchase suggestions for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% Asset.css("css/datatables.css") %] > [% INCLUDE 'doc-head-close.inc' %] > </head> >@@ -14,9 +15,9 @@ > [% INCLUDE 'patron-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >-› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> >-› Purchase suggestions for [% INCLUDE 'patron-title.inc' %] >+ <a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> >+⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> >+[% t('⺠Purchase suggestions for') %] [% INCLUDE 'patron-title.inc' %] > </div> > > <div id="doc3" class="yui-t1"> >@@ -25,20 +26,20 @@ > <div id="yui-main"> > <div class="yui-b"> > <div class="yui-g"> >- <h2>Purchase suggestions</h2> >+ <h2>[% t('Purchase suggestions') %]</h2> > > <div id="toolbar" class="btn-toolbar"> >- <a class="btn btn-default btn-sm" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&suggestedby=[% patron.borrowernumber %]&redirect=purchase_suggestions&borrowernumber=[% patron.borrowernumber %]"><i class="fa fa-plus"></i> New purchase suggestion</a> >+ <a class="btn btn-default btn-sm" id="newsuggestion" href="/cgi-bin/koha/suggestion/suggestion.pl?op=add&suggestedby=[% patron.borrowernumber %]&redirect=purchase_suggestions&borrowernumber=[% patron.borrowernumber %]"><i class="fa fa-plus"></i> [% t('New purchase suggestion') %]</a> > </div> > > [% IF suggestions %] > <table id="suggestions"> > <thead> > <tr> >- <th>Summary</th> >- <th>Note</th> >- <th>Managed by</th> >- <th>Status</th> >+ <th>[% t('Summary') %]</th> >+ <th>[% t('Note') %]</th> >+ <th>[% t('Managed by') %]</th> >+ <th>[% t('Status') %]</th> > </tr> > </thead> > >@@ -49,7 +50,7 @@ > <p> > <strong> > [% IF ( CAN_user_catalogue ) %] >- <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&op=show">[% s.title |html %]</a> >+ <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% s.suggestionid %]&op=show">[% s.title |html %]</a> > [% ELSE %] > [% s.title |html %] > [% END %] >@@ -71,16 +72,16 @@ > [% IF ( s.firstnamemanagedby ) %],[% END %] > [% s.firstnamemanagedby %] > [% ELSE %] >- >+  > [% END %] > </td> > <td> >- [% IF ( s.ASKED ) %]Requested[% END %] >- [% IF ( s.CHECKED ) %]Checked by the library[% END %] >- [% IF ( s.ACCEPTED ) %]Accepted by the library[% END %] >- [% IF ( s.ORDERED ) %]Ordered by the library[% END %] >- [% IF ( s.REJECTED ) %]Suggestion declined [% END %] >- [% IF ( s.AVAILABLE ) %]Available in the library[% END %] >+ [% IF ( s.ASKED ) %][% t('Requested') %][% END %] >+ [% IF ( s.CHECKED ) %][% t('Checked by the library') %][% END %] >+ [% IF ( s.ACCEPTED ) %][% t('Accepted by the library') %][% END %] >+ [% IF ( s.ORDERED ) %][% t('Ordered by the library') %][% END %] >+ [% IF ( s.REJECTED ) %][% t('Suggestion declined') %] [% END %] >+ [% IF ( s.AVAILABLE ) %][% t('Available in the library') %][% END %] > [% IF ( s.reason ) %]([% s.reason %])[% END %] > </td> > </tr> >@@ -89,7 +90,7 @@ > </table> > [% ELSE %] > <div class="dialog message"> >- <p>This patron has not submitted any purchase suggestions</p> >+ <p>[% t('This patron has not submitted any purchase suggestions') %]</p> > </div> > [% END %] > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 36f52810ad..8dfd7c1672 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -1,3 +1,4 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE KohaDates %] > [% USE Koha %] >@@ -5,7 +6,7 @@ > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Circulation History for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Circulation History for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > </head> >@@ -14,7 +15,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Circulation history for [% INCLUDE 'patron-title.inc' %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Circulation history for') %] [% INCLUDE 'patron-title.inc' %]</div> > > <div id="doc3" class="yui-t2"> > >@@ -22,16 +23,16 @@ > <div id="yui-main"> > <div class="yui-b"> > [% INCLUDE 'members-toolbar.inc' %] >-<h1>Circulation history</h1> >+<h1>[% t('Circulation history') %]</h1> > > [% UNLESS Koha.Preference('intranetreadinghistory') %] >- <div class="dialog alert">Staff members are not allowed to access patron's checkout history</div> >+ <div class="dialog alert">[% t('Staff members are not allowed to access patron\'s checkout history') %]</div> > [% ELSIF is_anonymous %] >- <div class="dialog alert">This is the anonymous patron, so no circulation history is displayed. To get a list of anonymized loans, please run a report.</div> >+ <div class="dialog alert">[% t('This is the anonymous patron, so no circulation history is displayed. To get a list of anonymized loans, please run a report.') %]</div> > [% ELSIF ( patron.privacy == 2) %] >- <div class="dialog message">This patron has set the privacy rules to never keeping a circulation history.</div> >+ <div class="dialog message">[% t('This patron has set the privacy rules to never keeping a circulation history.') %]</div> > [% ELSIF ( !loop_reading ) %] >- <div class="dialog message">This patron has no circulation history.</div> >+ <div class="dialog message">[% t('This patron has no circulation history.') %]</div> > [% ELSE %] > <form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber %]" /></form> > >@@ -39,25 +40,25 @@ > <div id="tabs" class="toptabs"> > [% IF Koha.Preference('OnSiteCheckouts') %] > <ul> >- <li><a href="#readingrec" id="tab_all">All</a></li> >- <li><a href="#readingrec" id="tab_checkout">Checkouts</a></li> >- <li><a href="#readingrec" id="tab_onsite_checkout">On-site checkouts</a></li> >+ <li><a href="#readingrec" id="tab_all">[% t('All') %]</a></li> >+ <li><a href="#readingrec" id="tab_checkout">[% t('Checkouts') %]</a></li> >+ <li><a href="#readingrec" id="tab_onsite_checkout">[% t('On-site checkouts') %]</a></li> > </ul> > [% END %] > <div id="readingrec" style="overflow:hidden"> > <table id="table_readingrec"> > <thead> >- <th style="display:none;">Type</th> >- <th class="title-string">Date</th> >- <th class="anti-the">Title</th> >- <th>Author</th> >- <th>Call no.</th> >- <th>Barcode</th> >- <th>Number of renewals</th> >- <th class="title-string">Checked out on</th> >- <th>Checked out from</th> >- <th class="title-string">Date due</th> >- <th class="title-string">Return date</th> >+ <th style="display:none;">[% t('Type') %]</th> >+ <th class="title-string">[% t('Date') %]</th> >+ <th class="anti-the">[% t('Title') %]</th> >+ <th>[% t('Author') %]</th> >+ <th>[% t('Call no.') %]</th> >+ <th>[% t('Barcode') %]</th> >+ <th>[% t('Number of renewals') %]</th> >+ <th class="title-string">[% t('Checked out on') %]</th> >+ <th>[% t('Checked out from') %]</th> >+ <th class="title-string">[% t('Date due') %]</th> >+ <th class="title-string">[% t('Return date') %]</th> > </thead> > <tbody> > [% FOREACH issue IN loop_reading %] >@@ -93,14 +94,14 @@ > [% IF issue.date_due %] > <span title="[% issue.date_due %]">[% issue.date_due |$KohaDates with_hours => 1 %]</span> > [% ELSE %] >- <span title="0000-00-00"></span> >+ <span title="[% t('0000-00-00') %]"></span> > [% END %] > </td> > <td> > [% IF issue.returndate %] > <span title="[% issue.returndate %]">[% issue.returndate |$KohaDates with_hours => 1 %]</span> > [% ELSE %] >- <span title="Checked out"><small>Checked out</small></span> >+ <span title="[% t('Checked out') %]"><small>[% t('Checked out') %]</small></span> > [% END %] > </td> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt >index 1cbbfa674c..b82fa21b8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt >@@ -1,10 +1,11 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE AuthorisedValues %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Subscription routing lists for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> >+<title>[% t('Subscription routing lists for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > >@@ -12,7 +13,7 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Subscription routing lists for [% INCLUDE 'patron-title.inc' %]</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> ⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> [% t('⺠Subscription routing lists for') %] [% INCLUDE 'patron-title.inc' %]</div> > > <div id="doc3" class="yui-t2"> > <div id="bd"> >@@ -21,16 +22,16 @@ > [% INCLUDE 'members-toolbar.inc' %] > > <!-- Search Bar --> >-<p class="tip">Search subscriptions:</p> >-<form action="/cgi-bin/koha/serials/serials-home.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter %]" /><input type="submit" value="Search" class="submit" /> >+<p class="tip">[% t('Search subscriptions:') %]</p> >+<form action="/cgi-bin/koha/serials/serials-home.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">[% t('ISSN:') %]</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter %]" /> <label for="title_filter">[% t('Title:') %]</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter %]" /><input type="submit" value="Search" class="submit" /> > </form> > <!-- Search Bar End --> > > <h1> > [% IF ( countSubscrip ) %] >-[% countSubscrip %] Subscription routing list(s) >+[% countSubscrip %] [% t('Subscription routing list(s)') %] > [% ELSE %] >-0 Subscription routing lists >+[% t('0 Subscription routing lists') %] > [% END %] > </h1> > >@@ -39,8 +40,8 @@ > <table id="subscriptiont"> > <thead> > <tr> >- <th>Subscription title</th> >- <th>Routing list</th> >+ <th>[% t('Subscription title') %]</th> >+ <th>[% t('Routing list') %]</th> > </tr> > </thead> > <tbody> >@@ -54,7 +55,7 @@ > </td> > <td> > <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscripLoop.subscriptionid %]"><strong> >- Edit routing list >+ [% t('Edit routing list') %] > </strong> > </a> > <input type="hidden" name="biblionumber" value="[% biblionumber %]" /> >@@ -66,7 +67,7 @@ > </table> > </form> > [% ELSE %] >- <p>Patron does not belong to any subscription routing lists.</p> >+ <p>[% t('Patron does not belong to any subscription routing lists.') %]</p> > <input type="hidden" name="biblionumber" value="[% biblionumber %]" /> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber %]" /> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >index 14742eb0f5..6fadbef5d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt >@@ -1,12 +1,13 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% USE Koha %] > [% USE AuthorisedValues %] > [% USE Branches %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Patrons › >+<title>[% t('Koha ⺠Patrons âº') %] > [% UNLESS blocking_error %] >- Statistics for [% INCLUDE 'patron-title.inc' no_html = 1 %] >+ [% t('Statistics for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %] > [% END %] > </title> > [% INCLUDE 'doc-head-close.inc' %] >@@ -18,9 +19,9 @@ > [% INCLUDE 'patron-search.inc' %] > > <div id="breadcrumbs"> >- <a href="/cgi-bin/koha/mainpage.pl">Home</a> >-› <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> >-› [% UNLESS blocking_error %]Statistics for [% INCLUDE 'patron-title.inc' invert_name = 1 %][% END %] >+ <a href="/cgi-bin/koha/mainpage.pl">[% t('Home') %]</a> >+⺠<a href="/cgi-bin/koha/members/members-home.pl">[% t('Patrons') %]</a> >+⺠[% UNLESS blocking_error %][% t('Statistics for') %] [% INCLUDE 'patron-title.inc' invert_name = 1 %][% END %] > </div> > > <div id="doc3" class="yui-t1"> >@@ -30,7 +31,7 @@ > <div class="yui-b"> > [% INCLUDE 'members-toolbar.inc' %] > >- <h3>Statistics for [% INCLUDE 'patron-title.inc' %]</h3> >+ <h3>[% t('Statistics for') %] [% INCLUDE 'patron-title.inc' %]</h3> > [% IF ( datas.size ) %] > <table id="statistics"> > <thead> >@@ -39,24 +40,24 @@ > <th> > [% SWITCH cn %] > [% CASE 'itype' %] >- Item type >+ [% t('Item type') %] > [% CASE 'ccode' %] >- Collection code >+ [% t('Collection code') %] > [% CASE 'location' %] >- Shelving location >+ [% t('Shelving location') %] > [% CASE 'homebranch' %] >- Home library >+ [% t('Home library') %] > [% CASE 'holdingbranch' %] >- Holding library >+ [% t('Holding library') %] > [% CASE %] > [% cn %] > [% END %] > </th> > [% END %] >- <th>Total checkouts as of yesterday</th> >- <th>Today's checkouts</th> >- <th>Today's checkins</th> >- <th>Total checkouts</th> >+ <th>[% t('Total checkouts as of yesterday') %]</th> >+ <th>[% t('Today\'s checkouts') %]</th> >+ <th>[% t('Today\'s checkins') %]</th> >+ <th>[% t('Total checkouts') %]</th> > </tr> > </thead> > >@@ -71,7 +72,7 @@ > </tbody> > <tfoot> > <tr> >- <td colspan="[% column_names.size %]">TOTAL</td> >+ <td colspan="[% column_names.size %]">[% t('TOTAL') %]</td> > <td>[% count_total_precedent_state %]</td> > <td>[% count_total_issues %]</td> > <td>[% count_total_issues_returned %]</td> >@@ -80,7 +81,7 @@ > </tfoot> > </table> > [% ELSE %] >- <div class="dialog message">There are no statistics for this patron.</div> >+ <div class="dialog message">[% t('There are no statistics for this patron.') %]</div> > [% END %] > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >index d5cd974565..a90965c8f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt >@@ -1,7 +1,8 @@ >+[% PROCESS 'i18n.inc' %] > [% USE Asset %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Choose adult category</title> >+<title>[% t('Koha ⺠Choose adult category') %]</title> > [% INCLUDE 'doc-head-close.inc' %] > [% Asset.css("css/datatables.css") %] > </head> >@@ -11,7 +12,7 @@ > > [% IF ( MULTI ) %] > >- <h3> Choose adult category </h3> >+ <h3> [% t('Choose adult category') %] </h3> > > [% IF patron_categories %] > <form method="post" action="update-child.pl"> >@@ -19,9 +20,9 @@ > <table id="catst"> > <thead> > <tr> >- <th> </th> >- <th>Code</th> >- <th>Description</th> >+ <th> </th> >+ <th>[% t('Code') %]</th> >+ <th>[% t('Description') %]</th> > </tr> > </thead> > <tbody> >@@ -43,7 +44,7 @@ > <input type="hidden" name="catcode_multi" value="[% CATCODE_MULTI %]" /> > <fieldset class="action"> > <input class="submit" type="submit" value="Submit" /> >- <a href="#" class="cancel close">Cancel</a> >+ <a href="#" class="cancel close">[% t('Cancel') %]</a> > </fieldset> > </fieldset> > </form> >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20988
:
76333
|
76334
|
76335
|
76336
|
76337
|
76338
|
76339
|
76340
|
76341
|
76342
|
76343
|
76344
|
76345
|
76346
|
76347
|
76348
|
76349
|
76350
|
76351
|
76352
|
76353
|
76354
|
76355
|
76356
|
76357
|
76358
|
76359
|
76360
|
76361
|
76362
|
76363
|
76364
|
76365
|
76934
|
76935