summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2019-10-20 18:13:05 +0200
committerThomas <tschneider.ac@gmail.com>2019-10-20 18:13:05 +0200
commitb7b4aabe5ac9bb0a1125f6da8bd97c95367ba178 (patch)
treebd07f001eae23e744e6e5d4b3c95e7fadb8e624f /app
parente452c1b6f2c73c2ca0dc005dfcb7cc12a5f74a52 (diff)
New translations strings.xml (Korean)
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values-ko/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index c25d17d11..1e89e9e46 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -414,6 +414,10 @@
<string name="data_backup_notifications">Backup notifications for %1$s</string>
<string name="data_backup_success">%1$s new toots have been imported</string>
<string name="data_backup_notification_success">%1$s new notifications have been imported</string>
+ <string-array name="filter_order">
+ <item>Dates descending</item>
+ <item>Dates ascending</item>
+ </string-array>
<string-array name="filter_select">
<item>아니오</item>
<item>오직</item>
@@ -1122,4 +1126,6 @@
<string name="long_api_error">The app received a very long error message from the API %1$s</string>
<string name="message_preview">Message preview</string>
<string name="report_mention">Add mentions in each message</string>
+ <string name="fetch_conversation">Fetching conversation</string>
+ <string name="order_by">Order by</string>
</resources>