Index: trunk/extensions/SearchLog/SearchLog.i18n.php |
— | — | @@ -8,13 +8,14 @@ |
9 | 9 | /** |
10 | 10 | * English |
11 | 11 | * @author Nad |
| 12 | + * @author Purodha |
12 | 13 | */ |
13 | 14 | $messages['en'] = array( |
14 | 15 | 'searchlog' => 'Search Log', |
15 | 16 | 'searchlog-desc' => 'Logs usage of the search box and allows reporting of keyword totals during given time periods', |
16 | 17 | 'searchlog-cantopen' => 'Could not open log file <tt>$1</tt>', |
17 | 18 | 'searchlog-heading' => 'Search keywords used over $1 period', |
18 | | - 'searchlog-unicode' => 'Display raw unicode', |
| 19 | + 'searchlog-unicode' => 'Display raw Unicode', |
19 | 20 | 'searchlog-timeperiod' => 'Select time period:', |
20 | 21 | 'searchlog-entire' => 'Entire log', |
21 | 22 | 'searchlog-phrase' => 'Search phrase', |