CTAssetsPicker.strings 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Zrušiť";
  3. "Done" = "Hotovo";
  4. /* Default title */
  5. "Photos" = "Fotky";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ označených fotografií";
  8. "%@ Photos Selected" = "%@ označených fotografií";
  9. "%@ Video Selected" = "%@ označených videí";
  10. "%@ Videos Selected" = "%@ označených videí";
  11. "%@ Items Selected" = "%@ označených položiek";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ fotografií";
  14. "%@ Videos" = "%@ videí";
  15. "%@ Photos, %@ Videos" = "%1$@ Fotografií, %2$@ Videí";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ z %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Aplikácia nemá prístup k vašim fotografiám alebo videám.";
  20. "You can enable access in Privacy Settings." = "Prístup môžete umožniť v nastaveniach súkromia.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Žiadne fotografie alebo videá";
  23. /* The parameter will be replaced by the device model name */
  24. "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "Môžete robiť fotografie alebo videá pomocou fotoaparátu alebo synchronizovať fotografie a videá do svojho %@\npomocou iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Môžete synchronizovať fotografie a videá do svojho %@ pomocou iTunes.";
  26. /* Accessibility labels */
  27. "Play" = "Prehrať";
  28. "Select" = "Označiť";
  29. "Deselect" = "Odznačiť";
  30. /* Video duration spell out */
  31. "hours" = "hodín";
  32. "hour" = "hodina";
  33. "minutes" = "minút";
  34. "minute" = "minúta";
  35. "seconds" = "sekúnd";
  36. "second" = "sekunda";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Nie je možné prehrať Video stream";
  39. "OK" = "OK";