registration/l10n/he.php

39 lines
4.0 KiB
PHP

<?php
$TRANSLATIONS = array(
"Register" => "רישום",
"Email address you entered is not valid" => "כתובת הדואר האלקטרוני שהוכנסה אינה תקינה",
"A problem occurred sending email, please contact your administrator." => "בעיה אירעה בשליחת הדואר האלקטרוני, יש לפנות לאדמיניסטרטור שלך.",
"There is already a pending registration with this email, a new verification email has been sent to the address." => "כבר קיים רישום תלוי לכתובת הדואר האלקטרוני הזו, הודעת אימות חדשה נשלחה לכתובת.",
"A user has already taken this email, maybe you already have an account?" => "משתמש כבר לקח את כתובת הדואר האלקטרוני הזו, אולי כבר יש לך חשבון?",
"You can <a href=\"{login}\">log in now</a>." => "ניתן <a href=\"{login}\">להתחבר עכשיו</a>.",
"Verification email successfully sent." => "הודעת דואר אלקטרוני לאימות נשלחה בהצלחה.",
"Invalid verification URL. No registration request with this verification URL is found." => "כתובת אינטרנט לאימות שגוייה. לא נמצאה בקשת רישום המשוייכת לאימות זה.",
"Unable to create user, there are problems with user backend." => "לא ניתן ליצור משתמש, קיימות בעיות עם הצד האחורי העוסק במשתמשים.",
"Unable to set user email: " => "לא ניתן לקבוע את כתובת הדואר האלקטרוני של המשתמש:",
"Failed to delete pending registration request" => "כשלון במחיקת בקשת רישום תלוייה.",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "החשבון שלך נוצר בהצלחה, ניתן <a href=\"{link}\">להתחבר עכשיו</a>.",
"Verify your %s registration request" => "אימות %s בקשת רישום",
"A new user \"%s\" had created an account on %s" => "משתמש חדש \"%s\" יצר חשבון ב- %s",
"Your settings have been updated." => "ההגדרות שלך עודכנו",
"No such group" => "אין קבוצה כזו",
"Registration" => "רישום",
"Default group that all registered users belong" => "קבוצת ברירת מחדש שכל משתמש רשום משוייך",
"None" => "כלום",
"Allowed mail address domains for registration" => "תחומים domains עבור כתובת דואר אלקטרוני מאושרים לרישום",
"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "יש להכניס רשימת תחומים domains מאושרים מופרדים עם נקודה פסיק. לדוגמא: owncloud.com;github.com",
"Registration is only allowed for following domains:" => "רישום מותר לתחומים domains אלו:",
"A new user \"%s\" has created an account on %s" => "משתמש חדש \"%s\" יצר חשבון ב- %s",
"A new user \"%\"s has created an account on %s" => "משתמש חדש \"%\"s יצר חשבון ב- %s",
"To create a new account on %s, just click the following link:" => "ליצירת חשבון חדש ב- %s, יש ללחוץ על קישור זה:",
"Welcome, you can create your account below." => "בורכים הבאים, ניתן ליצור חשבון למטה.",
"Username" => "שם משתמש",
"Password" => "סיסמא",
"Create account" => "יצירת חשבון",
"Thank you for registering, you should receive verification link in a few minutes." => "תודה על הרישום, עוד מספר דקות ישלח אליך קישור אימות.",
"Email" => "דואר אלקטרוני",
"Request verification link" => "קישור אימות לבקשת רישום",
"Please re-enter a valid email address" => "יש להכניס מחדש כתובת דואר אלקטרוני חוקית",
"You will receive an email with verification link" => "ישלח אליך דואר אלקטרוני עם קישור אימות"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";