r47087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47086‎ | r47087 | r47088 >
Date:14:33, 10 February 2009
Author:raymond
Status:deferred
Tags:
Comment:
Follow up r47080/r47081: Remove translations which are identical to 'en'
Update Translatewiki script file
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Messages.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php
@@ -18,7 +18,7 @@
1919 'srfc_today' => 'Today',
2020 'srfc_gotomonth' => 'Go to month',
2121 // format "vCard"
22 - 'srf_vcard_link' => 'vCard',
 22+ 'srf_vcard_link' => 'vCard',
2323 // format "iCalendar"
2424 'srf_icalendar_link' => 'iCalendar',
2525 );
@@ -94,8 +94,6 @@
9595 'srfc_nextmonth' => 'Nächster Monat',
9696 'srfc_today' => 'Heute',
9797 'srfc_gotomonth' => 'Gehe zu Monat',
98 - 'srf_icalendar_link' => 'iCalendar',
99 - 'srf_vcard_link' => 'vCard',
10098 );
10199
102100 /** Lower Sorbian (Dolnoserbski)
@@ -271,8 +269,6 @@
272270 'srfc_nextmonth' => 'Mense sequente',
273271 'srfc_today' => 'Hodie',
274272 'srfc_gotomonth' => 'Ir al mense',
275 - 'srf_icalendar_link' => 'iCalendar',
276 - 'srf_vcard_link' => 'vCard',
277273 );
278274
279275 /** Italian (Italiano)
@@ -283,8 +279,6 @@
284280 'srfc_nextmonth' => 'Mese successivo',
285281 'srfc_today' => 'Oggi',
286282 'srfc_gotomonth' => 'Vai al mese',
287 - 'srf_icalendar_link' => 'iCalendar',
288 - 'srf_vcard_link' => 'vCard',
289283 );
290284
291285 /** Japanese (日本語)
@@ -402,8 +396,6 @@
403397 'srfc_nextmonth' => 'Volgende maand',
404398 'srfc_today' => 'Vandaag',
405399 'srfc_gotomonth' => 'Ga naar maand',
406 - 'srf_icalendar_link' => 'iCalendar',
407 - 'srf_vcard_link' => 'vCard',
408400 );
409401
410402 /** Norwegian Nynorsk (‪Norsk (nynorsk)‬)
@@ -425,7 +417,6 @@
426418 'srfc_today' => 'I dag',
427419 'srfc_gotomonth' => 'Gå til måned',
428420 'srf_icalendar_link' => 'iKalender',
429 - 'srf_vcard_link' => 'vCard',
430421 );
431422
432423 /** Occitan (Occitan)
@@ -469,7 +460,6 @@
470461 'srfc_today' => 'Hoje',
471462 'srfc_gotomonth' => 'Ir para mês',
472463 'srf_icalendar_link' => 'iCalendário',
473 - 'srf_vcard_link' => 'vCard',
474464 );
475465
476466 /** Brazilian Portuguese (Português do Brasil)
@@ -510,7 +500,6 @@
511501 'srfc_today' => 'Сегодня',
512502 'srfc_gotomonth' => 'Перейти к месяцу',
513503 'srf_icalendar_link' => 'iКалендарь',
514 - 'srf_vcard_link' => 'vCard',
515504 );
516505
517506 /** Slovak (Slovenčina)
@@ -521,8 +510,6 @@
522511 'srfc_nextmonth' => 'Ďalší mesiac',
523512 'srfc_today' => 'Dnes',
524513 'srfc_gotomonth' => 'Prejsť na mesiac',
525 - 'srf_icalendar_link' => 'iCalendar',
526 - 'srf_vcard_link' => 'vCard',
527514 );
528515
529516 /** Swedish (Svenska)
@@ -534,7 +521,6 @@
535522 'srfc_today' => 'Idag',
536523 'srfc_gotomonth' => 'Gå till månad',
537524 'srf_icalendar_link' => 'iKalender',
538 - 'srf_vcard_link' => 'vCard',
539525 );
540526
541527 /** Telugu (తెలుగు)
@@ -586,7 +572,6 @@
587573 'srfc_nextmonth' => 'Tháng sau',
588574 'srfc_today' => 'Hôm nay',
589575 'srfc_gotomonth' => 'Đến tháng',
590 - 'srf_icalendar_link' => 'iCalendar',
591576 );
592577
593578 /** Volapük (Volapük)
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -630,6 +630,7 @@
631631
632632 Semantic Result Formats
633633 file = SemanticResultFormats/SRF_Messages.php
 634+optional = srf_icalendar_link, srf_vcard_link
634635
635636 Semantic Drilldown
636637 file = SemanticDrilldown/languages/SD_Messages.php
@@ -646,7 +647,7 @@
647648 ignored = smw_ask_doculink, smw_service_online_maps, smw_uri_blacklist
648649 optional = smw_rss_link, smw_decseparator, smw_kiloseparator
649650 optional = smw_rss_description, smw_browse_more, specialpages-group-smw_group
650 -optional = smw_csv_link, smw_icalendar_link, smw_vcard_link
 651+optional = smw_csv_link
651652 optional = smw_json_link
652653
653654 Shared User Rights

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47080output formats "icalendar" and "vcard" move to Semantic Result Formats extens...mkroetzsch12:44, 10 February 2009
r47081formats 'icalendar' and 'vcard' moved from SMW to SRFmkroetzsch12:45, 10 February 2009

Status & tagging log