mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-25 01:35:39 +00:00
Add nl-nl items (contacts)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
$apps[$x]['description']['fr-fr'] = "Place pour stocker les information des contacts, personnes ou organizations.";
|
||||
$apps[$x]['description']['he-il'] = "";
|
||||
$apps[$x]['description']['it-it'] = "";
|
||||
$apps[$x]['description']['nl-nl'] = "";
|
||||
$apps[$x]['description']['nl-nl'] = "Kontacten";
|
||||
$apps[$x]['description']['pl-pl'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Fornece um local para armazenar informações de contato para indivíduos e organizações.";
|
||||
@@ -925,4 +925,4 @@
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Define the allowed file attachment extensions and their mime types in a JSON array.";
|
||||
$y++;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Contacts";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "אנשי קשר";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Contatti";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Kontacten";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontakty";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Contatos";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Contactos";
|
||||
@@ -27,4 +27,4 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user