From 23075db120ff8d263a7977964511ba1932dfbfa1 Mon Sep 17 00:00:00 2001 From: sogabe Date: Sun, 2 Nov 2008 08:43:26 +0000 Subject: [PATCH] i18n SubversionSCM git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@12932 71c3de6d-444a-0410-be80-ed276b4c234a --- .../DescriptorImpl/credentialOK.jelly | 4 +-- .../DescriptorImpl/enterCredential.jelly | 31 +++++++++---------- .../DescriptorImpl/enterCredential.properties | 4 +++ .../DescriptorImpl/url-help.jelly | 11 ++----- .../DescriptorImpl/url-help.properties | 10 ++++++ 5 files changed, 34 insertions(+), 26 deletions(-) create mode 100644 core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.properties create mode 100644 core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.properties diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly index adceb52abf..59413f19e6 100644 --- a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly +++ b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/credentialOK.jelly @@ -1,9 +1,9 @@ - + - Authentication was successful. Information is stored in Hudson now. + ${%Authentication was successful. Information is stored in Hudson now.} \ No newline at end of file diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly index e4c754f3d5..aeaf01b6fa 100644 --- a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly +++ b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly @@ -1,53 +1,52 @@ - +

- Subversion Authentication + ${%Subversion Authentication}

- Enter the authentication information needed to connect to the Subversion repository. - This information will be stored in Hudson. + ${description}

- + - - + + - + - - + + - + - + - - + + - + - +
diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.properties b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.properties new file mode 100644 index 0000000000..927a2b49b5 --- /dev/null +++ b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.properties @@ -0,0 +1,4 @@ +description=\ + Enter the authentication information needed to connect to the Subversion repository.\ + This information will be stored in Hudson. + diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly index 814b6d07c9..709d73fb3c 100644 --- a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly +++ b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.jelly @@ -1,16 +1,11 @@
- Specify the subversion repository URL to check out, such as "http://svn.apache.org/repos/asf/ant/". + ${%description.1}
- When you enter URL, Hudson automatically checks if Hudson can connect to it. If access requires - authentication, it will ask you the necessary credential. If you already have a working - credential but would like to change it for other reasons, - click this link - and specify different credential. + ${%description.2(rootURL)}
- During the build, revision number of the module that was checked out is available - through the environment variable SVN_REVISION + ${%description.3}
\ No newline at end of file diff --git a/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.properties b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.properties new file mode 100644 index 0000000000..f15de0a521 --- /dev/null +++ b/core/src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/url-help.properties @@ -0,0 +1,10 @@ +description.1=\ + Specify the subversion repository URL to check out, such as "http://svn.apache.org/repos/asf/ant/". +description.2=\ + When you enter URL, Hudson automatically checks if Hudson can connect to it. If access requires\ + authentication, it will ask you the necessary credential. If you already have a working\ + credential but would like to change it for other reasons, \ + click this link and specify different credential. +description.3=\ + During the build, revision number of the module that was checked out is available\ + through the environment variable SVN_REVISION -- GitLab