CTAssetsPicker.strings 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Navigation bar buttons */
  2. "Cancel" = "Abbrechen";
  3. "Done" = "Erledigt";
  4. /* Default title */
  5. "Photos" = "Fotos";
  6. /* No. of selected */
  7. "%@ Photo Selected" = "%@ Foto ausgewählt";
  8. "%@ Photos Selected" = "%@ Fotos ausgewählt";
  9. "%@ Video Selected" = "%@ Video ausgewählt";
  10. "%@ Videos Selected" = "%@ Videos ausgewählt";
  11. "%@ Items Selected" = "%@ Elemente ausgewählt";
  12. /* Grid view footer */
  13. "%@ Photos" = "%@ Fotos";
  14. "%@ Videos" = "%@ Videos";
  15. "%@ Photos, %@ Videos" = "%1$@ Fotos, %2$@ Videos";
  16. /* Assets index */
  17. "%@ of %@" = "%1$@ von %2$@";
  18. /* Messages if privacy is not granted */
  19. "This app does not have access to your photos or videos." = "Diese App hat keinen Zugriff auf Ihre Fotos oder Videos.";
  20. "You can enable access in Privacy Settings." = "Sie können den Zugriff in ihren Datenschutz-Einstellungen aktivieren.";
  21. /* Messages if no assets */
  22. "No Photos or Videos" = "Keine Fotos oder Videos";
  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." = "Sie können Fotos oder Videos mit der Kamera aufnehmen, oder Fotos und Videos via iTunes auf ihr %@ synchronisieren.";
  25. "You can sync photos and videos onto your %@ using iTunes." = "Sie können Fotos oder Videos via iTunes auf ihr %@ synchronisieren.";
  26. /* Accessibility labels */
  27. "Play" = "Abspielen";
  28. "Select" = "Auswählen";
  29. "Deselect" = "Auswahl aufheben";
  30. /* Video duration spell out */
  31. "hours" = "Stunden";
  32. "hour" = "Stunde";
  33. "minutes" = "Minuten";
  34. "minute" = "Minute";
  35. "seconds" = "Sekunden";
  36. "second" = "Sekunde";
  37. /* Error message of playing stream video */
  38. "Cannot Play Stream Video" = "Video-Stream kann nicht abgespielt werden";
  39. "OK" = "OK";