diff options
-rw-r--r-- | cgeo-contacts/res/values-fr/strings.xml | 6 | ||||
-rw-r--r-- | main/res/values-fr/strings.xml | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/cgeo-contacts/res/values-fr/strings.xml b/cgeo-contacts/res/values-fr/strings.xml new file mode 100644 index 0000000..47dfcc8 --- /dev/null +++ b/cgeo-contacts/res/values-fr/strings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<resources> + <string name="app_name">c:geo - contacts (add-on)</string> + <string name="contact_not_found">Aucun contact avec %s comme pseudo trouvé. Ajoutez le à vos contacts.</string> +</resources> diff --git a/main/res/values-fr/strings.xml b/main/res/values-fr/strings.xml index cff7f29..224e349 100644 --- a/main/res/values-fr/strings.xml +++ b/main/res/values-fr/strings.xml @@ -818,6 +818,7 @@ <string name="user_menu_view_found">Caches trouvées</string> <string name="user_menu_open_browser">Ouvrir le profil dans un navigateur</string> <string name="user_menu_send_message">Envoyer un message</string> + <string name="user_menu_open_contact">Ouvrir la fiche du contact</string> <string name="navigation">Navigation</string> <string name="compass_title">Boussole</string> <string name="use_gps">Utiliser GPS</string> @@ -1114,6 +1115,7 @@ <string name="tts_oclock">%s heures</string> <string name="clipboard_copy_ok">Copié dans le presse-papiers</string> <string name="percent_favorite_points">%\ favoris</string> + <string name="create_shortcut">Créer un raccourci</string> <string-array name="log_image_scales"> <item>Taille originale</item> <item>512 px</item> |