Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 63 → Rev 71

/trunk/global.php
30,10 → 30,15
/* Translation is looking for in ./LocaleData/de_DE/LC_MESSAGES/de.pointedears.mo now */
 
$menu = array(
'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'),
'devel' => array('path' => 'devel/', 'text' => _('Other software')),
'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'),
'ufpdb' => array(
'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'),
'es-matrix' => array(
'path' => 'es-matrix',
'text' => 'ES Matrix',
'title' => 'ECMAScript Support Matrix: ' . _("A comparison of features of ECMAScript implementations")
),
'devel' => array('path' => 'devel/', 'text' => _('Other software')),
'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'),
'ufpdb' => array(
'path' => "ufpdb/index.$language",
'text' => 'UFPDB',
'title' => _('United Federation of Planets DataBase')