summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/lib/crash/src/main/res
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/android-components/components/lib/crash/src/main/res
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/android-components/components/lib/crash/src/main/res')
-rw-r--r--mobile/android/android-components/components/lib/crash/src/main/res/values-ast/strings.xml6
-rw-r--r--mobile/android/android-components/components/lib/crash/src/main/res/values-zh-rCN/strings.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/mobile/android/android-components/components/lib/crash/src/main/res/values-ast/strings.xml b/mobile/android/android-components/components/lib/crash/src/main/res/values-ast/strings.xml
index d4d75fadfa..a6a694e9b9 100644
--- a/mobile/android/android-components/components/lib/crash/src/main/res/values-ast/strings.xml
+++ b/mobile/android/android-components/components/lib/crash/src/main/res/values-ast/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Title of the crash reporter dialog. %1$s will be replaced with the name of the app (e.g. Firefox Focus). -->
- <string name="mozac_lib_crash_dialog_title">Sentímoslo, %1$s tuvo un problema ya cascó.</string>
+ <string name="mozac_lib_crash_dialog_title">%1$s tuvo un problema y cascó.</string>
<!-- Label of the checkbox for sending crash reports in the crash reporter dialog. %1$s will be replaced with the name of the organization (e.g. Mozilla). -->
<string name="mozac_lib_crash_dialog_checkbox">Unviar l\'informe del error a %1$s</string>
@@ -16,7 +16,7 @@
<string name="mozac_lib_crash_channel">Casques</string>
<!-- Title of the crash reporter notification for background process crashes. %1$s will be replaced with the name of the app (e.g. Firefox Focus). -->
- <string name="mozac_lib_crash_background_process_notification_title">Sentímoslo, prodúxose un problema en %1$s.</string>
+ <string name="mozac_lib_crash_background_process_notification_title">Prodúxose un problema en %1$s.</string>
<!-- Label of a notification action/button that will send the crash report to Mozilla. -->
<string name="mozac_lib_crash_notification_action_report">Informar</string>
@@ -34,7 +34,7 @@
<string name="mozac_lib_crash_activity_title">Informes de casques</string>
<!-- Text shown instead of crash list if no crashes have been submitted yet -->
- <string name="mozac_lib_crash_no_crashes">Nun s\'unvió nengún informe de casques.</string>
+ <string name="mozac_lib_crash_no_crashes">Nun s\'unvió nengún informe de casque.</string>
<!-- Text link that will show an app chooser to share a crash report with a third-party app (e.g. gmail) -->
<string name="mozac_lib_crash_share">Compartir</string>
diff --git a/mobile/android/android-components/components/lib/crash/src/main/res/values-zh-rCN/strings.xml b/mobile/android/android-components/components/lib/crash/src/main/res/values-zh-rCN/strings.xml
index 9a0bf4aadb..a71a9fc917 100644
--- a/mobile/android/android-components/components/lib/crash/src/main/res/values-zh-rCN/strings.xml
+++ b/mobile/android/android-components/components/lib/crash/src/main/res/values-zh-rCN/strings.xml
@@ -37,5 +37,5 @@
<string name="mozac_lib_crash_no_crashes">尚未提交任何崩溃报告。</string>
<!-- Text link that will show an app chooser to share a crash report with a third-party app (e.g. gmail) -->
- <string name="mozac_lib_crash_share">共享</string>
+ <string name="mozac_lib_crash_share">分享</string>
</resources>