diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-13 00:12:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-13 00:12:59 +0000 |
commit | 5ecfd80f0735c6ff37a4b624016866fae7392c08 (patch) | |
tree | ce734605c9f3979a280100fb7119c7931d75f23c /apps/sharebymail/l10n/he.js | |
parent | ed25fc3440f4d66539b2aa512f47ad12b03b7533 (diff) | |
download | nextcloud-server-5ecfd80f0735c6ff37a4b624016866fae7392c08.tar.gz nextcloud-server-5ecfd80f0735c6ff37a4b624016866fae7392c08.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/he.js')
-rw-r--r-- | apps/sharebymail/l10n/he.js | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/he.js b/apps/sharebymail/l10n/he.js new file mode 100644 index 00000000000..a51f845e26b --- /dev/null +++ b/apps/sharebymail/l10n/he.js @@ -0,0 +1,34 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with %1$s" : "משותף עם %1$s", + "Shared with {email}" : "משותף עם {email}", + "Password for mail share sent to {email}" : "ססמת השיתוף בדוא״ל נשלחה אל {email}", + "Password for mail share sent to you" : "ססמת השיתוף בדוא״ל נשלחה אליך", + "You shared %1$s with %2$s by mail" : "שיתפת את %1$s עם %2$s בדוא״ל", + "You shared {file} with {email} by mail" : "שיתפת את {file} עם {email} בדוא״ל", + "Password to access %1$s was sent to %2s" : "ססמת הגישה אל %1$s נשלחה אל %2s", + "Password to access {file} was sent to {email}" : "ססמת הגישה אל {file} נשלחה אל {email}", + "Password to access %1$s was sent to you" : "ססמת הגישה אל %1$s נשלחה אליך", + "Password to access {file} was sent to you" : "ססמת הגישה אל {file} נשלחה אליך", + "Sharing %s failed, this item is already shared with %s" : "השיתוף של %s נכשל, פריט זה כבר משותף עם %s", + "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "אין לנו אפשרות לשלוח לך את הססמה שנוצרה אוטומטית. נא להגדיר כתובת דוא״ל תקנית בהגדרות האישיות שלך ולנסות שוב.", + "Failed to send share by email" : "שליחת השיתוף בדוא״ל נכשלה", + "Click the button below to open it." : "יש ללחוץ על הכפתור שלהלן כדי לפתוח אותו.", + "Open »%s«" : "פתיחת „%s”", + "%s via %s" : "%s דרך %s", + "Password to access »%s« shared to you by %s" : "ססמת גישה אל „%s” שותפה אתך על ידי %s", + "Password to access »%s«" : "ססמת הגישה אל „%s”", + "It is protected with the following password: %s" : "מוגן בססמה הבאה: %s", + "Password to access »%s« shared with %s" : "ססמת הגישה אל „%s” שותפה עם %s", + "This is the password: %s" : "זאת הססמה: %s", + "You can choose a different password at any time in the share dialog." : "ניתן לבחור בססמה אחרת בכל עת בתיבת דו־שיח השיתוף.", + "Could not find share" : "לא ניתן למצוא את השיתוף", + "Share by mail" : "שיתוף בדוא״ל", + "Share provider which allows you to share files by mail" : "ספק השיתוף שמאפשר לך לשתף קבצים בדוא״ל", + "Allows users to share a personalized link to a file or folder by putting in an email address." : "מאפשר למשתמשים לשתף קישורים מותאמים אישית לקובץ או לתיקייה על ידי הקלדת כתובת דוא״ל.", + "Send password by mail" : "שליחת ססמה בדוא״ל", + "Enforce password protection" : "אילוץ הגנה בססמה", + "Failed to send share by E-mail" : "שליחת השיתוף בדוא״ל נכשלה" +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); |