Changeset 9450
- Timestamp:
- 04/24/08 16:39:34 (3 weeks ago)
- Location:
- trunk/Open-ILS/web/js/dojo/openils/widget
- Files:
-
- 2 modified
-
TranslatorPopup.js (modified) (1 diff)
-
nls/es/TranslatorPopup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
r9448 r9450 50 50 this.localeLabelNode.textContent = nls.locale; 51 51 this.translationLabelNode.textContent = nls.translation; 52 this.translateLabelNode.setLabel(nls.translat ion);52 this.translateLabelNode.setLabel(nls.translate); 53 53 this.createButtonNode.textContent = nls.create; 54 54 this.updateButtonNode.textContent = nls.update; -
trunk/Open-ILS/web/js/dojo/openils/widget/nls/es/TranslatorPopup.js
r9448 r9450 2 2 locale : 'Escena', 3 3 translation : 'Traduccion', 4 translat ion: 'Traducir',4 translate : 'Traducir', 5 5 create : 'Crear', 6 6 update : 'Actualizacion',
