Create arrays ressource file

This commit is contained in:
Shinokuni 2019-07-30 16:00:35 +02:00
parent c540a5c57e
commit 01e55ff78f
3 changed files with 13 additions and 10 deletions

View File

@ -42,11 +42,6 @@
<string name="read_later">A lire plus tard</string>
<string name="show_read_articles">Afficher les articles lus</string>
<string name="filter">Filtrer</string>
<string-array name="filter_items">
<item>Du plus récent au plus ancien</item>
<item>Du plus ancien au plus récent</item>
</string-array>
<string name="unread">Marquer comme non lu</string>
<string name="read">Marquer comme lu</string>
<string name="select_all">Tout sélectionner</string>
@ -75,5 +70,7 @@
<string name="folder_bad_format">Mauvais format pour le nouveau dossier</string>
<string name="folder_doesnt_exist">Le dossier n\'existe pas sur le serveur</string>
<string name="credentials">Identifiants</string>
<string name="filter_newest">Du plus récent au plus ancien</string>
<string name="filter_oldest">Du plus ancien au plus récent</string>
</resources>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="filter_items">
<item>@string/filter_newest</item>
<item>@string/filter_oldest</item>
</string-array>
</resources>

View File

@ -44,11 +44,6 @@
<string name="read_later">To read later</string>
<string name="show_read_articles">Show read articles</string>
<string name="filter">Filter</string>
<string-array name="filter_items">
<item>Newest to oldest</item>
<item>Oldest to newsest</item>
</string-array>
<string name="unread">Mark as non read</string>
<string name="read">Mark as read</string>
<string name="select_all">Select all</string>
@ -81,4 +76,6 @@
<string name="folder_doesnt_exist">The folder doesn\'t exist on the server</string>
<string name="credentials">Credentials</string>
<string name="filter_newest">Newest to oldest</string>
<string name="filter_oldest">Oldest to newsest</string>
</resources>