CTAssetsPicker.strings 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Encaboxar";
  3. "Done" = "Fecho";
  4. /* Default title */
  5. "Photos" = "Semeyes";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "Esbillóse %@ semeya";
  8. "%@ Photos Selected" = "Esbilláronse %@ semeyes";
  9. "%@ Video Selected" = "Esbillóse %@ videu";
  10. "%@ Videos Selected" = "Esbilláronse %@ vídeos";
  11. "%@ Items Selected" = "Esbilláronse %@ elementos";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ semeyes";
  14. "%@ Videos" = "%@ vídeos";
  15. "%@ Photos, %@ Videos" = "%1$@ semeyes, %2$@ vídeos";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ de %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Esta aplicación nun tien accesu a les tos semeyes o vídeos.";
  20. "You can enable access in Privacy Settings." = "Pues habilitar l'accesu nos axustes de privacidá.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Nun hai semeyes o vídeos";
  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." = "Pues facer semeyes y vídeos usando la cámara o sincronizar semeyes y vídeos al to %@\nusando iTunes.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Pues sincronizar semeyes y vídeos al to %@ usando iTunes.";
  26. /* Accessibility labels */
  27. "Play" = "Reproducir";
  28. "Select" = "Esbillar";
  29. "Deselect" = "Nun esbillar";
  30. /* Video duration spell out */
  31. "hours" = "hores";
  32. "hour" = "hora";
  33. "minutes" = "minutos";
  34. "minute" = "minutu";
  35. "seconds" = "segundos";
  36. "second" = "segundu";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Nun pue reproducise'l fluxu de videu";
  39. "OK" = "Aceutar";