nextcloud/core/l10n/he.php

47 lines
2.2 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"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}",
2012-01-11 04:06:59 +04:00
"You will receive a link to reset your password via Email." => "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.",
"Requested" => "נדרש",
"Login failed!" => "הכניסה נכשלה!",
"Username" => "שם משתמש",
"Request reset" => "בקשת איפוס",
"Your password was reset" => "הססמה שלך אופסה",
2012-06-06 02:29:28 +04:00
"To login page" => "לדף הכניסה",
2012-01-11 04:06:59 +04:00
"New password" => "ססמה חדשה",
"Reset password" => "איפוס ססמה",
"Personal" => "אישי",
"Users" => "משתמשים",
"Apps" => "יישומים",
"Admin" => "מנהל",
"Help" => "עזרה",
2012-06-06 02:29:28 +04:00
"Access forbidden" => "הגישה נחסמה",
2012-01-11 04:06:59 +04:00
"Cloud not found" => "ענן לא נמצא",
2012-06-06 02:29:28 +04:00
"Edit categories" => "עריכת הקטגוריות",
"Add" => "הוספה",
2012-01-11 04:06:59 +04:00
"Create an <strong>admin account</strong>" => "יצירת <strong>חשבון מנהל</strong>",
"Password" => "ססמה",
"Advanced" => "מתקדם",
"Data folder" => "תיקיית נתונים",
"Configure the database" => "הגדרת מסד הנתונים",
"will be used" => "ינוצלו",
"Database user" => "שם משתמש במסד הנתונים",
"Database password" => "ססמת מסד הנתונים",
"Database name" => "שם מסד הנתונים",
"Database host" => "שרת בסיס נתונים",
"Finish setup" => "סיום התקנה",
2012-06-06 02:29:28 +04:00
"web services under your control" => "שירותי רשת בשליטתך",
2012-01-11 04:06:59 +04:00
"Log out" => "התנתקות",
"Settings" => "הגדרות",
"Lost your password?" => "שכחת את ססמתך?",
"remember" => "שמירת הססמה",
2012-06-06 02:29:28 +04:00
"Log in" => "כניסה",
"You are logged out." => "לא התחברת.",
"prev" => "הקודם",
2012-01-11 04:06:59 +04:00
"next" => "הבא"
);