From b4bf0f3095dc533e60990bbf017c9eefeb6e6f74 Mon Sep 17 00:00:00 2001 From: Julian Maurice 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' %] -Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %] +[% t('Koha › Patrons › Account for') %] [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -19,19 +20,19 @@
[% IF accountline %] [% IF type == 'credit' %] -

Details for payment

+

[% t('Details for payment') %]

[% ELSIF type == 'debit' %] -

Details for fee

+

[% t('Details for fee') %]

[% END %] - - - - - + + + + + @@ -49,10 +50,10 @@ , [% accountline.description %] [%- END -%] -   +   [% IF ( accountline.itemnumber ) %] [% SET biblio = accountline.item.biblio %] - [% biblio.title |html %] + [% biblio.title |html %] [% END %] @@ -72,26 +73,26 @@
DateDescription of chargesNoteAmountOutstanding[% t('Date') %][% t('Description of charges') %][% t('Note') %][% t('Amount') %][% t('Outstanding') %]
[% IF type == 'credit' %] -

Fees paid

+

[% t('Fees paid') %]

[% ELSIF type == 'debit' %] -

Payments

+

[% t('Payments') %]

[% END %] [% IF account_offsets %] - - - - - - - - - - - + + + + + + + + + + + @@ -115,18 +116,18 @@ - + [% END %] [% END %]
Date createdDate updatedAmountAmount outstandingTypeNoteTransacting librarianDate/Time of changeAmount of changeType of change [% t('Date created') %][% t('Date updated') %][% t('Amount') %][% t('Amount outstanding') %][% t('Type') %][% t('Note') %][% t('Transacting librarian') %][% t('Date/Time of change') %][% t('Amount of change') %][% t('Type of change') %] 
[% ao.created_on | $KohaDates with_hours => 1 %] [% ao.amount | $Price %] [% INCLUDE 'account_offset_type.inc' account_offset => ao %] Details [% t('Details') %]
[% ELSE %] - No details available for this payment. + [% t('No details available for this payment.') %] [% END %] [% ELSE %]
-

Account line not found.

+

[% t('Account line not found.') %]

[% END %]
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' %] -Koha › Patrons › API Keys +[% t('Koha › Patrons › API Keys') %] [% INCLUDE 'doc-head-close.inc' %] @@ -10,11 +11,11 @@ [% INCLUDE 'patron-search.inc' %]
@@ -23,19 +24,19 @@
[% INCLUDE 'members-toolbar.inc' %] -

API keys for [% INCLUDE 'patron-title.inc' %]

+

[% t('API keys for') %] [% INCLUDE 'patron-title.inc' %]

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' %] -Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' no_html = 1 %] +[% t('Koha › Patrons › Account for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] @@ -16,7 +17,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -28,25 +29,25 @@
- - - - - + + + + + [% IF ( reverse_col ) %] - + [% ELSE %] - + [% END %] @@ -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 ) %][% account.item.biblio.title |html %][% END %] +  [% IF ( account.itemnumber ) %][% account.item.biblio.title |html %][% END %] [% IF ( account.amountcredit ) %] [% IF ( account.amountoutstandingcredit ) %] @@ -85,11 +86,11 @@ [% END %] - + [% IF ( totalcredit ) %] [% ELSE %] - + [% END %] 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' %] -Koha › Delete patron [% patron.firstname %] [% patron.surname %] +[% t('Koha › Delete patron') %] [% patron.firstname %] [% patron.surname %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -19,39 +20,39 @@ [% INCLUDE 'members-toolbar.inc' %] [% IF ( ItemsOnIssues || charges || guarantees ) %]
-

Cannot delete patron

+

[% t('Cannot delete patron') %]

    [% IF ( ItemsOnIssues ) %] -
  • Patron has [% ItemsOnIssues %] item(s) checked out.
  • +
  • [% t('Patron has') %] [% ItemsOnIssues %] [% t('item(s) checked out.') %]
  • [% END %] [% IF ( charges ) %] -
  • Patron has [% charges | $Price %] in fines.
  • +
  • [% t('Patron has') %] [% charges | $Price %] [% t('in fines.') %]
  • [% END %] [% IF ( guarantees ) %] -
  • Patron's record has guaranteed accounts attached.
  • +
  • [% t('Patron\'s record has guaranteed accounts attached.') %]
  • [% END %]
[% ELSIF op == 'delete_confirm' and patron %] [%# TODO add "patron does not exist" unless patron %]
-

Are you sure you want to delete the patron [% patron.firstname %] [% patron.surname %]? This cannot be undone.

+

[% t('Are you sure you want to delete the patron') %] [% patron.firstname %] [% patron.surname %][% t('? This cannot be undone.') %]

- + - +
- - + +
[% END %] [% IF ( keeplocal ) %]
-

Remote record deleted, local record kept

-

Patron was marked for deletion from Norwegian national patron database, but the local record was kept.

+

[% t('Remote record deleted, local record kept') %]

+

[% t('Patron was marked for deletion from Norwegian national patron database, but the local record was kept.') %]

[% END %]
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' %] -Koha › Patrons › [% UNLESS blocking_error %]Discharge for [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])[% END %] +[% t('Koha › Patrons ›') %] [% UNLESS blocking_error %][% t('Discharge for') %] [% patron.firstname %] [% patron.surname %] ([% patron.cardnumber %])[% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -12,9 +13,9 @@ [% INCLUDE 'patron-search.inc' %]
@@ -22,20 +23,20 @@
-

Discharge

+

[% t('Discharge') %]

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

Cannot edit discharge: the patron has checked out items.

+

[% t('Cannot edit discharge: the patron has checked out items.') %]

[% ELSE %] [% IF patron.holds.count %] -

Borrower has reserves: they will be canceled if the discharge is generated.

+

[% t('Borrower has reserves: they will be canceled if the discharge is generated.') %]

[% END %]
@@ -44,12 +45,12 @@ [% END %] [% IF validated_discharges %] -

Already validated discharges

+

[% t('Already validated discharges') %]

DateDescription of chargesNoteAmountOutstanding[% t('Date') %][% t('Description of charges') %][% t('Note') %][% t('Amount') %][% t('Outstanding') %]Actions[% t('Actions') %]  
[% account.note | html_line_break %][% ELSE %][% END %][% account.amount | $Price %][% ELSE %][% END %][% account.amountoutstanding | $Price %] [% IF ( account.payment ) %] - Print + [% t('Print') %] [% ELSE %] - Print + [% t('Print') %] [% END %] - Details + [% t('Details') %] [% IF ( reverse_col) %] [% IF ( account.payment ) %] - Reverse - Void + [% t('Reverse') %] + [% t('Void') %] [% ELSE %][% SET footerjs = 1 %] -   +   [% END %] [% END %]
Total due[% t('Total due') %][% total | $Price %][% total | $Price %][% total | $Price %]
- - + + 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' %] -Koha › Patrons › Pending discharge requests +[% t('Koha › Patrons › Pending discharge requests') %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] @@ -11,22 +12,22 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
[% IF pending_discharges %] -

Pending discharge requests

+

[% t('Pending discharge requests') %]

RequestedValidated[% t('Requested') %][% t('Validated') %]
- - - - + + + + @@ -35,7 +36,7 @@ - + [% END %] @@ -43,7 +44,7 @@ [% ELSE %]
-

There are no pending discharge requests.

+

[% t('There are no pending discharge requests.') %]

[% 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' %] -Files for [% INCLUDE 'patron-title.inc' no_html = 1 %] +[% t('Files for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.inc' %] @@ -12,7 +13,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -20,12 +21,12 @@
[% INCLUDE 'members-toolbar.inc' %] -

Files

+

[% t('Files') %]

[% IF errors %]
- [% 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 %]
[% END %] @@ -33,44 +34,44 @@
PatronLibraryDate requestedAllow[% t('Patron') %][% t('Library') %][% t('Date requested') %][% t('Allow') %]
[% d.borrower.surname %], [% d.borrower.firstname %] [% d.borrower.branchcode.branchname %] [% d.needed | $KohaDates %] Allow [% t('Allow') %]
- - - - - [% IF CAN_user_borrowers_edit_borrowers %][% END %] + + + + + [% IF CAN_user_borrowers_edit_borrowers %][% END %] [% FOREACH f IN files %] - + - [% IF CAN_user_borrowers_edit_borrowers %][% END %] + [% IF CAN_user_borrowers_edit_borrowers %][% END %] [% END %]
NameTypeDescriptionUploaded [% t('Name') %][% t('Type') %][% t('Description') %][% t('Uploaded') %] 
[% f.file_name %][% f.file_name %] [% f.file_type %] [% f.file_description %] [% f.date_uploaded | $KohaDates %] Delete [% t('Delete') %]
[% ELSE %]
-

This patron has no files attached.

+

[% t('This patron has no files attached.') %]

[% END %]
- Upload new file + [% t('Upload new file') %]
  1. - +
  2. -
  3. +
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' %] -Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %] +[% t('Holds history for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] @@ -15,36 +16,36 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
[% INCLUDE 'members-toolbar.inc' %] -

Holds history

+

[% t('Holds history') %]

[% UNLESS Koha.Preference('intranetreadinghistory') %] -
Staff members are not allowed to access patron's holds history
+
[% t('Staff members are not allowed to access patron\'s holds history') %]
[% ELSIF is_anonymous %] -
This is the anonymous patron, so no holds history is displayed.
+
[% t('This is the anonymous patron, so no holds history is displayed.') %]
[% ELSIF ( !holds ) %] -
This patron has no holds history.
+
[% t('This patron has no holds history.') %]
[% ELSE %]
- - - - - - - - - - + + + + + + + + + + [% FOREACH hold IN holds %] @@ -57,35 +58,35 @@ [% IF hold.expirationdate %] [% hold.expirationdate | $KohaDates %] [% ELSE %] - + [% END %] 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' %] -Koha › Housebound › Details for [% INCLUDE 'patron-title.inc' no_html = 1 %] +[% t('Koha › Housebound › Details for') %] [% INCLUDE 'patron-title.inc' no_html = 1 %] [% INCLUDE 'doc-head-close.inc' %] @@ -14,9 +15,9 @@ [% INCLUDE 'patron-search.inc' %]
@@ -29,36 +30,35 @@
-

Housebound details for [% INCLUDE 'patron-title.inc' %]

+

[% t('Housebound details for') %] [% INCLUDE 'patron-title.inc' %]

[% FOR m IN messages %]
[% 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.') %]
[% END %] [% IF ( method == 'update_or_create' ) %] -

Manage housebound profile

- +

[% t('Manage housebound profile') %]

+ [% IF ( housebound_profile ) %] @@ -66,70 +66,70 @@ [% END %]
- Housebound details + [% t('Housebound details') %]
  1. - + - Required + [% t('Required') %]
  2. - + - Required + [% t('Required') %]
  3. - + [% IF ( housebound_profile ) %] - + [% ELSE %] [% END %]
  4. - + [% IF ( housebound_profile ) %] - + [% ELSE %] [% END %]
  5. - + [% IF ( housebound_profile ) %] - + [% ELSE %] [% END %]
  6. - + [% IF ( housebound_profile ) %] - + [% ELSE %] [% END %]
  7. - + [% IF ( housebound_profile ) %] - + [% ELSE %] [% END %] @@ -188,19 +183,17 @@
- - - Cancel + + + [% t('Cancel') %]
[% ELSIF ( method == 'visit_update_or_create' ) %] -

Manage housebound deliveries

-
+

[% t('Manage housebound deliveries') %]

+ [% IF ( visit ) %] @@ -209,60 +202,56 @@ [% END %]
- Delivery details + [% t('Delivery details') %]
  1. - + [% IF ( visit ) %] - + [% ELSE %] - + [% END %] - Required + [% t('Required') %]
    [% INCLUDE 'date-format.inc' %]
  2. - - + [% IF ( visit ) %] [% IF ( visit.day_segment == 'morning' ) %] [% ELSE %] - + [% END %] [% IF ( visit.day_segment == 'afternoon' ) %] [% ELSE %] - + [% END %] [% IF ( visit.day_segment == 'evening' ) %] [% ELSE %] - + [% END %] [% ELSE %] - - - + + + [% END %] - Required + [% t('Required') %]
  3. - + - Required + [% t('Required') %]
  4. - + - Required + [% t('Required') %]
- - - Cancel + + + [% t('Cancel') %]
@@ -327,62 +315,62 @@
  1. - Delivery day: + [% t('Delivery day:') %] [% 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 %]
  2. - Frequency: + [% t('Frequency:') %] [% AuthorisedValues.GetByCode( 'HSBND_FREQ', housebound_profile.frequency, 0 ) || housebound_profile.frequency %]
  3. - Material: + [% t('Material:') %] [% housebound_profile.fav_itemtypes %]
  4. - Subjects: + [% t('Subjects:') %] [% housebound_profile.fav_subjects %]
  5. - Authors: + [% t('Authors:') %] [% housebound_profile.fav_authors %]
  6. - Referral: + [% t('Referral:') %] [% housebound_profile.referral %]
  7. - Notes: + [% t('Notes:') %] [% housebound_profile.notes %]
-

Deliveries

+

[% t('Deliveries') %]

[% housebound_visits = housebound_profile.housebound_visits %] [% IF housebound_visits.size > 0 %]
TitleAuthorBarcodeLibraryHold dateExpiration dateWaiting dateCancellation dateItem typeStatus[% t('Title') %][% t('Author') %][% t('Barcode') %][% t('Library') %][% t('Hold date') %][% t('Expiration date') %][% t('Waiting date') %][% t('Cancellation date') %][% t('Item type') %][% t('Status') %]
[% IF hold.waitingdate %] [% hold.waitingdate | $KohaDates %] [% ELSE %] - + [% END %] [% IF hold.cancellationdate %] [% hold.cancellationdate | $KohaDates %] [% ELSE %] - + [% END %] [% hold.itemtype %] [% 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 %]
- + [% FOREACH entry IN housebound_visits %] @@ -399,17 +387,16 @@ [% END %]
IDDateChooserDelivererActions[% t('ID') %][% t('Date') %][% t('Chooser') %][% t('Deliverer') %][% t('Actions') %]
- Edit - Delete + [% t('Edit') %] + [% t('Delete') %]
[% END %]
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' %] -Koha › Patrons › Create manual credit +[% t('Koha › Patrons › Create manual credit') %] [% INCLUDE 'doc-head-close.inc' %] @@ -11,7 +12,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -23,10 +24,10 @@
@@ -35,18 +36,18 @@
-Manual credit
    -
  1. + +
  2. -
  3. -
  4. -
  5. -
  6. Example: 5.00
  7. +
  8. +
  9. +
  10. +
  11. [% t('Example: 5.00') %]
-
Cancel
+
[% t('Cancel') %]
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' %] -Koha › Patrons › Create manual invoice +[% t('Koha › Patrons › Create manual invoice') %] [% INCLUDE 'doc-head-close.inc' %] @@ -11,7 +12,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -23,42 +24,42 @@
[% 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 %]
- Manual invoice + [% t('Manual invoice') %]
  1. - +
  2. -
  3. -
  4. -
  5. -
  6. Example: 5.00
  7. +
  8. +
  9. +
  10. +
  11. [% t('Example: 5.00') %]
-
Cancel
+
[% t('Cancel') %]
[% 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' %] -Koha › Patrons › Set permissions for [% patron.surname %], [% patron.firstname %] +[% t('Koha › Patrons › Set permissions for') %] [% patron.surname %], [% patron.firstname %] [% Asset.css("css/treeview/jquery.treeview.css") %] [% INCLUDE 'doc-head-close.inc' %] @@ -12,7 +13,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -25,7 +26,7 @@ -

Set permissions for [% patron.surname %], [% patron.firstname %]

+

[% t('Set permissions for') %] [% patron.surname %], [% patron.firstname %]

    @@ -37,14 +38,14 @@ [% END %] [% IF ( loo.checked ) %] [% IF disable_superlibrarian_privs && loo.bit == 0 %] - - + + [% ELSE %] [% END %] [% ELSE %] [% IF disable_superlibrarian_privs && loo.bit == 0 %] - + [% ELSE %] [% END %] @@ -74,7 +75,7 @@
-
Cancel
+
[% t('Cancel') %]
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' %] -Koha › Patrons › [% IF ( newpassword ) %]Password updated [% ELSE %]Update password for [% patron.surname %], [% patron.firstname %][% END %] +[% t('Koha › Patrons ›') %] [% IF ( newpassword ) %][% t('Password updated') %] [% ELSE %][% t('Update password for') %] [% patron.surname %], [% patron.firstname %][% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -11,7 +12,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -21,7 +22,7 @@ [% INCLUDE 'members-toolbar.inc' %] [% IF ( newpassword ) %] -

Password Updated

+

[% t('Password Updated') %]

[% ELSE %] @@ -31,60 +32,60 @@ [% IF ( errormsg ) %]
-

The following errors have occurred:

+

[% t('The following errors have occurred:') %]

    [% IF ( BADUSERID ) %] -
  • You have entered a username that already exists. Please choose another one.
  • +
  • [% t('You have entered a username that already exists. Please choose another one.') %]
  • [% END %] [% IF ( ERROR_password_too_short ) %] -
  • Password must be at least [% Koha.Preference('minPasswordLength') %] characters long.
  • +
  • [% t('Password must be at least') %] [% Koha.Preference('minPasswordLength') %] [% t('characters long.') %]
  • [% END %] [% IF ( ERROR_password_too_weak ) %] -
  • Password must contain at least one digit, one lowercase and one uppercase.
  • +
  • [% t('Password must contain at least one digit, one lowercase and one uppercase.') %]
  • [% END %] [% IF ( ERROR_password_has_whitespaces ) %] -
  • Password must not contain leading or trailing whitespaces.
  • +
  • [% t('Password must not contain leading or trailing whitespaces.') %]
  • [% END %] [% IF ( NOPERMISSION ) %] -
  • You do not have permission to edit this patron's login information.
  • +
  • [% t('You do not have permission to edit this patron\'s login information.') %]
  • [% END %] [% IF ( NOMATCH ) %] -
  • The passwords entered do not match. Please re-enter the new password.
  • +
  • [% t('The passwords entered do not match') %][% t('. Please re-enter the new password.') %]
  • [% END %]
[% END %] -
Change username and/or password for [% patron.firstname %] [% patron.surname %] +
[% t('Change username and/or password for') %] [% patron.firstname %] [% patron.surname %]
    -
  1. +
  2. [% SET password_pattern = ".{" _ Koha.Preference('minPasswordLength') _ ",}" %] [% IF Koha.Preference('RequireStrongPassword') %] [% SET password_pattern = '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{' _ Koha.Preference('minPasswordLength') _ ',}' %] [% END %]
  3. - -
    Koha cannot display existing passwords. Leave the field blank to leave password unchanged.
    - + +
    [% t('Koha cannot display existing passwords. Leave the field blank to leave password unchanged.') %]
    +
  4. - - + +
- Cancel + [% t('Cancel') %]
[% END %]
-
Processing...
+
[% t('Processing...') %]
[% INCLUDE 'circ-menu.inc' %]
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' %] -Koha › Patrons [% IF ( searching ) %]› Search results[% END %] +[% t('Koha › Patrons') %] [% IF ( searching ) %][% t('› Search results') %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] @@ -14,7 +15,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -23,7 +24,7 @@
[% IF CAN_user_tools_manage_patron_lists %]
- Added patrons to . + [% t('Added') %] [% t('patrons to') %] .
[% END %] @@ -36,7 +37,7 @@ [% INCLUDE 'noadd-warnings.inc' %]
- Browse by last name: + [% t('Browse by last name:') %] [% FOREACH letter IN alphabet.split(' ') %] [% letter %] [% END %] @@ -44,36 +45,36 @@ [% IF CAN_user_borrowers_edit_borrowers && pending_borrower_modifications %] [% END %]
-

Patrons found for: [% IF searchmember %] for '[% searchmember | html %]'[% END %]

+

[% t('Patrons found for:') %] [% IF searchmember %] [% t('for \'') %][% searchmember | html %]'[% END %]

[% IF CAN_user_tools_manage_patron_lists || CAN_user_borrowers_edit_borrowers %]
[% IF CAN_user_tools_manage_patron_lists %] - Select all + [% t('Select all') %] | - Clear all + [% t('Clear all') %] | - + @@ -87,7 +88,7 @@ [% END %] [% IF CAN_user_borrowers_edit_borrowers %] - + [% END %]
@@ -97,18 +98,18 @@ [% IF CAN_user_tools_manage_patron_lists %] -   +   [% END %] - Card - Name - Date of birth - Category - Library - Expires on - OD/Checkouts - Fines - Circ note -   + [% t('Card') %] + [% t('Name') %] + [% t('Date of birth') %] + [% t('Category') %] + [% t('Library') %] + [% t('Expires on') %] + [% t('OD/Checkouts') %] + [% t('Fines') %] + [% t('Circ note') %] +   @@ -121,84 +122,84 @@
-

Filters

+

[% t('Filters') %]

  1. - - + +
  2. - +
  3. - +
  4. - + [% SET categories = Categories.all() %]
  5. - + [% SET branches = Branches.all( selected => branchcode_filter, only_from_group => 1 ) %] 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' %] -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 %]) +[% 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 %]) [% INCLUDE 'doc-head-close.inc' %] @@ -12,9 +13,9 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] -