nextcloud/apps/files_external/l10n/pl.php

32 lines
2.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-10-06 04:06:49 +04:00
"Access granted" => "Dostęp do",
"Error configuring Dropbox storage" => "Wystąpił błąd podczas konfigurowania zasobu Dropbox",
"Grant access" => "Udziel dostępu",
"Please provide a valid Dropbox app key and secret." => "Proszę podać prawidłowy klucz aplikacji Dropbox i klucz sekretny.",
"Error configuring Google Drive storage" => "Wystąpił błąd podczas konfigurowania zasobu Google Drive",
2014-03-16 11:13:21 +04:00
"Saved" => "Zapisano",
2014-04-10 09:55:39 +04:00
"<b>Note:</b> " => "<b>Uwaga:</b> ",
" and " => "oraz",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Uwaga:</b> Wsparcie dla cURL w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Uwaga:</b> Wsparcie dla FTP w PHP nie zostało włączone lub zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Uwaga:</b> \"%s\" nie jest zainstalowane. Zamontowanie %s nie jest możliwe. Proszę poproś Twojego administratora o zainstalowanie go.",
2012-08-21 04:09:12 +04:00
"External Storage" => "Zewnętrzna zasoby dyskowe",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nazwa folderu",
2013-03-03 03:06:56 +04:00
"External storage" => "Zewnętrzne zasoby dyskowe",
2012-08-21 04:09:12 +04:00
"Configuration" => "Konfiguracja",
"Options" => "Opcje",
2014-04-03 09:56:12 +04:00
"Available for" => "Dostępne przez",
2013-03-03 03:06:56 +04:00
"Add storage" => "Dodaj zasoby dyskowe",
2014-04-03 09:56:12 +04:00
"No user or group" => "Brak użytkownika lub grupy",
2012-08-21 04:09:12 +04:00
"All Users" => "Wszyscy uzytkownicy",
"Groups" => "Grupy",
"Users" => "Użytkownicy",
"Delete" => "Usuń",
"Enable User External Storage" => "Włącz zewnętrzne zasoby dyskowe użytkownika",
2014-03-16 11:13:21 +04:00
"Allow users to mount the following external storage" => "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "Główny certyfikat SSL",
"Import Root Certificate" => "Importuj główny certyfikat"
2012-08-21 04:09:12 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";