From 20825920e3f723c1a2a962beaa72a33e82cd14da Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 06 Aug 2012 12:14:57 -0400 Subject: [PATCH] Synched translations from launchpad/master --- plugins/archive/localization/es_AR.inc | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/plugins/archive/localization/es_AR.inc b/plugins/archive/localization/es_AR.inc index 7d021f5..39466a9 100644 --- a/plugins/archive/localization/es_AR.inc +++ b/plugins/archive/localization/es_AR.inc @@ -1,10 +1,21 @@ <?php -// MPBAUPGRADE +/* + +-----------------------------------------------------------------------+ + | localization/es_AR/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ $labels = array(); +$labels['buttontext'] = 'Archivo'; +$labels['archivefolder'] = 'Archivo'; $labels['buttontitle'] = 'Archivar este mensaje'; $labels['archived'] = 'Mensaje Archivado'; -$labels['archivefolder'] = 'Archivo'; -?> -- Gitblit v1.9.1