]> git.mxchange.org Git - friendica-addons.git/blob - js_upload/lang/fi-fi/strings.php
Merge pull request #574 from tobiasd/20180406-lng
[friendica-addons.git] / js_upload / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Upload a file"] = "";
9 $a->strings["Drop files here to upload"] = "";
10 $a->strings["Cancel"] = "";
11 $a->strings["Failed"] = "Epäonnistui";
12 $a->strings["No files were uploaded."] = "";
13 $a->strings["Uploaded file is empty"] = "";
14 $a->strings["Image exceeds size limit of "] = "";
15 $a->strings["File has an invalid extension, it should be one of "] = "";
16 $a->strings["Upload was cancelled, or server error encountered"] = "";