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

Revision: 97662
Author:   platonides
Date:     2011-09-20 20:46:30 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Language file for the WLM-ES helper tools living at 
http://toolserver.org/~platonides/wlm/

Modified Paths:
--------------
    trunk/tools/ToolserverI18N/language/Domains.php

Added Paths:
-----------
    trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php

Modified: trunk/tools/ToolserverI18N/language/Domains.php
===================================================================
--- trunk/tools/ToolserverI18N/language/Domains.php     2011-09-20 20:40:54 UTC 
(rev 97661)
+++ trunk/tools/ToolserverI18N/language/Domains.php     2011-09-20 20:46:30 UTC 
(rev 97662)
@@ -12,4 +12,5 @@
        'Templatecount' => 'Templatecount.i18n.php',
        'Toolserverstatus' => 'ToolserverStatus.i18n.php',
        'Tsintuition' => 'Tsintuition.i18n.php',
+       'Wlm' => 'Wlm.i18n.php',
 );

Added: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php
===================================================================
--- trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php                   
        (rev 0)
+++ trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php   2011-09-20 
20:46:30 UTC (rev 97662)
@@ -0,0 +1,133 @@
+<?php
+/**
+ * Interface messages for wlm tools.
+ *
+ * @toolowner platonides
+ */
+
+$url = '~platonides/wlm/';
+
+$messages = array();
+
+/**
+ * English
+ *
+ * @author Platonides
+ */
+$messages['en'] = array(
+       'title' => 'WLM files',
+
+       /* uploads.php */
+       'file' => 'File',
+       'monument-type' => 'Monument type',
+       'monument-id' => 'Monument id',
+       'province' => 'Province',
+       'competes' => 'Competes',
+       'author' => 'Author',
+       'upload-time' => 'Upload time',
+       'concursa' => 'Takes part in WLM',
+       'no-concursa' => 'Outside WLM competition',
+       'not-available' => 'Not available',
+       'date-unknown' => 'Unknown',
+       'total-images' => 'Total images: $1',
+       'view-uncategorized-images' => 'View uncategorized images',
+       'provide-id' => 'Provide a monument id to show the data available for 
that item',
+       'show-images-bad-only' => 'Show only images outside the lists',
+       'show-images-all' => 'Show all images',
+       'search-monuments' => 'Search monuments',
+       'view-frequency' => 'Popular monuments',
+
+       /* ids.php */
+       'id-label' => 'Monument id:',
+       'date-format' => 'd-m-Y H:i:s',
+
+       /* monumentos.php */
+       'id-none' => '(None)',
+       'monument-heading' => 'Monument',
+       'count-heading' => 'Photographs',
+       'bic-list' => 'List',
+       'bic-gallery' => 'Gallery',
+
+       /* gallery.php */
+       'gallery-header' => 'Images for the monument with id $1.',
+);
+
+/**
+ * Spanish
+ *
+ * @author Platonides
+ */
+$messages['es'] = array(
+       'title' => 'Imágenes de Wiki Loves Monuments',
+       'file' => 'Imagen',
+       'monument-type' => 'Tipo de monumento',
+       'monument-id' => 'Código',
+       'province' => 'Provincia',
+       'competes' => 'Competición',
+       'author' => 'Autor',
+       'upload-time' => 'Fecha',
+       'concursa' => 'Concursa',
+       'no-concursa' => 'No concursa',
+       'not-available' => 'No disponible',
+       'date-unknown' => 'Desconocida',
+       'total-images' => 'Total de imágenes: $1',
+       'view-uncategorized-images' => 'Ver imágenes sin categorizar',
+       'provide-id' => 'Proporcione el identificador de un monumento para 
mostrar los datos disponibles sobre el mismo',
+       'id-label' => 'BIC:',
+       'show-images-bad-only' => 'Mostrar sólo las imágenes con códigos 
incorrectos',
+       'show-images-all' => 'Mostrar todas las imágenes',
+       'search-monuments' => 'Buscar monumentos',
+       'view-frequency' => 'Monumentos populares',
+
+       'id-none' => '(Sin identificador)',
+       'monument-heading' => 'Monumento',
+       'count-heading' => 'Fotografías',
+       'bic-list' => 'Lista',
+       'bic-gallery' => 'Galería',
+
+       'gallery-header' => 'Imágenes del monumento con el registro $1.',
+);
+
+/** 
+ * Message documentation (Message documentation)
+ * @author Platonides
+ */
+$messages['qqq'] = array(
+       'title' => 'Title of the different pages',
+
+       /* uploads.php */
+       'file' => 'Header for the column showing the filenames',
+       'monument-type' => 'Header for the column showing the type of monument 
-BIC or BCIL-, basically the template used',
+       'monument-id' => 'Header for the column showing the monument id',
+       'province' => 'Header for the column showing the monument province',
+       'competes' => 'Header for the column showing if the monument takes part 
in the competition',
+       'author' => 'Header for the column showing the author listed for that 
image',
+       'upload-time' => 'Upload time in CEST',
+       'concursa' => 'Entry for the competes column if the monuments takes 
part in WLM (also see: no-concursa)',
+       'no-concursa' => 'Entry for the competes column if the monuments does 
not take part in WLM (also see: concursa)',
+       'not-available' => 'Shown for images not yet loaded',
+       'date-unknown' => 'Showed when the ',
+       'total-images' => 'A message with the total number of images listed 
above, provided in $1',
+       'view-uncategorized-images' => 'Caption for link to 
[[commons:Category:Cultural_heritage_monuments_in_Spain]]',
+       'date-format' => 'Format in which to present the date in the 
upload-time column',
+       'show-images-bad-only' => 'Text for the link for filtering to just 
images with a bad id',
+       'show-images-all' => 'Text for the link for unfiltering the list to all 
images',
+       'search-monuments' => 'Caption link for the tool to search monuments',
+       'view-frequency' => 'Caption link for the tool to view monuments 
grouped by id',
+
+       /* ids.php */
+       'provide-id' => 'Caption for ids.php',
+       'id-label' => 'Label for ids.php input',
+
+       /* monumentos.php */
+       'id-none' => 'Column to show where there\'s no id',
+       'monument-heading' => 'Heading for the identifier',
+       'count-heading' => 'Heading for the count of images with that id',
+       'bic-list' => 'Text of link which shows the list of monuments with the 
id of this row',
+       'bic-gallery' => 'Text of link which shows the gallery of monuments 
with the id of this row',
+
+       /* gallery.php */
+       'gallery-header' => 'Text for the gallery pages. $1 is the selected 
monument id.',
+);
+
+


Property changes on: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php
___________________________________________________________________
Added: svn:eol-style
   + native


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

Reply via email to