summaryrefslogtreecommitdiffstats
path: root/lib/l10n/pl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-05-22 00:08:23 +0000
committerNextcloud bot <bot@nextcloud.com>2017-05-22 00:08:23 +0000
commit462f12611c059b619881fe972e06d0eb175c1af2 (patch)
treef99f7c6908f01d0789ddbe2d4eb7833a481df9c4 /lib/l10n/pl.js
parent1db93ec7c596e1e8466937540c8df8685138e4a9 (diff)
downloadnextcloud-server-462f12611c059b619881fe972e06d0eb175c1af2.tar.gz
nextcloud-server-462f12611c059b619881fe972e06d0eb175c1af2.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/pl.js')
-rw-r--r--lib/l10n/pl.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index d3a3f1d8922..d1daa6c921c 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -181,7 +181,10 @@ OC.L10N.register(
"No database drivers (sqlite, mysql, or postgresql) installed." : "Brak sterowników bazy danych (sqlite, mysql or postgresql).",
"Cannot write into \"config\" directory" : "Nie można zapisać do katalogu \"config\"",
"Cannot write into \"apps\" directory" : "Nie można zapisać do katalogu \"apps\"",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" : "Zazwyczaj można to naprawić poprzez nadanie serwerowi www uprawnień do zapisu w katalogu aplikacji lub poprzez wyłączenie sklepu aplikacji w pliku konfiugracyjnym. Zobacz %s",
"Cannot create \"data\" directory" : "Nie mozna utworzyć katalogu \"data\"",
+ "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Zazwyczaj można to naprawić poprzez nadanie serwerowi www uprawnień do zapisu w katalogu głównym. Zobacz %s",
+ "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Uprawnienia mogą zazwyczaj być naprawione poprzez nadanie serwerowi www uprawnień do zapisu w katalogu głównym. Zobacz %s.",
"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ł.",
@@ -207,7 +210,7 @@ OC.L10N.register(
"Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".",
"Storage unauthorized. %s" : "Magazyn nieautoryzowany. %s",
"Storage incomplete configuration. %s" : "Niekompletna konfiguracja magazynu. %s",
- "Storage connection error. %s" : "Błąd połączenia magazynu. %s",
+ "Storage connection error. %s" : "Błąd połączenia z magazynem. %s",
"Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
"Storage connection timeout. %s" : "Limit czasu połączenia do magazynu został przekroczony. %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.",