--conf option for specifying a different LocalSettings.php. This allows multiple...
[lhc/web/wiklou.git] / maintenance / splitLanguageFiles.inc
index 60f97c2..c250077 100644 (file)
@@ -3,9 +3,9 @@
  * This is an experimental list. It will later be used with a script to split
  * the languages files in several parts then the message system will only load
  * in memory the parts which are actually needed.
- * 
+ *
  * Generated using: grep -r foobar *
- * 
+ *
  * $commonMsg is the default array. Other arrays will only be loaded if needed.
  */
 $installerMsg = array (
@@ -47,7 +47,6 @@ $ActionMsg = array (
        'protectcomment',
        'protectmoveonly',
        'protectpage',
-       'protectreason',
        'protectsub',
        'protectthispage',
        'unprotect',
@@ -967,13 +966,6 @@ $commonMsg = array (
 'specialpages',
 'spheading',
 'restrictedpheading',
-'asksqlpheading',
-'blockpheading',
-'createaccountpheading',
-'deletepheading',
-'userrightspheading',
-'grouprightspheading',
-'siteadminpheading',
 'recentchangeslinked',
 
 
@@ -1172,4 +1164,5 @@ $commonMsg = array (
 'variantname-zh',
 'zhconversiontable',
 'passwordtooshort', // sp preferences / userlogin
+);
 ?>