Add additional languages (#6654)
This commit is contained in:
@@ -1,32 +1,31 @@
|
||||
<?php
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = 'Conference Profiles';
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = 'Conference Profiles';
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = 'Konferenzprofile';
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Conference Profiles";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "موجزات المؤتمرات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Konferenzprofile";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Tagungsprofile";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Konferenzprofile";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Perfiles de conferencias";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Perfiles de conferencias";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Profils des conférences";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Profils des conférences";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "פרופילים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Profili Conferenza";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Conferentie profielen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Profile Konferencji";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Perfis de conferência";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Perfis de conferência";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Конференции Профили';
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "";
|
||||
$apps[$x]['menu'][$y]['uuid'] = '6ebe7b9c-e964-4349-a002-288ea6ad08ca';
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
|
||||
$apps[$x]['menu'][$y]['category'] = 'internal';
|
||||
$apps[$x]['menu'][$y]['path'] = '/app/conference_profiles/conference_profiles.php';
|
||||
$apps[$x]['menu'][$y]['groups'][] = 'superadmin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'admin';
|
||||
//$apps[$x]['menu'][$y]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Профили";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferensprofiler";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Профілі конференції";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "6ebe7b9c-e964-4349-a002-288ea6ad08ca";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conference_profiles/conference_profiles.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user