barisusakli 10 years ago
parent e18ad61ff6
commit 080c54d414

@ -4,9 +4,9 @@
"buttons.close": "Close", "buttons.close": "Close",
"403.title": "Access Denied", "403.title": "Access Denied",
"403.message": "You seem to have stumbled upon a page that you do not have access to.", "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.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.title": "Internal error.",
"500.message": "Oops! Looks like something went wrong!", "500.message": "Oops! Looks like something went wrong!",

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

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