mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
add en for RecordingsListView
This commit is contained in:
parent
8d10ccb3b1
commit
a5499efad8
2 changed files with 20 additions and 0 deletions
18
Classes/en.lproj/RecordingsListView.strings
Normal file
18
Classes/en.lproj/RecordingsListView.strings
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
/* Class = "UIButton"; accessibilityLabel = "Select all"; ObjectID = "16S-9G-2cb"; */
|
||||
"16S-9G-2cb.accessibilityLabel" = "Select all";
|
||||
|
||||
/* Class = "UIButton"; accessibilityLabel = "Edit"; ObjectID = "CWx-9g-0JG"; */
|
||||
"CWx-9g-0JG.accessibilityLabel" = "Edit";
|
||||
|
||||
/* Class = "UIButton"; accessibilityLabel = "Delete all"; ObjectID = "CqG-tB-maQ"; */
|
||||
"CqG-tB-maQ.accessibilityLabel" = "Delete all";
|
||||
|
||||
/* Class = "UIButton"; accessibilityLabel = "Back"; ObjectID = "rAc-tI-AVp"; */
|
||||
"rAc-tI-AVp.accessibilityLabel" = "Back";
|
||||
|
||||
/* Class = "UIButton"; accessibilityLabel = "Delete all"; ObjectID = "zDs-pW-vyA"; */
|
||||
"zDs-pW-vyA.accessibilityLabel" = "Delete all";
|
||||
|
||||
/* Class = "UILabel"; text = "No recording found"; ObjectID = "zXd-Ic-rwm"; */
|
||||
"zXd-Ic-rwm.text" = "No recording found";
|
||||
|
|
@ -961,6 +961,7 @@
|
|||
615A28432180C08F0060F920 /* recording@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "recording@2x.png"; sourceTree = "<group>"; };
|
||||
617B4A61260A2B7800A87337 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/RecordingsListView.xib; sourceTree = "<group>"; };
|
||||
617B4A64260A2B8500A87337 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/RecordingsListView.strings; sourceTree = "<group>"; };
|
||||
617B4A75260A3F5500A87337 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/RecordingsListView.strings; sourceTree = "<group>"; };
|
||||
6180D6FD21EE41A800AD9CB6 /* QuickLook.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickLook.framework; path = System/Library/Frameworks/QuickLook.framework; sourceTree = SDKROOT; };
|
||||
6187B1B524B3271500D580FB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/AboutView.strings; sourceTree = "<group>"; };
|
||||
6187B1B624B3271500D580FB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/AssistantLinkView.strings; sourceTree = "<group>"; };
|
||||
|
|
@ -4365,6 +4366,7 @@
|
|||
children = (
|
||||
617B4A61260A2B7800A87337 /* Base */,
|
||||
617B4A64260A2B8500A87337 /* fr */,
|
||||
617B4A75260A3F5500A87337 /* en */,
|
||||
);
|
||||
name = RecordingsListView.xib;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue