Index: trunk/extensions/PipeEscape/PipeEscape.i18n.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * |
13 | 13 | * @author David M. Sledge |
14 | 14 | * @author Purodha Blissenbach, http://ksh.wikipedia.org/wiki/User:Purodha |
15 | | - * @copyright Copyright � 2008 David M. Sledge |
| 15 | + * @copyright Copyright © 2008 David M. Sledge |
16 | 16 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
17 | 17 | */ |
18 | 18 | |
— | — | @@ -23,14 +23,14 @@ |
24 | 24 | */ |
25 | 25 | $messages['en'] = array( |
26 | 26 | # general messages |
27 | | - 'pipeescape-desc' => 'Parser function <code>#!</code> for when you want a pipe character to be just a pipe character', |
| 27 | + 'pipeescape-desc' => 'Parser function <code>#!</code> for when you want a pipe character to be just a pipe character', |
28 | 28 | ); |
29 | 29 | |
30 | 30 | /** Message documentation (Message documentation) |
31 | 31 | * @author Purodha |
32 | 32 | */ |
33 | 33 | $messages['qqq'] = array( |
34 | | - 'pipeescape-desc' => 'Short description of the [[:mw:Extension:Pipe_Escape|Pipe_Escape]] extension. |
| 34 | + 'pipeescape-desc' => 'Short description of the [[:mw:Extension:Pipe_Escape|Pipe_Escape]] extension. |
35 | 35 | Shown in [[Special:Version]]. |
36 | 36 | Do not translate link targets, or function names.', |
37 | 37 | ); |
— | — | @@ -55,4 +55,3 @@ |
56 | 56 | $messages['la'] = array( |
57 | 57 | 'pipeescape-desc' => 'Functio parseris nominae <code>#!</code> adita in vici, protegens litera | qui haec separator parametorum non interpretatur.', |
58 | 58 | ); |
59 | | - |
Index: trunk/extensions/PipeEscape/PipeEscape.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * |
10 | 10 | * @author David M. Sledge |
11 | 11 | * @modifier Purodha Blissenbach |
12 | | - * @copyright Copyright � 2008 David M. Sledge |
| 12 | + * @copyright Copyright © 2008 David M. Sledge |
13 | 13 | * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 |
14 | 14 | * or later |
15 | 15 | * @version 0.1.0 |
— | — | @@ -40,7 +40,6 @@ |
41 | 41 | |
42 | 42 | $dir = dirname(__FILE__) . DIRECTORY_SEPARATOR; |
43 | 43 | $wgExtensionMessagesFiles['Pipe Escape'] = $dir . 'PipeEscape.i18n.php'; |
44 | | -# $wgExtensionAliasesFiles['Pipe Escape'] = $dir . 'PipeEscape.alias.php'; |
45 | 44 | $wgHooks[ 'LanguageGetMagic' ][] = 'ExtPipeEsc::languageGetMagic'; |
46 | 45 | |
47 | 46 | class ExtPipeEsc |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -301,7 +301,7 @@ |
302 | 302 | Flagged Revisions - Reviewed Pages |
303 | 303 | id = ext-flaggedrevs-reviewedpages |
304 | 304 | file = FlaggedRevs/language/ReviewedPages.i18n.php |
305 | | -ignored = reviewedpages-lev-0, reviewedpages-lev-1, reviewedpages-lev-2 |
| 305 | +optional = reviewedpages-lev-0, reviewedpages-lev-1, reviewedpages-lev-2 |
306 | 306 | |
307 | 307 | Flagged Revisions - Stabilization |
308 | 308 | id = ext-flaggedrevs-stabilization |
— | — | @@ -544,6 +544,8 @@ |
545 | 545 | Pdf Handler |
546 | 546 | descmsg = pdf-desc |
547 | 547 | |
| 548 | +Pipe Escape |
| 549 | + |
548 | 550 | Piwik |
549 | 551 | optional = piwik |
550 | 552 | |