|
7 | 7 | <string name="hello_world">Bonjour le monde !</string>
|
8 | 8 | <string name="title_activity_settings">Réglages</string>
|
9 | 9 | <string name="title_activity_note_list">MyOwnNotes</string>
|
10 |
| - <string name="title_activity_note_single">la note</string> |
11 |
| - <string name="title_activity_about_activity">A propos</string> |
| 10 | + <string name="title_activity_note_single">Note</string> |
| 11 | + <string name="title_activity_about_activity">À propos</string> |
12 | 12 | <string name="title_activity_help_activity">Aide</string>
|
13 | 13 |
|
14 | 14 | <!-- NoteSingle strings -->
|
15 | 15 | <string name="note_title">Titre de la note</string>
|
16 | 16 | <string name="note_content">Texte de la note</string>
|
17 | 17 | <string name="text_save">enregistrer</string>
|
18 | 18 | <string name="text_delete">supprimer</string>
|
19 |
| - <string name="note_has_been_saved">La note est enregistrée</string> |
20 |
| - <string name="text_test">le test</string> |
| 19 | + <string name="note_has_been_saved">La note a été enregistrée</string> |
| 20 | + <string name="text_test">Test</string> |
21 | 21 | <!-- Toasts -->
|
22 |
| - <string name="toast_new_note_saved">Nouvelle note est enregistrée</string> |
23 |
| - <string name="toast_changes_saved">Modifications sont enregistrées</string> |
24 |
| - <string name="toast_note_deleted">La note est supprimée</string> |
25 |
| - <string name="toast_note_marked_to_delete">Marquer la note à supprimer</string> |
| 22 | + <string name="toast_new_note_saved">Nouvelle note enregistrée</string> |
| 23 | + <string name="toast_changes_saved">Modifications enregistrées</string> |
| 24 | + <string name="toast_note_deleted">Note supprimée</string> |
| 25 | + <string name="toast_note_marked_to_delete">Note marquée à supprimer</string> |
26 | 26 |
|
27 | 27 | <!-- NoteList strings -->
|
28 | 28 | <string name="action_new">Créer une note</string>
|
29 | 29 | <string name="action_sync">Synchroniser</string>
|
30 |
| - <string name="action_about">Info</string> |
| 30 | + <string name="action_about">Infos</string> |
31 | 31 | <string name="action_help">Aide</string>
|
32 |
| - <string name="notelist_empty_list">Les notes n\'existent pas. Vous n\'avez pas créé de notes ou elles ne sont pas encore synchronisées.</string> |
33 |
| - <string name="alert_ssl_cert_not_trusted">Vous voulez vous connecter à un serveur qui utilise un certificat auto-signé. Ajouter le certificat du porte-clés. \n\n Voulez-vous lire l\'instruction ?</string> |
| 32 | + <string name="notelist_empty_list">Aucune note enregistrée. Vous n\'avez pas non plus créé de notes ou elles ne sont pas encore synchronisées.</string> |
| 33 | + <string name="alert_ssl_cert_not_trusted">Vous essayez de vous connecter à un serveur qui utilise un certificat auto-signé. Vous devez ajouter manuellement ce certificat aux certificats de confiance d'Android. \n\n Voulez-vous accéder au tutoriel ?</string> |
34 | 34 | <string name="alert_answer_yes">Oui</string>
|
35 | 35 | <string name="alert_answer_no_thanks">Non</string>
|
36 | 36 | <!-- Toasts -->
|
37 | 37 | <string name="toast_not_correct_json">Le format JSON est invalide. Le serveur est-il OK ?</string>
|
38 | 38 | <string name="toast_url_not_correctly_formed">L\'adresse internet est incorrecte.</string>
|
39 |
| - <string name="toast_url_doesnt_exist">L\'adresse internet n\'existe pas. Contrôler la connection internet. Contrôler l\'orthographe.</string> |
40 |
| - <string name="toast_connection_error">Il y a une erreur de connexion. Contrôler le nom d\'utilisateur et le mot de passe.</string> |
| 39 | + <string name="toast_url_doesnt_exist">L\'adresse internet n\'existe pas. Vérifiez la connection internet et l\'orthographe.</string> |
| 40 | + <string name="toast_connection_error">Erreur de connexion. Vérifiez le nom d\'utilisateur et le mot de passe.</string> |
41 | 41 |
|
42 | 42 | <!-- Settings strings -->
|
43 | 43 | <string name="settings_text_credentials">Données de connexion :</string>
|
44 |
| - <string name="settings_text_server_address">L\'adresse du serveur :</string> |
| 44 | + <string name="settings_text_server_address">Adresse du serveur :</string> |
45 | 45 | <string name="settings_text_server_address_hint">www.monserveur.com</string>
|
46 | 46 | <string name="settings_text_https">https://</string>
|
47 | 47 | <string name="settings_text_username">Nom d\'utilisateur :</string>
|
|
50 | 50 | <string name="settings_text_password_hint">le mot de passe</string>
|
51 | 51 | <string name="settings_text_synchronization">synchronisation</string>
|
52 | 52 | <string name="settings_text_sync_automatically">synchronisation automatique</string>
|
53 |
| - <string name="settings_text_defaultnotetitle">le titre par défaut de la note</string> |
| 53 | + <string name="settings_text_defaultnotetitle">titre par défaut de la note</string> |
54 | 54 | <string name="settings_text_defaultnotetitle_datetime">Date et heure</string>
|
55 | 55 | <string name="settings_text_saved">Paramètres enregistrés</string>
|
56 | 56 | <!-- Toasts -->
|
57 |
| - <string name="toast_enter_valid_username">Saisir votre nom d\'utilisateur, s\'il vous plaît.</string> |
58 |
| - <string name="toast_enter_password">Saisir votre mot de passe, s\'il vous plaît.</string> |
59 |
| - <string name="toast_enter_valid_https">Saisir l\'adresse du serveur. Cela commence par \"https://\".</string> |
| 57 | + <string name="toast_enter_valid_username">Saisissez votre nom d\'utilisateur, s\'il vous plaît.</string> |
| 58 | + <string name="toast_enter_password">Saisissez votre mot de passe, s\'il vous plaît.</string> |
| 59 | + <string name="toast_enter_valid_https">Saisissez l\'adresse du serveur. Elle commence par \"https://\".</string> |
60 | 60 |
|
61 | 61 | <!-- About strings -->
|
62 | 62 | <string name="text_aykit_logo">logo de aykit</string>
|
|
0 commit comments