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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc7a3655673814ec91a9f4e68a81fcc05d9fff6;p=thirdparty%2Fbacula.git 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 ee4055a18..6f8cde7ec 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 64012d700..b898af0d5 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 0fd011181..404d46791 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 be341549d..902d23b53 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 d52b58a06..414aed3c8 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() {