| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738 |
- <?php
- $_LANG['token'] = ', Error Token:';
- $_LANG['generalError'] = 'Something has gone wrong. Check the logs and contact the administrator.';
- $_LANG['generalErrorClientArea'] = 'Something has gone wrong. Contact the administrator.';
- $_LANG['permissionsStorage'] = ':storage_path: settings are not sufficient. Please set up permissions to the \'storage\' folder as writable.';
- $_LANG['undefinedAction'] = 'Undefined Action';
- $_LANG['changesHasBeenSaved'] = 'Changes have been saved successfully';
- $_LANG['Monthly'] = 'Monthly';
- $_LANG['Free Account'] = 'Free Account';
- $_LANG['Passwords'] = 'Passwords';
- $_LANG['Nothing to display'] = 'Nothing to display';
- $_LANG['Search'] = 'Search';
- $_LANG['Previous'] = 'Previous';
- $_LANG['Next'] = 'Next';
- $_LANG['searchPlacecholder'] = 'Search...';
- $_LANG['noDataAvalible'] = 'No Data Available';
- $_LANG['datatableItemsSelected'] = 'Items Selected';
- $_LANG['validationErrors']['emptyField'] = 'This field cannot be empty';
- $_LANG['bootstrapswitch']['disabled'] = 'Disabled';
- $_LANG['bootstrapswitch']['enabled'] = 'Enabled';
- $_LANG['addonCA']['pageNotFound']['title'] = 'No page has been found';
- $_LANG['addonCA']['pageNotFound']['description'] = 'The provided URL does not exist on this page. If you are sure that an error occurred here, please contact support.';
- $_LANG['addonCA']['pageNotFound']['button'] = 'Return to the previous page';
- $_LANG['addonCA']['errorPage']['title'] = 'AN ERROR OCCURRED';
- $_LANG['addonCA']['errorPage']['description'] = 'An error occurred. Please contact the administrator and pass the details:';
- $_LANG['addonCA']['errorPage']['button'] = 'Return to the previous page';
- $_LANG['addonCA']['errorPage']['error'] = 'ERROR';
- $_LANG['addonCA']['errorPage']['errorCode'] = 'Error Code';
- $_LANG['addonCA']['errorPage']['errorToken'] = 'Error Token';
- $_LANG['addonCA']['errorPage']['errorTime'] = 'Time';
- $_LANG['addonCA']['errorPage']['errorMessage'] = 'Message';
- $_LANG['addonAA']['pageNotFound']['title'] = 'PAGE NOT FOUND';
- $_LANG['addonAA']['pageNotFound']['description'] = 'An error occurred. Please contact the administrator.';
- $_LANG['addonAA']['pageNotFound']['button'] = 'Return to the previous page';
- $_LANG['addonAA']['errorPage']['title'] = 'AN ERROR OCCURRED';
- $_LANG['addonAA']['errorPage']['description'] = 'An error occurred. Please contact the administrator and pass the details:';
- $_LANG['addonAA']['errorPage']['button'] = 'Return to the previous page';
- $_LANG['addonAA']['errorPage']['error'] = 'ERROR';
- $_LANG['addonAA']['errorPage']['errorCode'] = 'Error Code';
- $_LANG['addonAA']['errorPage']['errorToken'] = 'Error Token';
- $_LANG['addonAA']['errorPage']['errorTime'] = 'Time';
- $_LANG['addonAA']['errorPage']['errorMessage'] = 'Message';
- /* * ********************************************************************************************************************
- * ERROR CODES *
- * ******************************************************************************************************************** */
- $_LANG['errorCodeMessage']['Uncategorised error occured'] = 'Unexpected Error';
- $_LANG['errorCodeMessage']['Database error'] = 'Database error';
- $_LANG['errorCodeMessage']['Provided controller does not exists'] = 'Page not found';
- $_LANG['errorCodeMessage']['Invalid Error Code!'] = 'Unexpected Error';
- /* * ********************************************************************************************************************
- * MODULE REQUIREMENTS *
- * ******************************************************************************************************************** */
- $_LANG['unfulfilledRequirement']['In order for the module to work correctly, please remove the following file: :remove_file_requirement:'] = 'In order for the module to work correctly, please remove the following file: :remove_file_requirement:';
- /* * ********************************************************************************************************************
- * ADMIN AREA *
- * ******************************************************************************************************************** */
- $_LANG['addonAA']['datatables']['next'] = 'Next';
- $_LANG['addonAA']['datatables']['previous'] = 'Previous';
- $_LANG['addonAA']['datatables']['zeroRecords'] = 'Nothing to display';
- $_LANG['formValidationError'] = 'A form validation error has occurred';
- $_LANG['FormValidators']['thisFieldCannotBeEmpty'] = 'This field cannot be empty';
- $_LANG['FormValidators']['incorrectEmailAddress'] = 'The provided email is not valid';
- $_LANG['FormValidators']['incorrectEmailAddresses'] = 'Provided emails are invalid: :emails: ';
- $_LANG['FormValidators']['PleaseProvideANumericValue'] = 'Please provide a numeric value';
- $_LANG['FormValidators']['PleaseProvideANumericValueBetween'] = 'Please provide a numeric value between :minValue: and :maxValue:';
- // -------------------------------------------------> MENU <--------------------------------------------------------- //
- $_LANG['changesSaved'] = 'Changes Have Been Saved Successfully';
- $_LANG['ItemNotFound'] = 'Item Not Found';
- $_LANG['formValidationError'] = 'Form Validation Error';
- $_LANG['FormValidators']['thisFieldCannotBeEmpty'] = 'This Field Cannot Be Empty';
- $_LANG['FormValidators']['PleaseProvideANumericValue'] = 'Please Provide A Numeric Value';
- $_LANG['FormValidators']['PleaseProvideANumericValueBetween'] = 'Please Provide A Numeric Value Between :minValue: AND :maxValue:';
- /* * ********************************************************************************************************************
- * CLIENT AREA *
- * ******************************************************************************************************************** */
- /* * ********************************************************************************************************************
- * KERIO MODULE *
- * ******************************************************************************************************************** */
- $_LANG['errorCodeMessage']['Class does not exist'] = 'Class does not exist';
- $_LANG['addonAA']['pagesLabels']['label']['home'] = 'Home';
- $_LANG['addonAA']['pagesLabels']['label']['LoggerManager'] = 'LoggerManager';
- $_LANG['addonAA']['pagesLabels']['label']['documentation'] = 'Documentation';
- $_LANG['mainContainer']['configForm']['configurableOptions']['configurableOptions'] = 'Configurable Options';
- $_LANG['mainContainer']['configForm']['kerioSettings']['kerioSettings'] = 'Kerio Settings';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['acc_limit']['acc_limit'] = 'Default Email Accounts Limit';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['acc_limit']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['acc_base']['acc_base'] = 'Inclusive Email Accounts';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['acc_base']['description'] = 'How many Email Accounts are inlcuded?';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['alias_limit']['alias_limit'] = 'Default Email Aliases Limit';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['alias_limit']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['cos_name']['cos_name'] = 'Class Of Service Name';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['cos_name']['description'] = 'Choose the correct class of the service.';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['login_link']['login_link'] = 'Webmail Login Link';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['login_link']['description'] = 'Leave empty if you want a URL to be generated from a server.';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['filterAccountsByCOS']['filterAccountsByCOS'] = 'Filter Accounts By Class Of Service';
- $_LANG['mainContainer']['configForm']['kerioSettings']['leftSide']['filterAccountsByCOS']['description'] = 'If enabled, accounts will be filtered by a class of the service type.';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['acc_size']['acc_size'] = 'Default Email Account Size (MB)';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['acc_size']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['domain_alias_limit']['domain_alias_limit'] = 'Default Domain Aliases Limit';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['domain_alias_limit']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['dist_list_limit']['dist_list_limit'] = 'Default Distribution Lists Limit';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['dist_list_limit']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['domainMaxSize']['domainMaxSize'] = 'Domain Max Size (GB)';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['domainMaxSize']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['domainBaseSize']['domainBaseSize'] = 'Domain inclusive Size (GB)';
- $_LANG['mainContainer']['configForm']['kerioSettings']['rightSide']['domainBaseSize']['description'] = 'Type -1 for unlimited (used when the configurable option is not provided).';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeatures'] = 'Essential Features';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesLeft']['kerioFeatureMailEnabled']['kerioFeatureMailEnabled'] = 'E-Mail';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesLeft']['kerioFeatureMailEnabled']['description'] = 'Description';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesLeft']['kerioFeatureCalendarEnabled']['kerioFeatureCalendarEnabled'] = 'Contacts';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesLeft']['kerioFeatureCalendarEnabled']['description'] = 'Description';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesLeft']['kerioFeatureBriefcasesEnabled']['kerioFeatureBriefcasesEnabled'] = 'Calendar';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesLeft']['kerioFeatureBriefcasesEnabled']['description'] = 'Description';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesRight']['kerioFeatureContactsEnabled']['kerioFeatureContactsEnabled'] = 'Tasks';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesRight']['kerioFeatureContactsEnabled']['description'] = 'Description';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesRight']['kerioFeatureTasksEnabled']['kerioFeatureTasksEnabled'] = 'Briefcase';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesRight']['kerioFeatureTasksEnabled']['description'] = 'Description';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesRight']['kerioFeatureOptionsEnabled']['kerioFeatureOptionsEnabled'] = 'Preferences';
- $_LANG['mainContainer']['configForm']['essentialFeatures']['essentialFeaturesRight']['kerioFeatureOptionsEnabled']['description'] = 'Description';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeatures'] = 'General Features';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureTaggingEnabled']['kerioFeatureTaggingEnabled'] = 'Tagging';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureSharingEnabled']['kerioFeatureSharingEnabled'] = 'Sharing';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureChangePasswordEnabled']['kerioFeatureChangePasswordEnabled'] = 'Change Password';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureSkinChangeEnabled']['kerioFeatureSkinChangeEnabled'] = 'Skin Change';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureManageZimlets']['kerioFeatureManageZimlets'] = 'Zimlets Management';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureHtmlComposeEnabled']['kerioFeatureHtmlComposeEnabled'] = 'HTML Compose';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureGalEnabled']['kerioFeatureGalEnabled'] = 'Global Address List Access';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureMAPIConnectorEnabled']['kerioFeatureMAPIConnectorEnabled'] = 'MAPI (Microsoft Outlook) Connector';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureEwsEnabled']['kerioFeatureEwsEnabled'] = 'EWS Client';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureTouchClientEnabled']['kerioFeatureTouchClientEnabled'] = 'Mobile Client';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureWebClientOfflineAccessEnabled']['kerioFeatureWebClientOfflineAccessEnabled'] = 'Web Client Offline Access';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureGalAutoCompleteEnabled']['kerioFeatureGalAutoCompleteEnabled'] = 'Global Access List Autocomplete';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioFeatureImportFolderEnabled']['kerioFeatureImportFolderEnabled'] = 'Import';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioFeatureExportFolderEnabled']['kerioFeatureExportFolderEnabled'] = 'Export';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesLeft']['kerioDumpsterEnabled']['kerioDumpsterEnabled'] = 'Dumpster';
- $_LANG['mainContainer']['configForm']['generalFeatures']['generalFeaturesRight']['kerioDumpsterPurgeEnabled']['kerioDumpsterPurgeEnabled'] = 'Dumpster Purge';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['mailServiceFeatures'] = 'Mail Service Features';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioFeatureMailPriorityEnabled']['kerioFeatureMailPriorityEnabled'] = 'Mail Priority';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioImapEnabled']['kerioImapEnabled'] = 'IMAP Access';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioFeatureImapDataSourceEnabled']['kerioFeatureImapDataSourceEnabled'] = 'IMAP Data Source';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioFeatureMailSendLaterEnabled']['kerioFeatureMailSendLaterEnabled'] = 'Send Mail Later';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioFeatureFiltersEnabled']['kerioFeatureFiltersEnabled'] = 'Mail Filter';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioFeatureNewMailNotificationEnabled']['kerioFeatureNewMailNotificationEnabled'] = 'New Mail Notification';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['left']['kerioFeatureReadReceiptsEnabled']['kerioFeatureReadReceiptsEnabled'] = 'Read Receipts';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['right']['kerioFeatureFlaggingEnabled']['kerioFeatureFlaggingEnabled'] = 'Flagging';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['right']['kerioPop3Enabled']['kerioPop3Enabled'] = 'POP3 Access';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['right']['kerioFeaturePop3DataSourceEnabled']['kerioFeaturePop3DataSourceEnabled'] = 'POP3 Data Source';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['right']['kerioFeatureConversationsEnabled']['kerioFeatureConversationsEnabled'] = 'Conversations';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['right']['kerioFeatureOutOfOfficeReplyEnabled']['kerioFeatureOutOfOfficeReplyEnabled'] = 'Out Of Office Reply';
- $_LANG['mainContainer']['configForm']['mailServiceFeatures']['right']['kerioFeatureIdentitiesEnabled']['kerioFeatureIdentitiesEnabled'] = 'Identities';
- $_LANG['mainContainer']['configForm']['contactFeatures']['contactFeatures'] = 'Contact Features';
- $_LANG['mainContainer']['configForm']['contactFeatures']['left']['kerioFeatureDistributionListFolderEnabled']['kerioFeatureDistributionListFolderEnabled'] = 'Distribution List Folder';
- $_LANG['mainContainer']['configForm']['calendarFeatures']['calendarFeatures'] = 'Calendar Features';
- $_LANG['mainContainer']['configForm']['calendarFeatures']['left']['kerioFeatureGroupCalendarEnabled']['kerioFeatureGroupCalendarEnabled'] = 'Group Calendar';
- $_LANG['mainContainer']['configForm']['calendarFeatures']['right']['kerioFeatureCalendarReminderDeviceEmailEnabled']['kerioFeatureCalendarReminderDeviceEmailEnabled'] = 'Reminders';
- $_LANG['mainContainer']['configForm']['searchFeatures']['searchFeatures'] = 'Search Features';
- $_LANG['mainContainer']['configForm']['searchFeatures']['left']['kerioFeatureAdvancedSearchEnabled']['kerioFeatureAdvancedSearchEnabled'] = 'Advanced Search';
- $_LANG['mainContainer']['configForm']['searchFeatures']['left']['kerioFeatureInitialSearchPreferenceEnabled']['kerioFeatureInitialSearchPreferenceEnabled'] = 'Initial Search Preferences';
- $_LANG['mainContainer']['configForm']['searchFeatures']['right']['kerioFeatureSavedSearchesEnabled']['kerioFeatureSavedSearchesEnabled'] = 'Saved Searches';
- $_LANG['mainContainer']['configForm']['searchFeatures']['right']['kerioFeaturePeopleSearchEnabled']['kerioFeaturePeopleSearchEnabled'] = 'People Search';
- $_LANG['mainContainer']['configForm']['mimeFeatures']['mimeFeatures'] = 'S/MIME Features';
- $_LANG['mainContainer']['configForm']['mimeFeatures']['left']['kerioFeatureSMIMEEnabled']['kerioFeatureSMIMEEnabled'] = 'Enable S/MIME';
- $_LANG['mainContainer']['configForm']['classOfServiceFeatures']['classOfServiceFeatures'] = 'Class Of Service For Mailbox Accounts';
- $_LANG['errorCodeMessage']['Class does not exist'] = 'errorCodeMessage Class does not exist';
- $_LANG['addonAA']['configuration']['product']['kerio']['cos']['Use Custom Settings'] = 'Use Custom Settings';
- $_LANG['addonAA']['configuration']['product']['kerio']['cos']['Allow clients to choose Class Of Service'] = 'Allow clients to choose a class of the service';
- $_LANG['addonAA']['configuration']['product']['kerio']['cos']['Allow clients to choose Class Of Service Quota Per Account'] = 'Allow clients to choose a class of the service quota per account';
- $_LANG['Average Size Accounts'] = 'Average Size Accounts';
- $_LANG['Extreme Size Accounts'] = 'Extreme Size Accounts';
- $_LANG['Large Size Accounts'] = 'Large Size Accounts';
- $_LANG['Mini Size Accounts'] = 'Mini Size Accounts';
- $_LANG['Small Size Accounts'] = 'Small Size Accounts';
- $_LANG['default'] = 'default';
- $_LANG['defaultExternal'] = 'defaultExternal';
- $_LANG['Enter to limit an accounts number of %s with quota %s MB or set -1 to unlimited'] = 'Enter to limit the accounts number of %s with quota %s MB or set -1 for unlimited.';
- /**
- * Config Options
- *
- */
- $_LANG['COS %s with quota %s MB'] = 'COS %s with quota %s MB';
- $_LANG['COS %s MB'] = 'COS %s MB';
- $_LANG['mainContainer']['configForm']['configurableOptions']['createCOBaseModalButton']['button']['createCOBaseModalButton'] = 'Create Configurable Options';
- $_LANG['createCOConfirmModal']['modal']['createCOConfirmModal'] = 'Create Configurable Options';
- $_LANG['createCOConfirmModal']['baseAcceptButton']['title'] = 'Create';
- $_LANG['createCOConfirmModal']['baseCancelButton']['title'] = 'Cancel';
- $_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_distributionListPage']['ca_distributionListPage'] = 'Distribution Lists';
- $_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesLeft']['ca_ressourcesListPage']['ca_ressourcesListPage'] = 'Resources';
- $_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_domainAliasesPage']['ca_domainAliasesPage'] = 'Domain Aliases';
- $_LANG['mainContainer']['configForm']['clientAreaFeatures']['clientAreaFeaturesRight']['ca_logInToMailboxButton']['ca_logInToMailboxButton'] = 'Log In To Mailbox';
- /**
- *
- * CLIENT AREA
- *
- */
- $_LANG['addonCA']['homePage']['manageHeader'] = 'Kerio Email Management';
- $_LANG['addonCA']['homeIcons']['emailAccount'] = 'Email Accounts';
- $_LANG['addonCA']['homeIcons']['emailAlias'] = 'Email Aliases';
- $_LANG['addonCA']['homeIcons']['distributionList'] = 'Distribution Lists';
- $_LANG['addonCA']['homeIcons']['ressource'] = 'Resources';
- $_LANG['addonCA']['homeIcons']['domainAlias'] = 'Domain Aliases';
- $_LANG['addonCA']['homeIcons']['goWebmail'] = 'Go To Webmail';
- $_LANG['management'] = 'Management';
- $_LANG['emailAccount'] = 'Email Accounts';
- $_LANG['emailAlias'] = 'Email Aliases';
- $_LANG['distributionList'] = 'Distribution Lists';
- $_LANG['ressource'] = 'Resources';
- $_LANG['domainAlias'] = 'Domain Aliases';
- $_LANG['goWebmail'] = 'Go To Webmail';
- $_LANG['addonCA']['emailAccount']['mainContainer']['emailAccount']['emailAccountPageTitle'] = 'Email Accounts Management';
- $_LANG['addonCA']['emailAccount']['mainContainer']['emailAccount']['emailAccountPageDescription'] = 'In this area you can manage email accounts associated with your domains.';
- $_LANG['addonCA']['breadcrumbs']['MG Demo'] = 'addonCA breadcrumbs MG Demo';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['addAccountButton']['button']['addAccountButton'] = 'Add Mailbox';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['mailbox'] = 'Mailbox';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['date_created'] = 'Date Created';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['last_login'] = 'Last Login';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['size'] = 'Size (MB)';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['quota'] = 'Quota (MB)';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['table']['status'] = 'Status';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['editAccountButton']['button']['editAccountButton'] = 'Edit';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['deleteAccountButton']['button']['deleteAccountButton'] = 'Delete';
- $_LANG['addonCA']['ressource']['mainContainer']['ressource']['ressourcePageTitle'] = 'Resource Accounts Management';
- $_LANG['addonCA']['ressource']['mainContainer']['ressource']['ressourcePageDescription'] = 'In this area you can manage resource accounts associated with your domains.';
- $_LANG['addonCA']['ressource']['mainContainer']['ressources']['addRessourceButton']['button']['addRessourceButton'] = 'Add Resource';
- $_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['ressource'] = 'Resource';
- $_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['date_created'] = 'Date Created';
- $_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['last_login'] = 'Last Login';
- $_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['capacity'] = 'Capacity';
- $_LANG['addonCA']['ressource']['mainContainer']['ressources']['table']['type'] = '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';
- $_LANG['addonCA']['emailAccount']['addAccountModal']['additionalSection'] = 'Additional Information';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_0']['generated_0_0']['firstname']['firstname'] = 'First Name';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_0']['generated_0_1']['lastname']['lastname'] = 'Last Name';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['usernameGroup']['usernameGroup'] = 'Username *';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_1']['generated_1_0']['display_name']['display_name'] = 'Display Name';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_1']['generated_1_1']['status']['status'] = 'Status';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_2']['generated_2_0']['password']['password'] = 'Password *';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_2']['generated_2_1']['repeat_password']['repeat_password'] = 'Repeat Password *';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_0']['generated_0_0']['company']['company'] = 'Company';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_0']['generated_0_1']['title']['title'] = 'Title';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['phone']['phone'] = 'Phone';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_1']['generated_1_0']['home_phone']['home_phone'] = 'Home Phone';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_1']['generated_1_1']['mobile_phone']['mobile_phone'] = 'Mobile Phone';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_2']['generated_2_0']['fax']['fax'] = 'Fax';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_2']['generated_2_1']['pager']['pager'] = 'Pager';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_3']['generated_3_0']['country']['country'] = 'Country';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_3']['generated_3_1']['state']['state'] = 'State';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_4']['generated_4_0']['city']['city'] = 'City';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['generated_row_section_4']['generated_4_1']['street']['street'] = 'Street';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['additionalSection']['post_code']['post_code'] = 'Postal Code';
- $_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['kerio']['account']['status']['active'] = 'Active';
- $_LANG['kerio']['account']['status']['locked'] = 'Locked';
- $_LANG['kerio']['account']['status']['maintenance'] = 'Maintenance';
- $_LANG['kerio']['account']['status']['closed'] = 'Closed';
- $_LANG['kerio']['account']['status']['lockout'] = 'Lockout';
- $_LANG['kerio']['account']['status']['pending'] = 'Pending';
- $_LANG['kerio']['ressource']['type']['location'] = 'Room';
- $_LANG['kerio']['ressource']['type']['equipment'] = 'Equipment';
- $_LANG['FormValidators']['passwordsIsNotTheSame'] = 'Passwords must be the same';
- $_LANG['emailAccountHasBeenAdded'] = 'The email account has been created successfully';
- $_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';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['generated_row_section_0']['generated_0_0']['firstname']['firstname'] = 'First Name';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['generated_row_section_0']['generated_0_1']['lastname']['lastname'] = 'Last Name';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['usernameGroup']['usernameGroup'] = 'Username';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['generated_row_section_1']['generated_1_0']['display_name']['display_name'] = 'Display Name';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['generated_row_section_1']['generated_1_1']['status']['status'] = 'Status';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_0']['generated_0_0']['company']['company'] = 'Company';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_0']['generated_0_1']['title']['title'] = 'Title';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['phone']['phone'] = 'Phone';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_1']['generated_1_0']['home_phone']['home_phone'] = 'Home Phone';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_1']['generated_1_1']['mobile_phone']['mobile_phone'] = 'Mobile Phone';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_2']['generated_2_0']['fax']['fax'] = 'Fax';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_2']['generated_2_1']['pager']['pager'] = 'Pager';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_3']['generated_3_0']['country']['country'] = 'Country';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_3']['generated_3_1']['state']['state'] = 'State';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_4']['generated_4_0']['city']['city'] = 'City';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['generated_row_section_4']['generated_4_1']['street']['street'] = 'Street';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editAdditionalSection']['post_code']['post_code'] = 'Postal Code';
- $_LANG['addonCA']['emailAccount']['editAccountModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAccount']['editAccountModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['addonCA']['emailAccount']['deleteAccountModal']['modal']['deleteAccountModal'] = 'Delete Email Account';
- $_LANG['addonCA']['emailAccount']['deleteAccountModal']['deleteAccountForm']['confirmRemoveAccount'] = 'Are you sure that you want to delete this email account?';
- $_LANG['addonCA']['emailAccount']['deleteAccountModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAccount']['deleteAccountModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['addonCA']['emailAlias']['mainContainer']['emailAlias']['emailAliasPageTitle'] = 'Email Aliases Management';
- $_LANG['addonCA']['emailAlias']['mainContainer']['emailAlias']['emailAliasPageDescription'] = 'Email aliases allow using another address for the same email account. For example you can create an alias for possible spam messages, so you can remove it later to stop receiving such emails.';
- $_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['addEmailAliasButton']['button']['addEmailAliasButton'] = 'Add Email Alias';
- $_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['table']['account'] = 'Account';
- $_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['table']['email_alias'] = 'Email Alias';
- $_LANG['addonCA']['emailAlias']['mainContainer']['emailAliases']['deleteEmailAliasButton']['button']['deleteEmailAliasButton'] = 'Delete';
- $_LANG['addonCA']['emailAlias']['addEmailAliasModal']['modal']['addEmailAliasModal'] = 'Add Email Alias';
- $_LANG['addonCA']['emailAlias']['addEmailAliasModal']['addEmailAliasForm']['usernameGroup']['usernameGroup'] = 'Email Alias';
- $_LANG['addonCA']['emailAlias']['addEmailAliasModal']['addEmailAliasForm']['mailbox']['mailbox'] = 'Account';
- $_LANG['addonCA']['emailAlias']['addEmailAliasModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAlias']['addEmailAliasModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['emailAliasHasBeenCreated'] = 'The email alias has been created successfully';
- $_LANG['emailAliasHasBeenDeleted'] = 'The email alias has been deleted successfully';
- $_LANG['addonCA']['emailAlias']['deleteEmailAliasModal']['modal']['deleteEmailAliasModal'] = 'Delete Email Alias';
- $_LANG['addonCA']['emailAlias']['deleteEmailAliasModal']['deleteAccountForm']['confirmDeleteAccountAlias'] = 'Are you sure that you want to delete this email alias?';
- $_LANG['addonCA']['emailAlias']['deleteEmailAliasModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAlias']['deleteEmailAliasModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['addonCA']['domainAlias']['mainContainer']['domainAlias']['domainAliasPageTitle'] = 'Domain Aliases Management';
- $_LANG['addonCA']['domainAlias']['mainContainer']['domainAlias']['domainAliasPageDescription'] = 'Domain aliases allow using another address for the same domain. For example you can create an alias for possible special clients.';
- $_LANG['addonCA']['domainAlias']['mainContainer']['lists']['addDomainAliasButton']['button']['addDomainAliasButton'] = 'Add Domain Alias';
- $_LANG['addonCA']['domainAlias']['mainContainer']['lists']['table']['name'] = 'Domain Alias';
- $_LANG['addonCA']['domainAlias']['mainContainer']['lists']['table']['description'] = 'Description';
- $_LANG['addonCA']['domainAlias']['mainContainer']['lists']['deleteDomainAliasButton']['button']['deleteDomainAliasButton'] = 'Delete';
- $_LANG['addonCA']['domainAlias']['addDomainAliasModals']['modal']['addDomainAliasModals'] = 'Add Domain Alias';
- $_LANG['addonCA']['domainAlias']['addDomainAliasModals']['addDomainAliasForm']['aliasGroup']['aliasGroup'] = 'Domain Alias';
- $_LANG['addonCA']['domainAlias']['addDomainAliasModals']['addDomainAliasForm']['description']['description'] = 'Description';
- $_LANG['addonCA']['domainAlias']['addDomainAliasModals']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['domainAlias']['addDomainAliasModals']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['addonCA']['domainAlias']['deleteDomainAliasModal']['modal']['deleteDomainAliasModal'] = 'Delete Domain Alias';
- $_LANG['addonCA']['domainAlias']['deleteDomainAliasModal']['deleteDomainAliasForm']['confirmRemoveDomainAlias'] = 'Are you sure that you want to delete this domain alias?';
- $_LANG['addonCA']['domainAlias']['deleteDomainAliasModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['domainAlias']['deleteDomainAliasModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['domainAliasHasBeenCreated'] = 'The domain alias has been created successfully';
- $_LANG['domainAliasHasBeenDeleted'] = 'The domain alias has been deleted successfully';
- $_LANG['addonCA']['distributionList']['mainContainer']['distributionList']['distributionListPageTitle'] = 'Distribution Lists Management';
- $_LANG['addonCA']['distributionList']['mainContainer']['distributionList']['distributionListPageDescription'] = 'A distribution list, also known as a mailing list, is a group of email addresses contained in a list with a common email address. When users send to a distribution list, they are sending the message to everyone whose address is included in the list.';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['addListButton']['button']['addListButton'] = 'Add Distribution List';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['email'] = 'Email';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['name'] = 'Display Name';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['table']['status'] = 'Status';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['editListButton']['button']['editListButton'] = 'Edit';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['deleteListButton']['button']['deleteListButton'] = 'Delete';
- $_LANG['addonCA']['distributionList']['addListForm']['addMembersDistribution']['usernameGroup']['usernameGroup'] = 'Email Address';
- $_LANG['addonCA']['distributionList']['addListForm']['addMembersDistribution']['displayName']['displayName'] = 'Display Name';
- $_LANG['addonCA']['distributionList']['addListForm']['addMembersDistribution']['description']['description'] = 'Description';
- $_LANG['addonCA']['distributionList']['addListForm']['addMembersDistribution']['memberList']['memberList'] = 'Members List';
- $_LANG['addonCA']['distributionList']['addListForm']['addMembersDistribution']['customMember']['customMember'] = 'Add Member';
- $_LANG['addonCA']['distributionList']['addListForm']['addPropertiesDistribution']['receiveMail']['receiveMail'] = 'Can Receive Mail';
- $_LANG['addonCA']['distributionList']['addListForm']['addPropertiesDistribution']['hideGal']['hideGal'] = 'Hide In GAL';
- $_LANG['addonCA']['distributionList']['addListForm']['addPropertiesDistribution']['dynamicGroup']['dynamicGroup'] = 'Dynamic Group';
- $_LANG['addonCA']['distributionList']['addListForm']['addPropertiesDistribution']['subscriptionRequest']['subscriptionRequest'] = 'Subscription Request';
- $_LANG['addonCA']['distributionList']['addListForm']['addPropertiesDistribution']['unsubscriptionRequest']['unsubscriptionRequest'] = 'Unsubscription Request';
- $_LANG['addonCA']['distributionList']['addListForm']['addPropertiesDistribution']['sharesNotify']['sharesNotify'] = 'Notify About Shares';
- $_LANG['addonCA']['distributionList']['addListForm']['addAliasesDistribution']['emailAliases']['emailAliases'] = 'Email Aliases';
- $_LANG['addonCA']['distributionList']['addListForm']['addAliasesDistribution']['newAlias']['newAlias'] = 'Add Email Alias';
- $_LANG['addonCA']['distributionList']['addListForm']['addOwnersDistribution']['owners']['owners'] = 'Owners';
- $_LANG['addonCA']['distributionList']['addListForm']['addOwnersDistribution']['newOwner']['newOwner'] = 'Add Owner';
- $_LANG['addonCA']['distributionList']['addListForm']['addPreferencesDistribution']['replyEmail']['replyEmail'] = 'Set Reply To Field';
- $_LANG['addonCA']['distributionList']['addListForm']['addPreferencesDistribution']['replyDisplayName']['replyDisplayName'] = '\'Reply To\' Display Name';
- $_LANG['addonCA']['distributionList']['addListForm']['addPreferencesDistribution']['replyEmailAddress']['replyEmailAddress'] = '\'Reply To\' Address';
- $_LANG['addonCA']['distributionList']['addListModal']['modal']['addListModal'] = 'Add Distribution List';
- $_LANG['addonCA']['distributionList']['addListModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['distributionList']['addListModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['addonCA']['distributionList']['addListModal']['addMembersDistribution'] = 'Members';
- $_LANG['addonCA']['distributionList']['addListModal']['addPropertiesDistribution'] = 'Properties';
- $_LANG['addonCA']['distributionList']['addListModal']['addAliasesDistribution'] = 'Email Aliases';
- $_LANG['addonCA']['distributionList']['addListModal']['addOwnersDistribution'] = 'Owners';
- $_LANG['addonCA']['distributionList']['addListModal']['addPreferencesDistribution'] = 'Preferences';
- $_LANG['distributionListHasBeenAdded'] = 'The distribution list has been created successfully';
- $_LANG['distributionListHasBeenDeleted'] = 'The distribution list has been deleted successfully';
- $_LANG['distributionListHasBeenUpdated'] = 'The distribution list has been updated successfully';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['usernameGroup']['usernameGroup'] = 'Email Address';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['displayName']['displayName'] = 'Display Name';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['description']['description'] = 'Description';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['memberList']['memberList'] = 'Members List';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['customMember']['customMember'] = 'Custom Members';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['emailAliasesActually']['emailAliasesActually'] = 'Email Aliases';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['memberListActually']['memberListActually'] = 'Members List';
- $_LANG['addonCA']['distributionList']['editListForm']['editMembersDistribution']['ownersActually']['ownersActually'] = 'Owners';
- $_LANG['addonCA']['distributionList']['editListForm']['addPropertiesDistribution']['receiveMail']['receiveMail'] = 'Can Receive Mail';
- $_LANG['addonCA']['distributionList']['editListForm']['addPropertiesDistribution']['hideGal']['hideGal'] = 'Hide In GAL';
- $_LANG['addonCA']['distributionList']['editListForm']['addPropertiesDistribution']['dynamicGroup']['dynamicGroup'] = 'Dynamic Group';
- $_LANG['addonCA']['distributionList']['editListForm']['addPropertiesDistribution']['subscriptionRequest']['subscriptionRequest'] = 'Subscription Request';
- $_LANG['addonCA']['distributionList']['editListForm']['addPropertiesDistribution']['unsubscriptionRequest']['unsubscriptionRequest'] = 'Unsubscription Request';
- $_LANG['addonCA']['distributionList']['editListForm']['addPropertiesDistribution']['sharesNotify']['sharesNotify'] = 'Notify About Shares';
- $_LANG['addonCA']['distributionList']['editListForm']['addAliasesDistribution']['emailAliases']['emailAliases'] = 'Email Aliases';
- $_LANG['addonCA']['distributionList']['editListForm']['addAliasesDistribution']['newAlias']['newAlias'] = 'Add Email Alias';
- $_LANG['addonCA']['distributionList']['editListForm']['addOwnersDistribution']['owners']['owners'] = 'Owners';
- $_LANG['addonCA']['distributionList']['editListForm']['addOwnersDistribution']['newOwner']['newOwner'] = 'Add Owner';
- $_LANG['addonCA']['distributionList']['editListForm']['addPreferencesDistribution']['replyEmail']['replyEmail'] = 'Set Reply To Field';
- $_LANG['addonCA']['distributionList']['editListForm']['addPreferencesDistribution']['replyDisplayName']['replyDisplayName'] = '\'Reply To\' Display Name';
- $_LANG['addonCA']['distributionList']['editListForm']['addPreferencesDistribution']['replyEmailAddress']['replyEmailAddress'] = '\'Reply To\' Address';
- $_LANG['addonCA']['distributionList']['editListModal']['modal']['editListModal'] = 'Edit Distribution List';
- $_LANG['addonCA']['distributionList']['editListModal']['editMembersDistribution'] = 'Members';
- $_LANG['addonCA']['distributionList']['editListModal']['addPropertiesDistribution'] = 'Properties';
- $_LANG['addonCA']['distributionList']['editListModal']['addAliasesDistribution'] = 'Email Aliases';
- $_LANG['addonCA']['distributionList']['editListModal']['addOwnersDistribution'] = 'Owners';
- $_LANG['addonCA']['distributionList']['editListModal']['addPreferencesDistribution'] = 'Preferences';
- $_LANG['addonCA']['distributionList']['editListModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['distributionList']['editListModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['addonCA']['distributionList']['deleteListModal']['modal']['deleteListModal'] = 'Delete Distribution List';
- $_LANG['addonCA']['distributionList']['deleteListModal']['deleteAccountForm']['confirmRemoveList'] = 'Are you sure that you want to delete this distribution list?';
- $_LANG['addonCA']['distributionList']['deleteListModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['distributionList']['deleteListModal']['baseCancelButton']['title'] = 'Cancel';
- /***
- * Mass Actions
- */
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['massChangeStatusButton']['button']['massChangeStatusButton'] = 'Change Status';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['massDeleteAccountButton']['button']['massDeleteAccountButton'] = 'Delete';
- $_LANG['addonCA']['emailAccount']['massChangeStatusModal']['modal']['massChangeStatusModal'] = 'Change Status';
- $_LANG['addonCA']['emailAccount']['massChangeStatusModal']['deleteAccountForm']['status']['status'] = 'Status';
- $_LANG['addonCA']['emailAccount']['massChangeStatusModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAccount']['massChangeStatusModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['massEmailAccountHasBeenDeleted'] = 'The email accounts have been deleted successfully';
- $_LANG['massEmailAccountStatusHasBeenUpdated'] = 'The email accounts have been updated successfully';
- $_LANG['emailAccountStatusHasBeenUpdated'] = 'The email account has been updated successfully';
- $_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['modal']['massDeleteAccountModal'] = 'Delete Email Accounts';
- $_LANG['addonCA']['emailAccount']['massDeleteAccountModal']['massDeleteAccountForm']['massDeleteAccountFormConfirm'] = 'Are you sure that you want to delete the selected email accounts?';
- $_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';
- $_LANG['addonCA']['emailAlias']['massDeleteEmailAliasModal']['deleteAccountForm']['massDeleteEmailAliasModalConfirm'] = 'Are you sure that you want to delete the selected email aliases?';
- $_LANG['addonCA']['emailAlias']['massDeleteEmailAliasModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAlias']['massDeleteEmailAliasModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['massEmailAliasHasBeenDeleted'] = 'The email aliases have been deleted successfully';
- $_LANG['addonCA']['distributionList']['mainContainer']['lists']['massDeleteListButton']['button']['massDeleteListButton'] = 'Delete';
- $_LANG['addonCA']['distributionList']['massDeleteListModal']['modal']['massDeleteListModal'] = 'Delete Distribution Lists';
- $_LANG['addonCA']['distributionList']['massDeleteListModal']['massDeleteListForm']['MassDeleteListFormConfirm'] = 'Are you sure that you want to delete the selected distribution lists?';
- $_LANG['addonCA']['distributionList']['massDeleteListModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['distributionList']['massDeleteListModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['massDistributionListHasBeenDeleted'] = 'The distribution lists have been deleted successfully';
- $_LANG['addonCA']['domainAlias']['mainContainer']['lists']['massDeleteDomainAliasButton']['button']['massDeleteDomainAliasButton'] = 'Delete';
- $_LANG['addonCA']['domainAlias']['massDeleteDomainAliasModal']['modal']['massDeleteDomainAliasModal'] = 'Delete Domain Aliases';
- $_LANG['addonCA']['domainAlias']['massDeleteDomainAliasModal']['massDeleteDomainAliasForm']['confirmMassDeleteDomainAlias'] = 'Are you sure that you want to delete the selected domain aliases?';
- $_LANG['addonCA']['domainAlias']['massDeleteDomainAliasModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['domainAlias']['massDeleteDomainAliasModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['massDomainAliasHasBeenDeleted'] = 'The domain aliases have been deleted successfully';
- $_LANG['addonCA']['emailAccount']['massChangeStatusModal']['massChangeStatusForm']['status']['status'] = 'Status';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['changeStatusButton']['button']['changeStatusButton'] = 'Change Status';
- $_LANG['addonCA']['emailAccount']['changeStatusModal']['modal']['changeStatusModal'] = 'Change Status';
- $_LANG['addonCA']['emailAccount']['changeStatusModal']['changeStatusForm']['status']['status'] = 'Status';
- $_LANG['addonCA']['emailAccount']['changeStatusModal']['baseAcceptButton']['title'] = 'Confirm';
- $_LANG['addonCA']['emailAccount']['changeStatusModal']['baseCancelButton']['title'] = 'Cancel';
- $_LANG['kerio']['account']['neverLogged'] = 'Never logged in';
- /**
- *
- *
- * New Langs
- */
- $_LANG['error']['invalidServer'] = 'You need to select a server group from the dropdown menu first and save the product configuration.';
- $_LANG['error']['extensionRequired'] = 'PHP extension `:extension:` is required.';
- $_LANG['restrictions']['error']['somethingWentWrong'] = 'Something has gone wrong.';
- $_LANG['restrictions']['error']['extensionRequired'] = 'PHP extension `:extension:` is required.';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['generated_row_section_2']['generated_2_0']['password']['description'] = 'A password must contain at least 8 characters';
- $_LANG['FormValidators']['passwordCharsLengthError'] = 'A password must contain at least 8 characters';
- // thurdata pasword validation
- $_LANG['FormValidators']['passwordUpperError'] = 'A password must contain at least a capital letter (A-Z)';
- $_LANG['FormValidators']['passwordLowerError'] = 'A password must contain at least a lowercase letter (a-z)';
- $_LANG['FormValidators']['passwordNumberError'] = 'A password must contain at least a number';
- $_LANG['FormValidators']['passwordSpecialError'] = 'A password must contain at least a special letter (.,-:=)';
- $_LANG['addonCA']['domainAlias']['addDomainAliasModals']['addDomainAliasForm']['description']['descriptionDomainList'] = 'Please provide a description of a new alias.';
- $_LANG['configurableOptionsCreate'] = 'The configurable options have been created successfully.';
- $_LANG['configurableOptionsUpdate'] = 'The configurable options have been updated successfully.';
- $_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';
- $_LANG['addonCA']['emailAccount']['changePasswordModal']['changePasswordForm']['repeat_password']['repeat_password'] = 'Repeat Password *';
- $_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';
- $_LANG['mail@example.com'] = 'mail@example.com';
- $_LANG['phoneNumberPlaceholder'] = '201 555 0123';
- $_LANG['kerio']['account']['status']['disabled'] = 'Disabled';
- $_LANG['kerio']['account']['status']['enabled'] = 'Enabled';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['More Actions'] = 'More Actions';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['More Actions'] = 'More Actions';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['Additional Actions'] = 'Additional Actions';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['Additional Actions'] = 'Additional Actions';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['changeStatusButton']['button']['changeStatusButton'] = 'Change Status';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['changePassword']['button']['changePassword'] = 'Change Password';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['editAccountButton']['button']['editAccountButton'] = 'Edit Account';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['deleteAccountButton']['button']['deleteAccountButton'] = 'Delete Account';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['changeStatusButton']['button']['changeStatusButton'] = 'Change Status';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['changePassword']['button']['changePassword'] = 'Change Password';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['editAccountButton']['button']['editAccountButton'] = 'Edit Account';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['deleteAccountButton']['button']['deleteAccountButton'] = 'Delete Account';
- $_LANG['configurableOptionsWhmcsInfo'] = 'Below you can choose which configurable options will be generated for this product. Please note that these options are divided into two parts separated by a | sign, where the part on the left indicates the sent variable and the part on the right the friendly name displayed to customers. After generating these options you can edit the friendly part on the right, but not the variable part on the left. More information about configurable options and their editing can be found :configurableOptionsNameUrl:.';
- $_LANG['addonCA']['emailAccount']['addAccountForm']['generalSection']['cosId']['cosId'] = 'Quota';
- $_LANG['addonCA']['emailAccount']['editAccountForm']['editGeneralSection']['cosId']['cosId'] = 'Quota';
- $_LANG['addonCA']['emailAccount']['accounts']['actions']['duttonDropdownItem']['button']['dropdownButton'] = 'Log In To Mailbox';
- $_LANG['addonCA']['emailAccount']['mainContainer']['accounts']['actions']['duttonDropdownItem']['button']['dropdownButton'] = 'Dropdown Button';
- $_LANG['logInToWebmail'] = 'Go To Webmail';
- $_LANG['addonCA']['breadcrumbs']['Kerio Email'] = '';
- // thurdata soap error codes
- $_LANG['ldap.INVALID_ATTR_VALUE'] = 'Address already in use';
- $_LANG['account.PASSWORD_LOCKED'] = 'Password is locked';
- $_LANG['account.PASSWORD_CHANGE_TOO_SOON'] = 'Password has been changed to frequently';
- $_LANG['account.PASSWORD_RECENTLY_USED'] = 'Password recently used';
- $_LANG['account.INVALID_PASSWORD'] = 'Invalid password';
- $_LANG['account.INVALID_ATTR_VALUE'] = 'Invalid Value';
- $_LANG['account.NO_SUCH_ACCOUNT'] = 'No such account';
- $_LANG['account.NO_SUCH_ALIAS'] = 'No such alias';
- $_LANG['account.NO_SUCH_DOMAIN'] = 'No such domain';
- $_LANG['account.NO_SUCH_DISTRIBUTION_LIST'] = 'No such list';
- $_LANG['account.NO_SUCH_CALENDAR_RESOURCE'] = 'No such ressource';
- $_LANG['account.NO_SUCH_MEMBER'] = 'No such member';
- $_LANG['account.MEMBER_EXISTS'] = 'Member already exists';
- $_LANG['account.ACCOUNT_EXISTS'] = 'Address already in use';
- $_LANG['account.DISTRIBUTION_LIST_EXISTS'] = 'Address already in use';
- $_LANG['account.DOMAIN_EXISTS'] = 'Domain already exists';
- $_LANG['account.DOMAIN_NOT_EMPTY'] = 'Domain not empty';
- $_LANG['account.MAINTENANCE_MODE'] = 'Maintenance mode';
- $_LANG['account.ACCOUNT_INACTIVE'] = 'Account inaktive';
- $_LANG['account.TOO_MANY_ACCOUNTS'] = 'Too many accounts';
- $_LANG['account.TOO_MANY_SEARCH_RESULTS'] = 'Too many results';
|