forked from adoptium/adoptium.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added German translation (adoptium#3058)
Co-authored-by: Martijn Verburg <[email protected]> Co-authored-by: Xavier FACQ <[email protected]>
- Loading branch information
1 parent
864e685
commit e93a9a6
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
= Temurin(TM) Download-Schaltflächen | ||
:page-authors: tellison, gdams, jonelo | ||
:keywords: buttons | ||
|
||
Die Schaltflächenbilder und der dazugehörige Code werden Ihnen zur Verfügung gestellt, damit Sie sie in Ihre eigene Dokumentation, Website usw. einbetten können, um für Eclipse Temurin zu werben. Diese Schaltflächen verweisen auf die Temurin-Download-Seite und stellen sicher, dass die Nutzer einfachen Zugang zu den neuesten Versionen haben. | ||
|
||
Sie können den HTML-Code ändern, um die Schaltfläche in verschiedenen Größen anzuzeigen, aber ändern Sie nicht den Ziellink. Diese Schaltflächen enthalten Warenzeichen der Eclipse Foundation und unterliegen als solche der https://www.eclipse.org/legal/logo_guidelines.php[Richtlinie der Eclipse Foundation zur Verwendung von Warenzeichen]. | ||
|
||
[%autowidth,cols="d,l",options="header",stripes=none] | ||
|=== | ||
^.^|Schaltfläche ^.^|Code | ||
|
||
^.^| | ||
https://adoptium.net/temurin?utm_medium=button[image:https://adoptium.net/images/buttons/button_img_001.png[Get | ||
Eclipse Temurin,width=150,height=150]] | ||
<.^a| | ||
[source,html] | ||
---- | ||
<a href="https://adoptium.net/temurin?utm_medium=button"> | ||
<img src="https://adoptium.net/images/buttons/button_img_001.png" | ||
alt="Eclipse Temurin holen" width="150" height="150" /> | ||
</a> | ||
---- | ||
|
||
|
||
^.^| | ||
https://adoptium.net/temurin?utm_medium=button[image:https://adoptium.net/images/buttons/button_img_002.png[Get | ||
Eclipse Temurin,width=120,height=120]] | ||
<.^a| | ||
[source,html] | ||
---- | ||
<a href="https://adoptium.net/temurin?utm_medium=button"> | ||
<img src="https://adoptium.net/images/buttons/button_img_002.png" | ||
alt="Eclipse Temurin holen" width="120" height="120" /> | ||
</a> | ||
---- | ||
|
||
|
||
^.^| | ||
https://adoptium.net/temurin?utm_medium=button[image:https://adoptium.net/images/buttons/button_img_003.png[Get | ||
Eclipse Temurin,width=100,height=100]] | ||
<.^a| | ||
[source,html] | ||
---- | ||
<a href="https://adoptium.net/temurin?utm_medium=button"> | ||
<img src="https://adoptium.net/images/buttons/button_img_003.png" | ||
alt="Eclipse Temurin holen" width="100" height="100" /> | ||
</a> | ||
---- | ||
|
||
|
||
^.^| | ||
https://adoptium.net/temurin?utm_medium=button[image:https://adoptium.net/images/buttons/button_img_005.png[Get | ||
Eclipse Temurin,width=120,height=120]] | ||
<.^a| | ||
[source,html] | ||
---- | ||
<a href="https://adoptium.net/temurin?utm_medium=button"> | ||
<img src="https://adoptium.net/images/buttons/button_img_005.png" | ||
alt="Eclipse Temurin holen" width="120" height="120" /> | ||
</a> | ||
---- | ||
|
||
|
||
^.^| | ||
https://adoptium.net/temurin?utm_medium=button[image:https://adoptium.net/images/buttons/button_img_004.png[Get | ||
Eclipse Temurin,width=200,height=200]] | ||
<.^a| | ||
[source,html] | ||
---- | ||
<a href="https://adoptium.net/temurin?utm_medium=button"> | ||
<img src="https://adoptium.net/images/buttons/button_img_004.png" | ||
alt="Get Eclipse Temurin" width="200" height="200" /> | ||
</a> | ||
---- | ||
|
||
|
||
^.^| | ||
https://adoptium.net/temurin?utm_medium=button[image:https://adoptium.net/images/buttons/button_img_006.png[Get | ||
Eclipse Temurin,width=200,height=200]] | ||
<.^a| | ||
[source,html] | ||
---- | ||
<a href="https://adoptium.net/temurin?utm_medium=button"> | ||
<img src="https://adoptium.net/images/buttons/button_img_006.png" | ||
alt="Get Eclipse Temurin" width="200" height="200" /> | ||
</a> | ||
---- | ||
|
||
|=== |