diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-21 20:22:11 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-21 20:22:11 -0400 |
commit | bbafb7b65ce655c1fdda8badd3098d2a0e1f7f08 (patch) | |
tree | 354b0bb6f021af54d1e3586e3e9bda064ad4ef02 /app/src/main/res/values-nl-rNL/strings_pref_notifications.xml | |
parent | e5eb928feacba8d1c634ad8e5d85259ae161cabd (diff) | |
parent | f0f95295bdb2b853aa6262ec4bed2353ce326eee (diff) | |
download | frost-bbafb7b65ce655c1fdda8badd3098d2a0e1f7f08.tar.gz frost-bbafb7b65ce655c1fdda8badd3098d2a0e1f7f08.tar.bz2 frost-bbafb7b65ce655c1fdda8badd3098d2a0e1f7f08.zip |
Merge dev
Diffstat (limited to 'app/src/main/res/values-nl-rNL/strings_pref_notifications.xml')
-rw-r--r-- | app/src/main/res/values-nl-rNL/strings_pref_notifications.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app/src/main/res/values-nl-rNL/strings_pref_notifications.xml b/app/src/main/res/values-nl-rNL/strings_pref_notifications.xml new file mode 100644 index 00000000..643eab00 --- /dev/null +++ b/app/src/main/res/values-nl-rNL/strings_pref_notifications.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="notification_frequency">Interval notificaties</string> + <string name="no_notifications">Geen notificaties</string> + <string name="notification_keywords">Trefwoorden</string> + <string name="notification_keywords_desc">Toon geen notificaties die een van de opgegeven trefwoorden bevatten.</string> + <string name="add_keyword">Trefwoord toevoegen</string> + <string name="hint_keyword">Typ een woord en druk op +</string> + <string name="empty_keyword">Leeg trefwoord</string> + <string name="notification_general">Algemene notificaties inschakelen</string> + <string name="notification_general_desc">Toon algemene notificaties voor het huidige account.</string> + <string name="notification_general_all_accounts">Algemene notificaties voor alle accounts</string> + <string name="notification_general_all_accounts_desc">Toon algemene notificaties voor alle ingelogde accounts.</string> + <string name="notification_messages">Notifications voor berichten</string> + <string name="notification_messages_desc">Toon notificaties voor berichten op het huidige account.</string> + <string name="notification_messages_all_accounts">Notificaties voor berichten van alle accounts</string> + <string name="notification_messages_all_accounts_desc">Toon notificaties voor berichten van alle accounts</string> + <string name="notification_fetch_now">Notificaties ophalen</string> + <string name="notification_fetch_now_desc">Haal nu eenmalig notificaties op.</string> + <string name="notification_fetch_success">Notificaties ophalen…</string> + <string name="notification_fetch_fail">Kon geen notificaties ophalen</string> + <string name="notification_sound">Geluid voor notificaties</string> + <string name="notification_channel">Geluid voor notificaties kiezen</string> + <string name="notification_channel_desc">Pas geluid, trillen, prioriteit etc. aan</string> + <string name="notification_ringtone">Geluid voor notificaties</string> + <string name="message_ringtone">Geluid voor berichten</string> + <string name="select_ringtone">Kies geluid</string> + <string name="notification_vibrate">Trillen bij notificaties</string> + <string name="notification_lights">Licht bij notificaties</string> +</resources> |