Revision 901
Added by Matthias almost 16 years ago
EN.php | ||
---|---|---|
26 | 26 |
//Modul Description |
27 | 27 |
$module_description = 'This page type is designed for making a news page.'; |
28 | 28 |
|
29 |
//Variables for the backend
|
|
29 |
//Variables for the backend |
|
30 | 30 |
$MOD_NEWS['SETTINGS'] = 'News Settings'; |
31 | 31 |
|
32 |
//Variables for the frontend |
|
33 |
$MOD_NEWS['TEXT_READ_MORE'] = 'Read More'; |
|
34 |
$MOD_NEWS['TEXT_POSTED_BY'] = 'Posted by'; |
|
35 |
$MOD_NEWS['TEXT_ON'] = 'on'; |
|
36 |
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Last changed'; |
|
37 |
$MOD_NEWS['TEXT_AT'] = 'at'; |
|
38 |
$MOD_NEWS['TEXT_BACK'] = 'Back'; |
|
39 |
$MOD_NEWS['TEXT_COMMENTS'] = 'Comments'; |
|
40 |
$MOD_NEWS['TEXT_COMMENT'] = 'Comment'; |
|
41 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Add Comment'; |
|
42 |
$MOD_NEWS['TEXT_BY'] = 'By'; |
|
43 |
|
|
32 | 44 |
?> |
Also available in: Unified diff
made news Modul multilingual, see ticket #676 (some additional translations are needed)