Revision 901
Added by Matthias almost 16 years ago
DE.php | ||
---|---|---|
23 | 23 |
|
24 | 24 |
*/ |
25 | 25 |
|
26 |
//Modulbeschreibung
|
|
26 |
//Modul Description
|
|
27 | 27 |
$module_description = 'Mit diesem Modul können sie eine News Seite ihrer Seite hinzufügen.'; |
28 | 28 |
|
29 |
//Variablen fuer backend Texte
|
|
29 |
//Variables for the backend
|
|
30 | 30 |
$MOD_NEWS['SETTINGS'] = 'News Einstellungen'; |
31 | 31 |
|
32 |
//Variables for the frontend |
|
33 |
$MOD_NEWS['TEXT_READ_MORE'] = 'Weiterlesen'; |
|
34 |
$MOD_NEWS['TEXT_POSTED_BY'] = 'Veröffentlicht von'; |
|
35 |
$MOD_NEWS['TEXT_ON'] = 'am'; |
|
36 |
$MOD_NEWS['TEXT_LAST_CHANGED'] = 'Zuletzt geändert am'; |
|
37 |
$MOD_NEWS['TEXT_AT'] = 'um'; |
|
38 |
$MOD_NEWS['TEXT_BACK'] = 'Zurück'; |
|
39 |
$MOD_NEWS['TEXT_COMMENTS'] = 'Kommentare'; |
|
40 |
$MOD_NEWS['TEXT_COMMENT'] = 'Kommentar'; |
|
41 |
$MOD_NEWS['TEXT_ADD_COMMENT'] = 'Kommentar hinzufügen'; |
|
42 |
$MOD_NEWS['TEXT_BY'] = 'von'; |
|
43 |
|
|
32 | 44 |
?> |
Also available in: Unified diff
made news Modul multilingual, see ticket #676 (some additional translations are needed)