CTAssetsPicker.strings 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Annuleren";
  3. "Done" = "Gereed";
  4. /* Default title */
  5. "Photos" = "Foto's";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ foto geselecteerd";
  8. "%@ Photos Selected" = "%@ foto's geselecteerd";
  9. "%@ Video Selected" = "%@ video geselecteerd";
  10. "%@ Videos Selected" = "%@ video's geselecteerd";
  11. "%@ Items Selected" = "%@ items geselecteerd";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ Foto's";
  14. "%@ Videos" = "%@ Video's";
  15. "%@ Photos, %@ Videos" = "%1$@ Foto's, %2$@ Videos";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ op %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Deze App heeft geen toegang tot je foto's en video's.";
  20. "You can enable access in Privacy Settings." = "Je kunt toegang verlenen in Privacy instellingen";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Geen foto's of video's";
  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." = "Je kunt foto's of video's nemen met je camera, of door je foto's en video's te synchroniseren met je %@n in iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Je kunt foto's en video's synchroniseren met je %@ in iTunes";
  26. /* Accessibility labels */
  27. "Play" = "Lezen";
  28. "Select" = "Select";
  29. "Deselect" = "Deselecteren";
  30. /* Video duration spell out */
  31. "hours" = "uren";
  32. "hour" = "uur";
  33. "minutes" = "minuten";
  34. "minute" = "minuut";
  35. "seconds" = "seconden";
  36. "second" = "seconde";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Kan video stream niet afspelen";
  39. "OK" = "OK";