aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/pl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-17 02:31:51 +0000
committerNextcloud bot <bot@nextcloud.com>2022-09-17 02:31:51 +0000
commitcc814bb568316c55f55a5ecc6502943640770d2b (patch)
treebcf8d245bbe57d45efd75ca27685c10f41a9de86 /lib/l10n/pl.js
parent914714f26a38c6ede9182c79c88e1890474802b6 (diff)
downloadnextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.tar.gz
nextcloud-server-cc814bb568316c55f55a5ecc6502943640770d2b.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/pl.js')
-rw-r--r--lib/l10n/pl.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index c02a9fdf754..6cc8ea09ace 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -59,7 +59,7 @@ OC.L10N.register(
"tomorrow" : "jutro",
"yesterday" : "wczoraj",
"_in %n day_::_in %n days_" : ["za %n dzień","za %n dni","za %n dni","za %n dni"],
- "_%n day ago_::_%n days ago_" : ["%d dzień temu","%n dni temu","%n dni temu","%n dni temu"],
+ "_%n day ago_::_%n days ago_" : ["%n dzień temu","%n dni temu","%n dni temu","%n dni temu"],
"next month" : "następny miesiąc",
"last month" : "w zeszłym miesiącu",
"_in %n month_::_in %n months_" : ["za %n miesiąc","za %n miesiące","za %n miesięcy","za %n miesięcy"],
@@ -114,10 +114,6 @@ OC.L10N.register(
"Role" : "Rola społeczna",
"Unknown user" : "Nieznany użytkownik",
"Additional settings" : "Ustawienia dodatkowe",
- "%s enter the database username and name." : "Podaj nazwę bazy danych i nazwę użytkownika dla %s.",
- "%s enter the database username." : "Podaj nazwę użytkownika dla %s.",
- "%s enter the database name." : "Podaj nazwę bazy danych dla %s.",
- "%s you may not use dots in the database name" : "Nie możesz używać kropek w nazwie bazy danych %s.",
"MySQL username and/or password not valid" : "Błędna nazwa użytkownika i/lub hasło do bazy danych MySQL",
"You need to enter details of an existing account." : "Musisz wprowadzić szczegółowe dane dla istniejącego konta.",
"Oracle connection could not be established" : "Nie można nawiązać połączenia z bazą danych Oracle",
@@ -260,6 +256,10 @@ OC.L10N.register(
"Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
"Storage connection timeout. %s" : "Limit czasu połączenia do magazynu. %s",
"This can usually be fixed by giving the webserver write access to the config directory." : "Zwykle można to naprawić, nadając serwerowi WWW dostęp do zapisu do katalogu config.",
+ "%s enter the database username and name." : "Podaj nazwę bazy danych i nazwę użytkownika dla %s.",
+ "%s enter the database username." : "Podaj nazwę użytkownika dla %s.",
+ "%s enter the database name." : "Podaj nazwę bazy danych dla %s.",
+ "%s you may not use dots in the database name" : "Nie możesz używać kropek w nazwie bazy danych %s.",
"Cannot read file" : "Nie można odczytać pliku",
"Cannot write into \"config\" directory" : "Nie można zapisać do katalogu \"config\"",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Zwykle można to naprawić, nadając serwerowi WWW dostęp do zapisu do katalogu config. Zobacz %s",