Add nl-nl items (contacts)

This commit is contained in:
noci2012
2019-11-18 18:31:54 +01:00
parent 7c1267ce25
commit 029949dbe3
3 changed files with 285 additions and 285 deletions

View File

@@ -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

View File

@@ -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";
?>
?>