[Android] l10n: Hebrew update

Yaron Shahrabani git at videolan.org
Tue Apr 14 06:49:17 CEST 2020


vlc-android | branch: master | Yaron Shahrabani <sh.yaron at gmail.com> | Mon Apr 13 20:53:31 2020 +0200| [03c13bc48a5efbbb5436cf5ae906c45bc13533fc] | committer: Michał Trzebiatowski

l10n: Hebrew update

100% translated

Signed-off-by: Michał Trzebiatowski <michtrz at gmail.com>

> https://code.videolan.org/videolan/vlc-android/commit/03c13bc48a5efbbb5436cf5ae906c45bc13533fc
---

 application/resources/src/main/res/values-he/strings.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/application/resources/src/main/res/values-he/strings.xml b/application/resources/src/main/res/values-he/strings.xml
index d7dc264e9..aeb97bd67 100644
--- a/application/resources/src/main/res/values-he/strings.xml
+++ b/application/resources/src/main/res/values-he/strings.xml
@@ -719,6 +719,18 @@
     <string name="preamp">הגברת קדם</string>
     <string name="presets">ערכות מוגדרות</string>
     <string name="reset">איפוס</string>
+    <plurals name="tracks_inserted">
+        <item quantity="one">רצועה %d נוספת</item>
+        <item quantity="two">%d רצועות נוספות</item>
+        <item quantity="many">%d רצועות נוספות</item>
+        <item quantity="other">%d רצועות נוספות</item>
+    </plurals>
+    <plurals name="tracks_appended">
+        <item quantity="one">רצועה %d נוספה לסוף</item>
+        <item quantity="two">%d רצועות נוספו לסוף</item>
+        <item quantity="many">%d רצועות נוספו לסוף</item>
+        <item quantity="other">%d רצועות נוספו לסוף</item>
+    </plurals>
     <string name="remove_current">הסרת הנוכחית</string>
     <string name="validation_delete_playlist">למחוק את רשימת הנגינה הזו?</string>
     <string name="validation_delete_playlist_text">פעולה זו היא בלתי הפיכה.</string>



More information about the Android mailing list