Spinner items now taken from the string resources and can be localized.

Also fixed the TextView Hebrew string (break into 2 lines).
This commit is contained in:
Udi Finkelstein 2015-07-06 23:41:02 +03:00
parent 85598f64a9
commit 48bfdaa2b3
3 changed files with 10 additions and 4 deletions

View File

@ -58,8 +58,11 @@
<string name="close_label">סגור</string>
<string name="retry_label">נסה שוב</string>
<string name="auto_download_label">כלול בהורדות אוטומטיות</string>
<string name="auto_delete_label">מחק לאחר ההשמעה (גובר על ההגדרה הגלובלית)</string>
<string name="auto_delete_label">מחק לאחר ההשמעה\n(גובר על ההגדרה הגלובלית)</string>
<string name="parallel_downloads_suffix">\u0020הורדות במקביל</string>
<string name="feed_auto_download_global">לפי הגדרה גלובלית</string>
<string name="feed_auto_download_always">תמיד</string>
<string name="feed_auto_download_never">אף פעם</string>
<!--'Add Feed' Activity labels-->
<string name="feedurl_label">כתובת הזנה</string>
<string name="etxtFeedurlHint">כתובת של הזנה או אתר אינטרנט</string>

View File

@ -2,9 +2,9 @@
<resources>
<string-array name="spnAutoDeleteItems">
<item>Global</item>
<item>Always</item>
<item>Never</item>
<item>@string/feed_auto_download_global</item>
<item>@string/feed_auto_download_always</item>
<item>@string/feed_auto_download_never</item>
</string-array>
<string-array name="smart_mark_as_played_values">

View File

@ -77,6 +77,9 @@
<string name="auto_download_label">Include in auto downloads</string>
<string name="auto_delete_label">Auto Delete Episode\n(override global default)</string>
<string name="parallel_downloads_suffix">\u0020parallel downloads</string>
<string name="feed_auto_download_global">Global</string>
<string name="feed_auto_download_always">Always</string>
<string name="feed_auto_download_never">Never</string>
<!-- 'Add Feed' Activity labels -->
<string name="feedurl_label">Feed URL</string>