[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-d1-dev am: 6c576156eb -s ours
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/19693683
Change-Id: Iabf2a504f0ed49dd78218f978f06969f01fa9cd8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index c85fd2b..7bbbb10 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,22 +24,6 @@
srcs: [
"src/**/*.java",
"src/**/*.kt",
- // Min requirement for CustomizationInjector and StatsLogUserEventLogger to build without Clock and Theme feature.
- "src/com/android/customization/model/clock/BaseClockManager.java",
- "src/com/android/customization/model/clock/Clockface.java",
- "src/com/android/customization/model/clock/ClockManager.java",
- "src/com/android/customization/model/clock/ClockProvider.java",
- "src/com/android/customization/model/theme/OverlayManagerCompat.java",
- "src/com/android/customization/model/theme/ThemeBundleProvider.java",
- "src/com/android/customization/model/theme/ThemeManager.java",
- "src/com/android/customization/model/theme/ThemeBundle.java",
- "src/com/android/customization/model/theme/custom/CustomTheme.java",
- ],
- exclude_srcs: [
- "src/com/android/customization/model/clock/**/*.java",
- "src/com/android/customization/model/theme/**/*.java",
- "src/com/android/customization/picker/clock/**/*.java",
- "src/com/android/customization/picker/theme/**/*.java",
],
}
@@ -54,7 +38,7 @@
name: "ThemePicker_res",
tools: ["soong_zip"],
srcs: [
- "res/**/*"
+ "res/**/*",
],
out: ["ThemePicker_res.zip"],
cmd: "INPUTS=($(in)) && "
@@ -89,6 +73,10 @@
"src_override/**/*.kt",
],
+ resource_dirs: [
+ "res_override",
+ ],
+
use_embedded_native_libs: true,
resource_zips: [":WallpaperPicker2_res", ":ThemePicker_res"],
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ff8f187..ee96ae3 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,6 +13,8 @@
<queries>
<!-- Specific intents Wallpaper picker query for -->
+ <!-- Package for theme stub -->
+ <package android:name="com.android.customization.themes" />
<!-- Intent filter with action SET_WALLPAPER -->
<intent>
<action android:name="android.intent.action.SET_WALLPAPER" />
diff --git a/res/drawable/ic_clock_24px.xml b/res/drawable/ic_clock_24px.xml
new file mode 100644
index 0000000..b3f1fee
--- /dev/null
+++ b/res/drawable/ic_clock_24px.xml
@@ -0,0 +1,25 @@
+<!--
+ Copyright (C) 2022 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24"
+ android:tint="?attr/colorControlNormal">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M15.3,16.7 L16.7,15.3 13,11.6V7H11V12.4ZM12,22Q9.925,22 8.1,21.212Q6.275,20.425 4.925,19.075Q3.575,17.725 2.788,15.9Q2,14.075 2,12Q2,9.925 2.788,8.1Q3.575,6.275 4.925,4.925Q6.275,3.575 8.1,2.787Q9.925,2 12,2Q14.075,2 15.9,2.787Q17.725,3.575 19.075,4.925Q20.425,6.275 21.212,8.1Q22,9.925 22,12Q22,14.075 21.212,15.9Q20.425,17.725 19.075,19.075Q17.725,20.425 15.9,21.212Q14.075,22 12,22ZM12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12Q12,12 12,12ZM12,20Q15.325,20 17.663,17.663Q20,15.325 20,12Q20,8.675 17.663,6.337Q15.325,4 12,4Q8.675,4 6.338,6.337Q4,8.675 4,12Q4,15.325 6.338,17.663Q8.675,20 12,20Z"/>
+</vector>
\ No newline at end of file
diff --git a/res/layout/check_circle_grey_large_not_select_background_color.xml b/res/layout/check_circle_grey_large_not_select_background_color.xml
new file mode 100644
index 0000000..c023611
--- /dev/null
+++ b/res/layout/check_circle_grey_large_not_select_background_color.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2021 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<selector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
+ <item android:color="?androidprv:attr/textColorSecondaryInverse" />
+</selector>
\ No newline at end of file
diff --git a/res/layout/clock_section_view.xml b/res/layout/clock_section_view.xml
new file mode 100644
index 0000000..d95e651
--- /dev/null
+++ b/res/layout/clock_section_view.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2022 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<com.android.customization.picker.clock.ClockSectionView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="?selectableItemBackground"
+ android:clickable="true"
+ android:paddingVertical="@dimen/section_top_padding"
+ android:paddingHorizontal="@dimen/section_horizontal_padding"
+ android:orientation="horizontal">
+
+ <LinearLayout
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:orientation="vertical">
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/clock_title"
+ style="@style/SectionTitleTextStyle" />
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/clock_description"
+ style="@style/SectionSubtitleTextStyle"/>
+ </LinearLayout>
+
+ <ImageView
+ android:layout_width="@dimen/option_tile_width"
+ android:layout_height="@dimen/option_tile_width"
+ android:scaleType="center"
+ android:src="@drawable/ic_clock_24px"
+ android:background="@drawable/option_border_color"
+ android:contentDescription="@string/clock_picker_entry_content_description" />
+
+</com.android.customization.picker.clock.ClockSectionView>
\ No newline at end of file
diff --git a/res/layout/dark_mode_section_view.xml b/res/layout/dark_mode_section_view.xml
index b9ab0e3..e1b4b81 100644
--- a/res/layout/dark_mode_section_view.xml
+++ b/res/layout/dark_mode_section_view.xml
@@ -40,6 +40,7 @@
android:background="@null"
android:clickable="false"
android:focusable="false"
+ android:minHeight="0dp"
style="@style/Switch.SettingsLib" />
</com.android.customization.picker.mode.DarkModeSectionView>
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 4a6733e..9cda091 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Muurpapier en styl"</string>
<string name="theme_title" msgid="2144932106319405101">"Styl"</string>
- <string name="clock_title" msgid="2126046720254613991">"Horlosie"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Gepasmaakte horlosie"</string>
+ <string name="clock_description" msgid="3563839327378948">"Kies gepasmaakte horlosie"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Verander ’n gepasmaakte horlosie"</string>
<string name="grid_title" msgid="1688173478777254123">"Programrooster"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Pas toe"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tik om te wysig"</string>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 592ad89..60d25a8 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ልጣፍ እና ቅጥ"</string>
<string name="theme_title" msgid="2144932106319405101">"ቅጥ"</string>
- <string name="clock_title" msgid="2126046720254613991">"ሰዓት"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"የመተግበሪያ ፍርግርግ"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ተግብር"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ለማርትዕ መታ ያድርጉ"</string>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index ef802d2..574a433 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"الخلفية والنمط"</string>
<string name="theme_title" msgid="2144932106319405101">"النمط"</string>
- <string name="clock_title" msgid="2126046720254613991">"الساعة"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"شبكة التطبيقات"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"تطبيق"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"انقُر للتعديل."</string>
diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml
index fb72239..83a1d31 100644
--- a/res/values-as/strings.xml
+++ b/res/values-as/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ৱালপেপাৰ আৰু শৈলী"</string>
<string name="theme_title" msgid="2144932106319405101">"শৈলী"</string>
- <string name="clock_title" msgid="2126046720254613991">"ঘড়ী"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"এপৰ গ্ৰিড"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"প্ৰয়োগ কৰক"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"সম্পাদনা কৰিবলৈ টিপক"</string>
diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml
index 2d8209b..79ecb46 100644
--- a/res/values-az/strings.xml
+++ b/res/values-az/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Divar kağızı və üslub"</string>
<string name="theme_title" msgid="2144932106319405101">"Üslub"</string>
- <string name="clock_title" msgid="2126046720254613991">"Saat"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Fərdi Saat"</string>
+ <string name="clock_description" msgid="3563839327378948">"Fərdi saat seç"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Fərdi saatı dəyişdir"</string>
<string name="grid_title" msgid="1688173478777254123">"Tətbiq toru"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Tətbiq edin"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Redaktə etmək üçün klikləyin"</string>
diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml
index d8aacd6..e3e1c3d 100644
--- a/res/values-b+sr+Latn/strings.xml
+++ b/res/values-b+sr+Latn/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Pozadina i stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Sat"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Mreža apl."</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Primeni"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da biste izmenili"</string>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 4151478..c107bcd 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Шпалеры і стыль"</string>
<string name="theme_title" msgid="2144932106319405101">"Стыль"</string>
- <string name="clock_title" msgid="2126046720254613991">"Гадзіннік"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Сетка праграм"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Ужыць"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Дакраніцеся, каб рэдагаваць"</string>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 849af69..6837b29 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Тапет и стил"</string>
<string name="theme_title" msgid="2144932106319405101">"Стил"</string>
- <string name="clock_title" msgid="2126046720254613991">"Часовник"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Решетка с прил."</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Прилагане"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Докоснете, за да редактирате"</string>
diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml
index b1c9abe..b181764 100644
--- a/res/values-bn/strings.xml
+++ b/res/values-bn/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ওয়ালপেপার এবং স্টাইল"</string>
<string name="theme_title" msgid="2144932106319405101">"স্টাইল"</string>
- <string name="clock_title" msgid="2126046720254613991">"ঘড়ি"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"অ্যাপ গ্রিড"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"প্রয়োগ করুন"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"এডিট করতে ট্যাপ করুন"</string>
diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml
index 11c4587..c850c97 100644
--- a/res/values-bs/strings.xml
+++ b/res/values-bs/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Pozadinska slika i stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Sat"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Prilagođeni sat"</string>
+ <string name="clock_description" msgid="3563839327378948">"Odaberite prilagođeni sat"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Promijenite prilagođeni sat"</string>
<string name="grid_title" msgid="1688173478777254123">"Mreža aplikacija"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Primijeni"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da uredite"</string>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index f9a3a33..0bae83d 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Estil i fons de pantalla"</string>
<string name="theme_title" msgid="2144932106319405101">"Estil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Rellotge"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Quadrícula d\'apps"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplica"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca per editar"</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 3bdbe89..5b9f517 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Tapeta a styl"</string>
<string name="theme_title" msgid="2144932106319405101">"Styl"</string>
- <string name="clock_title" msgid="2126046720254613991">"Hodiny"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Mřížka aplikací"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Použít"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Klepnutím upravte"</string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 68fe7b3..32a1374 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Baggrund og stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Ur"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Appgitter"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Anvend"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tryk for at redigere"</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index c55bffb..99f5697 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Hintergrund & Stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Design"</string>
- <string name="clock_title" msgid="2126046720254613991">"Uhr"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"App-Raster"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Anwenden"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Zum Bearbeiten tippen"</string>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index db4400f..5fe9043 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Ταπετσαρία και στιλ"</string>
<string name="theme_title" msgid="2144932106319405101">"Στιλ"</string>
- <string name="clock_title" msgid="2126046720254613991">"Ρολόι"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Προσαρ. ρολόι"</string>
+ <string name="clock_description" msgid="3563839327378948">"Επιλογή προσαρ. ρολογιού"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Αλλαγή προσαρ. ρολογιού"</string>
<string name="grid_title" msgid="1688173478777254123">"Πλέγμα εφαρμ."</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Εφαρμογή"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Πατήστε για επεξεργασία"</string>
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index afd6deb..6a8ca3d 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper and style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Clock"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string>
+ <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string>
<string name="grid_title" msgid="1688173478777254123">"App grid"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string>
diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml
index afd6deb..6a8ca3d 100644
--- a/res/values-en-rCA/strings.xml
+++ b/res/values-en-rCA/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper and style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Clock"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string>
+ <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string>
<string name="grid_title" msgid="1688173478777254123">"App grid"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index afd6deb..6a8ca3d 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper and style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Clock"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string>
+ <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string>
<string name="grid_title" msgid="1688173478777254123">"App grid"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index afd6deb..6a8ca3d 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper and style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Clock"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Custom clock"</string>
+ <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string>
<string name="grid_title" msgid="1688173478777254123">"App grid"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string>
diff --git a/res/values-en-rXC/strings.xml b/res/values-en-rXC/strings.xml
index 8ed71cd..0dea21b 100644
--- a/res/values-en-rXC/strings.xml
+++ b/res/values-en-rXC/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper & style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Clock"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Custom Clock"</string>
+ <string name="clock_description" msgid="3563839327378948">"Pick a custom clock"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Change a custom clock"</string>
<string name="grid_title" msgid="1688173478777254123">"App grid"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Apply"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tap to edit"</string>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 0eb30c7..d274df4 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Fondo de pantalla y estilo"</string>
<string name="theme_title" msgid="2144932106319405101">"Estilo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Reloj"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Cuadr. de apps"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Presiona para editar"</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index c45e390..6aceec2 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Fondo de pantalla y estilo"</string>
<string name="theme_title" msgid="2144932106319405101">"Estilo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Reloj"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Reloj personalizado"</string>
+ <string name="clock_description" msgid="3563839327378948">"Elige un reloj personalizado"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Cambiar reloj personalizado"</string>
<string name="grid_title" msgid="1688173478777254123">"Cuadrícula de apps"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca para editar"</string>
diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml
index 2a6e051..2af251b 100644
--- a/res/values-et/strings.xml
+++ b/res/values-et/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Taustapilt ja stiil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stiil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Kell"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Rak. ruudustik"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Rakenda"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Puudutage muutmiseks"</string>
diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml
index d282c81..b7e748c 100644
--- a/res/values-eu/strings.xml
+++ b/res/values-eu/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Horma-papera eta estiloa"</string>
<string name="theme_title" msgid="2144932106319405101">"Estiloa"</string>
- <string name="clock_title" msgid="2126046720254613991">"Erlojua"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Esfera pertsonalizatuak"</string>
+ <string name="clock_description" msgid="3563839327378948">"Hautatu esfera pertsonalizatu bat"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Aldatu esfera pertsonalizatua"</string>
<string name="grid_title" msgid="1688173478777254123">"Aplikazioen sareta"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplikatu"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Sakatu editatzeko"</string>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 4a5f763..d1a0f65 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"کاغذدیواری و سبک"</string>
<string name="theme_title" msgid="2144932106319405101">"سبک"</string>
- <string name="clock_title" msgid="2126046720254613991">"ساعت"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"جدول برنامه"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"اعمال"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"برای ویرایش ضربه بزنید"</string>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 37f57b8..fe8c4be 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Taustakuva ja tyyli"</string>
<string name="theme_title" msgid="2144932106319405101">"Tyyli"</string>
- <string name="clock_title" msgid="2126046720254613991">"Kello"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Ruudukko"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Käytä"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Muokkaa napauttamalla"</string>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index c271e5c..0d0d44d 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Fond d\'écran et style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Horloge"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Horloge personnalisée"</string>
+ <string name="clock_description" msgid="3563839327378948">"Choisissez une horloge personnalisée"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifiez une horloge personnalisée"</string>
<string name="grid_title" msgid="1688173478777254123">"Grille d\'applis"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Appliquer"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toucher pour modifier"</string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index f6b5546..2d3abae 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Fond d\'écran et style"</string>
<string name="theme_title" msgid="2144932106319405101">"Style"</string>
- <string name="clock_title" msgid="2126046720254613991">"Horloge"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Grille d\'applis"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Appliquer"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Appuyer pour modifier"</string>
diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml
index 0d0ee27..7428057 100644
--- a/res/values-gl/strings.xml
+++ b/res/values-gl/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Estilo e fondo de pantalla"</string>
<string name="theme_title" msgid="2144932106319405101">"Estilo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Reloxo"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Grade de apps"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toca para editar"</string>
diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml
index 1ff79ad..4f501b2 100644
--- a/res/values-gu/strings.xml
+++ b/res/values-gu/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"વૉલપેપર અને સ્ટાઇલ"</string>
<string name="theme_title" msgid="2144932106319405101">"શૈલી"</string>
- <string name="clock_title" msgid="2126046720254613991">"ઘડિયાળ"</string>
+ <string name="clock_title" msgid="1974314575211361352">"કસ્ટમ ઘડિયાળ"</string>
+ <string name="clock_description" msgid="3563839327378948">"કસ્ટમ ઘડિયાળ ચૂંટો"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"કસ્ટમ ઘડિયાળ બદલો"</string>
<string name="grid_title" msgid="1688173478777254123">"ઍપ ગ્રિડ"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"લાગુ કરો"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ફેરફાર કરવા માટે ટૅપ કરો"</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index a207bfe..20a21cb 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"वॉलपेपर और स्टाइल"</string>
<string name="theme_title" msgid="2144932106319405101">"शैली"</string>
- <string name="clock_title" msgid="2126046720254613991">"घड़ी"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ऐप्लिकेशन ग्रिड"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"लागू करें"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"बदलाव करने के लिए टैप करें"</string>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index b603fa6..bb33da1 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Pozadina i stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Sat"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Prilagođeni sat"</string>
+ <string name="clock_description" msgid="3563839327378948">"Odaberite prilagođeni sat"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Promijenite prilagođeni sat"</string>
<string name="grid_title" msgid="1688173478777254123">"Rešetka aplik."</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Primijeni"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dodirnite da biste uredili"</string>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index 620d36c..ea6ead6 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Háttérkép és stílus"</string>
<string name="theme_title" msgid="2144932106319405101">"Stílus"</string>
- <string name="clock_title" msgid="2126046720254613991">"Óra"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Alkalmazásrács"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Alkalmaz"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Koppintson a szerkesztéshez"</string>
diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml
index 7c7d059..22fef82 100644
--- a/res/values-hy/strings.xml
+++ b/res/values-hy/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Պաստառ և ոճ"</string>
<string name="theme_title" msgid="2144932106319405101">"Ոճ"</string>
- <string name="clock_title" msgid="2126046720254613991">"Ժամացույց"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Հավելվածների ցանց"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Կիրառել"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Հպեք՝ փոփոխելու համար"</string>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index ddb5d4f..40e0077 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper & gaya"</string>
<string name="theme_title" msgid="2144932106319405101">"Gaya"</string>
- <string name="clock_title" msgid="2126046720254613991">"Jam"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Petak aplikasi"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Terapkan"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ketuk untuk mengedit"</string>
diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml
index 9312a5c..9f871bd 100644
--- a/res/values-is/strings.xml
+++ b/res/values-is/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Veggfóður og stíll"</string>
<string name="theme_title" msgid="2144932106319405101">"Stíll"</string>
- <string name="clock_title" msgid="2126046720254613991">"Klukka"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Forritatafla"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Nota"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ýttu til að breyta"</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 08df999..e1747d5 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Sfondo e stile"</string>
<string name="theme_title" msgid="2144932106319405101">"Stile"</string>
- <string name="clock_title" msgid="2126046720254613991">"Orologio"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Griglia di app"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Applica"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tocca per modificare"</string>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 5d9e2d9..857864b 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"טפט וסגנון"</string>
<string name="theme_title" msgid="2144932106319405101">"סגנון"</string>
- <string name="clock_title" msgid="2126046720254613991">"שעון"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"תצוגת האפליקציות"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"אישור"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"יש להקיש כדי לערוך"</string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index f6a20d3..7eafb66 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"壁紙とスタイル"</string>
<string name="theme_title" msgid="2144932106319405101">"スタイル"</string>
- <string name="clock_title" msgid="2126046720254613991">"時計"</string>
+ <string name="clock_title" msgid="1974314575211361352">"カスタム文字盤"</string>
+ <string name="clock_description" msgid="3563839327378948">"文字盤の選択"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"文字盤の変更"</string>
<string name="grid_title" msgid="1688173478777254123">"アプリグリッド"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"適用"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"タップして編集"</string>
diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml
index 7fb2f96..8a8a3ff 100644
--- a/res/values-ka/strings.xml
+++ b/res/values-ka/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ფონი და სტილი"</string>
<string name="theme_title" msgid="2144932106319405101">"სტილი"</string>
- <string name="clock_title" msgid="2126046720254613991">"საათი"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"აპების ბადე"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"მისადაგება"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"შეეხეთ რედაქტირებისთვის"</string>
diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml
index 3d90d07..f2fcdc6 100644
--- a/res/values-kk/strings.xml
+++ b/res/values-kk/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Тұсқағаз және стиль"</string>
<string name="theme_title" msgid="2144932106319405101">"Стиль"</string>
- <string name="clock_title" msgid="2126046720254613991">"Cағат"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Қолданба торы"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Қолдану"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Өзгерту үшін түртіңіз"</string>
diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml
index ea34d0d..adf6f52 100644
--- a/res/values-km/strings.xml
+++ b/res/values-km/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ផ្ទាំងរូបភាព និងរចនាប័ទ្ម"</string>
<string name="theme_title" msgid="2144932106319405101">"រចនាប័ទ្ម"</string>
- <string name="clock_title" msgid="2126046720254613991">"នាឡិកា"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ក្រឡាកម្មវិធី"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ប្រើ"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ចុច ដើម្បីកែ"</string>
diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml
index 95d8df3..f1b6efe 100644
--- a/res/values-kn/strings.xml
+++ b/res/values-kn/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ವಾಲ್ಪೇಪರ್ ಮತ್ತು ಶೈಲಿ"</string>
<string name="theme_title" msgid="2144932106319405101">"ಶೈಲಿ"</string>
- <string name="clock_title" msgid="2126046720254613991">"ಗಡಿಯಾರ"</string>
+ <string name="clock_title" msgid="1974314575211361352">"ಕಸ್ಟಮ್ ಗಡಿಯಾರ"</string>
+ <string name="clock_description" msgid="3563839327378948">"ಕಸ್ಟಮ್ ವಾಚ್ ಪಿಕ್"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ಕಸ್ಟಮ್ ಗಡಿಯಾರ ಬದಲಿಸಿ"</string>
<string name="grid_title" msgid="1688173478777254123">"ಆ್ಯಪ್ ಗ್ರಿಡ್"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ಅನ್ವಯಿಸಿ"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ಎಡಿಟ್ ಮಾಡಲು ಟ್ಯಾಪ್ ಮಾಡಿ"</string>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 25e7d43..feae430 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"배경화면 및 스타일"</string>
<string name="theme_title" msgid="2144932106319405101">"스타일"</string>
- <string name="clock_title" msgid="2126046720254613991">"시계"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"앱 그리드"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"적용"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"탭하여 수정"</string>
diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml
index f7b60ef..e292d1e 100644
--- a/res/values-ky/strings.xml
+++ b/res/values-ky/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Тушкагаз жана стиль"</string>
<string name="theme_title" msgid="2144932106319405101">"Стиль"</string>
- <string name="clock_title" msgid="2126046720254613991">"Саат"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Жеке саат"</string>
+ <string name="clock_description" msgid="3563839327378948">"Жеке саатты тандоо"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Жеке саатты өзгөртүү"</string>
<string name="grid_title" msgid="1688173478777254123">"Колдонмонун торчосу"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Колдонуу"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Өзгөртүү үчүн таптап коюңуз"</string>
diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml
index 8fe51ba..91548a5 100644
--- a/res/values-lo/strings.xml
+++ b/res/values-lo/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ຮູບພື້ນຫຼັງ ແລະ ຮູບແບບ"</string>
<string name="theme_title" msgid="2144932106319405101">"ຮູບແບບ"</string>
- <string name="clock_title" msgid="2126046720254613991">"ໂມງ"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ຕາຕະລາງແອັບ"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ນຳໃຊ້"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ແຕະເພື່ອແກ້ໄຂ"</string>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index 02b289b..5ca42dd 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Ekrano fonas ir stilius"</string>
<string name="theme_title" msgid="2144932106319405101">"Stilius"</string>
- <string name="clock_title" msgid="2126046720254613991">"Laikrodis"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Pr. tinklelis"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Taikyti"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Palieskite ir redaguokite"</string>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index f8fb310..1e0d6c4 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Fona tapete un stils"</string>
<string name="theme_title" msgid="2144932106319405101">"Stils"</string>
- <string name="clock_title" msgid="2126046720254613991">"Pulkstenis"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Lietotņu režģis"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Lietot"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Pieskarieties, lai rediģētu"</string>
diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml
index 197058c..b81d472 100644
--- a/res/values-mk/strings.xml
+++ b/res/values-mk/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Тапет и стил"</string>
<string name="theme_title" msgid="2144932106319405101">"Стил"</string>
- <string name="clock_title" msgid="2126046720254613991">"Часовник"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Приспособен часовник"</string>
+ <string name="clock_description" msgid="3563839327378948">"Изберете приспособен часовник"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Променете го приспособениот часовник"</string>
<string name="grid_title" msgid="1688173478777254123">"Мрежа"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Примени"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Допрете за да измените"</string>
diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml
index 91ae2dc..704dc54 100644
--- a/res/values-ml/strings.xml
+++ b/res/values-ml/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"വാൾപേപ്പറും സ്റ്റൈലും"</string>
<string name="theme_title" msgid="2144932106319405101">"സ്റ്റൈൽ"</string>
- <string name="clock_title" msgid="2126046720254613991">"ക്ലോക്ക്"</string>
+ <string name="clock_title" msgid="1974314575211361352">"കസ്റ്റം ക്ലോക്ക്"</string>
+ <string name="clock_description" msgid="3563839327378948">"കസ്റ്റം ക്ലോക്ക് തിരഞ്ഞെടുക്കൂ"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"ഇഷ്ടാനുസൃത ക്ലോക്ക് മാറ്റൂ"</string>
<string name="grid_title" msgid="1688173478777254123">"ആപ്പ് ഗ്രിഡ്"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"പ്രയോഗിക്കുക"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"എഡിറ്റ് ചെയ്യാൻ ടാപ്പ് ചെയ്യുക"</string>
diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml
index 6fc45b5..061e03f 100644
--- a/res/values-mn/strings.xml
+++ b/res/values-mn/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Дэлгэцийн зураг, загвар"</string>
<string name="theme_title" msgid="2144932106319405101">"Загвар"</string>
- <string name="clock_title" msgid="2126046720254613991">"Цаг"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Аппын хүснэгт"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Ашиглах"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Засахын тулд товшино уу"</string>
diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml
index 0eba26e..e266da9 100644
--- a/res/values-mr/strings.xml
+++ b/res/values-mr/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"वॉलपेपर आणि शैली"</string>
<string name="theme_title" msgid="2144932106319405101">"शैली"</string>
- <string name="clock_title" msgid="2126046720254613991">"घड्याळ"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ॲप ग्रिड"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"लागू करा"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"संपादित करण्यासाठी टॅप करा"</string>
diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml
index a241339..54e1b8b 100644
--- a/res/values-ms/strings.xml
+++ b/res/values-ms/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Kertas dinding & gaya"</string>
<string name="theme_title" msgid="2144932106319405101">"Gaya"</string>
- <string name="clock_title" msgid="2126046720254613991">"Jam"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Jam Tersuai"</string>
+ <string name="clock_description" msgid="3563839327378948">"Pilih jam tersuai"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Tukar jam tersuai"</string>
<string name="grid_title" msgid="1688173478777254123">"Grid apl"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Gunakan"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Ketik untuk edit"</string>
diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml
index 57e3dc7..9d5a12b 100644
--- a/res/values-my/strings.xml
+++ b/res/values-my/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"နောက်ခံနှင့် ပုံစံ"</string>
<string name="theme_title" msgid="2144932106319405101">"ပုံစံ"</string>
- <string name="clock_title" msgid="2126046720254613991">"နာရီ"</string>
+ <string name="clock_title" msgid="1974314575211361352">"စိတ်ကြိုက်နာရီ"</string>
+ <string name="clock_description" msgid="3563839327378948">"စိတ်ကြိုက်နာရီရွေးပါ"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"စိတ်ကြိုက်နာရီ ပြောင်းနိုင်သည်"</string>
<string name="grid_title" msgid="1688173478777254123">"အက်ပ်ဇယား"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"အသုံးပြုရန်"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"တည်းဖြတ်ရန် တို့ပါ"</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index a82f28b..c5baa00 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Bakgrunn og stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Klokke"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Tilpasset klokke"</string>
+ <string name="clock_description" msgid="3563839327378948">"Velg en tilpasset klokke"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Endre en tilpasset klokke"</string>
<string name="grid_title" msgid="1688173478777254123">"Apprutenett"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Bruk"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Trykk for å endre"</string>
diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml
index a29a975..b616454 100644
--- a/res/values-ne/strings.xml
+++ b/res/values-ne/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"वालपेपर तथा शैली"</string>
<string name="theme_title" msgid="2144932106319405101">"शैली"</string>
- <string name="clock_title" msgid="2126046720254613991">"घडी"</string>
+ <string name="clock_title" msgid="1974314575211361352">"कस्टम घडी"</string>
+ <string name="clock_description" msgid="3563839327378948">"कस्टम घडी छान्नु…"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"कुनै कस्टम घडी परिवर्तन गर्नुहोस्"</string>
<string name="grid_title" msgid="1688173478777254123">"एप ग्रिड"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"लागू गर्नुहोस्"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"सम्पादन गर्न ट्याप गर्नुहोस्"</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 6210372..3729fff 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Achtergrond en stijl"</string>
<string name="theme_title" msgid="2144932106319405101">"Stijl"</string>
- <string name="clock_title" msgid="2126046720254613991">"Klok"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"App-raster"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Toepassen"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tik om te bewerken"</string>
diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml
index 96dd742..4f08888 100644
--- a/res/values-or/strings.xml
+++ b/res/values-or/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ୱାଲପେପର୍ ଏବଂ ଷ୍ଟାଇଲ୍"</string>
<string name="theme_title" msgid="2144932106319405101">"ଷ୍ଟାଇଲ୍"</string>
- <string name="clock_title" msgid="2126046720254613991">"ଘଣ୍ଟା"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ଆପ୍ ଗ୍ରିଡ୍"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ପ୍ରୟୋଗ କରନ୍ତୁ"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ଏଡିଟ କରିବା ପାଇଁ ଟାପ କରନ୍ତୁ"</string>
diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml
index 1d9d119..d45b26d 100644
--- a/res/values-pa/strings.xml
+++ b/res/values-pa/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"ਵਾਲਪੇਪਰ ਅਤੇ ਸਟਾਈਲ"</string>
<string name="theme_title" msgid="2144932106319405101">"ਸ਼ੈਲੀ"</string>
- <string name="clock_title" msgid="2126046720254613991">"ਘੜੀ"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ਐਪ ਗ੍ਰਿਡ"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ਲਾਗੂ ਕਰੋ"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ਸੰਪਾਦਨ ਕਰਨ ਲਈ ਟੈਪ ਕਰੋ"</string>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index b3140dc..63d0476 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Tapeta i styl"</string>
<string name="theme_title" msgid="2144932106319405101">"Styl"</string>
- <string name="clock_title" msgid="2126046720254613991">"Zegar"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Siatka aplikacji"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Zastosuj"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Kliknij, by edytować"</string>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index a9a4fe3..ee1d738 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Imagem de fundo e estilo"</string>
<string name="theme_title" msgid="2144932106319405101">"Estilo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Relógio"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Relógio person."</string>
+ <string name="clock_description" msgid="3563839327378948">"Escolha rel. pers."</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Altere um relógio personalizado"</string>
<string name="grid_title" msgid="1688173478777254123">"Grelha de apps"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toque para editar"</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index c858265..cd09d6a 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Plano de fundo e estilo"</string>
<string name="theme_title" msgid="2144932106319405101">"Estilo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Relógio"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Relógio personalizado"</string>
+ <string name="clock_description" msgid="3563839327378948">"Escolha um relógio personalizado"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Edite um relógio personalizado"</string>
<string name="grid_title" msgid="1688173478777254123">"Grade de apps"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplicar"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Toque para editar"</string>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index 7389836..560711b 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Imagine de fundal și stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Ceas"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Grilă aplicații"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Aplicați"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Atingeți pentru a modifica"</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 1a674ff..04293cb 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Обои и стиль"</string>
<string name="theme_title" msgid="2144932106319405101">"Стиль"</string>
- <string name="clock_title" msgid="2126046720254613991">"Часы"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Сетка приложений"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Применить"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Нажмите, чтобы изменить"</string>
diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml
index 2e85b26..14ab176 100644
--- a/res/values-si/strings.xml
+++ b/res/values-si/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"වෝල්පේපරය සහ මෝස්තරය"</string>
<string name="theme_title" msgid="2144932106319405101">"විලාසය"</string>
- <string name="clock_title" msgid="2126046720254613991">"ඔරලෝසුව"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"යෙදුම් ජාලකය"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"යොදන්න"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"සංස්කරණයට තට්ටු කරන්න"</string>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 7431dec..5b78df5 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Tapeta a štýl"</string>
<string name="theme_title" msgid="2144932106319405101">"Štýl"</string>
- <string name="clock_title" msgid="2126046720254613991">"Hodiny"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Vlastné hodiny"</string>
+ <string name="clock_description" msgid="3563839327378948">"Vyberte vlastné hodiny"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Zmeňte vlastné hodiny"</string>
<string name="grid_title" msgid="1688173478777254123">"Mriežka aplik."</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Použiť"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Klepnutím upravte"</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index a637d4f..40fde3e 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Zaslonsko ozadje in slog"</string>
<string name="theme_title" msgid="2144932106319405101">"Slog"</string>
- <string name="clock_title" msgid="2126046720254613991">"Ura"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Mreža aplikacij"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Uporabi"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Dotaknite se za urejanje"</string>
diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml
index 8f6259c..208e404 100644
--- a/res/values-sq/strings.xml
+++ b/res/values-sq/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Imazhi i sfondit dhe stili"</string>
<string name="theme_title" msgid="2144932106319405101">"Stili"</string>
- <string name="clock_title" msgid="2126046720254613991">"Ora"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Rrjeta e aplikacioneve"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Zbato"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Trokit për të modifikuar"</string>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 3a7de2b..759f051 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Позадина и стил"</string>
<string name="theme_title" msgid="2144932106319405101">"Стил"</string>
- <string name="clock_title" msgid="2126046720254613991">"Сат"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Мрежа апл."</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Примени"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Додирните да бисте изменили"</string>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index d16ff0f..bcc38a0 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Bakgrund och utseende"</string>
<string name="theme_title" msgid="2144932106319405101">"Format"</string>
- <string name="clock_title" msgid="2126046720254613991">"Klocka"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Apprutnät"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Använd"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tryck för att redigera"</string>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index 1a01433..bc849b4 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Mandhari na mtindo"</string>
<string name="theme_title" msgid="2144932106319405101">"Mtindo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Saa"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Gridi ya programu"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Tumia"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Gusa ili ubadilishe"</string>
diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml
index 3a2bffb..a16691e 100644
--- a/res/values-ta/strings.xml
+++ b/res/values-ta/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"வால்பேப்பரும் ஸ்டைலும்"</string>
<string name="theme_title" msgid="2144932106319405101">"ஸ்டைல்"</string>
- <string name="clock_title" msgid="2126046720254613991">"கடிகாரம்"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ஆப்ஸ் கட்டம்"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"பயன்படுத்து"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"\'தீமைத்\' திருத்த தட்டவும்"</string>
diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml
index 72fd0c3..10a83cb 100644
--- a/res/values-te/strings.xml
+++ b/res/values-te/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"వాల్పేపర్ & స్టయిల్"</string>
<string name="theme_title" msgid="2144932106319405101">"శైలి"</string>
- <string name="clock_title" msgid="2126046720254613991">"గడియారం"</string>
+ <string name="clock_title" msgid="1974314575211361352">"అనుకూల గడియారం"</string>
+ <string name="clock_description" msgid="3563839327378948">"అనుకూల గడియారాన్ని ఎంచుకోండి"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"అనుకూల గడియారాన్ని మార్చండి"</string>
<string name="grid_title" msgid="1688173478777254123">"యాప్ గ్రిడ్"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"వర్తింపజేయి"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ఎడిట్ చేయడానికి నొక్కండి"</string>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index 3375c30..8e5956e 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"วอลเปเปอร์และรูปแบบ"</string>
<string name="theme_title" msgid="2144932106319405101">"รูปแบบ"</string>
- <string name="clock_title" msgid="2126046720254613991">"นาฬิกา"</string>
+ <string name="clock_title" msgid="1974314575211361352">"นาฬิกาที่กำหนดเอง"</string>
+ <string name="clock_description" msgid="3563839327378948">"เลือกนาฬิกาที่กำหนดเอง"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"เปลี่ยนนาฬิกาที่กำหนดเอง"</string>
<string name="grid_title" msgid="1688173478777254123">"ตารางกริดแอป"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"ใช้"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"แตะเพื่อแก้ไข"</string>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 591a107..fbe1347 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Wallpaper & istilo"</string>
<string name="theme_title" msgid="2144932106319405101">"Istilo"</string>
- <string name="clock_title" msgid="2126046720254613991">"Orasan"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Grid ng app"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Ilapat"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"I-tap para ma-edit"</string>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index e90cc22..e78e01d 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Duvar kağıdı ve stil"</string>
<string name="theme_title" msgid="2144932106319405101">"Stil"</string>
- <string name="clock_title" msgid="2126046720254613991">"Saat"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Uygulama tablosu"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Uygula"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Düzenlemek için dokunun"</string>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index a41a498..96e860f 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Оформлення та стиль"</string>
<string name="theme_title" msgid="2144932106319405101">"Стиль"</string>
- <string name="clock_title" msgid="2126046720254613991">"Годинник"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Сітка додатків"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Застосувати"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Торкніться, щоб змінити"</string>
diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml
index 8ae85d3..488142a 100644
--- a/res/values-ur/strings.xml
+++ b/res/values-ur/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"وال پیپر اور طرز"</string>
<string name="theme_title" msgid="2144932106319405101">"طرز"</string>
- <string name="clock_title" msgid="2126046720254613991">"گھڑی"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"ایپ گرڈ"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"لاگو کریں"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ترمیم کرنے کے لیے تھپتھپائيں"</string>
diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml
index 44563b5..d3fc6a8 100644
--- a/res/values-uz/strings.xml
+++ b/res/values-uz/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Fon rasmi va uslubi"</string>
<string name="theme_title" msgid="2144932106319405101">"Uslub"</string>
- <string name="clock_title" msgid="2126046720254613991">"Soat"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Maxsus soat"</string>
+ <string name="clock_description" msgid="3563839327378948">"Maxsus soat tanlash"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Maxsus soatni almashtirish"</string>
<string name="grid_title" msgid="1688173478777254123">"Ilovalar jadvali"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Tatbiq etish"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Tahrirlash uchun tegining"</string>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index c078772..1489048 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -19,7 +19,9 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Hình nền và phong cách"</string>
<string name="theme_title" msgid="2144932106319405101">"Kiểu"</string>
- <string name="clock_title" msgid="2126046720254613991">"Đồng hồ"</string>
+ <string name="clock_title" msgid="1974314575211361352">"Đồng hồ tuỳ chỉnh"</string>
+ <string name="clock_description" msgid="3563839327378948">"Chọn đồng hồ tuỳ chỉnh"</string>
+ <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Thay đổi đồng hồ tuỳ chỉnh"</string>
<string name="grid_title" msgid="1688173478777254123">"Lưới ứng dụng"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Áp dụng"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Nhấn để chỉnh sửa"</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 1a20566..1c5ef6a 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"壁纸和样式"</string>
<string name="theme_title" msgid="2144932106319405101">"样式"</string>
- <string name="clock_title" msgid="2126046720254613991">"时钟"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"应用网格"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"应用"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"点按即可修改"</string>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index df0972c..8604032 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"桌布和樣式"</string>
<string name="theme_title" msgid="2144932106319405101">"樣式"</string>
- <string name="clock_title" msgid="2126046720254613991">"時鐘"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"應用程式網格"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"套用"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"輕按即可編輯"</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 478d759..9256e0b 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"桌布和樣式"</string>
<string name="theme_title" msgid="2144932106319405101">"樣式"</string>
- <string name="clock_title" msgid="2126046720254613991">"時鐘"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"應用程式格線"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"套用"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"輕觸這裡即可編輯"</string>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index e399001..33da35e 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -19,7 +19,12 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="1647136562008520313">"Isithombe sangemuva nesitayela"</string>
<string name="theme_title" msgid="2144932106319405101">"Isitayela"</string>
- <string name="clock_title" msgid="2126046720254613991">"Iwashi"</string>
+ <!-- no translation found for clock_title (1974314575211361352) -->
+ <skip />
+ <!-- no translation found for clock_description (3563839327378948) -->
+ <skip />
+ <!-- no translation found for clock_picker_entry_content_description (8377139273468595734) -->
+ <skip />
<string name="grid_title" msgid="1688173478777254123">"Igridi ye-app"</string>
<string name="apply_theme_btn" msgid="6293081192321303991">"Faka"</string>
<string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Thepha ukuze uhlele"</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1a15fd0..7aef401 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,14 @@
<!-- Title of a section of the customization picker where the user can select a Clock face.
[CHAR LIMIT=15] -->
- <string name="clock_title">Clock</string>
+ <string name="clock_title">Custom Clock</string>
+
+ <!-- Description of a section of the customization picker where the user can select a Clock
+ face. [CHAR LIMIT=15] -->
+ <string name="clock_description">Pick a custom clock</string>
+
+ <!-- The content description of clock entry. [CHAR LIMIT=NONE] -->
+ <string name="clock_picker_entry_content_description">Change a custom clock</string>
<!-- Title of a section of the customization picker where the user can select a Grid size for
the home screen. [CHAR LIMIT=15] -->
diff --git a/res/layout/theme_cover_qsb.xml b/res_override/layout/theme_cover_qsb.xml
similarity index 100%
rename from res/layout/theme_cover_qsb.xml
rename to res_override/layout/theme_cover_qsb.xml
diff --git a/res/values/override.xml b/res_override/values/override.xml
similarity index 77%
rename from res/values/override.xml
rename to res_override/values/override.xml
index a070dbe..05af982 100644
--- a/res/values/override.xml
+++ b/res_override/values/override.xml
@@ -16,10 +16,18 @@
limitations under the License.
-->
<resources>
- <string name="themes_stub_package" translatable="false"/>
+ <!-- Package of the stub apk containing the themes descriptions -->
+ <string name="themes_stub_package" translatable="false">
+ com.android.customization.themes
+ </string>
+
+ <!-- Package of the stub apk containing the clock content -->
<string name="clocks_stub_package" translatable="false"/>
- <!-- Authority of a provider in System UI that will provide preview info for available clockfaces. -->
- <string name="clocks_provider_authority" translatable="false">com.android.keyguard.clock</string>
+
+ <!-- Authority of a System UI provider that provides preview info for available clockfaces. -->
+ <string name="clocks_provider_authority" translatable="false">
+ com.android.keyguard.clock
+ </string>
<string name="launcher_overlayable_package" translatable="false">com.android.launcher3</string>
diff --git a/src/com/android/customization/model/clock/ClockSectionController.java b/src/com/android/customization/model/clock/ClockSectionController.java
new file mode 100644
index 0000000..cb8b9c8
--- /dev/null
+++ b/src/com/android/customization/model/clock/ClockSectionController.java
@@ -0,0 +1,47 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.customization.model.clock;
+
+import android.content.Context;
+import android.view.LayoutInflater;
+
+import androidx.annotation.Nullable;
+
+import com.android.customization.picker.clock.ClockSectionView;
+import com.android.wallpaper.R;
+import com.android.wallpaper.config.Flags;
+import com.android.wallpaper.model.CustomizationSectionController;
+
+/** A {@link CustomizationSectionController} for clock customization. */
+public class ClockSectionController implements CustomizationSectionController<ClockSectionView> {
+
+ private final CustomizationSectionNavigationController mNavigationController;
+
+ public ClockSectionController(CustomizationSectionNavigationController navigationController) {
+ mNavigationController = navigationController;
+ }
+
+ @Override
+ public boolean isAvailable(@Nullable Context context) {
+ return Flags.enableClockCustomization;
+ }
+
+ @Override
+ public ClockSectionView createView(Context context) {
+ return (ClockSectionView) LayoutInflater.from(context).inflate(R.layout.clock_section_view,
+ null);
+ }
+}
diff --git a/src/com/android/customization/module/DefaultCustomizationSections.java b/src/com/android/customization/module/DefaultCustomizationSections.java
index a4510ea..21f2c84 100644
--- a/src/com/android/customization/module/DefaultCustomizationSections.java
+++ b/src/com/android/customization/module/DefaultCustomizationSections.java
@@ -6,6 +6,7 @@
import androidx.annotation.Nullable;
import androidx.lifecycle.LifecycleOwner;
+import com.android.customization.model.color.ColorSectionController;
import com.android.customization.model.grid.GridOptionsManager;
import com.android.customization.model.grid.GridSectionController;
import com.android.customization.model.mode.DarkModeSectionController;
@@ -41,6 +42,10 @@
workspaceViewModel, sectionNavigationController, wallpaperPreviewNavigator,
savedInstanceState));
+ // Theme color section.
+ sectionControllers.add(new ColorSectionController(
+ activity, wallpaperColorsViewModel, lifecycleOwner, savedInstanceState));
+
// Dark/Light theme section.
sectionControllers.add(new DarkModeSectionController(activity,
lifecycleOwner.getLifecycle()));
diff --git a/src/com/android/customization/module/StatsLogUserEventLogger.java b/src/com/android/customization/module/StatsLogUserEventLogger.java
index 216395d..e3e4336 100644
--- a/src/com/android/customization/module/StatsLogUserEventLogger.java
+++ b/src/com/android/customization/module/StatsLogUserEventLogger.java
@@ -28,7 +28,6 @@
import static com.android.systemui.shared.system.SysUiStatsLog.STYLE_UICHANGED__LAUNCHED_PREFERENCE__LAUNCHED_SETTINGS_SEARCH;
import static com.android.systemui.shared.system.SysUiStatsLog.STYLE_UICHANGED__LAUNCHED_PREFERENCE__LAUNCHED_SUW;
import static com.android.systemui.shared.system.SysUiStatsLog.STYLE_UICHANGED__LAUNCHED_PREFERENCE__LAUNCHED_TIPS;
-import static com.android.systemui.shared.system.SysUiStatsLog.STYLE_UI_CHANGED;
import static com.android.wallpaper.util.LaunchSourceUtils.LAUNCH_SETTINGS_SEARCH;
import static com.android.wallpaper.util.LaunchSourceUtils.LAUNCH_SOURCE_DEEP_LINK;
import static com.android.wallpaper.util.LaunchSourceUtils.LAUNCH_SOURCE_LAUNCHER;
@@ -49,7 +48,6 @@
import com.android.customization.model.color.ColorOption;
import com.android.customization.model.grid.GridOption;
import com.android.customization.model.theme.ThemeBundle;
-import com.android.systemui.shared.system.SysUiStatsLog;
import com.android.wallpaper.module.Injector;
import com.android.wallpaper.module.InjectorProvider;
import com.android.wallpaper.module.NoOpUserEventLogger;
@@ -78,60 +76,67 @@
@Override
public void logAppLaunched(Intent launchSource) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, STYLE_UICHANGED__ACTION__APP_LAUNCHED,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, getAppLaunchSource(launchSource), 0, 0,
- 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(STYLE_UICHANGED__ACTION__APP_LAUNCHED)
+ .setLaunchedPreference(getAppLaunchSource(launchSource))
+ .log();
}
@Override
public void logResumed(boolean provisioned, boolean wallpaper) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.ONRESUME,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.ONRESUME)
+ .log();
}
@Override
public void logStopped() {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.ONSTOP,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.ONSTOP)
+ .log();
}
@Override
public void logActionClicked(String collectionId, int actionLabelResId) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.WALLPAPER_EXPLORE, 0, 0, 0, 0, 0,
- getIdHashCode(collectionId), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.WALLPAPER_EXPLORE)
+ .setWallpaperCategoryHash(getIdHashCode(collectionId))
+ .log();
}
@Override
public void logIndividualWallpaperSelected(String collectionId) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.WALLPAPER_SELECT, 0, 0, 0, 0, 0,
- getIdHashCode(collectionId), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.WALLPAPER_SELECT)
+ .setWallpaperCategoryHash(getIdHashCode(collectionId))
+ .log();
}
@Override
public void logCategorySelected(String collectionId) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.WALLPAPER_OPEN_CATEGORY,
- 0, 0, 0, 0, 0,
- getIdHashCode(collectionId),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.WALLPAPER_OPEN_CATEGORY)
+ .setWallpaperCategoryHash(getIdHashCode(collectionId))
+ .log();
}
@Override
public void logLiveWallpaperInfoSelected(String collectionId, @Nullable String wallpaperId) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.LIVE_WALLPAPER_INFO_SELECT,
- 0, 0, 0, 0, 0,
- getIdHashCode(collectionId),
- getIdHashCode(wallpaperId),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.LIVE_WALLPAPER_INFO_SELECT)
+ .setWallpaperCategoryHash(getIdHashCode(collectionId))
+ .setWallpaperIdHash(getIdHashCode(wallpaperId))
+ .log();
}
@Override
public void logLiveWallpaperCustomizeSelected(String collectionId,
@Nullable String wallpaperId) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.LIVE_WALLPAPER_CUSTOMIZE_SELECT,
- 0, 0, 0, 0, 0,
- getIdHashCode(collectionId),
- getIdHashCode(wallpaperId),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger().setAction(StyleEnums.LIVE_WALLPAPER_CUSTOMIZE_SELECT)
+ .setWallpaperCategoryHash(getIdHashCode(collectionId))
+ .setWallpaperIdHash(getIdHashCode(wallpaperId))
+ .log();
+
}
@Override
@@ -139,6 +144,7 @@
final boolean isLockWallpaperSet = mWallpaperStatusChecker.isLockWallpaperSet(mContext);
final String homeCollectionId = mPreferences.getHomeWallpaperCollectionId();
final String homeRemoteId = mPreferences.getHomeWallpaperRemoteId();
+ final String effects = mPreferences.getWallpaperEffects();
String homeWallpaperId = TextUtils.isEmpty(homeRemoteId)
? mPreferences.getHomeWallpaperServiceName() : homeRemoteId;
String lockCollectionId = isLockWallpaperSet ? mPreferences.getLockWallpaperCollectionId()
@@ -146,35 +152,37 @@
String lockWallpaperId = isLockWallpaperSet ? mPreferences.getLockWallpaperRemoteId()
: homeWallpaperId;
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.SNAPSHOT,
- 0, 0, 0, 0, 0,
- getIdHashCode(homeCollectionId),
- getIdHashCode(homeWallpaperId),
- 0, 0, 0, 0, 0, 0,
- getIdHashCode(lockCollectionId),
- getIdHashCode(lockWallpaperId),
- mPreferences.getFirstLaunchDateSinceSetup(),
- mPreferences.getFirstWallpaperApplyDateSinceSetup(),
- mPreferences.getAppLaunchCount(),
- 0);
+ new SysUiStatsLogger().setAction(StyleEnums.SNAPSHOT)
+ .setWallpaperCategoryHash(getIdHashCode(homeCollectionId))
+ .setWallpaperIdHash(getIdHashCode(homeWallpaperId))
+ .setLockWallpaperCategoryHash(getIdHashCode(lockCollectionId))
+ .setLockWallpaperIdHash(getIdHashCode(lockWallpaperId))
+ .setFirstLaunchDateSinceSetup(mPreferences.getFirstLaunchDateSinceSetup())
+ .setFirstWallpaperApplyDateSinceSetup(
+ mPreferences.getFirstWallpaperApplyDateSinceSetup())
+ .setAppLaunchCount(mPreferences.getAppLaunchCount())
+ .setEffectIdHash(getIdHashCode(effects))
+ .log();
}
@Override
public void logWallpaperSet(String collectionId, @Nullable String wallpaperId,
@Nullable String effects) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.WALLPAPER_APPLIED,
- 0, 0, 0, 0, 0,
- getIdHashCode(collectionId),
- getIdHashCode(wallpaperId),
- 0, 0, 0, 0, 0, effects != null ? effects.hashCode() : 0,
- 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.WALLPAPER_APPLIED)
+ .setWallpaperCategoryHash(getIdHashCode(collectionId))
+ .setWallpaperIdHash(getIdHashCode(wallpaperId))
+ .setEffectIdHash(getIdHashCode(effects))
+ .log();
}
@Override
public void logEffectApply(String effect, @EffectStatus int status) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.WALLPAPER_EFFECT_APPLIED,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, status, effect != null ? effect.hashCode() : 0,
- 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.WALLPAPER_EFFECT_APPLIED)
+ .setEffectPreference(status)
+ .setEffectIdHash(getIdHashCode(effect))
+ .log();
}
@Nullable
@@ -185,60 +193,67 @@
@Override
public void logThemeSelected(ThemeBundle theme, boolean isCustomTheme) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.PICKER_SELECT,
- Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_COLOR)),
- Objects.hashCode(getThemePackage(theme,OVERLAY_CATEGORY_FONT)),
- Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_SHAPE)),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.PICKER_SELECT)
+ .setColorPackageHash(
+ Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_COLOR)))
+ .setFontPackageHash(Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_FONT)))
+ .setShapePackageHash(
+ Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_SHAPE)))
+ .log();
}
@Override
public void logThemeApplied(ThemeBundle theme, boolean isCustomTheme) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.PICKER_APPLIED,
- Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_COLOR)),
- Objects.hashCode(getThemePackage(theme,OVERLAY_CATEGORY_FONT)),
- Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_SHAPE)),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.PICKER_APPLIED)
+ .setColorPackageHash(
+ Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_COLOR)))
+ .setFontPackageHash(Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_FONT)))
+ .setShapePackageHash(
+ Objects.hashCode(getThemePackage(theme, OVERLAY_CATEGORY_SHAPE)))
+ .log();
}
@Override
public void logColorApplied(int action, ColorOption colorOption) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, action,
- 0, 0, 0, 0, 0, 0, 0,
- colorOption.getIndex(),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, colorOption.getStyle().ordinal() + 1);
+ new SysUiStatsLogger()
+ .setAction(action)
+ .setColorPreference(colorOption.getIndex())
+ .setColorVariant(colorOption.getStyle().ordinal() + 1)
+ .log();
}
@Override
public void logClockSelected(Clockface clock) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.PICKER_SELECT,
- 0, 0, 0,
- Objects.hashCode(clock.getId()),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.PICKER_SELECT)
+ .setClockPackageHash(Objects.hashCode(clock.getId()))
+ .log();
}
@Override
public void logClockApplied(Clockface clock) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.PICKER_APPLIED,
- 0, 0, 0,
- Objects.hashCode(clock.getId()),
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.PICKER_APPLIED)
+ .setClockPackageHash(Objects.hashCode(clock.getId()))
+ .log();
}
@Override
public void logGridSelected(GridOption grid) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.PICKER_SELECT,
- 0, 0, 0, 0,
- grid.cols,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.PICKER_SELECT)
+ .setLauncherGrid(grid.cols)
+ .log();
}
@Override
public void logGridApplied(GridOption grid) {
- SysUiStatsLog.write(STYLE_UI_CHANGED, StyleEnums.PICKER_APPLIED,
- 0, 0, 0, 0,
- grid.cols,
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ new SysUiStatsLogger()
+ .setAction(StyleEnums.PICKER_APPLIED)
+ .setLauncherGrid(grid.cols)
+ .log();
}
private int getAppLaunchSource(Intent launchSource) {
diff --git a/src/com/android/customization/module/SysUiStatsLogger.kt b/src/com/android/customization/module/SysUiStatsLogger.kt
new file mode 100644
index 0000000..eb3bcc0
--- /dev/null
+++ b/src/com/android/customization/module/SysUiStatsLogger.kt
@@ -0,0 +1,136 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.customization.module
+
+import android.stats.style.StyleEnums
+import com.android.systemui.shared.system.SysUiStatsLog
+import com.android.systemui.shared.system.SysUiStatsLog.STYLE_UI_CHANGED
+
+/**
+ * The builder for [SysUiStatsLog].
+ */
+class SysUiStatsLogger {
+
+ private var atom = STYLE_UI_CHANGED
+ private var action = StyleEnums.DEFAULT_ACTION
+ private var colorPackageHash = 0
+ private var fontPackageHash = 0
+ private var shapePackageHash = 0
+ private var clockPackageHash = 0
+ private var launcherGrid = 0
+ private var wallpaperCategoryHash = 0
+ private var wallpaperIdHash = 0
+ private var colorPreference = 0
+ private var locationPreference = StyleEnums.EFFECT_PREFERENCE_UNSPECIFIED
+ private var datePreference = StyleEnums.DATE_PREFERENCE_UNSPECIFIED
+ private var launchedPreference = StyleEnums.LAUNCHED_PREFERENCE_UNSPECIFIED
+ private var effectPreference = StyleEnums.EFFECT_PREFERENCE_UNSPECIFIED
+ private var effectIdHash = 0
+ private var lockWallpaperCategoryHash = 0
+ private var lockWallpaperIdHash = 0
+ private var firstLaunchDateSinceSetup = 0
+ private var firstWallpaperApplyDateSinceSetup = 0
+ private var appLaunchCount = 0
+ private var colorVariant = 0
+
+ fun setAction(action: Int) =
+ apply { this.action = action }
+
+ fun setColorPackageHash(color_package_hash: Int) =
+ apply { this.colorPackageHash = color_package_hash }
+
+ fun setFontPackageHash(font_package_hash: Int) =
+ apply { this.fontPackageHash = font_package_hash }
+
+ fun setShapePackageHash(shape_package_hash: Int) =
+ apply { this.shapePackageHash = shape_package_hash }
+
+ fun setClockPackageHash(clock_package_hash: Int) =
+ apply { this.clockPackageHash = clock_package_hash }
+
+ fun setLauncherGrid(launcher_grid: Int) =
+ apply { this.launcherGrid = launcher_grid }
+
+ fun setWallpaperCategoryHash(wallpaper_category_hash: Int) =
+ apply { this.wallpaperCategoryHash = wallpaper_category_hash }
+
+ fun setWallpaperIdHash(wallpaper_id_hash: Int) =
+ apply { this.wallpaperIdHash = wallpaper_id_hash }
+
+ fun setColorPreference(color_preference: Int) =
+ apply { this.colorPreference = color_preference }
+
+ fun setLocationPreference(location_preference: Int) =
+ apply { this.locationPreference = location_preference }
+
+ fun setDatePreference(date_preference: Int) =
+ apply { this.datePreference = date_preference }
+
+ fun setLaunchedPreference(launched_preference: Int) =
+ apply { this.launchedPreference = launched_preference }
+
+ fun setEffectPreference(effect_preference: Int) =
+ apply { this.effectPreference = effect_preference }
+
+ fun setEffectIdHash(effect_id_hash: Int) =
+ apply { this.effectIdHash = effect_id_hash }
+
+ fun setLockWallpaperCategoryHash(lock_wallpaper_category_hash: Int) =
+ apply { this.lockWallpaperCategoryHash = lock_wallpaper_category_hash }
+
+ fun setLockWallpaperIdHash(lock_wallpaper_id_hash: Int) =
+ apply { this.lockWallpaperIdHash = lock_wallpaper_id_hash }
+
+ fun setFirstLaunchDateSinceSetup(first_launch_date_since_setup: Int) =
+ apply { this.firstLaunchDateSinceSetup = first_launch_date_since_setup }
+
+ fun setFirstWallpaperApplyDateSinceSetup(first_wallpaper_apply_date_since_setup: Int) =
+ apply {
+ this.firstWallpaperApplyDateSinceSetup = first_wallpaper_apply_date_since_setup
+ }
+
+ fun setAppLaunchCount(app_launch_count: Int) =
+ apply { this.appLaunchCount = app_launch_count }
+
+ fun setColorVariant(color_variant: Int) =
+ apply { this.colorVariant = color_variant }
+
+ fun log() {
+ SysUiStatsLog.write(
+ atom,
+ action,
+ colorPackageHash,
+ fontPackageHash,
+ shapePackageHash,
+ clockPackageHash,
+ launcherGrid,
+ wallpaperCategoryHash,
+ wallpaperIdHash,
+ colorPreference,
+ locationPreference,
+ datePreference,
+ launchedPreference,
+ effectPreference,
+ effectIdHash,
+ lockWallpaperCategoryHash,
+ lockWallpaperIdHash,
+ firstLaunchDateSinceSetup,
+ firstWallpaperApplyDateSinceSetup,
+ appLaunchCount,
+ colorVariant
+ )
+ }
+}
\ No newline at end of file
diff --git a/src/com/android/customization/picker/clock/ClockSectionView.kt b/src/com/android/customization/picker/clock/ClockSectionView.kt
new file mode 100644
index 0000000..c043209
--- /dev/null
+++ b/src/com/android/customization/picker/clock/ClockSectionView.kt
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package com.android.customization.picker.clock
+
+import android.content.Context
+import android.util.AttributeSet
+import com.android.wallpaper.picker.SectionView
+
+/** The [SectionView] for app clock. */
+class ClockSectionView(context: Context?, attrs: AttributeSet?) : SectionView(context, attrs)
\ No newline at end of file
diff --git a/src/com/android/customization/widget/OptionSelectorController.java b/src/com/android/customization/widget/OptionSelectorController.java
index a66dd44..33d2198 100644
--- a/src/com/android/customization/widget/OptionSelectorController.java
+++ b/src/com/android/customization/widget/OptionSelectorController.java
@@ -45,6 +45,7 @@
import com.android.customization.model.CustomizationOption;
import com.android.wallpaper.R;
import com.android.wallpaper.widget.GridPaddingDecoration;
+import com.android.wallpaper.widget.GridRowSpacerDecoration;
import java.util.HashSet;
import java.util.List;
@@ -84,7 +85,8 @@
private final RecyclerView mContainer;
private final List<T> mOptions;
private final boolean mUseGrid;
- @CheckmarkStyle private final int mCheckmarkStyle;
+ @CheckmarkStyle
+ private final int mCheckmarkStyle;
private final Set<OptionSelectedListener> mListeners = new HashSet<>();
private RecyclerView.Adapter<TileViewHolder> mAdapter;
@@ -141,7 +143,6 @@
/**
* Mark an option as the one which is currently applied on the device. This will result in a
* check being displayed in the lower-right corner of the corresponding ViewHolder.
- * @param option
*/
public void setAppliedOption(T option) {
if (!mOptions.contains(option)) {
@@ -157,6 +158,7 @@
/**
* Notify that a given option has changed.
+ *
* @param option the option that changed
*/
public void optionChanged(T option) {
@@ -217,7 +219,7 @@
mContainer.getContext().getTheme()),
Gravity.CENTER, res.getDimensionPixelSize(R.dimen.center_check_size),
0, true);
- } else if (mCheckmarkStyle == CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED
+ } else if (mCheckmarkStyle == CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED
&& option.equals(mAppliedOption)) {
int drawableRes = option.equals(mSelectedOption)
? R.drawable.check_circle_grey_large
@@ -230,7 +232,7 @@
} else if (option.equals(mAppliedOption)) {
// Initialize with "previewed" description if we don't show checkmark
holder.setContentDescription(mContainer.getContext(), option,
- R.string.option_previewed_description);
+ R.string.option_previewed_description);
} else if (mCheckmarkStyle != CheckmarkStyle.NONE) {
if (mCheckmarkStyle == CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED) {
if (option.equals(mSelectedOption)) {
@@ -282,72 +284,67 @@
};
Resources res = mContainer.getContext().getResources();
- if (mUseGrid) {
- mContainer.setLayoutManager(new GridLayoutManager(mContainer.getContext(),
- res.getInteger(R.integer.options_grid_num_columns)));
- } else {
- mContainer.setLayoutManager(new LinearLayoutManager(mContainer.getContext(),
- LinearLayoutManager.HORIZONTAL, false));
- }
-
mContainer.setAdapter(mAdapter);
-
- // Measure RecyclerView to get to the total amount of space used by all options.
- mContainer.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
- int fixWidth = res.getDimensionPixelSize(R.dimen.options_container_width);
- int availableWidth;
- if (fixWidth == 0) {
- DisplayMetrics metrics = new DisplayMetrics();
- mContainer.getContext().getSystemService(WindowManager.class)
- .getDefaultDisplay().getMetrics(metrics);
- availableWidth = metrics.widthPixels;
- } else {
- availableWidth = fixWidth;
- }
- int totalWidth = mContainer.getMeasuredWidth();
- int widthPerItem = res.getDimensionPixelOffset(R.dimen.option_tile_width);
+ final int padding = res.getDimensionPixelSize(
+ R.dimen.option_tile_grid_padding_horizontal);
+ final int fixWidth = res.getDimensionPixelSize(R.dimen.options_container_width);
+ final DisplayMetrics metrics = new DisplayMetrics();
+ mContainer.getContext().getSystemService(WindowManager.class)
+ .getDefaultDisplay().getMetrics(metrics);
+ // This is based on the assumption that the parent view is the same width as the screen.
+ final int availableDynamicWidth = metrics.widthPixels - 2 * res.getDimensionPixelSize(
+ R.dimen.section_horizontal_padding) - 2 * padding;
+ final int availableWidth = (fixWidth != 0) ? fixWidth : availableDynamicWidth;
+ final boolean hasDecoration = mContainer.getItemDecorationCount() != 0;
+ final int widthPerItem = res.getDimensionPixelSize(R.dimen.option_tile_width) + (
+ hasDecoration ? 0 : 2 * padding);
if (mUseGrid) {
int numColumns = res.getInteger(R.integer.options_grid_num_columns);
- int extraSpace = availableWidth - widthPerItem * numColumns;
- while (extraSpace < 0) {
+ GridLayoutManager gridLayoutManager = new GridLayoutManager(mContainer.getContext(),
+ numColumns);
+ mContainer.setLayoutManager(gridLayoutManager);
+ // Measure RecyclerView to get to the total amount of space used by all options.
+ mContainer.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
+ while (mContainer.getMeasuredWidth() > availableWidth && numColumns > 1) {
numColumns -= 1;
- extraSpace = availableWidth - widthPerItem * numColumns;
+ gridLayoutManager.setSpanCount(numColumns);
+ mContainer.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
}
- if (mContainer.getLayoutManager() != null) {
- ((GridLayoutManager) mContainer.getLayoutManager()).setSpanCount(numColumns);
+ if (!hasDecoration) {
+ mContainer.addItemDecoration(new GridPaddingDecoration(padding, 0));
+ if (numColumns > 1) {
+ mContainer.addItemDecoration(new GridRowSpacerDecoration(2 * padding));
+ }
}
- if (mContainer.getItemDecorationCount() == 0) {
- mContainer.addItemDecoration(new GridPaddingDecoration(
- mContainer.getContext().getResources().getDimensionPixelSize(
- R.dimen.option_tile_grid_padding_horizontal), 0));
+ } else {
+ mContainer.setLayoutManager(new LinearLayoutManager(mContainer.getContext(),
+ LinearLayoutManager.HORIZONTAL, false));
+ int extraSpace = availableWidth - mContainer.getMeasuredWidth();
+ if (extraSpace >= 0) {
+ mContainer.setOverScrollMode(View.OVER_SCROLL_NEVER);
}
- return;
+
+ if (mAdapter.getItemCount() >= mLinearLayoutHorizontalDisplayOptionsMax) {
+ int spaceBetweenItems = availableWidth
+ - Math.round(widthPerItem * mLinearLayoutHorizontalDisplayOptionsMax)
+ - mContainer.getPaddingLeft();
+ int itemEndMargin =
+ spaceBetweenItems / (int) mLinearLayoutHorizontalDisplayOptionsMax;
+ if (itemEndMargin <= 0) {
+ itemEndMargin = res.getDimensionPixelOffset(
+ R.dimen.option_tile_margin_horizontal);
+ }
+ mContainer.addItemDecoration(new ItemEndHorizontalSpaceItemDecoration(
+ mContainer.getContext(), itemEndMargin));
+ return;
+ }
+
+ int spaceBetweenItems = extraSpace / (mAdapter.getItemCount() + 1);
+ int itemSideMargin = spaceBetweenItems / 2;
+ mContainer.addItemDecoration(new HorizontalSpacerItemDecoration(itemSideMargin));
}
-
- int extraSpace = availableWidth - totalWidth;
- if (extraSpace >= 0) {
- mContainer.setOverScrollMode(View.OVER_SCROLL_NEVER);
- }
-
- if (mAdapter.getItemCount() >= mLinearLayoutHorizontalDisplayOptionsMax) {
- int spaceBetweenItems = availableWidth
- - Math.round(widthPerItem * mLinearLayoutHorizontalDisplayOptionsMax)
- - mContainer.getPaddingLeft();
- int itemEndMargin =
- spaceBetweenItems / (int) mLinearLayoutHorizontalDisplayOptionsMax;
- if (itemEndMargin <= 0) {
- itemEndMargin = res.getDimensionPixelOffset(R.dimen.option_tile_margin_horizontal);
- }
- mContainer.addItemDecoration(new ItemEndHorizontalSpaceItemDecoration(
- mContainer.getContext(), itemEndMargin));
- return;
- }
-
- int spaceBetweenItems = extraSpace / (mAdapter.getItemCount() + 1);
- int itemSideMargin = spaceBetweenItems / 2;
- mContainer.addItemDecoration(new HorizontalSpacerItemDecoration(itemSideMargin));
}
public void resetOptions(List<T> options) {
@@ -382,9 +379,10 @@
/**
* Set the content description for this holder using the given string id.
* If the option does not have a label, the description will be set on the tile view.
+ *
* @param context The view's context
- * @param option The customization option
- * @param id Resource ID of the string to use for the content description
+ * @param option The customization option
+ * @param id Resource ID of the string to use for the content description
*/
public void setContentDescription(Context context, CustomizationOption<?> option, int id) {
title = option.getTitle();
diff --git a/src_override/com/android/wallpaper/config/Flags.java b/src_override/com/android/wallpaper/config/Flags.java
index d35d88f..76549cb 100644
--- a/src_override/com/android/wallpaper/config/Flags.java
+++ b/src_override/com/android/wallpaper/config/Flags.java
@@ -16,4 +16,5 @@
package com.android.wallpaper.config;
public class Flags extends BaseFlags {
+ public static boolean enableClockCustomization = false;
}
diff --git a/themes/Android.bp b/themes/Android.bp
new file mode 100644
index 0000000..fb3d9be
--- /dev/null
+++ b/themes/Android.bp
@@ -0,0 +1,38 @@
+// Copyright (C) 2022 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// ==================================================
+package {
+ // See: http://go/android-license-faq
+ default_applicable_licenses: [
+ "Android-Apache-2.0",
+ ],
+}
+
+android_app {
+
+ name: "ThemesStub",
+ optimize: {
+ enabled: false,
+ },
+
+ aaptflags: ["--auto-add-overlay"],
+
+ sdk_version: "current",
+
+ product_specific: true,
+
+}
+
+// ==================================================
diff --git a/themes/AndroidManifest.xml b/themes/AndroidManifest.xml
new file mode 100755
index 0000000..68ead89
--- /dev/null
+++ b/themes/AndroidManifest.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.customization.themes"
+ android:versionCode="1">
+
+ <uses-sdk
+ android:minSdkVersion="31"
+ android:targetSdkVersion="31"/>
+
+ <application
+ android:hasCode="false"
+ android:label="@string/app_name"/>
+
+</manifest>
diff --git a/themes/res/values-af/strings.xml b/themes/res/values-af/strings.xml
new file mode 100644
index 0000000..59e659c
--- /dev/null
+++ b/themes/res/values-af/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rooi"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranje"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Geel"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Groen"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blou"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Pers"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-am/strings.xml b/themes/res/values-am/strings.xml
new file mode 100644
index 0000000..7b22f4c
--- /dev/null
+++ b/themes/res/values-am/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ቀይ"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ብርቱካናማ"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"ቢጫ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"አረንጓዴ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ሰማያዊ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ሐምራዊ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ማጀንታ"</string>
+</resources>
diff --git a/themes/res/values-ar/strings.xml b/themes/res/values-ar/strings.xml
new file mode 100644
index 0000000..e1fb282
--- /dev/null
+++ b/themes/res/values-ar/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"أحمر"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"برتقالي"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"أصفر"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"أخضر"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"أزرق"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"بنفسجي"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"أرجواني"</string>
+</resources>
diff --git a/themes/res/values-as/strings.xml b/themes/res/values-as/strings.xml
new file mode 100644
index 0000000..38642d5
--- /dev/null
+++ b/themes/res/values-as/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ৰঙা"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"কমলা"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"হালধীয়া"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"সেউজীয়া"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"নীলা"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"বেঙুনীয়া"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"মেজেণ্টা"</string>
+</resources>
diff --git a/themes/res/values-az/strings.xml b/themes/res/values-az/strings.xml
new file mode 100644
index 0000000..ed3a3dc
--- /dev/null
+++ b/themes/res/values-az/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Qırmızı"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Narıncı"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Sarı"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Yaşıl"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Göy"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Mor"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Çəhrayı qırmızı"</string>
+</resources>
diff --git a/themes/res/values-b+sr+Latn/strings.xml b/themes/res/values-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..4227e14
--- /dev/null
+++ b/themes/res/values-b+sr+Latn/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Crvena"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Narandžasta"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Žuta"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zelena"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Plava"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Ljubičasta"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-be/strings.xml b/themes/res/values-be/strings.xml
new file mode 100644
index 0000000..7e0130d
--- /dev/null
+++ b/themes/res/values-be/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Чырвоны"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Аранжавы"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Жоўты"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Зялёны"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Сіні"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Фіялетавы"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Пурпурны"</string>
+</resources>
diff --git a/themes/res/values-bg/strings.xml b/themes/res/values-bg/strings.xml
new file mode 100644
index 0000000..1aa2b0a
--- /dev/null
+++ b/themes/res/values-bg/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Червено"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Оранжево"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Жълто"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Зелено"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Синьо"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Лилаво"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Пурпурно"</string>
+</resources>
diff --git a/themes/res/values-bn/strings.xml b/themes/res/values-bn/strings.xml
new file mode 100644
index 0000000..942eea1
--- /dev/null
+++ b/themes/res/values-bn/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"লাল"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"কমলা"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"হলুদ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"সবুজ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"নীল"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"বেগুনি"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ম্যাজেন্টা"</string>
+</resources>
diff --git a/themes/res/values-bs/strings.xml b/themes/res/values-bs/strings.xml
new file mode 100644
index 0000000..4227e14
--- /dev/null
+++ b/themes/res/values-bs/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Crvena"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Narandžasta"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Žuta"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zelena"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Plava"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Ljubičasta"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-ca/strings.xml b/themes/res/values-ca/strings.xml
new file mode 100644
index 0000000..6ccf839
--- /dev/null
+++ b/themes/res/values-ca/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Vermell"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Taronja"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Groc"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verd"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blau"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lila"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-cs/strings.xml b/themes/res/values-cs/strings.xml
new file mode 100644
index 0000000..6be2bc6
--- /dev/null
+++ b/themes/res/values-cs/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Červená"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranžová"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Žlutá"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zelená"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Modrá"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Nachová"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Purpurová"</string>
+</resources>
diff --git a/themes/res/values-da/strings.xml b/themes/res/values-da/strings.xml
new file mode 100644
index 0000000..ef759c2
--- /dev/null
+++ b/themes/res/values-da/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rød"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Gul"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Grøn"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blå"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lilla"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-de/strings.xml b/themes/res/values-de/strings.xml
new file mode 100644
index 0000000..ba95a0b
--- /dev/null
+++ b/themes/res/values-de/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rot"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Gelb"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Grün"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blau"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lila"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-el/strings.xml b/themes/res/values-el/strings.xml
new file mode 100644
index 0000000..5e47c23
--- /dev/null
+++ b/themes/res/values-el/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Κόκκινο"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Πορτοκαλί"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Κίτρινο"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Πράσινο"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Μπλε"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Μοβ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Ματζέντα"</string>
+</resources>
diff --git a/themes/res/values-en-rAU/strings.xml b/themes/res/values-en-rAU/strings.xml
new file mode 100644
index 0000000..f10dfca
--- /dev/null
+++ b/themes/res/values-en-rAU/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Red"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Yellow"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Green"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blue"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Purple"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-en-rCA/strings.xml b/themes/res/values-en-rCA/strings.xml
new file mode 100644
index 0000000..f10dfca
--- /dev/null
+++ b/themes/res/values-en-rCA/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Red"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Yellow"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Green"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blue"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Purple"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-en-rGB/strings.xml b/themes/res/values-en-rGB/strings.xml
new file mode 100644
index 0000000..f10dfca
--- /dev/null
+++ b/themes/res/values-en-rGB/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Red"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Yellow"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Green"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blue"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Purple"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-en-rIN/strings.xml b/themes/res/values-en-rIN/strings.xml
new file mode 100644
index 0000000..f10dfca
--- /dev/null
+++ b/themes/res/values-en-rIN/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Red"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Yellow"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Green"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blue"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Purple"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-en-rXC/strings.xml b/themes/res/values-en-rXC/strings.xml
new file mode 100644
index 0000000..c6114a4
--- /dev/null
+++ b/themes/res/values-en-rXC/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Red"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Yellow"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Green"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blue"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Purple"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-es-rUS/strings.xml b/themes/res/values-es-rUS/strings.xml
new file mode 100644
index 0000000..a5f43a3
--- /dev/null
+++ b/themes/res/values-es-rUS/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rojo"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Naranja"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Amarillo"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Azul"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Púrpura"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-es/strings.xml b/themes/res/values-es/strings.xml
new file mode 100644
index 0000000..f32bbcc
--- /dev/null
+++ b/themes/res/values-es/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rojo"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Naranja"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Amarillo"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Azul"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Morado"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-et/strings.xml b/themes/res/values-et/strings.xml
new file mode 100644
index 0000000..c80e028
--- /dev/null
+++ b/themes/res/values-et/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Punane"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranž"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Kollane"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Roheline"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Sinine"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lilla"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-eu/strings.xml b/themes/res/values-eu/strings.xml
new file mode 100644
index 0000000..def8ca4
--- /dev/null
+++ b/themes/res/values-eu/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Gorria"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Laranja"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Horia"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Berdea"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Urdina"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Morea"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-fa/strings.xml b/themes/res/values-fa/strings.xml
new file mode 100644
index 0000000..e6628d4
--- /dev/null
+++ b/themes/res/values-fa/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"قرمز"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"نارنجی"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"زرد"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"سبز"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"آبی"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"بنفش"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"سرخابی"</string>
+</resources>
diff --git a/themes/res/values-fi/strings.xml b/themes/res/values-fi/strings.xml
new file mode 100644
index 0000000..385c7c8
--- /dev/null
+++ b/themes/res/values-fi/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Punainen"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranssi"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Keltainen"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Vihreä"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Sininen"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Violetti"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-fr-rCA/strings.xml b/themes/res/values-fr-rCA/strings.xml
new file mode 100644
index 0000000..38a69e4
--- /dev/null
+++ b/themes/res/values-fr-rCA/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rouge"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Jaune"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Vert"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Bleu"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Mauve"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-fr/strings.xml b/themes/res/values-fr/strings.xml
new file mode 100644
index 0000000..1141778
--- /dev/null
+++ b/themes/res/values-fr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rouge"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Jaune"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Vert"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Bleu"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Violet"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-gl/strings.xml b/themes/res/values-gl/strings.xml
new file mode 100644
index 0000000..874f304
--- /dev/null
+++ b/themes/res/values-gl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Vermello"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Laranxa"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Amarelo"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Azul"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Violeta"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Maxenta"</string>
+</resources>
diff --git a/themes/res/values-gu/strings.xml b/themes/res/values-gu/strings.xml
new file mode 100644
index 0000000..b9f0ca4
--- /dev/null
+++ b/themes/res/values-gu/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"લાલ"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"નારંગી"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"પીળો"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"લીલો"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"વાદળી"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"જાંબલી"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"મજેન્ટા"</string>
+</resources>
diff --git a/themes/res/values-hi/strings.xml b/themes/res/values-hi/strings.xml
new file mode 100644
index 0000000..eb63fb5
--- /dev/null
+++ b/themes/res/values-hi/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"लाल"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"नारंगी"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"पीला"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"हरा"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"नीला"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"बैंगनी"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"मजेंटा"</string>
+</resources>
diff --git a/themes/res/values-hr/strings.xml b/themes/res/values-hr/strings.xml
new file mode 100644
index 0000000..acfe739
--- /dev/null
+++ b/themes/res/values-hr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Crvena"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Narančasta"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Žuta"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zelena"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Plava"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Ljubičasta"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Grimizna"</string>
+</resources>
diff --git a/themes/res/values-hu/strings.xml b/themes/res/values-hu/strings.xml
new file mode 100644
index 0000000..1daa4ec
--- /dev/null
+++ b/themes/res/values-hu/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Piros"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Narancssárga"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Sárga"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zöld"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Kék"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lila"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-hy/strings.xml b/themes/res/values-hy/strings.xml
new file mode 100644
index 0000000..433aa7d
--- /dev/null
+++ b/themes/res/values-hy/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Կարմիր"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Նարնջագույն"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Դեղին"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Կանաչ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Կապույտ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Մանուշակագույն"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Մորեգույն"</string>
+</resources>
diff --git a/themes/res/values-in/strings.xml b/themes/res/values-in/strings.xml
new file mode 100644
index 0000000..fd1ad80
--- /dev/null
+++ b/themes/res/values-in/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Merah"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranye"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Kuning"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Hijau"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Biru"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Ungu"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-is/strings.xml b/themes/res/values-is/strings.xml
new file mode 100644
index 0000000..dd333db
--- /dev/null
+++ b/themes/res/values-is/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rauður"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Appelsínugulur"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Gulur"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Grænn"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blár"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Fjólublár"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Blárauður"</string>
+</resources>
diff --git a/themes/res/values-it/strings.xml b/themes/res/values-it/strings.xml
new file mode 100644
index 0000000..b57ac74
--- /dev/null
+++ b/themes/res/values-it/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rosso"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Arancione"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Giallo"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blu"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Viola"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-iw/strings.xml b/themes/res/values-iw/strings.xml
new file mode 100644
index 0000000..50a7541
--- /dev/null
+++ b/themes/res/values-iw/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"אדום"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"כתום"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"צהוב"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"ירוק"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"כחול"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"סגול"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"מג\'נטה"</string>
+</resources>
diff --git a/themes/res/values-ja/strings.xml b/themes/res/values-ja/strings.xml
new file mode 100644
index 0000000..24e552d
--- /dev/null
+++ b/themes/res/values-ja/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"赤"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"オレンジ"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"黄"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"緑"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"青"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"紫"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"マゼンタ"</string>
+</resources>
diff --git a/themes/res/values-ka/strings.xml b/themes/res/values-ka/strings.xml
new file mode 100644
index 0000000..ea2d235
--- /dev/null
+++ b/themes/res/values-ka/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"წითელი"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ფორთოხლისფერი"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"ყვითელი"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"მწვანე"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ლურჯი"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"იისფერი"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"მეწამული"</string>
+</resources>
diff --git a/themes/res/values-kk/strings.xml b/themes/res/values-kk/strings.xml
new file mode 100644
index 0000000..bc6aa76
--- /dev/null
+++ b/themes/res/values-kk/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Қызыл"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Қызғылт сары"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Сары"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Жасыл"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Көк"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Күлгін"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Қызғылт күлгін"</string>
+</resources>
diff --git a/themes/res/values-km/strings.xml b/themes/res/values-km/strings.xml
new file mode 100644
index 0000000..b3ace48
--- /dev/null
+++ b/themes/res/values-km/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ក្រហម"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ទឹកក្រូច"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"លឿង"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"បៃតង"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ខៀវ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ស្វាយ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ក្រហមស្វាយ"</string>
+</resources>
diff --git a/themes/res/values-kn/strings.xml b/themes/res/values-kn/strings.xml
new file mode 100644
index 0000000..abd1b72
--- /dev/null
+++ b/themes/res/values-kn/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ಕೆಂಪು"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ಕಿತ್ತಳೆ"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"ಹಳದಿ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"ಹಸಿರು"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ನೀಲಿ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ನೇರಳೆ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ಮೆಜೆಂತಾ"</string>
+</resources>
diff --git a/themes/res/values-ko/strings.xml b/themes/res/values-ko/strings.xml
new file mode 100644
index 0000000..3c5710e
--- /dev/null
+++ b/themes/res/values-ko/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"빨간색"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"주황색"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"노란색"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"녹색"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"파란색"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"보라색"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"자홍색"</string>
+</resources>
diff --git a/themes/res/values-ky/strings.xml b/themes/res/values-ky/strings.xml
new file mode 100644
index 0000000..abcc95e
--- /dev/null
+++ b/themes/res/values-ky/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Кызыл"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Кызгылт сары"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Сары"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Жашыл"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Көк"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Кызгылт"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Маджента"</string>
+</resources>
diff --git a/themes/res/values-lo/strings.xml b/themes/res/values-lo/strings.xml
new file mode 100644
index 0000000..e4d1ebf
--- /dev/null
+++ b/themes/res/values-lo/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ສີແດງ"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ສີສົ້ມ"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"ສີເຫຼືອງ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"ສີຂຽວ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ສີຟ້າ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ສີມ່ວງ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ສີແດງມ່ວງ"</string>
+</resources>
diff --git a/themes/res/values-lt/strings.xml b/themes/res/values-lt/strings.xml
new file mode 100644
index 0000000..0a6396e
--- /dev/null
+++ b/themes/res/values-lt/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Raudona"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranžinė"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Geltona"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Žalia"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Mėlyna"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Violetinė"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Purpurinė"</string>
+</resources>
diff --git a/themes/res/values-lv/strings.xml b/themes/res/values-lv/strings.xml
new file mode 100644
index 0000000..9b4038e
--- /dev/null
+++ b/themes/res/values-lv/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Sarkana"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranža"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Dzeltena"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zaļa"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Zila"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Violeta"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Fuksīna"</string>
+</resources>
diff --git a/themes/res/values-mk/strings.xml b/themes/res/values-mk/strings.xml
new file mode 100644
index 0000000..82a9b2c
--- /dev/null
+++ b/themes/res/values-mk/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Црвена"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Портокалова"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Жолта"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Зелена"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Сина"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Виолетова"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Магента"</string>
+</resources>
diff --git a/themes/res/values-ml/strings.xml b/themes/res/values-ml/strings.xml
new file mode 100644
index 0000000..fac9906
--- /dev/null
+++ b/themes/res/values-ml/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ചുവപ്പ്"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ഓറഞ്ച്"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"മഞ്ഞ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"പച്ച"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"നീല"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"പർപ്പിൾ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"മജന്ത"</string>
+</resources>
diff --git a/themes/res/values-mn/strings.xml b/themes/res/values-mn/strings.xml
new file mode 100644
index 0000000..ac9d8ba
--- /dev/null
+++ b/themes/res/values-mn/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Улаан"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Улбар шар"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Шар"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Ногоон"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Цэнхэр"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Нил ягаан"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Гүн нил ягаан"</string>
+</resources>
diff --git a/themes/res/values-mr/strings.xml b/themes/res/values-mr/strings.xml
new file mode 100644
index 0000000..742cb47
--- /dev/null
+++ b/themes/res/values-mr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"लाल"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"नारिंगी"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"पिवळा"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"हिरवा"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"निळा"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"जांभळा"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"मजेंटा"</string>
+</resources>
diff --git a/themes/res/values-ms/strings.xml b/themes/res/values-ms/strings.xml
new file mode 100644
index 0000000..eda40ca
--- /dev/null
+++ b/themes/res/values-ms/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Merah"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Jingga"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Kuning"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Hijau"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Biru"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Ungu"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-my/strings.xml b/themes/res/values-my/strings.xml
new file mode 100644
index 0000000..58d3f31
--- /dev/null
+++ b/themes/res/values-my/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"အနီရောင်"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"လိမ္မော်ရောင်"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"အဝါရောင်"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"အစိမ်းရောင်"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"အပြာရောင်"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ခရမ်းရောင်"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ပန်းခရမ်း"</string>
+</resources>
diff --git a/themes/res/values-nb/strings.xml b/themes/res/values-nb/strings.xml
new file mode 100644
index 0000000..cc42d6c
--- /dev/null
+++ b/themes/res/values-nb/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rød"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oransje"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Gul"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Grønn"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blå"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lilla"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-ne/strings.xml b/themes/res/values-ne/strings.xml
new file mode 100644
index 0000000..a5c223e
--- /dev/null
+++ b/themes/res/values-ne/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"रातो"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"सुन्तले रङ"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"पहेँलो"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"हरियो"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"निलो"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"बैजनी"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"मजेन्टा"</string>
+</resources>
diff --git a/themes/res/values-nl/strings.xml b/themes/res/values-nl/strings.xml
new file mode 100644
index 0000000..1a10728
--- /dev/null
+++ b/themes/res/values-nl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rood"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranje"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Geel"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Groen"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blauw"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Paars"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-or/strings.xml b/themes/res/values-or/strings.xml
new file mode 100644
index 0000000..be0b57d
--- /dev/null
+++ b/themes/res/values-or/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ଲାଲ୍"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"କମଳା"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"ହଳଦିଆ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"ସବୁଜ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ନୀଳ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ବାଇଗଣୀ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ମାଜେଣ୍ଟା"</string>
+</resources>
diff --git a/themes/res/values-pa/strings.xml b/themes/res/values-pa/strings.xml
new file mode 100644
index 0000000..dae483e
--- /dev/null
+++ b/themes/res/values-pa/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ਲਾਲ"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ਸੰਤਰੀ"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"ਪੀਲਾ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"ਹਰਾ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"ਨੀਲਾ"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ਜਾਮਨੀ"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ਮੈਜੰਟਾ"</string>
+</resources>
diff --git a/themes/res/values-pl/strings.xml b/themes/res/values-pl/strings.xml
new file mode 100644
index 0000000..c34d133
--- /dev/null
+++ b/themes/res/values-pl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Czerwony"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Pomarańczowy"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Żółty"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zielony"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Niebieski"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Fioletowy"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Amarantowy"</string>
+</resources>
diff --git a/themes/res/values-pt-rPT/strings.xml b/themes/res/values-pt-rPT/strings.xml
new file mode 100644
index 0000000..0558b58
--- /dev/null
+++ b/themes/res/values-pt-rPT/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Vermelho"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Laranja"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Amarelo"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Azul"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Roxo"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-pt/strings.xml b/themes/res/values-pt/strings.xml
new file mode 100644
index 0000000..0558b58
--- /dev/null
+++ b/themes/res/values-pt/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Vermelho"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Laranja"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Amarelo"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Azul"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Roxo"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-ro/strings.xml b/themes/res/values-ro/strings.xml
new file mode 100644
index 0000000..35c2abe
--- /dev/null
+++ b/themes/res/values-ro/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Roșu"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Portocaliu"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Galben"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Verde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Albastru"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Violet"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-ru/strings.xml b/themes/res/values-ru/strings.xml
new file mode 100644
index 0000000..77e82f8
--- /dev/null
+++ b/themes/res/values-ru/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Красный"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Оранжевый"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Желтый"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Зеленый"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Синий"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Фиолетовый"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Пурпурный"</string>
+</resources>
diff --git a/themes/res/values-si/strings.xml b/themes/res/values-si/strings.xml
new file mode 100644
index 0000000..1da790a
--- /dev/null
+++ b/themes/res/values-si/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"රතු"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"තැඹිලි"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"කහ"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"කොළ"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"නිල්"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"දම්"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"මැජෙන්ටා"</string>
+</resources>
diff --git a/themes/res/values-sk/strings.xml b/themes/res/values-sk/strings.xml
new file mode 100644
index 0000000..e08467f
--- /dev/null
+++ b/themes/res/values-sk/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Červená"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranžová"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Žltá"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zelená"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Modrá"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Fialová"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Ružovofialová"</string>
+</resources>
diff --git a/themes/res/values-sl/strings.xml b/themes/res/values-sl/strings.xml
new file mode 100644
index 0000000..6c808c3
--- /dev/null
+++ b/themes/res/values-sl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Rdeča"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Oranžna"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Rumena"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Zelena"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Modra"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Vijolična"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-sq/strings.xml b/themes/res/values-sq/strings.xml
new file mode 100644
index 0000000..7c4f53c
--- /dev/null
+++ b/themes/res/values-sq/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"E kuqe"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Portokalli"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"E verdhë"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"E gjelbër"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blu"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Vjollcë"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"E purpurt"</string>
+</resources>
diff --git a/themes/res/values-sr/strings.xml b/themes/res/values-sr/strings.xml
new file mode 100644
index 0000000..68155e0
--- /dev/null
+++ b/themes/res/values-sr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Црвена"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Наранџаста"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Жута"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Зелена"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Плава"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Љубичаста"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Магента"</string>
+</resources>
diff --git a/themes/res/values-sv/strings.xml b/themes/res/values-sv/strings.xml
new file mode 100644
index 0000000..c6f7f20
--- /dev/null
+++ b/themes/res/values-sv/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Röd"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Gul"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Grön"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Blå"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Lila"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-sw/strings.xml b/themes/res/values-sw/strings.xml
new file mode 100644
index 0000000..0b1b90a
--- /dev/null
+++ b/themes/res/values-sw/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Nyekundu"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Rangi ya machungwa"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Njano"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Kijani"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Bluu"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Zambarau"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Majenta"</string>
+</resources>
diff --git a/themes/res/values-ta/strings.xml b/themes/res/values-ta/strings.xml
new file mode 100644
index 0000000..4b76331
--- /dev/null
+++ b/themes/res/values-ta/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"சிவப்பு"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ஆரஞ்சு"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"மஞ்சள்"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"பச்சை"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"நீலம்"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ஊதா"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"மெஜந்தா"</string>
+</resources>
diff --git a/themes/res/values-te/strings.xml b/themes/res/values-te/strings.xml
new file mode 100644
index 0000000..e6b0246
--- /dev/null
+++ b/themes/res/values-te/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"ఎరుపు రంగు"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"నారింజ రంగు"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"పసుపు రంగు"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"ఆకుపచ్చ రంగు"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"నీలం"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ఊదా రంగు"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"మెజెంటా రంగు"</string>
+</resources>
diff --git a/themes/res/values-th/strings.xml b/themes/res/values-th/strings.xml
new file mode 100644
index 0000000..e597d2b
--- /dev/null
+++ b/themes/res/values-th/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"แดง"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"ส้ม"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"เหลือง"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"เขียว"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"น้ำเงิน"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"ม่วง"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"ม่วงแดง"</string>
+</resources>
diff --git a/themes/res/values-tl/strings.xml b/themes/res/values-tl/strings.xml
new file mode 100644
index 0000000..c57e5be
--- /dev/null
+++ b/themes/res/values-tl/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Pula"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Orange"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Dilaw"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Berde"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Asul"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Purple"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Magenta"</string>
+</resources>
diff --git a/themes/res/values-tr/strings.xml b/themes/res/values-tr/strings.xml
new file mode 100644
index 0000000..e825d77
--- /dev/null
+++ b/themes/res/values-tr/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Kırmızı"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Turuncu"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Sarı"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Yeşil"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Mavi"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Mor"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Macenta"</string>
+</resources>
diff --git a/themes/res/values-uk/strings.xml b/themes/res/values-uk/strings.xml
new file mode 100644
index 0000000..a839046
--- /dev/null
+++ b/themes/res/values-uk/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Червоний"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Оранжевий"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Жовтий"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Зелений"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Синій"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Фіолетовий"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Пурпуровий"</string>
+</resources>
diff --git a/themes/res/values-ur/strings.xml b/themes/res/values-ur/strings.xml
new file mode 100644
index 0000000..de5bd32
--- /dev/null
+++ b/themes/res/values-ur/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"سرخ"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"نارنجی"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"پیلا"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"سبز"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"نیلا"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"جامنی"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"میجنٹا"</string>
+</resources>
diff --git a/themes/res/values-uz/strings.xml b/themes/res/values-uz/strings.xml
new file mode 100644
index 0000000..f077f56
--- /dev/null
+++ b/themes/res/values-uz/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Qizil"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Toʻq sariq"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Sariq"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Yashil"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Koʻk"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Siyohrang"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Qirmizi"</string>
+</resources>
diff --git a/themes/res/values-vi/strings.xml b/themes/res/values-vi/strings.xml
new file mode 100644
index 0000000..4eaf609
--- /dev/null
+++ b/themes/res/values-vi/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Đỏ"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Cam"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Vàng"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Xanh lục"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Xanh lam"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Tím"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Đỏ tía"</string>
+</resources>
diff --git a/themes/res/values-zh-rCN/strings.xml b/themes/res/values-zh-rCN/strings.xml
new file mode 100644
index 0000000..e49ed58
--- /dev/null
+++ b/themes/res/values-zh-rCN/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"红色"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"橙色"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"黄色"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"绿色"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"蓝色"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"紫色"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"品红色"</string>
+</resources>
diff --git a/themes/res/values-zh-rHK/strings.xml b/themes/res/values-zh-rHK/strings.xml
new file mode 100644
index 0000000..007c561
--- /dev/null
+++ b/themes/res/values-zh-rHK/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"紅色"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"橙色"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"黃色"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"綠色"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"藍色"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"紫色"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"紫紅色"</string>
+</resources>
diff --git a/themes/res/values-zu/strings.xml b/themes/res/values-zu/strings.xml
new file mode 100644
index 0000000..290c1e9
--- /dev/null
+++ b/themes/res/values-zu/strings.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="rainbow_color_name_red" msgid="7452506008058561006">"Okubomvu"</string>
+ <string name="rainbow_color_name_orange" msgid="2921298510262609543">"Okuwolintshi"</string>
+ <string name="rainbow_color_name_yellow" msgid="8675574652757989201">"Okuphuzi"</string>
+ <string name="rainbow_color_name_green" msgid="1932895389710184112">"Okuluhlaza okotshani"</string>
+ <string name="rainbow_color_name_blue" msgid="3473176664458856892">"Okuluhlaza okwesibhakabhaka"</string>
+ <string name="rainbow_color_name_purple" msgid="2704722524588084868">"Okuphephuli"</string>
+ <string name="rainbow_color_name_magenta" msgid="7248703626077785569">"Oku-magenta"</string>
+</resources>
diff --git a/themes/res/values/color-bundles.xml b/themes/res/values/color-bundles.xml
new file mode 100644
index 0000000..4d7cc63
--- /dev/null
+++ b/themes/res/values/color-bundles.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+<resources>
+ <array name="color_bundles">
+ <item>rainbow1</item>
+ <item>rainbow2</item>
+ <item>rainbow3</item>
+ <item>rainbow4</item>
+ <item>rainbow5</item>
+ <item>rainbow6</item>
+ <item>rainbow7</item>
+ </array>
+</resources>
diff --git a/themes/res/values/colors.xml b/themes/res/values/colors.xml
new file mode 100644
index 0000000..3ffb9fc
--- /dev/null
+++ b/themes/res/values/colors.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+<resources>
+ <color name="color_secondary_rainbow1">#FFB2B5</color>
+ <color name="color_secondary_rainbow2">#FFB868</color>
+ <color name="color_secondary_rainbow3">#E9C44A</color>
+ <color name="color_secondary_rainbow4">#BAF293</color>
+ <color name="color_secondary_rainbow5">#96CBFF</color>
+ <color name="color_secondary_rainbow6">#CBBFFF</color>
+ <color name="color_secondary_rainbow7">#F5ACFB</color>
+</resources>
diff --git a/themes/res/values/strings.xml b/themes/res/values/strings.xml
new file mode 100644
index 0000000..8bc04bd
--- /dev/null
+++ b/themes/res/values/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2022 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+<resources>
+ <string name="app_name" translatable="false">Themes</string>
+ <string name="rainbow_color_name_red">Red</string>
+ <string name="rainbow_color_name_orange">Orange</string>
+ <string name="rainbow_color_name_yellow">Yellow</string>
+ <string name="rainbow_color_name_green">Green</string>
+ <string name="rainbow_color_name_blue">Blue</string>
+ <string name="rainbow_color_name_purple">Purple</string>
+ <string name="rainbow_color_name_magenta">Magenta</string>
+
+ <string name="bundle_name_rainbow1" translatable="false">@string/rainbow_color_name_red</string>
+ <string name="bundle_name_rainbow2" translatable="false">@string/rainbow_color_name_orange</string>
+ <string name="bundle_name_rainbow3" translatable="false">@string/rainbow_color_name_yellow</string>
+ <string name="bundle_name_rainbow4" translatable="false">@string/rainbow_color_name_green</string>
+ <string name="bundle_name_rainbow5" translatable="false">@string/rainbow_color_name_blue</string>
+ <string name="bundle_name_rainbow6" translatable="false">@string/rainbow_color_name_purple</string>
+ <string name="bundle_name_rainbow7" translatable="false">@string/rainbow_color_name_magenta</string>
+
+ <string name="color_style_rainbow1" translatable="false">RAINBOW</string>
+ <string name="color_style_rainbow2" translatable="false">RAINBOW</string>
+ <string name="color_style_rainbow3" translatable="false">RAINBOW</string>
+ <string name="color_style_rainbow4" translatable="false">RAINBOW</string>
+ <string name="color_style_rainbow5" translatable="false">RAINBOW</string>
+ <string name="color_style_rainbow6" translatable="false">RAINBOW</string>
+ <string name="color_style_rainbow7" translatable="false">RAINBOW</string>
+</resources>