diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:32:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-17 02:32:07 +0000 |
commit | 8232366c6f3c09ec1d4494bb91ae9419baf5a5af (patch) | |
tree | 94f39b937d4081af450f2b32da1e66dba6e7ab4b /lib/l10n/pl.js | |
parent | cb0bfae73e73b4412e6178ac7036bac13bbe02dd (diff) | |
download | nextcloud-server-8232366c6f3c09ec1d4494bb91ae9419baf5a5af.tar.gz nextcloud-server-8232366c6f3c09ec1d4494bb91ae9419baf5a5af.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.js | 10 |
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", |