]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak add static text to translation files
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 1 Nov 2017 16:49:22 +0000 (17:49 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Wed, 1 Nov 2017 17:15:49 +0000 (18:15 +0100)
gui/baculum/protected/API/Lang/en/messages.mo
gui/baculum/protected/API/Lang/en/messages.po
gui/baculum/protected/API/Lang/pl/messages.mo
gui/baculum/protected/API/Lang/pl/messages.po
gui/baculum/protected/API/Pages/Panel/APIHome.page

index ee4055a181315e2d4e6ad647e302ba100682a34d..6f8cde7ec76d85c07734739933ddadb6ca7eb5c4 100644 (file)
Binary files a/gui/baculum/protected/API/Lang/en/messages.mo and b/gui/baculum/protected/API/Lang/en/messages.mo differ
index 64012d700c24963a5fc72628d24e49629e7b35ef..b898af0d5aa0675dd91bd6b08d03dd44120c3528 100644 (file)
@@ -415,3 +415,6 @@ msgstr "Access token:"
 
 msgid "Send request"
 msgstr "Send request"
+
+msgid "Basic auth ready..."
+msgstr "Basic auth ready..."
index 0fd011181e45d970a6084b08434c22940bd6f65c..404d4679180a646a2bcb91d90866f08152569bd7 100644 (file)
Binary files a/gui/baculum/protected/API/Lang/pl/messages.mo and b/gui/baculum/protected/API/Lang/pl/messages.mo differ
index be341549d6d10cf143f5c4fd9ae239865c6e3d27..902d23b53556b687df3022aed627e53953bc04b8 100644 (file)
@@ -415,3 +415,6 @@ msgstr "Żeton dostępu:"
 
 msgid "Send request"
 msgstr "Wyślij żądanie"
+
+msgid "Basic auth ready..."
+msgstr "Autentykacja Basic jest gotowa..."
index d52b58a06e0ccb03cd0d50a339b7179714f11b29..414aed3c838070df2f92fa131c00a0d48120e4df 100644 (file)
                                $('#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() {