Blame view

sources/apps/imprint/l10n/pl.php 1.02 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" => "Informacja prawna",
  "Nothing here yet" => "Nie ma ty jeszcze nic",
  "The content of the legal notice has to be configured first" => "Zawartość redakcyjna musi być najpierw skonfigurowana",
  "That configuration is done in the administration section." => "Konfiguracja odbywa się w sekcji administracyjnej.",
  "That configuration has to be done by the system administration." => "Ta konfiguracja  odbywa się w administracji systemem.",
  "Imprint" => "Stopka",
  "Placement" => "Położenie",
  "Standalone app" => "Samodzielna aplikacja",
  "Header left" => "Lewy nagłowek",
  "Header right" => "Prawy nagłówek",
  "Navigation top" => "Nawigacja u góry",
  "Navigation bottom" => "Nawigacja u dołu",
  "During login" => "Podczas logowania",
  "Content" => "Treść",
  "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Można użyć znaczników html (np. <br> for a linebreak)  i atrybuty stylu inline (np. <a style=\"color:red;\">)."
  );