diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-28 20:06:55 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-28 20:06:55 +0100 |
commit | 3b95e24fbb12f71cd411db397ce2b0aee0dfc54f (patch) | |
tree | 57cf51416ec1c887e15f0181f5d4dd45de0b0084 /plugins/archive/localization/es_419.inc | |
parent | 5f31429de5732617ad18fd2b67d6e2424a7185a7 (diff) |
Updated localizations from Transifex
Diffstat (limited to 'plugins/archive/localization/es_419.inc')
-rw-r--r-- | plugins/archive/localization/es_419.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/archive/localization/es_419.inc b/plugins/archive/localization/es_419.inc new file mode 100644 index 000000000..3f26a018e --- /dev/null +++ b/plugins/archive/localization/es_419.inc @@ -0,0 +1,29 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/archive/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ +*/ +$labels['buttontext'] = 'Archivo'; +$labels['buttontitle'] = 'Archivar este mensaje'; +$labels['archived'] = 'Archivado exitosamente'; +$labels['archivedreload'] = 'Achivado exitosamente. '; +$labels['archiveerror'] = 'Algunos mensajes no pudieron ser archivados'; +$labels['archivefolder'] = 'Archivo'; +$labels['archivetype'] = 'Dividir archivo por'; +$labels['archivetypeyear'] = 'Año (ej. Archivo/2012)'; +$labels['archivetypemonth'] = 'Mes (ej. Archivo/2012/06)'; +$labels['archivetypefolder'] = 'Carpeta original'; +$labels['unkownsender'] = 'desconocido'; +?> |