http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84630

Revision: 84630
Author:   purodha
Date:     2011-03-23 20:52:22 +0000 (Wed, 23 Mar 2011)
Log Message:
-----------
Better wording of English message.

Modified Paths:
--------------
    trunk/extensions/BookManager/PrintVersion.i18n.php

Modified: trunk/extensions/BookManager/PrintVersion.i18n.php
===================================================================
--- trunk/extensions/BookManager/PrintVersion.i18n.php  2011-03-23 19:45:45 UTC 
(rev 84629)
+++ trunk/extensions/BookManager/PrintVersion.i18n.php  2011-03-23 20:52:22 UTC 
(rev 84630)
@@ -4,18 +4,25 @@
  *
  * @file
  * @ingroup Extensions
+ * @author Raylton P. Sousa <[email protected]>
  */
 
 $messages = array();
 
+/** English
+ * @author Raylton P. Sousa <[email protected]>
+ * @author Purodha
+ */
 $messages['en'] = array(
        'printversion'                 => 'Print version',
        'printversion-desc'            => 'Generates a 
[[Special:PrintVersion|print version]] of a book',
-       'printversion-no-book'         => 'Please inform the name of a book to 
get its print version.',
-       'printversion-inexistent-book' => 'Book not found. Please inform the 
name of an existing book to get its print version.',
+       'printversion-no-book'         => 'Please enter the name of a book to 
get its print version.',
+       'printversion-inexistent-book' => 'Book not found. Please enter the 
name of an existing book to get its print version.',
 );
 
-/** Portuguese (Português) */
+/** Portuguese (Português)
+ * @author Raylton P. Sousa <[email protected]>
+*/
 $messages['pt'] = array(
        'printversion'                 => 'Versão para impressão',
        'printversion-desc'            => '[[Special:PrintVersion|Gera uma 
versão para impressão de um livro]]',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to