This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WSArrays.i18n.php
109 lines (85 loc) · 3.3 KB
/
WSArrays.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?php
/**
* WSArrays - Associative and multidimensional arrays for MediaWiki.
* Copyright (C) 2019 Marijn van Wezel
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**
* @license GPL-2.0-or-later
* @author Marijn van Wezel (xxmarijnw)
*/
$magicWords = [];
/** English
* @author Marijn van Wezel (xxmarijnw)
*/
$magicWords['en'] = [
'complexarraydefine' => [ 0, 'complexarraydefine' ],
'cadefine' => [ 0, 'cadefine' ],
'complexarrayprint' => [ 0, 'complexarrayprint' ],
'caprint' => [ 0, 'caprint' ],
'complexarraysize' => [ 0, 'complexarraysize' ],
'casize' => [ 0, 'casize' ],
'complexarraysearch' => [ 0, 'complexarraysearch' ],
'casearch' => [ 0, 'casearch' ],
'complexarraysearcharray' => [ 0, 'complexarraysearcharray' ],
'casearcharray' => [ 0, 'casearcharray' ],
'casearcha' => [ 0, 'casearcha' ],
'complexarrayaddvalue' => [ 0, 'complexarrayaddvalue' ],
'caaddvalue' => [ 0, 'caaddvalue' ],
'caadd' => [ 0, 'caadd' ],
'caaddv' => [ 0, 'caaddv' ],
'caset' => [ 0, 'caset' ],
'complexarrayslice' => [ 0, 'complexarrayslice' ],
'caslice' => [ 0, 'caslice' ],
'complexarrayunique' => [ 0, 'complexarrayunique' ],
'caunique' => [ 0, 'caunique' ],
'complexarrayreset' => [ 0, 'complexarrayreset' ],
'careset' => [ 0, 'careset' ],
'caclear' => [ 0, 'caclear' ],
'complexarraymerge' => [ 0, 'complexarraymerge' ],
'camerge' => [ 0, 'camerge' ],
'complexarraysort' => [ 0, 'complexarraysort' ],
'casort' => [ 0, 'casort' ],
'complexarraymaptemplate' => [ 0, 'complexarraymaptemplate' ],
'camaptemplate' => [ 0, 'camaptemplate' ],
'camapt' => [ 0, 'camapt' ],
'catemplate' => [ 0, 'catemplate' ],
'complexarraypushvalue' => [ 0, 'complexarraypushvalue' ],
'complexarraypush' => [ 0, 'complexarraypush' ],
'capush' => [ 0, 'capush' ],
'complexarrayextract' => [ 0, 'complexarrayextract' ],
'caextract' => [ 0, 'caextract' ],
'complexarraypusharray' => [ 0, 'complexarraypusharray' ],
'capusharray' => [ 0, 'capusharray' ],
'complexarraymap' => [ 0, 'complexarraymap' ],
'camap' => [ 0, 'camap' ],
'complexarrayarraymap' => [ 0, 'complexarrayarraymap' ],
'caamap' => [ 0, 'caamap' ],
'camapa' => [ 0, 'camapa' ],
'complexarraydefinedarrays' => [ 0, 'complexarraydefinedarrays' ],
'cadefinedarrays' => [ 0, 'cadefinedarrays' ],
'cadefined' => [ 0, 'cadefined' ],
'cad' => [ 0, 'cad' ],
'complexarrayparent' => [ 0, 'complexarrayparent' ],
'caparent' => [ 0, 'caparent' ],
'capapa' => [ 0, 'capapa' ],
'camama' => [ 0, 'camama' ],
'complexarrayunset' => [ 0, 'complexarrayunset' ],
'caunset' => [ 0, 'caunset' ],
'caremove' => [ 0, 'caremove' ],
'complexarraydiff' => [ 0, 'complexarraydiff' ],
'cadiff' => [ 0, 'cadiff' ]
];