Index: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php |
— | — | @@ -22,6 +22,8 @@ |
23 | 23 | 'monument-type' => 'Monument type', |
24 | 24 | 'monument-id' => 'Monument id', |
25 | 25 | 'province' => 'Province', |
| 26 | + 'comarque' => 'Comarque', |
| 27 | + 'province-comarque-joiner' => '$1 / $2', // Optional |
26 | 28 | 'competes' => 'Competes', |
27 | 29 | 'author' => 'Author', |
28 | 30 | 'upload-time' => 'Upload time', |
— | — | @@ -79,6 +81,8 @@ |
80 | 82 | 'monument-type' => 'Header for the column showing the type of monument -BIC or BCIL-, basically the template used', |
81 | 83 | 'monument-id' => 'Header for the column showing the monument id', |
82 | 84 | 'province' => 'Header for the column showing the monument province', |
| 85 | + 'comarque' => 'Header for the column showing the monument comarque (for Catalonia and Valencia, see http://en.wikipedia.org/wiki/Comarques_of_Catalonia and http://en.wikipedia.org/wiki/Comarques_of_the_Valencian_Community)', |
| 86 | + 'province-comarque-joiner' => 'Used to join province and comarque when both are available. $1: Province, $2: Comarque {{Optional}}', |
83 | 87 | 'competes' => 'Header for the column showing if the monument takes part in the competition', |
84 | 88 | 'author' => 'Header for the column showing the author listed for that image. |
85 | 89 | {{Identical|Author}}', |
— | — | @@ -334,6 +338,7 @@ |
335 | 339 | 'monument-type' => 'Tipo de monumento', |
336 | 340 | 'monument-id' => 'Código', |
337 | 341 | 'province' => 'Provincia', |
| 342 | + 'comarque' => 'Comarca', |
338 | 343 | 'competes' => 'Competición', |
339 | 344 | 'author' => 'Autor', |
340 | 345 | 'upload-time' => 'Fecha', |