Initial commit
This commit is contained in:
+49
@@ -0,0 +1,49 @@
|
||||
/* Navigation bar buttons */
|
||||
"Cancel" = "Fortryd";
|
||||
"Done" = "Færdig";
|
||||
|
||||
/* Default title */
|
||||
"Photos" = "Billeder";
|
||||
|
||||
/* No. of selected */
|
||||
"%@ Photo Selected" = "%@ Billed valgt";
|
||||
"%@ Photos Selected" = "%@ Billeder valgt";
|
||||
"%@ Video Selected" = "%@ Video valgt";
|
||||
"%@ Videos Selected" = "%@ Videoer valgt";
|
||||
"%@ Items Selected" = "%@ Emner valgt";
|
||||
|
||||
/* Grid view footer */
|
||||
"%@ Photos" = "%@ Billeder";
|
||||
"%@ Videos" = "%@ Videoer";
|
||||
"%@ Photos, %@ Videos" = "%1$@ Billeder, %2$@ Videoer";
|
||||
|
||||
/* Assets index */
|
||||
"%@ of %@" = "%1$@ af %2$@";
|
||||
|
||||
/* Messages if privacy is not granted */
|
||||
"This app does not have access to your photos or videos." = "Denne app har ikke adgangs til dine billeder eller videoer.";
|
||||
"You can enable access in Privacy Settings." = "Du kan tildele adgang under Privatlivs indstillinger.";
|
||||
|
||||
/* Messages if no assets */
|
||||
"No Photos or Videos" = "Ingen billeder eller videoer";
|
||||
|
||||
/* 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 tage billeder med kameraet, eller synkronisere billeder og videoer til din %@\nmed iTunes.";
|
||||
"You can sync photos and videos onto your %@ using iTunes." = "Du kan synkronisere billeder eller videoer til din %@ med iTunes.";
|
||||
|
||||
/* Accessibility labels */
|
||||
"Play" = "Afspil";
|
||||
"Select" = "Vælg";
|
||||
"Deselect" = "Fravælg";
|
||||
|
||||
/* Video duration spell out */
|
||||
"hours" = "timer";
|
||||
"hour" = "time";
|
||||
"minutes" = "minutter";
|
||||
"minute" = "minut";
|
||||
"seconds" = "sekunder";
|
||||
"second" = "sekund";
|
||||
|
||||
/* Error message of playing stream video */
|
||||
"Cannot Play Stream Video" = "Kan ikke afspille video streaming";
|
||||
"OK" = "OK";
|
||||
Reference in New Issue
Block a user