barisusakli 10 years ago
parent e18ad61ff6
commit 080c54d414

@ -4,9 +4,9 @@
"buttons.close": "Close",
"403.title": "Access Denied",
"403.message": "You seem to have stumbled upon a page that you do not have access to.",
"403.login": "Perhaps you should <a href='/login'>try logging in</a>?",
"403.login": "Perhaps you should <a href='%1/login'>try logging in</a>?",
"404.title": "Not Found",
"404.message": "You seem to have stumbled upon a page that does not exist. Return to the <a href='/'>home page</a>.",
"404.message": "You seem to have stumbled upon a page that does not exist. Return to the <a href='%1/'>home page</a>.",
"500.title": "Internal error.",
"500.message": "Oops! Looks like something went wrong!",

@ -7,6 +7,6 @@
<!-- ENDIF error -->
<!-- IF !loggedIn -->
<p>[[global:403.login]]</p>
<p>[[global:403.login, {relative_path}]]</p>
<!-- ENDIF !loggedIn -->
</div>

@ -3,6 +3,6 @@
<!-- IF error -->
<p>{error}</p>
<!-- ELSE -->
<p>[[global:404.message]]</p>
<p>[[global:404.message, {relative_path}]]</p>
<!-- ENDIF error -->
</div>
Loading…
Cancel
Save