Index: trunk/extensions/ProfileMonitor/ProfileMonitor.alias.php |
— | — | @@ -10,95 +10,95 @@ |
11 | 11 | |
12 | 12 | /** English (English) */ |
13 | 13 | $specialPageAliases['en'] = array( |
14 | | - 'ProfileMonitor' => array( 'ProfileMonitor' ), |
| 14 | + 'Profiling' => array( 'Profiling', 'ProfileMonitor' ), |
15 | 15 | ); |
16 | 16 | |
17 | 17 | /** Arabic (العربية) */ |
18 | 18 | $specialPageAliases['ar'] = array( |
19 | | - 'ProfileMonitor' => array( 'مراقب_الملف' ), |
| 19 | + 'Profiling' => array( 'مراقب_الملف' ), |
20 | 20 | ); |
21 | 21 | |
22 | 22 | /** Egyptian Spoken Arabic (مصرى) */ |
23 | 23 | $specialPageAliases['arz'] = array( |
24 | | - 'ProfileMonitor' => array( 'مراقب_الپروفايل' ), |
| 24 | + 'Profiling' => array( 'مراقب_الپروفايل' ), |
25 | 25 | ); |
26 | 26 | |
27 | 27 | /** German (Deutsch) */ |
28 | 28 | $specialPageAliases['de'] = array( |
29 | | - 'ProfileMonitor' => array( 'Profilmonitor' ), |
| 29 | + 'Profiling' => array( 'Profilmonitor' ), |
30 | 30 | ); |
31 | 31 | |
32 | 32 | /** Lower Sorbian (Dolnoserbski) */ |
33 | 33 | $specialPageAliases['dsb'] = array( |
34 | | - 'ProfileMonitor' => array( 'Profiklowy monitor' ), |
| 34 | + 'Profiling' => array( 'Profiklowy monitor' ), |
35 | 35 | ); |
36 | 36 | |
37 | 37 | /** Persian (فارسی) */ |
38 | 38 | $specialPageAliases['fa'] = array( |
39 | | - 'ProfileMonitor' => array( 'نمایشگر_پروفایل' ), |
| 39 | + 'Profiling' => array( 'نمایشگر_پروفایل' ), |
40 | 40 | ); |
41 | 41 | |
42 | 42 | /** Upper Sorbian (Hornjoserbsce) */ |
43 | 43 | $specialPageAliases['hsb'] = array( |
44 | | - 'ProfileMonitor' => array( 'Profilowy monitor' ), |
| 44 | + 'Profiling' => array( 'Profilowy monitor' ), |
45 | 45 | ); |
46 | 46 | |
47 | 47 | /** Haitian (Kreyòl ayisyen) */ |
48 | 48 | $specialPageAliases['ht'] = array( |
49 | | - 'ProfileMonitor' => array( 'MonitèProfil' ), |
| 49 | + 'Profiling' => array( 'MonitèProfil' ), |
50 | 50 | ); |
51 | 51 | |
52 | 52 | /** Interlingua (Interlingua) */ |
53 | 53 | $specialPageAliases['ia'] = array( |
54 | | - 'ProfileMonitor' => array( 'Analyse_de_rendimento' ), |
| 54 | + 'Profiling' => array( 'Analyse_de_rendimento' ), |
55 | 55 | ); |
56 | 56 | |
57 | 57 | /** Indonesian (Bahasa Indonesia) */ |
58 | 58 | $specialPageAliases['id'] = array( |
59 | | - 'ProfileMonitor' => array( 'Monitor_profil', 'MonitorProfil' ), |
| 59 | + 'Profiling' => array( 'Monitor_profil', 'MonitorProfil' ), |
60 | 60 | ); |
61 | 61 | |
62 | 62 | /** Japanese (日本語) */ |
63 | 63 | $specialPageAliases['ja'] = array( |
64 | | - 'ProfileMonitor' => array( 'プロファイリングデータ', 'プロファイルモニター', 'プロファイルモニタ' ), |
| 64 | + 'Profiling' => array( 'プロファイリングデータ', 'プロファイルモニター', 'プロファイルモニタ' ), |
65 | 65 | ); |
66 | 66 | |
67 | 67 | /** Macedonian (Македонски) */ |
68 | 68 | $specialPageAliases['mk'] = array( |
69 | | - 'ProfileMonitor' => array( 'НадзорНаПрофили' ), |
| 69 | + 'Profiling' => array( 'НадзорНаПрофили' ), |
70 | 70 | ); |
71 | 71 | |
72 | 72 | /** Norwegian Bokmål (Norsk (bokmål)) */ |
73 | 73 | $specialPageAliases['nb'] = array( |
74 | | - 'ProfileMonitor' => array( 'Profilmonitor' ), |
| 74 | + 'Profiling' => array( 'Profilmonitor' ), |
75 | 75 | ); |
76 | 76 | |
77 | 77 | /** Nedersaksisch (Nedersaksisch) */ |
78 | 78 | $specialPageAliases['nds-nl'] = array( |
79 | | - 'ProfileMonitor' => array( 'Profielkiekscharm' ), |
| 79 | + 'Profiling' => array( 'Profielkiekscharm' ), |
80 | 80 | ); |
81 | 81 | |
82 | 82 | /** Dutch (Nederlands) */ |
83 | 83 | $specialPageAliases['nl'] = array( |
84 | | - 'ProfileMonitor' => array( 'ProfilingMonitor' ), |
| 84 | + 'Profiling' => array( 'ProfilingMonitor' ), |
85 | 85 | ); |
86 | 86 | |
87 | 87 | /** Sanskrit (संस्कृतम्) */ |
88 | 88 | $specialPageAliases['sa'] = array( |
89 | | - 'ProfileMonitor' => array( 'व्यक्तिविवरणावेक्षते' ), |
| 89 | + 'Profiling' => array( 'व्यक्तिविवरणावेक्षते' ), |
90 | 90 | ); |
91 | 91 | |
92 | 92 | /** Slovak (Slovenčina) */ |
93 | 93 | $specialPageAliases['sk'] = array( |
94 | | - 'ProfileMonitor' => array( 'MonitorProfilu' ), |
| 94 | + 'Profiling' => array( 'MonitorProfilu' ), |
95 | 95 | ); |
96 | 96 | |
97 | 97 | /** Tagalog (Tagalog) */ |
98 | 98 | $specialPageAliases['tl'] = array( |
99 | | - 'ProfileMonitor' => array( 'Tagapagmatyag ng talaan ng katangian' ), |
| 99 | + 'Profiling' => array( 'Tagapagmatyag ng talaan ng katangian' ), |
100 | 100 | ); |
101 | 101 | |
102 | 102 | /** Turkish (Türkçe) */ |
103 | 103 | $specialPageAliases['tr'] = array( |
104 | | - 'ProfileMonitor' => array( 'ProfilMonitörü' ), |
105 | | -); |
\ No newline at end of file |
| 104 | + 'Profiling' => array( 'ProfilMonitörü' ), |
| 105 | +); |