2012-08-15 04:07:20 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-07-11 04:26:22 +04:00
|
|
|
"The password is wrong. Try again." => "Le mot de passe est incorrect. Veuillez réessayer.",
|
2012-08-30 04:06:45 +04:00
|
|
|
"Password" => "Mot de passe",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Submit" => "Envoyer",
|
2012-09-25 04:05:18 +04:00
|
|
|
"%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",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Download" => "Télécharger",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "Envoyer",
|
|
|
|
"Cancel upload" => "Annuler l'envoi",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Pas d'aperçu disponible pour"
|
2012-08-15 04:07:20 +04:00
|
|
|
);
|