Changeset 1833
- Timestamp:
- 03/28/08 12:22:59 (5 years ago)
- Location:
- MediaWiki/trunk
- Files:
-
- 11 added
- 3 edited
-
FCKeditor.body.php (modified) (1 diff)
-
FCKeditor.i18n.ar.php (added)
-
FCKeditor.i18n.de.php (added)
-
FCKeditor.i18n.en.php (modified) (1 diff)
-
FCKeditor.i18n.fr.php (added)
-
FCKeditor.i18n.gl.php (added)
-
FCKeditor.i18n.hsb.php (added)
-
FCKeditor.i18n.nl.php (added)
-
FCKeditor.i18n.no.php (added)
-
FCKeditor.i18n.oc.php (added)
-
FCKeditor.i18n.pl.php (modified) (1 diff)
-
FCKeditor.i18n.pms.php (added)
-
FCKeditor.i18n.pt.php (added)
-
FCKeditor.i18n.sk.php (added)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/FCKeditor.body.php
r1665 r1833 175 175 } 176 176 177 $wgMessageCache->addMessages( $ allMessages, $lang );177 $wgMessageCache->addMessages( $messages, $lang ); 178 178 self::$messagesLoaded = true; 179 179 } -
MediaWiki/trunk/FCKeditor.i18n.en.php
r1660 r1833 1 1 <?php 2 2 3 $ allMessages = array(3 $messages = array( 4 4 'textrichditor' => 'Rich Editor', 5 'tog-riched_disable' => ' Rich Editor: disable globally',6 'tog-riched_disable_ns_main' => ' Rich Editor: disablewithin the main namespace',7 'tog-riched_disable_ns_talk' => ' Rich Editor: disablewithin the "{{ns:Talk}}" namespace',8 'tog-riched_disable_ns_user' => ' Rich Editor: disablewithin the "{{ns:User}}" namespace',9 'tog-riched_disable_ns_user_talk' => ' Rich Editor: disablewithin the "{{ns:User_talk}}" namespace',10 'tog-riched_disable_ns_project' => ' Rich Editor: disablewithin the "{{ns:Project}}" namespace',11 'tog-riched_disable_ns_project_talk' => ' Rich Editor: disablewithin the "{{ns:Project_talk}}" namespace',12 'tog-riched_disable_ns_image' => ' Rich Editor: disablewithin the "{{ns:Image}}" namespace',13 'tog-riched_disable_ns_image_talk' => ' Rich Editor: disablewithin the "{{ns:Image_talk}}" namespace',14 'tog-riched_disable_ns_mediawiki' => ' Rich Editor: disablewithin the "{{ns:MediaWiki}}" namespace',15 'tog-riched_disable_ns_mediawiki_talk' => ' Rich Editor: disablewithin the "{{ns:MediaWiki_talk}}" namespace',16 'tog-riched_disable_ns_template' => ' Rich Editor: disablewithin the "{{ns:Template}}" namespace',17 'tog-riched_disable_ns_template_talk' => ' Rich Editor: disablewithin the "{{ns:Template_talk}}" namespace',18 'tog-riched_disable_ns_help' => ' Rich Editor: disablewithin the "{{ns:Help}}" namespace',19 'tog-riched_disable_ns_help_talk' => ' Rich Editor: disablewithin the "{{ns:Help_talk}}" namespace',20 'tog-riched_disable_ns_category' => ' Rich Editor: disablewithin the "{{ns:Category}}" namespace',21 'tog-riched_disable_ns_category_talk' => ' Rich Editor: disablewithin the "{{ns:Category_talk}}" namespace',5 'tog-riched_disable' => 'Disable rich editor', 6 'tog-riched_disable_ns_main' => 'Disable rich editor within the main namespace', 7 'tog-riched_disable_ns_talk' => 'Disable rich editor within the "{{ns:Talk}}" namespace', 8 'tog-riched_disable_ns_user' => 'Disable rich editor within the "{{ns:User}}" namespace', 9 'tog-riched_disable_ns_user_talk' => 'Disable rich editor within the "{{ns:User_talk}}" namespace', 10 'tog-riched_disable_ns_project' => 'Disable rich editor within the "{{ns:Project}}" namespace', 11 'tog-riched_disable_ns_project_talk' => 'Disable rich editor within the "{{ns:Project_talk}}" namespace', 12 'tog-riched_disable_ns_image' => 'Disable rich editor within the "{{ns:Image}}" namespace', 13 'tog-riched_disable_ns_image_talk' => 'Disable rich editor within the "{{ns:Image_talk}}" namespace', 14 'tog-riched_disable_ns_mediawiki' => 'Disable rich editor within the "{{ns:MediaWiki}}" namespace', 15 'tog-riched_disable_ns_mediawiki_talk' => 'Disable rich editor within the "{{ns:MediaWiki_talk}}" namespace', 16 'tog-riched_disable_ns_template' => 'Disable rich editor within the "{{ns:Template}}" namespace', 17 'tog-riched_disable_ns_template_talk' => 'Disable rich editor within the "{{ns:Template_talk}}" namespace', 18 'tog-riched_disable_ns_help' => 'Disable rich editor within the "{{ns:Help}}" namespace', 19 'tog-riched_disable_ns_help_talk' => 'Disable rich editor within the "{{ns:Help_talk}}" namespace', 20 'tog-riched_disable_ns_category' => 'Disable rich editor within the "{{ns:Category}}" namespace', 21 'tog-riched_disable_ns_category_talk' => 'Disable rich editor within the "{{ns:Category_talk}}" namespace', 22 22 ); -
MediaWiki/trunk/FCKeditor.i18n.pl.php
r1660 r1833 1 1 <?php 2 2 3 $ allMessages = array(3 $messages = array( 4 4 'textrichditor' => 'Rich Editor', 5 5 'tog-riched_disable' => 'Wyłącz Rich Editora',
Note: See TracChangeset
for help on using the changeset viewer.
