Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.i18n.php |
— | — | @@ -14,15 +14,15 @@ |
15 | 15 | */ |
16 | 16 | $messages['en'] = array( |
17 | 17 | // Description |
18 | | - 'onlinestatusbar-desc' => "Status bar which shows whether a user is online, based on preferences, on their user page", |
| 18 | + 'onlinestatusbar-desc' => 'Status bar which shows whether a user is online, based on preferences, on their user page', |
19 | 19 | // Status bar text line (User is now Offline) etc. |
20 | | - 'onlinestatusbar-line' => "$1 is now $2 $3", |
| 20 | + 'onlinestatusbar-line' => '$1 is now $2 $3', |
21 | 21 | // Message in config asking user if they want to enable it |
22 | 22 | 'onlinestatusbar-used' => 'Do you want to let others see if you are online?', |
23 | 23 | // Message in config asking what status they want to use |
24 | 24 | 'onlinestatusbar-status' => 'What is the default status you wish to use:', |
25 | 25 | // Section for config |
26 | | - 'prefs-onlinestatus' => 'Online Status', |
| 26 | + 'prefs-onlinestatus' => 'Online status', |
27 | 27 | // Message in config |
28 | 28 | 'onlinestatusbar-hide' => 'Do you want to hide the status bar in order to use just the magic word? (For advanced users)', |
29 | 29 | ); |
— | — | @@ -35,3 +35,4 @@ |
36 | 36 | 'onlinestatusbar-status' => 'Message in config asking what status they want to use, option box', |
37 | 37 | 'prefs-onlinestatus' => 'Section for config, located in preferences - misc', |
38 | 38 | ); |
| 39 | + |