From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 04 Jun 2014 11:20:33 -0400
Subject: [PATCH] Fix attachment menu structure and aria-attributes

---
 program/localization/ia/messages.inc |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/program/localization/ia/messages.inc b/program/localization/ia/messages.inc
index c08aca3..32733f2 100644
--- a/program/localization/ia/messages.inc
+++ b/program/localization/ia/messages.inc
@@ -2,20 +2,20 @@
 
 /*
  +-----------------------------------------------------------------------+
- | localization/ia/messages.inc                                          |
+ | localization/<lang>/messages.inc                                      |
  |                                                                       |
- | Language file of the Roundcube Webmail client                         |
- | Copyright (C) 2012, The Roundcube Dev Team                            |
- | Licensed under the GNU General Public License                         |
+ | Localization file of the Roundcube Webmail client                     |
+ | Copyright (C) 2005-2014, 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.                     |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Emilio Sepulveda <emilio@chilemoz.org>                        |
- +-----------------------------------------------------------------------+
- @version $Id$
-*/
 
-$messages = array();
-$messages['loginfailed'] = 'Initio de session fallite';
+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/
+*/
+$messages['loginfailed']  = 'Initio de session fallite';
 $messages['servererror'] = 'Error de servitor!';
 $messages['dberror'] = 'Error de base de datos!';
 $messages['loading'] = 'Cargante ...';
@@ -27,7 +27,7 @@
 $messages['sendingfailed'] = 'Falleva in inviar le message.';
 $messages['errormoving'] = 'Non pote mover le message(s)';
 $messages['errordeleting'] = 'Il non pote deler le message(s).';
-$messages['nonamewarning'] = 'Per favor inserta nomine.';
+$messages['nonamewarning']  = 'Per favor inserta nomine.';
 $messages['searchsuccessful'] = '$nr messages trovate.';
 $messages['contactsearchsuccessful'] = '$nr contactos trovate.';
 $messages['searching'] = 'Cercante...';
@@ -38,4 +38,4 @@
 $messages['emailformaterror'] = 'Adresse de e-mail invalide: $email';
 $messages['namecannotbeempty'] = 'Le nomine non pote esser vacue.';
 $messages['nametoolong'] = 'Le nomine es troppo longe.';
-
+?>

--
Gitblit v1.9.1