Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-05-19 10:09:33 +0300
committerStefan Niedermann <info@niedermann.it>2021-05-19 10:09:33 +0300
commit3a2516d53cb17bcfc176087e9c6c92a7cda351d3 (patch)
tree8c5b01ad03b110d9e09006e13fb4899f4c824b7d /app/src/main/res/values/strings.xml
parent0589fd5cdf1b3c4937229ff47bfd8eaaaae7b586 (diff)
Fix a few a11y issues
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8a404469..d48d5d5e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -303,4 +303,6 @@
<string name="remove_account">Remove %1$s</string>
<string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">You have to be connected to the internet in order to add an account.</string>
+ <string name="simple_next">next</string>
+ <string name="simple_prev">Previous</string>
</resources>