]> git.mxchange.org Git - friendica-addons.git/blob - js_upload/lang/fr/strings.php
JS_Upload addon FR translation update THX ButterflyOfFire
[friendica-addons.git] / js_upload / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         return ($n > 1);;
7 }}
8 ;
9 $a->strings["Upload a file"] = "Téléverser un fichier";
10 $a->strings["Drop files here to upload"] = "Glisser les fichiers ici pour uploader";
11 $a->strings["Cancel"] = "Annuler";
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"] = "";