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>2020-07-02 09:46:36 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-02 09:46:36 +0300
commit32bcd2616d9b81cc96b31e58b4af31c72748671f (patch)
treede4a5f61b029980828fe621fbb73229f236e5eda /app/src/main/res/values
parent0acc5373a460101b06f30816d44fca8f6b79c4e8 (diff)
Introduce quick actions for exception tips
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a4c8ae34..1c38315d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -301,4 +301,7 @@
<string name="simple_other">Other</string>
<string name="sort_last_modified">Sort by modified date</string>
<string name="sort_alphabetically">Sort by alphabet</string>
+ <string name="error_action_open_battery_settings">Battery settings</string>
+ <string name="error_action_open_deck_info">Open App info</string>
+ <string name="error_action_open_network">Network settings</string>
</resources>