Index: trunk/extensions/Wikilog/Wikilog.i18n.php |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | 'wikilog-comment-approve' => 'Approve this comment (immediate action)', |
98 | 98 | 'wikilog-comment-reject' => 'Reject this comment (immediate action)', |
99 | 99 | 'wikilog-newtalk-text' => '<!-- blank page created by Wikilog -->', |
100 | | - 'wikilog-newtalk-summary' => 'created automatically by wikilog', |
| 100 | + 'wikilog-newtalk-summary' => 'created automatically by Wikilog', |
101 | 101 | |
102 | 102 | # Atom and RSS feeds |
103 | 103 | 'wikilog-feed-title' => '{{SITENAME}} - $1 [$2]', # $1 = title, $2 = content language |
— | — | @@ -166,12 +166,11 @@ |
167 | 167 | 'wikilog-summary' => '', # Special page summary |
168 | 168 | 'wikilog-backlink' => '← $1', |
169 | 169 | 'wikilog-brackets' => '[$1]', |
170 | | - 'wikilog-navigation-bar' => |
171 | | - '<div class="$6 visualClear">' . |
172 | | - '<div style="float:left">$1 • $2</div>' . |
173 | | - '<div style="float:right">$3 • $4</div>' . |
174 | | - '<div style="text-align:center">$5</div>' . |
175 | | - '</div>', |
| 170 | + 'wikilog-navigation-bar' => '<div class="$6 visualClear"> |
| 171 | +<div style="float:left">$1 • $2</div> |
| 172 | +<div style="float:right">$3 • $4</div> |
| 173 | +<div style="text-align:center">$5</div> |
| 174 | +</div>', |
176 | 175 | ); |
177 | 176 | |
178 | 177 | /** German (Deutsch) |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -97,7 +97,8 @@ |
98 | 98 | ignored = categorystepper |
99 | 99 | |
100 | 100 | Category Tests |
101 | | -magicfile = CategoryTests/CategoryTests.i18n.magic.php |
| 101 | +#Gives key conflicts with ParserFunctions. Needs to be fixed first. |
| 102 | +#magicfile = CategoryTests/CategoryTests.i18n.magic.php |
102 | 103 | |
103 | 104 | Category Tree |
104 | 105 | aliasfile = CategoryTree/CategoryTree.alias.php |
— | — | @@ -646,6 +647,11 @@ |
647 | 648 | id = ext-mwsearch |
648 | 649 | file = MWSearch/MWSearch.i18n.php |
649 | 650 | |
| 651 | +# Need to make a symlink into extensions/ to make this work. |
| 652 | +#mwEmbed |
| 653 | +#optional = mwe-size-gigabytes, mwe-size-megabytes, mwe-size-kilobytes, mwe-size-bytes, mwe-cc_title |
| 654 | +#ignored = mwe-welcome_to_sequencer |
| 655 | + |
650 | 656 | MW Releases |
651 | 657 | ignored = mwreleases-list |
652 | 658 | |
— | — | @@ -1283,6 +1289,15 @@ |
1284 | 1290 | Wikihiero |
1285 | 1291 | file = wikihiero/wikihiero.i18n.php |
1286 | 1292 | |
| 1293 | +Wikilog |
| 1294 | +optional = wikilog-item-footer, wikilog-author-signature, wikilog-title-item-full, |
| 1295 | +ignored = wikilog-item-brief-footer, wikilog-item-sub, wikilog-item-header, wikilog-summary |
| 1296 | +ignored = wikilog-backlink, wikilog-brackets, wikilog-navigation-bar |
| 1297 | + |
| 1298 | +Wikilog Feed |
| 1299 | +file = Wikilog/WlFeed.i18n.php |
| 1300 | +descmsg = wlfeed-desc |
| 1301 | + |
1287 | 1302 | Wikimedia Incubator |
1288 | 1303 | descmsg = wminc-desc |
1289 | 1304 | |