Update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
$MESS["BCL_BACKUP_DO_BACKUP"] = "Create backup";
|
||||
$MESS["BCL_BACKUP_FILE_NAME"] = "File name";
|
||||
$MESS["BCL_BACKUP_FILE_SIZE"] = "File size";
|
||||
$MESS["BCL_BACKUP_NOTE"] = "
|
||||
$MESS['BCL_BACKUP_DO_BACKUP'] = "Create backup";
|
||||
$MESS['BCL_BACKUP_FILE_NAME'] = "File name";
|
||||
$MESS['BCL_BACKUP_FILE_SIZE'] = "File size";
|
||||
$MESS['BCL_BACKUP_NOTE'] = "
|
||||
<p>
|
||||
Creating backups in cloud storage is available to all editions of Bitrix Site Manager; different <a target=\"_blank\" href=\"https://www.bitrixsoft.com/products/cms/features/cdn.php\">cloud space</a> is reserved for different editions. Saving backups to cloud storage is only available to websites running under an active and valid license.
|
||||
</p>
|
||||
@@ -16,5 +16,5 @@ A backup copy is encrypted using password you will have to provide when creating
|
||||
Cloud storage conditions and terms may be changed without prior notice.
|
||||
</p>
|
||||
";
|
||||
$MESS["BCL_BACKUP_TITLE"] = "Backups";
|
||||
$MESS["BCL_BACKUP_USAGE"] = "Space used: #USAGE# of #QUOTA#.";
|
||||
$MESS['BCL_BACKUP_TITLE'] = "Backups";
|
||||
$MESS['BCL_BACKUP_USAGE'] = "Space used: #USAGE# of #QUOTA#.";
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
<?
|
||||
$MESS["BCL_BACKUP_JOB_TITLE"] = "Backup schedule";
|
||||
$MESS["BCL_BACKUP_JOB_URL"] = "Server";
|
||||
$MESS["BCL_BACKUP_JOB_TIME"] = "Time (UTC)";
|
||||
$MESS["BCL_BACKUP_JOB_WEEK_DAYS"] = "Days of week";
|
||||
$MESS["BCL_BACKUP_JOB_STATUS"] = "Status";
|
||||
$MESS["BCL_BACKUP_JOB_NEVER"] = "Never performed";
|
||||
$MESS["BCL_BACKUP_JOB_DELETE"] = "Cancel";
|
||||
$MESS["BCL_BACKUP_JOB_DELETE_CONF"] = "Do you want to cancel backup?";
|
||||
$MESS["BCL_BACKUP_JOB_ADD"] = "Add";
|
||||
$MESS["BCL_BACKUP_JOB_ADD_TAB"] = "New schedule";
|
||||
$MESS["BCL_BACKUP_JOB_ADD_TAB_TITLE"] = "Backup parameters";
|
||||
$MESS["BCL_BACKUP_JOB_CANCEL_BTN"] = "Cancel";
|
||||
$MESS["BCL_BACKUP_JOB_SAVE_BTN"] = "Save";
|
||||
$MESS["BCL_BACKUP_JOB_FINISH_TIME"] = "Last backup (UTC)";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_BACKUP_JOB_TITLE'] = "Backup schedule";
|
||||
$MESS['BCL_BACKUP_JOB_URL'] = "Server";
|
||||
$MESS['BCL_BACKUP_JOB_TIME'] = "Time (UTC)";
|
||||
$MESS['BCL_BACKUP_JOB_WEEK_DAYS'] = "Days of week";
|
||||
$MESS['BCL_BACKUP_JOB_STATUS'] = "Status";
|
||||
$MESS['BCL_BACKUP_JOB_NEVER'] = "Never performed";
|
||||
$MESS['BCL_BACKUP_JOB_DELETE'] = "Cancel";
|
||||
$MESS['BCL_BACKUP_JOB_DELETE_CONF'] = "Do you want to cancel backup?";
|
||||
$MESS['BCL_BACKUP_JOB_ADD'] = "Add";
|
||||
$MESS['BCL_BACKUP_JOB_ADD_TAB'] = "New schedule";
|
||||
$MESS['BCL_BACKUP_JOB_ADD_TAB_TITLE'] = "Backup parameters";
|
||||
$MESS['BCL_BACKUP_JOB_CANCEL_BTN'] = "Cancel";
|
||||
$MESS['BCL_BACKUP_JOB_SAVE_BTN'] = "Save";
|
||||
$MESS['BCL_BACKUP_JOB_FINISH_TIME'] = "Last backup (UTC)";
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
<?
|
||||
$MESS["BCL_MONITORING_DOMAIN"] = "Domain";
|
||||
$MESS["BCL_MONITORING_LICENSE"] = "License will expire in:";
|
||||
$MESS["BCL_MONITORING_NO_DOMAINS_CONFIGURED"] = "There are no domains configured for at least one website.";
|
||||
$MESS["BCL_MONITORING_DELETE"] = "Delete";
|
||||
$MESS["BCL_MONITORING_EDIT"] = "Edit";
|
||||
$MESS["BCL_MONITORING_DOMAIN_REGISTRATION"] = "The domain will expire in:";
|
||||
$MESS["BCL_MONITORING_SSL"] = "SSL certificate will expire in:";
|
||||
$MESS["BCL_MONITORING_RESPONSE_TIME"] = "Website response";
|
||||
$MESS["BCL_MONITORING_NO_DATA"] = "no data yet";
|
||||
$MESS["BCL_MONITORING_NO_DATA_AVAILABLE"] = "unavailable";
|
||||
$MESS["BCL_MONITORING_PERIOD"] = "Monitor time:";
|
||||
$MESS["BCL_MONITORING_FAILED_PERIOD"] = "Downtime:";
|
||||
$MESS["BCL_MONITORING_DOMAIN_REGISTRATION_NOTE"] = "For some top-level domains the domain expiration time cannot be resolved because not all registrars provide this information.";
|
||||
$MESS["BCL_MONITORING_TITLE"] = "Cloud Inspector";
|
||||
$MESS["BCL_MONITORING_START"] = "Add site to Inspector";
|
||||
$MESS["BCL_MONITORING_DELETE_CONF"] = "Are you sure you want to stop Cloud Inspector on this domain?";
|
||||
$MESS["BCL_MONITORING_RESULT"] = "Inspector results";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MONITORING_DOMAIN'] = "Domain";
|
||||
$MESS['BCL_MONITORING_LICENSE'] = "License will expire in:";
|
||||
$MESS['BCL_MONITORING_NO_DOMAINS_CONFIGURED'] = "There are no domains configured for at least one website.";
|
||||
$MESS['BCL_MONITORING_DELETE'] = "Delete";
|
||||
$MESS['BCL_MONITORING_EDIT'] = "Edit";
|
||||
$MESS['BCL_MONITORING_DOMAIN_REGISTRATION'] = "The domain will expire in:";
|
||||
$MESS['BCL_MONITORING_SSL'] = "SSL certificate will expire in:";
|
||||
$MESS['BCL_MONITORING_RESPONSE_TIME'] = "Website response";
|
||||
$MESS['BCL_MONITORING_NO_DATA'] = "no data yet";
|
||||
$MESS['BCL_MONITORING_NO_DATA_AVAILABLE'] = "unavailable";
|
||||
$MESS['BCL_MONITORING_PERIOD'] = "Monitor time:";
|
||||
$MESS['BCL_MONITORING_FAILED_PERIOD'] = "Downtime:";
|
||||
$MESS['BCL_MONITORING_DOMAIN_REGISTRATION_NOTE'] = "For some top-level domains the domain expiration time cannot be resolved because not all registrars provide this information.";
|
||||
$MESS['BCL_MONITORING_TITLE'] = "Cloud Inspector";
|
||||
$MESS['BCL_MONITORING_START'] = "Add site to Inspector";
|
||||
$MESS['BCL_MONITORING_DELETE_CONF'] = "Are you sure you want to stop Cloud Inspector on this domain?";
|
||||
$MESS['BCL_MONITORING_RESULT'] = "Inspector results";
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
<?
|
||||
$MESS["BCL_MONITORING_DOMAIN"] = "Domain";
|
||||
$MESS["BCL_MONITORING_EMAIL"] = "Send alerts to e-mail";
|
||||
$MESS["BCL_MONITORING_ADD_BTN"] = "Add";
|
||||
$MESS["BCL_MONITORING_TEST_LICENSE"] = "Watch Bitrix license expiration";
|
||||
$MESS["BCL_MONITORING_LANGUAGE"] = "Alert language";
|
||||
$MESS["BCL_MONITORING_TEST_SSL_CERT_VALIDITY"] = "Watch SSL certificate expiration";
|
||||
$MESS["BCL_MONITORING_TEST_DOMAIN_REGISTRATION"] = "Watch domain expiration";
|
||||
$MESS["BCL_MONITORING_TEST_HTTP_RESPONSE_TIME"] = "Watch website uptime";
|
||||
$MESS["BCL_MONITORING_TITLE"] = "Cloud Inspector";
|
||||
$MESS["BCL_MONITORING_TAB"] = "Cloud Inspector parameters";
|
||||
$MESS["BCL_MONITORING_TAB_TITLE"] = "Configure Cloud Inspector parameters";
|
||||
$MESS["BCL_MONITORING_IS_HTTPS"] = "Use HTTPS for monitoring";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MONITORING_DOMAIN'] = "Domain";
|
||||
$MESS['BCL_MONITORING_EMAIL'] = "Send alerts to e-mail";
|
||||
$MESS['BCL_MONITORING_ADD_BTN'] = "Add";
|
||||
$MESS['BCL_MONITORING_TEST_LICENSE'] = "Watch Bitrix license expiration";
|
||||
$MESS['BCL_MONITORING_LANGUAGE'] = "Alert language";
|
||||
$MESS['BCL_MONITORING_TEST_SSL_CERT_VALIDITY'] = "Watch SSL certificate expiration";
|
||||
$MESS['BCL_MONITORING_TEST_DOMAIN_REGISTRATION'] = "Watch domain expiration";
|
||||
$MESS['BCL_MONITORING_TEST_HTTP_RESPONSE_TIME'] = "Watch website uptime";
|
||||
$MESS['BCL_MONITORING_TITLE'] = "Cloud Inspector";
|
||||
$MESS['BCL_MONITORING_TAB'] = "Cloud Inspector parameters";
|
||||
$MESS['BCL_MONITORING_TAB_TITLE'] = "Configure Cloud Inspector parameters";
|
||||
$MESS['BCL_MONITORING_IS_HTTPS'] = "Use HTTPS for monitoring";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?
|
||||
$MESS["BCL_MENU_ITEM"] = "Bitrix Cloud Service";
|
||||
$MESS["BCL_MENU_BACKUP_ITEM"] = "Backups";
|
||||
$MESS["BCL_MENU_BACKUP_JOB_ITEM"] = "Backup schedule";
|
||||
$MESS["BCL_MENU_MONITORING_ITEM"] = "Cloud Inspector";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MENU_ITEM'] = "Bitrix Cloud Service";
|
||||
$MESS['BCL_MENU_BACKUP_ITEM'] = "Backups";
|
||||
$MESS['BCL_MENU_BACKUP_JOB_ITEM'] = "Backup schedule";
|
||||
$MESS['BCL_MENU_MONITORING_ITEM'] = "Cloud Inspector";
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<?
|
||||
$MESS["BCL_BACKUP_AI_TITLE"] = "Backup";
|
||||
$MESS["BCL_BACKUP_AI_USAGE_TOTAL"] = "Total:";
|
||||
$MESS["BCL_BACKUP_AI_USAGE_AVAIL"] = "Available:";
|
||||
$MESS["BCL_BACKUP_AI_NO_FILES"] = "There are no backups yet.";
|
||||
$MESS["BCL_BACKUP_AI_LAST_TIME"] = "Last created";
|
||||
$MESS["BCL_BACKUP_AI_DO_BACKUP_STRONGLY"] = "Create backup now";
|
||||
$MESS["BCL_BACKUP_AI_DO_BACKUP"] = "Create backup";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_BACKUP_AI_TITLE'] = "Backup";
|
||||
$MESS['BCL_BACKUP_AI_USAGE_TOTAL'] = "Total:";
|
||||
$MESS['BCL_BACKUP_AI_USAGE_AVAIL'] = "Available:";
|
||||
$MESS['BCL_BACKUP_AI_NO_FILES'] = "There are no backups yet.";
|
||||
$MESS['BCL_BACKUP_AI_LAST_TIME'] = "Last created";
|
||||
$MESS['BCL_BACKUP_AI_DO_BACKUP_STRONGLY'] = "Create backup now";
|
||||
$MESS['BCL_BACKUP_AI_DO_BACKUP'] = "Create backup";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS["BCL_BACKUP_WS_SERVER"] = "Error sending request to the backup server (code: #STATUS#).";
|
||||
$MESS["BCL_BACKUP_WRONG_TIME"] = "The backup start time is incorrect.";
|
||||
$MESS["BCL_BACKUP_WRONG_URL"] = "The backup URL is incorrect.";
|
||||
$MESS["BCL_BACKUP_WRONG_WEEKDAYS"] = "The days for weekly backup are incorrect.";
|
||||
$MESS["BCL_BACKUP_EMPTY_SECRET_KEY"] = "The backup key is not specified.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_BACKUP_WS_SERVER'] = "Error sending request to the backup server (code: #STATUS#).";
|
||||
$MESS['BCL_BACKUP_WRONG_TIME'] = "The backup start time is incorrect.";
|
||||
$MESS['BCL_BACKUP_WRONG_URL'] = "The backup URL is incorrect.";
|
||||
$MESS['BCL_BACKUP_WRONG_WEEKDAYS'] = "The days for weekly backup are incorrect.";
|
||||
$MESS['BCL_BACKUP_EMPTY_SECRET_KEY'] = "The backup key is not specified.";
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
<?
|
||||
$MESS["BCL_MON_MOB_MENU_TITLE"] = "Bitrix Cloud Service";
|
||||
$MESS["BCL_MON_MOB_MENU_IPAGE"] = "Cloud Inspector";
|
||||
$MESS["BCL_MON_MOB_TEST_LICENSE"] = "Bitrix license will expire on";
|
||||
$MESS["BCL_MON_MOB_IS_HTTPS"] = "Use HTTPS to inspect domain";
|
||||
$MESS["BCL_MON_MOB_TEST_SSL_CERT_VALIDITY"] = "SSL certificate will expire on";
|
||||
$MESS["BCL_MON_MOB_TEST_DOMAIN_REGISTRATION"] = "Domain will expire on";
|
||||
$MESS["BCL_MON_MOB_TEST_HTTP_RESPONSE_TIME"] = "Website response";
|
||||
$MESS["BCL_MON_MOB_INSPECTOR"] = "Website Inspector";
|
||||
$MESS["BCL_MON_MOB_SUBSCRIBE"] = "Receive notifications";
|
||||
$MESS["BCL_MON_MOB_MENU_PUSH"] = "Configure PUSH notifications";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MON_MOB_MENU_TITLE'] = "Bitrix Cloud Service";
|
||||
$MESS['BCL_MON_MOB_MENU_IPAGE'] = "Cloud Inspector";
|
||||
$MESS['BCL_MON_MOB_TEST_LICENSE'] = "Bitrix license will expire on";
|
||||
$MESS['BCL_MON_MOB_IS_HTTPS'] = "Use HTTPS to inspect domain";
|
||||
$MESS['BCL_MON_MOB_TEST_SSL_CERT_VALIDITY'] = "SSL certificate will expire on";
|
||||
$MESS['BCL_MON_MOB_TEST_DOMAIN_REGISTRATION'] = "Domain will expire on";
|
||||
$MESS['BCL_MON_MOB_TEST_HTTP_RESPONSE_TIME'] = "Website response";
|
||||
$MESS['BCL_MON_MOB_INSPECTOR'] = "Website Inspector";
|
||||
$MESS['BCL_MON_MOB_SUBSCRIBE'] = "Receive notifications";
|
||||
$MESS['BCL_MON_MOB_MENU_PUSH'] = "Configure PUSH notifications";
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
<?
|
||||
$MESS ['BCL_MON_WS_SERVER'] = "Error getting parameters from server (code: #STATUS#).";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MON_WS_SERVER'] = "Error getting parameters from server (code: #STATUS#).";
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?
|
||||
$MESS["BCL_CDN_WS_SERVER"] = "Error getting parameters from server (code: #STATUS#).";
|
||||
$MESS["BCL_CDN_WS_XML_PARSE"] = "Error parsing XML config file (code: #CODE#).";
|
||||
$MESS["BCL_CDN_WS_LICENSE_NOT_FOUND"] = "Your license is invalid.";
|
||||
$MESS["BCL_CDN_WS_LICENSE_EXPIRE"] = "Your license has expired.";
|
||||
$MESS["BCL_CDN_WS_QUOTA_EXCEEDED"] = "Traffic quota exceeded.";
|
||||
$MESS["BCL_CDN_WS_LICENSE_DEMO"] = "Service is unavailable for this license type.";
|
||||
$MESS["BCL_CDN_WS_LICENSE_NOT_ACTIVE"] = "License is inactive.";
|
||||
$MESS["BCL_CDN_WS_DOMAIN_NOT_REACHABLE"] = "The specified URL cannot be accessed from cloud.";
|
||||
$MESS["BCL_CDN_WS_NOT_POWERED_BY_BITRIX_CMS"] = "The specified website is not powered by Bitrix Site Manager.";
|
||||
$MESS["BCL_CDN_WS_CMS_LICENSE_NOT_FOUND"] = "This website's license is invalid.";
|
||||
$MESS["BCL_CDN_WS_WRONG_DOMAIN_SPECIFIED"] = "The specified website is using a different license key.";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_CDN_WS_SERVER'] = "Error getting parameters from server (code: #STATUS#).";
|
||||
$MESS['BCL_CDN_WS_XML_PARSE'] = "Error parsing XML config file (code: #CODE#).";
|
||||
$MESS['BCL_CDN_WS_LICENSE_NOT_FOUND'] = "Your license is invalid.";
|
||||
$MESS['BCL_CDN_WS_LICENSE_EXPIRE'] = "Your license has expired.";
|
||||
$MESS['BCL_CDN_WS_QUOTA_EXCEEDED'] = "Traffic quota exceeded.";
|
||||
$MESS['BCL_CDN_WS_LICENSE_DEMO'] = "Service is unavailable for this license type.";
|
||||
$MESS['BCL_CDN_WS_LICENSE_NOT_ACTIVE'] = "License is inactive.";
|
||||
$MESS['BCL_CDN_WS_DOMAIN_NOT_REACHABLE'] = "The specified URL cannot be accessed from cloud.";
|
||||
$MESS['BCL_CDN_WS_NOT_POWERED_BY_BITRIX_CMS'] = "The specified website is not powered by Bitrix Site Manager.";
|
||||
$MESS['BCL_CDN_WS_CMS_LICENSE_NOT_FOUND'] = "This website's license is invalid.";
|
||||
$MESS['BCL_CDN_WS_WRONG_DOMAIN_SPECIFIED'] = "The specified website is using a different license key.";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$MESS["BCL_INSTALL_TITLE"] = "Bitrix Cloud Services Installation";
|
||||
$MESS["BCL_MODULE_DESCRIPTION_2"] = "Provides functions to create website backups and monitor website health.";
|
||||
$MESS["BCL_MODULE_NAME"] = "Bitrix Cloud Service";
|
||||
$MESS["BCL_UNINSTALL_TITLE"] = "Bitrix Cloud Services Uninstallation";
|
||||
$MESS['BCL_INSTALL_TITLE'] = "Bitrix Cloud Services Installation";
|
||||
$MESS['BCL_MODULE_DESCRIPTION_2'] = "Provides functions to create website backups and monitor website health.";
|
||||
$MESS['BCL_MODULE_NAME'] = "Bitrix Cloud Service";
|
||||
$MESS['BCL_UNINSTALL_TITLE'] = "Bitrix Cloud Services Uninstallation";
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
<?
|
||||
$MESS["BCL_INSTALL"] = "Install Module";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_INSTALL'] = "Install Module";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS["BCL_MOBILE_MONITORING_SITE_DEL_ERROR"] = "Error deleting the website";
|
||||
$MESS["BCL_MOBILE_MONITORING_SITE_DELETING"] = "Delete";
|
||||
$MESS["BCL_MOBILE_MONITORING_SITE_SAVE_ERROR"] = "Error saving parameters";
|
||||
$MESS["BCL_MOBILE_MONITORING_SITE_SAVING"] = "Saving";
|
||||
$MESS["BCL_MOBILE_MONITORING_SITE_REFRESHING"] = "Updating";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MOBILE_MONITORING_SITE_DEL_ERROR'] = "Error deleting the website";
|
||||
$MESS['BCL_MOBILE_MONITORING_SITE_DELETING'] = "Delete";
|
||||
$MESS['BCL_MOBILE_MONITORING_SITE_SAVE_ERROR'] = "Error saving parameters";
|
||||
$MESS['BCL_MOBILE_MONITORING_SITE_SAVING'] = "Saving";
|
||||
$MESS['BCL_MOBILE_MONITORING_SITE_REFRESHING'] = "Updating";
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?
|
||||
$MESS["BCL_MONITORING_INTERVAL"] = "Monitoring period";
|
||||
$MESS["BCL_MONITORING_INTERVAL_WEEK"] = "Week";
|
||||
$MESS["BCL_MONITORING_INTERVAL_MONTH"] = "Month";
|
||||
$MESS["BCL_MONITORING_INTERVAL_QUARTER"] = "Quarter";
|
||||
$MESS["BCL_MONITORING_INTERVAL_YEAR"] = "Year";
|
||||
?>
|
||||
<?php
|
||||
$MESS['BCL_MONITORING_INTERVAL'] = "Monitoring period";
|
||||
$MESS['BCL_MONITORING_INTERVAL_WEEK'] = "Week";
|
||||
$MESS['BCL_MONITORING_INTERVAL_MONTH'] = "Month";
|
||||
$MESS['BCL_MONITORING_INTERVAL_QUARTER'] = "Quarter";
|
||||
$MESS['BCL_MONITORING_INTERVAL_YEAR'] = "Year";
|
||||
|
||||
Reference in New Issue
Block a user