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:
authorNextcloud bot <bot@nextcloud.com>2019-06-07 05:48:54 +0300
committerNextcloud bot <bot@nextcloud.com>2019-06-07 05:48:54 +0300
commitb65783b743df95428e3fd55f4e20062c03cab3a4 (patch)
tree7ee39a99cb8f4f1bbbefa0fed5892a74b348717e /News-Android-App/src/main/res/values-de
parenta77750f12856d2a8827898873509dfa3a36a6993 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'News-Android-App/src/main/res/values-de')
-rw-r--r--News-Android-App/src/main/res/values-de/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-de/strings.xml b/News-Android-App/src/main/res/values-de/strings.xml
index f81115ee..32432e5e 100644
--- a/News-Android-App/src/main/res/values-de/strings.xml
+++ b/News-Android-App/src/main/res/values-de/strings.xml
@@ -26,6 +26,9 @@
<string name="tv_showing_cached_version">Zwischengespeicherte Version wird angezeigt</string>
+ <string name="permission_req_location_twilight_title">Automatisch helles/dunkles Thema</string>
+ <string name="permission_req_location_twilight_text">Um automatisch zwischen dem dunklen und dem helen Thema umschalten zu können, ist es erforderlich den Gerätestandort abzufragen um die Sonnenaufgangs- und -untergangszeiten zu bestimmen.</string>
+
<!-- Action Bar Items -->
<string name="action_starred">Favorisiert</string>
<string name="action_read">Gelesen</string>
@@ -40,6 +43,9 @@
<string name="action_textToSpeech">Vorlesen</string>
<string name="action_search">Suchen</string>
<string name="action_download_articles_offline">Artikel zum offline-Lesen herunterladen.</string>
+ <!-- notifications -->
+ <string name="notification_download_articles_offline">Artikel zum offline-Lesen herunterladen.</string>
+ <string name="notification_download_images_offline">Lade Bilder zum offline-Lesen herunter</string>
<plurals name="notification_new_items_ticker">
<item quantity="one">Sie haben %d neuen ungelesenen Eintrag</item>
<item quantity="other">Sie haben %d neue ungelesene Einträge</item>