Index: trunk/extensions/BookManager/PrintVersion.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Internationalisation file for ExpandTemplates extension. |
| 4 | + * Internationalisation file for BookManager extension. |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup Extensions |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'printversion' => 'Print version', |
14 | | - 'printversion-desc' => '[[Special:PrintVersion|Generates a print version of a book.', |
| 14 | + 'printversion-desc' => '[[Special:PrintVersion|Generates a print version of a book', |
15 | 15 | 'printversion-no-book' => 'Please inform the name of a book to get its print version.', |
16 | 16 | 'printversion-inexistent-book' => 'Book not found. Please inform the name of an existing book to get its print version.', |
17 | 17 | ); |
— | — | @@ -22,3 +22,4 @@ |
23 | 23 | 'printversion-no-book' => 'Por favor informe o nome de um livro para obter sua versão para impressão.', |
24 | 24 | 'printversion-inexistent-book' => 'Livro não encontrado. Por favor informe o nome de um livro existente para obter sua versão para impressão.', |
25 | 25 | ); |
| 26 | + |
Index: trunk/extensions/BookManager/BookManager.php |
— | — | @@ -44,6 +44,7 @@ |
45 | 45 | $wgExtensionAliasesFiles['PrintVersion'] = $dir . '/PrintVersion.alias.php'; |
46 | 46 | $wgSpecialPages['PrintVersion'] = 'PrintVersion'; |
47 | 47 | $wgSpecialPageGroups['PrintVersion'] = 'other'; |
| 48 | +$wgExtensionMessagesFiles['BookManager'] = $dir . '/BookManager.i18n.php'; |
48 | 49 | |
49 | 50 | |
50 | 51 | |
— | — | @@ -54,7 +55,7 @@ |
55 | 56 | 'version' => BookManagerCore::VERSION, |
56 | 57 | 'author' => array( 'Raylton P. Sousa', 'Helder.wiki' ), |
57 | 58 | 'url' => 'http://www.mediawiki.org/wiki/Extension:BookManager', |
58 | | - 'description' => 'Tools for books', |
| 59 | + 'descriptionmsg' => 'bookmanager-desc', |
59 | 60 | ); |
60 | 61 | /* Add CSS and JS */ |
61 | 62 | $wgResourceModules['ext.BookManager'] = array( |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -105,6 +105,12 @@ |
106 | 106 | |
107 | 107 | Book Information |
108 | 108 | |
| 109 | +Book Manager |
| 110 | + |
| 111 | +Book Manager - Print Version |
| 112 | +descmsg = printversion-desc |
| 113 | +aliasfile = BookManager/PrintVersion.alias.php |
| 114 | + |
109 | 115 | Bread Crumbs |
110 | 116 | |
111 | 117 | Call |