diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-19 15:30:07 +0100 |
commit | 6199a72c8e11ca8fbfba631af552ddf53b9eebf7 (patch) | |
tree | b0151e286bf05b1a2703c5c05527323c029736d0 /plugins/managesieve/localization/es_ES.inc | |
parent | 15eb32eee59c8a37160645320365f956caf15c95 (diff) |
Updated localization files from launchpad
Diffstat (limited to 'plugins/managesieve/localization/es_ES.inc')
-rw-r--r-- | plugins/managesieve/localization/es_ES.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/managesieve/localization/es_ES.inc b/plugins/managesieve/localization/es_ES.inc index a171ec4b0..41c31edec 100644 --- a/plugins/managesieve/localization/es_ES.inc +++ b/plugins/managesieve/localization/es_ES.inc @@ -9,9 +9,8 @@ | Licensed under the GNU General Public License | | | +-----------------------------------------------------------------------+ - | Author: Marcelo MagaƱa Silva <magasil7@gmail.com> | + | Author: Thomas | +-----------------------------------------------------------------------+ - @version $Id$ */ $labels = array(); @@ -139,8 +138,8 @@ $labels['setcreateerror'] = 'Imposible crear el conjunto de filtros. Ha ocurrido $labels['setcreated'] = 'Conjunto de filtros creado satisfactoriamente'; $labels['activateerror'] = 'No se ha podido habilitar el filtro(s) seleccionado. Se ha producido un error de servidor.'; $labels['deactivateerror'] = 'No se ha podido deshabilitar el filtro(s) seleccionado. Se ha producido un error de servidor.'; -$labels['deactivated'] = 'Filtro(s) deshabilitado(s) correctamente.'; -$labels['activated'] = 'Filtro(s) habilitado(s) correctamente.'; +$labels['activated'] = 'Filtro(s) deshabilitado(s) correctamente.'; +$labels['deactivated'] = 'Filtro(s) habilitado(s) correctamente.'; $labels['moved'] = 'Filtro movido correctamente'; $labels['moveerror'] = 'No se ha podido mover el filtro seleccionado. Ha ocurrido un error de servidor.'; $labels['nametoolong'] = 'Imposible crear el conjunto de filtros. Nombre demasiado largo'; |