https://bugzilla.wikimedia.org/show_bug.cgi?id=23705
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #15 from JeLuF <[email protected]> 2010-06-02 05:48:59 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 815) +++ InitialiseSettings.php (working copy) @@ -3531,7 +3531,21 @@ 102 => 'Progetto', 103 => 'Discussioni_progetto', ), - 'jawiki' => array( 100 => 'Portal', 101 => 'Portal・トーク' ), + 'jawiki' => array( + NS_TALK => "ノート", + NS_USER_TALK => "利用者‐会話", + NS_PROJECT_TALK => "Wikipedia‐ノート", + NS_FILE_TALK => "ファイル‐ノート", + NS_MEDIAWIKI_TALK => "MediaWiki‐ノート", + NS_TEMPLATE => "Template", + NS_TEMPLATE_TALK => "Template‐ノート", + NS_HELP => "Help", + NS_HELP_TALK => "Help‐ノート", + NS_CATEGORY => "Category", + NS_CATEGORY_TALK => "Category‐ノート", + 100 => 'Portal', + 101 => 'Portal‐ノート' + ), 'kawiki' => array( 100 => 'პორტალი', 101 => 'პორტალი_განხილვა', -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
