diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-07 11:47:46 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-07 11:47:46 +0000 |
| commit | 0478bfae796e079b6bc09316ded8c1df30220f44 (patch) | |
| tree | 647046e010cb518269bcad724780d017d1c10a69 /roundcubemail/program/localization/ca_ES/messages.inc | |
| parent | 14ee4fe8dadfab31ac81327140424696a09a1107 (diff) | |
Fix language detection + update Catala localization
git-svn-id: https://svn.roundcube.net/trunk@1486 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ca_ES/messages.inc')
| -rw-r--r-- | roundcubemail/program/localization/ca_ES/messages.inc | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/roundcubemail/program/localization/ca_ES/messages.inc b/roundcubemail/program/localization/ca_ES/messages.inc index 3167a4881..203b31d8e 100644 --- a/roundcubemail/program/localization/ca_ES/messages.inc +++ b/roundcubemail/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['receiptsent'] = 'Confirmació de lectura enviada satisfactòriament'; $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 |
