mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add missing translations (#6673)
This commit is contained in:
@@ -3,24 +3,25 @@
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "سجل المشاهد";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Log Betrachter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Visor de eventos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Voir les Logs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "תגית: Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הצופה יומן";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bekijk logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podgląd logów";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Visualizar Log";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Vizualizator de jurnal";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Просмотр логов";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Log Viewer ";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "Log Viewer";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Loggvisare";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Переглядач журналу";
|
||||
$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'] = "781ebbec-a55a-9d60-f7bb-f54ab2ee4e7e";
|
||||
|
||||
Reference in New Issue
Block a user