Changeset 1501 in subversion


Ignore:
Timestamp:
Jun 10, 2008 7:46:14 AM (5 years ago)
Author:
yllar
Message:

fr_FR update, thanks Maximilien

Location:
trunk/roundcubemail/program/localization/fr_FR
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/fr_FR/labels.inc

    r1223 r1501  
    33/* 
    44 
    5  +-----------------------------------------------------------------------+ 
    6  | language/fr/labels.inc                                                | 
    7  |                                                                       | 
    8  | Language file of the RoundCube Webmail client                         | 
    9  | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    10  | Licensed under the GNU GPL                                            | 
    11  |                                                                       | 
    12  +-----------------------------------------------------------------------+ 
    13  | Author: Joel S. <joel.s@spijoprod.net>                                | 
    14  |         Jerome Lipowicz <jerome@yayel.com>                            | 
    15  +-----------------------------------------------------------------------+ 
    16  
    17  @version $Id$ 
     5+-----------------------------------------------------------------------+ 
     6| language/fr_FR/labels.inc                                                | 
     7|                                                                       | 
     8| Language file of the RoundCube Webmail client                         | 
     9| Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
     10| Licensed under the GNU GPL                                            | 
     11|                                                                       | 
     12+-----------------------------------------------------------------------+ 
     13| Author: Joel S. <joel.s@spijoprod.net>                                | 
     14|         Jerome Lipowicz <jerome@yayel.com>                            | 
     15+-----------------------------------------------------------------------+ 
     16 
     17@version $Id$ 
    1818 
    1919*/ 
     
    7070$labels['friday'] = 'Vendredi'; 
    7171$labels['saturday'] = 'Samedi'; 
     72$labels['jan'] = 'Jan'; 
     73$labels['feb'] = 'Fév'; 
     74$labels['mar'] = 'Mar'; 
     75$labels['apr'] = 'Avr'; 
     76$labels['may'] = 'Mai'; 
     77$labels['jun'] = 'Jun'; 
     78$labels['jul'] = 'Jul'; 
     79$labels['aug'] = 'Aoû'; 
     80$labels['sep'] = 'Sep'; 
     81$labels['oct'] = 'Oct'; 
     82$labels['nov'] = 'Nov'; 
     83$labels['dec'] = 'Déc'; 
     84$labels['longjan'] = 'Janvier'; 
     85$labels['longfeb'] = 'Février'; 
     86$labels['longmar'] = 'Mars'; 
     87$labels['longapr'] = 'Avril'; 
     88$labels['longmay'] = 'Mai'; 
     89$labels['longjun'] = 'Juin'; 
     90$labels['longjul'] = 'Juillet'; 
     91$labels['longaug'] = 'Août'; 
     92$labels['longsep'] = 'Septembre'; 
     93$labels['longoct'] = 'Octobre'; 
     94$labels['longnov'] = 'Novembre'; 
     95$labels['longdec'] = 'Décembre'; 
    7296$labels['today'] = 'Aujourd\'hui'; 
    7397$labels['checkmail'] = 'Vérification des nouveaux messages'; 
     
    173197$labels['htmlsignature'] = 'Signature HTML'; 
    174198$labels['previewpane'] = 'Afficher le panneau d\'aperçu'; 
     199$labels['logoutclear'] = 'Vider la corbeille à la déconnexion'; 
     200$labels['logoutcompact'] = 'Compacter la boite de réception à la déconnexion'; 
     201$labels['uisettings'] = 'Interface utilisateur'; 
     202$labels['serversettings'] = 'Préférences du serveur'; 
     203$labels['mailboxview'] = 'Vue du courrier'; 
     204$labels['mdnrequests'] = 'Notifications à l\'expéditeur'; 
     205$labels['askuser'] = 'demander à l\'utilisateur'; 
     206$labels['autosend'] = 'envoyer automatiquement'; 
     207$labels['ignore'] = 'ignorer'; 
     208$labels['readwhendeleted'] = 'Marquer le message comme lu à la suppression'; 
     209$labels['flagfordeletion'] = 'Mettre le drapeau de suppression au lieu de supprimer'; 
    175210$labels['autosavedraft'] = 'Sauvegarde automatique des brouillons'; 
    176211$labels['everynminutes'] = 'toutes les $n minutes'; 
  • trunk/roundcubemail/program/localization/fr_FR/messages.inc

    r1223 r1501  
    33/* 
    44 
    5  +-----------------------------------------------------------------------+ 
    6  | language/fr/messages.inc                                              | 
    7  |                                                                       | 
    8  | Language file of the RoundCube Webmail client                         | 
    9  | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    10  | Licensed under the GNU GPL                                            | 
    11  |                                                                       | 
    12  +-----------------------------------------------------------------------+ 
    13  | Author: Joel S. <joel.s@spijoprod.net>                                | 
    14  |         Jerome Lipowicz <jerome@yayel.com>                            | 
    15  +-----------------------------------------------------------------------+ 
     5+-----------------------------------------------------------------------+ 
     6| language/fr_FR/messages.inc                                              | 
     7|                                                                       | 
     8| Language file of the RoundCube Webmail client                         | 
     9| Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
     10| Licensed under the GNU GPL                                            | 
     11|                                                                       | 
     12+-----------------------------------------------------------------------+ 
     13| Author: Joel S. <joel.s@spijoprod.net>                                | 
     14|         Jerome Lipowicz <jerome@yayel.com>                            | 
     15+-----------------------------------------------------------------------+ 
    1616 
    17  @version $Id$ 
     17@version $Id$ 
    1818 
    1919*/ 
     
    8080$messages['nodeletelastidentity'] = 'Vous ne pouvez pas effacer votre seule identité.'; 
    8181$messages['addsubfolderhint'] = 'Ce dossier sera créé comme sous-dossier de celui sélectionné.'; 
     82$messages['forbiddencharacter'] = 'Le nom du dossier contient un caractÚre interdit'; 
    8283 
    8384?> 
Note: See TracChangeset for help on using the changeset viewer.