mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
js upload addon FR translation updated THX bob lebonche
This commit is contained in:
parent
59146f9879
commit
fe24c7bc73
2 changed files with 28 additions and 21 deletions
|
@ -6,6 +6,12 @@ function string_plural_select_fr($n){
|
|||
return intval($n > 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Téléverser un fichier";
|
||||
$a->strings["Select files for upload"] = "Sélectionner les fichiers à télécharger";
|
||||
$a->strings["Drop files here to upload"] = "Glisser les fichiers ici pour uploader";
|
||||
$a->strings["Cancel"] = "Annuler";
|
||||
$a->strings["Failed"] = "Echec";
|
||||
$a->strings["No files were uploaded."] = "Aucun fichier téléchargé";
|
||||
$a->strings["Uploaded file is empty"] = "Le fichier téléchargé est vide";
|
||||
$a->strings["Image exceeds size limit of "] = "L'image dépasse la taille limite de ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Le fichier à une extension invalide, cela devrait être une de ces ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Le téléchargement a été annulé ou le server a rencontré une erreur";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue