r113750 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113749‎ | r113750 | r113751 >
Date:19:25, 13 March 2012
Author:jpostlethwaite
Status:ok
Tags:
Comment:
French translations were missing $1.
Modified paths:
  • /trunk/extensions/LastModified/LastModified.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LastModified/LastModified.i18n.php
@@ -232,9 +232,9 @@
233233 'lastmodified-display-range-value' => 'Afficher la valeur du rang :',
234234 'lastmodified-title-tag' => "Afficher l'historique des révisions pour cet article.",
235235 'lastmodified-seconds' => 'Dernière mise à jour il y a {{PLURAL:$1|$1 seconde|$1 secondes}}',
236 - 'lastmodified-minutes' => 'Dernière mise à jour il y a {{PLURAL:$1|minute|minutes}}',
237 - 'lastmodified-hours' => 'Dernière mise à jour il y a {{PLURAL:$1|heure|heures}}',
238 - 'lastmodified-days' => 'Dernière mise à jour il y a {{PLURAL:$1|jour|jours}}',
 236+ 'lastmodified-minutes' => 'Dernière mise à jour il y a {{PLURAL:$1|$1 minute|$1 minutes}}',
 237+ 'lastmodified-hours' => 'Dernière mise à jour il y a {{PLURAL:$1|$1 heure|$1 heures}}',
 238+ 'lastmodified-days' => 'Dernière mise à jour il y a {{PLURAL:$1|$1 jour|$1 jours}}',
239239 'lastmodified-months' => 'Dernière mise à jour il y a {{PLURAL:$1|$1 mois|$1 mois}}',
240240 'lastmodified-years' => 'Dernière modification il y a {{PLURAL:$1|$1 année|$1 années}}',
241241 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113748Fixed r111475. Added dependency on mediawiki.jqueryMsg.jpostlethwaite19:03, 13 March 2012

Status & tagging log