Index: trunk/extensions/NSFileRepo/NSFileRepo.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Internationalisation file for DiscussionThreading extension. |
| 4 | + * Internationalisation file for NSFileRepo extension. |
5 | 5 | * |
6 | 6 | * @addtogroup Extensions |
7 | 7 | */ |
— | — | @@ -11,14 +11,13 @@ |
12 | 12 | * @author Jack D. Pond |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | | - 'NSFileRepo-desc' => 'Add threading to talk pages' |
| 15 | + 'nsfilerepo-desc' => 'Provide namespace based features to uploaded files' |
16 | 16 | ); |
17 | 17 | |
18 | 18 | /** Message documentation (Message documentation) |
19 | | - * @author Fryed-peach |
20 | | - * @author Purodha |
| 19 | + * @author Raymond |
21 | 20 | */ |
22 | 21 | $messages['qqq'] = array( |
23 | | - 'NSFileRepo-desc' => 'Provide NameSpace-based features to uploaded files and images.' |
| 22 | + 'nsfilerepo-desc' => 'Short description of this extension, shown in [[Special:Version]]. Do not translate or change links or tag names.' |
24 | 23 | ); |
25 | 24 | |
Index: trunk/extensions/NSFileRepo/NSFileRepo.php |
— | — | @@ -25,10 +25,10 @@ |
26 | 26 | 'path' => __FILE__, |
27 | 27 | 'name' => 'NSFileRepo', |
28 | 28 | 'author' => 'Jack D. Pond', |
29 | | - 'version' => '0.0', |
| 29 | + 'version' => '0.0.1', |
30 | 30 | 'url' => 'http://www.mediawiki.org/wiki/Extension:NSFileRepo', |
31 | | - 'description' => 'Provide NameSpace-based features to uploaded files', |
32 | | - 'descriptionmsg' => 'NSFileRepo-desc' |
| 31 | + 'description' => 'Provide namespace based features to uploaded files', |
| 32 | + 'descriptionmsg' => 'nsfilerepo-desc' |
33 | 33 | ); |
34 | 34 | |
35 | 35 | |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -536,6 +536,8 @@ |
537 | 537 | file = NewUserNotif/NewUserNotif.i18n.php |
538 | 538 | descmsg = newusernotif-desc |
539 | 539 | |
| 540 | +NS File Repo |
| 541 | + |
540 | 542 | Nss MySQL Auth |
541 | 543 | descmsg = nss-desc |
542 | 544 | |