Blame view

sources/apps/admin_migrate/l10n/fr.php 514 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "Exporter cette instance ownCloud",
  "This will create a compressed file that contains the data of this owncloud instance." => "Cette opération va créer une archive compressée regroupant les données de cette instance ownCloud.",
  "Please choose the export type:" => "Veuillez choisir le type d'export :",
  "ownCloud system files" => "Fichiers système ownCloud",
  "Just user files" => "Seulement les fichiers utilisateurs",
  "Export" => "Exporter"
  );