diff options
author | Tony Tam <149837+tonytamsf@users.noreply.github.com> | 2020-11-30 02:29:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 11:29:16 +0100 |
commit | 3f104f7e5a1c431936380c17092bdec1b71f3205 (patch) | |
tree | 7fc5c77f4cbbf3f4047c7b3f80b1535b7295cbc7 /core/src/main/res/values-iw | |
parent | c1482fe5b89b08498de3fb95b69db3a4f832099a (diff) | |
download | AntennaPod-3f104f7e5a1c431936380c17092bdec1b71f3205.zip |
fix bug with how we count downloaded media, show a meaningful messages (#4714)
Diffstat (limited to 'core/src/main/res/values-iw')
-rw-r--r-- | core/src/main/res/values-iw/strings.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/src/main/res/values-iw/strings.xml b/core/src/main/res/values-iw/strings.xml index 63fded34e..036524b3f 100644 --- a/core/src/main/res/values-iw/strings.xml +++ b/core/src/main/res/values-iw/strings.xml @@ -168,12 +168,6 @@ <string name="delete_label">מחיקה</string> <string name="delete_failed">לא ניתן למחוק קובץ. הפעלת המכשיר מחדש עשויה לסייע.</string> <string name="delete_episode_label">מחיקת פרק</string> - <plurals name="deleted_episode_batch_label"> - <item quantity="one">פרק אחד נמחק.</item> - <item quantity="two">%d פרקים נמחקו.</item> - <item quantity="many">%d פרקים נמחקו.</item> - <item quantity="other">%d פרקים נמחקו.</item> - </plurals> <string name="remove_new_flag_label">הסרת הסימון „חדש”</string> <string name="removed_new_flag_label">הוסר הסימון „חדש”</string> <string name="mark_read_label">סימון כנצפה</string> |