Skip to content

Commit

Permalink
Add pl-PL localization
Browse files Browse the repository at this point in the history
  • Loading branch information
bwilczynski committed Nov 27, 2015
1 parent 6d16a6f commit 84985ae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
AAF1CA3E1ACE8918005F6295 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
AAF1CA401ACE8A8B005F6295 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
E521B0A11B01D6810079461F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/QBImagePicker.strings"; sourceTree = "<group>"; };
F167DB431C0861BB0045AD5B /* pl-PL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pl-PL"; path = "pl-PL.lproj/QBImagePicker.strings"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -439,6 +440,7 @@
"zh-Hans",
es,
de,
"pl-PL",
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -577,6 +579,7 @@
E521B0A11B01D6810079461F /* zh-Hans */,
07A50A481B331A840010E048 /* es */,
74BB93661B2CE91A0044EB60 /* de */,
F167DB431C0861BB0045AD5B /* pl-PL */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions QBImagePicker/pl-PL.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" = "Zdjęcia";

"assets.footer.photo" = "%ld zdjęcie";
"assets.footer.photos" = "Zdjęć: %ld";
"assets.footer.video" = "%ld wideo";
"assets.footer.videos" = "Wideo: %ld";
"assets.footer.photo-and-video" = "%ld zdjęcie, %ld wideo";
"assets.footer.photos-and-video" = "Zdjęć: %ld, %ld wideo";
"assets.footer.photo-and-videos" = "%ld zdjęcie, %ld wideo";
"assets.footer.photos-and-videos" = "Zdjęć: %ld, %ld wideo";

"assets.toolbar.item-selected" = "%ld zaznaczona rzecz";
"assets.toolbar.items-selected" = "Zaznaczonych rzeczy: %ld";

0 comments on commit 84985ae

Please sign in to comment.