-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rainbow.i18n.php
46 lines (42 loc) · 1.2 KB
/
Rainbow.i18n.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
/**
* Internationalization file for skin Rainbow.
*
* @file
* @ingroup Skins
*/
$messages = array();
/** English
* @author Robert Vogel
*/
$messages['en'] = array(
'skinname-rainbow' => 'Rainbow',
'rainbow-desc' => 'Very colorful skin',
'rainbow-jsmessage' => 'JS Message',
'rainbow-newtalk'=> 'User messages',
'rainbow-sitenotice' => 'Site notice',
'rainbow-sitename' => 'Site name',
'rainbow-title' => 'Page title',
'rainbow-content' => 'Page content',
'rainbow-tagline' => 'Page tagline',
'rainbow-subtitle' => 'Page subtitle',
'rainbow-undelete' => 'Page undelete',
'rainbow-bodytext' => 'Page bodytext',
'rainbow-catlinks' => 'Page catlinks',
'rainbow-dataAfterContent' => 'Page data after content (Extensions)',
'rainbow-personaltools' => 'Personal tools',
'rainbow-contentnavigation' => 'Content navigation',
'rainbow-sidebar' => 'Sidebar',
'rainbow-languageurls' => 'Language URLs',
'rainbow-toolbox' => 'Toolbox',
'rainbow-search' => 'Search',
'rainbow-footer' => 'Footer',
'rainbow-wikitextmsg' => 'Hello [[User:$1|$1]]!',
);
/** German
* @author Robert Vogel
*/
$messages['de'] = array(
'skinname-rainbow' => 'Rainbow',
'rainbow-desc' => 'Ein sehr farbenfroher Skin',
);