diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-07-27 14:31:48 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-07-27 14:31:48 +0000 |
commit | 6f4e9233b8bcda7054c505fb00f780e27e794b84 (patch) | |
tree | 8c33d9af589a70952c332aed472a4a9b61745440 /app/src/main/res/values-fr | |
parent | 55af125dfeb6a187dcd114164bd8690114eb5c84 (diff) | |
download | infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.gz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.bz2 infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.lz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.xz infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.tar.zst infinity-for-reddit-6f4e9233b8bcda7054c505fb00f780e27e794b84.zip |
Remove Block User menu option in ViewUserDetailActivity since Reddit does not allow 3rd-party apps access this API now.
Diffstat (limited to 'app/src/main/res/values-fr')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 6fa5bed7..61a9ded4 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -76,7 +76,6 @@ <string name="action_see_removed">"Afficher les Publications Supprimées"</string> <string name="action_set_wallpaper">"Définir comme Fond d'Écran"</string> <string name="action_send_private_message">"Envoyer le Message Privé"</string> - <string name="action_block_user">"Bloquer l'Utilisateur"</string> <string name="parse_json_response_error">"Une erreur s'est produite lors de l'analyse de la réponse JSON"</string> <string name="retrieve_token_error">"Erreur dans la récupération du jeton"</string> <string name="something_went_wrong">"Une erreur s'est produite. Veuillez réessayer plus tard."</string> @@ -840,9 +839,6 @@ Basé sur le thème sombre Indigo"</string> <string name="top_score">"%1$s pts"</string> <string name="login_activity_2fa_prompt">"Si vous avez activé l'authentification à 2 facteurs, veuillez saisir votre mot de passe comme suit : <mot de passe>:<code A2F>. Exemple : motdepasse:123456"</string> - <string name="block_user">"Bloquer l'utilisateur"</string> - <string name="block_user_success">"Bloqué"</string> - <string name="block_user_failed">"Impossible de bloquer l'utilisateur"</string> <string name="submit_crosspost_activity_label">"Crosspost"</string> <string name="give_award_activity_label">"Récompenser"</string> <string name="action_crosspost">"Crosspost"</string> |