Skip to content

Commit

Permalink
Spanish locale added. Thanks to hkadejo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed May 20, 2009
1 parent b34d881 commit eb4997a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/locale/ui-multiselect-es.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* Localization strings for the UI Multiselect widget
*
* @locale es, es-ES
*/

$.extend($.ui.multiselect.locale, {
addAll:'Agregar todos',
removeAll:'Remover todos',
itemsCount:'Objetos seleccionados'
});

0 comments on commit eb4997a

Please sign in to comment.