From: miker Date: Thu, 24 Apr 2008 20:29:54 +0000 (+0000) Subject: moving es-us to es to catch all es-* X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6d8a46326c61d8ce9194df3737289a8183ff153d;p=Evergreen.git moving es-us to es to catch all es-* git-svn-id: svn://svn.open-ils.org/ILS/trunk@9449 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/widget/nls/es-us/TranslatorPopup.js b/Open-ILS/web/js/dojo/openils/widget/nls/es-us/TranslatorPopup.js deleted file mode 100644 index b6a446f4ea..0000000000 --- a/Open-ILS/web/js/dojo/openils/widget/nls/es-us/TranslatorPopup.js +++ /dev/null @@ -1,8 +0,0 @@ -({ - locale : 'Escena', - translation : 'Traduccion', - translation : 'Traducir', - create : 'Crear', - update : 'Actualizacion', - remove : 'Quitar' -}) diff --git a/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js b/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js new file mode 100644 index 0000000000..b6a446f4ea --- /dev/null +++ b/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js @@ -0,0 +1,8 @@ +({ + locale : 'Escena', + translation : 'Traduccion', + translation : 'Traducir', + create : 'Crear', + update : 'Actualizacion', + remove : 'Quitar' +})