-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMonaco.i18n.php
51 lines (46 loc) · 1.65 KB
/
Monaco.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
47
48
49
50
51
<?php
/**
* Internationalisation file for skin Monaco.
*
* @file
* @ingroup Extensions
*/
$messages = array();
/** English
* @author Daniel Friesen
*/
$messages['en'] = array(
'monaco-desc' => "Wikia's Monaco theme, ported for use in MediaWiki.",
'dynamic-links' => "
You can add dynamic link ids to monaco using this message, add a new id on each line
(you can use a * at the start like in sidebar and monaco-sidebar to make this a list)
Lines starting with a space will be treated as a comment.
After adding a new id to the list you can use the 'dynamic-links-<id>' message
to customize the text of the link and 'dynamic-links-<id>-url' message with the name
of a page title on the wiki for the dynamic link to link to.
",
'dynamic-links-write-article' => "Create a new article",
'dynamic-links-write-article-url' => '-',
'dynamic-links-add-image' => "Upload a new image",
'monaco-sidebar' => "
* mainpage|mainpage-description
* randompage-url|randompage
* portal-url|community
** portal-url|portal
** currentevents-url|currentevents",
'monaco-toolbox' => "
recentchanges-url|recentchanges
randompage-url|randompage
specialpages-url|specialpages
helppage|help",
'community' => "Community",
'specialpages-url' => "Special:SpecialPages",
'monaco-footer-improve' => 'Improve {{SITENAME}} by $1',
'monaco-footer-improve-linktext' => 'editing this page',
'monaco-footer-lastedit' => '$1 made an edit on $2',
'viewrandompage' => "View random page",
'masthead-anonymous-user' => "Anonymous user",
# These messages don't look right with their content_actions defaults
'monaco-tab-edit' => "Edit this page",
'monaco-tab-addsection' => "Leave message",
);