diff options
author | svncommit <devs@roundcube.net> | 2007-02-06 09:17:01 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-02-06 09:17:01 +0000 |
commit | 9d41ed8d3e8d63b1107006d1905d1f2517639f78 (patch) | |
tree | efe47b02e0439347cea0c59a746696a489b47182 /program/localization/fr | |
parent | ecfd13987a4d2820cbbbcdd8a8f98f4b8212dd6b (diff) |
updated pt_BR, clean up in localization
Diffstat (limited to 'program/localization/fr')
-rw-r--r-- | program/localization/fr/labels.inc | 13 | ||||
-rw-r--r-- | program/localization/fr/messages.inc | 11 |
2 files changed, 15 insertions, 9 deletions
diff --git a/program/localization/fr/labels.inc b/program/localization/fr/labels.inc index 6b4baf172..a0e5f2351 100644 --- a/program/localization/fr/labels.inc +++ b/program/localization/fr/labels.inc @@ -1,18 +1,20 @@ <?php /* + +-----------------------------------------------------------------------+ - | language/fr/labels.inc | + | language/fr/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundQube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ - | Author: aldweb <info@aldweb.com>, Pierre HAEGELI <pierre@haegeli.net> | + | Author: aldweb <info@aldweb.com> | + | Pierre HAEGELI <pierre@haegeli.net> | +-----------------------------------------------------------------------+ - $Id: labels.inc 220 2006-06-12 17:33:21Z roundcube $ + @version $Id$ */ @@ -180,4 +182,5 @@ $labels['managefolders'] = 'Gérer les dossiers'; $labels['sortby'] = 'Trier par'; $labels['sortasc'] = 'Tri ascendant'; $labels['sortdesc'] = 'Tri descendant'; -?> + +?>
\ No newline at end of file diff --git a/program/localization/fr/messages.inc b/program/localization/fr/messages.inc index 922cf3d29..0d545528d 100644 --- a/program/localization/fr/messages.inc +++ b/program/localization/fr/messages.inc @@ -1,18 +1,20 @@ <?php /* + +-----------------------------------------------------------------------+ | language/fr/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ - | Author: aldweb <info@aldweb.com>, Pierre HAEGELI <pierre@haegeli.net> | + | Author: aldweb <info@aldweb.com> | + | Pierre HAEGELI <pierre@haegeli.net> | +-----------------------------------------------------------------------+ - $Id: messages.inc 139 2006-06-12 17:32:27Z roundcube $ + @version $Id$ */ @@ -65,4 +67,5 @@ $messages['folderdeleted'] = 'Dossier effacé'; $messages['deletedsuccessfully'] = 'Supprimé(s) avec succès'; $messages['converting'] = 'Suppression du formattage ...'; $messages['messageopenerror'] = 'Impossible de charger le message du serveur'; -?> + +?>
\ No newline at end of file |