r44123 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44122‎ | r44123 | r44124 >
Date:18:30, 1 December 2008
Author:yaron
Status:deferred
Tags:
Comment:
Removed 'srfc_desc' value - unnecessary
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php
@@ -12,20 +12,12 @@
1313 */
1414 $messages['en'] = array(
1515 // user messages
16 - 'srfc_desc' => 'A calendar that displays semantic date information',
1716 'srfc_previousmonth' => 'Previous month',
1817 'srfc_nextmonth' => 'Next month',
1918 'srfc_today' => 'Today',
2019 'srfc_gotomonth' => 'Go to month',
2120 );
2221
23 -/** Message documentation (Message documentation)
24 - * @author Purodha
25 - */
26 -$messages['qqq'] = array(
27 - 'srfc_desc' => 'Short description of this extension, shown in [[Special:Version]]. Do not translate or change links.',
28 -);
29 -
3022 /** Afrikaans (Afrikaans)
3123 * @author SPQRobin
3224 */
@@ -37,7 +29,6 @@
3830 * @author Meno25
3931 */
4032 $messages['ar'] = array(
41 - 'srfc_desc' => 'نتيجة تعرض معلومات تاريخ سيمانتيك',
4233 'srfc_previousmonth' => 'الشهر السابق',
4334 'srfc_nextmonth' => 'الشهر التالي',
4435 'srfc_today' => 'اليوم',
@@ -48,7 +39,6 @@
4940 * @author Meno25
5041 */
5142 $messages['arz'] = array(
52 - 'srfc_desc' => 'نتيجة تعرض معلومات تاريخ سيمانتيك',
5343 'srfc_previousmonth' => 'الشهر السابق',
5444 'srfc_nextmonth' => 'الشهر التالي',
5545 'srfc_today' => 'اليوم',
@@ -118,7 +108,6 @@
119109 * @author Urhixidur
120110 */
121111 $messages['fr'] = array(
122 - 'srfc_desc' => 'Un calendrier qui affiche les informations de date sémantique',
123112 'srfc_previousmonth' => 'Mois précédent',
124113 'srfc_nextmonth' => 'Mois suivant',
125114 'srfc_today' => "Aujourd'hui",
@@ -130,7 +119,6 @@
131120 * @author Toliño
132121 */
133122 $messages['gl'] = array(
134 - 'srfc_desc' => 'Un calendario que amosa datos da información semántica',
135123 'srfc_previousmonth' => 'Mes anterior',
136124 'srfc_nextmonth' => 'Mes seguinte',
137125 'srfc_today' => 'Hoxe',
@@ -195,7 +183,6 @@
196184 * @author McDutchie
197185 */
198186 $messages['ia'] = array(
199 - 'srfc_desc' => 'Un calendario que monstra informationes de data semantic',
200187 'srfc_previousmonth' => 'Mense precedente',
201188 'srfc_nextmonth' => 'Mense sequente',
202189 'srfc_today' => 'Hodie',
@@ -247,7 +234,6 @@
248235 * @author Purodha
249236 */
250237 $messages['ksh'] = array(
251 - 'srfc_desc' => 'Ene Kalländer, dä semantesche Dattums-Enfommazjuhne aanzeisch.',
252238 'srfc_today' => 'Hück',
253239 );
254240
@@ -305,7 +291,6 @@
306292 * @author Siebrand
307293 */
308294 $messages['nl'] = array(
309 - 'srfc_desc' => 'Een kalender die semantische datuminformatie weergeeft',
310295 'srfc_previousmonth' => 'Vorige maand',
311296 'srfc_nextmonth' => 'Volgende maand',
312297 'srfc_today' => 'Vandaag',
@@ -326,7 +311,6 @@
327312 * @author Jon Harald Søby
328313 */
329314 $messages['no'] = array(
330 - 'srfc_desc' => 'En kalender som viser semantisk datoinformasjon',
331315 'srfc_previousmonth' => 'Forrige måned',
332316 'srfc_nextmonth' => 'Neste måned',
333317 'srfc_today' => 'I dag',
@@ -337,7 +321,6 @@
338322 * @author Cedric31
339323 */
340324 $messages['oc'] = array(
341 - 'srfc_desc' => "Un calendièr qu'aficha las entresenhas de data semantica",
342325 'srfc_previousmonth' => 'Mes precedent',
343326 'srfc_nextmonth' => 'Mes seguent',
344327 'srfc_today' => 'Uèi',
@@ -388,7 +371,6 @@
389372 * @author Helix84
390373 */
391374 $messages['sk'] = array(
392 - 'srfc_desc' => 'Kalendár zobrazujúci sémantické dátumové informácie',
393375 'srfc_previousmonth' => 'Predošlý mesiac',
394376 'srfc_nextmonth' => 'Ďalší mesiac',
395377 'srfc_today' => 'Dnes',

Status & tagging log