Blame view
sources/apps/files_sharing/l10n/fr.php
1.07 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.", |
|
03e52840d
|
5 |
"Password" => "Mot de passe", |
|
31b7f2792
|
6 7 8 9 10 11 |
"Sorry, this link doesn’t seem to work anymore." => "Désolé, mais le lien semble ne plus fonctionner.", "Reasons might be:" => "Les raisons peuvent être :", "the item was removed" => "l'item a été supprimé", "the link expired" => "le lien a expiré", "sharing is disabled" => "le partage est désactivé", "For more info, please ask the person who sent this link." => "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "%s a partagé le répertoire %s avec vous", "%s shared the file %s with you" => "%s a partagé le fichier %s avec vous", "Download" => "Télécharger", |
|
31b7f2792
|
15 16 |
"Upload" => "Envoyer", "Cancel upload" => "Annuler l'envoi", |
|
03e52840d
|
17 |
"No preview available for" => "Pas d'aperçu disponible pour", |
|
31b7f2792
|
18 |
"Direct link" => "Lien direct" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |