@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/about.tt | 1451 +++++++++-------- .../intranet-tmpl/prog/en/modules/auth.tt | 55 +- .../prog/en/modules/batch/print-notices.tt | 3 +- .../prog/en/modules/common/patron_search.tt | 41 +- .../prog/en/modules/errors/errorpage.tt | 25 +- .../prog/en/modules/ill/ill-requests.tt | 151 +- .../prog/en/modules/intranet-main.tt | 55 +- .../prog/en/modules/reserve/request.tt | 295 ++-- .../prog/en/modules/reviews/reviewswaiting.tt | 29 +- .../en/modules/services/itemrecorddisplay.tt | 3 +- .../prog/en/modules/suggestion/suggestion.tt | 383 ++--- .../prog/en/modules/tags/list.tt | 29 +- .../prog/en/modules/tags/review.tt | 147 +- 13 files changed, 1339 insertions(+), 1328 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -1,139 +1,140 @@ +[% PROCESS 'i18n.inc' %] [% USE HtmlTags %] [% USE Koha %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › About Koha +[% t('Koha › About Koha') %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] - +
-

About Koha

+

[% t('About Koha') %]

- - - - - - + + + + + - - + + [% IF (is_psgi) %] - + [% END %] [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] - + [% IF elasticsearch_fatal_config_error %] [% ELSE %] [% END %] [% END %] - + - + [% IF (errZebraConnection == 10000) %] - + [% ELSIF (errZebraConnection) %] - + [% END %] - + [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %] [% timezone_env_class = (time_zone.env_invalid) ? 'status_warn' : '' %] - - + @@ -141,29 +142,29 @@
Server information
Koha version: [% kohaVersion |html %]
OS version ('uname -a'): [% osVersion |html %]
Perl interpreter: [% perlPath |html %]
Perl version: [% perlVersion |html %]
Perl @INC: +
[% t('Server information') %]
[% t('Koha version:') %] [% kohaVersion |html %]
[% t('OS version (\'uname -a\'):') %] [% osVersion |html %]
[% t('Perl interpreter:') %] [% perlPath |html %]
[% t('Perl version:') %] [% perlVersion |html %]
[% t('Perl @INC:') %] [% FOREACH perlIncPat IN perlIncPath %] [% perlIncPat.perlinc |html %]
[% END %]
MySQL version: [% mysqlVersion |html %]
Apache version: [% apacheVersion |html %]
[% t('MySQL version:') %] [% mysqlVersion |html %]
[% t('Apache version:') %] [% apacheVersion |html %]
PSGI: [% psgi_server |html %]
[% t('PSGI:') %] [% psgi_server |html %]
Elasticsearch: [% t('Elasticsearch:') %] [% elasticsearch_fatal_config_error %] - Nodes: + [% t('Nodes:') %] [% elasticsearch_status.nodes.join(' / ') %] | - Status: + [% t('Status:') %] [% IF elasticsearch_status.running %] - running + [% t('running') %] | - Indices: + [% t('Indices:') %] [% FOREACH index IN elasticsearch_status.indexes %] - [% index.index_name %] (count: [% index.count %])[% UNLESS loop.last %], [% END %] + [% index.index_name %] [% t('(count:') %] [% index.count %])[% UNLESS loop.last %], [% END %] [% END %] [% ELSE %] - not running + [% t('not running') %] [% END %]
Memcached:
[% t('Memcached:') %] - Servers: [% IF memcached_servers %][% memcached_servers | html %] - [% ELSE %]undefined[% END %] | - Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] - [% ELSE %]undefined[% END %] | - Status: [% IF memcached_servers %] + [% t('Servers:') %] [% IF memcached_servers %][% memcached_servers | html %] + [% ELSE %][% t('undefined') %][% END %] | + [% t('Namespace:') %] [% IF memcached_namespace %][% memcached_namespace | html %] + [% ELSE %][% t('undefined') %][% END %] | + [% t('Status:') %] [% IF memcached_servers %] [% IF memcached_running and is_memcached_still_active %] - running. + [% t('running') %]. [% ELSE %] - not running. + [% t('not running') %]. [% IF is_psgi %] - Remember memcached needs to be started before Plack. + [% t('Remember memcached needs to be started before Plack.') %] [% END %] [% END %] [% ELSE %] - unknown + [% t('unknown') %] [% END %] | - Config read from: + [% t('Config read from:') %] [% SWITCH where_is_memcached_config %] [% CASE 'config_only' %] - koha-conf.xml + [% t('koha-conf.xml') %] [% CASE 'ENV_only' %] - ENV Note that the right place to define the memcached config is in your $KOHA_CONF file + [% t('ENV') %] [% t('Note that the right place to define the memcached config is in your $KOHA_CONF file') %] [% CASE 'both' %] - ENV and koha-conf.xml Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV. + [% t('ENV and koha-conf.xml') %] [% t('Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV.') %] [% CASE # nowhere %] - Nowhere Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined. + [% t('Nowhere') %] [% t('Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined.') %] [% END %] [% IF effective_caching_method != 'Cache::Memcached::Fast' %] - | Effective caching method: [% effective_caching_method %] + [% t('| Effective caching method:') %] [% effective_caching_method %] [% END %]
Zebra version: [% zebraVersion |html %]
[% t('Zebra version:') %] [% zebraVersion |html %]
Error Zebra server seems not to be available. Is it started?
[% t('Error') %] [% t('Zebra server seems not to be available. Is it started?') %]
Warning Error message from Zebra: [% ( errZebraConnection ) %]
[% t('Warning') %] [% t('Error message from Zebra:') %] [% ( errZebraConnection ) %]
Date and time: [% t('Date and time:') %] [% current_date_and_time | $KohaDates with_hours => 1 %]
Time zone: Used: [% time_zone.actual %] + [% t('Time zone:') %] [% t('Used:') %] [% time_zone.actual %] [% IF time_zone.actual_bad_tz_fallback %] - (This is a fallback value due to a bad configuration) + [% t('(This is a fallback value due to a bad configuration)') %] [% END %] | - Config: [% IF time_zone.config != '' %] + [% t('Config:') %] [% IF time_zone.config != '' %] [% time_zone.config %] [% ELSE %] - Undefined + [% t('Undefined') %] [% END %] | - Environment (TZ): [% IF time_zone.environment != '' %] + [% t('Environment (TZ):') %] [% IF time_zone.environment != '' %] [% time_zone.environment %] [% ELSE %] - Undefined + [% t('Undefined') %] [% END %]
- + [% FOREACH tabl IN table %] [% FOREACH ro IN tabl.row %] [% IF ( ro.current ) %] [% IF ( ro.require ) %] - + [% END %] [% END %] @@ -185,119 +186,119 @@
[% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps %] [% IF (warnIsRootUser) %] -

Warning regarding current user

-

You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.

-

Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.

+

[% t('Warning regarding current user') %]

+

[% t('You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.') %]

+

[% t('Please log in instead with a regular staff account. To create a staff account, create a library, a patron category \'Staff\' and add a new patron. Then give this patron permissions from \'More\' in the toolbar.') %]

[% END %] [% IF has_ai_issues %] -

Data problems

-

Some of your tables have problems with their auto_increment values which may lead to data loss.

-

You should not ignore this warning.

-

The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.

-

To know how to avoid this problem see the related wiki page: - DBMS auto increment fix +

[% t('Data problems') %]

+

[% t('Some of your tables have problems with their auto_increment values which may lead to data loss.') %]

+

[% t('You should not ignore this warning.') %]

+

[% t('The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.') %]

+

[% t('To know how to avoid this problem see the related wiki page:') %] + [% t('DBMS auto increment fix') %]

-

Problems found

+

[% t('Problems found') %]

[% IF ai_patrons %] -

Patrons

-

The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:

+

[% t('Patrons') %]

+

[% t('The following ids exist in both tables') %] [% "borrowers" | $HtmlTags tag="strong" %] [% t('and') %] [% "deletedborrowers" | $HtmlTags tag="strong" %]:

[% FOR p IN ai_patrons %][% p.borrowernumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_biblios %] -

Biblios

-

The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:

+

[% t('Biblios') %]

+

[% t('The following ids exist in both tables') %] [% "biblio" | $HtmlTags tag="strong" %] [% t('and') %] [% "deletedbiblio" | $HtmlTags tag="strong" %]:

[% FOR b IN ai_biblios %][% b.biblionumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_items %] -

Items

-

The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:

+

[% t('Items') %]

+

[% t('The following ids exist in both tables') %] [% "items" | $HtmlTags tag="strong" %] [% t('and') %] [% "deleteditems" | $HtmlTags tag="strong" %]:

[% FOR i IN ai_items %][% i.itemnumber %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_checkouts %] -

Checkouts

-

The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:

+

[% t('Checkouts') %]

+

[% t('The following ids exist in both tables') %] [% "issues" | $HtmlTags tag="strong" %] [% t('and') %] [% "old_issues" | $HtmlTags tag="strong" %]:

[% FOR c IN ai_checkouts %][% c.issue_id %][% UNLESS loop.last %], [% END %][% END %]

[% END %] [% IF ai_holds %] -

Holds

-

The following ids exist in both tables [% "holds" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:

+

[% t('Holds') %]

+

[% t('The following ids exist in both tables') %] [% "holds" | $HtmlTags tag="strong" %] [% t('and') %] [% "old_reserves" | $HtmlTags tag="strong" %]:

[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]

[% END %] -
+
[% END %] [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron || warnPrefAnonymousPatron_PatronDoesNotExist || warnNoActiveCurrency || QueryParserError || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps %] -

Warnings regarding the system configuration

+

[% t('Warnings regarding the system configuration') %]

Perl modules[% t('Perl modules') %]
+ [% ELSE %] - + [% END %] [% ELSIF ( ro.upgrade ) %] [% IF ( ro.require ) %] - + [% ELSE %] - + [% END %] [% ELSE %] [% IF ( ro.name == '' ) %] [% ELSIF ( ro.require ) %] - + [% ELSE %] - + [% END %] [% END %] [% IF ( ro.name ) %] @@ -175,7 +176,7 @@ [% ELSIF ( ro.version ) %] [% ro.version %] [% ELSE %] - Not Installed [% END %][% t('Not Installed') %] [% END %]
- + [% IF (warnPrefBiblioAddsAuthorities) %] - + [% END %] [% IF (warnPrefEasyAnalyticalRecords) %] - + [% END %] [% IF warnPrefAnonymousPatron %] - + [% END %] [% IF warnPrefAnonymousPatron_PatronDoesNotExist %] - + [% END %] [% IF warnNoActiveCurrency %] - + [% END %] [% IF warnStatisticsFieldsError %] - + [% END %] [% IF QueryParserError %] - [% END %] [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %] - [% END %] [% IF AutoSelfCheckPatronHasTooManyPerm %] - [% END %] [% IF warnNoTemplateCaching %] - [% END %] [% IF warnILLConfiguration %] [% IF no_ill_backends %] - [% END %] [% IF ill_partner_code_not_defined %] - [%END %] [% IF ill_partner_code_doesnt_exist %] - [% END %] [% END %] [% IF oauth2_missing_deps %] - [% END %]
Preferences and parameters[% t('Preferences and parameters') %]
Warning System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.
[% t('Warning') %] [% t('System preference \'AutoCreateAuthorities\' set, but needs \'BiblioAddsAuthorities\' set as well.') %]
Warning System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff client and the OPAC will be broken.
[% t('Warning') %] [% t('System preference \'EasyAnalyticalRecords\' set, but UseControlNumber preference is set to \'Use\'. Set it to \'Don\'t use\' or else the \'Show analytics\' links in the staff client and the OPAC will be broken.') %]
Warning System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.
[% t('Warning') %] [% t('System preference \'OPACPrivacy\' set, but AnonymousPatron preference is set to \'0\'. Set it to a valid borrower number if you want that this feature works correctly.') %]
Warning Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.
[% t('Warning') %] [% t('Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.') %]
Warning No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active.
[% t('Warning') %] [% t('No active currency is defined. Please go to') %] [% t('Administration > Currencies and exchange rates') %] [% t('and mark one currency as active.') %]
Warning System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError %]
[% t('Warning') %] [% t('System preference \'StatisticsFields\' contains field names not belonging to the items database table:') %] [% warnStatisticsFieldsError %]
Warning - You have set UseQueryParser but there was a problem inititializing QueryParser. +
[% t('Warning') %] + [% t('You have set UseQueryParser but there was a problem inititializing QueryParser.') %] [% IF QueryParserError.fallback %] - The 'queryparser_config' entry is missing in your configuration file. - The following configuration file was used without success: [% QueryParserError.file %]. + [% t('The \'queryparser_config\' entry is missing in your configuration file.') %] + [% t('The following configuration file was used without success:') %] [% QueryParserError.file %]. [% ELSE %] - The following configuration file was used without success: [% QueryParserError.file %]. + [% t('The following configuration file was used without success:') %] [% QueryParserError.file %]. [% END %]
Warning - The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission. +
[% t('Warning') %] + [% t('The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.') %]
Warning - The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module. +
[% t('Warning') %] + [% t('The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.') %]
Warning - You are missing the <template_cache_dir> entry in your koha-conf.xml file. - That will bring a performance boost to enable it. +
[% t('Warning') %] + [% t('You are missing the <template_cache_dir> entry in your koha-conf.xml file.') %] + [% t('That will bring a performance boost to enable it.') %]
Warning - The ILL module is enabled, but there are no backends available. +
[% t('Warning') %] + [% t('The ILL module is enabled, but there are no backends available.') %]
Warning - The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'. +
[% t('Warning') %] + [% t('The ILL module is enabled, but no \'partner_code\' defined in koha-conf.xml. Falling back to the hardcoded \'ILLLIBS\'.') %]
Warning - The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist %]) is not defined on the system. +
[% t('Warning') %] + [% t('The ILL module is enabled, but the configured \'partner_code\' (') %][% ill_partner_code_doesnt_exist %][% t(') is not defined on the system.') %]
Warning - System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled. +
[% t('Warning') %] + [% t('System preference \'RESTOAuth2ClientCredentials\' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.') %]
@@ -305,121 +306,121 @@ [% IF xml_config_warnings.size %] - + [% FOREACH config_entry IN xml_config_warnings %] [% IF config_entry.error == 'zebra_bib_index_mode_warn' %] - - + [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %] - - + + [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %] - - + + [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %] - - + [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %] - - + + [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %] - - + + [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %] - - + [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] - - + + [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %] - - + [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] - - + + [% ELSIF config_entry.error == 'queryparser_entry_missing' %] - - + [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %] - - + [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %] - - + [% ELSIF config_entry.error == 'log4perl_entry_missing' %] - - + [% ELSIF config_entry.error == 'uploadpath_entry_missing' %] - - + [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %] - - + [% ELSIF config_entry.error == 'tmp_path_missing' %] - - + [% END %] @@ -427,653 +428,653 @@
XML configuration file[% t('XML configuration file') %]
WarningThe <zebra_bib_index_mode> entry is missing in your configuration file. - It should be set to 'dom' or 'grs1' (deprecated). - It will default to 'dom'. + [% t('Warning') %][% t('The <zebra_bib_index_mode> entry is missing in your configuration file.') %] + [% t('It should be set to \'dom\' or \'grs1\' (deprecated).') %] + [% t('It will default to \'dom\'.') %]
InfoYour configuration file still seems to be set up for 'grs1'.[% t('Info') %][% t('Your configuration file still seems to be set up for \'grs1\'.') %]
InfoYour configuration file seems to be set up for 'dom'.[% t('Info') %][% t('Your configuration file seems to be set up for \'dom\'.') %]
WarningThe <zebra_auth_index_mode> entry is missing in your configuration file. - It should be set to 'dom' or 'grs1' (deprecated). - It will default to 'dom'. + [% t('Warning') %][% t('The <zebra_auth_index_mode> entry is missing in your configuration file.') %] + [% t('It should be set to \'dom\' or \'grs1\' (deprecated).') %] + [% t('It will default to \'dom\'.') %]
InfoYour configuration file still seems to be set up for 'grs1'.[% t('Info') %][% t('Your configuration file still seems to be set up for \'grs1\'.') %]
InfoYour configuration file seems to be set up for 'dom'.[% t('Info') %][% t('Your configuration file seems to be set up for \'dom\'.') %]
WarningThe <zebra_bib_index_mode> entry is set to 'grs1'. - GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead. To switch follow this page of wiki: - Switching to dom indexing + [% t('Warning') %][% t('The <zebra_bib_index_mode> entry is set to \'grs1\'.') %] + [% t('GRS-1 support is now deprecated and will be removed in future releases.') %] + [% t('Please use DOM instead. To switch follow this page of wiki:') %] + [% t('Switching to dom indexing') %]
WarningThe <zebra_bib_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.[% t('Warning') %][% t('The <zebra_bib_index_mode> entry is set to \'dom\', but your system still appears to be set up for \'grs1\' indexing.') %]
WarningThe <zebra_auth_index_mode> entry is set to 'grs1'. - GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead. To switch follow this page of wiki: - Switching to dom indexing + [% t('Warning') %][% t('The <zebra_auth_index_mode> entry is set to \'grs1\'.') %] + [% t('GRS-1 support is now deprecated and will be removed in future releases.') %] + [% t('Please use DOM instead. To switch follow this page of wiki:') %] + [% t('Switching to dom indexing') %]
WarningThe <zebra_auth_index_mode> entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.[% t('Warning') %][% t('The <zebra_auth_index_mode> entry is set to \'dom\', but your system still appears to be set up for \'grs1\' indexing.') %]
WarningYou have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration - file. [% config_entry.file %] is used as a fallback. + [% t('Warning') %][% t('You have set UseQueryParser but the \'queryparser_config\' entry is missing in your configuration') %] + [% t('file.') %] [% config_entry.file %] [% t('is used as a fallback.') %]
WarningThe <use_zebra_facets> entry is missing in your configuration file. Falling back - to legacy facet calculation. + [% t('Warning') %][% t('The <use_zebra_facets> entry is missing in your configuration file. Falling back') %] + [% t('to legacy facet calculation.') %]
WarningYou have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to 'dom'. Falling back - to legacy facet calculation. + [% t('Warning') %][% t('You have set <use_zebra_facets> but the <zebra_bib_index_mode> is not set to \'dom\'. Falling back') %] + [% t('to legacy facet calculation.') %]
WarningYou are missing the <log4perl_conf> entry in your koha-conf.xml file. Please - add it, pointing to the log4perl.conf file for your Koha instance. + [% t('Warning') %][% t('You are missing the <log4perl_conf> entry in your koha-conf.xml file. Please') %] + [% t('add it, pointing to the log4perl.conf file for your Koha instance.') %]
WarningYou are missing the <upload_path> entry in your koha-conf.xml file. Please - add it, pointing to the configured file upload directory for your Koha instance. + [% t('Warning') %][% t('You are missing the <upload_path> entry in your koha-conf.xml file. Please') %] + [% t('add it, pointing to the configured file upload directory for your Koha instance.') %]
WarningYou are missing the <upload_path> entry in your koha-conf.xml file. Please - add it, pointing to the configured file upload directory for your Koha instance. - Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work. + [% t('Warning') %][% t('You are missing the <upload_path> entry in your koha-conf.xml file. Please') %] + [% t('add it, pointing to the configured file upload directory for your Koha instance.') %] + [% t('Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.') %]
WarningYou are missing the <tmp_path> entry in your koha-conf.xml file. Please - add it, pointing to the configured temporary directory for your Koha instance. - The effective temporary directory is '[% config_entry.effective_tmp_dir %]'. + [% t('Warning') %][% t('You are missing the <tmp_path> entry in your koha-conf.xml file. Please') %] + [% t('add it, pointing to the configured temporary directory for your Koha instance.') %] + [% t('The effective temporary directory is \'') %][% config_entry.effective_tmp_dir %]'.
[% END %] [% ELSE %] -

No warnings.

+

[% t('No warnings.') %]

[% END %]
-

Special thanks to the following organizations

+

[% t('Special thanks to the following organizations') %]

-

Koha 18.05 release team

+

[% t('Koha') %] [% t('18.05') %] [% t('release team') %]

-

Koha development team

+

[% t('Koha development team') %]

-

Contributing companies and institutions

+

[% t('Contributing companies and institutions') %]

    -
  • BibLibre, France
  • -
  • Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany
  • -
  • ByWater Solutions, USA
  • -
  • Calyx, Australia
  • -
  • Catalyst IT, New Zealand
  • -
  • C & P Bibliography Services, USA
  • -
  • Hochschule für Gesundheit (hsg), Germany
  • -
  • Katipo Communications, New Zealand
  • -
  • KEEP SOLUTIONS, Portugal
  • -
  • KohaAloha, New Zealand
  • -
  • LibLime, USA
  • -
  • Libriotech, Norway
  • -
  • Nelsonville Public Library, Ohio, USA
  • -
  • Prosentient Systems, Australia
  • -
  • PTFS, Maryland, USA
  • -
  • PTFS Europe Ltd, United Kingdom
  • -
  • Rijksmuseum, Amsterdam, The Netherlands
  • -
  • SAN-Ouest Provence, France
  • -
  • software.coop, United Kingdom
  • -
  • Tamil, France
  • -
  • Universidad Nacional de Córdoba, Argentina
  • -
  • Xercode, Spain
  • +
  • [% t('BibLibre, France') %]
  • +
  • [% t('Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany') %]
  • +
  • [% t('ByWater Solutions, USA') %]
  • +
  • [% t('Calyx, Australia') %]
  • +
  • [% t('Catalyst IT, New Zealand') %]
  • +
  • [% t('C & P Bibliography Services, USA') %]
  • +
  • [% t('Hochschule für Gesundheit (hsg), Germany') %]
  • +
  • [% t('Katipo Communications, New Zealand') %]
  • +
  • [% t('KEEP SOLUTIONS, Portugal') %]
  • +
  • [% t('KohaAloha, New Zealand') %]
  • +
  • [% t('LibLime, USA') %]
  • +
  • [% t('Libriotech, Norway') %]
  • +
  • [% t('Nelsonville Public Library, Ohio, USA') %]
  • +
  • [% t('Prosentient Systems, Australia') %]
  • +
  • [% t('PTFS, Maryland, USA') %]
  • +
  • [% t('PTFS Europe Ltd, United Kingdom') %]
  • +
  • [% t('Rijksmuseum, Amsterdam, The Netherlands') %]
  • +
  • [% t('SAN-Ouest Provence, France') %]
  • +
  • [% t('software.coop, United Kingdom') %]
  • +
  • [% t('Tamil, France') %]
  • +
  • [% t('Universidad Nacional de Córdoba, Argentina') %]
  • +
  • [% t('Xercode, Spain') %]
-

Additional thanks to...

+

[% t('Additional thanks to...') %]

    -
  • Irma Birchall
  • -
  • Rachel Hamilton-Williams (Kaitiaki from 2004 to present)
  • -
  • Stephen Hedges (early Documentation Manager)
  • -
  • Brooke Johnson
  • -
  • Jo Ransom
  • -
  • Nicholas Rosasco (Documentation Compiler)
  • -
  • Regula Sebastiao
  • +
  • [% t('Irma Birchall') %]
  • +
  • [% t('Rachel Hamilton-Williams (Kaitiaki from 2004 to present)') %]
  • +
  • [% t('Stephen Hedges (early Documentation Manager)') %]
  • +
  • [% t('Brooke Johnson') %]
  • +
  • [% t('Jo Ransom') %]
  • +
  • [% t('Nicholas Rosasco (Documentation Compiler)') %]
  • +
  • [% t('Regula Sebastiao') %]
-

Koha

+

[% t('Koha') %]

- Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. + [% t('Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.') %]

-

jQuery and jQueryUI

-

jQuery and jQueryUI are licensed under the MIT license

-

Bootstrap

-

Bootstrap code and Glyphicons Free licensed under the MIT license.

-

YUI

+

[% t('jQuery and jQueryUI') %]

+

[% t('jQuery') %] [% t('and') %] [% t('jQueryUI') %] [% t('are licensed under the') %] [% t('MIT license') %]

+

[% t('Bootstrap') %]

+

[% t('Bootstrap') %] [% t('code and') %] [% t('Glyphicons Free') %] [% t('licensed under the') %] [% t('MIT license') %].

+

[% t('YUI') %]

- BSD License + [% t('BSD License') %]

-

Famfamfam iconset

+

[% t('Famfamfam iconset') %]

-

The Bridge Material Type Icon Set

+

[% t('The Bridge Material Type Icon Set') %]

-

The Noun Project icons

+

[% t('The Noun Project icons') %]

    -
  • All images come from The Noun Project collection
  • +
  • [% t('All images come from') %] [% t('The Noun Project') %] [% t('collection') %]
  • - Circulation ("fair-trade") symbol by Edward Boatman ; Patrons - ("children's library") symbol by Edward Boatman, Saul Tannenbaum, - Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("magnifying - glass") symbol by Philipp Süß ; Lists ("folder") symbol by Jack - Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate - Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ; - Course reserves ("stack of books") symbol by Jeremy J. Bristol; - Cataloging ("price tag") symbol by the Noun Project ; Authorities - ("link") symbol by Matthew Exton ; Serials ("newspaper") symbol by John - Caserta ; Acquisitions ("gift") symbol by David Goodger ; Reports - ("pie chart") symbol by Scott Lewis ; Administration ("gears") symbol by - Jeremy Minnick ; Tools ("wrench") symbol by National Park Service + [% t('Circulation ("') %][% t('fair-trade') %][% t('") symbol by Edward Boatman ; Patrons') %] + ("[% t('children\'s library') %][% t('") symbol by Edward Boatman, Saul Tannenbaum,') %] + [% t('Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("') %][% t('magnifying') %] + [% t('glass') %][% t('") symbol by Philipp Süß ; Lists ("') %][% t('folder') %][% t('") symbol by Jack') %] + [% t('Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate') %] + [% t('Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ;') %] + [% t('Course reserves ("') %][% t('stack of books') %][% t('") symbol by Jeremy J. Bristol;') %] + [% t('Cataloging ("') %][% t('price tag') %][% t('") symbol by the Noun Project ; Authorities') %] + ("[% t('link') %][% t('") symbol by Matthew Exton ; Serials ("') %][% t('newspaper') %][% t('") symbol by John') %] + [% t('Caserta ; Acquisitions ("') %][% t('gift') %][% t('") symbol by David Goodger ; Reports') %] + ("[% t('pie chart') %][% t('") symbol by Scott Lewis ; Administration ("') %][% t('gears') %][% t('") symbol by') %] + [% t('Jeremy Minnick ; Tools ("') %][% t('wrench') %][% t('") symbol by National Park Service') %]
-

jQuery Star Rating Plugin

-

jQuery Star Rating Plugin v3.14 by Fyneworks.com is licensed under the MIT License and the GPL License.

+

[% t('jQuery Star Rating Plugin') %]

+

[% t('jQuery Star Rating Plugin v3.14 by') %] [% t('Fyneworks.com') %] [% t('is licensed under the') %] [% t('MIT License') %] [% t('and the') %] [% t('GPL License') %].

-

Copyright © 2008 Fyneworks.com

+

[% t('Copyright © 2008') %] [% t('Fyneworks.com') %]

-

jQuery insertAtCaret Plugin

-

jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the GPL License.

+

[% t('jQuery insertAtCaret Plugin') %]

+

[% t('jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the') %] [% t('GPL License') %].

-

Copyright © 2003-2010 phpMyAdmin devel team

+

[% t('Copyright © 2003-2010 phpMyAdmin devel team') %]

-

jQuery treetable Plugin

+

[% t('jQuery treetable Plugin') %]

-

The jQuery treetable Plugin 3.1.0 is released under MIT license by Ludo van den Boom.

+

[% t('The') %] [% t('jQuery treetable Plugin 3.1.0') %] [% t('is released under MIT license by Ludo van den Boom.') %]

-

OpenJS Keyboard Shortcuts Library

+

[% t('OpenJS Keyboard Shortcuts Library') %]

-

The OpenJS keyboard shortcuts library - by Binny V A is licensed under the BSD license.

+

[% t('The') %] [% t('OpenJS keyboard shortcuts library') %] + [% t('by Binny V A is licensed under the BSD license.') %]

-

jquery.dataTables.grouping.js

-

The jquery.dataTables.grouping.js - plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.

+

[% t('jquery.dataTables.grouping.js') %]

+

[% t('The') %] [% t('jquery.dataTables.grouping.js') %] + [% t('plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.') %]

-

jQuery Colvis plugin

-

The controls for column visiblity in DataTables - by Allan Jardine is licensed under the BSD 3 and GPL v2 license.

+

[% t('jQuery Colvis plugin') %]

+

[% t('The') %] [% t('controls for column visiblity in DataTables') %] + [% t('by Allan Jardine is licensed under the BSD 3 and GPL v2 license.') %]

-

jquery.multiple.select.js

-

The jQuery multiple select plugin - by Zhixin Wen is licensed under the MIT license.

+

[% t('jquery.multiple.select.js') %]

+

[% t('The') %] [% t('jQuery multiple select plugin') %] + [% t('by Zhixin Wen is licensed under the MIT license.') %]

-

Javascript Diff Algorithm

-

The Javascript Diff Algorithm plugin by John Resig is licensed under the MIT License.

+

[% t('Javascript Diff Algorithm') %]

+

[% t('The') %] [% t('Javascript Diff Algorithm') %] [% t('plugin by John Resig is licensed under the') %] [% t('MIT License') %].

-

jQuery Validation Plugin

-

The jQuery Validation Plugin written and maintained by Jörn Zaefferer is licensed under the MIT License.

+

[% t('jQuery Validation Plugin') %]

+

[% t('The') %] [% t('jQuery Validation Plugin') %] [% t('written and maintained by Jörn Zaefferer is licensed under the') %] [% t('MIT License') %].

-

TinyMCE WYSIWYG editor

-

The TinyMCE WYSIWYG editor v3.5.8 by Moxiecode (Ephox) is licensed under the LGPL v2.1.

+

[% t('TinyMCE WYSIWYG editor') %]

+

[% t('The') %] [% t('TinyMCE WYSIWYG editor v3.5.8') %] [% t('by Moxiecode (Ephox) is licensed under the') %] [% t('LGPL v2.1') %].

-

Font Awesome

-

Font Awesome by Dave Gandy is licensed under the SIL OFL 1.1 and the MIT License.

+

[% t('Font Awesome') %]

+

[% t('Font Awesome') %] [% t('by Dave Gandy is licensed under the') %] [% t('SIL OFL 1.1') %] [% t('and the') %] [% t('MIT License') %].

-

CodeMirror editing library

-

The CodeMirror editing library by Marijn Haverbeke is licensed under an MIT license.

+

[% t('CodeMirror editing library') %]

+

[% t('The') %] [% t('CodeMirror editing library') %] [% t('by Marijn Haverbeke is licensed under an') %] [% t('MIT license') %].

-

FileSaver library

-

The FileSaver library by Eli Grey is licensed under an MIT license.

+

[% t('FileSaver library') %]

+

[% t('The') %] [% t('FileSaver library') %] [% t('by Eli Grey is licensed under an') %] [% t('MIT license') %].

-

Require.js JS module system

-

The Require.js JS module system by The Dojo Foundation is licensed under an MIT license.

+

[% t('Require.js JS module system') %]

+

[% t('The') %] [% t('Require.js JS module system') %] [% t('by The Dojo Foundation is licensed under an') %] [% t('MIT license') %].

-

OAI xslt stylesheet

-

The included OAI.xslt file by the DSpace project is licensed under a BSD License.

+

[% t('OAI xslt stylesheet') %]

+

[% t('The included OAI.xslt file by the') %] [% t('DSpace project') %] [% t('is licensed under a') %] [% t('BSD License') %].

-

Select2

-

The Select2 library is licensed under the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License").

+

[% t('Select2') %]

+

[% t('The') %] [% t('Select2') %] [% t('library is licensed under') %] [% t('the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License")') %].

-

jquery.tablednd.js

-

The TableDnD plug-in for jQuery by Denis Howlett is licensed under the MIT License.

+

[% t('jquery.tablednd.js') %]

+

[% t('The') %] [% t('TableDnD plug-in for jQuery') %] [% t('by Denis Howlett is licensed under the') %] [% t('MIT License') %].

-

Leaflet

-

The Leaflet JavaScript library by Vladimir Agafonkinis licensed under the BSD License.

+

[% t('Leaflet') %]

+

[% t('The') %] [% t('Leaflet') %] [% t('JavaScript library by Vladimir Agafonkinis licensed under the') %] [% t('BSD License') %].

-

jquery.emojiarea.js

-

The Emojiarea plug-in for jQuery by DIY Co is licensed under the the Apache License, Version 2.0.

+

[% t('jquery.emojiarea.js') %]

+

[% t('The') %] [% t('Emojiarea plug-in for jQuery') %] [% t('by DIY Co is licensed under the') %] [% t('the Apache License, Version 2.0') %].

-

JSZip

-

The JSZip JavaScript library is licensed under both the MIT and GPLv3 Licenses.

+

[% t('JSZip') %]

+

[% t('The') %] [% t('JSZip') %] [% t('JavaScript library is licensed under both the') %] [% t('MIT and GPLv3 Licenses') %].

-

Translation

+

[% t('Translation') %]

    -
  • العربية (Arabic) Version 3.2 to 3.4, 3.16 & 3.18 by KnowledgeWare Technologies; Versions 3.6 to 3.14 by Arabic Koha support team: Karam Qubsi, Kouider Bounama, Sham Bajaa, Ghofran Alshami, Chrestian Aboud, Fatema Salem and Duaa Bazzazi. -
  • አማርኛ (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)
  • -
  • Armenian Tigran Zargaryan
  • -
  • Български (Bulgarian) Radoslav Kolev
  • -
  • euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga
  • -
  • বাংলা (Bengali) Parthasarathi Mukhopadhyay
  • -
  • 中文 (Chinese)
  • -
  • Hrvatski (Croatian)
  • -
  • čeština (Czech)
  • -
  • Dænsk (Danish)
  • -
  • Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum
  • -
  • Nederlands-België (Dutch-Belgium)
  • -
  • English
  • -
  • suomi, suomen kieli (Finnish) Pasi Korkalo
  • -
  • Français (French) Kohala, Pascale Nalon (ENSMP), and many more
  • -
  • Galego (Galician) Ignacio Javier
  • -
  • Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron
  • -
  • ελληνικά (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi
  • -
  • עברית (Hebrew)
  • -
  • हिन्दी (Hindi)
  • -
  • Magyar (Hungarian)Agnes Imecs
  • -
  • Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad
  • -
  • Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland
  • -
  • (Indonesian)
  • -
  • Italiano (Italian) for 3.2: Zeno Tajoli, Pietro Gozzetti and Paolo Pozzan; for 3.4 and more: Zeno Tajoli, Stefano Bargioni, Paolo Bizzarri
  • -
  • 日本語 (Japanese)
  • -
  • 한국어 (Korean)
  • -
  • ಕನ್ನಡ (kannaḍa)
  • -
  • Latina (Latin)
  • -
  • Lao Anousak Anthony Souphavanh
  • -
  • Māori
  • -
  • മലയാളം (Malayalam)
  • -
  • فارسى (Persian)
  • -
  • ଓଡ଼ିଆ (ōṛiyā)
  • -
  • Polski (Polish)
  • -
  • Português (Portuguese)
  • -
  • Română (Romanian)
  • -
  • Русский (Russian) Victor Titarchuk and Serhij Dubyk
  • -
  • Español (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.
  • -
  • Svenska (Swedish)
  • -
  • Tetun (Tetum) Karen Myers
  • -
  • ภาษาไทย (Thai)
  • -
  • Türkçe (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)
  • -
  • اردو(Urdu) Ata ur Rehman
  • -
  • Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk
  • +
  • [% t('العربية (Arabic) Version 3.2 to 3.4, 3.16 & 3.18 by KnowledgeWare Technologies; Versions 3.6 to 3.14 by Arabic Koha support team: Karam Qubsi, Kouider Bounama, Sham Bajaa, Ghofran Alshami, Chrestian Aboud, Fatema Salem and Duaa Bazzazi.') %] +
  • [% t('አማርኛ (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)') %]
  • +
  • [% t('Armenian Tigran Zargaryan') %]
  • +
  • [% t('Български (Bulgarian) Radoslav Kolev') %]
  • +
  • [% t('euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga') %]
  • +
  • [% t('বাংলা (Bengali) Parthasarathi Mukhopadhyay') %]
  • +
  • [% t('中文 (Chinese)') %]
  • +
  • [% t('Hrvatski (Croatian)') %]
  • +
  • [% t('čeština (Czech)') %]
  • +
  • [% t('Dænsk (Danish)') %]
  • +
  • [% t('Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum') %]
  • +
  • [% t('Nederlands-België (Dutch-Belgium)') %]
  • +
  • [% t('English') %]
  • +
  • [% t('suomi, suomen kieli (Finnish) Pasi Korkalo') %]
  • +
  • [% t('Français (French)') %] [% t('Kohala') %][% t(', Pascale Nalon (ENSMP), and many more') %]
  • +
  • [% t('Galego (Galician) Ignacio Javier') %]
  • +
  • [% t('Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron') %]
  • +
  • [% t('ελληνικά (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi') %]
  • +
  • [% t('עברית (Hebrew)') %]
  • +
  • [% t('हिन्दी (Hindi)') %]
  • +
  • [% t('Magyar (Hungarian)Agnes Imecs') %]
  • +
  • [% t('Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad') %]
  • +
  • [% t('Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland') %]
  • +
  • [% t('(Indonesian)') %]
  • +
  • [% t('Italiano (Italian) for 3.2: Zeno Tajoli, Pietro Gozzetti and Paolo Pozzan; for 3.4 and more: Zeno Tajoli, Stefano Bargioni, Paolo Bizzarri') %]
  • +
  • [% t('日本語 (Japanese)') %]
  • +
  • [% t('한국어 (Korean)') %]
  • +
  • [% t('ಕನ್ನಡ (kannaḍa)') %]
  • +
  • [% t('Latina (Latin)') %]
  • +
  • [% t('Lao Anousak Anthony Souphavanh') %]
  • +
  • [% t('Māori') %]
  • +
  • [% t('മലയാളം (Malayalam)') %]
  • +
  • [% t('فارسى (Persian)') %]
  • +
  • [% t('ଓଡ଼ିଆ (ōṛiyā)') %]
  • +
  • [% t('Polski (Polish)') %]
  • +
  • [% t('Português (Portuguese)') %]
  • +
  • [% t('Română (Romanian)') %]
  • +
  • [% t('Русский (Russian) Victor Titarchuk and Serhij Dubyk') %]
  • +
  • [% t('Español (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.') %]
  • +
  • [% t('Svenska (Swedish)') %]
  • +
  • [% t('Tetun (Tetum) Karen Myers') %]
  • +
  • [% t('ภาษาไทย (Thai)') %]
  • +
  • [% t('Türkçe (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)') %]
  • +
  • [% t('اردو(Urdu) Ata ur Rehman') %]
  • +
  • [% t('Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk') %]
-

Koha history timeline

+

[% t('Koha history timeline') %]

[% IF ! timeline_read_error %] - - + + [% FOREACH tabl IN table2 %] @@ -1087,7 +1088,7 @@
DateDescription[% t('Date') %][% t('Description') %]
[% ELSE %]
- Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml. + [% t('Could not read the history.txt file. Please make sure <docdir> is correctly defined in koha-conf.xml.') %]
[% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -1,14 +1,15 @@ +[% PROCESS 'i18n.inc' %] [% USE Koha %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Koha › - [% IF ( nopermission ) %]Access denied[% END %] - [% IF ( timed_out ) %]Session timed out[% END %] - [% IF ( different_ip ) %]IP address change[% END %] - [% IF too_many_login_attempts %]This account has been locked. - [% ELSIF invalid_username_or_password %]Invalid username or password[% END %] - [% IF ( loginprompt ) %]Log in to Koha[% END %] +<title>[% t('Koha ›') %] + [% IF ( nopermission ) %][% t('Access denied') %][% END %] + [% IF ( timed_out ) %][% t('Session timed out') %][% END %] + [% IF ( different_ip ) %][% t('IP address change') %][% END %] + [% IF too_many_login_attempts %][% t('This account has been locked.') %] + [% ELSIF invalid_username_or_password %][% t('Invalid username or password') %][% END %] + [% IF ( loginprompt ) %][% t('Log in to Koha') %][% END %] [% INCLUDE 'doc-head-close.inc' %] @@ -17,35 +18,35 @@
-

Koha

+

[% t('Koha') %]

[% IF (Koha.Preference('StaffLoginInstructions')) %]
[% Koha.Preference('StaffLoginInstructions') %]
[% END %] [% IF ( nopermission ) %]
- Error: - You do not have permission to access this page. + [% t('Error:') %] + [% t('You do not have permission to access this page.') %]
-

Log in as a different user

+

[% t('Log in as a different user') %]

[% END %] [% IF ( timed_out ) %] -
Error: Session timed out.
Please log in again
+
[% t('Error:') %] [% t('Session timed out.') %]
[% t('Please log in again') %]
[% END %] [% IF ( different_ip ) %] -
Error: IP address has changed. Please log in again
+
[% t('Error:') %] [% t('IP address has changed. Please log in again') %]
[% END %] [% IF ( wrongip ) %] -
Error: Autolocation is switched on and you are logging in with an IP address that doesn't match your library.
+
[% t('Error:') %] [% t('Autolocation is switched on and you are logging in with an IP address that doesn\'t match your library.') %]
[% END %] [% IF too_many_login_attempts %] -
Error: This account has been locked!
+
[% t('Error:') %] [% t('This account has been locked!') %]
[% IF Koha.Preference('OpacResetPassword') && Koha.Preference('OpacBaseURL') %] - You must reset your password. + [% t('You must reset your password') %]. [% END %] [% ELSIF invalid_username_or_password %] -
Error: Invalid username or password
+
[% t('Error:') %] [% t('Invalid username or password') %]
[% END %] @@ -54,18 +55,18 @@ [% FOREACH INPUT IN INPUTS %] [% END %] -

+

-

+

[% UNLESS IndependentBranches %]

- +

[% IF ( casAuthentication ) %] -

Cas login

+

[% t('Cas login') %]

[% IF ( invalidCasLogin ) %] -

Sorry, the CAS login failed.

+

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

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

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

+

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

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

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

+

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

    [% FOREACH casServer IN casServersLoop %]
  • [% casServer.name %]
  • @@ -99,8 +100,8 @@ [% END %] [% IF ( nopermission ) %] -

    [Previous page] - [Main page]

    +

    [% t('[Previous page]') %] + [% t('[Main page]') %]

    [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt @@ -1,5 +1,6 @@ +[% PROCESS 'i18n.inc' %] [% INCLUDE 'doc-head-open.inc' %] - Print Notices for [% today %] + [% t('Print Notices for') %] [% today %]