diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-17 18:59:11 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-17 18:59:11 +0200 |
commit | 3983f50635ccf2a25a8bbb2c938f082a83c209d3 (patch) | |
tree | 0fdba179d4ef2ed86474ae0f3a0212eac971c905 /plugins/archive/localization/gl_ES.inc | |
parent | 607e11d5519f787f20bdbd38a792d09dcc831023 (diff) |
New plugin translations from launchpad
Diffstat (limited to 'plugins/archive/localization/gl_ES.inc')
-rw-r--r-- | plugins/archive/localization/gl_ES.inc | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/plugins/archive/localization/gl_ES.inc b/plugins/archive/localization/gl_ES.inc index 62a767869..6f580f844 100644 --- a/plugins/archive/localization/gl_ES.inc +++ b/plugins/archive/localization/gl_ES.inc @@ -1,10 +1,21 @@ <?php -// MPBAUPGRADE +/* + +-----------------------------------------------------------------------+ + | localization/gl_ES/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: ghas <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ $labels = array(); $labels['buttontitle'] = 'Arquivar esta mensaxe'; -$labels['archived'] = 'Aquivouse a mensaxe'; +$labels['archived'] = 'Arquivado correctamente'; $labels['archivefolder'] = 'Arquivo'; -?> |