//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sqlui.js
// Generated: /usr/local/cpanel/base/sharedjs/sqlui-el.js
// Module: legacy_shared/sqlui-el
// Locale: el
// 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~~