Blame view

sources/apps/files_sharing/l10n/fr.php 412 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
  <?php $TRANSLATIONS = array(
  "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",
  "No preview available for" => "Pas d'aperçu disponible pour",
  "web services under your control" => "services web sous votre contrôle"
  );