summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2019-10-20 18:15:49 +0200
committerThomas <tschneider.ac@gmail.com>2019-10-20 18:15:49 +0200
commit8b9a022ac04aabfd18754248f9c883308cf67393 (patch)
treee46e310533b9e781be088f2886fcc542bb8edf7e
parent232da1c51893239f02dd23c31a6e320c272faeb7 (diff)
New translations strings.xml (Breton)
-rw-r--r--app/src/main/res/values-br/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values-br/strings.xml b/app/src/main/res/values-br/strings.xml
index fe07b2f6c..b7254caef 100644
--- a/app/src/main/res/values-br/strings.xml
+++ b/app/src/main/res/values-br/strings.xml
@@ -430,6 +430,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>No</item>
<item>Only</item>
@@ -1142,4 +1146,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>