Skip to content

Commit

Permalink
Merge pull request #215 from rabiakoca/master
Browse files Browse the repository at this point in the history
Add Turkish localization
  • Loading branch information
1and2papa committed Apr 8, 2016
2 parents a90eda4 + 9a0aa66 commit e05c0b4
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 4 deletions.
49 changes: 49 additions & 0 deletions CTAssetsPickerController/Resources/tr.lproj/CTAssetsPicker.strings
@@ -0,0 +1,49 @@
/* Navigation bar buttons */
"Cancel" = "Vazgeç";
"Done" = "Bitti";

/* Default title */
"Photos" = "Fotoğraflar";

/* No. of selected */
"%@ Photo Selected" = "%@ Fotoğraf seçildi";
"%@ Photos Selected" = "%@ Fotoğraf seçildi";
"%@ Video Selected" = "%@ Vidyo seçildi";
"%@ Videos Selected" = "%@ Vidyo seçildi";
"%@ Items Selected" = "%@ Öğe seçildi";

/* Grid view footer */
"%@ Photos" = "%@ Fotoğraf";
"%@ Videos" = "%@ Vidyo";
"%@ Photos, %@ Videos" = "%1$@ Fotoğraf, %2$@ Vidyo";

/* Assets index */
"%@ of %@" = "%2$@ içerisinden %1$@";

/* Messages if privacy is not granted */
"This app does not have access to your photos or videos." = "Bu uygulamanın fotoğraflarınıza ya da vidyolarınıza erişim hakkı bulunmuyor.";
"You can enable access in Privacy Settings." = "Gizlilik Ayarlarından uygulamaya izin verebilirsiniz.";

/* Messages if no assets */
"No Photos or Videos" = "Hiç fotoğraf ya da vidyo bulunamadı";

/* 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." = "Kamerayı kullanarak fotoğraf ve vidyo çekebilirsiniz ya da fotoğraf ve vidyolarınızı %@\n hesabınıza iTunes kullanarak eşleyebilirsiniz.";
"You can sync photos and videos onto your %@ using iTunes." = "Fotoğraf ve vidyoları iTunes kullanarak %@ hesabınıza eşleyebilirsiniz.";

/* Accessibility labels */
"Play" = "Oynat";
"Select" = "Seç";
"Deselect" = "Seçimi bırak";

/* Video duration spell out */
"hours" = "saat";
"hour" = "saat";
"minutes" = "dakika";
"minute" = "dakika";
"seconds" = "saniye";
"second" = "saniye";

/* Error message of playing stream video */
"Cannot Play Stream Video" = "Vidyo oynatılamıyor";
"OK" = "Tamam";
5 changes: 5 additions & 0 deletions CTAssetsPickerDemo.xcodeproj/project.pbxproj
Expand Up @@ -36,6 +36,8 @@
0B3423A61CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PHImageManager+CTAssetsPickerController.h"; sourceTree = "<group>"; };
0B3423A71CB6E9C7003509E0 /* PHImageManager+CTAssetsPickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "PHImageManager+CTAssetsPickerController.m"; sourceTree = "<group>"; };
408BD0916F5C7C71C93D0E93 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
969CB85D1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
969CB85E1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
A741BBA21B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
A741BBA31B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/CTAssetsPicker.strings; sourceTree = "<group>"; };
A741BBA41B5F9AB500ED3D7B /* nl-NL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nl-NL"; path = "nl-NL.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -453,6 +455,7 @@
nl,
"nl-NL",
sv,
tr,
);
mainGroup = ADD965BD1AAD4C49002A26A2;
productRefGroup = ADD965C71AAD4C49002A26A2 /* Products */;
Expand Down Expand Up @@ -581,6 +584,7 @@
A741BBA21B5F7A8C00ED3D7B /* nl */,
A741BBA41B5F9AB500ED3D7B /* nl-NL */,
ADB0121A1BD9C6B400D985F9 /* sv */,
969CB85D1C9C3ADF002687B5 /* tr */,
);
name = LaunchScreen.xib;
sourceTree = "<group>";
Expand Down Expand Up @@ -610,6 +614,7 @@
A741BBA31B5F7A8C00ED3D7B /* nl */,
A741BBA51B5F9AB500ED3D7B /* nl-NL */,
ADB0121B1BD9C6B400D985F9 /* sv */,
969CB85E1C9C3ADF002687B5 /* tr */,
);
name = CTAssetsPicker.strings;
sourceTree = "<group>";
Expand Down
6 changes: 2 additions & 4 deletions CTAssetsPickerDemo/Base.lproj/LaunchScreen.xib
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="15A284" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</dependencies>
<objects>
Expand All @@ -14,13 +14,11 @@
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CTAssetsPickerDemo" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="140" width="441" height="43"/>
<animations/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<animations/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
Expand Down
3 changes: 3 additions & 0 deletions CTAssetsPickerDemo/tr.lproj/LaunchScreen.strings
@@ -0,0 +1,3 @@

/* Class = "UILabel"; text = "CTAssetsPickerDemo"; ObjectID = "kId-c2-rCX"; */
"kId-c2-rCX.text" = "CTAssetsPickerDemo";

0 comments on commit e05c0b4

Please sign in to comment.