提交 5e86a38b 编写于 作者: A André Twupack

German translations for search, views and user builds

上级 98b50b2a
......@@ -149,6 +149,8 @@ Label.GroupOf={0} Gruppe
Label.InvalidLabel=Ung\u00fcltiges Label
Label.ProvisionedFrom=Bereitgestellt durch {0}
MyViewsProperty.DisplayName=Meine Ansichten
MyViewsProperty.GlobalAction.DisplayName=Meine Ansichten
MyViewsProperty.ViewExistsCheck.NotExist=Ansicht ''{0}'' existiert nicht.
MyViewsProperty.ViewExistsCheck.AlreadyExists=Eine Ansicht ''{0}'' existiert bereits.
......
......@@ -28,7 +28,7 @@ THE SOFTWARE.
<l:main-panel>
<h1>
<img src="${imagesURL}/48x48/user.gif" alt="" />
Builds for ${it}
${%Builds for} ${it}
</h1>
<t:buildListTable builds="${it.builds}" jobBaseUrl="${rootURL}/" />
</l:main-panel>
......
# The MIT License
#
# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest
#
# 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.
Builds\ for=Builds für
......@@ -28,9 +28,9 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<j:set var="q" value="${request.getParameter('q')}"/>
<j:new var="h" className="hudson.Functions" /><!-- needed for printing title. -->
<l:layout title="Search for '${h.escape(q)}'">
<l:layout title="${%Search for} '${h.escape(q)}'">
<l:main-panel>
<h1>Search for '${h.escape(q)}'</h1>
<h1>${%Search for} '${h.escape(q)}'</h1>
<j:set var="items" value="${it.getSuggestions(request,q)}"/>
<j:choose>
<j:when test="${items.size()==0}">
......
......@@ -21,3 +21,4 @@
# THE SOFTWARE.
Nothing\ seems\ to\ match.=Keine Treffer gefunden.
Search\ for=Suche nach
\ No newline at end of file
......@@ -4,3 +4,4 @@ Confirm\ password=Passwort-Wiederholung
Full\ name=Voller Name
E-mail\ address=E-Mail-Adresse
Enter\ text\ as\ shown=Text wie angezeigt eingeben
Sign\ up=Registrieren
# The MIT License
#
# Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number of other of contributers
#
# 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.
New\ View=Neue Ansicht
# 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.
New\ View=Neue Ansicht
......@@ -146,7 +146,7 @@ THE SOFTWARE.
<!-- this div is used to calculate the width of the text box -->
<div id="search-box-sizer"/>
<div id="searchform">
<input name="q" value="search" id="search-box" class="has-default-text defaulted" />
<input name="q" value="${%search}" id="search-box" class="has-default-text defaulted" />
<st:nbsp />
<a href="${%searchBox.url}"><img src="${imagesURL}/16x16/help.png" alt="help for search" /></a>
<div id="search-box-completion" />
......
......@@ -25,3 +25,4 @@ logout=Abmelden
DISABLE\ AUTO\ REFRESH=AUTO-AKTUALISIERUNG AUSSCHALTEN
ENABLE\ AUTO\ REFRESH=AUTO-AKTUALISIERUNG EINSCHALTEN
Page\ generated=Erzeugung dieser Seite
search=suchen
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册