From 5c05191cf5fc4c1e914191cf5243f2be7a1cedcb Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Mon, 8 Dec 2014 12:08:21 -0500 Subject: [PATCH] LP#1319964 "Summaries & More" displays improperly in TPAC Somehow, a patch leaked in that set all of the "Summaries & More" strings incorrectly. This patch fixes the display of those headings by restoring the proper string. Signed-off-by: Michael Peters --- Open-ILS/src/templates/opac/parts/record/extras.tt2 | 2 +- build/i18n/po/tpac/ar-AR.po | 2 +- build/i18n/po/tpac/cs-CZ.po | 2 +- build/i18n/po/tpac/de-DE.po | 2 +- build/i18n/po/tpac/en-CA.po | 4 ++-- build/i18n/po/tpac/en-GB.po | 4 ++-- build/i18n/po/tpac/es-ES.po | 2 +- build/i18n/po/tpac/fi-FI.po | 2 +- build/i18n/po/tpac/fr-CA.po | 2 +- build/i18n/po/tpac/he-IL.po | 2 +- build/i18n/po/tpac/hu-HU.po | 2 +- build/i18n/po/tpac/hy-AM.po | 2 +- build/i18n/po/tpac/oc-FR.po | 2 +- build/i18n/po/tpac/pt-BR.po | 2 +- build/i18n/po/tpac/ru-RU.po | 2 +- build/i18n/po/tpac/sv-SE.po | 2 +- build/i18n/po/tpac/tpac.pot | 2 +- build/i18n/po/tpac/tr-TR.po | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index 8f000833ba..cd4c286097 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -54,7 +54,7 @@ END; extras = [ - {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary}, + {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary}, {name => 'annotation', label => l('Annotation'), hide => 1}, {name => 'awards', label => l('Awards, Reviews, & Suggested Reads')}, {name => 'excerpt', label => l('Excerpt'), hide => 1}, diff --git a/build/i18n/po/tpac/ar-AR.po b/build/i18n/po/tpac/ar-AR.po index 2b0d8af32c..f7e0c21405 100644 --- a/build/i18n/po/tpac/ar-AR.po +++ b/build/i18n/po/tpac/ar-AR.po @@ -1974,7 +1974,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:4 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/cs-CZ.po b/build/i18n/po/tpac/cs-CZ.po index abdbe7c3eb..352f44a8e5 100644 --- a/build/i18n/po/tpac/cs-CZ.po +++ b/build/i18n/po/tpac/cs-CZ.po @@ -3772,7 +3772,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "%1 exemplářů bylo úspěšně prodlouženo" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "Souhrny aj." #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/de-DE.po b/build/i18n/po/tpac/de-DE.po index 8820593535..84760851dd 100644 --- a/build/i18n/po/tpac/de-DE.po +++ b/build/i18n/po/tpac/de-DE.po @@ -3714,7 +3714,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/en-CA.po b/build/i18n/po/tpac/en-CA.po index cb96ff4be8..f281145d76 100644 --- a/build/i18n/po/tpac/en-CA.po +++ b/build/i18n/po/tpac/en-CA.po @@ -3729,8 +3729,8 @@ msgid "Successfully renewed %1 item(s)" msgstr "Successfully renewed %1 item(s)" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" -msgstr "Summaries & More" +msgid "Summaries & More" +msgstr "Summaries & More" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 msgid "Summary" diff --git a/build/i18n/po/tpac/en-GB.po b/build/i18n/po/tpac/en-GB.po index bac64ebcb8..d6666dcfad 100644 --- a/build/i18n/po/tpac/en-GB.po +++ b/build/i18n/po/tpac/en-GB.po @@ -3725,8 +3725,8 @@ msgid "Successfully renewed %1 item(s)" msgstr "Successfully renewed %1 item(s)" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" -msgstr "Summaries & More" +msgid "Summaries & More" +msgstr "Summaries & More" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 msgid "Summary" diff --git a/build/i18n/po/tpac/es-ES.po b/build/i18n/po/tpac/es-ES.po index 61d64e18c8..091a0e426d 100644 --- a/build/i18n/po/tpac/es-ES.po +++ b/build/i18n/po/tpac/es-ES.po @@ -3763,7 +3763,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "%1 ejemplar(es) renovados exitosamente" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/fi-FI.po b/build/i18n/po/tpac/fi-FI.po index 0176015a2e..55884ee63c 100644 --- a/build/i18n/po/tpac/fi-FI.po +++ b/build/i18n/po/tpac/fi-FI.po @@ -3316,7 +3316,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "%1 nidettä uusittiin onnistuneesti" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "Yhteenvedot ja muuta" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/fr-CA.po b/build/i18n/po/tpac/fr-CA.po index e39dbb1ffe..33fcf6c7be 100644 --- a/build/i18n/po/tpac/fr-CA.po +++ b/build/i18n/po/tpac/fr-CA.po @@ -3739,7 +3739,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "%1 articles renouvelés" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "Résumés & autres" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/he-IL.po b/build/i18n/po/tpac/he-IL.po index 2b0d8af32c..f7e0c21405 100644 --- a/build/i18n/po/tpac/he-IL.po +++ b/build/i18n/po/tpac/he-IL.po @@ -1974,7 +1974,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:4 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/hu-HU.po b/build/i18n/po/tpac/hu-HU.po index 2b0d8af32c..f7e0c21405 100644 --- a/build/i18n/po/tpac/hu-HU.po +++ b/build/i18n/po/tpac/hu-HU.po @@ -1974,7 +1974,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:4 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/hy-AM.po b/build/i18n/po/tpac/hy-AM.po index 7c7eb5c162..9639fbcfb6 100644 --- a/build/i18n/po/tpac/hy-AM.po +++ b/build/i18n/po/tpac/hy-AM.po @@ -3763,7 +3763,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "Հաջողությամբ թարմացվել է %1 նյութ(եր)" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "Համառոտագրություններ & More" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/oc-FR.po b/build/i18n/po/tpac/oc-FR.po index d9a1fbeb7c..de31044143 100644 --- a/build/i18n/po/tpac/oc-FR.po +++ b/build/i18n/po/tpac/oc-FR.po @@ -3714,7 +3714,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/pt-BR.po b/build/i18n/po/tpac/pt-BR.po index 98a9f77e03..41c58a4e9b 100644 --- a/build/i18n/po/tpac/pt-BR.po +++ b/build/i18n/po/tpac/pt-BR.po @@ -3732,7 +3732,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "Renovados com sucesso %1 item(s)" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "Sumários & Mais" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/ru-RU.po b/build/i18n/po/tpac/ru-RU.po index 2b0d8af32c..f7e0c21405 100644 --- a/build/i18n/po/tpac/ru-RU.po +++ b/build/i18n/po/tpac/ru-RU.po @@ -1974,7 +1974,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:4 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/sv-SE.po b/build/i18n/po/tpac/sv-SE.po index 2b0d8af32c..f7e0c21405 100644 --- a/build/i18n/po/tpac/sv-SE.po +++ b/build/i18n/po/tpac/sv-SE.po @@ -1974,7 +1974,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:4 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/tpac.pot b/build/i18n/po/tpac/tpac.pot index baddd9d281..7778df5f10 100644 --- a/build/i18n/po/tpac/tpac.pot +++ b/build/i18n/po/tpac/tpac.pot @@ -3670,7 +3670,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 diff --git a/build/i18n/po/tpac/tr-TR.po b/build/i18n/po/tpac/tr-TR.po index e348ccb291..88f6573a8a 100644 --- a/build/i18n/po/tpac/tr-TR.po +++ b/build/i18n/po/tpac/tr-TR.po @@ -3714,7 +3714,7 @@ msgid "Successfully renewed %1 item(s)" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/extras.tt2:23 -msgid "Summaries & More" +msgid "Summaries & More" msgstr "" #: ../../Open-ILS/src/templates/opac/parts/record/addedcontent.tt2:3 -- 2.11.0