diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:37 +0000 |
commit | b76ecf37818d87f1386d12eb45bb0639d39f12ed (patch) | |
tree | 0f41fd70340b78d240fe524844cf13893b7ba2b7 /lib/l10n/pl.js | |
parent | 891097b42bfca8f7c987be7f341b3f985c188dcb (diff) | |
download | nextcloud-server-b76ecf37818d87f1386d12eb45bb0639d39f12ed.tar.gz nextcloud-server-b76ecf37818d87f1386d12eb45bb0639d39f12ed.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/pl.js')
-rw-r--r-- | lib/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 68de01a6171..62fbf06d75d 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -7,7 +7,6 @@ OC.L10N.register( "See %s" : "Zobacz %s", "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, że przykładowa konfiguracja została skopiowana. Może to spowodować przerwanie instalacji, która nie jest wspierana. Przeczytaj dokumentację przed dokonaniem zmian w pliku config.php", - "404" : "404", "The page could not be found on the server." : "Nie znaleziono strony na serwerze.", "%s email verification" : "Weryfikacja adresu e-mail %s", "Email verification" : "Weryfikacja adresu e-mail", @@ -266,6 +265,7 @@ OC.L10N.register( "libxml2 2.7.0 is at least required. Currently %s is installed." : "Wymagana wersja dla libxml2 to przynajmniej 2.7.0. Aktualnie zainstalowana jest %s.", "To fix this issue update your libxml2 version and restart your web server." : "Aby rozwiązać ten problem, zaktualizuj wersję libxml2 i ponownie uruchom serwer WWW.", "PostgreSQL >= 9 required." : "Wymagany PostgreSQL >= 9", - "Please upgrade your database version." : "Zaktualizuj wersję bazy danych." + "Please upgrade your database version." : "Zaktualizuj wersję bazy danych.", + "404" : "404" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |