Index: trunk/extensions/Vote/Vote.i18n.php |
— | — | @@ -9,11 +9,12 @@ |
10 | 10 | |
11 | 11 | $messages = array(); |
12 | 12 | |
13 | | -/* English |
| 13 | +/** English |
14 | 14 | * @author Rob Church |
15 | 15 | */ |
16 | 16 | $messages['en'] = array( |
17 | 17 | 'vote' => 'Vote', |
| 18 | + 'vote-desc' => 'Provides simple polling capabilities', |
18 | 19 | 'vote-header' => "You can vote for '''Supreme Overlord of the World''' here!", |
19 | 20 | 'vote-current' => "Your current vote is for '''$1'''.", |
20 | 21 | 'vote-legend' => 'Place or amend vote', |
Index: trunk/extensions/Vote/Vote.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | 'svn-revision' => '$LastChangedRevision$', |
21 | 21 | 'author' => 'Rob Church', |
22 | 22 | 'description' => 'Provides simple polling capabilities', |
| 23 | + 'descriptionmsg' => 'vote-desc', |
23 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Vote', |
24 | 25 | ); |
25 | 26 | |
Index: trunk/extensions/WebStore/WebStore.php |
— | — | @@ -73,6 +73,7 @@ |
74 | 74 | 'svn-revision' => '$LastChangedRevision$', |
75 | 75 | 'author' => 'Tim Starling', |
76 | 76 | 'description' => 'Web-only (non-NFS) file storage middleware', |
| 77 | + 'descriptionmsg' => 'webstore-desc', |
77 | 78 | 'url' => 'http://www.mediawiki.org/wiki/Extension:WebStore', |
78 | 79 | ); |
79 | 80 | |
Index: trunk/extensions/WebStore/WebStore.i18n.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | 'inplace_scaler_no_output' => 'No transformation output file was produced.', |
21 | 21 | 'inplace_scaler_zero_size' => 'Transformation produced a zero-sized output file.', |
22 | 22 | |
| 23 | + 'webstore-desc' => 'Web-only (non-NFS) file storage middleware', |
23 | 24 | 'webstore_access' => 'This service is restricted by client IP.', |
24 | 25 | 'webstore_path_invalid' => 'The filename was invalid.', |
25 | 26 | 'webstore_dest_open' => 'Unable to open destination file "$1".', |
Index: trunk/extensions/UserImages/UserImages.i18n.php |
— | — | @@ -8,10 +8,11 @@ |
9 | 9 | |
10 | 10 | $messages = array(); |
11 | 11 | |
12 | | -/* English |
| 12 | +/** English |
13 | 13 | * @author Rob Church |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
| 16 | + 'userimages-desc' => 'Generate galleries of user-uploaded images with <code><nowiki><userimage /></nowiki></code>', |
16 | 17 | 'userimages-caption' => 'Images uploaded by $1', |
17 | 18 | 'userimages-noname' => 'Invalid username or none provided.', |
18 | 19 | 'userimages-noimages' => '$1 has no image uploads.', |
Index: trunk/extensions/UserImages/UserImages.php |
— | — | @@ -16,9 +16,12 @@ |
17 | 17 | |
18 | 18 | $wgExtensionCredits['parserhook'][] = array( |
19 | 19 | 'name' => 'User Image Gallery', |
| 20 | + 'svn-date' => '$LastChangedDate$', |
| 21 | + 'svn-revision' => '$LastChangedRevision$', |
20 | 22 | 'version' => '1.1', |
21 | 23 | 'author' => 'Rob Church', |
22 | 24 | 'description' => 'Generate galleries of user-uploaded images with <code><nowiki><userimage /></nowiki></code>', |
| 25 | + 'descriptionmsg' => 'userimages-desc', |
23 | 26 | 'url' => 'http://www.mediawiki.org/wiki/Extension:User_Image_Gallery', |
24 | 27 | ); |
25 | 28 | |
Property changes on: trunk/extensions/UserImages/UserImages.php |
___________________________________________________________________ |
Added: svn:keywords |
26 | 29 | + LastChangedDate LastChangedRevision |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -695,7 +695,7 @@ |
696 | 696 | optional = substall-hook |
697 | 697 | |
698 | 698 | Sub Page List 3 |
699 | | -descmsg = spl3_desc |
| 699 | +descmsg = spl3-desc |
700 | 700 | |
701 | 701 | Stale Pages |
702 | 702 | |