Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | /** |
17 | 17 | * Version number used in extension credits and in other placed where needed. |
18 | 18 | */ |
19 | | -define( 'TRANSLATE_VERSION', '2011-04-13' ); |
| 19 | +define( 'TRANSLATE_VERSION', '2011-04-26' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Extension credits properties. |
— | — | @@ -367,6 +367,7 @@ |
368 | 368 | '/^out-ihris/' => array( 'ihris' ), |
369 | 369 | '/^out-mantis/' => array( 'mantis' ), |
370 | 370 | '/^out-mifos/' => array( 'mifos' ), |
| 371 | + '/^out-nocc/' => array( 'nocc' ), |
371 | 372 | '/^out-okawix/' => array( 'okawix' ), |
372 | 373 | '/^out-openimages/' => array( 'openimages' ), |
373 | 374 | '/^out-osm/' => array( 'osm' ), |