Files
fusionpbx/app/destinations/app_menu.php
NorwayFun aabc2f33a8 Localization: Add full support for Georgian language (#7110)
* Translating apps to Georgian

* Translating apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating theme to Georgian

* Translating core to Georgian

* Translating core to Georgian

* Translating core to Georgian by Marie

* Translating core to Georgian

* Translating resources to Georgian by Marie

* Translating core to Georgian

* fix app_languages.php
2024-08-28 09:59:02 -06:00

76 lines
4.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Destinations";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Destinations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال";
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Reiseziele";
$apps[$x]['menu'][$y]['title']['de-de'] = "Ziele";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Προορισμοί";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Destinations";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Destinations";
$apps[$x]['menu'][$y]['title']['he-il'] = "יעד";
$apps[$x]['menu'][$y]['title']['it-it'] = "Destinazioni";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "დანიშნულების პუნქტები";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bestemmingen";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Destynacje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Destinos";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Destinos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Destinații";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Направления";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationer";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Номери";
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Destinasyonlar";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "目的地";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "行き先";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "목적지";
$apps[$x]['menu'][$y]['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
$apps[$x]['menu'][$y]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Destination Summary";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Destination Summary";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "ملخص الوجهة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Zielübersicht";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Zielübersicht";
$apps[$x]['menu'][$y]['title']['de-de'] = "Zielübersicht";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Περίληψη προορισμού";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Resumen de destino";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Resumen de destino";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Résumé des destinations";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé des destinations";
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום יעד";
$apps[$x]['menu'][$y]['title']['it-it'] = "Riepilogo della destinazione";
$apps[$x]['menu'][$y]['title']['it-it'] = "დანიშნულების პუნქტის შეჯამება";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Podsumowanie miejsca docelowego";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Bestemmingssamenvatting";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Resumo do destino";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Resumo do destino";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Rezumatul destinației";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Сводная информация о пункте назначения";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Destinationssammanfattning";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Резюме призначення";
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Hedef Özeti";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "目的地概要";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "目的地の概要";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "목적지 요약";
$apps[$x]['menu'][$y]['uuid'] = "47f7b1a4-1ea2-4068-8e14-b1c13c489bd2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destination_summary.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>