Features LDAP, Rights, Cables, Menu improvements and bug fixing
This commit is contained in:
20
lang/de.php
20
lang/de.php
@@ -9,6 +9,8 @@ $lang = array(
|
||||
'lang_assetclasses' => 'Objektklassen',
|
||||
'lang_assetclassgroup' => 'Objektklassengruppe',
|
||||
'lang_assetclassgroups' => 'Objektklassengruppen',
|
||||
'lang_cable' => 'Kabel',
|
||||
'lang_cables' => 'Kabel',
|
||||
'lang_location' => 'Standort',
|
||||
'lang_locations' => 'Standorte',
|
||||
'lang_menu' => 'Menü',
|
||||
@@ -27,7 +29,7 @@ $lang = array(
|
||||
'lang_vlans' => 'VLANs',
|
||||
|
||||
'lang_about' => 'Über',
|
||||
'lang_all' => 'Allw',
|
||||
'lang_all' => 'Alle',
|
||||
'lang_cancel' => 'Abbruch',
|
||||
'lang_color' => 'Farbe',
|
||||
'lang_error' => 'Fehler',
|
||||
@@ -48,6 +50,7 @@ $lang = array(
|
||||
'lang_empty' => 'leer',
|
||||
'lang_source' => 'Quelle',
|
||||
'lang_target' => 'Ziel',
|
||||
'lang_length' => 'Länge',
|
||||
|
||||
'lang_asset_add' => 'Objekt hinzufügen',
|
||||
'lang_asset_del' => 'Objekt löschen',
|
||||
@@ -99,6 +102,10 @@ $lang = array(
|
||||
'lang_locationsubnet' => 'Standort/Subnetz',
|
||||
'lang_locationsubnet_edit' => 'Standort/Subnetz bearbeiten',
|
||||
|
||||
'lang_cable_info' => 'Kabelinfo',
|
||||
'lang_cable_type' => 'Kabeltyp',
|
||||
'lang_cable_none' => 'Es sind keine Kabel vorhanden',
|
||||
|
||||
'lang_node_add' => 'Knoten hinzufügen',
|
||||
'lang_node_del' => 'Knoten löschen',
|
||||
'lang_node_edit' => 'Knoten ändern',
|
||||
@@ -151,6 +158,12 @@ $lang = array(
|
||||
'lang_user_password' => 'Kennwort',
|
||||
'lang_user_language' => 'Sprache',
|
||||
'lang_user_realm' => 'Realm',
|
||||
'lang_user_roles' => 'Rechte',
|
||||
'lang_user_role_add' => 'Anlegen',
|
||||
'lang_user_role_edit' => 'Bearbeiten',
|
||||
'lang_user_role_delete' => 'Löschen',
|
||||
'lang_user_role_manage' => 'Konfigurieren',
|
||||
'lang_user_role_admin' => 'Adminstration',
|
||||
|
||||
'lang_zone_add' => 'Zone hinzufügen',
|
||||
'lang_zone_del' => 'Zone löschen',
|
||||
@@ -178,6 +191,7 @@ $lang = array(
|
||||
'lang_comments_usernameinuse' => 'Benutzername wird bereits verwendet',
|
||||
'lang_comments_invalidpass' => 'Das Kennwort ist falsch',
|
||||
'lang_comments_invalidnewpass' => 'Das neue Kennwort wurde nicht korrekt eingegeben',
|
||||
'lang_comments_accessdenied' => 'Zugriff verweigert. Keine Berechtigung.',
|
||||
|
||||
'lang_options_ipreg' => 'IP Reg Optionen',
|
||||
'lang_options_display' => 'Anzeigeeinstellungen',
|
||||
@@ -192,9 +206,9 @@ $lang = array(
|
||||
'lang_options_dateformat' => 'Datumsformat',
|
||||
'lang_options_dateformat_help' => 'Format in which dates are displayed using the php-date-format (see http://www.php.net/date for more info)',
|
||||
'lang_options_dns1suffix' => 'DNS Name suffix',
|
||||
'lang_options_dns1suffix_help' => 'Default DNS Name suffix für neue Knoten',
|
||||
'lang_options_dns1suffix_help' => 'Standard DNS Name Suffix für neue Knoten',
|
||||
'lang_options_dns2suffix' => 'DNS Alias suffix',
|
||||
'lang_options_dns2suffix_help' => 'Default DNS Alias suffix für neue Knoten',
|
||||
'lang_options_dns2suffix_help' => 'Standard DNS Alias Suffix für neue Knoten',
|
||||
'lang_options_currentpassword' => 'Aktuelles Kennwort',
|
||||
'lang_options_currentpassword_help' => 'Bitte geben Sie hier Ihr bisheriges Kennwort ein',
|
||||
'lang_options_newpassword1' => 'Neues Kennwort',
|
||||
|
||||
Reference in New Issue
Block a user