[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. fc8166f97b304505590cd15bd085b5cf73df5e8c
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 4 23:07:01 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_1 has been updated
via fc8166f97b304505590cd15bd085b5cf73df5e8c (commit)
from 183c4fe320b552adf1be76bb83f12cefb963051d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fc8166f97b304505590cd15bd085b5cf73df5e8c
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Oct 4 23:04:15 2011 -0400
i18n: Fix es-ES illegal use of '%' in lang.dtd
The '%' character is used to include previously defined blocks in DTD
files; would be nice if translate-toolkit gave a more obvious error to
alert us to this rather than saying the en-US doesn't validate and
dying.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/build/i18n/po/lang.dtd/es-ES.po b/build/i18n/po/lang.dtd/es-ES.po
index ba0d50b..2f5656c 100644
--- a/build/i18n/po/lang.dtd/es-ES.po
+++ b/build/i18n/po/lang.dtd/es-ES.po
@@ -1170,7 +1170,7 @@ msgstr ""
#: staff.cat.opac.add_bucket.accesskey
msgctxt "staff.cat.opac.add_bucket.label staff.cat.opac.add_bucket.accesskey"
msgid "Add to &Bucket"
-msgstr "Agregar a %Cubeta"
+msgstr "Agregar a &Cubeta"
#: staff.cat.opac.bib_in_new_tab.label
msgctxt "staff.cat.opac.bib_in_new_tab.label"
@@ -10179,7 +10179,7 @@ msgstr ""
#, fuzzy
msgctxt "staff.cat.copy_buckets_quick.item_buckets.new_bucket.label staff.cat.copy_buckets_quick.item_buckets.new_bucket.accesskey"
msgid "Add to &New Bucket"
-msgstr "Agregar a %Cubeta"
+msgstr "Agregar a &Cubeta"
#: staff.cat.copy_buckets_quick.item_buckets.cancel.label
#: staff.cat.copy_buckets_quick.item_buckets.cancel.accesskey
@@ -10482,7 +10482,7 @@ msgstr ""
#, fuzzy
msgctxt "staff.cat.opac.menuitem.addtobucket.label staff.cat.opac.menuitem.addtobucket.accesskey"
msgid "Add to &Bucket"
-msgstr "Agregar a %Cubeta"
+msgstr "Agregar a &Cubeta"
#: staff.cat.opac.menuitem.refreshinterfaces.label
msgid "Refresh All Interfaces"
@@ -10760,7 +10760,7 @@ msgstr ""
#, fuzzy
msgctxt "staff.cat.record_buckets_quick.new_bucket.label staff.cat.record_buckets_quick.new_bucket.accesskey"
msgid "Add to &New Bucket"
-msgstr "Agregar a %Cubeta"
+msgstr "Agregar a &Cubeta"
#: staff.cat.record_buckets_quick.cancel.label
#: staff.cat.record_buckets_quick.cancel.accesskey
-----------------------------------------------------------------------
Summary of changes:
build/i18n/po/lang.dtd/es-ES.po | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list