From 8d4eae1dcfb9c8049a41871ed4dd5188abe76302 Mon Sep 17 00:00:00 2001 From: wyukawa Date: Sat, 13 Feb 2010 08:12:37 +0000 Subject: [PATCH] i18n & l10n(ja) for User Management git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@27453 71c3de6d-444a-0410-be80-ed276b4c234a --- .../firstUser_ja.properties | 23 ++++++++++++++++ .../index_ja.properties | 26 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/firstUser_ja.properties create mode 100644 core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index_ja.properties diff --git a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/firstUser_ja.properties b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/firstUser_ja.properties new file mode 100644 index 0000000000..4f55a66ebe --- /dev/null +++ b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/firstUser_ja.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Create\ First\ Admin\ User=\u7ba1\u7406\u8005\u306e\u4f5c\u6210 \ No newline at end of file diff --git a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index_ja.properties b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index_ja.properties new file mode 100644 index 0000000000..fc1891c0d0 --- /dev/null +++ b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index_ja.properties @@ -0,0 +1,26 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +blurb=\ +\u3053\u308c\u3089\u306e\u30e6\u30fc\u30b6\u306fHudson\u306b\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u306fHudson\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u3044\u306a\u3044\u3051\u308c\u3069\u3082, \ +\u3044\u304f\u3064\u304b\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u30b3\u30df\u30c3\u30c8\u3059\u308b\u3068\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30e6\u30fc\u30b6\u3092\u542b\u3080\u3053\u306e\u30ea\u30b9\u30c8\u306e\u4e00\u90e8\u3067\u3059\u3002 +Name=\u540d\u524d \ No newline at end of file -- GitLab