From 782614dc63598221a9a99f6c976fa5477c044a5f Mon Sep 17 00:00:00 2001 From: Daniel Beck Date: Sun, 2 Feb 2014 16:54:33 +0100 Subject: [PATCH] Fix link to TCP slave port configuration. --- core/src/main/resources/hudson/slaves/JNLPLauncher/main.jelly | 2 +- .../main/resources/hudson/slaves/JNLPLauncher/main.properties | 2 +- .../resources/hudson/slaves/JNLPLauncher/main_da.properties | 1 - .../resources/hudson/slaves/JNLPLauncher/main_de.properties | 2 +- .../resources/hudson/slaves/JNLPLauncher/main_es.properties | 1 - .../resources/hudson/slaves/JNLPLauncher/main_fr.properties | 1 - .../resources/hudson/slaves/JNLPLauncher/main_ja.properties | 1 - .../resources/hudson/slaves/JNLPLauncher/main_pt_BR.properties | 2 -- .../resources/hudson/slaves/JNLPLauncher/main_zh_TW.properties | 1 - 9 files changed, 3 insertions(+), 10 deletions(-) diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main.jelly b/core/src/main/resources/hudson/slaves/JNLPLauncher/main.jelly index 6a9d0066ec..cd294f04d6 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main.jelly +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main.jelly @@ -28,7 +28,7 @@ THE SOFTWARE.
${%slaveAgentPort.disabled} - ${%configure.link.text}. + ${%configure.link.text}.
diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main.properties index 77b56e002c..b73c1bc2b2 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main.properties @@ -21,4 +21,4 @@ # THE SOFTWARE. slaveAgentPort.disabled=TCP port for JNLP slave agents is disabled. -configure.link.text=Go to system config screen and change it +configure.link.text=Go to security configuration screen and change it diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_da.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_da.properties index 2e962d523d..af983756bd 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_da.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_da.properties @@ -24,7 +24,6 @@ Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=Forbind Jenkins til slaver p launch\ agent=start agent Connected\ via\ JNLP\ agent.=Forbundet via JNLP agent. Or\ if\ the\ slave\ is\ headless\:=Eller hvis slaven er hovedl\u00f8s: -configure.link.text=G\u00e5 til system config siden for at \u00e6ndre det Run\ from\ slave\ command\ line\:=K\u00f8r fra slavens kommandolinje: slaveAgentPort.disabled=TCP port for JNLP slave agent er sl\u00e5et fra. Launch\ agent\ from\ browser\ on\ slave=Start agent fra browser p\u00e5 slaven diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_de.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_de.properties index 67837cc42d..c3c9a4be4a 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_de.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_de.properties @@ -21,7 +21,7 @@ # THE SOFTWARE. slaveAgentPort.disabled=TCP-Port für JNLP-Slaves ist deaktiviert. -configure.link.text=Zu Systemkonfiguration wechseln und konfigurieren +configure.link.text=Zur globalen Sicherheitskonfiguration wechseln und ändern Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=Der Slave kann eine Verbindung zum Jenkins-Master mit einer der folgenden Möglichkeiten aufbauen: launch\ agent=Agent starten Launch\ agent\ from\ browser\ on\ slave=Agent aus einem Webbrowser auf den Slave starten diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_es.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_es.properties index bc84e7aea1..b47a4cb7bd 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_es.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_es.properties @@ -21,7 +21,6 @@ # THE SOFTWARE. slaveAgentPort.disabled=El puerto TCP para los agentes esclavos via JNLP está deshabilitado. -configure.link.text=Utiliza la utilidad de configuración del sistema (system config) para cambiarlo. launch\ agent=Lanzar agente Or\ if\ the\ slave\ is\ headless\:=O si el esclavo no tiene pantalla Run\ from\ slave\ command\ line\:=Ejecutar desde la línea de comandos del esclavo diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_fr.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_fr.properties index c8599756cc..d8483c0298 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_fr.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_fr.properties @@ -23,7 +23,6 @@ slaveAgentPort.disabled=Le port TCP pour l''esclave JNLP est d\u00E9sactiv\u00E9. Launch\ agent\ from\ browser\ on\ slave=Lancer l''agent \u00E0 partir du navigateur sur l''esclave Run\ from\ slave\ command\ line:=Ex\u00E9cuter l''esclave \u00E0 partir de l\u2019interpr\u00E8te de commandes -configure.link.text=Allez \u00E0 l''\u00E9cran de configuration du syst\u00E8me et changez-le launch\ agent=lancer l''agent Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways:=Connecter l''esclave \u00E0 Jenkins avec l''une des mani\u00E8res suivantes: Connected\ via\ JNLP\ agent.=Connect\u00E9 via l\u2019agent JNLP. diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties index 3bd4b644b5..4de807fb48 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_ja.properties @@ -21,7 +21,6 @@ # THE SOFTWARE. slaveAgentPort.disabled=JNLP\u30B9\u30EC\u30FC\u30D6\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u7528\u306ETCP\u30DD\u30FC\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002 -configure.link.text=\u30B7\u30B9\u30C6\u30E0\u306E\u8A2D\u5B9A\u753B\u9762\u3067\u8A2D\u5B9A\u3092\u5909\u66F4\u3059\u308B\u3002 Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=\u6B21\u306E\u3044\u305A\u308C\u304B\u306E\u65B9\u6CD5\u3067\u30B9\u30EC\u30FC\u30D6\u3092Jenkins\u306B\u63A5\u7D9A\u3057\u307E\u3059\u3002 launch\ agent=\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u306E\u8D77\u52D5 Launch\ agent\ from\ browser\ on\ slave=\u30B9\u30EC\u30FC\u30D6\u4E0A\u306E\u30D6\u30E9\u30A6\u30B6\u304B\u3089\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3092\u8D77\u52D5 diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_pt_BR.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_pt_BR.properties index 2bfb44fbf0..53f9e35bb6 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_pt_BR.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_pt_BR.properties @@ -21,8 +21,6 @@ # THE SOFTWARE. Or\ if\ the\ slave\ is\ headless\:=Ou, se o slave \u00e9 sem master -# Go to system config screen and change it -configure.link.text=V\u00e1 at\u00e9 a tela de configura\u00e7\u00e3o do sistema e providencie a mudan\u00e7a Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=Conecta slave ao Jenkins por uma dessas maneiras: Run\ from\ slave\ command\ line\:=Executar comando de linha pelo slave launch\ agent=Lan\u00e7ar agente diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_zh_TW.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_zh_TW.properties index f9790de52b..821a4ee9cb 100644 --- a/core/src/main/resources/hudson/slaves/JNLPLauncher/main_zh_TW.properties +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/main_zh_TW.properties @@ -21,7 +21,6 @@ # THE SOFTWARE. slaveAgentPort.disabled=JNLP Slave \u4ee3\u7406\u7a0b\u5f0f\u7684 TCP \u9023\u63a5\u57e0\u5df2\u95dc\u9589\u3002 -configure.link.text=\u8acb\u5230\u7cfb\u7d71\u8a2d\u5b9a\u9801\u4fee\u6539 Connect\ slave\ to\ Jenkins\ one\ of\ these\ ways\:=\u53ef\u4ee5\u7528\u4e0b\u9762\u9019\u4e9b\u65b9\u6cd5\u5c07 Slave \u9023\u5230 Jenkins: launch\ agent=\u555f\u52d5\u4ee3\u7406\u7a0b\u5f0f Launch\ agent\ from\ browser\ on\ slave=\u5728 Slave \u7684\u700f\u89bd\u5668\u4e0a\u555f\u52d5\u4ee3\u7406\u7a0b\u5f0f -- GitLab