32 lines
2.3 KiB
PHP
32 lines
2.3 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"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",
|
|
"Saved" => "Zapisano",
|
|
"<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.",
|
|
"External Storage" => "Zewnętrzna zasoby dyskowe",
|
|
"Folder name" => "Nazwa folderu",
|
|
"External storage" => "Zewnętrzne zasoby dyskowe",
|
|
"Configuration" => "Konfiguracja",
|
|
"Options" => "Opcje",
|
|
"Available for" => "Dostępne przez",
|
|
"Add storage" => "Dodaj zasoby dyskowe",
|
|
"No user or group" => "Brak użytkownika lub grupy",
|
|
"All Users" => "Wszyscy uzytkownicy",
|
|
"Groups" => "Grupy",
|
|
"Users" => "Użytkownicy",
|
|
"Delete" => "Usuń",
|
|
"Enable User External Storage" => "Włącz zewnętrzne zasoby dyskowe użytkownika",
|
|
"Allow users to mount the following external storage" => "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe",
|
|
"SSL root certificates" => "Główny certyfikat SSL",
|
|
"Import Root Certificate" => "Importuj główny certyfikat"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|