diff options
Diffstat (limited to 'apps/files_reminders/l10n/cs.js')
-rw-r--r-- | apps/files_reminders/l10n/cs.js | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/apps/files_reminders/l10n/cs.js b/apps/files_reminders/l10n/cs.js index 366626a9d28..409a22f5546 100644 --- a/apps/files_reminders/l10n/cs.js +++ b/apps/files_reminders/l10n/cs.js @@ -5,19 +5,21 @@ OC.L10N.register( "Reminder for {name}" : "Připomínka ohledně {name}", "View file" : "Zobrazit soubor", "View folder" : "Zobrazit složku", + "Files reminder" : "Připomínka souboru", + "The \"files_reminders\" app can work properly." : "Aplikace „files_reminder“ může fungovat správně.", + "The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Aplikace „files_reminder“ potřebuje, aby aplikace notifikace správně fungovala. Buď byste měli zapnout notifikace, nebo vypnout files_reminder.", "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", - "Clear reminder" : "Vyčistit připomínku", - "Set reminder" : "Nastavit připomínku", "Set reminder for \"{fileName}\"" : "Nastavit připomínku pro „{fileName}", - "Set reminder at custom date & time" : "Nastavit připomínku na uživatelsky určené datum a čas", + "Clear reminder" : "Vyčistit připomínku", + "Please choose a valid date & time" : "Zvolte platný datum a čas", "Reminder set for \"{fileName}\"" : "Nastavena připomínka ohledně „{fileName}“", "Failed to set reminder" : "Připomínku se nepodařilo nastavit", + "Reminder cleared for \"{fileName}\"" : "Připomínka ohledně „{fileName}“ vyčištěna", "Failed to clear reminder" : "Připomínku se nepodařilo vyčistit", - "Set custom reminder" : "Nastavit uživatelsky určenou připomínku", + "We will remind you of this file" : "Připomeneme vám tento soubor", + "Cancel" : "Storno", + "Set reminder" : "Nastavit připomínku", + "Reminder set" : "Nastavit připomínku", "Later today" : "Později dnes", "Set reminder for later today" : "Nastavit připomínku na později dnes", "Tomorrow" : "Zítra", @@ -26,8 +28,9 @@ OC.L10N.register( "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", - "Back" : "Zpět", - "Reminder cleared" : "Připomínka vyčištěna", - "Failed to load reminder" : "Připomínku se nepodařilo načíst" + "This files_reminder can work properly." : "Tento files_reminder může fungovat správně.", + "The files_reminder app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "Aplikace files_reminder potřebuje, aby aplikace notifikace správně fungovala. Buď byste měli zapnout notifikace, nebo vypnout files_reminder.", + "Set reminder at custom date & time" : "Nastavit připomínku na uživatelsky určené datum a čas", + "Set custom reminder" : "Nastavit uživatelsky určenou připomínku" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |