Index: trunk/extensions/SocialProfile/UserRelationship/UserRelationship.i18n.php |
— | — | @@ -21,9 +21,14 @@ |
22 | 22 | 'ur-main-page' => 'Main page', |
23 | 23 | 'ur-your-profile' => 'Your profile', |
24 | 24 | 'ur-backlink' => '< Back to $1\'s profile', |
25 | | - 'ur-relationship-count-foes' => '$1 has $2 {{PLURAL:$2|foe|foes}}. Want more foes? <a href="$3">Invite them.</a>', |
26 | | - 'ur-relationship-count-friends' => '$1 has $2 {{PLURAL:$2|friend|friends}}. Want more friends? <a href="$3">Invite them.</a>', |
27 | | - 'ur-add-friends' => ' Want more friends? <a href="$1">Invite them</a>', |
| 25 | + 'ur-relationship-count-foes' => '$1 has $2 {{PLURAL:$2|foe|foes}}. |
| 26 | +Want more foes? |
| 27 | +<a href="$3">Invite them.</a>', |
| 28 | + 'ur-relationship-count-friends' => '$1 has $2 {{PLURAL:$2|friend|friends}}. |
| 29 | +Want more friends? |
| 30 | +<a href="$3">Invite them.</a>', |
| 31 | + 'ur-add-friends' => ' Want more friends? |
| 32 | +<a href="$1">Invite them</a>', |
28 | 33 | 'ur-add-friend' => 'Add as friend', |
29 | 34 | 'ur-add-foe' => 'Add as foe', |
30 | 35 | 'ur-add-no-user' => 'No user selected. |
— | — | @@ -91,9 +96,9 @@ |
92 | 97 | 'ur-title-foe' => "$1's foe list", |
93 | 98 | 'ur-title-friend' => "$1's friend list", |
94 | 99 | 'friend_request_subject' => '$1 has added you as a friend on {{SITENAME}}!', |
95 | | - 'friend_request_body' => 'Hi $1: |
| 100 | + 'friend_request_body' => 'Hi $1. |
96 | 101 | |
97 | | -$2 has added you as a friend on {{SITENAME}}. We want to make sure that you two are actually friends. |
| 102 | +$2 has added you as a friend on {{SITENAME}}. We want to make sure that you two are actually friends. |
98 | 103 | |
99 | 104 | Please click this link to confirm your friendship: |
100 | 105 | $3 |
— | — | @@ -107,9 +112,9 @@ |
108 | 113 | Click $4 |
109 | 114 | and change your settings to disable e-mail notifications.', |
110 | 115 | 'foe_request_subject' => 'It\'s war! $1 has added you to as a foe on {{SITENAME}}!', |
111 | | - 'foe_request_body' => 'Hi $1: |
| 116 | + 'foe_request_body' => 'Hi $1. |
112 | 117 | |
113 | | -$2 just listed you as a foe on {{SITENAME}}. We want to make sure that you two are actually mortal enemies or at least having an argument. |
| 118 | +$2 just listed you as a foe on {{SITENAME}}. We want to make sure that you two are actually mortal enemies or at least having an argument. |
114 | 119 | |
115 | 120 | Please click this link to confirm the grudge match. |
116 | 121 | |
— | — | @@ -125,7 +130,7 @@ |
126 | 131 | and change your settings to disable e-mail notifications.', |
127 | 132 | |
128 | 133 | 'friend_accept_subject' => '$1 has accepted your friend request on {{SITENAME}}!', |
129 | | - 'friend_accept_body' => 'Hi $1: |
| 134 | + 'friend_accept_body' => 'Hi $1. |
130 | 135 | |
131 | 136 | $2 has accepted your friend request on {{SITENAME}}! |
132 | 137 | |
— | — | @@ -140,7 +145,7 @@ |
141 | 146 | Click $4 |
142 | 147 | and change your settings to disable e-mail notifications.', |
143 | 148 | 'foe_accept_subject' => 'It\'s on! $1 has accepted your foe request on {{SITENAME}}!', |
144 | | - 'foe_accept_body' => 'Hi $1: |
| 149 | + 'foe_accept_body' => 'Hi $1. |
145 | 150 | |
146 | 151 | $2 has accepted your foe request on {{SITENAME}}! |
147 | 152 | |
— | — | @@ -155,7 +160,7 @@ |
156 | 161 | Click $4 |
157 | 162 | and change your settings to disable e-mail notifications.', |
158 | 163 | 'friend_removed_subject' => 'Oh no! $1 has removed you as a friend on {{SITENAME}}!', |
159 | | - 'friend_removed_body' => 'Hi $1: |
| 164 | + 'friend_removed_body' => 'Hi $1. |
160 | 165 | |
161 | 166 | $2 has removed you as a friend on {{SITENAME}}! |
162 | 167 | |
— | — | @@ -168,7 +173,7 @@ |
169 | 174 | Click $4 |
170 | 175 | and change your settings to disable e-mail notifications.', |
171 | 176 | 'foe_removed_subject' => 'Woohoo! $1 has removed you as a foe on {{SITENAME}}!', |
172 | | - 'foe_removed_body' => 'Hi $1: |
| 177 | + 'foe_removed_body' => 'Hi $1. |
173 | 178 | |
174 | 179 | $2 has removed you as a foe on {{SITENAME}}! |
175 | 180 | |
Index: trunk/extensions/SocialProfile/SystemGifts/SystemGift.i18n.php |
— | — | @@ -11,16 +11,16 @@ |
12 | 12 | * @author Wikia, Inc. |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | | - 'systemgiftmanager' => 'System Gifts Manager', |
16 | | - 'ga-addnew' => '+ Add New Gift', |
17 | | - 'ga-back-edit-gift' => 'Back to Edit This Gift', |
18 | | - 'ga-back-gift-list' => 'Back to Gift List', |
19 | | - 'ga-back-link' => '<a href="$1">< Back to $2\'s Profile</a>', |
20 | | - 'ga-choosefile' => 'Choose File:', |
| 15 | + 'systemgiftmanager' => 'System gifts manager', |
| 16 | + 'ga-addnew' => '+ Add new gift', |
| 17 | + 'ga-back-edit-gift' => 'Back to Edit this gift', |
| 18 | + 'ga-back-gift-list' => 'Back to Gift list', |
| 19 | + 'ga-back-link' => '<a href="$1">< Back to $2\'s profile</a>', |
| 20 | + 'ga-choosefile' => 'Choose file:', |
21 | 21 | 'ga-count' => '$1 has $2 {{PLURAL:$2|award|awards}}.', |
22 | 22 | 'ga-create-gift' => 'Create gift', |
23 | 23 | 'ga-created' => 'The gift has been created', |
24 | | - 'ga-currentimage' => 'Current Image', |
| 24 | + 'ga-currentimage' => 'Current image', |
25 | 25 | 'ga-error-message-invalid-link' => 'The link you have entered is invalid.', |
26 | 26 | 'ga-error-message-no-user' => 'The user you are trying to view does not exist.', |
27 | 27 | 'ga-error-title' => 'Woops, you took a wrong turn!', |
— | — | @@ -32,12 +32,12 @@ |
33 | 33 | 'ga-giftimage' => 'gift image', |
34 | 34 | 'ga-giftname' => 'gift name', |
35 | 35 | 'ga-gifttype' => 'gift type', |
36 | | - 'ga-goback' => 'Go Back', |
| 36 | + 'ga-goback' => 'Go back', |
37 | 37 | 'ga-imagesbelow' => 'Below are your images that will be used on the site', |
38 | 38 | 'ga-img' => 'add/replace image', |
39 | 39 | 'ga-large' => 'Large', |
40 | 40 | 'ga-medium' => 'Medium', |
41 | | - 'ga-mediumlarge' => 'Medium-Large', |
| 41 | + 'ga-mediumlarge' => 'Medium-large', |
42 | 42 | 'ga-new' => 'New', |
43 | 43 | 'ga-next' => 'Next', |
44 | 44 | 'ga-previous' => 'Prev', |
— | — | @@ -46,10 +46,10 @@ |
47 | 47 | 'ga-small' => 'Small', |
48 | 48 | 'ga-threshold' => 'threshold', |
49 | 49 | 'ga-title' => '$1\'s Awards', |
50 | | - 'ga-uploadsuccess' => 'Upload Success', |
51 | | - 'ga-viewlist' => 'View Gift List', |
| 50 | + 'ga-uploadsuccess' => 'Upload successful', |
| 51 | + 'ga-viewlist' => 'View gift list', |
52 | 52 | 'system_gift_received_subject' => 'You have received the $1 Award on {{SITENAME}}!', |
53 | | - 'system_gift_received_body' => 'Hi $1: |
| 53 | + 'system_gift_received_body' => 'Hi $1. |
54 | 54 | |
55 | 55 | You have just received the $2 Award on {{SITENAME}}! |
56 | 56 | |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | Thanks, |
66 | 66 | |
67 | 67 | |
68 | | -The {{SITENAME}} Team |
| 68 | +The {{SITENAME}} team |
69 | 69 | |
70 | 70 | --- |
71 | 71 | |
Index: trunk/extensions/SocialProfile/UserBoard/UserBoard.i18n.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | 'userboard_loggedout' => 'You must be <a href="$1">logged in</a> to post messages to other users.', |
56 | 56 | 'userboard_showingmessages' => 'Showing {{PLURAL:$4|message $3|messages $2-$3}} of {{PLURAL:$1|$1 message|$1 messages}}', |
57 | 57 | 'message_received_subject' => '$1 wrote on your board on {{SITENAME}}', |
58 | | - 'message_received_body' => 'Hi $1: |
| 58 | + 'message_received_body' => 'Hi $1. |
59 | 59 | |
60 | 60 | $2 just wrote on your board on {{SITENAME}}! |
61 | 61 | |
Index: trunk/extensions/SocialProfile/UserWelcome/UserWelcome.i18n.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | 'mp-welcome-needed-points' => 'To advance to <b><a href="$1">$2</a></b> earn <i>$3</i> more {{PLURAL:$3|point|points}}!', |
21 | 21 | 'mp-welcome-logged-in' => 'Hello $1', |
22 | 22 | 'mp-requests-title' => 'Requests', |
23 | | - 'mp-requests-message' => 'You have the following requests.', |
| 23 | + 'mp-requests-message' => 'You have the following requests.', // FIXME: should support plural. |
24 | 24 | 'mp-request-new-message' => 'new message', |
25 | 25 | 'mp-request-new-award' => '$1 new {{PLURAL:$1|award|awards}}', |
26 | 26 | 'mp-request-new-gift' => '$1 new {{PLURAL:$1|gift|gifts}}', |
— | — | @@ -35,6 +35,7 @@ |
36 | 36 | 'userwelcome-desc' => 'Short description of the extension. |
37 | 37 | Shown in [[Special:Version]]. |
38 | 38 | {{doc-important|Do not translate tags names, and links targets.}}', |
| 39 | + 'mp-userlevels-link' => 'This is the help page...e.g. English default is Help:User Levels. You can define a new help page with this message.', |
39 | 40 | ); |
40 | 41 | |
41 | 42 | /** Amharic (አማርኛ) |
Index: trunk/extensions/SocialProfile/UserGifts/UserGifts.i18n.php |
— | — | @@ -12,8 +12,8 @@ |
13 | 13 | * @author Wikia, Inc. |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | | - 'giftmanager' => 'Gifts Manager', |
17 | | - 'giftmanager-addgift' => '+ Add New Gift', |
| 16 | + 'giftmanager' => 'Gifts manager', |
| 17 | + 'giftmanager-addgift' => '+ Add new gift', |
18 | 18 | 'giftmanager-access' => 'gift access', |
19 | 19 | 'giftmanager-description' => 'gift description', |
20 | 20 | 'giftmanager-giftimage' => 'gift image', |
— | — | @@ -22,18 +22,19 @@ |
23 | 23 | 'giftmanager-giftsaved' => 'The gift has been saved', |
24 | 24 | 'giftmanager-public' => 'public', |
25 | 25 | 'giftmanager-private' => 'private', |
26 | | - 'giftmanager-view' => 'View Gift List', |
27 | | - 'g-add-message' => 'Add a Message', |
28 | | - 'g-back-edit-gift' => 'Back to Edit This Gift', |
29 | | - 'g-back-gift-list' => 'Back to Gift List', |
30 | | - 'g-back-link' => '<a href="$1">< Back to $2\'s Page</a>', |
31 | | - 'g-choose-file' => 'Choose File:', |
| 26 | + 'giftmanager-view' => 'View gift list', |
| 27 | + 'g-add-message' => 'Add a message', |
| 28 | + 'g-back-edit-gift' => 'Back to Edit this gift', |
| 29 | + 'g-back-gift-list' => 'Back to Gift list', |
| 30 | + 'g-back-link' => '<a href="$1">< Back to $2\'s page</a>', |
| 31 | + 'g-choose-file' => 'Choose file:', |
32 | 32 | 'g-cancel' => 'Cancel', |
33 | 33 | 'g-count' => '$1 has $2 {{PLURAL:$2|gift|gifts}}.', |
34 | 34 | 'g-create-gift' => 'Create gift', |
35 | 35 | 'g-created-by' => 'created by', |
36 | | - 'g-current-image' => 'Current Image', |
37 | | - 'g-delete-message' => 'Are your sure you want to delete the gift "$1"? This will also delete it from users who may have received it.', |
| 36 | + 'g-current-image' => 'Current image', |
| 37 | + 'g-delete-message' => 'Are your sure you want to delete the gift "$1"? |
| 38 | +This will also delete it from users who may have received it.', |
38 | 39 | 'g-description-title' => '$1\'s gift "$2"', |
39 | 40 | 'g-error-do-not-own' => 'You do not own this gift.', |
40 | 41 | 'g-error-message-blocked' => 'You are currently blocked and cannot give gifts', |
— | — | @@ -46,9 +47,11 @@ |
47 | 48 | 'g-from' => 'from <a href="$1">$2</a>', |
48 | 49 | 'g-gift' => 'gift', |
49 | 50 | 'g-gift-name' => 'gift name', |
50 | | - 'g-give-gift' => 'Give Gift', |
51 | | - 'g-give-all' => 'Want to give $1 a gift? Just click one of the gifts below and click "Send Gift." It\'s that easy.', |
52 | | - 'g-give-all-message-title' => 'Add a Message', |
| 51 | + 'g-give-gift' => 'Give gift', |
| 52 | + 'g-give-all' => 'Want to give $1 a gift? |
| 53 | +Just click one of the gifts below and click "Send gift". |
| 54 | +It is that easy.', |
| 55 | + 'g-give-all-message-title' => 'Add a message', |
53 | 56 | 'g-give-all-title' => 'Give a gift to $1', |
54 | 57 | 'g-give-enter-friend-title' => 'If you know the name of the user, type it in below', |
55 | 58 | 'g-given' => 'This gift has been given out $1 {{PLURAL:$1|time|times}}', |
— | — | @@ -62,31 +65,31 @@ |
63 | 66 | 'g-go-back' => 'Go Back', |
64 | 67 | 'g-imagesbelow' => 'Below are your images that will be used on the site', |
65 | 68 | 'g-large' => 'Large', |
66 | | - 'g-list-title' => '$1\'s Gift List', |
67 | | - 'g-main-page' => 'Main Page', |
| 69 | + 'g-list-title' => '$1\'s gift list', |
| 70 | + 'g-main-page' => 'Main page', |
68 | 71 | 'g-medium' => 'Medium', |
69 | | - 'g-mediumlarge' => 'Medium-Large', |
| 72 | + 'g-mediumlarge' => 'Medium-large', |
70 | 73 | 'g-new' => 'new', |
71 | 74 | 'g-next' => 'Next', |
72 | 75 | 'g-previous' => 'Prev', |
73 | 76 | 'g-remove' => 'Remove', |
74 | | - 'g-remove-gift' => 'Remove this Gift', |
| 77 | + 'g-remove-gift' => 'Remove this gift', |
75 | 78 | 'g-remove-message' => 'Are your sure you want to remove the gift "$1"?', |
76 | 79 | 'g-recent-recipients' => 'Other recent recipients of this gift', |
77 | 80 | 'g-remove-success-title' => 'You have successfully removed the gift "$1"', |
78 | 81 | 'g-remove-success-message' => 'The gift "$1" has been removed.', |
79 | 82 | 'g-remove-title' => 'Remove "$1"?', |
80 | | - 'g-send-gift' => 'Send Gift', |
| 83 | + 'g-send-gift' => 'Send gift', |
81 | 84 | 'g-select-a-friend' => 'select a friend', |
82 | 85 | 'g-sent-title' => 'You have sent a gift to $1', |
83 | 86 | 'g-sent-message' => 'You have sent the following gift to $1.', |
84 | 87 | 'g-small' => 'Small', |
85 | | - 'g-to-another' => 'Give to Someone Else', |
86 | | - 'g-uploadsuccess' => 'Upload Success', |
87 | | - 'g-viewgiftlist' => 'View Gift List', |
88 | | - 'g-your-profile' => 'Your Profile', |
| 88 | + 'g-to-another' => 'Give to someone else', |
| 89 | + 'g-uploadsuccess' => 'Upload successful', |
| 90 | + 'g-viewgiftlist' => 'View gift list', |
| 91 | + 'g-your-profile' => 'Your profile', |
89 | 92 | 'gift_received_subject' => '$1 has sent you the $2 Gift on {{SITENAME}}!', |
90 | | - 'gift_received_body' => 'Hi $1: |
| 93 | + 'gift_received_body' => 'Hi $1. |
91 | 94 | |
92 | 95 | $2 just sent you the $3 gift on {{SITENAME}}. |
93 | 96 | |
— | — | @@ -99,7 +102,7 @@ |
100 | 103 | Thanks, |
101 | 104 | |
102 | 105 | |
103 | | -The {{SITENAME}} Team |
| 106 | +The {{SITENAME}} team |
104 | 107 | |
105 | 108 | --- |
106 | 109 | |
Index: trunk/extensions/SocialProfile/UserStats/UserStats.i18n.php |
— | — | @@ -42,19 +42,19 @@ |
43 | 43 | 'top-fans-stats-gifts-rec-count' => '{{PLURAL:$1|Gift received|Gifts received}}', |
44 | 44 | 'top-fans-stats-gifts-sent-count' => '{{PLURAL:$1|Gift sent|Gifts sent}}', |
45 | 45 | 'level-advance-subject' => 'You are now a "$1" on {{SITENAME}}!', |
46 | | - 'level-advance-body' => 'Hi $1: |
| 46 | + 'level-advance-body' => 'Hi $1. |
47 | 47 | |
48 | 48 | You are now a "$2" on {{SITENAME}}! |
49 | 49 | |
50 | 50 | Congratulations, |
51 | 51 | |
52 | | -The {{SITENAME}} Team |
| 52 | +The {{SITENAME}} team |
53 | 53 | |
54 | 54 | --- |
55 | | -Hey, want to stop getting emails from us? |
| 55 | +Hey, want to stop getting e-mails from us? |
56 | 56 | |
57 | 57 | Click $3 |
58 | | -and change your settings to disable email notifications.' |
| 58 | +and change your settings to disable e-mail notifications.' |
59 | 59 | ); |
60 | 60 | |
61 | 61 | /** Message documentation (Message documentation) |
Index: trunk/extensions/CentralAuth/CentralAuth.i18n.php |
— | — | @@ -233,7 +233,9 @@ |
234 | 234 | 'centralauth-rightslog-name' => 'Global rights log', |
235 | 235 | 'centralauth-rightslog-entry-usergroups' => 'changed global group membership for $1 from $2 to $3', |
236 | 236 | 'centralauth-rightslog-entry-groupperms' => 'changed group permissions for $1 from $2 to $3', |
237 | | - 'centralauth-rightslog-entry-groupperms2' => 'changed group permissions for $1. Added $2; Removed $3', |
| 237 | + 'centralauth-rightslog-entry-groupperms2' => 'changed group permissions for $1. |
| 238 | +Added $2; |
| 239 | +Removed $3', |
238 | 240 | 'centralauth-rightslog-entry-groupperms3' => 'changed group restricted wikis set for $1 from $2 to $3', |
239 | 241 | 'centralauth-rightslog-header' => 'This log contains operations on global groups: membership and permissions changes', |
240 | 242 | |
— | — | @@ -290,7 +292,8 @@ |
291 | 293 | // Wiki sets editing |
292 | 294 | 'centralauth-editset' => 'Edit wiki sets', |
293 | 295 | 'centralauth-editset-legend' => 'Edit or create wiki set', |
294 | | - 'centralauth-editset-intro' => 'The following wiki sets have already been created. You may view and modify any of them, or create a new set.', |
| 296 | + 'centralauth-editset-intro' => 'The following wiki sets have already been created. |
| 297 | +You may view and modify any of them, or create a new set.', |
295 | 298 | 'centralauth-editset-item' => '$1 ([[Special:EditWikiSets/$2|view/edit]])', |
296 | 299 | 'centralauth-editset-new' => 'Create a new set', |
297 | 300 | 'centralauth-editset-notfound' => 'Wiki set "$1" not found.', |
Index: trunk/extensions/Translate/Translate.i18n.php |
— | — | @@ -34,7 +34,8 @@ |
35 | 35 | 'translate-page-no-such-task' => 'Specified task was invalid.', |
36 | 36 | 'translate-page-no-such-group' => 'Specified group was invalid.', |
37 | 37 | |
38 | | - 'translate-page-disabled' => "Translations to this language in this group have been disabled. Reason: |
| 38 | + 'translate-page-disabled' => "Translations to this language in this group have been disabled. |
| 39 | +Reason: |
39 | 40 | |
40 | 41 | ''$1''", |
41 | 42 | |
— | — | @@ -138,7 +139,8 @@ |
139 | 140 | 'translate-stats-edits' => 'Edits', |
140 | 141 | 'translate-stats-users' => 'Translators', |
141 | 142 | |
142 | | - 'translate-statsf-intro' => 'You can generate simple statistics with this form. All values have upper and lower limits.', |
| 143 | + 'translate-statsf-intro' => 'You can generate simple statistics with this form. |
| 144 | +All values have upper and lower limits.', |
143 | 145 | 'translate-statsf-options' => 'Graph options', |
144 | 146 | 'translate-statsf-width' => 'Width in pixels', |
145 | 147 | 'translate-statsf-height' => 'Height in pixels', |