summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/values/static_strings.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /mobile/android/fenix/app/src/main/res/values/static_strings.xml
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/values/static_strings.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/values/static_strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/android/fenix/app/src/main/res/values/static_strings.xml b/mobile/android/fenix/app/src/main/res/values/static_strings.xml
index 66ec907040..6ed8c8901c 100644
--- a/mobile/android/fenix/app/src/main/res/values/static_strings.xml
+++ b/mobile/android/fenix/app/src/main/res/values/static_strings.xml
@@ -66,6 +66,12 @@
<string name="preferences_sync_debug_quit_button_title">Stop Firefox</string>
<!-- Quit app button summary for the Sync Debug preferences -->
<string name="preferences_sync_debug_quit_button_summary">Custom server changes will take effect on the next Firefox run.</string>
+ <!-- Button title for simulating an FxA network error inside the Sync Debug menu -->
+ <string name="preferences_sync_debug_network_error_button_title">Simulate account network error</string>
+ <!-- Button title for simulating an FxA temporary auth error inside the Sync Debug menu -->
+ <string name="preferences_sync_debug_temporary_auth_error_button_title">Simulate temporary account auth error</string>
+ <!-- Button title for simulating an FxA permanent auth error inside the Sync Debug menu -->
+ <string name="preferences_sync_debug_permanent_auth_error_button_title">Simulate permanent account auth error</string>
<!-- Label for enabling the Tabs Tray to Compose changes -->
<string name="preferences_debug_settings_tabs_tray_to_compose" translatable="false">Enable Tabs Tray to Compose rewrite</string>
<!-- Label for enabling the Compose Top Sites -->