diff --git a/src/DGAttribution/lang/ar.js b/src/DGAttribution/lang/ar.js index 0bf9d17a..2c36ff7f 100644 --- a/src/DGAttribution/lang/ar.js +++ b/src/DGAttribution/lang/ar.js @@ -1,7 +1,7 @@ DG.Control.Attribution.Dictionary.ar = { license_agreement: 'إتفاقية ترخيص', work_on: 'يعمل بتطبيق 2GIS', - has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key', + has_no_key: 'مطلوب مفتاح للتشغيل الصحيح لـ Raster JS API. المساعدة: api@2gis.ru', open_on: 'Open in 2GIS', route_on: 'Route on 2GIS' }; diff --git a/src/DGAttribution/lang/cs.js b/src/DGAttribution/lang/cs.js index a315f2ae..fecb9631 100644 --- a/src/DGAttribution/lang/cs.js +++ b/src/DGAttribution/lang/cs.js @@ -1,5 +1,5 @@ DG.Control.Attribution.Dictionary.cs = { license_agreement: 'Licenční smlouva', - has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key', + has_no_key: 'Pro správnou funkci Raster JS API je vyžadován klíč. Pomoc: api@2gis.ru', work_on: 'Pracuje na API 2GIS' }; diff --git a/src/DGAttribution/lang/en.js b/src/DGAttribution/lang/en.js index af6e8347..f6ed95a3 100644 --- a/src/DGAttribution/lang/en.js +++ b/src/DGAttribution/lang/en.js @@ -1,5 +1,5 @@ DG.Control.Attribution.Dictionary.en = { license_agreement: 'License agreement', - has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key', + has_no_key: 'A key is required for proper operation of Raster JS API. Help: api@2gis.ru', work_on: 'Uses 2GIS API' }; diff --git a/src/DGAttribution/lang/es.js b/src/DGAttribution/lang/es.js index b204ff49..329073fc 100644 --- a/src/DGAttribution/lang/es.js +++ b/src/DGAttribution/lang/es.js @@ -1,5 +1,5 @@ DG.Control.Attribution.Dictionary.es = { license_agreement : 'Acuerdo de licencia', - has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key', + has_no_key: 'Se requiere una clave para el funcionamiento correcto de Raster JS API. Ayuda: api@2gis.ru', work_on: '2GIS API' }; diff --git a/src/DGAttribution/lang/it.js b/src/DGAttribution/lang/it.js index e54f4682..40d3f4db 100644 --- a/src/DGAttribution/lang/it.js +++ b/src/DGAttribution/lang/it.js @@ -1,5 +1,5 @@ DG.Control.Attribution.Dictionary.it = { license_agreement : 'Accordo di licenza', - has_no_key: 'RasterJS API will be paid starting July 1. Contact api@2gis.ru to get a key', + has_no_key: 'È richiesta una chiave per il corretto funzionamento di Raster JS API. Aiuto: api@2gis.ru', work_on: '2GIS API' }; diff --git a/src/DGAttribution/lang/ru.js b/src/DGAttribution/lang/ru.js index f431c86b..7f3c19fe 100644 --- a/src/DGAttribution/lang/ru.js +++ b/src/DGAttribution/lang/ru.js @@ -1,7 +1,7 @@ DG.Control.Attribution.Dictionary.ru = { license_agreement: 'Лицензионное соглашение', work_on: 'Работает на API 2ГИС', - has_no_key: 'С 1 июля RasterJS API станет платным. Для работы нужен ключ. Помощь: api@2gis.ru', + has_no_key: 'Для корректной работы Raster JS API нужен ключ. Помощь: api@2gis.ru', open_on: 'Открыть в 2ГИС', route_on: 'Доехать с 2ГИС' };