From c3ab753765d7caac22c97a582cf1216ffe7018f1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 07 Jun 2008 07:47:46 -0400 Subject: [PATCH] Fix language detection + update Catala localization --- program/localization/ca_ES/messages.inc | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/program/localization/ca_ES/messages.inc b/program/localization/ca_ES/messages.inc index 3167a48..203b31d 100644 --- a/program/localization/ca_ES/messages.inc +++ b/program/localization/ca_ES/messages.inc @@ -2,19 +2,19 @@ /* - +-----------------------------------------------------------------------+ - | language/ca/messages.inc | - | | - | Language file of the RoundCube Webmail client | - | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | - | Licensed under the GNU GPL | - | | - +-----------------------------------------------------------------------+ - | Author: Miguel Canteras i Cañizares <miguel@canteras.org> | - | Simo <sim6@graciasensefils.net> | - +-----------------------------------------------------------------------+ ++-----------------------------------------------------------------------+ +| language/ca_ES/messages.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Miguel Canteras i Cañizares <miguel@canteras.org> | +| Simo <sim6@graciasensefils.net> | ++-----------------------------------------------------------------------+ - @version $Id$ +@version $Id$ */ @@ -79,5 +79,6 @@ $messages['errorsendingreceipt'] = 'No es pot enviar la confirmació'; $messages['nodeletelastidentity'] = 'No pots eliminar aquesta identitat, és l\'última.'; $messages['addsubfolderhint'] = 'Aquesta carpeta serà creada com a subcarpeta de la seleccionada actualment'; +$messages['forbiddencharacter'] = 'El nom de carpeta conté un caràcter prohibit'; ?> \ No newline at end of file -- Gitblit v1.9.1