diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-24 21:06:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 21:06:37 -0400 |
commit | 64dbf74b7a44a25f41ed7ff2ebfa11db0bc91769 (patch) | |
tree | f4d192349f824ae28fcee309d9b8f72ac98afe7b /app/src/main/res/values-fr/strings.xml | |
parent | 3e0d4547a5618463508cb9f13a4c8158c161b11f (diff) | |
download | frost-64dbf74b7a44a25f41ed7ff2ebfa11db0bc91769.tar.gz frost-64dbf74b7a44a25f41ed7ff2ebfa11db0bc91769.tar.bz2 frost-64dbf74b7a44a25f41ed7ff2ebfa11db0bc91769.zip |
Translations (#443)
* Merge dev
* Update kau
* Add translations
* Update some strings
* Update readme
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml new file mode 100644 index 00000000..95df1a16 --- /dev/null +++ b/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <!--Tabs--> + <string name="feed">Fil d\'actualités</string> + <string name="most_recent">Les plus récents</string> + <string name="top_stories">À la une</string> + <string name="profile">Profil</string> + <string name="bookmarks">Signets</string> + <string name="events">Événements</string> + <string name="friends">Amis</string> + <string name="messages">Messages</string> + <string name="notifications">Notifications</string> + <string name="activity_log">Journal d\'activité</string> + <string name="pages">Pages</string> + <string name="groups">Groupes</string> + <string name="saved">Enregistré</string> + <string name="birthdays">Anniversaires</string> + <string name="chat">Conversations</string> + <string name="photos">Photos</string> + <string name="notes">Notes</string> + <string name="on_this_day">Aujourd\'hui</string> + <!--Login--> + <string name="loading_account">Tout se prépare…</string> + <string name="welcome">Bienvenue %s</string> + <string name="select_facebook_account">Sélectionnez le compte Facebook</string> + <string name="account_not_found">Le compte actuel n’est pas dans la base de données</string> + <string name="frost_notifications">Notifications Frost</string> + <string name="requires_custom_theme">Nécessite un thème personnalisé</string> + <string name="subject">Sujet</string> + <string name="share">Partager</string> + <string name="web_overlay_swipe_hint">Glisser vers la droite pour revenir à la fenêtre précédente.</string> + <string name="profile_picture">Photo de profil</string> + <string name="new_message">Nouveau message</string> + <string name="no_text">Aucun texte</string> + <string name="show_all_results">Afficher tous les résultats</string> + <!--About--> + <string name="frost_description">Frost est une alternative entièrement personnalisable, entièrement fonctionnelle à l’application Facebook officielle, fait à partir de zéro et fièrement open source.</string> + <string name="faq_title">Frost FAQ</string> + <!--HTML Extractor--> + <string name="html_extraction_error">Une erreur s’est produite dans l’extraction html.</string> + <string name="html_extraction_cancelled">La requête a été annulée.</string> + <string name="html_extraction_timeout">La requête a expiré.</string> + <string name="file_chooser_not_found">Sélecteur de fichier introuvable</string> + <string name="top_bar">Barre supérieure</string> + <string name="bottom_bar">Barre inférieure</string> +</resources> |