12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* Navigation bar buttons */
- "Cancel" = "Avbryt";
- "Done" = "Färdig";
- /* Default title */
- "Photos" = "Bilder";
- /* No. of selected */
- "%@ Photo Selected" = "%@ bild vald";
- "%@ Photos Selected" = "%@ bilder valda";
- "%@ Video Selected" = "%@ Video Vald";
- "%@ Videos Selected" = "%@ Valda videor";
- "%@ Items Selected" = "%@ objekt valda";
- /* Grid view footer */
- "%@ Photos" = "%@ Bilder";
- "%@ Videos" = "%@ Videor";
- "%@ Photos, %@ Videos" = "%1$@ Bilder, %2$@ Videor";
- /* Assets index */
- "%@ of %@" = "%1$@ av %2$@";
- /* Messages if privacy is not granted */
- "This app does not have access to your photos or videos." = "Appen har inte tillgång till dina bilder eller videor.";
- "You can enable access in Privacy Settings." = "Du kan tillåta tillgång i inställningar för Integritet.";
- /* Messages if no assets */
- "No Photos or Videos" = "Inga foton eller videor";
- /* The parameter will be replaced by the device model name */
- "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "Du kan ta bilder och videor med kameran, eller synkronisera bilder och videor på din %@\nmed iTunes.";
- "You can sync photos and videos onto your %@ using iTunes." = "Du kan synkronisera dina bilder och videor på din %@ med iTunes.";
- /* Accessibility labels */
- "Play" = "Spela";
- "Select" = "Välj";
- "Deselect" = "Avmarkera";
- /* Video duration spell out */
- "hours" = "timmar";
- "hour" = "timme";
- "minutes" = "minuter";
- "minute" = "minut";
- "seconds" = "sekunder";
- "second" = "sekund";
- /* Error message of playing stream video */
- "Cannot Play Stream Video" = "Kan inte spela strömmande video";
- "OK" = "OK";
|