From 9a0aa668bd49f0233ffe6180a9711083eede8b04 Mon Sep 17 00:00:00 2001 From: Rabia Koca Date: Fri, 18 Mar 2016 15:40:57 +0200 Subject: [PATCH] adds turkish localization --- .../Resources/tr.lproj/CTAssetsPicker.strings | 49 +++++++++++++++++++ CTAssetsPickerDemo.xcodeproj/project.pbxproj | 5 ++ .../Base.lproj/LaunchScreen.xib | 6 +-- .../tr.lproj/LaunchScreen.strings | 3 ++ 4 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 CTAssetsPickerController/Resources/tr.lproj/CTAssetsPicker.strings create mode 100644 CTAssetsPickerDemo/tr.lproj/LaunchScreen.strings diff --git a/CTAssetsPickerController/Resources/tr.lproj/CTAssetsPicker.strings b/CTAssetsPickerController/Resources/tr.lproj/CTAssetsPicker.strings new file mode 100644 index 00000000..9459fb36 --- /dev/null +++ b/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"; \ No newline at end of file diff --git a/CTAssetsPickerDemo.xcodeproj/project.pbxproj b/CTAssetsPickerDemo.xcodeproj/project.pbxproj index d9046bf4..5426901d 100644 --- a/CTAssetsPickerDemo.xcodeproj/project.pbxproj +++ b/CTAssetsPickerDemo.xcodeproj/project.pbxproj @@ -33,6 +33,8 @@ /* Begin PBXFileReference section */ 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 = ""; }; + 969CB85D1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = ""; }; + 969CB85E1C9C3ADF002687B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/CTAssetsPicker.strings; sourceTree = ""; }; A741BBA21B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LaunchScreen.strings; sourceTree = ""; }; A741BBA31B5F7A8C00ED3D7B /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/CTAssetsPicker.strings; sourceTree = ""; }; A741BBA41B5F9AB500ED3D7B /* nl-NL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nl-NL"; path = "nl-NL.lproj/LaunchScreen.strings"; sourceTree = ""; }; @@ -448,6 +450,7 @@ nl, "nl-NL", sv, + tr, ); mainGroup = ADD965BD1AAD4C49002A26A2; productRefGroup = ADD965C71AAD4C49002A26A2 /* Products */; @@ -575,6 +578,7 @@ A741BBA21B5F7A8C00ED3D7B /* nl */, A741BBA41B5F9AB500ED3D7B /* nl-NL */, ADB0121A1BD9C6B400D985F9 /* sv */, + 969CB85D1C9C3ADF002687B5 /* tr */, ); name = LaunchScreen.xib; sourceTree = ""; @@ -604,6 +608,7 @@ A741BBA31B5F7A8C00ED3D7B /* nl */, A741BBA51B5F9AB500ED3D7B /* nl-NL */, ADB0121B1BD9C6B400D985F9 /* sv */, + 969CB85E1C9C3ADF002687B5 /* tr */, ); name = CTAssetsPicker.strings; sourceTree = ""; diff --git a/CTAssetsPickerDemo/Base.lproj/LaunchScreen.xib b/CTAssetsPickerDemo/Base.lproj/LaunchScreen.xib index 1de91aab..740d0804 100644 --- a/CTAssetsPickerDemo/Base.lproj/LaunchScreen.xib +++ b/CTAssetsPickerDemo/Base.lproj/LaunchScreen.xib @@ -1,8 +1,8 @@ - + - + @@ -14,13 +14,11 @@ - diff --git a/CTAssetsPickerDemo/tr.lproj/LaunchScreen.strings b/CTAssetsPickerDemo/tr.lproj/LaunchScreen.strings new file mode 100644 index 00000000..897f82a6 --- /dev/null +++ b/CTAssetsPickerDemo/tr.lproj/LaunchScreen.strings @@ -0,0 +1,3 @@ + +/* Class = "UILabel"; text = "CTAssetsPickerDemo"; ObjectID = "kId-c2-rCX"; */ +"kId-c2-rCX.text" = "CTAssetsPickerDemo";