mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 22:12:10 +01:00
added missing labels
This commit is contained in:
@@ -53,6 +53,8 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{
|
||||
enableProxyText: 'Enable Proxy',
|
||||
proxyServerText: 'Proxy Server',
|
||||
proxyPortText: 'Proxy Port',
|
||||
proxyUserText: 'Proxy User',
|
||||
proxyPasswordText: 'Proxy Password',
|
||||
baseUrlText: 'Base Url',
|
||||
forceBaseUrlText: 'Force Base Url',
|
||||
|
||||
@@ -74,6 +76,8 @@ Sonia.config.ScmConfigPanel = Ext.extend(Sonia.config.ConfigPanel,{
|
||||
enableProxyHelpText: 'Enable Proxy',
|
||||
proxyServerHelpText: 'The proxy server',
|
||||
proxyPortHelpText: 'The proxy port',
|
||||
proxyUserHelpText: 'The username for the proxy server authentication.',
|
||||
proxyPasswordHelpText: 'The password for the proxy server authentication.',
|
||||
baseUrlHelpText: 'The url of the application (with context path) i.e. http://localhost:8080/scm',
|
||||
forceBaseUrlHelpText: 'Redirects to the base url if the request comes from a other url',
|
||||
|
||||
|
||||
@@ -270,6 +270,8 @@ if (Sonia.config.ScmConfigPanel){
|
||||
enableProxyText: 'Proxy aktivieren',
|
||||
proxyServerText: 'Proxy Server',
|
||||
proxyPortText: 'Proxy Port',
|
||||
proxyUserText: 'Proxy User',
|
||||
proxyPasswordText: 'Proxy Passwort',
|
||||
baseUrlText: 'Basis-URL',
|
||||
forceBaseUrlText: 'Basis-URL forcieren',
|
||||
|
||||
@@ -296,6 +298,8 @@ if (Sonia.config.ScmConfigPanel){
|
||||
enableProxyHelpText: 'Proxy-Einstellungen verwenden.',
|
||||
proxyServerHelpText: 'Der Proxy-Server.',
|
||||
proxyPortHelpText: 'Der Proxy-Port',
|
||||
proxyUserHelpText: 'Der Benutzername für die Authentifizierung am Proxy-Server.',
|
||||
proxyPasswordHelpText: 'Das Passwort für die Authentifizierung am Proxy-Server.',
|
||||
baseUrlHelpText: 'Die vollständige URL des Server, inclusive Context-Pfad z.B.: http://localhost:8080/scm.',
|
||||
forceBaseUrlHelpText: 'Leitet alle Zugriffe die nicht von der Basis-URL kommen auf die Basis-URL um.'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user