]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Mark system theme as default also in the name strings.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 6 Jun 2020 14:40:00 +0000 (16:40 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 6 Jun 2020 14:40:00 +0000 (16:40 +0200)
As far as possible, some languages did not call the
dark theme "dark" but instead default, left those
unchanged.

res/values-de/arrays.xml
res/values-ru/arrays.xml
res/values-zh-rCN/arrays.xml
res/values/arrays.xml

index 105c39c2725cda3a532c220124275012d6504099..e87d0af5a579784b2fe20452b74ab06f23d20f5c 100644 (file)
@@ -11,8 +11,8 @@
 
   <string-array name="themes">
     <item>Hell</item>
-    <item>Dunkel (Standard)</item>
-    <item>Systemthema</item>
+    <item>Dunkel</item>
+    <item>Systemthema (Standard)</item>
   </string-array>
 
 </resources>
index 5c35f75e53f4a8692fe2083913e6ffdacbdd7159..3d4ef96b1dffcb41a58c49ff66afc7bca3c8bde6 100644 (file)
@@ -11,8 +11,8 @@
 
   <string-array name="themes">
     <item>Светлая тема</item>
-    <item>Тёмная тема (по умолчанию)</item>
-    <item>Системная тема</item>
+    <item>Тёмная тема</item>
+    <item>Системная тема (по умолчанию)</item>
   </string-array>
 
 </resources>
index a8b36195cd351c66a844bbdf0aab2ca7ee0549d9..675b8324639dbb428789e54fab78977d04b9668e 100644 (file)
@@ -11,8 +11,8 @@
 
   <string-array name="themes">
     <item>亮色主题</item>
-    <item>暗色主题(默认)</item>
-    <item>系统主题</item>
+    <item>暗色主题</item>
+    <item>系统主题(默认)</item>
   </string-array>
 
 </resources>
index 1cac2f67d86968321a7dd03c798c50cddfc69cb6..6b9b0da045accfec8d539a940dafc950c63e7b1c 100644 (file)
@@ -25,8 +25,8 @@
 
   <string-array name="themes">
     <item>Light theme</item>
-    <item>Dark theme (default)</item>
-    <item>System theme</item>
+    <item>Dark theme</item>
+    <item>System theme (default)</item>
   </string-array>
 
 </resources>