pl.php
1.02 KB
<?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;\">)."
);