You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/nl_NL/admin.lang.php
+53-1Lines changed: 53 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -737,4 +737,56 @@
737
737
$lang['Who can see this photo?'] = 'Wie mag deze afbeelding zien?';
738
738
$lang['Pending Comments'] = 'Nog niet goedgekeurde commentaren';
739
739
$lang['Menu Management'] = 'Menu';
740
-
?>
740
+
$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'In uw php.ini bestand, de upload_max_filesize (%sB) is groter dan post_max_size (%sB), moet u deze instelling wijzigen';
741
+
$lang['Exif extension not available, admin should disable exif use'] = 'Exif extension not available, admin should disable exif use';
742
+
$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB';
743
+
$lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'Het geuploade bestand is groter dan de upload_max_filesize richtlijn in php.ini: %sB';
744
+
$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'Het geuploade bestand is groter dan de MAX_FILE_SIZE richtlijn die is opgegeven in het HTML formulier';
745
+
$lang['The uploaded file was only partially uploaded'] = 'Het geuploade bestand is slechts gedeeltelijk geupload';
746
+
$lang['No file was uploaded'] = 'Er is geen bestand geupload';
747
+
$lang['Missing a temporary folder'] = 'Er ontbreekt een tijdelijke map';
748
+
$lang['Failed to write file to disk'] = 'Kan bestand niet naar schijf schrijven';
749
+
$lang['File upload stopped by extension'] = 'Bestand upload gestopt door bestandsextensie';
$lang['Keep high definition'] = 'Behoud hoge resolutie';
756
+
$lang['The high definition maximum width must be a number between %d and %d'] = 'De hoge resolutie maximale breedte moet een nummer zijn tussen %d en %d';
757
+
$lang['The high definition maximum height must be a number between %d and %d'] = 'De hoge resolutie maximale hoogte moet een getal zijn tussen %d en %d';
758
+
$lang['The high definition image quality must be a number between %d and %d'] = 'De hoge resolutie beeldkwaliteit moet een getal zijn tussen %d en %d';
0 commit comments