]> git.mxchange.org Git - friendica-addons.git/blob - js_upload/lang/nl/strings.php
Merge pull request #719 from annando/issue-4475
[friendica-addons.git] / js_upload / lang / nl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_nl")) {
4 function string_plural_select_nl($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Upload a file"] = "Upload een bestand";
10 $a->strings["Drop files here to upload"] = "Sleep uw bestanden hier om ze te uploaden";
11 $a->strings["Cancel"] = "";
12 $a->strings["Failed"] = "";
13 $a->strings["No files were uploaded."] = "";
14 $a->strings["Uploaded file is empty"] = "";
15 $a->strings["Image exceeds size limit of "] = "";
16 $a->strings["File has an invalid extension, it should be one of "] = "";
17 $a->strings["Upload was cancelled, or server error encountered"] = "";