silverstripe-userforms/javascript/lang/es_ES.js
2015-08-20 12:47:37 +12:00

20 lines
1.1 KiB
JavaScript

// This file was generated by silverstripe/cow from javascript/lang/src/es_ES.js.
// See https://github.com/tractorcow/cow for details
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
} else {
ss.i18n.addDictionary('es_ES', {
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Se eliminarán todos los envíos. ¿Continuar?",
"UserForms.ERROR_CREATING_FIELD": "Error al crear campo",
"UserForms.ADDING_FIELD": "Agregar un nuevo campo",
"UserForms.ADDED_FIELD": "Nuevo campo agregado",
"UserForms.HIDE_OPTIONS": "Ocultar opciones",
"UserForms.SHOW_OPTIONS": "Mostrar opciones",
"UserForms.ADDING_OPTION": "Agregar opción",
"UserForms.ADDED_OPTION": "Opción agregada",
"UserForms.ERROR_CREATING_OPTION": "Error al crear opción",
"UserForms.REMOVED_OPTION": "Opción eliminada",
"UserForms.ADDING_RULE": "Agregar regla",
"GRIDFIELD.ERRORINTRANSACTION": "Ocurrió un error mientras se obtenían datos desde el servidor\n Por favor, más tarde, inténtelo nuevamente."
});
}