-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turkish language strings added (#1548)
- Loading branch information
1 parent
a24af4c
commit e311caa
Showing
2 changed files
with
24 additions
and
0 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
21 changes: 21 additions & 0 deletions
21
ios/QBImagePicker/QBImagePicker/tr.lproj/QBImagePicker.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,21 @@ | ||
/* | ||
QBImagePicker.strings | ||
QBImagePicker | ||
|
||
Created by Katsuma Tanaka on 2015/04/03. | ||
Copyright (c) 2015 Katsuma Tanaka. All rights reserved. | ||
*/ | ||
|
||
"albums.title" = "Fotoğraflar"; | ||
|
||
"assets.footer.photo" = "%ld Fotoğraf"; | ||
"assets.footer.photos" = "%ld Fotoğraf"; | ||
"assets.footer.video" = "%ld Video"; | ||
"assets.footer.videos" = "%ld Video"; | ||
"assets.footer.photo-and-video" = "%ld Fotoğraf, %ld Video"; | ||
"assets.footer.photos-and-video" = "%ld Fotoğraf, %ld Video"; | ||
"assets.footer.photo-and-videos" = "%ld Fotoğraf, %ld Video"; | ||
"assets.footer.photos-and-videos" = "%ld Fotoğraf, %ld Video"; | ||
|
||
"assets.toolbar.item-selected" = "%ld Adet Seçildi"; | ||
"assets.toolbar.items-selected" = "%ld Adet Seçildi"; |