cs_CZ.php 1.0 KB

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "This share is password-protected" => "Toto sdílení je chráněno heslem",
  4. "The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
  5. "Password" => "Heslo",
  6. "Sorry, this link doesn’t seem to work anymore." => "Je nám líto, ale tento odkaz již není funkční.",
  7. "Reasons might be:" => "Možné důvody:",
  8. "the item was removed" => "položka byla odebrána",
  9. "the link expired" => "platnost odkazu vypršela",
  10. "sharing is disabled" => "sdílení je zakázané",
  11. "For more info, please ask the person who sent this link." => "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.",
  12. "%s shared the folder %s with you" => "%s s Vámi sdílí složku %s",
  13. "%s shared the file %s with you" => "%s s Vámi sdílí soubor %s",
  14. "Download" => "Stáhnout",
  15. "Upload" => "Odeslat",
  16. "Cancel upload" => "Zrušit odesílání",
  17. "No preview available for" => "Náhled není dostupný pro",
  18. "Direct link" => "Přímý odkaz"
  19. );
  20. $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";