Add additional languages (#6654)
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Conferences";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المؤتمرات النشطة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Aktive Konferenzen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conferencias Activas";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Conferencias activas";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Conférences actives";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Conférences en cours";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "כנסים פעילים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Conferenze attive";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Aktieve conferenties";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktywne rozmowy konferencyjne";
|
||||
@@ -27,5 +27,6 @@
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user