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

Add French language #179

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
3 changes: 3 additions & 0 deletions QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
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>"; };
894F00D61D9412AF009681CC /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
AA3AD06D1ACF9A3A00BF523E /* QBVideoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIconView.h; sourceTree = "<group>"; };
AA3AD06E1ACF9A3A00BF523E /* QBVideoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBVideoIconView.m; sourceTree = "<group>"; };
AA3AD0711ACFA06700BF523E /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIndicatorView.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -441,6 +442,7 @@
es,
de,
pl,
fr,
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -580,6 +582,7 @@
07A50A481B331A840010E048 /* es */,
74BB93661B2CE91A0044EB60 /* de */,
F167DB441C086AB90045AD5B /* pl */,
894F00D61D9412AF009681CC /* fr */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions QBImagePicker/fr.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" = "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 Élément séléctionné";
"assets.toolbar.items-selected" = "%ld Éléments séléctionnés";