https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114551

Revision: 114551
Author:   netbrain
Date:     2012-03-28 09:50:03 +0000 (Wed, 28 Mar 2012)
Log Message:
-----------
fixed i18n as per request.

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

Modified: trunk/extensions/Maps/Maps.i18n.php
===================================================================
--- trunk/extensions/Maps/Maps.i18n.php 2012-03-28 07:47:24 UTC (rev 114550)
+++ trunk/extensions/Maps/Maps.i18n.php 2012-03-28 09:50:03 UTC (rev 114551)
@@ -16,15 +16,13 @@
 $messages['en'] = array(
        // General
        'maps-desc' => "Enables embedding of dynamic maps into wiki pages, 
geocoding of addresses and other geographical operations. 
([http://mapping.referata.com/wiki/Examples demos])",
-       
        'right-geocode' => 'Geocode',
-       
        'maps_map' => 'Map',
        'maps-loading-map' => 'Loading map...',
        'maps-load-failed' => 'Could not load the map!',
        'maps-markers' => 'Markers',
-    'maps-copycoords-prompt' => 'CTRL+C, ENTER',
-    'maps-clustering-unsupportedservice' => 'This service doesn\'t support 
clustering of markers',
+       'maps-copycoords-prompt' => 'CTRL+C, ENTER',
+       'maps-clustering-unsupportedservice' => 'This service doesn\'t support 
clustering of markers',
        'maps-others' => 'others',
        //TODO: move to namespaces i18n
        'maps-ns-layer' => 'Layer',
@@ -53,7 +51,7 @@
        // Mapsdoc parser hook
        'maps-mapsdoc-par-service' => 'The mapping service to display parameter 
documentation for.',
        'maps-mapsdoc-par-language' => 'The language in which to display the 
documentation. If no such translation is available, English will be used 
instead.',
-       
+
        // Coordinates parser hook
        'maps-coordinates-par-location' => 'The coordinates you want to 
format.',
        'maps-coordinates-par-format' => 'The target format for the 
coordinates.',
@@ -126,7 +124,7 @@
 
        'validation-error-invalid-goverlay' => 'Parameter $1 must be a valid 
overlay.',
        'validation-error-invalid-goverlays' => 'Parameter $1 must be one or 
more valid overlays.',
-    'validation-error-invalid-line-param' => 'Invalid "lines" parameter 
specified.',
+       'validation-error-invalid-line-param' => 'Invalid "lines" parameter 
specified.',
 
        // Coordinate handling
        'maps-abb-north' => 'N',
@@ -252,6 +250,9 @@
        'maps-googlemaps3-par-tilt' => '{{maps-par|googlemaps3|tilt}}',
        'maps-googlemaps3-par-kmlrezoom' => 
'{{maps-par|googlemaps3|kmlrezoom}}',
        'maps-googlemaps3-par-poi' => '{{maps-par|googlemaps3|poi}}',
+       'maps-copycoords-prompt' => 'text displayed in javascript prompt to 
indicate first press ctrl+c to copy text, and press enter to close prompt',
+       'maps-clustering-unsupportedservice' => 'text describing that the 
chosen maps service doesn\'t support clustering of markers',
+       'validation-error-invalid-line-param' => 'validation text indicating 
that there is something wrong with the "lines" parameter'
 );
 
 /** Afrikaans (Afrikaans)


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

Reply via email to