summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml')
-rw-r--r--mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml b/mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml
new file mode 100644
index 0000000000..92a062a88f
--- /dev/null
+++ b/mobile/android/android-components/components/feature/findinpage/src/main/res/values-es-rMX/strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:tools="http://schemas.android.com/tools">
+
+ <!-- Watermark/Hint for the find in page input field. -->
+ <string name="mozac_feature_findindpage_input">Buscar en la página</string>
+
+ <!-- String to show the number of results found in the page and the
+ position the user is at. The first argument is the position, the second argument is the total. -->
+ <string name="mozac_feature_findindpage_result">%1$d/%2$d</string>
+
+ <!-- String to be read by the accessibility service presenting the number of results found in the page
+ and the position the user is at. The first argument is the position, the second argument is the total. -->
+ <string name="mozac_feature_findindpage_accessibility_result" tools:ignore="PluralsCandidate">%1$d de %2$d</string>
+
+ <!-- String to be read by the accessibility service when focusing the next result button. -->
+ <string name="mozac_feature_findindpage_next_result">Buscar resultado siguiente</string>
+
+ <!-- String to be read by the accessibility service when focusing the previous result button. -->
+ <string name="mozac_feature_findindpage_previous_result">Buscar resultado anterior</string>
+
+ <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI. -->
+ <string name="mozac_feature_findindpage_dismiss">Descartar buscar en página</string>
+
+</resources>