2012-08-15 00:07:20 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-30 00:06:45 +00:00
|
|
|
"Password" => "Mot de passe",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Submit" => "Envoyer",
|
2012-09-25 00:05:18 +00: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 00:07:19 +00:00
|
|
|
"Download" => "Télécharger",
|
2012-09-01 00:04:00 +00:00
|
|
|
"No preview available for" => "Pas d'aperçu disponible pour",
|
2012-08-31 00:07:19 +00:00
|
|
|
"web services under your control" => "services web sous votre contrôle"
|
2012-08-15 00:07:20 +00:00
|
|
|
);
|