Index: trunk/extensions/BookManager/PrintVersion.i18n.php |
— | — | @@ -4,18 +4,25 @@ |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
| 8 | + * @author Raylton P. Sousa <raylton.sousa@gmail.com> |
8 | 9 | */ |
9 | 10 | |
10 | 11 | $messages = array(); |
11 | 12 | |
| 13 | +/** English |
| 14 | + * @author Raylton P. Sousa <raylton.sousa@gmail.com> |
| 15 | + * @author Purodha |
| 16 | + */ |
12 | 17 | $messages['en'] = array( |
13 | 18 | 'printversion' => 'Print version', |
14 | 19 | '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.', |
17 | 22 | ); |
18 | 23 | |
19 | | -/** Portuguese (Português) */ |
| 24 | +/** Portuguese (Português) |
| 25 | + * @author Raylton P. Sousa <raylton.sousa@gmail.com> |
| 26 | +*/ |
20 | 27 | $messages['pt'] = array( |
21 | 28 | 'printversion' => 'Versão para impressão', |
22 | 29 | 'printversion-desc' => '[[Special:PrintVersion|Gera uma versão para impressão de um livro]]', |