//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/passenger/index.cmb.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/passenger/index.cmb-el.js
// Module: /jupiter/passenger/index.cmb-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 = {"Addon Domains":"Πρόσθετοι τομείς","Are you sure that you want to unregister your application (“[_1]”)?":"Are you sure that you want to unregister your application (“[_1]”)?","Edit":"Επεξεργασία","Edit Your Application":"Edit Your Application","Ensuring dependencies for your application …":"Ensuring dependencies for your application …","Main Domain":"Κύριος τομέας","Other":"Άλλο","Register":"Register","Register Your Application":"Register Your Application","Subdomains":"Δευτερεύοντες τομείς","The [asis,Base URI] must begin with a single slash ([asis,/]) and may not contain spaces, special characters or a trailing slash.":"The [asis,Base URI] must begin with a single slash ([asis,/]) and may not contain spaces, special characters or a trailing slash.","The system couldn’t ensure dependencies for your application. For more information, see the instructions below.":"The system couldn’t ensure dependencies for your application. For more information, see the instructions below.","The system ensured the dependencies for your application.":"The system ensured the dependencies for your application.","The system queued your application to ensure its dependencies …":"The system queued your application to ensure its dependencies …","You can use this section of the interface to manage your custom applications.":"You can use this section of the interface to manage your custom applications.","You can use this section of the interface to register a new application.":"You can use this section of the interface to register a new application.","You can’t have more than [numf,_1] applications on your account.":"You can’t have more than [numf,_1] applications on your account.","You must finish adding or editing environment variables first.":"You must finish adding or editing environment variables first.","You successfully disabled your application.":"You successfully disabled your application.","You successfully enabled your application.":"You successfully enabled your application.","You successfully registered your application.":"You successfully registered your application.","You successfully unregistered your application.":"You successfully unregistered your application.","You successfully updated your application.":"You successfully updated your application.","Your application is incomplete or invalid.":"Your application is incomplete or invalid."};
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~~