r84630 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84629‎ | r84630 | r84631 >
Date:20:52, 23 March 2011
Author:purodha
Status:deferred
Tags:
Comment:
Better wording of English message.
Modified paths:
  • /trunk/extensions/BookManager/PrintVersion.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/BookManager/PrintVersion.i18n.php
@@ -4,18 +4,25 @@
55 *
66 * @file
77 * @ingroup Extensions
 8+ * @author Raylton P. Sousa <raylton.sousa@gmail.com>
89 */
910
1011 $messages = array();
1112
 13+/** English
 14+ * @author Raylton P. Sousa <raylton.sousa@gmail.com>
 15+ * @author Purodha
 16+ */
1217 $messages['en'] = array(
1318 'printversion' => 'Print version',
1419 'printversion-desc' => 'Generates a [[Special:PrintVersion|print version]] of a book',
15 - 'printversion-no-book' => 'Please inform the name of a book to get its print version.',
16 - 'printversion-inexistent-book' => 'Book not found. Please inform the name of an existing book to get its print version.',
 20+ 'printversion-no-book' => 'Please enter the name of a book to get its print version.',
 21+ 'printversion-inexistent-book' => 'Book not found. Please enter the name of an existing book to get its print version.',
1722 );
1823
19 -/** Portuguese (Português) */
 24+/** Portuguese (Português)
 25+ * @author Raylton P. Sousa <raylton.sousa@gmail.com>
 26+*/
2027 $messages['pt'] = array(
2128 'printversion' => 'Versão para impressão',
2229 'printversion-desc' => '[[Special:PrintVersion|Gera uma versão para impressão de um livro]]',

Status & tagging log