This repository was archived by the owner on Oct 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 46
46
47
47
/* Begin PBXFileReference section */
48
48
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
49
+ 3A21B6F126614081003AF608 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
49
50
3A684B06251887B4006605D4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
50
51
4237D94D25F8C071008C19B7 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
51
52
5A63116E200FC8C0006D76A5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
248
249
pt,
249
250
"zh-Hant",
250
251
tr,
252
+ ro,
251
253
);
252
254
mainGroup = AAA8FDF91ACDA079002A9710;
253
255
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
324
326
D12C7DB2255B413200F13F68 /* pt */,
325
327
D12C7DB3255B413E00F13F68 /* zh-Hant */,
326
328
4237D94D25F8C071008C19B7 /* tr */,
329
+ 3A21B6F126614081003AF608 /* ro */,
327
330
);
328
331
name = QBImagePicker.strings;
329
332
sourceTree = "<group>";
Original file line number Diff line number Diff line change
1
+ /*
2
+ QBImagePicker.strings
3
+ QBImagePicker
4
+
5
+ Created by Anton Cojocaru on 2021/05/28.
6
+ Copyright (c) 2021 Anton Cojocaru. All rights reserved.
7
+ */
8
+
9
+ "albums.title" = "Poze";
10
+
11
+ "assets.footer.photo" = "%ld Poză";
12
+ "assets.footer.photos" = "%ld Poze";
13
+ "assets.footer.video" = "%ld Clip";
14
+ "assets.footer.videos" = "%ld Clipuri";
15
+ "assets.footer.photo-and-video" = "%ld Poză, %ld Clip";
16
+ "assets.footer.photos-and-video" = "%ld Poze, %ld Clip";
17
+ "assets.footer.photo-and-videos" = "%ld Poză, %ld Clipuri";
18
+ "assets.footer.photos-and-videos" = "%ld Poze, %ld Clipuri";
19
+
20
+ "assets.toolbar.item-selected" = "%ld Element Selectat";
21
+ "assets.toolbar.items-selected" = "%ld Elemente Selectate";
You can’t perform that action at this time.
0 commit comments