#1569: MediaWiki plugin localization
--------------------------------------------+-------------------------------
  Reporter:  B_aniaczek                     |       Owner:         
      Type:  New Feature                    |      Status:  new    
  Priority:  Normal                         |   Milestone:         
 Component:  Project : MediaWiki+FCKeditor  |     Version:         
Resolution:                                 |    Keywords:  Review-
--------------------------------------------+-------------------------------
Changes (by wwalc):

  * keywords:  Review? => Review-


Comment:

 Still needs some correction.

 1. plugins/mediawiki/dialogs/image.html, link.html

 In
 {{{
 SetSearchMessage( results.length + ' ' + (FCKLang.wikiLnkSearchSeveral ||
 '%1 articles found').replace( /%1/g, results.length ) ) ;
 }}}

 this should be probably removed:
 {{{
 results.length + ' ' +
 }}}

 because %1 wildcard is replaced with results.length.

 2. plugins/mediawiki/dialogs/image.html

 {{{ SetSearchMessage( 'no images found' ) ; }}}
 is not translated

 3. plugins/mediawiki/lang/en.js

 translations are repeated

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1569#comment:8>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to