Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

add localizable strings for French, it, ko, Chinese Taiwan & Portuguese #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@

/* Begin PBXFileReference section */
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
09205DA91E5F478200BC14C6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
09205DAA1E5F480B00BC14C6 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
09205DAB1E5F482B00BC14C6 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
09205DAC1E5F48A800BC14C6 /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/QBImagePicker.strings"; sourceTree = "<group>"; };
092231821EDD640600E290BA /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/QBImagePicker.strings"; sourceTree = "<group>"; };
74BB93661B2CE91A0044EB60 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
790A850D1AE7D4D9008E2A80 /* QBSlomoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBSlomoIconView.h; sourceTree = "<group>"; };
790A850E1AE7D4D9008E2A80 /* QBSlomoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBSlomoIconView.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -441,6 +446,11 @@
es,
de,
pl,
fr,
it,
ko,
"zh-Hant-TW",
"pt-BR",
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -580,6 +590,11 @@
07A50A481B331A840010E048 /* es */,
74BB93661B2CE91A0044EB60 /* de */,
F167DB441C086AB90045AD5B /* pl */,
09205DA91E5F478200BC14C6 /* fr */,
09205DAA1E5F480B00BC14C6 /* it */,
09205DAB1E5F482B00BC14C6 /* ko */,
09205DAC1E5F48A800BC14C6 /* zh-Hant-TW */,
092231821EDD640600E290BA /* pt-BR */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
23 changes: 23 additions & 0 deletions QBImagePicker/fr.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Katsuma Tanaka on 2015/04/03.
Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
*/

"albums.title" = "Photos";

"assets.footer.photo" = "%ld Photo";
"assets.footer.photos" = "%ld Photos";
"assets.footer.video" = "%ld Vidéo";
"assets.footer.videos" = "%ld Vidéos";
"assets.footer.photo-and-video" = "%ld Photo, %ld Vidéo";
"assets.footer.photos-and-video" = "%ld Photos, %ld Vidéo";
"assets.footer.photo-and-videos" = "%ld Photo, %ld Vidéos";
"assets.footer.photos-and-videos" = "%ld Photos, %ld Vidéos";

"assets.toolbar.item-selected" = "%ld Elément Sélectionné";
"assets.toolbar.items-selected" = "%ld Eléments Sélectionnés";


22 changes: 22 additions & 0 deletions QBImagePicker/it.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Katsuma Tanaka on 2015/04/03.
Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
*/

"albums.title" = "Foto";

"assets.footer.photo" = "%ld foto";
"assets.footer.photos" = "%ld foto";
"assets.footer.video" = "%ld video";
"assets.footer.videos" = "%ld video";
"assets.footer.photo-and-video" = "%ld foto, %ld video";
"assets.footer.photos-and-video" = "%ld foto, %ld video";
"assets.footer.photo-and-videos" = "%ld foto, %ld video";
"assets.footer.photos-and-videos" = "%ld foto, %ld video";

"assets.toolbar.item-selected" = "%ld elementi selezionati";
"assets.toolbar.items-selected" = "%ld elementi selezionati";

21 changes: 21 additions & 0 deletions QBImagePicker/ko.lproj/QBImagePicker.strings
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" = "사진";

"assets.footer.photo" = "%ld개의 사진";
"assets.footer.photos" = "%ld개의 사진";
"assets.footer.video" = "%ld개의 비디오";
"assets.footer.videos" = "%ld개의 비디오";
"assets.footer.photo-and-video" = "%ld개의 사진, %ld개의 비디오";
"assets.footer.photos-and-video" = "%ld개의 사진, %ld개의 비디오";
"assets.footer.photo-and-videos" = "%ld개의 사진, %ld개의 비디오";
"assets.footer.photos-and-videos" = "%ld개의 사진, %ld개의 비디오";

"assets.toolbar.item-selected" = "%ld개의 항목 선택됨";
"assets.toolbar.items-selected" = "%ld개의 항목 선택됨";
21 changes: 21 additions & 0 deletions QBImagePicker/pt-BR.lproj/QBImagePicker.strings
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" = "Fotos";

"assets.footer.photo" = "%ld Foto";
"assets.footer.photos" = "%ld Fotos";
"assets.footer.video" = "%ld Vídeo";
"assets.footer.videos" = "%ld Vídeos";
"assets.footer.photo-and-video" = "%ld Foto, %ld Vídeo";
"assets.footer.photos-and-video" = "%ld Fotos, %ld Vídeos";
"assets.footer.photo-and-videos" = "%ld Foto, %ld Vídeos";
"assets.footer.photos-and-videos" = "%ld Fotos, %ld Vídeos";

"assets.toolbar.item-selected" = "%ld Item selecionado";
"assets.toolbar.items-selected" = "%ld Itens selecionados";
22 changes: 22 additions & 0 deletions QBImagePicker/zh-Hant-TW.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Katsuma Tanaka on 2015/04/03.
Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
*/

"albums.title" = "相片";

"assets.footer.photo" = "%ld 張相片";
"assets.footer.photos" = "%ld 張相片";
"assets.footer.video" = "%ld 部影片";
"assets.footer.videos" = "%ld 部影片";
"assets.footer.photo-and-video" = "%ld 張相片,%ld 部影片";
"assets.footer.photos-and-video" = "%ld 張相片,%ld 部影片";
"assets.footer.photo-and-videos" = "%ld 張相片,%ld 部影片";
"assets.footer.photos-and-videos" = "%ld 張相片,%ld 部影片";

"assets.toolbar.item-selected" = "選定 %ld 個項目";
"assets.toolbar.items-selected" = "選定 %ld 個項目";

6 changes: 6 additions & 0 deletions QBImagePickerDemo/pt-BR.lproj/LaunchScreen.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

/* Class = "UILabel"; text = " Copyright (c) 2015 Katsuma Tanaka. All rights reserved."; ObjectID = "8ie-xW-0ye"; */
"8ie-xW-0ye.text" = " Copyright (c) 2015 Katsuma Tanaka. All rights reserved.";

/* Class = "UILabel"; text = "QBImagePickerDemo"; ObjectID = "kId-c2-rCX"; */
"kId-c2-rCX.text" = "QBImagePickerDemo";
39 changes: 39 additions & 0 deletions QBImagePickerDemo/pt-BR.lproj/Main.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

/* Class = "UILabel"; text = "Select Multiple Photos"; ObjectID = "7Hi-1h-pca"; */
"7Hi-1h-pca.text" = "Select Multiple Photos";

/* Class = "UILabel"; text = "Select Single Photo"; ObjectID = "BCh-ru-GBA"; */
"BCh-ru-GBA.text" = "Select Single Photo";

/* Class = "UINavigationItem"; title = "QBImagePicker"; ObjectID = "JOw-qF-ENZ"; */
"JOw-qF-ENZ.title" = "QBImagePicker";

/* Class = "UILabel"; text = "3 photos at least, and 6 photos at most"; ObjectID = "Jq8-gd-bjh"; */
"Jq8-gd-bjh.text" = "3 photos at least, and 6 photos at most";

/* Class = "UILabel"; text = "3 photos at least"; ObjectID = "SPe-aH-Xj9"; */
"SPe-aH-Xj9.text" = "3 photos at least";

/* Class = "UITableViewSection"; headerTitle = "Single Selection"; ObjectID = "Sb2-Qb-oha"; */
"Sb2-Qb-oha.headerTitle" = "Single Selection";

/* Class = "UILabel"; text = "Select Multiple Photos"; ObjectID = "jJw-ce-96f"; */
"jJw-ce-96f.text" = "Select Multiple Photos";

/* Class = "UILabel"; text = "Select Multiple Photos"; ObjectID = "oLZ-pP-4bF"; */
"oLZ-pP-4bF.text" = "Select Multiple Photos";

/* Class = "UILabel"; text = "1 photos selected"; ObjectID = "tzV-EU-429"; */
"tzV-EU-429.text" = "1 photos selected";

/* Class = "UILabel"; text = "6 photos at most"; ObjectID = "vgX-45-tXq"; */
"vgX-45-tXq.text" = "6 photos at most";

/* Class = "UITableViewSection"; headerTitle = "Multiple Selection"; ObjectID = "xG5-eU-WRF"; */
"xG5-eU-WRF.headerTitle" = "Multiple Selection";

/* Class = "UILabel"; text = "Select Multiple Photos"; ObjectID = "xpg-bM-2sv"; */
"xpg-bM-2sv.text" = "Select Multiple Photos";

/* Class = "UILabel"; text = "Select Multiple Photos"; ObjectID = "zDu-bX-xy5"; */
"zDu-bX-xy5.text" = "Select Multiple Photos";