27 lines
2.2 KiB
PHP
27 lines
2.2 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",
|
|
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Ostrzeżenie:</b> \"smbclient\" nie jest zainstalowany. Zamontowanie katalogów CIFS/SMB nie jest możliwe. Skontaktuj sie z administratorem w celu zainstalowania.",
|
|
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Ostrzeżenie:</b> Wsparcie dla FTP w PHP nie jest zainstalowane lub włączone. Skontaktuj sie z administratorem w celu zainstalowania lub włączenia go.",
|
|
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Ostrzeżenie:</b> Wsparcie dla Curl w PHP nie jest zainstalowane lub włączone. Montowanie WebDAV lub GoogleDrive nie będzie możliwe. Skontaktuj się z administratorem w celu zainstalowania lub włączenia tej opcji.",
|
|
"External Storage" => "Zewnętrzna zasoby dyskowe",
|
|
"Folder name" => "Nazwa folderu",
|
|
"External storage" => "Zewnętrzne zasoby dyskowe",
|
|
"Configuration" => "Konfiguracja",
|
|
"Options" => "Opcje",
|
|
"Applicable" => "Zastosowanie",
|
|
"Add storage" => "Dodaj zasoby dyskowe",
|
|
"None set" => "Nie ustawione",
|
|
"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 their own external storage" => "Zezwalaj użytkownikom na montowanie ich własnych zewnętrznych zasobów dyskowych",
|
|
"SSL root certificates" => "Główny certyfikat SSL",
|
|
"Import Root Certificate" => "Importuj główny certyfikat"
|
|
);
|