mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Better NL translations (#6590)
Co-authored-by: Jeroen Hermans <jeroen@perfectvoip.nl>
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Apps";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Applicaties";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aplikacje";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Aplicações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Aplicações";
|
||||
@@ -214,7 +214,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = 'Déconnexion';
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Logout";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Uitloggen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = 'Wyloguj';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = 'Sair';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
|
||||
Reference in New Issue
Block a user