added missing labels

This commit is contained in:
Sebastian Sdorra
2011-09-03 17:49:39 +02:00
parent 2012b86cad
commit 718285b07e
2 changed files with 8 additions and 0 deletions

View File

@@ -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',

View File

@@ -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.'
});