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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Griebner <nils@nils-griebner.de>2018-06-22 00:15:48 +0300
committerNils Griebner <nils@nils-griebner.de>2018-06-22 00:15:48 +0300
commit7fca8da05eb6c03da5185f89dc8213fbc27c8b6b (patch)
treeaa6511e65cc23cdbffe368322a192384ce75fcdb /News-Android-App/src/main/res/values-en-rGB
parent5c0f3b4a1d5afab5a797842a0dcbc8e6fb5cc90b (diff)
Add string and translation for move feature related strings
Diffstat (limited to 'News-Android-App/src/main/res/values-en-rGB')
-rw-r--r--News-Android-App/src/main/res/values-en-rGB/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/values-en-rGB/strings.xml b/News-Android-App/src/main/res/values-en-rGB/strings.xml
index 8818c53e..13fd2160 100644
--- a/News-Android-App/src/main/res/values-en-rGB/strings.xml
+++ b/News-Android-App/src/main/res/values-en-rGB/strings.xml
@@ -227,5 +227,8 @@
<string name="array_sync_interval_hour_6">6 Hours</string>
<string name="array_sync_interval_hour_12">12 Hours</string>
<string name="array_sync_interval_hour_24">24 Hours</string>
+ <string name="feed_move_list_heading">"Move feed "</string>
+ <string name="action_feed_move">Move feed</string>
+ <string name="feed_move_list_description">Select folder to move feed in</string>
- </resources>
+</resources>