diff options
Diffstat (limited to 'colorpicker/src')
4 files changed, 24 insertions, 0 deletions
diff --git a/colorpicker/src/main/res/values-in-rID/strings_colorpicker.xml b/colorpicker/src/main/res/values-in-rID/strings_colorpicker.xml new file mode 100644 index 0000000..13e9716 --- /dev/null +++ b/colorpicker/src/main/res/values-in-rID/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Palet warna</string> + <string name="kau_md_presets">Preset</string> +</resources> diff --git a/colorpicker/src/main/res/values-pl-rPL/strings_colorpicker.xml b/colorpicker/src/main/res/values-pl-rPL/strings_colorpicker.xml new file mode 100644 index 0000000..289dc3e --- /dev/null +++ b/colorpicker/src/main/res/values-pl-rPL/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Paleta kolorów</string> + <string name="kau_md_presets">Zdefiniowane</string> +</resources> diff --git a/colorpicker/src/main/res/values-th-rTH/strings_colorpicker.xml b/colorpicker/src/main/res/values-th-rTH/strings_colorpicker.xml new file mode 100644 index 0000000..27ffb4d --- /dev/null +++ b/colorpicker/src/main/res/values-th-rTH/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">ชุดสี</string> + <string name="kau_md_presets">ค่าที่ตั้งไว้</string> +</resources> diff --git a/colorpicker/src/main/res/values-tr-rTR/strings_colorpicker.xml b/colorpicker/src/main/res/values-tr-rTR/strings_colorpicker.xml new file mode 100644 index 0000000..cb07b8f --- /dev/null +++ b/colorpicker/src/main/res/values-tr-rTR/strings_colorpicker.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!--Generated by crowdin.com--> +<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName"> + <string name="kau_md_color_palette">Renk paleti</string> + <string name="kau_md_presets">Hazır ayarlar</string> +</resources> |