CTAssetsPicker.strings 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Fortryd";
  3. "Done" = "Færdig";
  4. /* Default title */
  5. "Photos" = "Billeder";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ Billed valgt";
  8. "%@ Photos Selected" = "%@ Billeder valgt";
  9. "%@ Video Selected" = "%@ Video valgt";
  10. "%@ Videos Selected" = "%@ Videoer valgt";
  11. "%@ Items Selected" = "%@ Emner valgt";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ Billeder";
  14. "%@ Videos" = "%@ Videoer";
  15. "%@ Photos, %@ Videos" = "%1$@ Billeder, %2$@ Videoer";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ af %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Denne app har ikke adgangs til dine billeder eller videoer.";
  20. "You can enable access in Privacy Settings." = "Du kan tildele adgang under Privatlivs indstillinger.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Ingen billeder eller videoer";
  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." = "Du kan tage billeder med kameraet, eller synkronisere billeder og videoer til din %@\nmed iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Du kan synkronisere billeder eller videoer til din %@ med iTunes.";
  26. /* Accessibility labels */
  27. "Play" = "Afspil";
  28. "Select" = "Vælg";
  29. "Deselect" = "Fravælg";
  30. /* Video duration spell out */
  31. "hours" = "timer";
  32. "hour" = "time";
  33. "minutes" = "minutter";
  34. "minute" = "minut";
  35. "seconds" = "sekunder";
  36. "second" = "sekund";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Kan ikke afspille video streaming";
  39. "OK" = "OK";