forked from 1and2papa/CTAssetsPickerController
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/chiunam/CTAssetsPickerCon…
…troller # By Clement T # Via Clement T * 'master' of https://github.com/chiunam/CTAssetsPickerController: Update CocoaPods Spec Update README.md Update RELEASE-NOTES.md Resize screenshot Update Screenshot to iPhone 6 1and2papa#56 Move the localisable string to separated string table 1and2papa#57 Make the picker's toolbar to conform UIApperance so that it can be overridden Update CocoaPods Spec Update RELEASE-NOTES.md 1and2papa#55 Fix: Pictures disappear until you do scrolling gesture when you take screenshot Rectify documentation Conflicts: CTAssetsPickerDemo.xcodeproj/project.pbxproj
- Loading branch information
Showing
20 changed files
with
227 additions
and
102 deletions.
There are no files selected for viewing
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
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
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
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
48 changes: 48 additions & 0 deletions
48
CTAssetsPickerController/en.lproj/CTAssetsPickerController.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,48 @@ | ||
/* Navigation bar buttons */ | ||
"Cancel" = "Cancel"; | ||
"Done" = "Done"; | ||
|
||
/* Default title */ | ||
"Photos" = "Photos"; | ||
|
||
/* No. of selected */ | ||
"%ld Photo Selected" = "%ld Photo Selected"; | ||
"%ld Photos Selected" = "%ld Photos Selected"; | ||
"%ld Video Selected" = "%ld Video Selected"; | ||
"%ld Videos Selected" = "%ld Videos Selected"; | ||
"%ld Items Selected" = "%ld Items Selected"; | ||
|
||
/* Album's footer */ | ||
"%ld Photos" = "%ld Photos"; | ||
"%ld Videos" = "%ld Videos"; | ||
"%ld Photos, %ld Videos" = "%1$ld Photos, %2$ld Videos"; | ||
|
||
/* Assets index */ | ||
"%ld of %ld" = "%1$ld of %2$ld"; | ||
|
||
/* Messages if privacy is not granted */ | ||
"This app does not have access to your photos or videos." = "This app does not have access to your photos or videos."; | ||
"You can enable access in Privacy Settings." = "You can enable access in Privacy Settings."; | ||
|
||
/* Messages if no assets */ | ||
"No Photos or Videos" = "No Photos or Videos"; | ||
|
||
/* 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." = "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes."; | ||
"You can sync photos and videos onto your iPhone using iTunes." = "You can sync photos and videos onto your iPhone using iTunes."; | ||
|
||
/* Accessibility labels */ | ||
"Photo" = "Photo"; | ||
"Video" = "Video"; | ||
"Portrait" = "Portrait"; | ||
"Landscape" = "Landscape"; | ||
"Play" = "Play"; | ||
"Not available" = "Not available"; | ||
|
||
/* Video duration spell out */ | ||
"hours" = "hours"; | ||
"hour" = "hour"; | ||
"minutes" = "minutes"; | ||
"minute" = "minute"; | ||
"seconds" = "seconds"; | ||
"second" = "second"; |
Oops, something went wrong.