summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/fr.php
blob: b263cd87959d17c21270c8e6b03ff3fea41826a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.",
"Password" => "Mot de passe",
"Submit" => "Envoyer",
"%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",
"Upload" => "Envoyer",
"Cancel upload" => "Annuler l'envoi",
"No preview available for" => "Pas d'aperçu disponible pour"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";