diff options
Diffstat (limited to 'core/l10n/he.php')
-rw-r--r-- | core/l10n/he.php | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/core/l10n/he.php b/core/l10n/he.php index f91d283118e..1929681e066 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -1,10 +1,17 @@ <?php $TRANSLATIONS = array( +"Application name not provided." => "שם היישום לא סופק.", +"No category to add?" => "אין קטגוריה להוספה?", +"This category already exists: " => "קטגוריה זאת כבר קיימת: ", +"Owncloud password reset" => "איפוס הססמה של ownCloud", +"ownCloud password reset" => "איפוס הססמה של ownCloud", +"Use the following link to reset your password: {link}" => "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}", "You will receive a link to reset your password via Email." => "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", "Requested" => "נדרש", "Login failed!" => "הכניסה נכשלה!", "Username" => "שם משתמש", "Request reset" => "בקשת איפוס", "Your password was reset" => "הססמה שלך אופסה", +"To login page" => "לדף הכניסה", "New password" => "ססמה חדשה", "Reset password" => "איפוס ססמה", "Personal" => "אישי", @@ -12,7 +19,10 @@ "Apps" => "יישומים", "Admin" => "מנהל", "Help" => "עזרה", +"Access forbidden" => "הגישה נחסמה", "Cloud not found" => "ענן לא נמצא", +"Edit categories" => "עריכת הקטגוריות", +"Add" => "הוספה", "Create an <strong>admin account</strong>" => "יצירת <strong>חשבון מנהל</strong>", "Password" => "ססמה", "Advanced" => "מתקדם", @@ -24,11 +34,13 @@ "Database name" => "שם מסד הנתונים", "Database host" => "שרת בסיס נתונים", "Finish setup" => "סיום התקנה", +"web services under your control" => "שירותי רשת בשליטתך", "Log out" => "התנתקות", "Settings" => "הגדרות", "Lost your password?" => "שכחת את ססמתך?", "remember" => "שמירת הססמה", -"You are logged out." => "אינך מחובר.", -"prev" => "קודם", +"Log in" => "כניסה", +"You are logged out." => "לא התחברת.", +"prev" => "הקודם", "next" => "הבא" ); |