diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:56:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 21:56:29 +0200 |
commit | 4fb9600af4d836e61a341531507380465b715226 (patch) | |
tree | 5923e697613268321fe8da3ad8536cc7b4ef5398 /renamesummary.tmpl | |
parent | 16dcd6d3af047971985cabce68d9e06b4a399fad (diff) | |
parent | be3fe912791f7332374ca231422d3a06b05778e9 (diff) |
Merge branch 'master' into master-da
Conflicts (merged manually):
editpage.tmpl
searchquery.tmpl
Pages translated as part of the merge:
editconflict.tmpl
editcreationconflict.tmpl
editfailedsave.tmpl
editpagegone.tmpl
renamesummary.tmpl
Diffstat (limited to 'renamesummary.tmpl')
-rw-r--r-- | renamesummary.tmpl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/renamesummary.tmpl b/renamesummary.tmpl new file mode 100644 index 0000000..e9e5532 --- /dev/null +++ b/renamesummary.tmpl @@ -0,0 +1,19 @@ +<p> +<b>Succesfuldt omdøbt <TMPL_VAR SRC> til <TMPL_VAR DEST>.</b> +</p> +<p> +<TMPL_IF FIXEDLINKS> +De følgende sider er blevet automatisk ændret for at opdatere deres henvisninger til <TMPL_VAR DEST>: +<ul> +<TMPL_LOOP NAME=FIXEDLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP> +</ul> +</TMPL_IF> +<TMPL_IF BROKENLINKS> +De følgende sider henviser fortsat til <TMPL_VAR SRC>: +<ul> +<TMPL_LOOP NAME=BROKENLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP> +</ul> +<TMPL_ELSE> +Ingen sider har brudte henvisninger til <TMPL_VAR SRC>. +</TMPL_IF> +</p> |