Localization:
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 23 Jan 2009 08:53:41 +0000 (08:53 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 23 Jan 2009 08:53:41 +0000 (08:53 +0000)
* Moving language-link-title to the bottom of the localization files, since it is not really the sidebar, and since the comment above the message 'sidebar' is not relevant for the other languages.
* Update for he.

languages/messages/MessagesEn.php
languages/messages/MessagesHe.php
maintenance/language/messages.inc

index 508de1c..991a9a8 100644 (file)
@@ -473,7 +473,7 @@ future releases. Also note that since each list value is wrapped in a unique
 XHTML id it should only appear once and include characters that are legal
 XHTML id names.
 */
-'sidebar'             => '
+'sidebar' => '
 * navigation
 ** mainpage|mainpage-description
 ** portal-url|portal
@@ -484,7 +484,6 @@ XHTML id names.
 * SEARCH
 * TOOLBOX
 * LANGUAGES', # do not translate or duplicate this message to other languages
-'language-link-title' => '$1 version',
 
 # User preference toggles
 'tog-underline'               => 'Underline links:',
@@ -3791,4 +3790,8 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 #Lines beginning with # are treated as comments
 
 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
+
+# Language links
+'language-link-title' => '$1 version',
+
 );
index 845203f..cf4d769 100644 (file)
@@ -3218,4 +3218,7 @@ $1
 
 #נא לכתוב את כל הביטויים הרגולריים מעל שורה זו. נא להשאיר שורה זו בדיוק כפי שהיא</pre>',
 
+# Language links
+'language-link-title' => 'גרסה בשפה $1',
+
 );
index 00815fc..8c3f108 100644 (file)
@@ -10,7 +10,6 @@
 $wgMessageStructure = array(
        'sidebar' => array(
                'sidebar',
-               'language-link-title',
        ),
        'toggles' => array(
                'tog-underline',
@@ -2890,6 +2889,9 @@ $wgMessageStructure = array(
        'external_images' => array(
                'external_image_whitelist',
        ),
+       'language-links' => array(
+               'language-link-title',
+       ),
 );
 
 /** Comments for each block */
@@ -3086,6 +3088,7 @@ Variants for Chinese language",
        'special-specialpages'  => 'Special:SpecialPages',
        'special-blank'         => 'Special:BlankPage',
        'external_images'       => 'External image whitelist',
+       'language-links'        => 'Language links',
 );
 
 /** Short comments for standalone messages */