First commit
This commit is contained in:
33
cms/plugins/pluginloader/languages/de.php
Normal file
33
cms/plugins/pluginloader/languages/de.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
$pluginloader_tx['menu']['available_plugins'] = "Plugins";
|
||||
$pluginloader_tx['menu']['select_plugin'] = "Plugin wählen ...";
|
||||
$pluginloader_tx['menu']['tab_main'] = "Plugin Einstellungen";
|
||||
$pluginloader_tx['menu']['tab_css'] = "Plugin Stylesheet";
|
||||
$pluginloader_tx['menu']['tab_stylesheet'] = "Plugin Stylesheet";
|
||||
$pluginloader_tx['menu']['tab_config'] = "Plugin-Konfiguration";
|
||||
$pluginloader_tx['menu']['tab_language'] = "Plugin-Sprache";
|
||||
$pluginloader_tx['menu']['tab_help'] = "Plugin-Hilfe";
|
||||
$pluginloader_tx['success']['saved'] = "Datei gespeichert: ";
|
||||
$pluginloader_tx['error']['plugin_error'] = "Plugin Fehler: ";
|
||||
$pluginloader_tx['error']['cntopen'] = $tx['error']['cntopen']." ";
|
||||
$pluginloader_tx['error']['cntwriteto'] = $tx['error']['cntwriteto']." ";
|
||||
$pluginloader_tx['error']['notreadable'] = $tx['error']['notreadable']." ";
|
||||
$pluginloader_tx['pluginmanager']['message_plugin_disabled1']="Das Plugin";
|
||||
$pluginloader_tx['pluginmanager']['message_plugin_disabled2']="ist per Pluginmanager deaktiviert.";
|
||||
$pluginloader_tx['pluginmanager']['button_disable']="deaktivieren";
|
||||
$pluginloader_tx['pluginmanager']['button_enable']="zeigen";
|
||||
$pluginloader_tx['pluginmanager']['button_hide']="verbergen";
|
||||
$pluginloader_tx['pluginmanager']['button_save']="Daten speichern";
|
||||
$pluginloader_tx['pluginmanager']['hint_standard_plugin']="Standard Plugin";
|
||||
$pluginloader_tx['pluginmanager']['linktext_back_to']="zurück zu";
|
||||
$pluginloader_tx['pluginmanager']['message_data_saved']="Pluginmanager: <b>Daten gespeichert</b>";
|
||||
$pluginloader_tx['pluginmanager']['message_datafile1']="Die Datei";
|
||||
$pluginloader_tx['pluginmanager']['message_datafile2']="existiert nicht oder ist nicht beschreibbar.";
|
||||
$pluginloader_tx['pluginmanager']['tablehead_plugin']="Plugin:";
|
||||
$pluginloader_tx['pluginmanager']['tablehead_disable']="deaktivieren";
|
||||
$pluginloader_tx['pluginmanager']['tablehead_enable']="aktivieren<br />und im Admin Menü:";
|
||||
$pluginloader_tx['pluginmanager']['warning_pluginmanager']="<b>!!! WARNUNG !!!</b><br />Das Abschalten von Plugins, die im Template aufgerufen werden, kann die Seite zum Absturz bringen. Die Seite ist dann nur per ftp wieder herzustellen.";
|
||||
$pluginloader_tx['utf-8']['marker'] = "äöü";
|
||||
|
||||
?>
|
Reference in New Issue
Block a user