Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Bernardo Gonzalez Kriegel d3a36c6612 Bug 11497: remove TT construct for picking a default string that i18n toolchain fails to pick up
The i18n toolchain fails to pick up constant text defined inside
[% ... %].  In particular, in a construct like this

  [% var OR "string" %]

the string "string" will not be available to be translated.

This patch fixes all the cases I could find.

To test:
1. Update your preferred language
(cd misc/translator; perl translate update fi-FI)

2. Count headers for example
egrep "^msgid.*Koha online" misc/translator/po/fi-FI-* | wc -l

3. Apply the patch

4. Repeat 1 and 2, now there are more lines
Or translate to some lang and visit every touched page and look the title

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described. Template changes only.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-04-27 21:23:01 +00:00
..
batchMod-del.tt Bug 12107 - Move checkboxes jQuery plugin outside of language-specific directory 2014-04-25 15:12:20 +00:00
batchMod-edit.tt Bug 12107 - Move checkboxes jQuery plugin outside of language-specific directory 2014-04-25 15:12:20 +00:00
batchMod.tt
cleanborrowers.tt Bug 11352: fix unexpected data loss issues with batch patron deletion/anonymization 2014-03-22 13:55:28 +00:00
csv-profiles.tt Bug 12094: fix default tab selection broken by jQueryUI upgrade 2014-04-22 14:51:18 +00:00
export.tt
holidays.tt Bug 12056: fix untranslatable strings in calendar 2014-04-09 22:09:09 +00:00
import_borrowers.tt Bug 10861: Add a check on cardnumber length 2014-03-12 02:16:18 +00:00
inventory.tt Bug 12107 - Move checkboxes jQuery plugin outside of language-specific directory 2014-04-25 15:12:20 +00:00
koha-news.tt Bug 7567: (follow-up) Modify DataTables configuration 2014-04-07 18:14:20 +00:00
letter.tt Bug 11497: remove TT construct for picking a default string that i18n toolchain fails to pick up 2014-04-27 21:23:01 +00:00
manage-marc-import.tt Bug 12105 - Remove duplicated plugin jquery.dataTables.columnFilter.js 2014-04-23 12:41:12 +00:00
marc_modification_templates.tt
modborrowers.tt Bug 11738: Use new DataTables include in batch patron modification template 2014-03-26 19:27:30 +00:00
overduerules.tt
picture-upload.tt
quotes-upload.tt Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory outside of language-specific directory 2014-04-25 15:23:22 +00:00
quotes.tt Bug 12119 - Move jeditable jQuery plugin outside of language-specific directory outside of language-specific directory 2014-04-25 15:23:22 +00:00
scheduler.tt
stage-marc-import.tt
tools-home.tt
upload-images.tt Bug 11785 - Use validation plugin when uploading local cover images 2014-02-20 16:56:21 +00:00
viewlog.tt