From 2002a72f5c933fb3262f3bca7c882f2ba98559ef Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 25 Jun 2018 08:49:11 +0200 Subject: [PATCH] Bug 20988: koha-tmpl/intranet-tmpl/prog/en/modules/onboarding --- .../en/modules/onboarding/onboardingstep1.tt | 27 +++--- .../en/modules/onboarding/onboardingstep2.tt | 65 +++++++------- .../en/modules/onboarding/onboardingstep3.tt | 65 +++++++------- .../en/modules/onboarding/onboardingstep4.tt | 27 +++--- .../en/modules/onboarding/onboardingstep5.tt | 89 ++++++++++--------- 5 files changed, 139 insertions(+), 134 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt index ebe91f7427..0f157aeac2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › Create a library +[% t('Koha › Web installer › Create a library') %] [% INCLUDE 'installer-doc-head-close.inc' %] @@ -8,29 +9,29 @@
-

Koha

-

Web installer › Create a library

+

[% t('Koha') %]

+

[% t('Web installer › Create a library') %]

[% INCLUDE 'onboarding_messages.inc' %]
-
- - +
+ +
  1. - - - Required + + + [% t('Required') %]
  2. - + - Required + [% t('Required') %]
-

To add another library and for more settings, go to: - Administration Libraries and groups +

[% t('To add another library and for more settings, go to:') %] + [% t('Administration') %] [% t('Libraries and groups') %]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt index 6a9bdfabb3..6c1692059f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt @@ -1,7 +1,8 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › Add a patron category +[% t('Koha › Web installer › Add a patron category') %] [%# The following if statement checks if the categories variable handed to this template %] [%# by onboarding.pl has data in it. If the categories variable does have data %] [%# in it this means that the user has previously imported sample patron category %] @@ -20,13 +21,13 @@
-

Koha

+

[% t('Koha') %]

-

Web installer › Create a patron category

+

[% t('Web installer › Create a patron category') %]

[% INCLUDE 'onboarding_messages.inc' %] -

The patron category you create will be used by the administrator account.

+

[% t('The patron category you create will be used by the') %] [% t('administrator account') %].

@@ -34,38 +35,38 @@
  1. - + - Required + [% t('Required') %]
  2. - + - Required + [% t('Required') %]
  3. - +
  4. - Category type: + [% t('Category type:') %] - Staff + [% t('Staff') %]
  5. - +
    - Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron's checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob batch_anonymise.pl which should be set up by your system administrator. + [% t('Controls how long a patrons checkout history is kept for new patrons of this category. "Never" anonymizes checkouts on return, and "Forever" keeps a patron\'s checkout history indefinitely. When set to "Default", the amount of history kept is controlled by the cronjob') %] [% t('batch_anonymise.pl') %] [% t('which should be set up by your system administrator.') %]
  6. - Enrolment period: + [% t('Enrolment period:') %]
    1. - Choose one + [% t('Choose one') %]
    2. - + [% IF category.enrolmentperiod %] [% ELSE %] @@ -108,7 +109,7 @@ [% END %]
    3. - +
      [% INCLUDE 'date-format.inc' dateformat = Koha.Preference('dateformat') %]
    4. @@ -118,8 +119,8 @@

    - To add another patron category and for more settings go to: - Administration Patron categories + [% t('To add another patron category and for more settings go to:') %] + [% t('Administration') %] [% t('Patron categories') %]

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt index 51ed7f0e7f..adfaeab22c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt @@ -1,6 +1,7 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › Create Koha administrator patron +[% t('Koha › Web installer › Create Koha administrator patron') %] [% INCLUDE 'installer-doc-head-close.inc' %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] @@ -11,99 +12,99 @@
    -

    Koha

    -

    Web installer › Create Koha administrator patron

    +

    [% t('Koha') %]

    +

    [% t('Web installer › Create Koha administrator patron') %]

    [% INCLUDE 'onboarding_messages.inc' %]

    - Now we will create a patron with superlibrarian permissions. Log in with this to access Koha as a staff member with all permissions. + [% t('Now we will create a patron with superlibrarian permissions. Log in with this to access Koha as a staff member with all permissions.') %]

    -

    Administrator identity

    +

    [% t('Administrator identity') %]

    1. - + - Required + [% t('Required') %]
    2. - - - Required + + + [% t('Required') %]
    1. - + [% IF patrons && patrons > 1 %] [% ELSE %] [% END %] - Required + [% t('Required') %]
    2. - + - Required + [% t('Required') %]
    3. - + - Required

      - Note: If you installed sample patron categories please select the "Staff" option in the patron categories dropdown box. + [% t('Required') %]

      + [% t('Note:') %] [% t('If you installed sample patron categories please select the "Staff" option in the patron categories dropdown box.') %]
    -

    Administrator account permissions

    +

    [% t('Administrator account permissions') %]

    1. - superlibrarian + [% t('superlibrarian') %]
    -

    Administrator login

    +

    [% t('Administrator login') %]

    1. - - - Required + + + [% t('Required') %]
    2. - + - Required + [% t('Required') %]
    3. - + - Required + [% t('Required') %]

    - To create another patron, go to: - Patrons › New patron + [% t('To create another patron, go to:') %] + [% t('Patrons › New patron') %]

    - To edit patron permissions, go to: - More › Set permissions + [% t('To edit patron permissions, go to:') %] + [% t('More › Set permissions') %]

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt index ec9c7b6d9e..b3cafd44df 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › Create a new item type +[% t('Koha › Web installer › Create a new item type') %] [% INCLUDE 'installer-doc-head-close.inc' %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] @@ -10,16 +11,16 @@
    -

    Koha

    -

    Web installer › Create a new item type

    +

    [% t('Koha') %]

    +

    [% t('Web installer › Create a new item type') %]

    [% INCLUDE 'onboarding_messages.inc' %] -

    Item types are used to group related items. Examples of item types might be books, CDs, or DVDs.

    -

    When adding to your institution's catalog you will create an item of a particular item type.

    -

    Importantl: Item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items: Checkout length, renewal policy, hold policy, etc. For example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for checking out any DVD.

    +

    [% t('Item types are used to group related items. Examples of item types might be books, CDs, or DVDs.') %]

    +

    [% t('When adding to your institution\'s catalog you will create an item of a particular item type.') %]

    +

    [% t('Importantl: Item types are what you apply circulation rules to. Circulation rules govern how your institution will lend its items: Checkout length, renewal policy, hold policy, etc. For example a circulation rule applied to the DVD item type may enforce a payment of $1.00 for checking out any DVD.') %]

    @@ -27,20 +28,20 @@
    1. - - - Required + + + [% t('Required') %]
    2. - + - Required + [% t('Required') %]
    -

    To create another item type later and for more settings go to: - Administration › Item types +

    [% t('To create another item type later and for more settings go to:') %] + [% t('Administration › Item types') %]

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt index dfae544472..70d15efab9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt @@ -1,9 +1,10 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Web installer › +<title>[% t('Koha › Web installer ›') %] [% IF all_done %] - Complete + [% t('Complete') %] [% ELSE %] - Create circulation rule + [% t('Create circulation rule') %] [% END %] [% INCLUDE 'installer-doc-head-close.inc' %] @@ -16,75 +17,75 @@
    -

    Koha

    +

    [% t('Koha') %]

    [% IF all_done %] -

    Web installer › Complete

    +

    [% t('Web installer › Complete') %]

    [% INCLUDE 'onboarding_messages.inc' %] -

    Congratulations you have finished and are ready to use Koha

    - Start using Koha +

    [% t('Congratulations you have finished and are ready to use Koha') %]

    + [% t('Start using Koha') %] [% ELSE %] -

    Web installer › Create a new circulation rule

    +

    [% t('Web installer › Create a new circulation rule') %]

    [% INCLUDE 'onboarding_messages.inc' %]
    - +
    1. - + - Required + [% t('Required') %]
    2. - + - Required + [% t('Required') %]
    3. - + - Required + [% t('Required') %]
    4. - + - Required + [% t('Required') %]
    5. - + - Required + [% t('Required') %]
    6. - +
    7. - + - Required + [% t('Required') %]
    8. - + - Required + [% t('Required') %]
    9. - +

    - To create circulation rule, go to: - Administration › Circulation and fine rules + [% t('To create circulation rule, go to:') %] + [% t('Administration › Circulation and fine rules') %]

    -- 2.17.1