annotate plugins/advanced_search/localization/fr_FR.inc @ 34:50ac5484d514

one fix to distro
author Charlie Root
date Sun, 27 May 2018 16:53:56 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
1 <?php
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
2 $labels = array();
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
3 $labels['in'] = 'Dans';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
4 $labels['and'] = 'Et';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
5 $labels['or'] = 'Ou';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
6 $labels['not'] = 'Pas';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
7 $labels['where'] = 'Ou';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
8 $labels['exclude'] = 'Exclure';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
9 $labels['andsubfolders'] = 'et sous-dossiers';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
10 $labels['allfolders'] = 'Tous les dossiers';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
11 $labels['advancedsearch'] = 'Recherche avancée';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
12 $labels['label_display_options'] = 'Options d\'affichage';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
13 $labels['mailbox_headers_in_results'] = 'Afficher le nom du dossier en tant que ligne';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
14 $labels['mailbox_info_in_results'] = 'Afficher le nom du dossier en tant que colonne';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
15 $labels['display_in_messagemenu'] = 'dans le menu des messages';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
16 $labels['display_in_toolbar'] = 'en tant que bouton dans la Toolbar';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
17 $labels['show_advanced_search'] = 'Afficher la recherche avancée';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
18 $labels['saved_searches'] = 'Recherches sauvegardées';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
19 $labels['save_the_search'] = 'Sauvegarder cette recherche';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
20 $labels['has_been_saved'] = 'a été sauvegardée';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
21 $labels['has_been_deleted'] = 'viens d\'être effacé';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
22 $labels['cancel'] = 'Annuler';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
23 $labels['delete'] = 'Supprimer';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
24 $labels['Common'] = 'Populaire';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
25 $labels['Addresses'] = 'Adresses';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
26 $labels['Dates'] = 'Dates';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
27 $labels['Flags'] = 'Marqueurs';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
28 $labels['Other'] = 'Autres';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
29 $labels['ANSWERED'] = 'Répondu';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
30 $labels['BCC'] = 'Copie cachée à';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
31 $labels['BEFORE'] = 'Datant d\'avant le';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
32 $labels['CC'] = 'Copie à';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
33 $labels['DELETED'] = 'Supprimé';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
34 $labels['DRAFT'] = 'Brouillon';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
35 $labels['FLAGGED'] = 'Marqué';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
36 $labels['KEYWORD'] = 'Mot-clé';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
37 $labels['LARGER'] = 'Plus gros que';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
38 $labels['BODY'] = 'Corps du message';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
39 $labels['ON'] = 'Datant du';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
40 $labels['SEEN'] = 'Lu';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
41 $labels['SENTBEFORE'] = 'Envoyé avant le';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
42 $labels['HEADER FROM'] = 'Envoyé par';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
43 $labels['SENTON'] = 'Envoyé le';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
44 $labels['SENTSINCE'] = 'Envoyé après le';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
45 $labels['HEADER TO'] = 'À';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
46 $labels['SINCE'] = 'Datant d\'après le';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
47 $labels['SMALLER'] = 'Plus petit que';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
48 $labels['SUBJECT'] = 'Objet contenant';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
49 $labels['name'] = 'Nom';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
50 $labels['save'] = 'Sauvegarder';
50ac5484d514 one fix to distro
Charlie Root
parents:
diff changeset
51 $labels['mbox'] = 'Dossier';