Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "files_reminders",
  3. {
  4. "File reminders" : "Przypomnienia o plikach",
  5. "Reminder for {name}" : "Przypomnienie dla {name}",
  6. "View file" : "Zobacz plik",
  7. "View folder" : "Wyświetl katalog",
  8. "Set file reminders" : "Ustaw przypomnienia o plikach",
  9. "**📣 File reminders**\n\nSet file reminders." : "**📣 Przypomnienia o plikach**\n\nUstaw przypomnienia o plikach.",
  10. "We will remind you of this file" : "Przypomnimy Tobie o tym pliku",
  11. "Please choose a valid date & time" : "Wybierz prawidłową datę i godzinę",
  12. "Cancel" : "Anuluj",
  13. "Clear reminder" : "Wyczyść przypomnienie",
  14. "Set reminder" : "Ustaw przypomnienie",
  15. "Set reminder for \"{fileName}\"" : "Ustaw przypomnienie dla \"{fileName}\"",
  16. "Set reminder at custom date & time" : "Ustaw przypomnienie o własnej dacie i godzinie",
  17. "Reminder set for \"{fileName}\"" : "Przypomnienie ustawione dla \"{fileName}\"",
  18. "Failed to set reminder" : "Nie udało się ustawić przypomnienia",
  19. "Failed to clear reminder" : "Nie udało się wyczyścić przypomnienia",
  20. "Set custom reminder" : "Ustaw niestandardowe przypomnienie",
  21. "Later today" : "Później dzisiaj",
  22. "Set reminder for later today" : "Ustaw przypomnienie na dzisiaj na późniejszy czas",
  23. "Tomorrow" : "Jutro",
  24. "Set reminder for tomorrow" : "Ustaw przypomnienie na jutro",
  25. "This weekend" : "W ten weekend",
  26. "Set reminder for this weekend" : "Ustaw przypomnienie na ten weekend",
  27. "Next week" : "Następny tydzień",
  28. "Set reminder for next week" : "Ustaw przypomnienie na przyszły tydzień",
  29. "Back" : "Poprzednia",
  30. "Reminder cleared" : "Przypomnienie zostało usunięte",
  31. "Failed to load reminder" : "Nie udało się wczytać przypomnienia"
  32. },
  33. "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);");