diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-28 01:54:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-28 01:54:30 -0400 |
commit | a1695722233199ac80580840ef7ee474f9a1bd33 (patch) | |
tree | 9651b953af21b7974b353730ec8fb817bab5dd5a /lib/l10n | |
parent | 0b6311189205b176ea19abd486168f2e86f651e9 (diff) | |
download | nextcloud-server-a1695722233199ac80580840ef7ee474f9a1bd33.tar.gz nextcloud-server-a1695722233199ac80580840ef7ee474f9a1bd33.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/pl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/pl.php b/lib/l10n/pl.php index 4f339bbc8d4..877c3fcdbe8 100644 --- a/lib/l10n/pl.php +++ b/lib/l10n/pl.php @@ -114,6 +114,8 @@ $TRANSLATIONS = array( "Error occurred while checking PostgreSQL version" => "Wystąpił błąd podczas sprawdzania wersji PostgreSQL", "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Upewnij się, że PostgreSQL jest w wersji co najmniej 9 lub sprawdź log by uzyskać więcej informacji na temat błędu", "Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Zmień uprawnienia na 0770, żeby ukryć zawartość katalogu przed innymi użytkownikami.", +"Data directory (%s) is readable by other users" => "Katalog danych (%s) jest możliwy do odczytania przez innych użytkowników", +"Data directory (%s) is invalid" => "Katalog danych (%s) jest nieprawidłowy", "Please check that the data directory contains a file \".ocdata\" in its root." => "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", "Could not obtain lock type %d on \"%s\"." => "Nie można uzyskać blokady typu %d na \"%s\"." ); |