diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /core/l10n/he.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'core/l10n/he.php')
-rw-r--r-- | core/l10n/he.php | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/core/l10n/he.php b/core/l10n/he.php new file mode 100644 index 00000000000..f91d283118e --- /dev/null +++ b/core/l10n/he.php @@ -0,0 +1,34 @@ +<?php $TRANSLATIONS = array( +"You will receive a link to reset your password via Email." => "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", +"Requested" => "נדרש", +"Login failed!" => "הכניסה נכשלה!", +"Username" => "שם משתמש", +"Request reset" => "בקשת איפוס", +"Your password was reset" => "הססמה שלך אופסה", +"New password" => "ססמה חדשה", +"Reset password" => "איפוס ססמה", +"Personal" => "אישי", +"Users" => "משתמשים", +"Apps" => "יישומים", +"Admin" => "מנהל", +"Help" => "עזרה", +"Cloud not found" => "ענן לא נמצא", +"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" => "סיום התקנה", +"Log out" => "התנתקות", +"Settings" => "הגדרות", +"Lost your password?" => "שכחת את ססמתך?", +"remember" => "שמירת הססמה", +"You are logged out." => "אינך מחובר.", +"prev" => "קודם", +"next" => "הבא" +); |