friendica-addons/statusnet/lang/pl/strings.php

35 lines
5.2 KiB
PHP

<?php
if(! function_exists("string_plural_select_pl")) {
function string_plural_select_pl($n){
$n = intval($n);
if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else { return 3; }
}}
$a->strings['Post to GNU Social'] = 'Opublikuj w GNU Social';
$a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Skontaktuj się z administratorem witryny. <br />Podany adres URL interfejsu API jest nieprawidłowy.';
$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Nie mogliśmy skontaktować się z GNU Social API z wprowadzoną ścieżką.';
$a->strings['Save Settings'] = 'Zapisz ustawienia';
$a->strings['Currently connected to: <a href="%s" target="_statusnet">%s</a>'] = 'Obecnie połączony z: <a href="%s" target="_statusnet">%s</a>';
$a->strings['<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = '<strong>Uwaga</strong>: Ze względu na ustawienia prywatności (<em>Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?</em>) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony.';
$a->strings['Clear OAuth configuration'] = 'Wyczyść konfigurację OAuth';
$a->strings['Cancel GNU Social Connection'] = 'Anuluj połaczenie z GNU Social';
$a->strings['Globally Available GNU Social OAuthKeys'] = 'Globalnie dostępne GNU Social OAuthKeys';
$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Istnieją wstępnie skonfigurowane pary kluczy OAuth dla niektórych serwerów społecznościowych GNU. Jeśli używasz jednego z nich, użyj tych poświadczeń. Jeśli nie, możesz połączyć się z dowolną inną instancją społecznościową GNU (patrz poniżej).';
$a->strings['Provide your own OAuth Credentials'] = 'Podaj własne dane uwierzytelniające OAuth';
$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as a desktop application on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorite GNU Social installation.'] = 'Nie znaleziono pary kluczy konsumenckich dla GNU Social. Zarejestruj swoje konto Friendica jako aplikację komputerową na swoim koncie GNU Social, skopiuj tutaj parę kluczy klienta i wprowadź podstawowy root API.<br />Przed zarejestrowaniem własnej pary kluczy OAuth zapytaj administratora, czy istnieje już para kluczy dla tej instalacji Friendica pod adresem Twojej ulubionej instalacji GNU Social.';
$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social.'] = 'Aby połączyć się z kontem społecznościowym GNU, kliknij przycisk poniżej, aby uzyskać kod bezpieczeństwa z GNU Social, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko twoje <strong>publiczne</strong> posty będą publikowane w GNU Social.';
$a->strings['Log in with GNU Social'] = 'Zaloguj się za pomocą GNU Social';
$a->strings['Cancel Connection Process'] = 'Anuluj proces połączenia';
$a->strings['Current GNU Social API is: %s'] = 'Obecne API GNU Social to: %s';
$a->strings['OAuth Consumer Key'] = 'Klucz klienta OAuth';
$a->strings['OAuth Consumer Secret'] = 'Tajny klucz klienta OAuth';
$a->strings['Base API Path (remember the trailing /)'] = 'Podstawowa ścieżka interfejsu API (pamiętaj na końcu /)';
$a->strings['Copy the security code from GNU Social here'] = 'Skopiuj tutaj kod bezpieczeństwa z GNU Social';
$a->strings['Allow posting to GNU Social'] = 'Zezwalaj na publikowanie w GNU Social';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Jeśli ta opcja jest włączona, wszystkie twoje <strong>publiczne</strong> ogłoszenia mogą zostać wysłane na powiązane konto społecznościowe GNU. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu.';
$a->strings['Post to GNU Social by default'] = 'Publikuj domyślnie w GNU Social';
$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Export/Mirror';
$a->strings['Site name'] = 'Nazwa strony';
$a->strings['Consumer Secret'] = 'Tajny klucz klienta';
$a->strings['Consumer Key'] = 'Klucz klienta';