Index: trunk/extensions/FCKeditor/FCKeditor.i18n.ar.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -$allMessages = array( |
| 3 | +$messages = array( |
4 | 4 | 'textrichditor' => 'محرر متقدم', |
5 | 5 | 'tog-riched_disable' => 'عطل المحرر المتقدم', |
6 | 6 | 'tog-riched_disable_ns_main' => 'عطل المحرر المتقدم في النطاق الرئيسي', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.en.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => 'Rich Editor', |
6 | 6 | 'tog-riched_disable' => 'Disable rich editor', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Disable rich editor within the main namespace', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.gl.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => 'Editor Rico', |
6 | 6 | 'tog-riched_disable' => 'Desactivar o editor rico', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Desactivar o editor rico no espazo de nomes principal', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.fr.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => '\'\'Rich Editor\'\'', |
6 | 6 | 'tog-riched_disable' => 'Désactiver \'\'Rich Editor\'\'', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Désactiver \'\'Rich Editor\'\' dans l\'espace de noms principal.', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.nl.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => 'Uitgebreide editor', |
6 | 6 | 'tog-riched_disable' => 'Uitgebreide editor uitschakelen', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Uitgebreide editor uitschakelen binnen de hoofdnaamruimte', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.pl.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => 'Rich Editor', |
6 | 6 | 'tog-riched_disable' => 'Wyłącz Rich Editora', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Wyłącz Rich Editora wewątrz głównej przestrzeni nazw', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.hsb.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => 'Rich editor', |
6 | 6 | 'tog-riched_disable' => 'Rich editor deaktiwizować', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Rich editor znutřka hłowneho mjenoweho ruma deaktiwizować', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.no.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -$allMessages = array( |
| 3 | +$messages = array( |
4 | 4 | 'textrichditor' => 'Rik tekstredigering', |
5 | 5 | 'tog-riched_disable' => 'Slå av rik tekstredigering', |
6 | 6 | 'tog-riched_disable_ns_main' => 'Slå av rik tekstredigering i hovednavnerommet', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.sk.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -$allMessages = array( |
| 3 | +$messages = array( |
4 | 4 | 'textrichditor' => 'Editor formátovaného textu', |
5 | 5 | 'tog-riched_disable' => 'Vypnúť editor formátovaného textu', |
6 | 6 | 'tog-riched_disable_ns_main' => 'Vypnúť editor formátovaného textu v hlavnom mennom priestore', |
Index: trunk/extensions/FCKeditor/FCKeditor.body.php |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | require( dirname( __FILE__ ) . DIRECTORY_SEPARATOR .'FCKeditor.i18n.en.php' ); |
126 | 126 | } |
127 | 127 | |
128 | | - $wgMessageCache->addMessages( $allMessages, $lang ); |
| 128 | + $wgMessageCache->addMessages( $messages, $lang ); |
129 | 129 | self::$messagesLoaded = true; |
130 | 130 | } |
131 | 131 | |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.pt.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -$allMessages = array( |
| 3 | +$messages = array( |
4 | 4 | 'textrichditor' => 'Editor Rico', |
5 | 5 | 'tog-riched_disable' => 'Desactivar editor rico', |
6 | 6 | 'tog-riched_disable_ns_main' => 'Desactivar editor rico no espaço nominal principal', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.pms.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => 'Editor svicio', |
6 | 6 | 'tog-riched_disable' => 'Disabilité l\'editor svicio', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Disabilité l\'editor svicio ant lë spassi nominal prinsipal', |
Index: trunk/extensions/FCKeditor/FCKeditor.i18n.oc.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$allMessages = array( |
| 4 | +$messages = array( |
5 | 5 | 'textrichditor' => '\'\'Rich Editor\'\'', |
6 | 6 | 'tog-riched_disable' => 'Desactivar \'\'Rich Editor\'\'', |
7 | 7 | 'tog-riched_disable_ns_main' => 'Desactivar \'\'Rich Editor\'\' dins l\'espaci de noms principal.', |