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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-21 09:48:18 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-04-21 15:26:52 +0300
commit117ca6873f23339c501d744ab1bbe2457daf0269 (patch)
tree9263b1ce818167eb96b6e3384aec9a91d0f75e87 /app/src/main/res/values
parentfb63992e90482a91cfe5898f482966e9c00492fc (diff)
#60 Context menu for stacks
Diffstat (limited to 'app/src/main/res/values')
-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 1e060cfb1..b79163a19 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -185,4 +185,6 @@
<string name="error_revoking_ac">Error while revoking the access for %1$s</string>
<string name="maintenance_mode">Server in maintenance mode</string>
<string name="simple_switch">Switch</string>
+ <string name="move_list_right">Move list right</string>
+ <string name="move_list_left">Move list left</string>
</resources>