From 5faa0ffe0847f29e287b1458659f04f77e369e72 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Sat, 20 Oct 2018 00:20:31 +0200 Subject: [PATCH] Update Dutch dictionary for attachments (#6) (Thanks to @Hipska !) --- .../2.x/itop-attachments/nl.dict.itop-attachments.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datamodels/2.x/itop-attachments/nl.dict.itop-attachments.php b/datamodels/2.x/itop-attachments/nl.dict.itop-attachments.php index ecc35985ab..91fba4e2ea 100644 --- a/datamodels/2.x/itop-attachments/nl.dict.itop-attachments.php +++ b/datamodels/2.x/itop-attachments/nl.dict.itop-attachments.php @@ -36,9 +36,9 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array( 'Attachments:History_File_Removed' => 'Bijlage %1$s verwijderd.', 'Attachments:AddAttachment' => 'Voeg bijlage toe: ', 'Attachments:UploadNotAllowedOnThisSystem' => 'Bestand upload is NIET toegestaan op dit systeem.', - 'Attachment:Max_Go' => '(Maximum bestandsgrootte: %1$s Go)', - 'Attachment:Max_Mo' => '(Maximum bestandsgrootte: %1$s Mo)', - 'Attachment:Max_Ko' => '(Maximum bestandsgrootte: %1$s Ko)', + 'Attachment:Max_Go' => '(Maximum bestandsgrootte: %1$s GB)', + 'Attachment:Max_Mo' => '(Maximum bestandsgrootte: %1$s MB)', + 'Attachment:Max_Ko' => '(Maximum bestandsgrootte: %1$s kB)', 'Attachments:NoAttachment' => 'Geen bijlage. ', 'Attachments:PreviewNotAvailable' => 'Een voorbeeld is niet beschikbaar voor dit type bijlage.', 'Class:Attachment' => 'Bijlage',