//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/manage_plugins/index-de.js
// Module: /templates/manage_plugins/index-de
// Locale: de
// 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 = {"Description":"Beschreibung","ERROR":"FEHLER","Installation of “[_1]” is in progress.":"Installation von „[_1]“ wird durchgeführt.","Installed: [_1]":"Installiert: [_1]","Name":"Name","The log follower for “[_1]” indicated an internal error ([_2]).":"Der Protokoll-Follower für „[_1]“ zeigte einen internen Fehler an ([_2]).","The log transmission for “[_1]” did not include a final status for the installation. This may indicate a failure. Check “[_2]” for more information.":"Die Protokollübertragung für „[_1]“ enthielt keinen endgültigen Status für die Installation. Dies kann auf einen Fehler hindeuten. Prüfen Sie „[_2]“ für weitere Informationen.","The log transmission for “[_1]” did not include a final status for the uninstallation. This may indicate a failure. Check “[_2]” for more information.":"Die Protokollübertragung für „[_1]“ enthielt keinen endgültigen Status für die Deinstallation. Dies kann auf einen Fehler hindeuten. Prüfen Sie „[_2]“ für weitere Informationen.","The log transmission for “[_1]” included a failure status ([_2]) for the installation.":"Die Protokollübertragung für „[_1]“ enthielt einen Fehlerstatus ([_2]) für die Installation.","The log transmission for “[_1]” included a failure status ([_2]) for the uninstallation.":"Die Protokollübertragung für „[_1]“ enthielt einen Fehlerstatus ([_2]) für die Deinstallation.","The system failed to start the installation for “[_1]” because of an error: [_2]":"Das System konnte die Installation für “[_1]” aufgrund eines Fehlers nicht starten: [_2]","The system failed to start the uninstallation for “[_1]” because of an error: [_2]":"Das System konnte die Deinstallation für “[_1]” aufgrund eines Fehlers nicht starten: [_2]","This plugin has a recommended minimum of [format_bytes,_1] of RAM and [quant,_2,core,cores] but your server only has [format_bytes,_3] of RAM and [quant,_4,core,cores]. Your server may experience performance issues while using this plugin.":"Dieses Plugin hat ein empfohlenes Minimum von [format_bytes,_1] RAM und [quant,_2,Kern,Kernen], ihr Server hat aber lediglich [format_bytes,_3] RAM und [quant,_4,Kern,Kerne]. Bei der Verwendung dieses Plugins kann es auf Ihrem Server zu Leistungsproblemen kommen.","This plugin has a recommended minimum of [format_bytes,_1] of RAM, but your server only has [format_bytes,_2]. Your server may experience performance issues while using this plugin.":"Für dieses Plugin wird ein Minimum von [format_bytes,_1] RAM empfohlen, ihr Server verfügt jedoch nur über [format_bytes,_2]. Bei der Verwendung dieses Plugins kann es auf Ihrem Server zu Leistungsproblemen kommen.","This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.":"This plugin has a recommended minimum of [quant,_1,core,cores] but your server only has [quant,_2,core,cores]. Your server may experience performance issues while using this plugin.","Uninstallation of “[_1]” is in progress.":"Deinstallation von „[_1]“ wird verarbeitet.","Version":"Version","“[_1]” is now installed.":"“[_1] ist jetzt installiert.","“[_1]” is now uninstalled.":"“[_1] ist jetzt deinstalliert."};
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~~