From 24201dc1f48770d20ffaa44fabe1ef571f979da9 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 18 Jun 2011 07:28:43 -0400
Subject: [PATCH] - Fix set_row_attribs() for backward compat.

---
 program/localization/eo/messages.inc |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/program/localization/eo/messages.inc b/program/localization/eo/messages.inc
index a831dbc..3c2c325 100644
--- a/program/localization/eo/messages.inc
+++ b/program/localization/eo/messages.inc
@@ -2,16 +2,16 @@
 
 /*
 
- +-----------------------------------------------------------------------+
- | language/eo/messages.inc                                              |
- |                                                                       |
- | Language file of the RoundCube Webmail client                         |
- | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
- | Licensed under the GNU GPL                                            |
- |                                                                       |
- +-----------------------------------------------------------------------+
- | Author: Andreas van Cranenburgh <andreas@unstable.nl                  |
- +-----------------------------------------------------------------------+
++-----------------------------------------------------------------------+
+| language/eo/messages.inc                                              |
+|                                                                       |
+| Language file of the Roundcube Webmail client                         |
+| Copyright (C) 2005-2010, The Roundcube Dev Team                       |
+| Licensed under the GNU GPL                                            |
+|                                                                       |
++-----------------------------------------------------------------------+
+| Author: Andreas van Cranenburgh <andreas@unstable.nl                  |
++-----------------------------------------------------------------------+
 
 */
 
@@ -75,6 +75,6 @@
 $messages['receiptsent'] = 'Sukcese sendis konfirmon';
 $messages['errorsendingreceipt'] = 'Ne povis sendi konfirmon';
 $messages['nodeletelastidentity'] = 'Vi ne povas forigi ĉi tiun identon, ĉar ĝi estas la lasta';
-$messages['addsubfolderhint'] = 'Ĉi tiu dosierujo estos farita kiel subdosierujo de la nune elektita dosierujo';
+$messages['forbiddencharacter'] = 'Dosierujo-nomo enhavas malpermesitan karaktron';
 
 ?>

--
Gitblit v1.9.1