tcMenu
language_fr_ascii.h
1 
6 //
7 // Dialog support, note: please keep ok, cancel, close and accept in lower case
8 //
9 
10 #define TXT_DIALOG_OK "d'accord"
11 #define TXT_DIALOG_CANCEL "annuler"
12 #define TXT_DIALOG_CLOSE "fermer"
13 #define TXT_DIALOG_ACCEPT "j'accepte"
14 
15 //
16 // Boolean naming options
17 //
18 
19 #define TXT_BOOL_ON_TEXT "AU"
20 #define TXT_BOOL_OFF_TEXT "VIDE"
21 #define TXT_BOOL_YES_TEXT "OUI"
22 #define TXT_BOOL_NO_TEXT "NON"
23 #define TXT_BOOL_TRUE_TEXT "VRAI"
24 #define TXT_BOOL_FALSE_TEXT "FAUX"
25 
26 //
27 // Touch screen text options IOA
28 //
29 
30 #define TXT_TOUCH_CONFIGURE "Configuration de l'ecran tactile"
31 #define TXT_TOUCH_CONFIGURE_2ND "Veuillez toucher"
32 
33 //
34 // Remote Connector - pairing
35 //
36 
37 #define TXT_PAIRING_TEXT "Jumelage en attente"
38 
39 //
40 // RemoteMenuItem dialog text for remote connections and authentication
41 //
42 
43 #define TXT_CLOSE_CONNECTION "Fermer la connexion"
44 #define TXT_AUTH_REMOVE "Eliminer"
45 #define TXT_AUTH_REMOVE_ALL_KEYS "Supprimer TOUTES les cles"
46 #define TXT_AUTH_EMPTY_KEY "Cle vide"
47 
48 //
49 // Secure menu item popup
50 //
51 
52 #define TXT_SECURE_MENU_PROCEED "Proceder"
53 #define TXT_SECURE_MENU_CANCEL "Annuler"
54 #define TXT_SECURE_PIN_WRONG "Broche incorrecte"