You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "files_reminders",
  3. {
  4. "File reminders" : "Připomínky souborů",
  5. "Reminder for {name}" : "Připomínka ohledně {name}",
  6. "View file" : "Zobrazit soubor",
  7. "View folder" : "Zobrazit složku",
  8. "Set file reminders" : "Nastavit připomínky souborů",
  9. "**📣 File reminders**\n\nSet file reminders." : "**📣 Připomínky souborů**\n\nNastavte připomínky souborů.",
  10. "We will remind you of this file" : "Připomeneme vám tento soubor",
  11. "Please choose a valid date & time" : "Zvolte platný datum a čas",
  12. "Cancel" : "Storno",
  13. "Clear reminder" : "Vyčistit připomínku",
  14. "Set reminder" : "Nastavit připomínku",
  15. "Set reminder for \"{fileName}\"" : "Nastavit připomínku pro „{fileName}",
  16. "Set reminder at custom date & time" : "Nastavit připomínku na uživatelsky určené datum a čas",
  17. "Reminder set for \"{fileName}\"" : "Nastavena připomínka ohledně „{fileName}“",
  18. "Failed to set reminder" : "Připomínku se nepodařilo nastavit",
  19. "Failed to clear reminder" : "Připomínku se nepodařilo vyčistit",
  20. "Set custom reminder" : "Nastavit uživatelsky určenou připomínku",
  21. "Later today" : "Později dnes",
  22. "Set reminder for later today" : "Nastavit připomínku na později dnes",
  23. "Tomorrow" : "Zítra",
  24. "Set reminder for tomorrow" : "Nastavit připomínku na zítra",
  25. "This weekend" : "Tento víkend",
  26. "Set reminder for this weekend" : "Nastavit připomínku na tento víkend",
  27. "Next week" : "Příští týden",
  28. "Set reminder for next week" : "Nastavit připomínku pro příští týden",
  29. "Back" : "Zpět",
  30. "Reminder cleared" : "Připomínka vyčištěna",
  31. "Failed to load reminder" : "Připomínku se nepodařilo načíst"
  32. },
  33. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");