Enhance - Convert all languages to 2-2 digit (#2581)
Convert all languages to use the en-us style codes Where an installation is using a 2 digit code, use the legacy map to find the mapped language and provide that text correctly Have escape_str strip \' before converting or we end up with a double encode Update organzie_languages to understand how to convert legacy languages automatically updated flags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
#This file was last reorganized on 11th of May 2017 12:21:56 PM UTC
|
||||
#This file was last reorganized on 13th of May 2017 07:32:22 AM UTC
|
||||
|
||||
$text['title-conference_profiles']['en-us'] = "Conference Profiles";
|
||||
$text['title-conference_profiles']['ar-eg'] = "";
|
||||
@@ -7,15 +7,15 @@ $text['title-conference_profiles']['de-at'] = "Konferenzprofile";
|
||||
$text['title-conference_profiles']['de-de'] = "Konferenzprofile";
|
||||
$text['title-conference_profiles']['es-cl'] = "";
|
||||
$text['title-conference_profiles']['fr-fr'] = "";
|
||||
$text['title-conference_profiles']['he' ] = "";
|
||||
$text['title-conference_profiles']['he-il'] = "";
|
||||
$text['title-conference_profiles']['it-it'] = "";
|
||||
$text['title-conference_profiles']['nl-nl'] = "";
|
||||
$text['title-conference_profiles']['pl' ] = "";
|
||||
$text['title-conference_profiles']['pl-pl'] = "";
|
||||
$text['title-conference_profiles']['pt-br'] = "";
|
||||
$text['title-conference_profiles']['pt-pt'] = "";
|
||||
$text['title-conference_profiles']['ru-ru'] = "Профили Конференций";
|
||||
$text['title-conference_profiles']['sv-se'] = "";
|
||||
$text['title-conference_profiles']['uk' ] = "";
|
||||
$text['title-conference_profiles']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_profile']['en-us'] = "Conference Profile";
|
||||
$text['title-conference_profile']['ar-eg'] = "";
|
||||
@@ -23,15 +23,15 @@ $text['title-conference_profile']['de-at'] = "Konferenzprofile";
|
||||
$text['title-conference_profile']['de-de'] = "Konferenzprofile";
|
||||
$text['title-conference_profile']['es-cl'] = "";
|
||||
$text['title-conference_profile']['fr-fr'] = "";
|
||||
$text['title-conference_profile']['he' ] = "";
|
||||
$text['title-conference_profile']['he-il'] = "";
|
||||
$text['title-conference_profile']['it-it'] = "";
|
||||
$text['title-conference_profile']['nl-nl'] = "";
|
||||
$text['title-conference_profile']['pl' ] = "";
|
||||
$text['title-conference_profile']['pl-pl'] = "";
|
||||
$text['title-conference_profile']['pt-br'] = "";
|
||||
$text['title-conference_profile']['pt-pt'] = "";
|
||||
$text['title-conference_profile']['ru-ru'] = "Профиль Конференции";
|
||||
$text['title-conference_profile']['sv-se'] = "";
|
||||
$text['title-conference_profile']['uk' ] = "";
|
||||
$text['title-conference_profile']['uk-ua'] = "";
|
||||
|
||||
$text['title_description-conference_profile']['en-us'] = "A group of conference parameters saved together as a profile.";
|
||||
$text['title_description-conference_profile']['ar-eg'] = "";
|
||||
@@ -39,15 +39,15 @@ $text['title_description-conference_profile']['de-at'] = "Eine Gruppe von Konfer
|
||||
$text['title_description-conference_profile']['de-de'] = "Eine Gruppe von Konferenz-Parametern zu einem Profil zusammengefasst";
|
||||
$text['title_description-conference_profile']['es-cl'] = "";
|
||||
$text['title_description-conference_profile']['fr-fr'] = "";
|
||||
$text['title_description-conference_profile']['he' ] = "";
|
||||
$text['title_description-conference_profile']['he-il'] = "";
|
||||
$text['title_description-conference_profile']['it-it'] = "";
|
||||
$text['title_description-conference_profile']['nl-nl'] = "";
|
||||
$text['title_description-conference_profile']['pl' ] = "";
|
||||
$text['title_description-conference_profile']['pl-pl'] = "";
|
||||
$text['title_description-conference_profile']['pt-br'] = "";
|
||||
$text['title_description-conference_profile']['pt-pt'] = "";
|
||||
$text['title_description-conference_profile']['ru-ru'] = "Группа параметров конференции, сохраненных вместе как профиль.";
|
||||
$text['title_description-conference_profile']['sv-se'] = "";
|
||||
$text['title_description-conference_profile']['uk' ] = "";
|
||||
$text['title_description-conference_profile']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_name']['en-us'] = "Name";
|
||||
$text['label-profile_name']['ar-eg'] = "";
|
||||
@@ -55,15 +55,15 @@ $text['label-profile_name']['de-at'] = "Name";
|
||||
$text['label-profile_name']['de-de'] = "Name";
|
||||
$text['label-profile_name']['es-cl'] = "";
|
||||
$text['label-profile_name']['fr-fr'] = "";
|
||||
$text['label-profile_name']['he' ] = "";
|
||||
$text['label-profile_name']['he-il'] = "";
|
||||
$text['label-profile_name']['it-it'] = "";
|
||||
$text['label-profile_name']['nl-nl'] = "";
|
||||
$text['label-profile_name']['pl' ] = "";
|
||||
$text['label-profile_name']['pl-pl'] = "";
|
||||
$text['label-profile_name']['pt-br'] = "";
|
||||
$text['label-profile_name']['pt-pt'] = "";
|
||||
$text['label-profile_name']['ru-ru'] = "Имя";
|
||||
$text['label-profile_name']['sv-se'] = "";
|
||||
$text['label-profile_name']['uk' ] = "";
|
||||
$text['label-profile_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_name']['en-us'] = "Enter the profile name.";
|
||||
$text['description-profile_name']['ar-eg'] = "";
|
||||
@@ -71,15 +71,15 @@ $text['description-profile_name']['de-at'] = "Geben Sie den Profil Namen ein.";
|
||||
$text['description-profile_name']['de-de'] = "Geben Sie den Profil Namen ein.";
|
||||
$text['description-profile_name']['es-cl'] = "";
|
||||
$text['description-profile_name']['fr-fr'] = "";
|
||||
$text['description-profile_name']['he' ] = "";
|
||||
$text['description-profile_name']['he-il'] = "";
|
||||
$text['description-profile_name']['it-it'] = "";
|
||||
$text['description-profile_name']['nl-nl'] = "";
|
||||
$text['description-profile_name']['pl' ] = "";
|
||||
$text['description-profile_name']['pl-pl'] = "";
|
||||
$text['description-profile_name']['pt-br'] = "";
|
||||
$text['description-profile_name']['pt-pt'] = "";
|
||||
$text['description-profile_name']['ru-ru'] = "Введите имя профиля.";
|
||||
$text['description-profile_name']['sv-se'] = "";
|
||||
$text['description-profile_name']['uk' ] = "";
|
||||
$text['description-profile_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_enabled']['en-us'] = "Enabled";
|
||||
$text['label-profile_enabled']['ar-eg'] = "";
|
||||
@@ -87,15 +87,15 @@ $text['label-profile_enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-profile_enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-profile_enabled']['es-cl'] = "";
|
||||
$text['label-profile_enabled']['fr-fr'] = "";
|
||||
$text['label-profile_enabled']['he' ] = "";
|
||||
$text['label-profile_enabled']['he-il'] = "";
|
||||
$text['label-profile_enabled']['it-it'] = "";
|
||||
$text['label-profile_enabled']['nl-nl'] = "";
|
||||
$text['label-profile_enabled']['pl' ] = "";
|
||||
$text['label-profile_enabled']['pl-pl'] = "";
|
||||
$text['label-profile_enabled']['pt-br'] = "";
|
||||
$text['label-profile_enabled']['pt-pt'] = "";
|
||||
$text['label-profile_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-profile_enabled']['sv-se'] = "";
|
||||
$text['label-profile_enabled']['uk' ] = "";
|
||||
$text['label-profile_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_enabled']['en-us'] = "Set the status of the profile.";
|
||||
$text['description-profile_enabled']['ar-eg'] = "";
|
||||
@@ -103,15 +103,15 @@ $text['description-profile_enabled']['de-at'] = "Setzen Sie den Status des Profi
|
||||
$text['description-profile_enabled']['de-de'] = "Setzen Sie den Status des Profils";
|
||||
$text['description-profile_enabled']['es-cl'] = "";
|
||||
$text['description-profile_enabled']['fr-fr'] = "";
|
||||
$text['description-profile_enabled']['he' ] = "";
|
||||
$text['description-profile_enabled']['he-il'] = "";
|
||||
$text['description-profile_enabled']['it-it'] = "";
|
||||
$text['description-profile_enabled']['nl-nl'] = "";
|
||||
$text['description-profile_enabled']['pl' ] = "";
|
||||
$text['description-profile_enabled']['pl-pl'] = "";
|
||||
$text['description-profile_enabled']['pt-br'] = "";
|
||||
$text['description-profile_enabled']['pt-pt'] = "";
|
||||
$text['description-profile_enabled']['ru-ru'] = "Установите статус профиля.";
|
||||
$text['description-profile_enabled']['sv-se'] = "";
|
||||
$text['description-profile_enabled']['uk' ] = "";
|
||||
$text['description-profile_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_description']['en-us'] = "Description";
|
||||
$text['label-profile_description']['ar-eg'] = "";
|
||||
@@ -119,15 +119,15 @@ $text['label-profile_description']['de-at'] = "Beschreibung";
|
||||
$text['label-profile_description']['de-de'] = "Beschreibung";
|
||||
$text['label-profile_description']['es-cl'] = "";
|
||||
$text['label-profile_description']['fr-fr'] = "";
|
||||
$text['label-profile_description']['he' ] = "";
|
||||
$text['label-profile_description']['he-il'] = "";
|
||||
$text['label-profile_description']['it-it'] = "";
|
||||
$text['label-profile_description']['nl-nl'] = "";
|
||||
$text['label-profile_description']['pl' ] = "";
|
||||
$text['label-profile_description']['pl-pl'] = "";
|
||||
$text['label-profile_description']['pt-br'] = "";
|
||||
$text['label-profile_description']['pt-pt'] = "";
|
||||
$text['label-profile_description']['ru-ru'] = "Описание";
|
||||
$text['label-profile_description']['sv-se'] = "";
|
||||
$text['label-profile_description']['uk' ] = "";
|
||||
$text['label-profile_description']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_description']['en-us'] = "Enter the description.";
|
||||
$text['description-profile_description']['ar-eg'] = "";
|
||||
@@ -135,15 +135,15 @@ $text['description-profile_description']['de-at'] = "Geben Sie die Beschreibung
|
||||
$text['description-profile_description']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-profile_description']['es-cl'] = "";
|
||||
$text['description-profile_description']['fr-fr'] = "";
|
||||
$text['description-profile_description']['he' ] = "";
|
||||
$text['description-profile_description']['he-il'] = "";
|
||||
$text['description-profile_description']['it-it'] = "";
|
||||
$text['description-profile_description']['nl-nl'] = "";
|
||||
$text['description-profile_description']['pl' ] = "";
|
||||
$text['description-profile_description']['pl-pl'] = "";
|
||||
$text['description-profile_description']['pt-br'] = "";
|
||||
$text['description-profile_description']['pt-pt'] = "";
|
||||
$text['description-profile_description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-profile_description']['sv-se'] = "";
|
||||
$text['description-profile_description']['uk' ] = "";
|
||||
$text['description-profile_description']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_profile_params']['en-us'] = "Profile Parameters";
|
||||
$text['title-conference_profile_params']['ar-eg'] = "";
|
||||
@@ -151,15 +151,15 @@ $text['title-conference_profile_params']['de-at'] = "Profil Parameter";
|
||||
$text['title-conference_profile_params']['de-de'] = "Profil Parameter";
|
||||
$text['title-conference_profile_params']['es-cl'] = "";
|
||||
$text['title-conference_profile_params']['fr-fr'] = "";
|
||||
$text['title-conference_profile_params']['he' ] = "";
|
||||
$text['title-conference_profile_params']['he-il'] = "";
|
||||
$text['title-conference_profile_params']['it-it'] = "";
|
||||
$text['title-conference_profile_params']['nl-nl'] = "";
|
||||
$text['title-conference_profile_params']['pl' ] = "";
|
||||
$text['title-conference_profile_params']['pl-pl'] = "";
|
||||
$text['title-conference_profile_params']['pt-br'] = "";
|
||||
$text['title-conference_profile_params']['pt-pt'] = "";
|
||||
$text['title-conference_profile_params']['ru-ru'] = "Параметры Профилей";
|
||||
$text['title-conference_profile_params']['sv-se'] = "";
|
||||
$text['title-conference_profile_params']['uk' ] = "";
|
||||
$text['title-conference_profile_params']['uk-ua'] = "";
|
||||
|
||||
$text['title-conference_profile_param']['en-us'] = "Profile Parameter";
|
||||
$text['title-conference_profile_param']['ar-eg'] = "";
|
||||
@@ -167,15 +167,15 @@ $text['title-conference_profile_param']['de-at'] = "Profil Parameter";
|
||||
$text['title-conference_profile_param']['de-de'] = "Profil Parameter";
|
||||
$text['title-conference_profile_param']['es-cl'] = "";
|
||||
$text['title-conference_profile_param']['fr-fr'] = "";
|
||||
$text['title-conference_profile_param']['he' ] = "";
|
||||
$text['title-conference_profile_param']['he-il'] = "";
|
||||
$text['title-conference_profile_param']['it-it'] = "";
|
||||
$text['title-conference_profile_param']['nl-nl'] = "";
|
||||
$text['title-conference_profile_param']['pl' ] = "";
|
||||
$text['title-conference_profile_param']['pl-pl'] = "";
|
||||
$text['title-conference_profile_param']['pt-br'] = "";
|
||||
$text['title-conference_profile_param']['pt-pt'] = "";
|
||||
$text['title-conference_profile_param']['ru-ru'] = "Параметры Профиля";
|
||||
$text['title-conference_profile_param']['sv-se'] = "";
|
||||
$text['title-conference_profile_param']['uk' ] = "";
|
||||
$text['title-conference_profile_param']['uk-ua'] = "";
|
||||
|
||||
$text['title_description-conference_profile_param']['en-us'] = "Settings assigned to the conference profiles.";
|
||||
$text['title_description-conference_profile_param']['ar-eg'] = "";
|
||||
@@ -183,15 +183,15 @@ $text['title_description-conference_profile_param']['de-at'] = "Zugewiesene Eins
|
||||
$text['title_description-conference_profile_param']['de-de'] = "Zugewiesene Einstellungen des Konferenz Profils";
|
||||
$text['title_description-conference_profile_param']['es-cl'] = "";
|
||||
$text['title_description-conference_profile_param']['fr-fr'] = "";
|
||||
$text['title_description-conference_profile_param']['he' ] = "";
|
||||
$text['title_description-conference_profile_param']['he-il'] = "";
|
||||
$text['title_description-conference_profile_param']['it-it'] = "";
|
||||
$text['title_description-conference_profile_param']['nl-nl'] = "";
|
||||
$text['title_description-conference_profile_param']['pl' ] = "";
|
||||
$text['title_description-conference_profile_param']['pl-pl'] = "";
|
||||
$text['title_description-conference_profile_param']['pt-br'] = "";
|
||||
$text['title_description-conference_profile_param']['pt-pt'] = "";
|
||||
$text['title_description-conference_profile_param']['ru-ru'] = "Параметры, назначенные профилям конференции.";
|
||||
$text['title_description-conference_profile_param']['sv-se'] = "";
|
||||
$text['title_description-conference_profile_param']['uk' ] = "";
|
||||
$text['title_description-conference_profile_param']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_name']['en-us'] = "Name";
|
||||
$text['label-profile_param_name']['ar-eg'] = "";
|
||||
@@ -199,15 +199,15 @@ $text['label-profile_param_name']['de-at'] = "Name";
|
||||
$text['label-profile_param_name']['de-de'] = "Name";
|
||||
$text['label-profile_param_name']['es-cl'] = "";
|
||||
$text['label-profile_param_name']['fr-fr'] = "";
|
||||
$text['label-profile_param_name']['he' ] = "";
|
||||
$text['label-profile_param_name']['he-il'] = "";
|
||||
$text['label-profile_param_name']['it-it'] = "";
|
||||
$text['label-profile_param_name']['nl-nl'] = "";
|
||||
$text['label-profile_param_name']['pl' ] = "";
|
||||
$text['label-profile_param_name']['pl-pl'] = "";
|
||||
$text['label-profile_param_name']['pt-br'] = "";
|
||||
$text['label-profile_param_name']['pt-pt'] = "";
|
||||
$text['label-profile_param_name']['ru-ru'] = "Имя";
|
||||
$text['label-profile_param_name']['sv-se'] = "";
|
||||
$text['label-profile_param_name']['uk' ] = "";
|
||||
$text['label-profile_param_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_name']['en-us'] = "Enter the parameter name.";
|
||||
$text['description-profile_param_name']['ar-eg'] = "";
|
||||
@@ -215,15 +215,15 @@ $text['description-profile_param_name']['de-at'] = "Geben Sie den Namen für den
|
||||
$text['description-profile_param_name']['de-de'] = "Geben Sie den Namen für den Parameter ein.";
|
||||
$text['description-profile_param_name']['es-cl'] = "";
|
||||
$text['description-profile_param_name']['fr-fr'] = "";
|
||||
$text['description-profile_param_name']['he' ] = "";
|
||||
$text['description-profile_param_name']['he-il'] = "";
|
||||
$text['description-profile_param_name']['it-it'] = "";
|
||||
$text['description-profile_param_name']['nl-nl'] = "";
|
||||
$text['description-profile_param_name']['pl' ] = "";
|
||||
$text['description-profile_param_name']['pl-pl'] = "";
|
||||
$text['description-profile_param_name']['pt-br'] = "";
|
||||
$text['description-profile_param_name']['pt-pt'] = "";
|
||||
$text['description-profile_param_name']['ru-ru'] = "Введите имя параметра.";
|
||||
$text['description-profile_param_name']['sv-se'] = "";
|
||||
$text['description-profile_param_name']['uk' ] = "";
|
||||
$text['description-profile_param_name']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_value']['en-us'] = "Value";
|
||||
$text['label-profile_param_value']['ar-eg'] = "";
|
||||
@@ -231,15 +231,15 @@ $text['label-profile_param_value']['de-at'] = "Wert";
|
||||
$text['label-profile_param_value']['de-de'] = "Wert";
|
||||
$text['label-profile_param_value']['es-cl'] = "";
|
||||
$text['label-profile_param_value']['fr-fr'] = "";
|
||||
$text['label-profile_param_value']['he' ] = "";
|
||||
$text['label-profile_param_value']['he-il'] = "";
|
||||
$text['label-profile_param_value']['it-it'] = "";
|
||||
$text['label-profile_param_value']['nl-nl'] = "";
|
||||
$text['label-profile_param_value']['pl' ] = "";
|
||||
$text['label-profile_param_value']['pl-pl'] = "";
|
||||
$text['label-profile_param_value']['pt-br'] = "";
|
||||
$text['label-profile_param_value']['pt-pt'] = "";
|
||||
$text['label-profile_param_value']['ru-ru'] = "Значение";
|
||||
$text['label-profile_param_value']['sv-se'] = "";
|
||||
$text['label-profile_param_value']['uk' ] = "";
|
||||
$text['label-profile_param_value']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_value']['en-us'] = "Введите Значение.";
|
||||
$text['description-profile_param_value']['ar-eg'] = "";
|
||||
@@ -247,15 +247,15 @@ $text['description-profile_param_value']['de-at'] = "Geben Sie den Wert ein.";
|
||||
$text['description-profile_param_value']['de-de'] = "Geben Sie den Wert ein.";
|
||||
$text['description-profile_param_value']['es-cl'] = "";
|
||||
$text['description-profile_param_value']['fr-fr'] = "";
|
||||
$text['description-profile_param_value']['he' ] = "";
|
||||
$text['description-profile_param_value']['he-il'] = "";
|
||||
$text['description-profile_param_value']['it-it'] = "";
|
||||
$text['description-profile_param_value']['nl-nl'] = "";
|
||||
$text['description-profile_param_value']['pl' ] = "";
|
||||
$text['description-profile_param_value']['pl-pl'] = "";
|
||||
$text['description-profile_param_value']['pt-br'] = "";
|
||||
$text['description-profile_param_value']['pt-pt'] = "";
|
||||
$text['description-profile_param_value']['ru-ru'] = "";
|
||||
$text['description-profile_param_value']['sv-se'] = "";
|
||||
$text['description-profile_param_value']['uk' ] = "";
|
||||
$text['description-profile_param_value']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_enabled']['en-us'] = "Enabled";
|
||||
$text['label-profile_param_enabled']['ar-eg'] = "";
|
||||
@@ -263,15 +263,15 @@ $text['label-profile_param_enabled']['de-at'] = "Aktiviert";
|
||||
$text['label-profile_param_enabled']['de-de'] = "Aktiviert";
|
||||
$text['label-profile_param_enabled']['es-cl'] = "";
|
||||
$text['label-profile_param_enabled']['fr-fr'] = "";
|
||||
$text['label-profile_param_enabled']['he' ] = "";
|
||||
$text['label-profile_param_enabled']['he-il'] = "";
|
||||
$text['label-profile_param_enabled']['it-it'] = "";
|
||||
$text['label-profile_param_enabled']['nl-nl'] = "";
|
||||
$text['label-profile_param_enabled']['pl' ] = "";
|
||||
$text['label-profile_param_enabled']['pl-pl'] = "";
|
||||
$text['label-profile_param_enabled']['pt-br'] = "";
|
||||
$text['label-profile_param_enabled']['pt-pt'] = "";
|
||||
$text['label-profile_param_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-profile_param_enabled']['sv-se'] = "";
|
||||
$text['label-profile_param_enabled']['uk' ] = "";
|
||||
$text['label-profile_param_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_enabled']['en-us'] = "Set the status of the parameter.";
|
||||
$text['description-profile_param_enabled']['ar-eg'] = "";
|
||||
@@ -279,15 +279,15 @@ $text['description-profile_param_enabled']['de-at'] = "Setzen Sie den Status des
|
||||
$text['description-profile_param_enabled']['de-de'] = "Setzen Sie den Status des Parameters";
|
||||
$text['description-profile_param_enabled']['es-cl'] = "";
|
||||
$text['description-profile_param_enabled']['fr-fr'] = "";
|
||||
$text['description-profile_param_enabled']['he' ] = "";
|
||||
$text['description-profile_param_enabled']['he-il'] = "";
|
||||
$text['description-profile_param_enabled']['it-it'] = "";
|
||||
$text['description-profile_param_enabled']['nl-nl'] = "";
|
||||
$text['description-profile_param_enabled']['pl' ] = "";
|
||||
$text['description-profile_param_enabled']['pl-pl'] = "";
|
||||
$text['description-profile_param_enabled']['pt-br'] = "";
|
||||
$text['description-profile_param_enabled']['pt-pt'] = "";
|
||||
$text['description-profile_param_enabled']['ru-ru'] = "Установите состояние параметра.";
|
||||
$text['description-profile_param_enabled']['sv-se'] = "";
|
||||
$text['description-profile_param_enabled']['uk' ] = "";
|
||||
$text['description-profile_param_enabled']['uk-ua'] = "";
|
||||
|
||||
$text['label-profile_param_description']['en-us'] = "Description";
|
||||
$text['label-profile_param_description']['ar-eg'] = "";
|
||||
@@ -295,15 +295,15 @@ $text['label-profile_param_description']['de-at'] = "Beschreibung";
|
||||
$text['label-profile_param_description']['de-de'] = "Beschreibung";
|
||||
$text['label-profile_param_description']['es-cl'] = "";
|
||||
$text['label-profile_param_description']['fr-fr'] = "";
|
||||
$text['label-profile_param_description']['he' ] = "";
|
||||
$text['label-profile_param_description']['he-il'] = "";
|
||||
$text['label-profile_param_description']['it-it'] = "";
|
||||
$text['label-profile_param_description']['nl-nl'] = "";
|
||||
$text['label-profile_param_description']['pl' ] = "";
|
||||
$text['label-profile_param_description']['pl-pl'] = "";
|
||||
$text['label-profile_param_description']['pt-br'] = "";
|
||||
$text['label-profile_param_description']['pt-pt'] = "";
|
||||
$text['label-profile_param_description']['ru-ru'] = "Описание";
|
||||
$text['label-profile_param_description']['sv-se'] = "";
|
||||
$text['label-profile_param_description']['uk' ] = "";
|
||||
$text['label-profile_param_description']['uk-ua'] = "";
|
||||
|
||||
$text['description-profile_param_description']['en-us'] = "Enter the description.";
|
||||
$text['description-profile_param_description']['ar-eg'] = "";
|
||||
@@ -311,14 +311,14 @@ $text['description-profile_param_description']['de-at'] = "Geben Sie die Beschre
|
||||
$text['description-profile_param_description']['de-de'] = "Geben Sie die Beschreibung ein.";
|
||||
$text['description-profile_param_description']['es-cl'] = "";
|
||||
$text['description-profile_param_description']['fr-fr'] = "";
|
||||
$text['description-profile_param_description']['he' ] = "";
|
||||
$text['description-profile_param_description']['he-il'] = "";
|
||||
$text['description-profile_param_description']['it-it'] = "";
|
||||
$text['description-profile_param_description']['nl-nl'] = "";
|
||||
$text['description-profile_param_description']['pl' ] = "";
|
||||
$text['description-profile_param_description']['pl-pl'] = "";
|
||||
$text['description-profile_param_description']['pt-br'] = "";
|
||||
$text['description-profile_param_description']['pt-pt'] = "";
|
||||
$text['description-profile_param_description']['ru-ru'] = "Введите Описание.";
|
||||
$text['description-profile_param_description']['sv-se'] = "";
|
||||
$text['description-profile_param_description']['uk' ] = "";
|
||||
$text['description-profile_param_description']['uk-ua'] = "";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user