[tx-robot] updated from transifex
This commit is contained in:
parent
5dff7b5735
commit
3c93e2d506
2 changed files with 15 additions and 0 deletions
|
@ -24,12 +24,14 @@
|
|||
</string-array>-->
|
||||
<!--<string name="pref_title_social_recommendations">Enable social recommendations</string>
|
||||
<string name="pref_description_social_recommendations">Recommendations for people to contact based on your message history</string>-->
|
||||
<string name="warning">Upozorenje</string>
|
||||
<!--<string name="pref_title_AllowAllSSLCertificates">Allow all SSL Certificates</string>-->
|
||||
<!--MemorizingTrustManager-->
|
||||
<!--Podcast-->
|
||||
<!--Settings for Display-->
|
||||
<!--Login Dialog-->
|
||||
<string name="login_dialog_title_error">Greška</string>
|
||||
<string name="login_dialog_title_security_warning">Sigurnosno upozorenje</string>
|
||||
<!--Data & Sync-->
|
||||
<!--<string name="pref_title_data_sync_max_items">Max number of items to sync</string>-->
|
||||
<!--<string name="pref_title_sync_frequency">Sync frequency</string>
|
||||
|
@ -51,6 +53,7 @@
|
|||
<item>-1</item>
|
||||
</string-array>-->
|
||||
<!--<string name="pref_title_system_sync_settings">System sync settings</string>-->
|
||||
<string name="pref_header_notifications">Notifikacije</string>
|
||||
<!--<string name="pref_title_new_message_notifications">New message notifications</string>
|
||||
<string name="pref_title_ringtone">Ringtone</string>
|
||||
<string name="pref_ringtone_silent">Silent</string>
|
||||
|
|
|
@ -168,6 +168,18 @@
|
|||
<string name="pref_title_clearCache">Limpar a cache</string>
|
||||
<string name="pref_title_CacheImagesOffline">Imagens offline da cache</string>
|
||||
<string name="pref_title_Max_Cache_Size">Tamanho máximo da cache</string>
|
||||
<string-array name="pref_data_sync_image_cache">
|
||||
<item>Nunca</item>
|
||||
<item>Apenas através de WiFi</item>
|
||||
<item>Através de WiFi e Dados Moveis</item>
|
||||
<item>Perguntar quando não ligado a WiFi</item>
|
||||
</string-array>
|
||||
<string-array name="pref_data_sync_image_cache_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
<string-array name="pref_data_sync_max_cache_size">
|
||||
<item>250 MB</item>
|
||||
<item>500 MB</item>
|
||||
|
|
Loading…
Reference in a new issue