|
|
@@ -268,8 +268,8 @@ $_LANG['addonCA']['homeIcons']['goWebmail'] = 'Go To Webmail';
|
|
|
$_LANG['management'] = 'Management';
|
|
|
$_LANG['emailAccount'] = 'Email Accounts';
|
|
|
$_LANG['emailAlias'] = 'Email Aliases';
|
|
|
-$_LANG['ressource'] = 'Resources';
|
|
|
$_LANG['distributionList'] = 'Distribution Lists';
|
|
|
+$_LANG['ressource'] = 'Resources';
|
|
|
$_LANG['domainAlias'] = 'Domain Aliases';
|
|
|
$_LANG['goWebmail'] = 'Go To Webmail';
|
|
|
|
|
|
@@ -298,6 +298,10 @@ $_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['type'] =
|
|
|
$_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['status'] = 'Status';
|
|
|
$_LANG['addonCA']['ressource']['mainContainer']['ressources']['editRessourceButton']['button']['editRessourceButton'] = 'Edit';
|
|
|
$_LANG['addonCA']['ressource']['mainContainer']['ressources']['deleteRessourceButton']['button']['deleteRessourceButton'] = 'Delete';
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['actions']['More Actions'] = 'More Actions';
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['More Actions'] = 'More Actions';
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['actions']['Additional Actions'] = 'Additional Actions';
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['Additional Actions'] = 'Additional Actions';
|
|
|
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['modal']['addAccountModal'] = 'Add Email Account';
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['generalSection'] = 'General';
|
|
|
@@ -324,6 +328,80 @@ $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['post_c
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
$_LANG['addonCA']['emailAccount']['addAccountModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['modal']['addRessourceModal'] = 'Add new Resource';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['generalSection'] = 'General';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['additionalSection'] = 'Additional Informations';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['usernameGroup']['usernameGroup'] = 'E-Mail Address';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['display_name']['display_name'] = 'Display Name';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['status']['status'] = 'Status';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['password']['password'] = 'Password';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['repeat_password']['repeat_password'] = 'Repeat Password';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['password']['description'] = 'A password must contain at least 8 characters';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['type']['type'] = 'Type';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['capacity']['capacity'] = 'Number';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['auto_accept']['auto_accept'] = 'Accept automatically';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['auto_busy']['auto_busy'] = 'Automatically reject when busy';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['description']['description'] = 'Description';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['generalSection']['notes']['notes'] = 'Notes';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['contact']['contact'] = 'Contact';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['site']['site'] = 'Site';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['contact_mail']['contact_mail'] = 'Contact E-Mail';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['contact_phone']['contact_phone'] = 'Contact Phone';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['street']['street'] = 'Street';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['building']['building'] = 'Building';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['floor']['floor'] = 'Floor';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['room']['room'] = 'Room';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['post_code']['post_code'] = 'Postcode';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['town']['town'] = 'Town';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['state']['state'] = 'State';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceForm']['additionalSection']['county']['county'] = 'County';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['addRessourceModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['modal']['editRessourceModal'] = 'Ressource bearbeiten';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['editGeneralSection'] = 'General';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['editAdditionalSection'] = 'Additional Informations';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['usernameGroup']['usernameGroup'] = 'E-Mail Address';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['display_name']['display_name'] = 'Display Name';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['status']['status'] = 'Status';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['password']['password'] = 'Password';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['repeat_password']['repeat_password'] = 'Repeat Password';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['password']['description'] = 'A password must contain at least 8 characters';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['type']['type'] = 'Type';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['capacity']['capacity'] = 'Number';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['auto_accept']['auto_accept'] = 'Accept automatically';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['auto_busy']['auto_busy'] = 'Automatically reject when busy';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['description']['description'] = 'Description';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editGeneralSection']['notes']['notes'] = 'Notes';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['contact']['contact'] = 'Contact';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['site']['site'] = 'Site';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['contact_mail']['contact_mail'] = 'Contact E-Mail';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['contact_phone']['contact_phone'] = 'Contact Phone';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['street']['street'] = 'Street';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['building']['building'] = 'Building';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['floor']['floor'] = 'Floor';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['room']['room'] = 'Room';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['post_code']['post_code'] = 'Postcode';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['town']['town'] = 'Town';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['state']['state'] = 'State';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceForm']['editAdditionalSection']['county']['county'] = 'County';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['editRessourceModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['modal']['deleteRessourceModal'] = 'Delete Resource';
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['deleteRessourceForm']['confirmRemoveRessource'] = 'Are you sure that you want to delete this resource?';
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['deleteRessourceModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['modal']['changeStatusModal'] = 'Change Status';
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['changeStatusForm']['status']['status'] = 'Status';
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['changeStatusModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['changeStatusButton']['button']['changeStatusButton'] = 'Change Status';
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['changePassword']['button']['changePassword'] = 'Change Password';
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['changeStatusButton']['button']['changeStatusButton'] = 'Change Status';
|
|
|
+$_LANG['addonCA']['ressource']['ressources']['actions']['changePassword']['button']['changePassword'] = 'Change Password';
|
|
|
+
|
|
|
$_LANG['zimbra']['account']['status']['active'] = 'Active';
|
|
|
$_LANG['zimbra']['account']['status']['locked'] = 'Locked';
|
|
|
$_LANG['zimbra']['account']['status']['maintenance'] = 'Maintenance';
|
|
|
@@ -340,6 +418,10 @@ $_LANG['emailAccountHasBeenAdded'] = 'The email account has been created success
|
|
|
$_LANG['emailAccountHasBeenUpdated'] = 'The email account has been updated successfully';
|
|
|
$_LANG['emailAccountHasBeenDeleted'] = 'The email account has been deleted successfully';
|
|
|
|
|
|
+$_LANG['ressourceHasBeenAdded'] = 'Resource has been created successfully';
|
|
|
+$_LANG['ressourceHasBeenUpdated'] = 'Resource has been updated successfully';
|
|
|
+$_LANG['ressourceHasBeenDeleted'] = 'Resource has been deleted successfully';
|
|
|
+
|
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['editGeneralSection'] = 'General';
|
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['editAdditionalSection'] = 'Additional Information';
|
|
|
$_LANG['addonCA']['emailAccount']['editAccountModal']['modal']['editAccountModal'] = 'Edit Account';
|
|
|
@@ -442,9 +524,6 @@ $_LANG['addonCA']['distributionList']['addListModal']['modal']['addListModal'] =
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
|
|
|
-$_LANG['domainAliasHasBeenCreated'] = 'The domain alias has been created successfully';
|
|
|
-$_LANG['domainAliasHasBeenDeleted'] = 'The domain alias has been deleted successfully';
|
|
|
-
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addMembersDistribution'] = 'Members';
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addPropertiesDistribution'] = 'Properties';
|
|
|
$_LANG['addonCA']['distributionList']['addListModal']['addAliasesDistribution'] = 'Email Aliases';
|
|
|
@@ -509,6 +588,23 @@ $_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['massDeleteAccountFo
|
|
|
$_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
$_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['massChangeStatusButton']['button']['massChangeStatusButton'] = 'Change Status';
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['massDeleteRessourceButton']['button']['massDeleteRessourceButton'] = 'Delete';
|
|
|
+
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['modal']['massChangeStatusModal'] = 'Change Status';
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['deleteRessourceForm']['status']['status'] = 'Status';
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['massChangeStatusModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+
|
|
|
+$_LANG['massRessourceHasBeenDeleted'] = 'Resources have been deleted successfully';
|
|
|
+$_LANG['massRessourceStatusHasBeenUpdated'] = 'Resources have been updated successfully';
|
|
|
+$_LANG['ressourceStatusHasBeenUpdated'] = 'Resource has been updated successfully';
|
|
|
+
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['modal']['massDeleteRessourceModal'] = 'Delete Resources';
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['massDeleteRessourceForm']['massDeleteRessourceFormConfirm'] = 'Are you sure that you want to delete the selected resources?';
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['massDeleteRessourceModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+
|
|
|
$_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['massDeleteEmailAliasButton']['button']['massDeleteEmailAliasButton'] = 'Delete';
|
|
|
|
|
|
$_LANG['addonCA']['emailAlias']['massDeleteEmailAliasModal']['modal']['massDeleteEmailAliasModal'] = 'Delete Email Aliases';
|
|
|
@@ -572,7 +668,6 @@ $_LANG['configurableOptionsUpdate'] = 'The configurable options have been update
|
|
|
|
|
|
$_LANG['passwordChangedSuccessfully'] = 'The password has been changed successfully';
|
|
|
$_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['changePassword']['button']['changePassword'] = 'Change Password';
|
|
|
-
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['modal']['changePasswordModal'] = 'Change Password';
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['password']['password'] = 'Password *';
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['password']['description'] = 'A password must contain at least 8 characters';
|
|
|
@@ -580,6 +675,14 @@ $_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
$_LANG['addonCA']['emailAccount']['changePasswordModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
|
|
|
+$_LANG['addonCA']['ressource']['mainContainer']['ressources']['changePassword']['button']['changePassword'] = 'Change Password';
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['modal']['changePasswordModal'] = 'Change Password';
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['changePasswordForm']['password']['password'] = 'Password *';
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['changePasswordForm']['password']['description'] = 'A password must contain at least 8 characters';
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['changePasswordForm']['repeat_password']['repeat_password'] = 'Repeat Password *';
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['baseAcceptButton']['title'] = 'Confirm';
|
|
|
+$_LANG['addonCA']['ressource']['changePasswordModal']['baseCancelButton']['title'] = 'Cancel';
|
|
|
+
|
|
|
$_LANG['Automatically accept'] = 'Automatically accept';
|
|
|
$_LANG['Require list owner approval'] = 'Require list owner approval';
|
|
|
$_LANG['Automatically reject'] = 'Automatically reject';
|