Index: trunk/extensions/FileAttach/FileAttach.i18n.php |
— | — | @@ -13,8 +13,10 @@ |
14 | 14 | * @author Milan Holzapfel |
15 | 15 | */ |
16 | 16 | $messages['en'] = array( |
17 | | - 'fileattach-attachments' => 'File attachments', |
18 | | - 'fileattach-attachfile' => 'Attach file', |
19 | | - 'fileattach-uploadheading' => 'Attach file to $1', |
20 | | - 'fileattach-editcomment' => 'File [[File:$1|$1]] attached', |
| 17 | + 'fileattach-desc' => 'Allows files to be uploaded to the current page', |
| 18 | + 'fileattach-attachments' => 'File attachments', |
| 19 | + 'fileattach-attachfile' => 'Attach file', |
| 20 | + 'fileattach-uploadheading' => 'Attach file to $1', |
| 21 | + 'fileattach-editcomment' => 'File [[File:$1|$1]] attached', |
21 | 22 | ); |
| 23 | + |
Index: trunk/extensions/FileAttach/FileAttach.php |
— | — | @@ -17,9 +17,10 @@ |
18 | 18 | $wgExtensionMessagesFiles['FileAttach'] = "$dir/FileAttach.i18n.php"; |
19 | 19 | $wgExtensionFunctions[] = 'wfSetupFileAttach'; |
20 | 20 | $wgExtensionCredits['other'][] = array( |
| 21 | + 'path' => __FILE__, |
21 | 22 | 'name' => 'FileAttach', |
22 | 23 | 'author' => '[http://www.mediawiki.org/wiki/User:Milan Milan Holzapfel]', |
23 | | - 'description' => 'Allows files to be uploaded to the current article', |
| 24 | + 'descriptionmsg' => 'fileattach-desc', |
24 | 25 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FileAttach', |
25 | 26 | 'version' => FILEATTCH_VERSION |
26 | 27 | ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -454,6 +454,8 @@ |
455 | 455 | |
456 | 456 | FCK editor |
457 | 457 | |
| 458 | +File Attach |
| 459 | + |
458 | 460 | File Page Masking |
459 | 461 | |
460 | 462 | Find Spam |