Revision: 46165
Author:   malafaya
Date:     2009-01-24 20:34:45 +0000 (Sat, 24 Jan 2009)

Log Message:
-----------
* Added colon to some messages
* Colon adding removed from text logic

Modified Paths:
--------------
    trunk/extensions/Wikidata/OmegaWiki/SpecialNeedsTranslation.php
    trunk/extensions/Wikidata/OmegaWiki/forms.php
    trunk/extensions/Wikidata/SpecialLanguages.i18n.php

Modified: trunk/extensions/Wikidata/OmegaWiki/SpecialNeedsTranslation.php
===================================================================
--- trunk/extensions/Wikidata/OmegaWiki/SpecialNeedsTranslation.php     
2009-01-24 20:33:58 UTC (rev 46164)
+++ trunk/extensions/Wikidata/OmegaWiki/SpecialNeedsTranslation.php     
2009-01-24 20:34:45 UTC (rev 46165)
@@ -33,7 +33,7 @@
                                        array(
                                                
wfMsg('ow_needs_xlation_dest_lang') => getSuggest('to-lang', 'language', 
array(), $destinationLanguageId, languageIdAsText($destinationLanguageId)),
                                                
wfMsg('ow_needs_xlation_source_lang') => getSuggest('from-lang', 'language', 
array(), $sourceLanguageId, languageIdAsText($sourceLanguageId)),
-                                               wfMsg('ow_Collection') => 
getSuggest('collection', 'collection', array(), $collectionId, 
collectionIdAsText($collectionId))
+                                               wfMsg('ow_Collection_colon') => 
getSuggest('collection', 'collection', array(), $collectionId, 
collectionIdAsText($collectionId))
                                        )
                                ));
 

Modified: trunk/extensions/Wikidata/OmegaWiki/forms.php
===================================================================
--- trunk/extensions/Wikidata/OmegaWiki/forms.php       2009-01-24 20:33:58 UTC 
(rev 46164)
+++ trunk/extensions/Wikidata/OmegaWiki/forms.php       2009-01-24 20:34:45 UTC 
(rev 46165)
@@ -192,7 +192,7 @@
                $result .= '<input type="hidden" name="action" value="' . 
$action . '"/>';
 
        foreach($fields as $caption => $field) 
-               $result .= '<tr><th>' . $caption . ':</th><td 
class="option-field">' . $field . '</td></tr>';
+               $result .= '<tr><th>' . $caption . '</th><td 
class="option-field">' . $field . '</td></tr>';
 
        $buttonHTML = "";
        

Modified: trunk/extensions/Wikidata/SpecialLanguages.i18n.php
===================================================================
--- trunk/extensions/Wikidata/SpecialLanguages.i18n.php 2009-01-24 20:33:58 UTC 
(rev 46164)
+++ trunk/extensions/Wikidata/SpecialLanguages.i18n.php 2009-01-24 20:34:45 UTC 
(rev 46165)
@@ -59,6 +59,7 @@
        'ow_ClassAttributeType'                 => 'Type',
        'ow_ClassMembership'                    => 'Class membership',
        'ow_Collection'                         => 'Collection',
+       'ow_Collection_colon'                                   => 
'Collection:',
        'ow_CollectionMembership'               => 'Collection membership',
        'ow_Definition'                         => 'Definition',
        'ow_DefinedMeaningAttributes'           => 'Annotation',
@@ -123,8 +124,8 @@
 It might be lost.
 Please contact the server operator or administrator.",
        'ow_needs_xlation_title'                        => 'Expressions needing 
translation',
-       'ow_needs_xlation_source_lang'          => 'Source language',
-       'ow_needs_xlation_dest_lang'            => 'Destination language',
+       'ow_needs_xlation_source_lang'          => 'Source language:',
+       'ow_needs_xlation_dest_lang'            => 'Destination language:',
        'ow_needs_xlation_no_dest_lang'         => 'Please specify a 
destination language.',
        'ow_show'                                                       => 
'Show',
 );



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

Reply via email to