From: Marcin Haba Date: Wed, 1 Nov 2017 16:49:22 +0000 (+0100) Subject: baculum: Tweak add static text to translation files X-Git-Tag: Release-9.0.5~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9bc7a3655673814ec91a9f4e68a81fcc05d9fff6;p=bacula%2Fbacula baculum: Tweak add static text to translation files --- diff --git a/gui/baculum/protected/API/Lang/en/messages.mo b/gui/baculum/protected/API/Lang/en/messages.mo index ee4055a181..6f8cde7ec7 100644 Binary files a/gui/baculum/protected/API/Lang/en/messages.mo and b/gui/baculum/protected/API/Lang/en/messages.mo differ diff --git a/gui/baculum/protected/API/Lang/en/messages.po b/gui/baculum/protected/API/Lang/en/messages.po index 64012d700c..b898af0d5a 100644 --- a/gui/baculum/protected/API/Lang/en/messages.po +++ b/gui/baculum/protected/API/Lang/en/messages.po @@ -415,3 +415,6 @@ msgstr "Access token:" msgid "Send request" msgstr "Send request" + +msgid "Basic auth ready..." +msgstr "Basic auth ready..." diff --git a/gui/baculum/protected/API/Lang/pl/messages.mo b/gui/baculum/protected/API/Lang/pl/messages.mo index 0fd011181e..404d467918 100644 Binary files a/gui/baculum/protected/API/Lang/pl/messages.mo and b/gui/baculum/protected/API/Lang/pl/messages.mo differ diff --git a/gui/baculum/protected/API/Lang/pl/messages.po b/gui/baculum/protected/API/Lang/pl/messages.po index be341549d6..902d23b535 100644 --- a/gui/baculum/protected/API/Lang/pl/messages.po +++ b/gui/baculum/protected/API/Lang/pl/messages.po @@ -415,3 +415,6 @@ msgstr "Żeton dostępu:" msgid "Send request" msgstr "Wyślij żądanie" + +msgid "Basic auth ready..." +msgstr "Autentykacja Basic jest gotowa..." diff --git a/gui/baculum/protected/API/Pages/Panel/APIHome.page b/gui/baculum/protected/API/Pages/Panel/APIHome.page index d52b58a06e..414aed3c83 100644 --- a/gui/baculum/protected/API/Pages/Panel/APIHome.page +++ b/gui/baculum/protected/API/Pages/Panel/APIHome.page @@ -147,7 +147,7 @@ $('#tabs').tabs({active: 0}); }, init_basic: function() { - this.set_progress(3, 'Basic auth ready...'); + this.set_progress(3, '<%[ Basic auth ready... ]%>'); document.getElementById(this.ids.refresh_token).style.display = 'none'; }, init_oauth2_client: function() {