summaryrefslogtreecommitdiff
path: root/android/source/res/values/strings.xml
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-11-09 10:24:13 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-11-09 12:59:28 +0100
commita21e7a76d745750dcea14bc6311e4f1766c3fa45 (patch)
tree1f6fdc7c04a6094a8a4564d6c969bd4c9ea85766 /android/source/res/values/strings.xml
parent7938b495947e4311924bea7724a24c10e363de42 (diff)
android a11y: Add content labels
Add a few content labels, so screen readers can present these UI elements in a more meaningful way. Reported by Google Play CI: > This item may not have a label readable by screen readers. > Learn more [1] [1] https://support.google.com/accessibility/android/answer/7158690 Change-Id: Ic8e8885ed132367426207fad652e324ea4eb0790 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159206 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android/source/res/values/strings.xml')
-rw-r--r--android/source/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index 2cce872808e9..37ed16e4503c 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -15,6 +15,7 @@
<string name="about_notice">Show Notice</string>
<string name="about_moreinfo">More Info</string>
+ <string name="create_file">Create New File</string>
<string name="new_textdocument">New Text Document</string>
<string name="new_presentation">New Presentation</string>
<string name="new_spreadsheet">New Spreadsheet</string>
@@ -26,6 +27,8 @@
<string name="browser_app_name">LibreOffice Browser</string>
<string name="menu_search">Search</string>
<string name="search_not_found">Keyword not found</string>
+ <string name="search_find_next">Find Next</string>
+ <string name="search_find_previous">Find Previous</string>
<string name="menu_preferences">Preferences</string>
<string name="file_icon_desc">fileicon</string>
<string name="title_recents">Recent files</string>