2020-09-26 14:50:50 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<resources>
|
|
|
|
|
<string-array name="languages">
|
|
|
|
|
<item>Mặc định hệ thống</item>
|
2020-12-17 16:33:04 +00:00
|
|
|
|
<item translatable="false">Tiếng Anh</item>
|
|
|
|
|
<item translatable="false">Français [Merci à @kernoeb et @PierreM0]</item>
|
|
|
|
|
<item translatable="false">Español [Gracias a @sguinetti, @akrai y @retiolus]</item>
|
|
|
|
|
<item translatable="false">简体中文</item>
|
|
|
|
|
<item translatable="false">Bahasa Indonesia [Terima kasih @Galang23]</item>
|
|
|
|
|
<item translatable="false">Italiano [Grazie a @RAR_Ramar e GiorgioHerbie]</item>
|
|
|
|
|
<item translatable="false">Deutsch [Danke an @peterge1998]</item>
|
|
|
|
|
<item translatable="false">Polski [Podziękowania dla @Lego8486]</item>
|
|
|
|
|
<item translatable="false">Türkçe [@faydin90 tarafından]</item>
|
|
|
|
|
<item translatable="false">Português (Brasil) [Obrigado @wagnim, @RickyM7 e @cizordj]</item>
|
|
|
|
|
<item translatable="false">پارسی [ با سپاس از farzadx@ ]</item>
|
|
|
|
|
<item translatable="false">Македонски [Благодарност до @snajdovski]</item>
|
|
|
|
|
<item translatable="false">Tiếng Việt [bởi Yato Fouze]</item>
|
|
|
|
|
<item translatable="false">繁體中文 [感謝 @Still34]</item>
|
|
|
|
|
<item translatable="false">Català [Gràcies a @retiolus]</item>
|
|
|
|
|
<item translatable="false">Русский [Спасибо @rikishi0071]</item>
|
|
|
|
|
<item translatable="false">हिन्दी</item>
|
|
|
|
|
<item translatable="false">Nederlands [Met dank aan Lesley Natrop]</item>
|
2020-09-26 14:50:50 +00:00
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="theme_presets">
|
|
|
|
|
<item>Tự động / Theo hệ thống</item>
|
|
|
|
|
<item>Tự động / Theo pin</item>
|
|
|
|
|
<item>Tối</item>
|
|
|
|
|
<item>Sáng</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="separator_presets">
|
|
|
|
|
<item>Không</item>
|
|
|
|
|
<item>\@</item>
|
|
|
|
|
<item>tại</item>
|
2020-10-01 13:16:21 +00:00
|
|
|
|
<item>lúc</item>
|
2020-09-26 14:50:50 +00:00
|
|
|
|
<item>\|</item>
|
|
|
|
|
<item>-</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="main_nav_ids_values">
|
|
|
|
|
<item>@string/title_dm</item>
|
|
|
|
|
<item>@string/feed</item>
|
|
|
|
|
<item>@string/profile</item>
|
|
|
|
|
<item>@string/title_discover</item>
|
|
|
|
|
<item>@string/more</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="light_themes">
|
|
|
|
|
<item>@string/light_white_theme</item>
|
|
|
|
|
<item>@string/light_barinsta_theme</item>
|
|
|
|
|
<item>@string/light_bibliogram_theme</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="light_theme_values">
|
|
|
|
|
<item>@style/AppTheme.Light.White</item>
|
|
|
|
|
<item>@style/AppTheme.Light.Barinsta</item>
|
|
|
|
|
<item>@style/AppTheme.Light.Bibliogram</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="dark_themes">
|
|
|
|
|
<item>@string/dark_black_theme</item>
|
|
|
|
|
<item>@string/dark_material_dark_theme</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="dark_theme_values">
|
|
|
|
|
<item>@style/AppTheme.Dark.Black</item>
|
|
|
|
|
<item>@style/AppTheme.Dark.MaterialDark</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
</resources>
|