From c45817b1278817c2d091545d245de258f6f5fc73 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 13 Apr 2022 19:14:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Added=20new=20UI=20for=20proxies=20?= =?UTF-8?q?to=20storyboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/App/Base.lproj/Main.storyboard | 230 ++++++++++++++++++- phpmon/Localizable.strings | 2 +- 2 files changed, 220 insertions(+), 12 deletions(-) diff --git a/phpmon/Domain/App/Base.lproj/Main.storyboard b/phpmon/Domain/App/Base.lproj/Main.storyboard index e87f9bb..6c6be75 100644 --- a/phpmon/Domain/App/Base.lproj/Main.storyboard +++ b/phpmon/Domain/App/Base.lproj/Main.storyboard @@ -6,6 +6,7 @@ + @@ -319,7 +320,7 @@ - + @@ -348,7 +349,7 @@ - + @@ -378,7 +379,7 @@ - + @@ -462,7 +463,7 @@ - + @@ -486,7 +487,7 @@ - + @@ -632,7 +633,7 @@ Gw - + @@ -681,7 +682,7 @@ Gw - + @@ -692,7 +693,7 @@ Gw - + @@ -710,7 +711,7 @@ Gw - + @@ -788,7 +789,7 @@ Gw - + @@ -1088,7 +1089,214 @@ Gw - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phpmon/Localizable.strings b/phpmon/Localizable.strings index d7c383f..f0f9639 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -95,7 +95,7 @@ "domain_list.add.link_folder" = "Link a Folder"; "domain_list.add.domain_name_placeholder" = "Enter a domain name here"; "domain_list.add.secure_after_creation" = "Secure %@.%@ after creation"; -"domain_list.add.secure_description" = "Securing a site requires administrative privileges.\nYou will be prompted for your password or Touch ID."; +"domain_list.add.secure_description" = "Securing a domain requires administrative privileges.\nYou may be prompted for your password or Touch ID."; "domain_list.add.create_link" = "Create Link"; "domain_list.add.cancel" = "Cancel"; "domain_list.add.folder_available" = "This site will be available via the following URL: %@://%@.%@";