diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-05-16 18:01:16 +0530 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-05-16 18:01:16 +0530 |
commit | 8089beab35a9534aeac05938a6ad27991ec6a741 (patch) | |
tree | 8a35792c56fbc9c2ebdf30a9d1db6c070fe062fd /app/src/main/res/values-fr | |
parent | 7bbf1f130feb3d9008e8ef9247040b53c7058fc6 (diff) |
Make referenced strings and app name not translatable
Diffstat (limited to 'app/src/main/res/values-fr')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index c0a8582..02a2821 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -30,8 +30,6 @@ <string name="ipscrambling_location_label">Mon activité internet doit apparaître depuis :</string> <string name="ipscrambling_any_location">Pays aléatoire</string> <string name="ipscrambling_select_app">Appliquer ce paramètre à toutes les applications sélectionnées :</string> - <string name="app_name">Centre de Confidentialité</string> - <string name="dashboard_title">@string/app_name</string> <string name="dashboard_graph_trackers_legend">%s pisteurs vous ont profilé au cours des dernières 24 heures</string> <string name="dashboard_am_i_tracked_title">Gérer les pisteurs d\'applications</string> <string name="dashboard_am_i_tracked_subtitle">%1$d pisteurs d\'apps, %2$d pisteurs actifs</string> @@ -100,4 +98,4 @@ <string name="quick_protection_settings_list">- Tous les pisteurs sont désactivés. \n- Votre géolocalisation sera falsifiée. \n- Votre adresse IP réelle sera masquée.</string> -</resources>
\ No newline at end of file +</resources> |