//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-he.js
// Module: legacy_shared/sqlui-he
// Locale: he
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"Close":"סגור","If you change this database’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"אם תשנה את שמו של מסד נתונים זה, לא תוכל לשנות את שמו בחזרה ל-“[_1]”. הסיבה לכך היא שהשם הישן לא כולל את קידומת שם המשתמש ([_2]) שמערכת זו דורשת בשמות של כל מסדי הנתונים החדשים ומשתמשי מסדי הנתונים. אם אתה נדרש לשם ללא הקידומת, עליך לפנות למנהל השרת שלך.","If you change this user’s name, you will be unable to rename it back to “[_1]”. This is because the old name lacks the username prefix ([_2]) that this system requires on the names of all new databases and database users. If you require a name without the prefix, you must contact your server administrator.":"אם תשנה את שמו של משתמש זה, לא תוכל לשנות את שמו בחזרה ל-“[_1]”. הסיבה לכך היא שהשם הישן לא כולל את קידומת שם המשתמש ([_2]) שמערכת זו דורשת בשמות של כל מסדי הנתונים החדשים ומשתמשי מסדי הנתונים. אם אתה נדרש לשם ללא הקידומת, עליך לפנות למנהל השרת שלך.","It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.":"It is a potentially dangerous operation to rename a database. You may want to [output,url,_1,back up this database] before renaming it.","Rename Database":"שנה שם של מסד נתונים","Rename Database User":"שנה שם של משתמש מסד נתונים","Renaming database user …":"המערכת משנה את שמו של משתמש מסד נתונים…","Renaming database …":"המערכת משנה את שמו של מסד נתונים…","Success! The browser is now redirecting …":"הצלחנו! הדפדפן מנתב מחדש כעת…","Success! This page will now reload.":"הצלחנו! דף זה ייטען מחדש כעת.","The new name must be different from the old name.":"השם החדש חייב להיות שונה מהשם הישן."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~