diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-12-22 11:25:14 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-12-22 11:25:14 +0000 |
commit | debe0426623328d77210169ce1df1f01f80df7fe (patch) | |
tree | 31525f80bafa91c56a737edc58c0c1cb479dec13 | |
parent | 205bf8aeabbdfcd6b7d05133f3317c6bcf6c568c (diff) | |
parent | e3478f0f19bfaceb324ceb2c5a01808ce71a59c6 (diff) |
Snap for 9430503 from e3478f0f19bfaceb324ceb2c5a01808ce71a59c6 to t-keystone-qcom-release
Change-Id: Id033aceeedccfdf9b39344d58ddb095e95924e8c
195 files changed, 3429 insertions, 281 deletions
@@ -24,22 +24,6 @@ filegroup { 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 @@ genrule { name: "ThemePicker_res", tools: ["soong_zip"], srcs: [ - "res/**/*" + "res/**/*", ], out: ["ThemePicker_res.zip"], cmd: "INPUTS=($(in)) && " @@ -89,6 +73,10 @@ android_app { "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 ff8f187d..ee96ae39 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/PREUPLOAD.cfg b/PREUPLOAD.cfg index f3db20e3..b659bfa8 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -1,2 +1,4 @@ [Hook Scripts] checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} + +ktfmt_hook = ${REPO_ROOT}/external/ktfmt/ktfmt.py --check -i ${REPO_ROOT}/packages/apps/ThemePicker/ktfmt_includes.txt ${PREUPLOAD_FILES} diff --git a/ktfmt_includes.txt b/ktfmt_includes.txt new file mode 100644 index 00000000..703e852e --- /dev/null +++ b/ktfmt_includes.txt @@ -0,0 +1,7 @@ ++src/ ++src_override/ ++tests/ +-src/com/android/customization/model/color/ColorProvider.kt +-src/com/android/customization/model/color/ColorUtils.kt +-src/com/android/customization/module/SysUiStatsLogger.kt +-src/com/android/customization/picker/clock/ClockSectionView.kt diff --git a/res/drawable/ic_clock_24px.xml b/res/drawable/ic_clock_24px.xml new file mode 100644 index 00000000..b3f1feeb --- /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 00000000..c0236116 --- /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 00000000..d95e651a --- /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 b9ab0e33..e1b4b819 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/layout/fragment_clock_custom_picker.xml b/res/layout/fragment_clock_custom_picker.xml new file mode 100644 index 00000000..f1bd12b3 --- /dev/null +++ b/res/layout/fragment_clock_custom_picker.xml @@ -0,0 +1,55 @@ +<?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. +--> +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:paddingBottom="108dp"> + + <FrameLayout + android:id="@+id/section_header_container" + android:layout_width="match_parent" + android:layout_height="wrap_content" + app:layout_constraintBottom_toTopOf="@+id/preview_card_container" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + + <include layout="@layout/section_header" /> + </FrameLayout> + + <FrameLayout + android:id="@+id/preview_card_container" + android:layout_width="0dp" + android:layout_height="0dp" + app:layout_constrainedHeight="true" + app:layout_constraintBottom_toTopOf="@+id/clock_preview_card_list" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/section_header_container" + android:paddingBottom="@dimen/preview_page_bottom_margin" + android:paddingTop="@dimen/preview_page_top_margin" + android:clipToPadding="false" /> + + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/clock_preview_card_list" + android:layout_width="match_parent" + android:layout_height="@dimen/options_container_height" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/preview_card_container" + android:paddingHorizontal="@dimen/grid_options_container_horizontal_margin" + android:scrollbars="horizontal" + android:clipToPadding="false" /> +</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index 4a6733ec..9cda0914 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 592ad89b..8a8a5330 100644 --- a/res/values-am/strings.xml +++ b/res/values-am/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-ar/strings.xml b/res/values-ar/strings.xml index ef802d26..50ed34da 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -17,9 +17,11 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <string name="app_name" msgid="1647136562008520313">"الخلفية والنمط"</string> + <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-as/strings.xml b/res/values-as/strings.xml index fb72239e..74fd9470 100644 --- a/res/values-as/strings.xml +++ b/res/values-as/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-az/strings.xml b/res/values-az/strings.xml index 2d8209ba..79ecb465 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 d8aacd66..713cea8c 100644 --- a/res/values-b+sr+Latn/strings.xml +++ b/res/values-b+sr+Latn/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">"Prilagođeni sat"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Promenite prilagođeni sat"</string> <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 41514780..d23f6071 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/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-bg/strings.xml b/res/values-bg/strings.xml index 849af698..21d5ac05 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/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-bn/strings.xml b/res/values-bn/strings.xml index b1c9abe8..25241a88 100644 --- a/res/values-bn/strings.xml +++ b/res/values-bn/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-bs/strings.xml b/res/values-bs/strings.xml index 11c45877..901ac783 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">"Odabir prilagođ. sata"</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 f9a3a331..fa26aa99 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Rellotge pers."</string> + <string name="clock_description" msgid="3563839327378948">"Tria rellotge pers."</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Canvia un rellotge personalitzat"</string> <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 3bdbe89b..5bee171e 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Vlastní hodiny"</string> + <string name="clock_description" msgid="3563839327378948">"Výběr vlastních hodin"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Změna vlastních hodin"</string> <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 68fe7b33..46f319bd 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Tilpasset ur"</string> + <string name="clock_description" msgid="3563839327378948">"Vælg tilpasset ur"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Juster et tilpasset ur"</string> <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 c55bffbd..3bc35324 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Benutzerdefinierte Uhr"</string> + <string name="clock_description" msgid="3563839327378948">"Benutzerdefinierte Uhr wählen"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Benutzerdefinierte Uhr ändern"</string> <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 db4400f0..5fe90439 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 afd6deba..6a8ca3d7 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 afd6deba..6a8ca3d7 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 afd6deba..6a8ca3d7 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 afd6deba..6a8ca3d7 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 8ed71cdd..0dea21bb 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 0eb30c72..c6e19383 100644 --- a/res/values-es-rUS/strings.xml +++ b/res/values-es-rUS/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 person."</string> + <string name="clock_description" msgid="3563839327378948">"Elige un reloj"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Cambia el reloj personalizado"</string> <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 c45e390a..6aceec2a 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 2a6e0510..bad77e87 100644 --- a/res/values-et/strings.xml +++ b/res/values-et/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Kohandatud kell"</string> + <string name="clock_description" msgid="3563839327378948">"Kohandatud kell"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Kohandatud kella muutmine"</string> <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 7944b939..b7e748ce 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> @@ -79,7 +81,7 @@ <string name="accessibility_custom_shape_title" msgid="7708408259374643129">"Forma pertsonalizatua"</string> <string name="accessibility_custom_name_title" msgid="5494460518085463262">"Estilo pertsonalizatuaren izena"</string> <string name="mode_title" msgid="2394873501427436055">"Gai iluna"</string> - <string name="mode_disabled_msg" msgid="9196245518435936512">"Aldi baterako desgaituta, bateria-aurrezlea dela eta"</string> + <string name="mode_disabled_msg" msgid="9196245518435936512">"Aldi baterako desgaituta, bateria-aurreztailea dela eta"</string> <string name="mode_changed" msgid="2243581369395418584">"Aldatu da gaia"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Ikono gaidunak"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index 4a5f7639..1d3a43a0 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/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-fi/strings.xml b/res/values-fi/strings.xml index 37f57b88..61047d8a 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Oma kello"</string> + <string name="clock_description" msgid="3563839327378948">"Valitse kello"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Muuta omaa kelloa"</string> <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 c271e5ce..0d0d44d9 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 f6b55465..c87878d3 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/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">"Cadran perso."</string> + <string name="clock_description" msgid="3563839327378948">"Choisir cadran"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifier un cadran personnalisé"</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">"Appuyer pour modifier"</string> diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml index 5b90944c..0f9743de 100644 --- a/res/values-gl/strings.xml +++ b/res/values-gl/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Reloxo person."</string> + <string name="clock_description" msgid="3563839327378948">"Elixe reloxo pers."</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Cambiar reloxo 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">"Toca para editar"</string> @@ -67,7 +69,7 @@ <string name="set_theme_wallpaper_dialog_message" msgid="2179661027350908003">"Definir fondo de pantalla do estilo"</string> <string name="use_style_instead_title" msgid="1578754995763917502">"Prefires utilizar <xliff:g id="ID_1">%1$s</xliff:g>?"</string> <string name="use_style_instead_body" msgid="3051937045807471496">"O estilo de <xliff:g id="ID_1">%1$s</xliff:g> concorda cos compoñentes que escolliches. Prefires utilizar <xliff:g id="ID_2">%1$s</xliff:g>?"</string> - <string name="use_style_button" msgid="1754493078383627019">"Utilizar <xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="use_style_button" msgid="1754493078383627019">"Usar <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="no_thanks" msgid="7286616980115687627">"Non, grazas"</string> <string name="clock_preview_content_description" msgid="5460561185905717460">"Vista previa do reloxo <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="something_went_wrong" msgid="529840112449799117">"Ai! Produciuse un erro."</string> diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml index 1ff79ad5..4f501b2a 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 a207bfe1..0b0b8b70 100644 --- a/res/values-hi/strings.xml +++ b/res/values-hi/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-hr/strings.xml b/res/values-hr/strings.xml index b603fa6d..bb33da1d 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 620d36c7..b814c0cf 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Egyedi óra"</string> + <string name="clock_description" msgid="3563839327378948">"Egyedi óra választása"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Egyedi óra módosítása"</string> <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 7c7d0594..b3d5829f 100644 --- a/res/values-hy/strings.xml +++ b/res/values-hy/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-in/strings.xml b/res/values-in/strings.xml index 7e48536e..ffbfdbd6 100644 --- a/res/values-in/strings.xml +++ b/res/values-in/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Jam Kustom"</string> + <string name="clock_description" msgid="3563839327378948">"Pilih jam kustom"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Ubah jam kustom"</string> <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> @@ -48,7 +50,7 @@ <string name="applied_theme_msg" msgid="3749018706366796244">"Gaya berhasil disetel"</string> <string name="applied_clock_msg" msgid="1303338016701443767">"Jam berhasil disetel"</string> <string name="applied_grid_msg" msgid="3250499654436933034">"Petak berhasil disetel"</string> - <string name="apply_theme_error_msg" msgid="791364062636538317">"Terjadi masalah saat menerapkan gaya"</string> + <string name="apply_theme_error_msg" msgid="791364062636538317">"Terjadi error saat menerapkan gaya"</string> <string name="custom_theme_next" msgid="6235420097213197301">"Berikutnya"</string> <string name="custom_theme_previous" msgid="4941132112640503022">"Sebelumnya"</string> <string name="custom_theme" msgid="1618351922263478163">"Kustom"</string> @@ -70,7 +72,7 @@ <string name="use_style_button" msgid="1754493078383627019">"Gunakan <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="no_thanks" msgid="7286616980115687627">"Lain kali"</string> <string name="clock_preview_content_description" msgid="5460561185905717460">"Pratinjau jam <xliff:g id="ID_1">%1$s</xliff:g>"</string> - <string name="something_went_wrong" msgid="529840112449799117">"Ups! Ada yang tidak beres."</string> + <string name="something_went_wrong" msgid="529840112449799117">"Maaf, terjadi error."</string> <string name="theme_preview_icons_section_title" msgid="7064768910744000643">"Warna/Ikon"</string> <string name="style_info_description" msgid="2612473574431003251">"Pratinjau font, ikon, bentuk aplikasi, dan warna"</string> <string name="accessibility_custom_font_title" msgid="966867359157303705">"Font khusus"</string> diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml index 9312a5cf..96f78b2c 100644 --- a/res/values-is/strings.xml +++ b/res/values-is/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Sérsniðin klukka"</string> + <string name="clock_description" msgid="3563839327378948">"Veldu sérsniðna klukku"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Breyta sérsniðinni klukku"</string> <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 08df999a..1e24a3f6 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Orologio personalizzato"</string> + <string name="clock_description" msgid="3563839327378948">"Scegli un orologio personalizzato"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifica un orologio personalizzato"</string> <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 5d9e2d95..4f3556f8 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/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-ja/strings.xml b/res/values-ja/strings.xml index f6a20d35..7eafb66c 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 7fb2f969..a6b91ecb 100644 --- a/res/values-ka/strings.xml +++ b/res/values-ka/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-kk/strings.xml b/res/values-kk/strings.xml index c62d6a02..abee0ba1 100644 --- a/res/values-kk/strings.xml +++ b/res/values-kk/strings.xml @@ -19,17 +19,19 @@ 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> + <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> <string name="keep_my_wallpaper" msgid="8012385376769568517">"Қазіргі тұсқағазды қалдыру"</string> - <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Стильді алдын ала қарау"</string> - <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Торды алдын ала қарау"</string> - <string name="font_preview_content_description" msgid="128230439293337891">"Қаріпті алдын ала қарау"</string> - <string name="icon_preview_content_description" msgid="7761101284351952890">"Белгішені алдын ала қарау"</string> - <string name="color_preview_content_description" msgid="4879120462082058124">"Түсті алдын ала қарау"</string> - <string name="shape_preview_content_description" msgid="6479487796176550432">"Пішінді алдын ала қарау"</string> + <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Стильді алдын ала көру"</string> + <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Торды алдын ала көру"</string> + <string name="font_preview_content_description" msgid="128230439293337891">"Қаріпті алдын ала көру"</string> + <string name="icon_preview_content_description" msgid="7761101284351952890">"Белгішені алдын ала көру"</string> + <string name="color_preview_content_description" msgid="4879120462082058124">"Түсті алдын ала көру"</string> + <string name="shape_preview_content_description" msgid="6479487796176550432">"Пішінді алдын ала көру"</string> <string name="option_applied_description" msgid="5022305212078053534">"<xliff:g id="ID_1">%1$s</xliff:g>, қазір қосулы"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, қазір қолданылды және алдын ала қаралды"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, қазір алдын ала қаралды"</string> @@ -69,10 +71,10 @@ <string name="use_style_instead_body" msgid="3051937045807471496">"Таңдаған компоненттеріңіз <xliff:g id="ID_1">%1$s</xliff:g> стиліне сәйкес келеді. Орнына <xliff:g id="ID_2">%1$s</xliff:g> стилін пайдаланғыңыз келе ме?"</string> <string name="use_style_button" msgid="1754493078383627019">"<xliff:g id="ID_1">%1$s</xliff:g> таңдалсын"</string> <string name="no_thanks" msgid="7286616980115687627">"Жоқ, рақмет"</string> - <string name="clock_preview_content_description" msgid="5460561185905717460">"<xliff:g id="ID_1">%1$s</xliff:g> сағатын алдын ала қарау"</string> + <string name="clock_preview_content_description" msgid="5460561185905717460">"<xliff:g id="ID_1">%1$s</xliff:g> сағатын алдын ала көру"</string> <string name="something_went_wrong" msgid="529840112449799117">"Қап! Бірдеңе дұрыс болмады."</string> <string name="theme_preview_icons_section_title" msgid="7064768910744000643">"Түс/Белгішелер"</string> - <string name="style_info_description" msgid="2612473574431003251">"Қаріпті, белгішелерді, қолданба пішінін алдын ала қарау"</string> + <string name="style_info_description" msgid="2612473574431003251">"Қаріпті, белгішелерді, қолданба пішінін алдын ала көру"</string> <string name="accessibility_custom_font_title" msgid="966867359157303705">"Арнаулы қаріп"</string> <string name="accessibility_custom_icon_title" msgid="5753297905849062296">"Арнаулы белгіше"</string> <string name="accessibility_custom_color_title" msgid="4124246598886320663">"Арнаулы түс"</string> diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml index 02080a7a..eb1dca68 100644 --- a/res/values-km/strings.xml +++ b/res/values-km/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> @@ -81,7 +83,7 @@ <string name="mode_title" msgid="2394873501427436055">"រចនាប័ទ្មងងឹត"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"បានបិទជាបណ្តោះអាសន្ន ដោយសារមុខងារសន្សំថ្ម"</string> <string name="mode_changed" msgid="2243581369395418584">"បានផ្លាស់ប្ដូររចនាប័ទ្ម"</string> - <string name="themed_icon_title" msgid="7312460430471956558">"រូបតំណាងប្ដូររចនាប័ទ្ម"</string> + <string name="themed_icon_title" msgid="7312460430471956558">"រូបតំណាងប្ដូរតាមទម្រង់រចនា"</string> <string name="beta_title" msgid="8703819523760746458">"បេតា"</string> <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"ប្ដូរក្រឡាកម្មវិធី"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"ពណ៌ផ្ទាំងរូបភាព"</string> diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml index 95d8df3d..f1b6efe1 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 25e7d43a..ef1e5737 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/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-ky/strings.xml b/res/values-ky/strings.xml index f7b60ef7..e292d1e6 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 8fe51ba5..c70c1e7d 100644 --- a/res/values-lo/strings.xml +++ b/res/values-lo/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-lt/strings.xml b/res/values-lt/strings.xml index 02b289b7..2075eda7 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Tink. laikrodis"</string> + <string name="clock_description" msgid="3563839327378948">"Pasir. tink. laikr."</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Keiskite tinkintą laikrodį"</string> <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 f8fb310e..2c89c6d2 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Pielāgots ekrāns"</string> + <string name="clock_description" msgid="3563839327378948">"Pielāgota ekrāna izvēle"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Mainiet pielāgotu pulksteņa ekrānu."</string> <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 197058cc..b81d4729 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 91ae2dc0..704dc54b 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 6fc45b55..d7c80345 100644 --- a/res/values-mn/strings.xml +++ b/res/values-mn/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-mr/strings.xml b/res/values-mr/strings.xml index 0eba26e4..f8899920 100644 --- a/res/values-mr/strings.xml +++ b/res/values-mr/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-ms/strings.xml b/res/values-ms/strings.xml index a241339d..54e1b8b8 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 f4eeb3f3..9d5a12bd 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> @@ -78,7 +80,7 @@ <string name="accessibility_custom_color_title" msgid="4124246598886320663">"စိတ်ကြိုက်အရောင်"</string> <string name="accessibility_custom_shape_title" msgid="7708408259374643129">"စိတ်ကြိုက်ပုံသဏ္ဌာန်"</string> <string name="accessibility_custom_name_title" msgid="5494460518085463262">"စိတ်ကြိုက်ပုံစံအမည်"</string> - <string name="mode_title" msgid="2394873501427436055">"မှောင်သည့် အပြင်အဆင်"</string> + <string name="mode_title" msgid="2394873501427436055">"အမှောင်နောက်ခံ"</string> <string name="mode_disabled_msg" msgid="9196245518435936512">"‘ဘက်ထရီ အားထိန်း’ ကြောင့် ယာယီပိတ်ထားသည်"</string> <string name="mode_changed" msgid="2243581369395418584">"အပြင်အဆင် ပြောင်းလိုက်ပါပြီ"</string> <string name="themed_icon_title" msgid="7312460430471956558">"အပြင်အဆင်သုံး သင်္ကေတများ"</string> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index a82f28b1..c5baa003 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 a29a975c..b6164541 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 62103722..58d73e47 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Aangepaste klok"</string> + <string name="clock_description" msgid="3563839327378948">"Klok kiezen"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Aangepaste klok wijzigen"</string> <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 628fe743..bc27705c 100644 --- a/res/values-or/strings.xml +++ b/res/values-or/strings.xml @@ -19,10 +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> + <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> + <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"ଏଡିଟ କରିବା ପାଇଁ ଟାପ କରନ୍ତୁ"</string> <string name="keep_my_wallpaper" msgid="8012385376769568517">"ବର୍ତ୍ତମାନର ୱାଲ୍ପେପର୍କୁ ରଖନ୍ତୁ"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"ଷ୍ଟାଇଲ୍ ପ୍ରିଭ୍ୟୁ"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"ଗ୍ରିଡ୍ ପ୍ରିଭ୍ୟୁ"</string> @@ -63,7 +65,7 @@ <string name="icon_component_label" msgid="2625784884001407944">"ଆଇକନ୍ <xliff:g id="ID_1">%1$d</xliff:g>"</string> <string name="delete_custom_theme_confirmation" msgid="4452137183628769394">"କଷ୍ଟମ୍ ଶୈଳୀ ଡିଲିଟ୍ କରିବେ?"</string> <string name="delete_custom_theme_button" msgid="5102462988130208824">"ଡିଲିଟ୍ କରନ୍ତୁ"</string> - <string name="cancel" msgid="4651030493668562067">"ବାତିଲ୍ କରନ୍ତୁ"</string> + <string name="cancel" msgid="4651030493668562067">"ବାତିଲ କରନ୍ତୁ"</string> <string name="set_theme_wallpaper_dialog_message" msgid="2179661027350908003">"ଶୈଳୀ ଯୁକ୍ତ ୱାଲ୍ପେପର୍କୁ ସେଟ୍ କରନ୍ତୁ"</string> <string name="use_style_instead_title" msgid="1578754995763917502">"ଏହା ପରିବର୍ତ୍ତେ <xliff:g id="ID_1">%1$s</xliff:g> ବ୍ୟବହାର କରିବେ?"</string> <string name="use_style_instead_body" msgid="3051937045807471496">"ଆପଣ ବଛିଥିବା ଉପାଦାନଗୁଡ଼ିକ <xliff:g id="ID_1">%1$s</xliff:g> ଶୈଳୀ ସହ ମେଳ ହେଉଛି। ଏହା ପରିବର୍ତ୍ତେ ଆପଣ <xliff:g id="ID_2">%1$s</xliff:g>କୁ ବ୍ୟବହାର କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?"</string> diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml index 1d9d1194..e7168d7a 100644 --- a/res/values-pa/strings.xml +++ b/res/values-pa/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-pl/strings.xml b/res/values-pl/strings.xml index b3140dc2..fa7a7ba5 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Własny zegar"</string> + <string name="clock_description" msgid="3563839327378948">"Wybierz własny zegar"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Zmień własny zegar"</string> <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 a9a4fe38..ee1d7381 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 c8582653..cd09d6a1 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 73898361..1f5aa490 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -19,11 +19,13 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Ecran personalizat"</string> + <string name="clock_description" msgid="3563839327378948">"Alege un ecran personalizat"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Modifică un ecran personalizat"</string> <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> - <string name="keep_my_wallpaper" msgid="8012385376769568517">"Păstrați imaginea de fundal actuală"</string> + <string name="apply_theme_btn" msgid="6293081192321303991">"Aplică"</string> + <string name="edit_custom_theme_lbl" msgid="5211377705710775224">"Atinge pentru a modifica"</string> + <string name="keep_my_wallpaper" msgid="8012385376769568517">"Păstrează imaginea de fundal actuală"</string> <string name="theme_preview_card_content_description" msgid="5989222908619535533">"Previzualizarea stilului"</string> <string name="grid_preview_card_content_description" msgid="8449383777584714842">"Previzualizarea grilei"</string> <string name="font_preview_content_description" msgid="128230439293337891">"Previzualizarea fontului"</string> @@ -33,7 +35,7 @@ <string name="option_applied_description" msgid="5022305212078053534">"S-a aplicat <xliff:g id="ID_1">%1$s</xliff:g> acum"</string> <string name="option_applied_previewed_description" msgid="5269654286638446858">"<xliff:g id="ID_1">%1$s</xliff:g>, aplicată și previzualizată acum"</string> <string name="option_previewed_description" msgid="3467217598865047661">"<xliff:g id="ID_1">%1$s</xliff:g>, previzualizată acum"</string> - <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, modificați opțiunea selectată și previzualizată"</string> + <string name="option_change_applied_previewed_description" msgid="9197311327728570816">"<xliff:g id="ID_1">%1$s</xliff:g>, modifică opțiunea selectată și previzualizată"</string> <string name="theme_description" msgid="3697012391785254635">"Font: <xliff:g id="ID_1">%1$s</xliff:g>, pictograme: <xliff:g id="ID_2">%2$s</xliff:g>, formă: <xliff:g id="ID_3">%3$s</xliff:g>, culoare: <xliff:g id="ID_4">%4$s</xliff:g>"</string> <string name="default_theme_title" msgid="2555741736622366797">"Standard"</string> <string name="preview_name_font" msgid="4465423899630037038">"Font"</string> @@ -42,8 +44,8 @@ <string name="preview_name_shape" msgid="5676971146080968721">"Formă"</string> <string name="preview_name_wallpaper" msgid="1738652462949531828">"Imagine de fundal"</string> <string name="font_card_title" msgid="2343292653502548685">"ABC • abc • 123"</string> - <string name="font_card_body" msgid="6790525594503904468">"Adăugați fonturile preferate pe fiecare ecran"</string> - <string name="grid_options_title" msgid="7071930966989877023">"Alegeți o dimensiune de grilă"</string> + <string name="font_card_body" msgid="6790525594503904468">"Adaugă fonturile preferate pe fiecare ecran"</string> + <string name="grid_options_title" msgid="7071930966989877023">"Alege o dimensiune de grilă"</string> <string name="grid_title_pattern" msgid="9188866567612607806">"<xliff:g id="ID_1">%1$d</xliff:g> x <xliff:g id="ID_2">%2$d</xliff:g>"</string> <string name="applied_theme_msg" msgid="3749018706366796244">"Stilul a fost setat"</string> <string name="applied_clock_msg" msgid="1303338016701443767">"Ceasul a fost setat"</string> @@ -54,25 +56,25 @@ <string name="custom_theme" msgid="1618351922263478163">"Personalizat"</string> <string name="custom_theme_title" msgid="2192300350332693631">"<xliff:g id="ID_1">%1$d</xliff:g> personalizat"</string> <string name="custom_theme_fragment_title" msgid="6615547284702040280">"Stil personalizat"</string> - <string name="custom_theme_delete" msgid="4744494663184126202">"Ștergeți"</string> - <string name="font_component_title" msgid="8800340833695292049">"Alegeți fontul"</string> - <string name="icon_component_title" msgid="5779787138399083903">"Alegeți pictogramele"</string> - <string name="color_component_title" msgid="1194089273921078816">"Alegeți culoarea"</string> - <string name="shape_component_title" msgid="8366847436022025538">"Alegeți o formă"</string> - <string name="name_component_title" msgid="532425087968663437">"Denumiți stilul"</string> + <string name="custom_theme_delete" msgid="4744494663184126202">"Șterge"</string> + <string name="font_component_title" msgid="8800340833695292049">"Alege fontul"</string> + <string name="icon_component_title" msgid="5779787138399083903">"Alege pictogramele"</string> + <string name="color_component_title" msgid="1194089273921078816">"Alege culoarea"</string> + <string name="shape_component_title" msgid="8366847436022025538">"Alege o formă"</string> + <string name="name_component_title" msgid="532425087968663437">"Denumește stilul"</string> <string name="icon_component_label" msgid="2625784884001407944">"Pictogramele <xliff:g id="ID_1">%1$d</xliff:g>"</string> - <string name="delete_custom_theme_confirmation" msgid="4452137183628769394">"Ștergeți stilul personalizat?"</string> - <string name="delete_custom_theme_button" msgid="5102462988130208824">"Ștergeți"</string> - <string name="cancel" msgid="4651030493668562067">"Anulați"</string> - <string name="set_theme_wallpaper_dialog_message" msgid="2179661027350908003">"Setați imaginea de fundal pentru stil"</string> - <string name="use_style_instead_title" msgid="1578754995763917502">"Folosiți <xliff:g id="ID_1">%1$s</xliff:g> în schimb?"</string> - <string name="use_style_instead_body" msgid="3051937045807471496">"Componentele pe care le-ați ales se potrivesc stilului <xliff:g id="ID_1">%1$s</xliff:g>. Doriți să folosiți <xliff:g id="ID_2">%1$s</xliff:g> în schimb?"</string> - <string name="use_style_button" msgid="1754493078383627019">"Folosiți <xliff:g id="ID_1">%1$s</xliff:g>"</string> + <string name="delete_custom_theme_confirmation" msgid="4452137183628769394">"Ștergi stilul personalizat?"</string> + <string name="delete_custom_theme_button" msgid="5102462988130208824">"Șterge"</string> + <string name="cancel" msgid="4651030493668562067">"Anulează"</string> + <string name="set_theme_wallpaper_dialog_message" msgid="2179661027350908003">"Setează imaginea de fundal pentru stil"</string> + <string name="use_style_instead_title" msgid="1578754995763917502">"Folosești <xliff:g id="ID_1">%1$s</xliff:g> în schimb?"</string> + <string name="use_style_instead_body" msgid="3051937045807471496">"Componentele pe care le-ai ales se potrivesc stilului <xliff:g id="ID_1">%1$s</xliff:g>. Dorești să folosești <xliff:g id="ID_2">%1$s</xliff:g> în schimb?"</string> + <string name="use_style_button" msgid="1754493078383627019">"Folosește <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="no_thanks" msgid="7286616980115687627">"Nu, mulțumesc"</string> <string name="clock_preview_content_description" msgid="5460561185905717460">"Previzualizarea ceasului <xliff:g id="ID_1">%1$s</xliff:g>"</string> <string name="something_went_wrong" msgid="529840112449799117">"Hopa! Ceva nu a funcționat cum trebuie."</string> <string name="theme_preview_icons_section_title" msgid="7064768910744000643">"Culoare/pictograme"</string> - <string name="style_info_description" msgid="2612473574431003251">"Previzualizați fontul, pictogramele, forma aplicației și culoarea"</string> + <string name="style_info_description" msgid="2612473574431003251">"Previzualizează fontul, pictogramele, forma aplicației și culoarea"</string> <string name="accessibility_custom_font_title" msgid="966867359157303705">"Font personalizat"</string> <string name="accessibility_custom_icon_title" msgid="5753297905849062296">"Pictogramă personalizată"</string> <string name="accessibility_custom_color_title" msgid="4124246598886320663">"Culoare personalizată"</string> @@ -83,7 +85,7 @@ <string name="mode_changed" msgid="2243581369395418584">"Tema a fost schimbată"</string> <string name="themed_icon_title" msgid="7312460430471956558">"Pictograme tematice"</string> <string name="beta_title" msgid="8703819523760746458">"Beta"</string> - <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Schimbați grila de aplicații"</string> + <string name="gird_picker_entry_content_description" msgid="9087651470212293439">"Schimbă grila de aplicații"</string> <string name="wallpaper_color_tab" msgid="1447926591721403840">"Culori de fundal"</string> <string name="wallpaper_color_title" msgid="5687965239180986458">"Culoarea imaginii de fundal"</string> <string name="preset_color_tab" msgid="3133391839341329314">"Culori de bază"</string> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 1a674ffa..9790be23 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/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-si/strings.xml b/res/values-si/strings.xml index 2e85b262..ab6b828f 100644 --- a/res/values-si/strings.xml +++ b/res/values-si/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-sk/strings.xml b/res/values-sk/strings.xml index 7431decb..5b78df5d 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 a637d4f7..7b9e67a6 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Ura po meri"</string> + <string name="clock_description" msgid="3563839327378948">"Izberite uro po meri"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Spremenite uro po meri"</string> <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 8f6259cb..a4ecd13b 100644 --- a/res/values-sq/strings.xml +++ b/res/values-sq/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Orë e personalizuar"</string> + <string name="clock_description" msgid="3563839327378948">"Orë e personalizuar"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Ndrysho orën e personalizuar"</string> <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 3a7de2b7..61a99a82 100644 --- a/res/values-sr/strings.xml +++ b/res/values-sr/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-sv/strings.xml b/res/values-sv/strings.xml index d16ff0f9..8fb21655 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Anpassad klocka"</string> + <string name="clock_description" msgid="3563839327378948">"Välj anpassad klocka"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Ändra en anpassad klocka"</string> <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 1a014336..f093c1e0 100644 --- a/res/values-sw/strings.xml +++ b/res/values-sw/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Saa Maalum"</string> + <string name="clock_description" msgid="3563839327378948">"Chagua saa maalum"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Badili saa maalum"</string> <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 3a2bffb0..e611b64c 100644 --- a/res/values-ta/strings.xml +++ b/res/values-ta/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-te/strings.xml b/res/values-te/strings.xml index 72fd0c3e..10a83cb7 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 3375c300..8e5956e3 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 591a107a..72a5dc73 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Custom na Orasan"</string> + <string name="clock_description" msgid="3563839327378948">"Pumili ng custom na orasan"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Magbago ng custom na orasan"</string> <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 e90cc22f..ef52c16a 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Özel Saat"</string> + <string name="clock_description" msgid="3563839327378948">"Özel saat seçin"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Özel saati değiştirin"</string> <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 a41a498f..c7660dc7 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/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-ur/strings.xml b/res/values-ur/strings.xml index 8ae85d3c..a339231c 100644 --- a/res/values-ur/strings.xml +++ b/res/values-ur/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-uz/strings.xml b/res/values-uz/strings.xml index 44563b5b..d3fc6a8f 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 c078772a..14890482 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 1a205669..654da3a8 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/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-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml index df0972c8..a06494b7 100644 --- a/res/values-zh-rHK/strings.xml +++ b/res/values-zh-rHK/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-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 478d7597..6c7dbb5b 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/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-zu/strings.xml b/res/values-zu/strings.xml index e399001f..ebdf0049 100644 --- a/res/values-zu/strings.xml +++ b/res/values-zu/strings.xml @@ -19,7 +19,9 @@ 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> + <string name="clock_title" msgid="1974314575211361352">"Iwashi Elingokomuntu Ngamunye"</string> + <string name="clock_description" msgid="3563839327378948">"Khetha iwashi elingokomuntu ngamunye"</string> + <string name="clock_picker_entry_content_description" msgid="8377139273468595734">"Shintsha iwashi elingokomuntu ngamunye"</string> <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 1a15fd06..7aef401e 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 index 682d0143..682d0143 100644 --- a/res/layout/theme_cover_qsb.xml +++ b/res_override/layout/theme_cover_qsb.xml diff --git a/res/values/override.xml b/res_override/values/override.xml index a070dbec..05af9821 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 00000000..8f98b884 --- /dev/null +++ b/src/com/android/customization/model/clock/ClockSectionController.java @@ -0,0 +1,51 @@ +/* + * 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.ClockCustomFragment; +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) { + ClockSectionView view = (ClockSectionView) LayoutInflater.from(context).inflate( + R.layout.clock_section_view, + null); + view.setOnClickListener(v -> mNavigationController.navigateTo(new ClockCustomFragment())); + return view; + } +} diff --git a/src/com/android/customization/model/clock/custom/ClockCustomManager.java b/src/com/android/customization/model/clock/custom/ClockCustomManager.java new file mode 100644 index 00000000..0815a3ea --- /dev/null +++ b/src/com/android/customization/model/clock/custom/ClockCustomManager.java @@ -0,0 +1,43 @@ +/* + * 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.custom; + +import com.android.customization.model.CustomizationManager; + +import com.google.common.collect.Lists; + +/** + * {@link CustomizationManager} for clock faces. + */ +public class ClockCustomManager implements CustomizationManager<ClockOption> { + @Override + public boolean isAvailable() { + return true; + } + + @Override + public void apply(ClockOption option, Callback callback) { + // TODO(/b241966062) execute applying the clock when user selects a clock + } + + @Override + public void fetchOptions(OptionsFetchedListener<ClockOption> callback, boolean reload) { + // TODO(/b241966062) fetch the real clock metadata from the ClockRegistry + callback.onOptionsLoaded( + Lists.newArrayList(new ClockOption(), new ClockOption(), new ClockOption(), + new ClockOption(), new ClockOption())); + } +} diff --git a/src/com/android/customization/model/clock/custom/ClockOption.java b/src/com/android/customization/model/clock/custom/ClockOption.java new file mode 100644 index 00000000..5a9f051a --- /dev/null +++ b/src/com/android/customization/model/clock/custom/ClockOption.java @@ -0,0 +1,50 @@ +/* + * 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.custom; + +import android.view.View; + +import com.android.customization.model.CustomizationManager; +import com.android.customization.model.CustomizationOption; +import com.android.wallpaper.R; + +/** + * {@link CustomizationOption} for a clock face. + */ +public class ClockOption implements CustomizationOption<ClockOption> { + + @Override + public String getTitle() { + // TODO(/b241966062) use the title from the clock metadata + return "title"; + } + + @Override + public void bindThumbnailTile(View view) { + // TODO(/b241966062) bind the thumbnail + } + + @Override + public boolean isActive(CustomizationManager<ClockOption> manager) { + return false; + } + + + @Override + public int getLayoutResId() { + return R.layout.clock_option; + } +} diff --git a/src/com/android/customization/module/DefaultCustomizationSections.java b/src/com/android/customization/module/DefaultCustomizationSections.java index a4510eab..21f2c844 100644 --- a/src/com/android/customization/module/DefaultCustomizationSections.java +++ b/src/com/android/customization/module/DefaultCustomizationSections.java @@ -6,6 +6,7 @@ import android.os.Bundle; 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 @@ public final class DefaultCustomizationSections implements CustomizationSections 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 216395d3..e3e43368 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__ 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.clock.Clockface; 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 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them @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 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them 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 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them 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 @@ public class StatsLogUserEventLogger extends NoOpUserEventLogger implements Them @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 00000000..eb3bcc04 --- /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/ClockCustomFragment.java b/src/com/android/customization/picker/clock/ClockCustomFragment.java new file mode 100644 index 00000000..56860fea --- /dev/null +++ b/src/com/android/customization/picker/clock/ClockCustomFragment.java @@ -0,0 +1,76 @@ +/* + * 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 static com.android.wallpaper.widget.BottomActionBar.BottomAction.APPLY; +import static com.android.wallpaper.widget.BottomActionBar.BottomAction.INFORMATION; + +import android.os.Bundle; +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; + +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.recyclerview.widget.RecyclerView; + +import com.android.customization.model.clock.custom.ClockCustomManager; +import com.android.customization.model.clock.custom.ClockOption; +import com.android.customization.widget.OptionSelectorController; +import com.android.wallpaper.R; +import com.android.wallpaper.picker.AppbarFragment; +import com.android.wallpaper.widget.BottomActionBar; + +import com.google.common.collect.Lists; + +/** + * Fragment that contains the main UI for selecting and applying a custom clock. + */ +public class ClockCustomFragment extends AppbarFragment { + + OptionSelectorController<ClockOption> mClockSelectorController; + + @Nullable + @Override + public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, + @Nullable Bundle savedInstanceState) { + View view = inflater.inflate(R.layout.fragment_clock_custom_picker, container, false); + + setUpToolbar(view); + + RecyclerView clockPreviewCardList = view.requireViewById(R.id.clock_preview_card_list); + + mClockSelectorController = new OptionSelectorController<>(clockPreviewCardList, + Lists.newArrayList(new ClockOption(), new ClockOption(), new ClockOption(), + new ClockOption(), new ClockOption()), false, + OptionSelectorController.CheckmarkStyle.CENTER_CHANGE_COLOR_WHEN_NOT_SELECTED); + mClockSelectorController.initOptions(new ClockCustomManager()); + + return view; + } + + @Override + public CharSequence getDefaultTitle() { + return getString(R.string.clock_title); + } + + @Override + protected void onBottomActionBarReady(BottomActionBar bottomActionBar) { + super.onBottomActionBarReady(bottomActionBar); + bottomActionBar.showActionsOnly(INFORMATION, APPLY); + bottomActionBar.show(); + } +} 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 00000000..c0432094 --- /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 a66dd441..ffd70e0a 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.CustomizationManager; 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 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { 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 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { /** * 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 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { /** * Notify that a given option has changed. + * * @param option the option that changed */ public void optionChanged(T option) { @@ -217,7 +219,7 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { 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 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { } 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,66 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { }; 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); + final int availableWidth = (fixWidth != 0) ? fixWidth : availableDynamicWidth; + final boolean hasDecoration = mContainer.getItemDecorationCount() != 0; 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); + if (!hasDecoration) { + mContainer.addItemDecoration(new GridPaddingDecoration(padding, 0)); + } + // 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 && 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 { + final int widthPerItem = res.getDimensionPixelSize(R.dimen.option_tile_width) + ( + hasDecoration ? 0 : 2 * padding); + mContainer.setLayoutManager(new LinearLayoutManager(mContainer.getContext(), + LinearLayoutManager.HORIZONTAL, false)); + int extraSpace = availableWidth - mContainer.getMeasuredWidth(); + if (extraSpace >= 0) { + mContainer.setOverScrollMode(View.OVER_SCROLL_NEVER); } - return; - } - - 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); + 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; } - mContainer.addItemDecoration(new ItemEndHorizontalSpaceItemDecoration( - mContainer.getContext(), itemEndMargin)); - return; - } - int spaceBetweenItems = extraSpace / (mAdapter.getItemCount() + 1); - int itemSideMargin = spaceBetweenItems / 2; - mContainer.addItemDecoration(new HorizontalSpacerItemDecoration(itemSideMargin)); + int spaceBetweenItems = extraSpace / (mAdapter.getItemCount() + 1); + int itemSideMargin = spaceBetweenItems / 2; + mContainer.addItemDecoration(new HorizontalSpacerItemDecoration(itemSideMargin)); + } } public void resetOptions(List<T> options) { @@ -382,9 +378,10 @@ public class OptionSelectorController<T extends CustomizationOption<T>> { /** * 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 d35d88fb..76549cb5 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 00000000..fb3d9bec --- /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 00000000..68ead899 --- /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 00000000..59e659c2 --- /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 00000000..7b22f4cb --- /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 00000000..e1fb282c --- /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 00000000..38642d5f --- /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 00000000..ed3a3dc3 --- /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 00000000..4227e146 --- /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 00000000..7e0130da --- /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 00000000..1aa2b0ad --- /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 00000000..942eea16 --- /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 00000000..4227e146 --- /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 00000000..6ccf839d --- /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 00000000..6be2bc6e --- /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 00000000..ef759c2a --- /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 00000000..ba95a0b2 --- /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 00000000..5e47c230 --- /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 00000000..f10dfca5 --- /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 00000000..f10dfca5 --- /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 00000000..f10dfca5 --- /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 00000000..f10dfca5 --- /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 00000000..c6114a40 --- /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 00000000..a5f43a36 --- /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 00000000..f32bbcc3 --- /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 00000000..c80e0280 --- /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 00000000..def8ca45 --- /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 00000000..e6628d42 --- /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 00000000..385c7c8e --- /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 00000000..38a69e40 --- /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 00000000..1141778c --- /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 00000000..874f304e --- /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 00000000..b9f0ca4c --- /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 00000000..eb63fb5e --- /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 00000000..acfe739d --- /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 00000000..1daa4ec1 --- /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 00000000..433aa7dc --- /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 00000000..fd1ad806 --- /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 00000000..dd333db0 --- /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 00000000..b57ac745 --- /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 00000000..50a75411 --- /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 00000000..24e552dd --- /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 00000000..ea2d2353 --- /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 00000000..bc6aa760 --- /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 00000000..b3ace48e --- /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 00000000..abd1b724 --- /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 00000000..3c5710e2 --- /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 00000000..abcc95ed --- /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 00000000..e4d1ebf1 --- /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 00000000..0a6396ec --- /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 00000000..9b4038e6 --- /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 00000000..82a9b2ca --- /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 00000000..fac9906b --- /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 00000000..ac9d8bae --- /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 00000000..742cb47c --- /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 00000000..eda40ca2 --- /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 00000000..58d3f31b --- /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 00000000..cc42d6c2 --- /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 00000000..a5c223e5 --- /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 00000000..1a10728a --- /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 00000000..be0b57d2 --- /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 00000000..dae483e1 --- /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 00000000..c34d1330 --- /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 00000000..0558b589 --- /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 00000000..0558b589 --- /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 00000000..35c2abee --- /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 00000000..77e82f84 --- /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 00000000..1da790a9 --- /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 00000000..e08467f2 --- /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 00000000..6c808c30 --- /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 00000000..7c4f53c0 --- /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 00000000..68155e02 --- /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 00000000..c6f7f20b --- /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 00000000..0b1b90a7 --- /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 00000000..4b763316 --- /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 00000000..e6b0246e --- /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 00000000..e597d2b4 --- /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 00000000..c57e5be4 --- /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 00000000..e825d779 --- /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 00000000..a839046f --- /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 00000000..de5bd32c --- /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 00000000..f077f567 --- /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 00000000..4eaf609a --- /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 00000000..e49ed58f --- /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 00000000..007c5617 --- /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-zh-rTW/strings.xml b/themes/res/values-zh-rTW/strings.xml new file mode 100644 index 00000000..79c9ba64 --- /dev/null +++ b/themes/res/values-zh-rTW/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 00000000..290c1e9c --- /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 00000000..4d7cc635 --- /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 00000000..3ffb9fc4 --- /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 00000000..8bc04bd3 --- /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> |