Rev 63 | Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 63 | Rev 71 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | textdomain("de.pointedears"); |
28 | textdomain("de.pointedears"); |
29 | 29 | ||
30 | /* Translation is looking for in ./LocaleData/de_DE/LC_MESSAGES/de.pointedears.mo now */
|
30 | /* Translation is looking for in ./LocaleData/de_DE/LC_MESSAGES/de.pointedears.mo now */
|
31 | 31 | ||
32 | $menu = array( |
32 | $menu = array( |
33 | 'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'), |
33 | 'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'), |
- | 34 | 'es-matrix' => array( |
|
- | 35 | 'path' => 'es-matrix', |
|
- | 36 | 'text' => 'ES Matrix', |
|
- | 37 | 'title' => 'ECMAScript Support Matrix: ' . _("A comparison of features of ECMAScript implementations") |
|
- | 38 | ), |
|
34 | 'devel' => array('path' => 'devel/', 'text' => _('Other software')), |
39 | 'devel' => array('path' => 'devel/', 'text' => _('Other software')), |
35 | 'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'), |
40 | 'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'), |
36 | 'ufpdb' => array( |
41 | 'ufpdb' => array( |
37 | 'path' => "ufpdb/index.$language", |
42 | 'path' => "ufpdb/index.$language", |
38 | 'text' => 'UFPDB', |
43 | 'text' => 'UFPDB', |
39 | 'title' => _('United Federation of Planets DataBase') |
44 | 'title' => _('United Federation of Planets DataBase') |
40 | )
|
45 | )
|
41 | ); |
46 | ); |
42 | 47 |