From a5499efad8f6e60f10f582ae18b00bfb0eb54292 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Tue, 23 Mar 2021 16:24:26 +0100 Subject: [PATCH] add en for RecordingsListView --- Classes/en.lproj/RecordingsListView.strings | 18 ++++++++++++++++++ linphone.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 Classes/en.lproj/RecordingsListView.strings diff --git a/Classes/en.lproj/RecordingsListView.strings b/Classes/en.lproj/RecordingsListView.strings new file mode 100644 index 000000000..8025d9b51 --- /dev/null +++ b/Classes/en.lproj/RecordingsListView.strings @@ -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"; diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index 1da74ac8b..a17e81603 100644 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -961,6 +961,7 @@ 615A28432180C08F0060F920 /* recording@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "recording@2x.png"; sourceTree = ""; }; 617B4A61260A2B7800A87337 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/RecordingsListView.xib; sourceTree = ""; }; 617B4A64260A2B8500A87337 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/RecordingsListView.strings; sourceTree = ""; }; + 617B4A75260A3F5500A87337 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/RecordingsListView.strings; sourceTree = ""; }; 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 = ""; }; 6187B1B624B3271500D580FB /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/AssistantLinkView.strings; sourceTree = ""; }; @@ -4365,6 +4366,7 @@ children = ( 617B4A61260A2B7800A87337 /* Base */, 617B4A64260A2B8500A87337 /* fr */, + 617B4A75260A3F5500A87337 /* en */, ); name = RecordingsListView.xib; sourceTree = "";