Blame view

sources/apps/imprint/l10n/fr.php 1.11 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php $TRANSLATIONS = array(
  "Legal notice" => "Mentions légales",
  "Nothing here yet" => "Rien à afficher pour le moment",
  "The content of the legal notice has to be configured first" => "Le contenu des mentions légales doit être configuré d'abord",
  "That configuration is done in the administration section." => "Cette configuration doit être effectuée depuis la page d'administration.",
  "That configuration has to be done by the system administration." => "Cette configuration doit être effectuée par l'administrateur système.",
  "Imprint" => "Empreinte",
  "Placement" => "Emplacement",
  "Standalone app" => "Application autonome",
  "Header left" => "En-tête gauche",
  "Header right" => "En-tête droit",
  "Navigation top" => "Navigation haut",
  "Navigation bottom" => "Navigation bas",
  "During login" => "Lors de la connexion",
  "Content" => "Contenu",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Vous pouvez utiliser le balisage HTML (par ex. : &lt;br&gt; pour un saut de ligne) et les attributs de style en ligne (ex : &lt;a style=\"color:red;\"&gt;)."
  );