diff options
Diffstat (limited to 'apps/files_reminders/l10n/cs.js')
-rw-r--r-- | apps/files_reminders/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_reminders/l10n/cs.js b/apps/files_reminders/l10n/cs.js index 72fd1029ab1..188a2fcacd5 100644 --- a/apps/files_reminders/l10n/cs.js +++ b/apps/files_reminders/l10n/cs.js @@ -6,7 +6,6 @@ OC.L10N.register( "View file" : "Zobrazit soubor", "View folder" : "Zobrazit složku", "Set file reminders" : "Nastavit připomínky souborů", - "**📣 File reminders**\n\nSet file reminders." : "**📣 Připomínky souborů**\n\nNastavte připomínky souborů.", "We will remind you of this file" : "Připomeneme vám tento soubor", "Please choose a valid date & time" : "Zvolte platný datum a čas", "Cancel" : "Storno", @@ -27,6 +26,7 @@ OC.L10N.register( "This weekend" : "Tento víkend", "Set reminder for this weekend" : "Nastavit připomínku na tento víkend", "Next week" : "Příští týden", - "Set reminder for next week" : "Nastavit připomínku pro příští týden" + "Set reminder for next week" : "Nastavit připomínku pro příští týden", + "**📣 File reminders**\n\nSet file reminders." : "**📣 Připomínky souborů**\n\nNastavte připomínky souborů." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |