ToastFreeware
/
philipp
/
winterrodeln
/
mediawiki_extensions
/
wrreport.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Made wrreport compatible with mySql.
[philipp/winterrodeln/mediawiki_extensions/wrreport.git]
/
wrreport.i18n.php
1
<?php
2
$messages = array();
3
$messages['en'] = array(
4
'wrreport' => 'Reports'
5
);
6
$messages['de'] = array(
7
'wrreport' => 'Bahnberichte'
8
);
9
$messages['de-formal'] = array(
10
'wrreport' => 'Bahnberichte'
11
);
12
?>