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:
authorDaniel <dk.mailbox@gmx.net>2018-09-23 23:30:55 +0300
committerDaniel <dk.mailbox@gmx.net>2018-09-23 23:42:17 +0300
commit08c6f661d91fccaa44dd537ace6cecefa851c276 (patch)
treed3ec743f1ee9d7bdb9206b31f8bf6673e3a1248a /News-Android-App/src/main/res/values-ru
parentc4c339e75f7641886ee20ae90bf7d6a76c1b9bcb (diff)
Issue #660 - changed theme setting to nightmode selection, update isDarkTheme(), changed settings default to NightMode=Auto
Diffstat (limited to 'News-Android-App/src/main/res/values-ru')
-rw-r--r--News-Android-App/src/main/res/values-ru/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/News-Android-App/src/main/res/values-ru/strings.xml b/News-Android-App/src/main/res/values-ru/strings.xml
index 667ddd0f..d5be3ce8 100644
--- a/News-Android-App/src/main/res/values-ru/strings.xml
+++ b/News-Android-App/src/main/res/values-ru/strings.xml
@@ -174,9 +174,9 @@
<string name="pref_display_news_detail_actionbar_icons_title">Значки действия (подробный просмотр)</string>
- <string name="pref_display_apptheme_dark">Тёмная</string>
- <string name="pref_display_apptheme_dark_oled">Тёмная (для OLED экранов)</string>
- <string name="pref_display_apptheme_light">Светлая</string>
+ <string name="pref_display_apptheme_night">Тёмная</string>
+ <string name="pref_display_apptheme_auto">Тёмная (для OLED экранов)</string>
+ <string name="pref_display_apptheme_day">Светлая</string>
<string name="pref_display_browser_cct">Встроенные настраиваемые ярлыки Chrome</string>
<string name="pref_display_browser_built_in">Встроенный браузер</string>