Remove sort_orders_values from translations
This commit is contained in:
parent
71d9447467
commit
4202106dcc
@ -7,12 +7,4 @@
|
||||
<item>Tamanho (desc)</item>
|
||||
<item>Data (decr)</item>
|
||||
</string-array>
|
||||
<string-array name="sort_orders_values">
|
||||
<item>nome</item>
|
||||
<item>data</item>
|
||||
<item>tamanho</item>
|
||||
<item>nome_decr</item>
|
||||
<item>tamanho_decr</item>
|
||||
<item>data_decr</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
@ -8,12 +8,4 @@
|
||||
<item>Дата (по убыванию)</item>
|
||||
<item>Размер (по убыванию)</item>
|
||||
</string-array>
|
||||
<string-array name="sort_orders_values">
|
||||
<item>name</item>
|
||||
<item>date</item>
|
||||
<item>size</item>
|
||||
<item>name_desc</item>
|
||||
<item>date_desc</item>
|
||||
<item>size_desc</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
@ -7,6 +7,8 @@
|
||||
<item>Size (desc)</item>
|
||||
<item>Date (desc)</item>
|
||||
</string-array>
|
||||
|
||||
<!-- don't translate the following otherwise the app will crash -->
|
||||
<string-array name="sort_orders_values">
|
||||
<item>name</item>
|
||||
<item>date</item>
|
||||
|
Loading…
Reference in New Issue
Block a user