Blame view

sources/apps/imprint/l10n/sl.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" => "Pravno obvestilo",
  "Nothing here yet" => "Ni še vsebine",
  "The content of the legal notice has to be configured first" => "Najprej je treba nastaviti vsebino pravnega obvestila",
  "That configuration is done in the administration section." => "Nastavitve je mogoče urejati med skrbniškimi nastavitvami.",
  "That configuration has to be done by the system administration." => "Te nastavitve lahko spreminja le skrbnik sistema.",
  "Imprint" => "Natis",
  "Placement" => "postavitev",
  "Standalone app" => "Samostojni program",
  "Header left" => "Leva glava",
  "Header right" => "Desna glava",
  "Navigation top" => "Vrh krmarjenja",
  "Navigation bottom" => "Dno krmarjenja",
  "During login" => "Med prijavo",
  "Content" => "Vsebina",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Uporabiti je mogoče zapis HTML (na primer <br> za prelom vrstice) in medvrstične atribute slogov (na primer <a style=\"color:red;\">)."
  );