Skip to content
Snippets Groups Projects
Commit 4c3263af authored by lisps's avatar lisps
Browse files

localize msg

parent 4eb5e174
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ if($DATE_AT) {
if($rev_t === '') {
$REV = '';
} else if ($rev_t === false) {
msg('Seite gab es zu diesem Zeitpunkt noch nicht');
$rev_n = $pagelog->getRelativeRevision($DATE_AT,+1);
msg(sprintf($lang['page_nonexist_rev'], $DATE_AT,$rev_n));
$REV = $DATE_AT;
} else {
$REV = $rev_t;
......
......@@ -365,4 +365,5 @@ $lang['currentns'] = 'Current namespace';
$lang['searchresult'] = 'Search Result';
$lang['plainhtml'] = 'Plain HTML';
$lang['wikimarkup'] = 'Wiki Markup';
$lang['page_nonexist_rev'] = "Page has not existed with revision %d, try %d";
//Setup VIM: ex: et ts=2 :
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment