http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73647

Revision: 73647
Author:   foxtrott
Date:     2010-09-23 22:25:22 +0000 (Thu, 23 Sep 2010)

Log Message:
-----------
Follow-up r73560: Removed french long date format, included more verbose 
description

The french long date format is not needed, as it is identical to the default 
english long date format.

Modified Paths:
--------------
    trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php

Modified: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php
===================================================================
--- trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php   
2010-09-23 21:39:25 UTC (rev 73646)
+++ trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.i18n.php   
2010-09-23 22:25:22 UTC (rev 73647)
@@ -27,8 +27,8 @@
        'semanticformsinputs-close' => '{{Identical|Close}}',
        'semanticformsinputs-prev' => '{{Identical|Previous}}',
        'semanticformsinputs-next' => '{{Identical|Next}}',
-       'semanticformsinputs-dateformatlong' => 'See 
http://docs.jquery.com/UI/Datepicker/formatDate',
-       'semanticformsinputs-dateformatshort' => 'See 
http://docs.jquery.com/UI/Datepicker/formatDate',
+       'semanticformsinputs-dateformatlong' => 'This is a machine-readable 
date format string! It is used by a function to format a date. It will not be 
read by a human user. Do not translate each letter literally! Instead insert 
the date format for your language using the english-based letters. See 
http://docs.jquery.com/UI/Datepicker/formatDate',
+       'semanticformsinputs-dateformatshort' => 'This is a machine-readable 
date format string! It is used by a function to format a date. It will not be 
read by a human user. Do not translate each letter literally! Instead insert 
the date format for your language using the english-based letters. See 
http://docs.jquery.com/UI/Datepicker/formatDate',
 );
 
 /** Afrikaans (Afrikaans)
@@ -125,7 +125,6 @@
        'semanticformsinputs-prev' => 'Précédent',
        'semanticformsinputs-next' => 'Suivant',
        'semanticformsinputs-today' => "Aujourd'hui",
-       'semanticformsinputs-dateformatlong' => 'd MM yy',
        'semanticformsinputs-dateformatshort' => 'dd / mm / yy',
        'semanticformsinputs-firstdayofweek' => '0',
 );



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to