diff options
Diffstat (limited to 'inlinepage.tmpl')
-rw-r--r-- | inlinepage.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inlinepage.tmpl b/inlinepage.tmpl index 37d7e48..8c5800c 100644 --- a/inlinepage.tmpl +++ b/inlinepage.tmpl @@ -32,12 +32,12 @@ <TMPL_IF HTML5><footer class="inlinefooter"><TMPL_ELSE><div class="inlinefooter"></TMPL_IF> <span class="pagedate"> -Posted <TMPL_VAR CTIME> +Leveret <TMPL_VAR CTIME> </span> <TMPL_IF TAGS> <TMPL_IF HTML5><nav class="tags"><TMPL_ELSE><span class="tags"></TMPL_IF> -Tags: +Mærkater: <TMPL_LOOP TAGS> <TMPL_VAR LINK> </TMPL_LOOP> @@ -52,7 +52,7 @@ Tags: <TMPL_IF LICENSE> <div class="pagelicense"> -License: <TMPL_VAR LICENSE> +Licens: <TMPL_VAR LICENSE> </div> </TMPL_IF> @@ -60,7 +60,7 @@ License: <TMPL_VAR LICENSE> <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">Redigér</a></li> </TMPL_IF> <TMPL_IF COMMENTSLINK> <li><TMPL_VAR COMMENTSLINK></li> |