diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-09 02:22:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-09 02:22:58 +0000 |
commit | 409098c45f8b111637b601b391dc00876350c96b (patch) | |
tree | ece99993abfb4d56978416823d2311f4d2695a07 /core/l10n/pl.js | |
parent | 82a192e1ccc852c3ac0daef64c42cd455c70b78e (diff) | |
download | nextcloud-server-409098c45f8b111637b601b391dc00876350c96b.tar.gz nextcloud-server-409098c45f8b111637b601b391dc00876350c96b.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r-- | core/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 2c6d8ccd87b..25fa7c712ca 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -190,7 +190,6 @@ OC.L10N.register( "You have not added any info yet" : "Nie dodałeś jeszcze żadnych informacji", "{user} has not added any info yet" : "{user} nie dodał jeszcze żadnych informacji", "Error opening the user status modal, try hard refreshing the page" : "Błąd podczas otwierania modalnego statusu użytkownika, spróbuj bardziej odświeżyć stronę", - "Search starts once you start typing" : "Wyszukiwanie rozpocznie się, gdy zaczniesz pisać", "Reset search" : "Zresetuj wyszukiwanie", "Start search" : "Zacznij wyszukiwać", "Search for {name} only" : "Wyszukaj tylko {name}", @@ -423,6 +422,7 @@ OC.L10N.register( "Settings menu" : "Menu ustawień", "The password is wrong. Try again." : "Hasło jest nieprawidłowe. Spróbuj ponownie.", "Setup two-factor authentication" : "Ustaw uwierzytelnianie dwuskładnikowe", - "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Wygląda na to, że korzystasz z 32-bitowej wersji PHP. Nextcloud 26 i nowsze wymagają wersji 64-bitowej. Zaktualizuj swój system operacyjny i PHP do wersji 64-bitowej! Aby uzyskać więcej informacji, przeczytaj {linkstart}stronę dokumentacji na ten temat ↗{linkend}." + "It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Wygląda na to, że korzystasz z 32-bitowej wersji PHP. Nextcloud 26 i nowsze wymagają wersji 64-bitowej. Zaktualizuj swój system operacyjny i PHP do wersji 64-bitowej! Aby uzyskać więcej informacji, przeczytaj {linkstart}stronę dokumentacji na ten temat ↗{linkend}.", + "Search starts once you start typing" : "Wyszukiwanie rozpocznie się, gdy zaczniesz pisać" }, "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);"); |