1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-20 10:07:29 +00:00
BarInsta/app/src/main/res/values-ca/arrays.xml
Austin Huang e39c129b61
New Crowdin updates (#414)
* New translations arrays.xml (French)

* New translations arrays.xml (Odia)

* New translations arrays.xml (Indonesian)

* New translations arrays.xml (Persian)

* New translations arrays.xml (Hindi)

* New translations arrays.xml (Catalan)

* New translations arrays.xml (Russian)

* New translations arrays.xml (Dutch)

* New translations arrays.xml (Kannada)

* New translations arrays.xml (Portuguese, Brazilian)

* New translations arrays.xml (Vietnamese)

* New translations arrays.xml (Spanish)

* New translations arrays.xml (Czech)

* New translations arrays.xml (German)

* New translations arrays.xml (Italian)

* New translations arrays.xml (Macedonian)

* New translations arrays.xml (Polish)

* New translations arrays.xml (Turkish)

* New translations arrays.xml (Chinese Simplified)

* New translations arrays.xml (Chinese Traditional)

* Update source file arrays.xml

* New translations arrays.xml (French)

* New translations arrays.xml (Indonesian)

* New translations arrays.xml (Spanish)

* New translations arrays.xml (Italian)

* New translations arrays.xml (Chinese Simplified)

* New translations arrays.xml (Chinese Traditional)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Kannada)

* New translations strings.xml (Chinese Traditional)
2020-12-17 11:33:04 -05:00

64 lines
3.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="languages">
<item>Predeterminat del sistema</item>
<item translatable="false">Anglès</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>
</string-array>
<string-array name="theme_presets">
<item>Automàtic / Predeterminat del sistema</item>
<item>Automàtic / Seguir la bateria</item>
<item>Fosc</item>
<item>Clar</item>
</string-array>
<string-array name="separator_presets">
<item>Ningún</item>
<item>\@</item>
<item>a</item>
<item>sobre</item>
<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>