summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2019-10-20 18:14:22 +0200
committerThomas <tschneider.ac@gmail.com>2019-10-20 18:14:22 +0200
commit129a969802f8d050eaa27ce8e48991f1e4e01606 (patch)
treeb087738eac0f7916f8a7892da2f50ac0e4f86abf /app
parente8fa5010f1c8db7668ce4497a5e4cd3ee1c4485e (diff)
New translations strings.xml (Serbian (Cyrillic))
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values-sr/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
index 14ad307a7..10c6aed99 100644
--- a/app/src/main/res/values-sr/strings.xml
+++ b/app/src/main/res/values-sr/strings.xml
@@ -422,6 +422,10 @@
<string name="data_backup_notifications">Backup notifications for %1$s</string>
<string name="data_backup_success">%1$s нови тут је увежен</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>
@@ -1132,4 +1136,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>