Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -943,6 +943,7 @@ |
944 | 944 | protected $exportPad = 24; |
945 | 945 | |
946 | 946 | function fillBools( &$array ) { |
| 947 | + $array['searchaliases']['ignored'] = true; |
947 | 948 | $array['searchnearmatch']['ignored'] = true; |
948 | 949 | } |
949 | 950 | } |
— | — | @@ -1214,6 +1215,10 @@ |
1215 | 1216 | |
1216 | 1217 | protected $exportStart = '$messages = array('; |
1217 | 1218 | protected $exportEnd = ');'; |
| 1219 | + |
| 1220 | + function fillBools( &$array ) { |
| 1221 | + $array['player-pagetext']['ignored'] = true; |
| 1222 | + } |
1218 | 1223 | } |
1219 | 1224 | |
1220 | 1225 | class ProfileMonitorMessageGroup extends ExtensionMessageGroup { |
— | — | @@ -1347,6 +1352,10 @@ |
1348 | 1353 | |
1349 | 1354 | protected $exportStart = '$messages = array('; |
1350 | 1355 | protected $exportEnd = ');'; |
| 1356 | + |
| 1357 | + function fillBools( &$array ) { |
| 1358 | + $array['smoothgallery-pagetext']['ignored'] = true; |
| 1359 | + } |
1351 | 1360 | } |
1352 | 1361 | |
1353 | 1362 | class SpamBlacklistMessageGroup extends ExtensionMessageGroup { |
— | — | @@ -1398,6 +1407,12 @@ |
1399 | 1408 | |
1400 | 1409 | protected $exportStart = '$messages = array('; |
1401 | 1410 | protected $exportEnd = ');'; |
| 1411 | + |
| 1412 | + function fillBools( &$array ) { |
| 1413 | + $array['talkhere-headtext']['ignored'] = true; |
| 1414 | + $array['talkhere-afterinput']['ignored'] = true; |
| 1415 | + $array['talkhere-afterform']['ignored'] = true; |
| 1416 | + } |
1402 | 1417 | } |
1403 | 1418 | |
1404 | 1419 | class TemplateLinkMessageGroup extends ExtensionMessageGroup { |