|
@@ -244,6 +244,7 @@ $_LANG['createCOConfirmModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeatures'] = 'Client Area Pages';
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeatures'] = 'Client Area Pages';
|
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_emailAccountPage']['ca_emailAccountPage'] = 'Email Accounts';
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_emailAccountPage']['ca_emailAccountPage'] = 'Email Accounts';
|
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_distributionListPage']['ca_distributionListPage'] = 'Verteiler-Listen';
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_distributionListPage']['ca_distributionListPage'] = 'Verteiler-Listen';
|
|
|
|
|
+$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_ressourcesListPage']['ca_ressourcesListPage'] = 'Ressourcen';
|
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_goToWebmailPage']['ca_goToWebmailPage'] = 'Go To Webmail';
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_goToWebmailPage']['ca_goToWebmailPage'] = 'Go To Webmail';
|
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesRight']['ca_emailAliasesPage']['ca_emailAliasesPage'] = 'Email Aliases';
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesRight']['ca_emailAliasesPage']['ca_emailAliasesPage'] = 'Email Aliases';
|
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesRight']['ca_domainAliasesPage']['ca_domainAliasesPage'] = 'Domain Aliases';
|
|
$_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesRight']['ca_domainAliasesPage']['ca_domainAliasesPage'] = 'Domain Aliases';
|
|
@@ -261,12 +262,14 @@ $_LANG['addonCA']['homePage']['manageHeader'] = 'Zimbra Email Verwaltung';
|
|
|
$_LANG['addonCA']['homeIcons']['emailAccount'] = 'Email Accounts';
|
|
$_LANG['addonCA']['homeIcons']['emailAccount'] = 'Email Accounts';
|
|
|
$_LANG['addonCA']['homeIcons']['emailAlias'] = 'Email Aliases';
|
|
$_LANG['addonCA']['homeIcons']['emailAlias'] = 'Email Aliases';
|
|
|
$_LANG['addonCA']['homeIcons']['distributionList'] = 'Email Verteiler';
|
|
$_LANG['addonCA']['homeIcons']['distributionList'] = 'Email Verteiler';
|
|
|
|
|
+$_LANG['addonCA']['homeIcons']['ressource'] = 'Ressourcen';
|
|
|
$_LANG['addonCA']['homeIcons']['domainAlias'] = 'Domain Aliases';
|
|
$_LANG['addonCA']['homeIcons']['domainAlias'] = 'Domain Aliases';
|
|
|
$_LANG['addonCA']['homeIcons']['goWebmail'] = 'Zimbra Webmail Login';
|
|
$_LANG['addonCA']['homeIcons']['goWebmail'] = 'Zimbra Webmail Login';
|
|
|
$_LANG['management'] = 'Management';
|
|
$_LANG['management'] = 'Management';
|
|
|
$_LANG['emailAccount'] = 'Email Accounts';
|
|
$_LANG['emailAccount'] = 'Email Accounts';
|
|
|
$_LANG['emailAlias'] = 'Email Aliases';
|
|
$_LANG['emailAlias'] = 'Email Aliases';
|
|
|
$_LANG['distributionList'] = 'Email Verteiler';
|
|
$_LANG['distributionList'] = 'Email Verteiler';
|
|
|
|
|
+$_LANG['ressource'] = 'Ressourcen';
|
|
|
$_LANG['domainAlias'] = 'Domain Aliases';
|
|
$_LANG['domainAlias'] = 'Domain Aliases';
|
|
|
$_LANG['goWebmail'] = 'Zimbra Webmail Login';
|
|
$_LANG['goWebmail'] = 'Zimbra Webmail Login';
|
|
|
|
|
|
|
@@ -277,12 +280,29 @@ $_LANG['addonCA']['breadcrumbs']['MG Demo'] = 'addonCA breadcrumbs MG Demo';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['addAccountButton']['button']['addAccountButton'] = 'Neuer Account';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['addAccountButton']['button']['addAccountButton'] = 'Neuer Account';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['mailbox'] = 'Account';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['mailbox'] = 'Account';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['date_created'] = 'Erstellungsdatum';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['date_created'] = 'Erstellungsdatum';
|
|
|
-$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['last_login'] = 'Letzes Login';
|
|
|
|
|
|
|
+$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['last_login'] = 'Letztes Login';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['quota'] = 'Quota (MB)';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['quota'] = 'Quota (MB)';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['status'] = 'Status';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['status'] = 'Status';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['editAccountButton']['button']['editAccountButton'] = 'Editieren';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['editAccountButton']['button']['editAccountButton'] = 'Editieren';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['deleteAccountButton']['button']['deleteAccountButton'] = 'Löschen';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['deleteAccountButton']['button']['deleteAccountButton'] = 'Löschen';
|
|
|
|
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressource']['ressourcePageTitle'] = 'Verwaltung von Ressourcen Accounts';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressource']['ressourcePageDescription'] = 'In diesem Bereich können Sie die Ressourcen Accounts für Ihre Domäne verwalten.';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['addRessourceButton']['button']['addRessourceButton'] = 'Neue Ressource';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['ressource'] = 'Name';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['date_created'] = 'Erstellungsdatum';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['capacity'] = 'Anzahl';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['last_login'] = 'Letztes Login';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['type'] = 'Type';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['status'] = 'Status';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['editRessourceButton']['button']['editRessourceButton'] = 'Editieren';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['deleteRessourceButton']['button']['deleteRessourceButton'] = 'Löschen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['actions']['More Actions'] = 'Mehr Aktionen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['More Actions'] = 'Mehr Aktionen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['actions']['Additional Actions'] = 'Weitere Aktionen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['Additional Actions'] = 'Weitere Aktionen';
|
|
|
|
|
+
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['modal']['addAccountModal'] = 'Neuer Email Account hinzufügen';
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['modal']['addAccountModal'] = 'Neuer Email Account hinzufügen';
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['generalSection'] = 'Allgemein';
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['generalSection'] = 'Allgemein';
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['additionalSection'] = 'Zusätzliche Informationen';
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['additionalSection'] = 'Zusätzliche Informationen';
|
|
@@ -308,19 +328,100 @@ $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['post_c
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['modal']['addRessourceModal'] = 'Neue Ressource hinzufügen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['generalSection'] = 'Allgemein';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['additionalSection'] = 'Zusätzliche Informationen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['usernameGroup']['usernameGroup'] = 'E-Mail Adresse';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['display_name']['display_name'] = 'Anzeigename';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['status']['status'] = 'Status';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['password']['password'] = 'Passwort';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['repeat_password']['repeat_password'] = 'Passwort wiederholen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['password']['description'] = 'Das Passwort muss mindestens 8 Zeichen enthalten';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['type']['type'] = 'Typ';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['capacity']['capacity'] = 'Anzahl';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['auto_accept']['auto_accept'] = 'Automatisch akzeptieren';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['auto_busy']['auto_busy'] = 'Automatisch ablehnen wenn belegt';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['description']['description'] = 'Beschreibung';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['notes']['notes'] = 'Notizen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['contact']['contact'] = 'Kontakt';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['site']['site'] = 'Abteilung';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['contact_mail']['contact_mail'] = 'Kontakt E-Mail';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['contact_phone']['contact_phone'] = 'Kontakt Telefon';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['street']['street'] = 'Strasse';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['building']['building'] = 'Gebäude';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['floor']['floor'] = 'Etage';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['room']['room'] = 'Raum';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['post_code']['post_code'] = 'Postleitzahl';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['town']['town'] = 'Stadt/Gemeinde';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['state']['state'] = 'Land';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['county']['county'] = 'Bundesland';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['modal']['editRessourceModal'] = 'Ressource bearbeiten';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['editGeneralSection'] = 'Allgemein';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['editAdditionalSection'] = 'Zusätzliche Informationen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['usernameGroup']['usernameGroup'] = 'E-Mail Adresse';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['display_name']['display_name'] = 'Anzeigename';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['status']['status'] = 'Status';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['password']['password'] = 'Passwort';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['repeat_password']['repeat_password'] = 'Passwort wiederholen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['password']['description'] = 'Das Passwort muss mindestens 8 Zeichen enthalten';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['type']['type'] = 'Typ';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['capacity']['capacity'] = 'Anzahl';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['auto_accept']['auto_accept'] = 'Automatisch akzeptieren';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['auto_busy']['auto_busy'] = 'Automatisch ablehnen wenn belegt';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['description']['description'] = 'Beschreibung';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['notes']['notes'] = 'Notizen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['contact']['contact'] = 'Kontakt';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['site']['site'] = 'Abteilung';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['contact_mail']['contact_mail'] = 'Kontakt E-Mail';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['contact_phone']['contact_phone'] = 'Kontakt Telefon';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['street']['street'] = 'Strasse';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['building']['building'] = 'Gebäude';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['floor']['floor'] = 'Etage';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['room']['room'] = 'Raum';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['post_code']['post_code'] = 'Postleitzahl';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['town']['town'] = 'Stadt/Gemeinde';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['state']['state'] = 'Land';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['county']['county'] = 'Bundesland';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['modal']['deleteRessourceModal'] = 'Ressource löschen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['deleteRessourceForm']['confirmRemoveRessource'] = 'Sind Sie sicher, dass diese Ressource gelöscht werden soll?';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['modal']['changeStatusModal'] = 'Status ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['changeStatusForm']['status']['status'] = 'Status';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['changeStatusButton']['button']['changeStatusButton'] = 'Status ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['changePassword']['button']['changePassword'] = 'Passwort ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['changeStatusButton']['button']['changeStatusButton'] = 'Status ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['changePassword']['button']['changePassword'] = 'Passwort ändern';
|
|
|
|
|
+
|
|
|
$_LANG['zimbra']['account']['status']['active'] = 'Aktiv';
|
|
$_LANG['zimbra']['account']['status']['active'] = 'Aktiv';
|
|
|
$_LANG['zimbra']['account']['status']['locked'] = 'Blockiert';
|
|
$_LANG['zimbra']['account']['status']['locked'] = 'Blockiert';
|
|
|
$_LANG['zimbra']['account']['status']['maintenance'] = 'Maintenance';
|
|
$_LANG['zimbra']['account']['status']['maintenance'] = 'Maintenance';
|
|
|
$_LANG['zimbra']['account']['status']['closed'] = 'Geschlossen';
|
|
$_LANG['zimbra']['account']['status']['closed'] = 'Geschlossen';
|
|
|
-$_LANG['zimbra']['account']['status']['lockout'] = 'Blockiert';
|
|
|
|
|
|
|
+$_LANG['zimbra']['account']['status']['lockout'] = 'Gesperrt';
|
|
|
$_LANG['zimbra']['account']['status']['pending'] = 'Pending';
|
|
$_LANG['zimbra']['account']['status']['pending'] = 'Pending';
|
|
|
|
|
|
|
|
|
|
+$_LANG['zimbra']['ressource']['type']['location'] = 'Ort';
|
|
|
|
|
+$_LANG['zimbra']['ressource']['type']['equipment'] = 'Inventar';
|
|
|
|
|
+
|
|
|
$_LANG['FormValidators']['passwordsIsNotTheSame'] = 'Die Passwörter stimmen nicht überein';
|
|
$_LANG['FormValidators']['passwordsIsNotTheSame'] = 'Die Passwörter stimmen nicht überein';
|
|
|
|
|
|
|
|
$_LANG['emailAccountHasBeenAdded'] = 'Der Email Account wurde erfolgreich erstellt';
|
|
$_LANG['emailAccountHasBeenAdded'] = 'Der Email Account wurde erfolgreich erstellt';
|
|
|
$_LANG['emailAccountHasBeenUpdated'] = 'Der Email Account wurde erfolgreich aktualisiert';
|
|
$_LANG['emailAccountHasBeenUpdated'] = 'Der Email Account wurde erfolgreich aktualisiert';
|
|
|
$_LANG['emailAccountHasBeenDeleted'] = 'Der Email Account wurde erfolgreich gelöscht';
|
|
$_LANG['emailAccountHasBeenDeleted'] = 'Der Email Account wurde erfolgreich gelöscht';
|
|
|
|
|
|
|
|
|
|
+$_LANG['ressourceHasBeenAdded'] = 'Die Ressource wurde erfolgreich erstellt';
|
|
|
|
|
+$_LANG['ressourceHasBeenUpdated'] = 'Die Ressource wurde erfolgreich aktualisiert';
|
|
|
|
|
+$_LANG['ressourceHasBeenDeleted'] = 'Die Ressource wurde erfolgreich gelöscht';
|
|
|
|
|
+
|
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['editGeneralSection'] = 'Allgemein';
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['editGeneralSection'] = 'Allgemein';
|
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['editAdditionalSection'] = 'Zusätzliche Informationen';
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['editAdditionalSection'] = 'Zusätzliche Informationen';
|
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['modal']['editAccountModal'] = 'Account bearbeiten';
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['modal']['editAccountModal'] = 'Account bearbeiten';
|
|
@@ -393,11 +494,7 @@ $_LANG['domainAliasHasBeenCreated'] = 'Der Domain Alias wurde erfolgreich erstel
|
|
|
$_LANG['domainAliasHasBeenDeleted'] = 'Der Domain Alias wurde erfolgreich gelöscht';
|
|
$_LANG['domainAliasHasBeenDeleted'] = 'Der Domain Alias wurde erfolgreich gelöscht';
|
|
|
|
|
|
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['distributionList']['distributionListPageTitle'] = 'Verwaltung von Email Verteilern';
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['distributionList']['distributionListPageTitle'] = 'Verwaltung von Email Verteilern';
|
|
|
-$_LANG['addonCA']['distributionList']['mainContainer']['distributionList']['distributionListPageDescription'] =
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-'Ein Email Verteiler eine virtuelle Email Adresse welche mit einer Gruppe von Postfächern verbunden ist. Wenn ein Mail an einen Email Verteiler geschickt wird, erhalten alle angeschlossenen Postfächer (Mitglieder) dieses Verteilers eine Kopie dieser Email.';
|
|
|
|
|
-
|
|
|
|
|
|
|
+$_LANG['addonCA']['distributionList']['mainContainer']['distributionList']['distributionListPageDescription'] = 'Ein Email Verteiler eine virtuelle Email Adresse welche mit einer Gruppe von Postfächern verbunden ist. Wenn ein Mail an einen Email Verteiler geschickt wird, erhalten alle angeschlossenen Postfächer (Mitglieder) dieses Verteilers eine Kopie dieser Email.';
|
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['lists']['addListButton']['button']['addListButton'] = 'Verteiler hinzufügen';
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['lists']['addListButton']['button']['addListButton'] = 'Verteiler hinzufügen';
|
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['email'] = 'Email';
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['email'] = 'Email';
|
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['name'] = 'Anzeigename';
|
|
$_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['name'] = 'Anzeigename';
|
|
@@ -427,7 +524,6 @@ $_LANG['addonCA']['distributionList']['addListModal']['modal']['addListModal'] =
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
$_LANG['addonCA']['distributionList']['addListModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
$_LANG['addonCA']['distributionList']['addListModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
|
|
|
-
|
|
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addMembersDistribution'] = 'Mitglieder';
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addMembersDistribution'] = 'Mitglieder';
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addPropertiesDistribution'] = 'Eigenschaften';
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addPropertiesDistribution'] = 'Eigenschaften';
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addAliasesDistribution'] = 'Email Aliases';
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addAliasesDistribution'] = 'Email Aliases';
|
|
@@ -492,6 +588,23 @@ $_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['massDeleteAccountFo
|
|
|
$_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
$_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
$_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
$_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['massChangeStatusButton']['button']['massChangeStatusButton'] = 'Status ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['massDeleteRessourceButton']['button']['massDeleteRessourceButton'] = 'Löschen';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['modal']['massChangeStatusModal'] = 'Status ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['deleteRessourceForm']['status']['status'] = 'Status';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['massRessourceHasBeenDeleted'] = 'Die Ressourcen wurden erfolgreich gelöscht';
|
|
|
|
|
+$_LANG['massRessourceStatusHasBeenUpdated'] = 'Die Ressourcen wurden erfolgreich aktualisiert';
|
|
|
|
|
+$_LANG['ressourceStatusHasBeenUpdated'] = 'Die Ressource wurde erfolgreich aktualisiert';
|
|
|
|
|
+
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['modal']['massDeleteRessourceModal'] = 'Ressourcen löschen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['massDeleteRessourceForm']['massDeleteRessourceFormConfirm'] = 'Sind Sie sicher dass Sie die ausgewählten Ressourcen löschen wollen?';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+
|
|
|
$_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['massDeleteEmailAliasButton']['button']['massDeleteEmailAliasButton'] = 'Löschen';
|
|
$_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['massDeleteEmailAliasButton']['button']['massDeleteEmailAliasButton'] = 'Löschen';
|
|
|
|
|
|
|
|
$_LANG['addonCA']['emailAlias']['massDeleteEmailAliasModal']['modal']['massDeleteEmailAliasModal'] = 'Delete Email Aliases';
|
|
$_LANG['addonCA']['emailAlias']['massDeleteEmailAliasModal']['modal']['massDeleteEmailAliasModal'] = 'Delete Email Aliases';
|
|
@@ -553,9 +666,8 @@ $_LANG['configurableOptionsCreate'] = 'The configurable options have been create
|
|
|
$_LANG['configurableOptionsUpdate'] = 'The configurable options have been updated successfully.';
|
|
$_LANG['configurableOptionsUpdate'] = 'The configurable options have been updated successfully.';
|
|
|
|
|
|
|
|
|
|
|
|
|
-$_LANG['passwordChangedSuccessfully'] = 'The password has been changed successfully';
|
|
|
|
|
|
|
+$_LANG['passwordChangedSuccessfully'] = 'Das Passwort wurde erfolgreich geändert';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['changePassword']['button']['changePassword'] = 'Passwort ändern';
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['changePassword']['button']['changePassword'] = 'Passwort ändern';
|
|
|
-
|
|
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['modal']['changePasswordModal'] = 'Passwort ändern';
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['modal']['changePasswordModal'] = 'Passwort ändern';
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['password']['password'] = 'Passwort *';
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['password']['password'] = 'Passwort *';
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['password']['description'] = 'Das Passwort muss mindestens 8 Zeichen enthalten';
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['password']['description'] = 'Das Passwort muss mindestens 8 Zeichen enthalten';
|
|
@@ -563,6 +675,14 @@ $_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['changePassword']['button']['changePassword'] = 'Passwort ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['modal']['changePasswordModal'] = 'Passwort ändern';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['changePasswordForm']['password']['password'] = 'Passwort *';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['changePasswordForm']['password']['description'] = 'Das Passwort muss mindestens 8 Zeichen enthalten';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['changePasswordForm']['repeat_password']['repeat_password'] = 'Passwort wiederholen *';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['baseAcceptButton']['title'] = 'Bestätigen';
|
|
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['baseCancelButton']['title'] = 'Abbrechen';
|
|
|
|
|
+
|
|
|
$_LANG['Automatically accept'] = 'Automatisch akzeptieren';
|
|
$_LANG['Automatically accept'] = 'Automatisch akzeptieren';
|
|
|
$_LANG['Require list owner approval'] = 'Benötigt die Bestätigung des Eigentümers';
|
|
$_LANG['Require list owner approval'] = 'Benötigt die Bestätigung des Eigentümers';
|
|
|
$_LANG['Automatically reject'] = 'Automatisch zurückweisen';
|
|
$_LANG['Automatically reject'] = 'Automatisch zurückweisen';
|