diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-23 01:57:00 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-23 01:57:00 -0400 |
commit | 047ec64ac0b84cba4e13a286cbf10b4191bcaeab (patch) | |
tree | 748d6454d334a90c00e69b870abec8e83937b144 /lib/l10n/pl.php | |
parent | a77d468d3568055ee85dd9508a2f009cb5da650f (diff) | |
download | nextcloud-server-047ec64ac0b84cba4e13a286cbf10b4191bcaeab.tar.gz nextcloud-server-047ec64ac0b84cba4e13a286cbf10b4191bcaeab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pl.php')
-rw-r--r-- | lib/l10n/pl.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php index 611b0a604bb..ec8333f2583 100644 --- a/lib/l10n/pl.php +++ b/lib/l10n/pl.php @@ -4,8 +4,8 @@ $TRANSLATIONS = array( "This can usually be fixed by giving the webserver write access to the config directory" => "Można to zwykle rozwiązać przez dodanie serwerowi www uprawnień zapisu do katalogu config.", "See %s" => "Zobacz %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Można to zwykle rozwiązać przez %sdodanie serwerowi www uprawnień zapisu do katalogu config%s.", -"You are accessing the server from an untrusted domain." => "Dostajesz się do serwera z niezaufanej domeny.", -"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Proszę skontaktuj się z administratorem. Jeśli jesteś administratorem tej instancji, skonfiguruj parametr \"trusted_domain\" w pliku config/config.php. Przykładowa konfiguracja jest dostępna w pliku config/config.sample.php.", +"Sample configuration detected" => "Wykryto przykładową konfigurację", +"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" => "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php", "Help" => "Pomoc", "Personal" => "Osobiste", "Settings" => "Ustawienia", @@ -66,6 +66,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Typ udziału %s nie jest właściwy dla %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ uprawnienia wykraczają poza przydzielone %s", "Setting permissions for %s failed, because the item was not found" => "Ustawienie uprawnień dla %s nie powiodło się, ponieważ element nie został znaleziony", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nie można ustawić daty wygaśnięcia. Udziały nie mogą wygasać później niż %s od momentu udostępnienia", +"Cannot set expiration date. Expiration date is in the past" => "Nie można ustawić daty wygaśnięcia. Data wygaśnięcia jest w przeszłości.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "Zaplecze do współdzielenia %s musi implementować interfejs OCP\\Share_Backend", "Sharing backend %s not found" => "Zaplecze %s do współdzielenia nie zostało znalezione", "Sharing backend for %s not found" => "Zaplecze do współdzielenia %s nie zostało znalezione", @@ -97,6 +99,7 @@ $TRANSLATIONS = array( "Cannot create \"data\" directory (%s)" => "Nie można utworzyć katalogu \"data\" (%s)", "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Można to zwykle rozwiązać przez <a href=\"%s\" target=\"_blank\">dodanie serwerowi www uprawnień zapisu do katalogu głównego</a>.", "Setting locale to %s failed" => "Nie udało się zmienić języka na %s", +"Please install one of these locales on your system and restart your webserver." => "Proszę zainstalować jedno z poniższych locale w Twoim systemie i uruchomić ponownie serwer www.", "Please ask your server administrator to install the module." => "Proszę poproś administratora serwera aby zainstalował ten moduł.", "PHP module %s not installed." => "Moduł PHP %s nie jest zainstalowany.", "PHP %s or higher is required." => "PHP %s lub wyższe jest wymagane.", |