fedilab-Android-App/app/src/main/res/values/strings.xml

211 lines
10 KiB
XML
Raw Normal View History

2017-05-05 16:36:04 +02:00
<resources>
<string name="app_name">Mastalab</string>
<string name="navigation_drawer_open">Ouvrir le menu</string>
<string name="navigation_drawer_close">Fermer le menu</string>
<string name="action_settings">Paramètres</string>
<string name="action_about">A propos</string>
<string name="action_logout">Déconnexion</string>
<string name="login">Connexion</string>
<!-- common -->
<string name="close">Fermer</string>
<string name="yes">Oui</string>
<string name="no">Non</string>
<string name="cancel">Annuler</string>
<string name="download">Télécharger</string>
<string name="download_file">Télécharger %1$s</string>
<!--- Menu -->
<string name="home_menu">Accueil</string>
<string name="home_timeline">Accueil</string>
<string name="local_menu">Fil public local</string>
<string name="global_menu">Fil public global</string>
<string name="public_menu">Fil public</string>
<string name="neutral_menu_title">Options</string>
<string name="parameters_menu">Préférences</string>
<string name="favorites_menu">Favoris</string>
<string name="communication_menu_title">Communication</string>
<string name="muted_menu">Utilisateurs muets</string>
<string name="blocked_menu">Utilisateurs bloqués</string>
<string name="notifications">Notifications</string>
<string name="optimization">Optimisation</string>
<string name="make_a_choice">Que souhaitez-vous faire ?</string>
<!-- Status -->
<string name="no_status">Aucun pouet à afficher !</string>
<string name="fav_added">Pouet ajouté aux favoris !</string>
<string name="fav_removed">Pouet supprimé des favoris !</string>
<string name="reblog_added">Pouet partagé !</string>
<string name="reblog_removed">Pouet supprimé du partage !</string>
<string name="reblog_by">Partagé par %1$s</string>
<string name="favourite_add">Ajouter ce pouet aux favoris ?</string>
<string name="favourite_remove">Supprimer ce pouet des favoris ?</string>
<string name="reblog_add">Partager ce pouet ?</string>
<string name="reblog_remove">Supprimer ce pouet des partages ?</string>
<string-array name="more_action">
<item>Masquer</item>
<item>Bloquer</item>
<item>Signaler</item>
</string-array>
<string-array name="more_action_owner">
<item>Supprimer</item>
</string-array>
<string-array name="more_action_confirm">
<item>Masquer ce compte ?</item>
<item>Bloquer ce compte ?</item>
<item>Signaler ce pouet ?</item>
</string-array>
<string-array name="more_action_confirm_account">
<item>Afficher de nouveau ce compte ?</item>
<item>Débloquer ce compte ?</item>
</string-array>
<string-array name="more_action_owner_confirm">
<item>Supprimer ce pouet ?</item>
</string-array>
<!-- Date -->
<plurals name="date_seconds">
<item quantity="one">Il y a %d seconde</item>
<item quantity="other">Il y a %d secondes</item>
</plurals>
<plurals name="date_minutes">
<item quantity="one">Il y a %d minute</item>
<item quantity="other">Il y a %d minutes</item>
</plurals>
<plurals name="date_hours">
<item quantity="one">Il y a %d heure</item>
<item quantity="other">Il y a %d heures</item>
</plurals>
<string name="date_yesterday">Hier</string>
<string name="date_day_before_yesterday">Avant-hier</string>
<string name="date_day">Il y a %d jours</string>
<plurals name="date_month">
<item quantity="one">Il y a %d mois</item>
<item quantity="other">Il y a %d mois</item>
</plurals>
<plurals name="date_year">
<item quantity="one">Il y a un an</item>
<item quantity="other">Il y a %d ans</item>
</plurals>
<!-- TOOT -->
<string name="toot_cw_placeholder">Avertissement</string>
<string name="toot_placeholder">Qu\'avez-vous en tête ?</string>
<string name="toot_it">POUET !</string>
<string name="cw">cw</string>
<string name="toot_title">Ecrire un pouet</string>
<string name="toot_title_reply">Répondre à un pouet</string>
<string name="toot_no_space">Vous avez atteint les 500 caractères autorisés !</string>
<string name="toot_select_image">Sélectionnez une image</string>
<string name="toot_select_image_error">Une erreur s\'est produite lors de la sélection de l\'image !</string>
<string name="toot_delete_media">Supprimer le média ?</string>
<string name="toot_error_no_content">Votre pouet est vide !</string>
<string name="toot_visibility_tilte">Visibilité du pouet</string>
<string name="toot_sent">Le pouet a été envoyé !</string>
<string name="toot_reply_content_title">Vous répondez à ce pouet :</string>
<string-array name="toot_visibility">
<item>Afficher dans les fils publics</item>
<item>Ne pas afficher dans les fils publics</item>
<item>N\'afficher que pour vos abonné(e)s</item>
<item>N\'afficher que pour les personnes mentionnées</item>
</string-array>
<!-- About -->
<string name="about_vesrion">Version %1$s</string>
<string name="about_developer">Développeur :</string>
<string name="about_developer_action">\@tschneider</string>
<string name="about_license">Licence : </string>
<string name="about_license_action">GNU GPL V3</string>
<string name="about_code">Code source : </string>
<string name="about_code_action">bitbucket</string>
2017-05-05 16:36:04 +02:00
<!-- Conversation -->
<string name="conversation">Conversation</string>
<!-- Accounts -->
<string name="no_accounts">Aucun compte à afficher</string>
<string name="status_cnt">Pouets \n %d</string>
<string name="following_cnt">Abonnements \n %d</string>
<string name="followers_cnt">Abonnés \n %d</string>
2017-05-05 16:36:04 +02:00
<!-- Notifications -->
<string name="no_notifications">Aucune notification à afficher</string>
<string name="notif_mention">a mentionné votre pouet</string>
<string name="notif_reblog">a partagé votre pouet</string>
<string name="notif_favourite">a ajouté votre pouet à ses favoris</string>
<string name="notif_follow">vous a suivi</string>
<string name="notif_pouet">Nouveau pouet de %1$s</string>
2017-05-05 16:36:04 +02:00
<plurals name="other_notifications">
<item quantity="one">et %d autre notification</item>
<item quantity="other">et %d autres notifications</item>
</plurals>
<plurals name="other_notif_hometimeline">
<item quantity="one">et un autre pouet à découvrir</item>
<item quantity="other">et %d autres pouets à découvrir</item>
</plurals>
2017-05-05 16:36:04 +02:00
<!-- HEADER -->
<string name="status">Pouets</string>
<string name="following">Abonnements</string>
<string name="followers">Abonnés</string>
<!-- TOAST -->
<string name="client_error">Impossible d\'obtenir l\'id du client !</string>
<string name="no_internet">Aucune connexion Internet !</string>
<string name="toast_block">Le compte a été bloqué !</string>
<string name="toast_unblock">Le compte n\'est plus bloqué !</string>
<string name="toast_mute">Le compte a été masqué !</string>
<string name="toast_unmute">Le compte n\'est plus masqué !</string>
<string name="toast_follow">Le compte a été suivi !</string>
<string name="toast_unfollow">Le compte n\'est plus suivi !</string>
<string name="toast_reblog">Le pouet a été partagé !</string>
<string name="toast_unreblog">Le pouet a été supprimé des partages !</string>
<string name="toast_favourite">Le pouet a été ajouté aux favoris !</string>
<string name="toast_unfavourite">Le pouet a été supprimé des favoris !</string>
<string name="toast_report">Le pouet a été signalé !</string>
<string name="toast_unstatus">Le pouet a été supprimé !</string>
<string name="toast_error">Oups ! Une erreur s\'est produite !</string>
<string name="toast_error_loading_account">Une erreur s\'est produite en chargeant le compte !</string>
<!-- Settings -->
<string name="settings_title_optimisation">Optimisation du chargement</string>
<string name="set_toots_page">Nombre de pouets par chargement</string>
<string name="set_accounts_page">Nombre de comptes par chargement</string>
<string name="set_notifications_page">Nombre de notifications par chargement</string>
<string name="set_attachment_always">Toujours</string>
<string name="set_attachment_wifi">WIFI</string>
<string name="set_attachment_ask">Demander</string>
<string name="set_attachment_action">Charger les médias</string>
<string name="load_attachment">Charger les images</string>
<string name="settings_title_notifications">Gestion des notifications</string>
<string name="set_notif_follow">Notifier lorsque quelquun me suit</string>
<string name="set_notif_follow_ask">Notifier lorsque quelqu\'un demande à me suivre</string>
<string name="set_notif_follow_share">Notifier lorsque quelqu\'un partage mes pouets</string>
<string name="set_notif_follow_add">Notifier lorsque quelquun ajoute mes pouets à ses favoris</string>
<string name="set_notif_follow_mention">Notifier lorsque quelquun me mentionne</string>
<string name="set_share_validation">Confirmer avant de partager</string>
<string name="settings_title_more_options">Options avancées</string>
<string name="set_wifi_only">Notifier en WIFI seulement</string>
<string name="set_notif_silent">Utiliser le vibreur</string>
<string name="set_title_news">Actualités</string>
<string name="set_notification_news">Notifier lors de nouveaux pouets sur la page d\'accueil</string>
2017-05-05 16:36:04 +02:00
<string name="action_follow">Suivre</string>
<string name="action_unfollow">Se désabonner</string>
<string name="action_block">Bloquer</string>
<string name="action_unblock">Débloquer</string>
<string name="action_mute">Masquer</string>
<string name="action_unmute">Afficher</string>
<string name="request_sent">Demande envoyée</string>
<string name="followed_by">Vous suit</string>
<string name="action_search">Recherche</string>
</resources>