]> git.mxchange.org Git - friendica-addons.git/blobdiff - js_upload/lang/nl/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / js_upload / lang / nl / strings.php
index 9289cc408b9af872ea8e95595df373a58dd8c492..d63d5a85792d2278d97aee642426980e6b020f9b 100644 (file)
@@ -3,15 +3,8 @@
 if(! function_exists("string_plural_select_nl")) {
 function string_plural_select_nl($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
 ;
 $a->strings["Upload a file"] = "Upload een bestand";
 $a->strings["Drop files here to upload"] = "Sleep uw bestanden hier om ze te uploaden";
-$a->strings["Cancel"] = "";
-$a->strings["Failed"] = "";
-$a->strings["No files were uploaded."] = "";
-$a->strings["Uploaded file is empty"] = "";
-$a->strings["Image exceeds size limit of "] = "";
-$a->strings["File has an invalid extension, it should be one of "] = "";
-$a->strings["Upload was cancelled, or server error encountered"] = "";