mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added support for multiple AD
This commit is contained in:
@ -6,6 +6,7 @@ $_['text_active_incoming_queue_sender'] = "Aktive + Eingangswarteschlange zu Abs
|
||||
$_['text_ad_sync_status'] = "Status AD-Synchronisation";
|
||||
$_['text_add'] = "Hinzufügen";
|
||||
$_['text_add_new_email_address'] = "Neue E-Mail-Adresse";
|
||||
$_['text_add_new_entry'] = "New entry";
|
||||
$_['text_add_new_domain'] = "Neue Domäne";
|
||||
$_['text_add_new_group'] = "Gruppe hinzufügen";
|
||||
$_['text_add_new_rule'] = "Regel hinzufügen";
|
||||
@ -39,6 +40,8 @@ $_['text_clienthost'] = "Clientrechner";
|
||||
$_['text_close'] = "Schließen";
|
||||
$_['text_compressed'] = "komprimiert";
|
||||
$_['text_confirm_to_reset_counters'] = "Zurücksetzen des Zählers bestätigen";
|
||||
$_['text_connection_failed'] = "Connection failed";
|
||||
$_['text_connection_ok'] = "Connection OK";
|
||||
$_['text_content_filter'] = "Inhaltsfilter";
|
||||
$_['text_conversation_available'] = "Zugehörige Nachrichten vorhanden";
|
||||
$_['text_copied'] = "Kopiert";
|
||||
@ -99,6 +102,7 @@ $_['text_exact_domain_name_or_email_address'] = "Genauer Domänenname oder E-Mai
|
||||
$_['text_exclude'] = "Ausschließen";
|
||||
$_['text_existing_domains'] = "Vorhandene Domänen";
|
||||
$_['text_existing_email'] = "Vorhandene E-Mail";
|
||||
$_['text_existing_entries'] = "Existing entries";
|
||||
$_['text_existing_folders'] = "Vorhandene Ordner";
|
||||
$_['text_existing_groups'] = "Vorhandene Gruppen";
|
||||
$_['text_existing_policies'] = "Vorhandene Methoden";
|
||||
@ -157,9 +161,10 @@ $_['text_language'] = "Sprache";
|
||||
$_['text_last'] = "Letzte";
|
||||
$_['text_last_update'] = "Letzte Aktualisierung";
|
||||
$_['text_latest_emails'] = "Letzte Nachrichten";
|
||||
$_['text_ldap_basedn'] = "LDAP-Basis-DN";
|
||||
$_['text_ldap_binddn'] = "LDAP-Anmelde-DN";
|
||||
$_['text_ldap_bindpw'] = "LDAP-Anmelde-Passwort";
|
||||
$_['text_ldap'] = "LDAP";
|
||||
$_['text_ldap_base_dn'] = "LDAP-Basis-DN";
|
||||
$_['text_ldap_bind_dn'] = "LDAP-Anmelde-DN";
|
||||
$_['text_ldap_bind_pw'] = "LDAP-Anmelde-Passwort";
|
||||
$_['text_ldap_host'] = "LDAP-Host";
|
||||
$_['text_ldap_type'] = "LDAP-Typ";
|
||||
$_['text_load'] = "Laden";
|
||||
@ -303,6 +308,7 @@ $_['text_swap_usage'] = "Auslagerungsspeicher";
|
||||
$_['text_tag_selected_messages'] = "Ausgewählte Nachrichten kategorisieren";
|
||||
$_['text_tagged'] = "Kategorisiert";
|
||||
$_['text_tags'] = "Kategorie(n)";
|
||||
$_['text_test_connection'] = "Test connection";
|
||||
$_['text_text'] = "Text";
|
||||
$_['text_text2'] = "Nachricht";
|
||||
$_['text_theme'] = "Thema";
|
||||
|
Reference in New Issue
Block a user