-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
100% translated source file: 'Footer.html' on 'de_DE'.
- Loading branch information
1 parent
b201e6a
commit a620bf4
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
roda-ui/roda-wui/src/main/resources/config/theme/Footer_de_DE.html
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,44 @@ | ||
<div class="footer skip_padding static-page max-width"> | ||
<div class="row no_padding full_width"> | ||
<div class="col_3"> | ||
<h3>RODA</h3> | ||
<ul> | ||
<li><a href="#theme/Overview.md">Was ist RODA?</a></li> | ||
<li><a href="https://www.roda-community.org/SECURITY.html" target="_blank"> | ||
Support und Sicherheitsrichtlinien | ||
</a></li> | ||
<li><a href="#theme/LICENSE.md">Lizenz</a></li> | ||
<li><a href="#theme/History.md">Geschichte</a></li> | ||
</ul> | ||
</div> | ||
<div class="col_3"> | ||
<h3>Mitwirken</h3> | ||
<ul> | ||
<li><a href="https://github.com/keeps/roda/issues/new" target="_blank">Fehlerbericht</a></li> | ||
|
||
<li><a href="https://www.roda-community.org/documentation/Developers_Guide.html" target="_blank">Entwicklung</a></li> | ||
|
||
<li><a href="https://www.roda-community.org/documentation/Translation_Guide.html" target="_blank"> | ||
Übersetzungen | ||
</a></li> | ||
<li><a href="https://github.com/sponsors/keeps" target="_blank">Förderer</a></li> | ||
</ul> | ||
</div> | ||
<div class="col_3"> | ||
<h3>Kontakt</h3> | ||
<ul> | ||
<li><a href="https://github.com/keeps/roda/discussions" target="_blank">Community</a></li> | ||
<li><a href="http://www.keep.pt/en/produtos/roda/" target="_blank">Kommerzieller Support</a></li> | ||
</ul> | ||
</div> | ||
<div class="col_3 last"> | ||
<ul> | ||
<li><span id="keeps-powered-by">mit Hilfe von</span></li> | ||
<li><a href="https://www.keep.pt" title="KEEP SOLUTIONS website"><img alt="img_alt" id="keeps-logo" src="api/v1/theme?resource_id=keeps.png"></a></li> | ||
<li> | ||
<div id="version" style="margin-bottom: 10px"></div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> |