Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/he.js')
-rw-r--r--lib/l10n/he.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/he.js b/lib/l10n/he.js
index c045232392b..202d4df4864 100644
--- a/lib/l10n/he.js
+++ b/lib/l10n/he.js
@@ -82,7 +82,6 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "יש להסיר את הגדרת open_basedir מתוך קובץ php.ini או להחליף לסביבת 64-bit PHP.",
"Set an admin username." : "קביעת שם משתמש מנהל",
"Set an admin password." : "קביעת סיסמת מנהל",
- "Can't create or write into the data directory %s" : "לא ניתן ליצור או לכתוב לתוך תיקיית הנתונים %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "צד אחורי לשיתוף %s חייב ליישם את ממשק OCP\\Share_Backend",
"Sharing backend %s not found" : "צד אחורי לשיתוף %s לא נמצא",
"Sharing backend for %s not found" : "צד אחורי לשיתוף של %s לא נמצא",
@@ -90,9 +89,6 @@ OC.L10N.register(
"Open »%s«" : "פתיחת „%s”",
"%1$s via %2$s" : "%1$s דרך %2$s",
"You are not allowed to share %s" : "אינך רשאי/ת לשתף %s",
- "Can’t increase permissions of %s" : "לא ניתן לחזק את ההרשאות של %s",
- "Files can’t be shared with delete permissions" : "לא ניתן לשתף קבצים עם הרשאת מחיקה",
- "Files can’t be shared with create permissions" : "לא ניתן לשתף קבצים עם הרשאות יצירה",
"Expiration date is in the past" : "תאריך תפוגה הנו בעבר",
"%1$s shared »%2$s« with you" : "%2$s שותף אתך על ידי %1$s",
"%1$s shared »%2$s« with you." : "„%2$s” שותף אתך על ידי %1$s.",
@@ -157,7 +153,6 @@ OC.L10N.register(
"Login canceled by app" : "התחברות בוטלה על ידי יישום",
"a safe home for all your data" : "בית בטוח עבור כל המידע שלך",
"File is currently busy, please try again later" : "הקובץ בשימוש כרגע, יש לנסות שוב מאוחר יותר",
- "Can't read file" : "לא ניתן לקרוא קובץ",
"Application is not enabled" : "יישומים אינם מופעלים",
"Authentication error" : "שגיאת הזדהות",
"Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.",
@@ -201,7 +196,12 @@ OC.L10N.register(
"Storage connection timeout. %s" : "פסק זמן חיבור אחסון. %s",
"Following databases are supported: %s" : "מסדי הנתונים הבאים נתמכים: %s",
"Following platforms are supported: %s" : "הפלטפורמות הבאות נתמכות: %s",
+ "Can't create or write into the data directory %s" : "לא ניתן ליצור או לכתוב לתוך תיקיית הנתונים %s",
"Invalid Federated Cloud ID" : "זיהוי ענן מאוגד לא חוקי",
- "Can’t set expiration date more than %s days in the future" : "לא ניתן להגדיר את תאריך התפוגה מעל %s ימים בעתיד"
+ "Can’t increase permissions of %s" : "לא ניתן לחזק את ההרשאות של %s",
+ "Files can’t be shared with delete permissions" : "לא ניתן לשתף קבצים עם הרשאת מחיקה",
+ "Files can’t be shared with create permissions" : "לא ניתן לשתף קבצים עם הרשאות יצירה",
+ "Can’t set expiration date more than %s days in the future" : "לא ניתן להגדיר את תאריך התפוגה מעל %s ימים בעתיד",
+ "Can't read file" : "לא ניתן לקרוא קובץ"
},
"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;");