-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
CTAssetsPickerController/Resources/sv.lproj/CTAssetsPicker.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* Navigation bar buttons */ | ||
"Cancel" = "Avbryt"; | ||
"Done" = "Klar"; | ||
|
||
/* Default title */ | ||
"Photos" = "Foton"; | ||
|
||
/* No. of selected */ | ||
"%@ Photo Selected" = "%@ foto valt"; | ||
"%@ Photos Selected" = "%@ foton valda"; | ||
"%@ Video Selected" = "%@ video vald"; | ||
"%@ Videos Selected" = "%@ videor valda"; | ||
"%@ Items Selected" = "%@ artiklar valda"; | ||
|
||
/* Grid view footer */ | ||
"%@ Photos" = "%@ foton"; | ||
"%@ Videos" = "%@ videor"; | ||
"%@ Photos, %@ Videos" = "%1$@ foton, %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." = "Denna app har inte tillgång till dina foton eller videor."; | ||
"You can enable access in Privacy Settings." = "Du kan aktivera tillgång i Integritetsinställningarna."; | ||
|
||
/* 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 foton och videor med kameran, eller synka foton och videor in i din %@ med hjälp av iTunes."; | ||
"You can sync photos and videos onto your %@ using iTunes." = "Du kan synka foton och videor in i din %@ med hjälp av iTunes."; | ||
|
||
/* Accessibility labels */ | ||
"Play" = "Spela upp"; | ||
"Select" = "Välj"; | ||
"Deselect" = "Nollställ"; | ||
|
||
/* 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 upp video"; | ||
"OK" = "OK"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
/* Class = "UILabel"; text = "CTAssetsPickerDemo"; ObjectID = "kId-c2-rCX"; */ | ||
"kId-c2-rCX.text" = "CTAssetsPickerDemo"; |