Blame view

sources/apps/imprint/l10n/da.php 1.01 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" => "Juridisk meddelelse",
  "Nothing here yet" => "Her er intet, endnu.",
  "The content of the legal notice has to be configured first" => "Indholdet af den juridiske meddelelse skal konfigureres først",
  "That configuration is done in the administration section." => "Konfigurationen foretages i administrations sektionen.",
  "That configuration has to be done by the system administration." => "Konfigurationen skal foretages af en systemadministrator.",
  "Imprint" => "Imprint",
  "Placement" => "Placering",
  "Standalone app" => "Separat app",
  "Header left" => "Sidehoved venstre",
  "Header right" => "Sidehoved højre",
  "Navigation top" => "Navigation top",
  "Navigation bottom" => "Navigation bund",
  "During login" => "Under login",
  "Content" => "Indhold",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Du kan bruge html markup (f.eks. <br> for linjeskift) og inline style attributter (f.eks. <a style=\"color:red;\">)."
  );