diff --git a/locale/en_US/LC_MESSAGES/messages.mo b/locale/en_US/LC_MESSAGES/messages.mo index 61815f7d..412bad3c 100644 Binary files a/locale/en_US/LC_MESSAGES/messages.mo and b/locale/en_US/LC_MESSAGES/messages.mo differ diff --git a/locale/en_US/LC_MESSAGES/messages.po b/locale/en_US/LC_MESSAGES/messages.po index ab3424e4..f93c5a6c 100644 --- a/locale/en_US/LC_MESSAGES/messages.po +++ b/locale/en_US/LC_MESSAGES/messages.po @@ -1332,9 +1332,24 @@ msgstr "Expected %s binary not found at: %s" msgid "Visit the installation instructions for %s's Linux CLI." msgstr "Visit the installation instructions for %s's Linux CLI." +msgid "Unable to execute %s binary found at: %s" +msgstr "Unable to execute %s binary found at: %s" + +msgid "Check that binary is executable and permissions exist in raspap.sudoers" +msgstr "Check that binary is executable and permissions exist in raspap.sudoers" + msgid "Installed Linux CLI: %s" msgstr "Installed Linux CLI: %s" msgid "Current %s connection status is displayed below." msgstr "Current %s connection status is displayed below." +msgid "Information provided by %s" +msgstr "Information provided by %s" + +msgid "Connect %s" +msgstr "Connect %s" + +msgid "Disconnect %s" +msgstr "Disconnect %s" + diff --git a/templates/provider.php b/templates/provider.php index a0f6648c..810a0c04 100755 --- a/templates/provider.php +++ b/templates/provider.php @@ -1,10 +1,10 @@ - class="btn btn-outline btn-primary " name="SaveProviderSettings" value="Save settings" /> + class="btn btn-outline btn-primary " name="SaveProviderSettings" value="" /> - class="btn btn-success " name="StartProviderVPN" value="Connect " /> + class="btn btn-success " name="StartProviderVPN" value="" /> - class="btn btn-warning " name="StopProviderVPN" value="Disconnect " /> + class="btn btn-warning " name="StopProviderVPN" value="" /> @@ -44,26 +44,8 @@ - + - - - diff --git a/templates/provider/general.php b/templates/provider/general.php index 41538aff..353d5494 100644 --- a/templates/provider/general.php +++ b/templates/provider/general.php @@ -16,20 +16,21 @@ +
-
'. $item .'
'; } ?> - " /> +
+
diff --git a/templates/provider/status.php b/templates/provider/status.php index ad648ebe..90f80f9a 100644 --- a/templates/provider/status.php +++ b/templates/provider/status.php @@ -2,8 +2,8 @@

-

".$providerVersion."") ?>

-

".strtolower($providerName)." connection status is displayed below.") ?>

+

%s"), $providerVersion); ?>

+

%s connection status is displayed below."), strtolower($providerName)); ?>