Index: branches/5.2.x/core/ckeditor/ckfinder/lang/nl.js =================================================================== diff -u -r15042 -r15316 --- branches/5.2.x/core/ckeditor/ckfinder/lang/nl.js (.../nl.js) (revision 15042) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/nl.js (.../nl.js) (revision 15316) @@ -2,7 +2,7 @@ * CKFinder * ======== * http://ckfinder.com - * Copyright (C) 2007-2011, CKSource - Frederico Knabben. All rights reserved. + * Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, @@ -153,6 +153,7 @@ UploadLabel : 'Te uploaden bestanden', UploadTotalFiles : 'Totaal aantal bestanden:', UploadTotalSize : 'Totale grootte:', + UploadSend : 'Uploaden', UploadAddFiles : 'Bestanden toevoegen', UploadClearFiles : 'Bestanden wissen', UploadCancel : 'Upload annuleren', @@ -174,15 +175,18 @@ SetSortName : 'Op bestandsnaam', SetSortDate : 'Op datum', SetSortSize : 'Op grootte', + SetSortExtension : 'Op bestandsextensie', // Status Bar FilesCountEmpty : '', FilesCountOne : '1 bestand', FilesCountMany : '%1 bestanden', // Size and Speed - Kb : '%1 kB', - KbPerSecond : '%1 kB/s', + Kb : '%1 KB', + Mb : '%1 MB', + Gb : '%1 GB', + SizePerSecond : '%1/s', // Connector Error Messages. ErrorUnknown : 'Het was niet mogelijk om deze actie uit te voeren. (Fout %1)', @@ -268,5 +272,10 @@ { maximize : 'Maximaliseren', minimize : 'Minimaliseren' + }, + + Gallery : + { + current : 'Afbeelding {current} van {total}' } };