mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
JS_Upload addon FR translation update THX ButterflyOfFire
This commit is contained in:
parent
8eab3e96b1
commit
973e75f2bc
2 changed files with 74 additions and 11 deletions
|
@ -1,11 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Upload a file"] = "Téléverser un fichier";
|
||||
$a->strings["Drop files here to upload"] = "Déposer des fichiers ici pour les téléverser";
|
||||
$a->strings["Cancel"] = "Annuler";
|
||||
$a->strings["Failed"] = "Échec";
|
||||
$a->strings["No files were uploaded."] = "Aucun fichier n'a été téléversé.";
|
||||
$a->strings["Uploaded file is empty"] = "Le fichier téléversé est vide";
|
||||
$a->strings["Image exceeds size limit of "] = "L'image dépasse la taille maximale de ";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Le fichier a une extension invalide, elle devrait être parmi ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Téléversement annulé, ou erreur de serveur";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return ($n > 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "Téléverser un fichier";
|
||||
$a->strings["Drop files here to upload"] = "Glisser les fichiers ici pour uploader";
|
||||
$a->strings["Cancel"] = "Annuler";
|
||||
$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"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue