Index: trunk/tools/ToolserverI18N/language/Domains.php |
— | — | @@ -12,4 +12,5 @@ |
13 | 13 | 'Templatecount' => 'Templatecount.i18n.php', |
14 | 14 | 'Toolserverstatus' => 'ToolserverStatus.i18n.php', |
15 | 15 | 'Tsintuition' => 'Tsintuition.i18n.php', |
| 16 | + 'Wlm' => 'Wlm.i18n.php', |
16 | 17 | ); |
Index: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php |
— | — | @@ -0,0 +1,133 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Interface messages for wlm tools. |
| 5 | + * |
| 6 | + * @toolowner platonides |
| 7 | + */ |
| 8 | + |
| 9 | +$url = '~platonides/wlm/'; |
| 10 | + |
| 11 | +$messages = array(); |
| 12 | + |
| 13 | +/** |
| 14 | + * English |
| 15 | + * |
| 16 | + * @author Platonides |
| 17 | + */ |
| 18 | +$messages['en'] = array( |
| 19 | + 'title' => 'WLM files', |
| 20 | + |
| 21 | + /* uploads.php */ |
| 22 | + 'file' => 'File', |
| 23 | + 'monument-type' => 'Monument type', |
| 24 | + 'monument-id' => 'Monument id', |
| 25 | + 'province' => 'Province', |
| 26 | + 'competes' => 'Competes', |
| 27 | + 'author' => 'Author', |
| 28 | + 'upload-time' => 'Upload time', |
| 29 | + 'concursa' => 'Takes part in WLM', |
| 30 | + 'no-concursa' => 'Outside WLM competition', |
| 31 | + 'not-available' => 'Not available', |
| 32 | + 'date-unknown' => 'Unknown', |
| 33 | + 'total-images' => 'Total images: $1', |
| 34 | + 'view-uncategorized-images' => 'View uncategorized images', |
| 35 | + 'provide-id' => 'Provide a monument id to show the data available for that item', |
| 36 | + 'show-images-bad-only' => 'Show only images outside the lists', |
| 37 | + 'show-images-all' => 'Show all images', |
| 38 | + 'search-monuments' => 'Search monuments', |
| 39 | + 'view-frequency' => 'Popular monuments', |
| 40 | + |
| 41 | + /* ids.php */ |
| 42 | + 'id-label' => 'Monument id:', |
| 43 | + 'date-format' => 'd-m-Y H:i:s', |
| 44 | + |
| 45 | + /* monumentos.php */ |
| 46 | + 'id-none' => '(None)', |
| 47 | + 'monument-heading' => 'Monument', |
| 48 | + 'count-heading' => 'Photographs', |
| 49 | + 'bic-list' => 'List', |
| 50 | + 'bic-gallery' => 'Gallery', |
| 51 | + |
| 52 | + /* gallery.php */ |
| 53 | + 'gallery-header' => 'Images for the monument with id $1.', |
| 54 | +); |
| 55 | + |
| 56 | +/** |
| 57 | + * Spanish |
| 58 | + * |
| 59 | + * @author Platonides |
| 60 | + */ |
| 61 | +$messages['es'] = array( |
| 62 | + 'title' => 'Imágenes de Wiki Loves Monuments', |
| 63 | + 'file' => 'Imagen', |
| 64 | + 'monument-type' => 'Tipo de monumento', |
| 65 | + 'monument-id' => 'Código', |
| 66 | + 'province' => 'Provincia', |
| 67 | + 'competes' => 'Competición', |
| 68 | + 'author' => 'Autor', |
| 69 | + 'upload-time' => 'Fecha', |
| 70 | + 'concursa' => 'Concursa', |
| 71 | + 'no-concursa' => 'No concursa', |
| 72 | + 'not-available' => 'No disponible', |
| 73 | + 'date-unknown' => 'Desconocida', |
| 74 | + 'total-images' => 'Total de imágenes: $1', |
| 75 | + 'view-uncategorized-images' => 'Ver imágenes sin categorizar', |
| 76 | + 'provide-id' => 'Proporcione el identificador de un monumento para mostrar los datos disponibles sobre el mismo', |
| 77 | + 'id-label' => 'BIC:', |
| 78 | + 'show-images-bad-only' => 'Mostrar sólo las imágenes con códigos incorrectos', |
| 79 | + 'show-images-all' => 'Mostrar todas las imágenes', |
| 80 | + 'search-monuments' => 'Buscar monumentos', |
| 81 | + 'view-frequency' => 'Monumentos populares', |
| 82 | + |
| 83 | + 'id-none' => '(Sin identificador)', |
| 84 | + 'monument-heading' => 'Monumento', |
| 85 | + 'count-heading' => 'Fotografías', |
| 86 | + 'bic-list' => 'Lista', |
| 87 | + 'bic-gallery' => 'Galería', |
| 88 | + |
| 89 | + 'gallery-header' => 'Imágenes del monumento con el registro $1.', |
| 90 | +); |
| 91 | + |
| 92 | +/** |
| 93 | + * Message documentation (Message documentation) |
| 94 | + * @author Platonides |
| 95 | + */ |
| 96 | +$messages['qqq'] = array( |
| 97 | + 'title' => 'Title of the different pages', |
| 98 | + |
| 99 | + /* uploads.php */ |
| 100 | + 'file' => 'Header for the column showing the filenames', |
| 101 | + 'monument-type' => 'Header for the column showing the type of monument -BIC or BCIL-, basically the template used', |
| 102 | + 'monument-id' => 'Header for the column showing the monument id', |
| 103 | + 'province' => 'Header for the column showing the monument province', |
| 104 | + 'competes' => 'Header for the column showing if the monument takes part in the competition', |
| 105 | + 'author' => 'Header for the column showing the author listed for that image', |
| 106 | + 'upload-time' => 'Upload time in CEST', |
| 107 | + 'concursa' => 'Entry for the competes column if the monuments takes part in WLM (also see: no-concursa)', |
| 108 | + 'no-concursa' => 'Entry for the competes column if the monuments does not take part in WLM (also see: concursa)', |
| 109 | + 'not-available' => 'Shown for images not yet loaded', |
| 110 | + 'date-unknown' => 'Showed when the ', |
| 111 | + 'total-images' => 'A message with the total number of images listed above, provided in $1', |
| 112 | + 'view-uncategorized-images' => 'Caption for link to [[commons:Category:Cultural_heritage_monuments_in_Spain]]', |
| 113 | + 'date-format' => 'Format in which to present the date in the upload-time column', |
| 114 | + 'show-images-bad-only' => 'Text for the link for filtering to just images with a bad id', |
| 115 | + 'show-images-all' => 'Text for the link for unfiltering the list to all images', |
| 116 | + 'search-monuments' => 'Caption link for the tool to search monuments', |
| 117 | + 'view-frequency' => 'Caption link for the tool to view monuments grouped by id', |
| 118 | + |
| 119 | + /* ids.php */ |
| 120 | + 'provide-id' => 'Caption for ids.php', |
| 121 | + 'id-label' => 'Label for ids.php input', |
| 122 | + |
| 123 | + /* monumentos.php */ |
| 124 | + 'id-none' => 'Column to show where there\'s no id', |
| 125 | + 'monument-heading' => 'Heading for the identifier', |
| 126 | + 'count-heading' => 'Heading for the count of images with that id', |
| 127 | + 'bic-list' => 'Text of link which shows the list of monuments with the id of this row', |
| 128 | + 'bic-gallery' => 'Text of link which shows the gallery of monuments with the id of this row', |
| 129 | + |
| 130 | + /* gallery.php */ |
| 131 | + 'gallery-header' => 'Text for the gallery pages. $1 is the selected monument id.', |
| 132 | +); |
| 133 | + |
| 134 | + |
Property changes on: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 135 | + native |