summaryrefslogtreecommitdiff
path: root/template/pages/wiki_template
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-04-14 01:52:43 +0200
committerChristian Franke <nobody@nowhere.ws>2013-04-14 01:54:39 +0200
commite1b83a85d5f0839821b8d1cda2dbff0276d0fd1d (patch)
treeee10780109dedc230cbf635ea055d6f96bcb8dbc /template/pages/wiki_template
parent2b9614cf774dc26d460dbf0a4fe62e986829ee9f (diff)
Small changes to wiki template
Diffstat (limited to 'template/pages/wiki_template')
-rw-r--r--template/pages/wiki_template/content.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html
index 06ee5e6..344989f 100644
--- a/template/pages/wiki_template/content.html
+++ b/template/pages/wiki_template/content.html
@@ -5,19 +5,20 @@
<TMPL_IF HTML5><nav class="actions"><TMPL_ELSE><div class="actions"></TMPL_IF>
<ul>
<TMPL_IF EDITURL>
-<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
+<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Bearbeiten</a></li>
</TMPL_IF>
<TMPL_IF RECENTCHANGESURL>
-<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
+<li><a href="<TMPL_VAR RECENTCHANGESURL>">Letzte Änderungen</a></li>
</TMPL_IF>
<TMPL_IF HISTORYURL>
-<li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
+<li><a href="<TMPL_VAR HISTORYURL>">Versionsgeschichte</a></li>
</TMPL_IF>
<TMPL_IF GETSOURCEURL>
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
</TMPL_IF>
+<li><a href="https://sublab.org/subdap/">Registrieren</a></li>
<TMPL_IF PREFSURL>
-<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>
+<li><a href="<TMPL_VAR PREFSURL>">Einstellungen</a></li>
</TMPL_IF>
<TMPL_IF ACTIONS>
<TMPL_LOOP ACTIONS>
@@ -152,7 +153,7 @@ License: <TMPL_VAR LICENSE>
</TMPL_IF>
<div class="pagedate">
-Last edited <TMPL_VAR MTIME>
+Zuletzt geändert <TMPL_VAR MTIME>
<!-- Created <TMPL_VAR CTIME> -->
</div>