diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-29 00:24:46 +0000 |
commit | 724a62daeebeeb0508b7ce7195226aa0654dd97f (patch) | |
tree | 74695f1deb0a6c78d1d3c40fd53aae2312b67f4e /apps/files_reminders/l10n/pl.js | |
parent | a357c065bd1c86dae196a1bd4759f183dd1f2733 (diff) | |
download | nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.tar.gz nextcloud-server-724a62daeebeeb0508b7ce7195226aa0654dd97f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_reminders/l10n/pl.js')
-rw-r--r-- | apps/files_reminders/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_reminders/l10n/pl.js b/apps/files_reminders/l10n/pl.js index ccfd951a24f..c49e279723c 100644 --- a/apps/files_reminders/l10n/pl.js +++ b/apps/files_reminders/l10n/pl.js @@ -10,12 +10,13 @@ OC.L10N.register( "We will remind you of this file" : "Przypomnimy Tobie o tym pliku", "Please choose a valid date & time" : "Wybierz prawidłową datę i godzinę", "Cancel" : "Anuluj", + "Clear reminder" : "Wyczyść przypomnienie", "Set reminder" : "Ustaw przypomnienie", "Set reminder for \"{fileName}\"" : "Ustaw przypomnienie dla \"{fileName}\"", "Set reminder at custom date & time" : "Ustaw przypomnienie o własnej dacie i godzinie", - "Clear reminder" : "Wyczyść przypomnienie", "Reminder set for \"{fileName}\"" : "Przypomnienie ustawione dla \"{fileName}\"", "Failed to set reminder" : "Nie udało się ustawić przypomnienia", + "Failed to clear reminder" : "Nie udało się wyczyścić przypomnienia", "Set custom reminder" : "Ustaw niestandardowe przypomnienie", "Later today" : "Później dzisiaj", "Set reminder for later today" : "Ustaw przypomnienie na dzisiaj na późniejszy czas", @@ -27,7 +28,6 @@ OC.L10N.register( "Set reminder for next week" : "Ustaw przypomnienie na przyszły tydzień", "Back" : "Poprzednia", "Reminder cleared" : "Przypomnienie zostało usunięte", - "Failed to clear reminder" : "Nie udało się wyczyścić przypomnienia", "Failed to load reminder" : "Nie udało się wczytać przypomnienia" }, "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);"); |