mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
FR translation of various addons updated
This commit is contained in:
parent
0ff332bd11
commit
4487b2a923
80 changed files with 963 additions and 971 deletions
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_fr")) {
|
||||
function string_plural_select_fr($n){
|
||||
$n = intval($n);
|
||||
return intval($n > 1);
|
||||
if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
|
||||
}}
|
||||
$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';
|
||||
|
@ -11,6 +11,5 @@ $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['Image exceeds size limit of %s'] = 'L\'image dépasse la taille limite de %s';
|
||||
$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