diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
commit | fea2277b632ff724856bee182ed1ab28e7c446f5 (patch) | |
tree | 33bf918ea5f6dcba103ba3a5ac3cb73ed650e73b /apps/dav/l10n/pl.js | |
parent | 6f1d9eb11880efb900370f1e6857f05dbef5f84a (diff) | |
download | nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.tar.gz nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/pl.js')
-rw-r--r-- | apps/dav/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 7c4f28b4362..8efb7d60f9f 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -183,7 +183,6 @@ OC.L10N.register( "Saved availability" : "Zapisana dostępność", "Failed to save availability" : "Nie udało się zapisać dostępności", "Availability" : "Dostępność", - "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inni użytkownicy będą widzieć, kiedy jesteś poza biurem, gdy będą rezerwować spotkanie.", "Absence" : "Nieobecność", "Configure your next absence period." : "Ustaw czas swojej nieobecności ", "Calendar server" : "Serwer kalendarza", @@ -202,6 +201,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.", "Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?", "Tentative" : "Niepewne", - "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana." + "Your attendance was updated successfully." : "Twoja obecność została pomyślnie zaktualizowana.", + "If you configure your working hours, other users will see when you are out of office when they book a meeting." : "Jeśli skonfigurujesz godziny pracy, inni użytkownicy będą widzieć, kiedy jesteś poza biurem, gdy będą rezerwować spotkanie." }, "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);"); |