pl.php 1.05 KB
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Witamy w %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Twoja osobista chmura. Wszystkie pliki, kontakty, kalendarz i wiele więcej, w jednym miejscu.",
"Get the apps to sync your files" => "Pobierz aplikacje żeby synchronizować swoje pliki",
"Connect your desktop apps to %s" => "Podłącz swoje aplikacje na komputerze do %s",
"Connect your Calendar" => "Podłącz swój kalendarz",
"Connect your Contacts" => "Podłącz swoje Kontakty",
"Access files via WebDAV" => "Dostęp do plików poprzez WebDAV",
"Documentation" => "Dokumentacja",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Więcej informacji znajduje się w <a target=\"_blank\" href=\"%s\">dokumentacji</a> i na naszej <a target=\"_blank\" href=\"http://owncloud.org\">stronie</a>."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";