[tx-robot] updated from transifex
This commit is contained in:
parent
6dd0f3ec8c
commit
e7d9734c59
2 changed files with 21 additions and 11 deletions
|
@ -4,6 +4,7 @@
|
|||
<string name="app_name">Ανάγνωση Ειδήσεων ownCloud</string>
|
||||
<string name="action_settings">Ρυθμίσεις</string>
|
||||
<string name="empty_view_header">Πληροφορίες</string>
|
||||
<string name="empty_view_content">Κανένα στοιχείο</string>
|
||||
<string name="toast_GettingMoreItems">Γίνεται λήψη περισσότερων αντικειμένων... Παρακαλώ περιμένετε.</string>
|
||||
<string name="tv_clickHereToOpenItem">Πατήστε εδώ για να ανοίξει το αντικείμενο</string>
|
||||
<string name="no_wifi_available">Δεν υπάρχει ασύρματη σύνδεση</string>
|
||||
|
@ -54,6 +55,10 @@
|
|||
<!--General settings-->
|
||||
<string name="pref_header_general">Γενικά</string>
|
||||
<string name="pref_title_general_sort_order">Σειρά ταξινόμησης</string>
|
||||
<string-array name="pref_general_sort_order">
|
||||
<item>Νέα-> Παλιά</item>
|
||||
<item>Παλιά -> Νέα</item>
|
||||
</string-array>
|
||||
<string-array name="pref_general_sort_order_values_not_translated">
|
||||
<item>1</item>
|
||||
<item>0</item>
|
||||
|
@ -91,6 +96,11 @@
|
|||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
<string-array name="pref_display_feed_list_layout">
|
||||
<item>Απλή</item>
|
||||
<item>Εκτεταμένη</item>
|
||||
<item>Εκτεταμένη με απευθείας προβολή</item>
|
||||
</string-array>
|
||||
<string-array name="pref_display_feed_list_layout_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
|
|
|
@ -113,18 +113,18 @@
|
|||
<item>2</item>
|
||||
</string-array>
|
||||
<string-array name="pref_display_font">
|
||||
<item>Roboto Thin</item>
|
||||
<item>Roboto Light</item>
|
||||
<item>Roboto Regular</item>
|
||||
<item>Roboto Medium</item>
|
||||
<item>Roboto Bold</item>
|
||||
<item>Roboto Ozka</item>
|
||||
<item>Roboto Zožano</item>
|
||||
<item>Roboto Običajna</item>
|
||||
<item>Roboto Srednja</item>
|
||||
<item>Roboto Krepka</item>
|
||||
<item>Roboto Black</item>
|
||||
<item>Roboto Condensed</item>
|
||||
<item>Roboto Condensed Bold</item>
|
||||
<item>Roboto Slab Thin</item>
|
||||
<item>Roboto Slab Light</item>
|
||||
<item>Roboto Slab Regular</item>
|
||||
<item>Roboto Slab Bold</item>
|
||||
<item>Roboto Stisnjeno</item>
|
||||
<item>Roboto Stisnjeno Krepko</item>
|
||||
<item>Roboto Slab Ozka</item>
|
||||
<item>Roboto Slab Zožano</item>
|
||||
<item>Roboto Slab Običajna</item>
|
||||
<item>Roboto Slab Krepka</item>
|
||||
</string-array>
|
||||
<string-array name="pref_display_font_values">
|
||||
<item>0</item>
|
||||
|
|
Loading…
Reference in a new issue