Update
This commit is contained in:
@@ -12,14 +12,13 @@ $MESS["REST_MP_SUBSCRIPTION_BUTTON_TITLE"] = "Buy subscription";
|
||||
$MESS["REST_MP_SUBSCRIPTION_BUTTON_TITLE2"] = "Free for 15 days";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_EULA_LINK"] = "https://www.1c-bitrix.ru/download/files/manuals/ru/oferta_fiz.html";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_EULA_TITLE"] = "I have read and agree with the <a href=\"#LINK#\" target=\"_blank\">License Agreement</a>";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_TEXT_1"] = "Install and use applications available in <a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\" >Bitrix24.Market</a> for free for 15 days.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_TEXT_1_MSGVER_1"] = "Install and use applications available in <a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\" >Bitrix24 Market</a> for free for 15 days.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_TEXT_1_MSGVER_2"] = "Install and use applications available in <a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\" >Bitrix24 Market</a> for free for 15 days.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_TEXT_2"] = "Try out the hundreds of new features for free. Subscribe when you know it's worth it.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_DEMO_TITLE"] = "Subscribe for 15 days for free!";
|
||||
$MESS["REST_MP_SUBSCRIPTION_ERROR_OPEN_BUY_URL"] = "Unknown error when opening a page.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_1"] = "Your Bitrix24 has no limits!";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_2"] = "Tailor your Bitrix24 to fit your business.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3"] = "<a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\" >Subscribe to Bitrix24.Market</a> and get:";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_LI_1"] = "sales and tasks management solutions;";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_LI_2"] = "sales scripts;";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_LI_3"] = "analytical reports;";
|
||||
@@ -27,6 +26,7 @@ $MESS["REST_MP_SUBSCRIPTION_TEXT_3_LI_4"] = "lead generation and service integra
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_LI_5"] = "add-on automation rules and workflows;";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_LI_6"] = "site templates;";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_MSGVER_1"] = "<a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\" >Subscribe to Bitrix24 Market</a> and get:";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_3_MSGVER_2"] = "<a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\" >Subscribe to Bitrix24 Market</a> and get:";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_4"] = "Get unlimited apps and widgets for <a href=\"javascript:void(0)\" onclick=\"#ONCLICK#\">fixed price</a>.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TEXT_5"] = "Add even more features to your Bitrix24 to empower your business.";
|
||||
$MESS["REST_MP_SUBSCRIPTION_TITLE"] = "Bitrix24 Subscription";
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_ACCESS_DENIED"] = 'Access denied.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_CLASS_REQUIRE_ATTRIBUTE_EXCEPTION"] = 'Class "#CLASS#" requires attribute "#ATTRIBUTE#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_ENTITY_NOT_FOUND"] = 'Entity with ID #ID# was not found.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INTERNAL_EXCEPTION"] = 'Something\'s gone wrong.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INTERNAL_ORM_SAVE_EXCEPTION"] = 'Internal error when saving a database record.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INVALID_FILTER_EXCEPTION"] = 'Invalid filter "#FILTER#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INVALID_JSON_EXCEPTION"] = "Invalid JSON.";
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INVALID_ORDER_EXCEPTION"] = 'Invalid sort order "#ORDER#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INVALID_PAGINATION_EXCEPTION"] = 'Invalid pagination parameter "#PAGE#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INVALID_SELECT_EXCEPTION"] = 'Invalid select expression "#SELECT#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_LICENSE_EXCEPTION"] = 'This feature is not supported by the active license.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_LOGIC_EXCEPTION"] = 'Application business logic error.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_METHOD_NOT_FOUND_EXCEPTION"] = 'Method "#METHOD#" was not found.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_RATE_LIMIT_EXCEPTION"] = 'Request was blocked because the limit was exceeded.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_UNKNOWN_AGGREGATE_FUNCTION_EXCEPTION"] = 'Unknown aggregate function "#FUNCTION#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_UNKNOWN_DTO_PROPERTY_EXCEPTION"] = 'Unknown field "#FIELD#" found in entity "#DTO#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_UNKNOWN_FILTER_OPERATOR_EXCEPTION"] = 'Unknown filter operator "#OPERATOR#".';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_DTO_FIELD_REQUIRE_ATTRIBUTE_EXCEPTION"] = "DTO \"#DTO#\" in field \"#FIELD#\" requires attribute \"#ATTRIBUTE#\" to perform this request.";
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_DTO_VALIDATION_EXCEPTION"] = 'Error validating object.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_INVALID_REQUEST_FIELD_TYPE_EXCEPTION"] = "Field \"#FIELD#\" requires type \"#TYPE#\" to perform this request.";
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_REQUEST_VALIDATION_EXCEPTION"] = 'Error validating request object.';
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$MESS["REST_REQUIRED_FIELD_IN_REQUEST_EXCEPTION"] = "Required field \"#FIELD#\" is missing.";
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$MESS["REST_NOTIFY_SCHEMA_APP_INSTALL"] = "New app installed";
|
||||
$MESS["REST_NOTIFY_SCHEMA_APP_INSTALL_REQUEST"] = "App installation request";
|
||||
$MESS["REST_NOTIFY_SCHEMA_BLOCK_TITLE"] = "Market";
|
||||
$MESS["REST_NOTIFY_SCHEMA_VI_USER_DATA_REQUEST"] = "App requested data access";
|
||||
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
$MESS["RMP_ACCESS_DENIED"] = "Access denied. Contact your administrator to install the application.";
|
||||
$MESS["RMP_ERROR_ACCESS_DENIED"] = "Access denied.";
|
||||
$MESS["RMP_ERROR_SUBSCRIPTION_REQUIRED"] = "Bitrix24.Market Plus subscription is required to continue installing the application";
|
||||
$MESS["RMP_ERROR_SUBSCRIPTION_REQUIRED_MSGVER_1"] = "Bitrix24 Market Plus subscription is required to continue installing the application.";
|
||||
$MESS["RMP_ERROR_VERIFICATION_NEEDED"] = "Error verifying the license. Please, try again in 10 minutes.";
|
||||
$MESS["RMP_INSTALL_ERROR"] = "Error! The application was not installed.";
|
||||
$MESS["RMP_NOT_FOUND"] = "Application was not found.";
|
||||
$MESS["RMP_TRIAL_HOLD_INSTALL"] = "Access denied. Bitrix24.Market Plus subscription is required to continue installing the application";
|
||||
$MESS["RMP_TRIAL_HOLD_INSTALL_MSGVER_1"] = "Access denied. Please buy Bitrix24 Market Plus subscription to install applications.";
|
||||
|
||||
@@ -3,20 +3,19 @@ $MESS["REST_MARKETPLACE_NOTIFICATION_HOLD_REST_OVERLOAD_BTN"] = "View";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_HOLD_REST_OVERLOAD_MESS"] = "REST API has been partially blocked. Please contact the Helpdesk to fix the issue. #BTN#";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_HOLD_REST_OVERLOAD_MESS_MSGVER_1"] = "REST API has been partially blocked. Please contact the Helpdesk to fix the issue.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_REST_BUY_BTN"] = "Details";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_REST_BUY_MESS"] = "As of January 1, 2021 Bitrix24.Market and REST will be available on commercial plans only. Select the plan that fits you best and get a 40% discount. #BTN#";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_REST_BUY_MESS_MSGVER_1"] = "As of January 1, Market and REST applications will be available on commercial plans only. Select the plan that fits you best and get a 40% discount.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_REST_BUY_MESS_MSGVER_2"] = "As of January 1, Bitrix24 Market and REST apps will be available on commercial plans only. Upgrade to one of the commercial plans now and get a 40% discount. #BTN#";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_REST_BUY_URL"] = "https://www.bitrix24.com/promo/sales/holiday-sale/";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_DEMO_END_BTN"] = "Select plan";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_DEMO_END_BTN_MSGVER_1"] = "Subscribe now";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_DEMO_END_MESS"] = "Bitrix24.Market and REST trial period has expired. You can install up to 2 free applications on any commercial plan. #BTN#";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_DEMO_END_MESS_MSGVER_1"] = "Market trial period has ended. You can install up to 2 free applications on any commercial plan.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_DEMO_END_MESS_MSGVER_2"] = "Your Market trial period has expired. Please subscribe to continue using applications.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_DEMO_END_URL"] = "/settings/license_all.php";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TARIFF_MARKET_BTN"] = "Select plan";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TARIFF_MARKET_MESS"] = "Bitrix24.Market and REST trial period has expired. Please upgrade to one of the commercial plans to continue using already installed or other applications. #BTN#";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TARIFF_MARKET_MESS_MSGVER_1"] = "Market trial period has ended. Please upgrade to the extended subscription plan to continue using or install applications.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TARIFF_MARKET_MESS_MSGVER_2"] = "Your subscription trial has expired. To continue using the apps, please buy an extended subscription.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TARIFF_MARKET_URL"] = "/settings/license_all.php";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TRIAL_END_BTN"] = "Buy subscription";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TRIAL_END_MESS"] = "Bitrix24.Market and REST trial period has expired. Please upgrade to one of the commercial plans to continue using all applications. #BTN#";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TRIAL_END_MESS_MSGVER_1"] = "Market trial period has ended. Please buy subscription to continue using applications.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TRIAL_END_MESS_MSGVER_2"] = "Your subscription trial has expired. To continue using the apps, please buy a subscription.";
|
||||
$MESS["REST_MARKETPLACE_NOTIFICATION_SUBSCRIPTION_MARKET_TRIAL_END_URL"] = "/settings/license_all.php?subscr=o";
|
||||
|
||||
Reference in New Issue
Block a user