From 3ce3300ff879d23e53852e71879e42d0e2d8dc63 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 4 Oct 2011 23:04:15 -0400 Subject: [PATCH] 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 --- build/i18n/po/lang.dtd/es-ES.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/i18n/po/lang.dtd/es-ES.po b/build/i18n/po/lang.dtd/es-ES.po index ba0d50be02..2f5656c7d4 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 -- 2.43.2