Index: trunk/extensions/SemanticMaps/SemanticMaps.i18n.php |
— | — | @@ -50,8 +50,6 @@ |
51 | 51 | 'semanticmaps_desc' => '{{desc}} |
52 | 52 | |
53 | 53 | * $1: a list of available map services', |
54 | | - 'semanticmaps_label_latitude' => '{{Identical|Latitude}}', |
55 | | - 'semanticmaps_label_longitude' => '{{Identical|Longitude}}', |
56 | 54 | 'semanticmaps_paramdesc_overlays' => 'An "overlay" is a map layer, containing icons or images, or whatever, to enrich, in this case, the map. Could for example be a layer with speed cameras, or municipality borders.', |
57 | 55 | ); |
58 | 56 | |
— | — | @@ -61,14 +59,6 @@ |
62 | 60 | $messages['af'] = array( |
63 | 61 | 'semanticmaps_desc' => 'Bied die vermoë om koördinaatdata met behulp van die Semantiese MediaWiki-uitbreiding te sien en te wysig ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
64 | 62 | Beskikbare kaartdienste: $1', |
65 | | - 'semanticmaps_lonely_unit' => 'Daar is nie \'n getal voor die "$1"-simbool nie.', |
66 | | - 'semanticmaps_bad_latlong' => 'Lengte en breedte moet slegs een keer gegee word, en moet geldige koördinate wees.', |
67 | | - 'semanticmaps_abb_north' => 'N', |
68 | | - 'semanticmaps_abb_east' => 'O', |
69 | | - 'semanticmaps_abb_south' => 'S', |
70 | | - 'semanticmaps_abb_west' => 'W', |
71 | | - 'semanticmaps_label_latitude' => 'Breedte:', |
72 | | - 'semanticmaps_label_longitude' => 'Lengte:', |
73 | 63 | 'semanticmaps_lookupcoordinates' => 'Soek koördinate op', |
74 | 64 | 'semanticmaps_enteraddresshere' => 'Voer adres hier in', |
75 | 65 | 'semanticmaps_notfound' => 'nie gevind nie', |
— | — | @@ -94,14 +84,6 @@ |
95 | 85 | 'semanticmaps_name' => 'خرائط دلالية', |
96 | 86 | 'semanticmaps_desc' => 'يقدم إمكانية عرض وتعديل بيانات التنسيق التي خزنها امتداد سيمانتيك ميدياويكي ([http://wiki.bn2vs.com/wiki/Semantic_Maps تجربة]). |
97 | 87 | خدمات الخرائط المتوفرة: $1', |
98 | | - 'semanticmaps_lonely_unit' => 'لا رقم تم العثور عليه قبل الرمز "$1".', |
99 | | - 'semanticmaps_bad_latlong' => 'دائرة العرض وخط الطول يجب أن يتم إعطاؤهم مرة واحدة فقط، وبإحداثيات صحيحة.', |
100 | | - 'semanticmaps_abb_north' => 'شم', |
101 | | - 'semanticmaps_abb_east' => 'شر', |
102 | | - 'semanticmaps_abb_south' => 'ج', |
103 | | - 'semanticmaps_abb_west' => 'غ', |
104 | | - 'semanticmaps_label_latitude' => 'دائرة العرض:', |
105 | | - 'semanticmaps_label_longitude' => 'خط الطول:', |
106 | 88 | 'semanticmaps_lookupcoordinates' => 'ابحث عن الإحداثيات', |
107 | 89 | 'semanticmaps_enteraddresshere' => 'أدخل العنوان هنا', |
108 | 90 | 'semanticmaps_notfound' => 'لم يوجد', |
— | — | @@ -119,30 +101,12 @@ |
120 | 102 | 'semanticmaps_paramdesc_layers' => 'الطبقات المتوفرة على الخريطة', |
121 | 103 | ); |
122 | 104 | |
123 | | -/** Aramaic (ܐܪܡܝܐ) |
124 | | - * @author Basharh |
125 | | - */ |
126 | | -$messages['arc'] = array( |
127 | | - 'semanticmaps_abb_north' => 'ܓܪܒܝܐ', |
128 | | - 'semanticmaps_abb_east' => 'ܡܕܢܚܐ', |
129 | | - 'semanticmaps_abb_south' => 'ܬܝܡܢܐ', |
130 | | - 'semanticmaps_abb_west' => 'ܡܥܪܒܐ', |
131 | | -); |
132 | | - |
133 | 105 | /** Egyptian Spoken Arabic (مصرى) |
134 | 106 | * @author Ghaly |
135 | 107 | * @author Meno25 |
136 | 108 | */ |
137 | 109 | $messages['arz'] = array( |
138 | 110 | 'semanticmaps_name' => 'خرائط دلالية', |
139 | | - 'semanticmaps_lonely_unit' => 'لم يتم العثور على رقم قبل الرمز "$1".', |
140 | | - 'semanticmaps_bad_latlong' => 'خطوط الطول والعرض يجب أن تعطى مره واحده فقط، وإحداثيات صحيحه.', |
141 | | - 'semanticmaps_abb_north' => 'شمال', |
142 | | - 'semanticmaps_abb_east' => 'شرق', |
143 | | - 'semanticmaps_abb_south' => 'جنوب', |
144 | | - 'semanticmaps_abb_west' => 'غرب', |
145 | | - 'semanticmaps_label_latitude' => 'دوائر العرض:', |
146 | | - 'semanticmaps_label_longitude' => 'خطوط الطول:', |
147 | 111 | 'semanticmaps_lookupcoordinates' => 'ابحث عن الإحداثيات', |
148 | 112 | 'semanticmaps_enteraddresshere' => 'أدخل العنوان هنا', |
149 | 113 | ); |
— | — | @@ -154,14 +118,6 @@ |
155 | 119 | $messages['be-tarask'] = array( |
156 | 120 | 'semanticmaps_name' => 'Сэмантычныя мапы', |
157 | 121 | 'semanticmaps_desc' => 'Забясьпечвае магчымасьць прагляду і рэдагаваньня зьвестак пра каардынаты, якія захоўваюцца з дапамогай пашырэньня Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps дэманстрацыя]). Даступныя сэрвісы мапаў: $1', |
158 | | - 'semanticmaps_lonely_unit' => 'Лік перад сымбалем «$1» ня знойдзены.', |
159 | | - 'semanticmaps_bad_latlong' => 'Даўгата і шырата павінны падавацца толькі аднойчы і са слушнымі каардынатамі.', |
160 | | - 'semanticmaps_abb_north' => 'Пн.', |
161 | | - 'semanticmaps_abb_east' => 'У.', |
162 | | - 'semanticmaps_abb_south' => 'Пд.', |
163 | | - 'semanticmaps_abb_west' => 'З.', |
164 | | - 'semanticmaps_label_latitude' => 'Шырата:', |
165 | | - 'semanticmaps_label_longitude' => 'Даўгата:', |
166 | 122 | 'semanticmaps_lookupcoordinates' => 'Пошук каардынатаў', |
167 | 123 | 'semanticmaps_enteraddresshere' => 'Увядзіце тут адрас', |
168 | 124 | 'semanticmaps_notfound' => 'ня знойдзена', |
— | — | @@ -179,16 +135,6 @@ |
180 | 136 | 'semanticmaps_paramdesc_layers' => 'Даступныя слаі на мапе', |
181 | 137 | ); |
182 | 138 | |
183 | | -/** Bulgarian (Български) |
184 | | - * @author DCLXVI |
185 | | - */ |
186 | | -$messages['bg'] = array( |
187 | | - 'semanticmaps_abb_north' => 'С', |
188 | | - 'semanticmaps_abb_east' => 'И', |
189 | | - 'semanticmaps_abb_south' => 'Ю', |
190 | | - 'semanticmaps_abb_west' => 'З', |
191 | | -); |
192 | | - |
193 | 139 | /** Breton (Brezhoneg) |
194 | 140 | * @author Fohanno |
195 | 141 | * @author Fulup |
— | — | @@ -216,14 +162,6 @@ |
217 | 163 | $messages['bs'] = array( |
218 | 164 | 'semanticmaps_desc' => 'Daje mogućnost pregleda i uređivanja podataka koordinata koji su spremljeni putem Semantic MediaWiki proširenja ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
219 | 165 | Dostupne usluge mapa: $1', |
220 | | - 'semanticmaps_lonely_unit' => 'Nije pronađen broj ispred simbola "$1".', |
221 | | - 'semanticmaps_bad_latlong' => 'Geografska širina i dužina moraju biti navedene samo jednom i sa valjanim koordinatama.', |
222 | | - 'semanticmaps_abb_north' => 'S', |
223 | | - 'semanticmaps_abb_east' => 'I', |
224 | | - 'semanticmaps_abb_south' => 'J', |
225 | | - 'semanticmaps_abb_west' => 'Z', |
226 | | - 'semanticmaps_label_latitude' => 'Geografska širina:', |
227 | | - 'semanticmaps_label_longitude' => 'Geografska dužina:', |
228 | 166 | 'semanticmaps_lookupcoordinates' => 'Nađi koordinate', |
229 | 167 | 'semanticmaps_enteraddresshere' => 'Unesite adresu ovdje', |
230 | 168 | 'semanticmaps_notfound' => 'nije pronađeno', |
— | — | @@ -246,33 +184,9 @@ |
247 | 185 | * @author Solde |
248 | 186 | */ |
249 | 187 | $messages['ca'] = array( |
250 | | - 'semanticmaps_lonely_unit' => 'No s\'ha trobat cap nombre davant el símbol "$1".', |
251 | | - 'semanticmaps_bad_latlong' => 'La latitud i la longitud només es poden donar un sol cop, i amb coordenades vàlides.', |
252 | | - 'semanticmaps_abb_north' => 'N', |
253 | | - 'semanticmaps_abb_east' => 'E', |
254 | | - 'semanticmaps_abb_south' => 'S', |
255 | | - 'semanticmaps_abb_west' => 'O', |
256 | | - 'semanticmaps_label_latitude' => 'Latitud:', |
257 | | - 'semanticmaps_label_longitude' => 'Longitud:', |
258 | 188 | 'semanticmaps_notfound' => "no s'ha trobat", |
259 | 189 | ); |
260 | 190 | |
261 | | -/** Czech (Česky) |
262 | | - * @author Kjbenes |
263 | | - * @author Matěj Grabovský |
264 | | - * @author Mormegil |
265 | | - */ |
266 | | -$messages['cs'] = array( |
267 | | - 'semanticmaps_lonely_unit' => 'Před symbolem „$1“ se nenachází číslo.', |
268 | | - 'semanticmaps_bad_latlong' => 'Zeměpisná šířka a délka musí být zadány jen jednou a s platnými souřadnicemi.', |
269 | | - 'semanticmaps_abb_north' => 'S', |
270 | | - 'semanticmaps_abb_east' => 'V', |
271 | | - 'semanticmaps_abb_south' => 'J', |
272 | | - 'semanticmaps_abb_west' => 'Z', |
273 | | - 'semanticmaps_label_latitude' => 'Zeměpisná šířka:', |
274 | | - 'semanticmaps_label_longitude' => 'Zeměpisná délka:', |
275 | | -); |
276 | | - |
277 | 191 | /** German (Deutsch) |
278 | 192 | * @author DaSch |
279 | 193 | * @author Imre |
— | — | @@ -283,14 +197,6 @@ |
284 | 198 | $messages['de'] = array( |
285 | 199 | 'semanticmaps_desc' => 'Ergänzt eine Möglichkeit zum Ansehen und Bearbeiten von Koordinaten, die im Rahmen der Erweiterung „Semantisches MediaWiki“ gespeichert wurden ([http://wiki.bn2vs.com/wiki/Semantic_Maps Demo]). |
286 | 200 | Unterstützte Kartendienste: $1', |
287 | | - 'semanticmaps_lonely_unit' => 'Keine Zahl vor dem Symbol „$1“ gefunden.', |
288 | | - 'semanticmaps_bad_latlong' => 'Breiten- und Längengrad dürfen nur einmal und mit gültigen Koordinaten angegeben werden.', |
289 | | - 'semanticmaps_abb_north' => 'N', |
290 | | - 'semanticmaps_abb_east' => 'O', |
291 | | - 'semanticmaps_abb_south' => 'S', |
292 | | - 'semanticmaps_abb_west' => 'W', |
293 | | - 'semanticmaps_label_latitude' => 'Breitengrad:', |
294 | | - 'semanticmaps_label_longitude' => 'Längengrad:', |
295 | 201 | 'semanticmaps_lookupcoordinates' => 'Koordinaten nachschlagen', |
296 | 202 | 'semanticmaps_enteraddresshere' => 'Adresse hier eingeben', |
297 | 203 | 'semanticmaps_notfound' => 'nicht gefunden', |
— | — | @@ -314,14 +220,6 @@ |
315 | 221 | $messages['dsb'] = array( |
316 | 222 | 'semanticmaps_desc' => 'Bitujo zmóžnosć se koordinatowe daty pśez rozšyrjenje Semantic MediaWiki woglědaś a wobźěłaś ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
317 | 223 | K dispoziciji stojece kórtowe słužby: $1.', |
318 | | - 'semanticmaps_lonely_unit' => 'Pśed symbolom "$1" žedna licba namakana.', |
319 | | - 'semanticmaps_bad_latlong' => 'Šyrina a dlinina musytej se jano jaden raz pódaś, a z płaśiwymi koordinatami.', |
320 | | - 'semanticmaps_abb_north' => 'PP', |
321 | | - 'semanticmaps_abb_east' => 'PZ', |
322 | | - 'semanticmaps_abb_south' => 'PD', |
323 | | - 'semanticmaps_abb_west' => 'PW', |
324 | | - 'semanticmaps_label_latitude' => 'Šyrina:', |
325 | | - 'semanticmaps_label_longitude' => 'Dlinina:', |
326 | 224 | 'semanticmaps_lookupcoordinates' => 'Za koordinatami póglědaś', |
327 | 225 | 'semanticmaps_enteraddresshere' => 'Zapódaj how adresu', |
328 | 226 | 'semanticmaps_notfound' => 'njenamakany', |
— | — | @@ -343,12 +241,6 @@ |
344 | 242 | * @author ZaDiak |
345 | 243 | */ |
346 | 244 | $messages['el'] = array( |
347 | | - 'semanticmaps_abb_north' => 'Β', |
348 | | - 'semanticmaps_abb_east' => 'Α', |
349 | | - 'semanticmaps_abb_south' => 'Ν', |
350 | | - 'semanticmaps_abb_west' => 'Δ', |
351 | | - 'semanticmaps_label_latitude' => 'Γεωγραφικό πλάτος:', |
352 | | - 'semanticmaps_label_longitude' => 'Γεωγραφικό μήκος:', |
353 | 245 | 'semanticmaps_lookupcoordinates' => 'Επιθεώρηση συντεταγμένων', |
354 | 246 | 'semanticmaps_enteraddresshere' => 'Εισαγωγή διεύθυνσης εδώ', |
355 | 247 | 'semanticmaps_notfound' => 'δεν βρέθηκε', |
— | — | @@ -358,14 +250,6 @@ |
359 | 251 | * @author Yekrats |
360 | 252 | */ |
361 | 253 | $messages['eo'] = array( |
362 | | - 'semanticmaps_lonely_unit' => 'Nombro mankas antaŭ simbolo "$1".', |
363 | | - 'semanticmaps_bad_latlong' => 'Latitudo kaj longitudo devas esti donata nur unufoje, kaj kun validaj koordinatoj.', |
364 | | - 'semanticmaps_abb_north' => 'N', |
365 | | - 'semanticmaps_abb_east' => 'O', |
366 | | - 'semanticmaps_abb_south' => 'S', |
367 | | - 'semanticmaps_abb_west' => 'U', |
368 | | - 'semanticmaps_label_latitude' => 'Latitudo:', |
369 | | - 'semanticmaps_label_longitude' => 'Longitudo:', |
370 | 254 | 'semanticmaps_lookupcoordinates' => 'Rigardi koordinatojn', |
371 | 255 | 'semanticmaps_enteraddresshere' => 'Enigu adreson ĉi tie', |
372 | 256 | 'semanticmaps_notfound' => 'ne trovita', |
— | — | @@ -380,14 +264,6 @@ |
381 | 265 | $messages['es'] = array( |
382 | 266 | 'semanticmaps_desc' => 'Proporciona la capacidad de ver y editar los datos coordinados almacenados a través de la extensión Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
383 | 267 | Servicios de mapas disponibles: $1', |
384 | | - 'semanticmaps_lonely_unit' => 'No se encontró ningún número antes del símbolo "$1".', |
385 | | - 'semanticmaps_bad_latlong' => 'La latitud y longitud deben darse sólo una vez y con coordenadas válidas.', |
386 | | - 'semanticmaps_abb_north' => 'N', |
387 | | - 'semanticmaps_abb_east' => 'E', |
388 | | - 'semanticmaps_abb_south' => 'S', |
389 | | - 'semanticmaps_abb_west' => 'O', |
390 | | - 'semanticmaps_label_latitude' => 'Latitud:', |
391 | | - 'semanticmaps_label_longitude' => 'Longitud:', |
392 | 268 | 'semanticmaps_lookupcoordinates' => 'Busque las coordenadas', |
393 | 269 | 'semanticmaps_enteraddresshere' => 'Ingresar dirección aquí', |
394 | 270 | 'semanticmaps_notfound' => 'no encontrado', |
— | — | @@ -409,12 +285,6 @@ |
410 | 286 | * @author An13sa |
411 | 287 | */ |
412 | 288 | $messages['eu'] = array( |
413 | | - 'semanticmaps_abb_north' => 'I', |
414 | | - 'semanticmaps_abb_east' => 'E', |
415 | | - 'semanticmaps_abb_south' => 'H', |
416 | | - 'semanticmaps_abb_west' => 'M', |
417 | | - 'semanticmaps_label_latitude' => 'Latitudea:', |
418 | | - 'semanticmaps_label_longitude' => 'Longitudea:', |
419 | 289 | 'semanticmaps_lookupcoordinates' => 'Koordenatuak bilatu', |
420 | 290 | ); |
421 | 291 | |
— | — | @@ -423,14 +293,6 @@ |
424 | 294 | * @author Str4nd |
425 | 295 | */ |
426 | 296 | $messages['fi'] = array( |
427 | | - 'semanticmaps_lonely_unit' => 'Symbolin ”$1” edestä puuttuu luku.', |
428 | | - 'semanticmaps_bad_latlong' => 'Pituuspiiri ja leveysaste voidaan määritellä vain kerran ja toimivilla koordinaateilla.', |
429 | | - 'semanticmaps_abb_north' => 'Pohj.', |
430 | | - 'semanticmaps_abb_east' => 'It.', |
431 | | - 'semanticmaps_abb_south' => 'Etel.', |
432 | | - 'semanticmaps_abb_west' => 'Länt.', |
433 | | - 'semanticmaps_label_latitude' => 'Korkeusaste:', |
434 | | - 'semanticmaps_label_longitude' => 'Pituuspiiri:', |
435 | 297 | 'semanticmaps_enteraddresshere' => 'Kirjoita osoite tähän', |
436 | 298 | 'semanticmaps_notfound' => 'ei löytynyt', |
437 | 299 | 'semanticmaps_paramdesc_height' => 'Kartan korkeus pikseleinä (oletus on $1)', |
— | — | @@ -466,33 +328,12 @@ |
467 | 329 | 'semanticmaps_paramdesc_layers' => 'Les revêtements disponibles sur la carte', |
468 | 330 | ); |
469 | 331 | |
470 | | -/** Franco-Provençal (Arpetan) |
471 | | - * @author Cedric31 |
472 | | - * @author ChrisPtDe |
473 | | - */ |
474 | | -$messages['frp'] = array( |
475 | | - 'semanticmaps_abb_north' => 'B', |
476 | | - 'semanticmaps_abb_east' => 'L', |
477 | | - 'semanticmaps_abb_south' => 'M', |
478 | | - 'semanticmaps_abb_west' => 'P', |
479 | | - 'semanticmaps_label_latitude' => 'Latituda :', |
480 | | - 'semanticmaps_label_longitude' => 'Longituda :', |
481 | | -); |
482 | | - |
483 | 332 | /** Galician (Galego) |
484 | 333 | * @author Toliño |
485 | 334 | */ |
486 | 335 | $messages['gl'] = array( |
487 | 336 | 'semanticmaps_desc' => 'Proporciona a capacidade de visualizar e modificar os datos de coordenadas gardados a través da extensión Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps demostración]). |
488 | 337 | Servizos de mapa dispoñibles: $1', |
489 | | - 'semanticmaps_lonely_unit' => 'Non se atopou ningún número antes do símbolo "$1".', |
490 | | - 'semanticmaps_bad_latlong' => 'A latitude e mais a lonxitude só se deben proporcionar unha vez, e con coordenadas válidas.', |
491 | | - 'semanticmaps_abb_north' => 'N', |
492 | | - 'semanticmaps_abb_east' => 'L', |
493 | | - 'semanticmaps_abb_south' => 'S', |
494 | | - 'semanticmaps_abb_west' => 'O', |
495 | | - 'semanticmaps_label_latitude' => 'Latitude:', |
496 | | - 'semanticmaps_label_longitude' => 'Lonxitude:', |
497 | 338 | 'semanticmaps_lookupcoordinates' => 'Ver as coordenadas', |
498 | 339 | 'semanticmaps_enteraddresshere' => 'Introduza o enderezo aquí', |
499 | 340 | 'semanticmaps_notfound' => 'non se atopou', |
— | — | @@ -510,32 +351,11 @@ |
511 | 352 | 'semanticmaps_paramdesc_layers' => 'As capas dispoñibles no mapa', |
512 | 353 | ); |
513 | 354 | |
514 | | -/** Ancient Greek (Ἀρχαία ἑλληνικὴ) |
515 | | - * @author Crazymadlover |
516 | | - * @author Omnipaedista |
517 | | - */ |
518 | | -$messages['grc'] = array( |
519 | | - 'semanticmaps_abb_north' => 'Β', |
520 | | - 'semanticmaps_abb_east' => 'Α', |
521 | | - 'semanticmaps_abb_south' => 'Ν', |
522 | | - 'semanticmaps_abb_west' => 'Δ', |
523 | | - 'semanticmaps_label_latitude' => 'Πλάτος γεωγραφικόν:', |
524 | | - 'semanticmaps_label_longitude' => 'Μῆκος γεωγραφικόν:', |
525 | | -); |
526 | | - |
527 | 355 | /** Swiss German (Alemannisch) |
528 | 356 | * @author Als-Holder |
529 | 357 | */ |
530 | 358 | $messages['gsw'] = array( |
531 | 359 | 'semanticmaps_desc' => 'Ergänzt e Megligkeit zum Aaluege un Bearbeite vu Koordinate, wu im Ramme vu dr Erwyterig „Semantisch MediaWiki“ gspycheret wore sin. Unterstitzti Chartedienscht: $1. [http://www.mediawiki.org/wiki/Extension:Semantic_Maps Dokumäntation]. [http://wiki.bn2vs.com/wiki/Semantic_Maps Demo]', |
532 | | - 'semanticmaps_lonely_unit' => 'Kei Nummere gfunde vor em Zeiche „$1“.', |
533 | | - 'semanticmaps_bad_latlong' => 'D Lengi un d Breiti derfe nume eimol yygee wäre, un mit giltige Koordinate.', |
534 | | - 'semanticmaps_abb_north' => 'N', |
535 | | - 'semanticmaps_abb_east' => 'O', |
536 | | - 'semanticmaps_abb_south' => 'S', |
537 | | - 'semanticmaps_abb_west' => 'W', |
538 | | - 'semanticmaps_label_latitude' => 'Breiti:', |
539 | | - 'semanticmaps_label_longitude' => 'Lengi:', |
540 | 360 | 'semanticmaps_lookupcoordinates' => 'Koordinate nooluege', |
541 | 361 | 'semanticmaps_enteraddresshere' => 'Doo Adräss yygee', |
542 | 362 | 'semanticmaps_notfound' => 'nit gfunde', |
— | — | @@ -560,14 +380,6 @@ |
561 | 381 | $messages['he'] = array( |
562 | 382 | 'semanticmaps_desc' => 'הוספת האפשרות לצפייה ולעריכה בנתוני קואורדינטה המאוחסנים דרך הרחבת המדיה־ויקי הסמנטי ([http://wiki.bn2vs.com/wiki/Semantic_Maps הדגמה]). |
563 | 383 | שירותי מפה זמינים: $1', |
564 | | - 'semanticmaps_lonely_unit' => 'לא נמצא מספר לפני הסימן "$1".', |
565 | | - 'semanticmaps_bad_latlong' => 'יש לציין את מידות קווי האורך והרוחב פעם אחת בלבד, ולציין קואורדינטות תקפות.', |
566 | | - 'semanticmaps_abb_north' => "צפ'", |
567 | | - 'semanticmaps_abb_east' => "מז'", |
568 | | - 'semanticmaps_abb_south' => "דר'", |
569 | | - 'semanticmaps_abb_west' => "מע'", |
570 | | - 'semanticmaps_label_latitude' => 'קו רוחב:', |
571 | | - 'semanticmaps_label_longitude' => 'קו אורך:', |
572 | 384 | 'semanticmaps_lookupcoordinates' => 'חיפוש קואורדינטות', |
573 | 385 | 'semanticmaps_enteraddresshere' => 'כתבו כתובת כאן', |
574 | 386 | 'semanticmaps_notfound' => 'לא נמצאה', |
— | — | @@ -581,31 +393,11 @@ |
582 | 394 | 'semanticmaps_paramdesc_layers' => 'השכבות הזמינות במפה', |
583 | 395 | ); |
584 | 396 | |
585 | | -/** Hindi (हिन्दी) |
586 | | - * @author Kaustubh |
587 | | - */ |
588 | | -$messages['hi'] = array( |
589 | | - 'semanticmaps_abb_north' => 'N', |
590 | | - 'semanticmaps_abb_east' => 'E', |
591 | | - 'semanticmaps_abb_south' => 'S', |
592 | | - 'semanticmaps_abb_west' => 'W', |
593 | | - 'semanticmaps_label_latitude' => 'अक्षांश:', |
594 | | - 'semanticmaps_label_longitude' => 'रेखांश:', |
595 | | -); |
596 | | - |
597 | 397 | /** Upper Sorbian (Hornjoserbsce) |
598 | 398 | * @author Michawiki |
599 | 399 | */ |
600 | 400 | $messages['hsb'] = array( |
601 | 401 | 'semanticmaps_desc' => 'Skići móžnosć koordinatowe daty, kotrež buchu přez rozšěrjenje Semantic MediaWiki składowane, sej wobhladać a změnić. ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). K dispoziciji stejace kartowe słužby: $1', |
602 | | - 'semanticmaps_lonely_unit' => 'Před symbolom "$1" žana ličba namakana.', |
603 | | - 'semanticmaps_bad_latlong' => 'Šěrina a dołhosć dyrbitej so jenož jedyn raz podać a z płaćiwymi koordinatami.', |
604 | | - 'semanticmaps_abb_north' => 'S', |
605 | | - 'semanticmaps_abb_east' => 'W', |
606 | | - 'semanticmaps_abb_south' => 'J', |
607 | | - 'semanticmaps_abb_west' => 'Z', |
608 | | - 'semanticmaps_label_latitude' => 'Šěrina:', |
609 | | - 'semanticmaps_label_longitude' => 'Dołhosć:', |
610 | 402 | 'semanticmaps_lookupcoordinates' => 'Za koordinatami hladać', |
611 | 403 | 'semanticmaps_enteraddresshere' => 'Zapodaj tu adresu', |
612 | 404 | 'semanticmaps_notfound' => 'njenamakany', |
— | — | @@ -623,17 +415,6 @@ |
624 | 416 | 'semanticmaps_paramdesc_layers' => 'Woršty, kotrež za kartu k dispoziciji steja', |
625 | 417 | ); |
626 | 418 | |
627 | | -/** Haitian (Kreyòl ayisyen) |
628 | | - * @author Jvm |
629 | | - * @author Masterches |
630 | | - */ |
631 | | -$messages['ht'] = array( |
632 | | - 'semanticmaps_abb_north' => 'N', |
633 | | - 'semanticmaps_abb_east' => 'E', |
634 | | - 'semanticmaps_abb_south' => 'S', |
635 | | - 'semanticmaps_abb_west' => 'W', |
636 | | -); |
637 | | - |
638 | 419 | /** Hungarian (Magyar) |
639 | 420 | * @author Glanthor Reviol |
640 | 421 | */ |
— | — | @@ -659,14 +440,6 @@ |
660 | 441 | 'semanticmaps_desc' => 'Permitte vider e modificar datos de coordinatas immagazinate per le extension Semantic MediaWiki |
661 | 442 | ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
662 | 443 | Servicios de cartas disponibile: $1', |
663 | | - 'semanticmaps_lonely_unit' => 'Nulle numero trovate ante le symbolo "$1".', |
664 | | - 'semanticmaps_bad_latlong' => 'Latitude e longitude debe esser date solo un vice, e con valide coordinatas.', |
665 | | - 'semanticmaps_abb_north' => 'N', |
666 | | - 'semanticmaps_abb_east' => 'E', |
667 | | - 'semanticmaps_abb_south' => 'S', |
668 | | - 'semanticmaps_abb_west' => 'W', |
669 | | - 'semanticmaps_label_latitude' => 'Latitude:', |
670 | | - 'semanticmaps_label_longitude' => 'Longitude:', |
671 | 444 | 'semanticmaps_lookupcoordinates' => 'Cercar coordinatas', |
672 | 445 | 'semanticmaps_enteraddresshere' => 'Entra adresse hic', |
673 | 446 | 'semanticmaps_notfound' => 'non trovate', |
— | — | @@ -691,14 +464,6 @@ |
692 | 465 | $messages['id'] = array( |
693 | 466 | 'semanticmaps_desc' => 'Memampukan penampilan dan penyuntingan data koordinat yang disimpan melalui pengaya MediaWiki Semantic ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
694 | 467 | Layanan peta yang tersedia: $1', |
695 | | - 'semanticmaps_lonely_unit' => 'Tak ada angka yang ditemukan sebelum simbol "$1".', |
696 | | - 'semanticmaps_bad_latlong' => 'Lintang dan bujur harus diisi sekali, dan dengan koordinat yang benar.', |
697 | | - 'semanticmaps_abb_north' => 'U', |
698 | | - 'semanticmaps_abb_east' => 'T', |
699 | | - 'semanticmaps_abb_south' => 'S', |
700 | | - 'semanticmaps_abb_west' => 'B', |
701 | | - 'semanticmaps_label_latitude' => 'Lintang:', |
702 | | - 'semanticmaps_label_longitude' => 'Bujur:', |
703 | 468 | 'semanticmaps_lookupcoordinates' => 'Cari koordinat', |
704 | 469 | 'semanticmaps_enteraddresshere' => 'Masukkan alamat di sini', |
705 | 470 | 'semanticmaps_notfound' => 'tidak ditemukan', |
— | — | @@ -745,14 +510,6 @@ |
746 | 511 | */ |
747 | 512 | $messages['ja'] = array( |
748 | 513 | 'semanticmaps_desc' => 'Semantic MediaWiki 拡張機能を通して格納された座標データを表示・編集する機能を提供する ([http://wiki.bn2vs.com/wiki/Semantic_Maps 実演])。次の地図サービスに対応します:$1', |
749 | | - 'semanticmaps_lonely_unit' => '記号「$1」の前に数値がありません。', |
750 | | - 'semanticmaps_bad_latlong' => '緯度と経度は有効な座標値をもって、一回のみ指定されなければなりません。', |
751 | | - 'semanticmaps_abb_north' => '北', |
752 | | - 'semanticmaps_abb_east' => '東', |
753 | | - 'semanticmaps_abb_south' => '南', |
754 | | - 'semanticmaps_abb_west' => '西', |
755 | | - 'semanticmaps_label_latitude' => '緯度:', |
756 | | - 'semanticmaps_label_longitude' => '経度:', |
757 | 514 | 'semanticmaps_lookupcoordinates' => '座標を調べる', |
758 | 515 | 'semanticmaps_enteraddresshere' => '住所をここに入力します', |
759 | 516 | 'semanticmaps_notfound' => '見つかりません', |
— | — | @@ -770,49 +527,18 @@ |
771 | 528 | 'semanticmaps_paramdesc_layers' => 'この地図で利用できるレイヤー', |
772 | 529 | ); |
773 | 530 | |
774 | | -/** Javanese (Basa Jawa) |
775 | | - * @author Meursault2004 |
776 | | - * @author Pras |
777 | | - */ |
778 | | -$messages['jv'] = array( |
779 | | - 'semanticmaps_lonely_unit' => 'Ora ditemokaké angka sangarepé simbul “$1”.', |
780 | | - 'semanticmaps_bad_latlong' => 'Latituda lan longituda namung olèh diwènèhaké sapisan, lan mawa koordinat sing absah.', |
781 | | - 'semanticmaps_abb_north' => 'L', |
782 | | - 'semanticmaps_abb_east' => 'W', |
783 | | - 'semanticmaps_abb_south' => 'Kdl', |
784 | | - 'semanticmaps_abb_west' => 'Kln', |
785 | | - 'semanticmaps_label_latitude' => 'Latituda:', |
786 | | - 'semanticmaps_label_longitude' => 'Longituda:', |
787 | | -); |
788 | | - |
789 | 531 | /** Khmer (ភាសាខ្មែរ) |
790 | 532 | * @author Thearith |
791 | 533 | */ |
792 | 534 | $messages['km'] = array( |
793 | | - 'semanticmaps_lonely_unit' => 'គ្មានលេខបានរកឃើញមុននិមិត្តសញ្ញា "$1" ទេ។', |
794 | | - 'semanticmaps_bad_latlong' => 'រយៈទទឹង និងរយៈបណ្ដោយ ត្រូវតែផ្ដល់ឱ្យក្នុងពេលតែមួយ ព្រមទាំងជាមួយកូអរដោនេត្រឹមត្រូវ។', |
795 | | - 'semanticmaps_abb_north' => 'ជ', |
796 | | - 'semanticmaps_abb_east' => 'ក', |
797 | | - 'semanticmaps_abb_south' => 'ត្ប', |
798 | | - 'semanticmaps_abb_west' => 'ល', |
799 | | - 'semanticmaps_label_latitude' => 'រយះទទឹង៖', |
800 | | - 'semanticmaps_label_longitude' => 'រយះបណ្តោយ៖', |
801 | 535 | 'semanticmaps_lookupcoordinates' => 'ក្រឡេកមើលកូអរដោនេ', |
802 | 536 | ); |
803 | 537 | |
804 | | -/** Ripoarisch (Ripoarisch) |
| 538 | +/** Colognian (Ripoarisch) |
805 | 539 | * @author Purodha |
806 | 540 | */ |
807 | 541 | $messages['ksh'] = array( |
808 | 542 | 'semanticmaps_desc' => 'Määt et müjjelesch, Koodinaate ze beloore un ze ändere, di per Semantesch Mediawiki faßjehallde woodte. (E [http://wiki.bn2vs.com/wiki/Semantic_Maps Beijshpöll]) Deenste för Kaate ham_mer di heh: $1', |
809 | | - 'semanticmaps_lonely_unit' => 'De Nommer vür däm Zeijsche „$1“ fählt.', |
810 | | - 'semanticmaps_bad_latlong' => "De Längde und de Breedt dörve bloß eijmohl aanjejovve wääde, un met reeschtijje Ko'odinaate.", |
811 | | - 'semanticmaps_abb_north' => 'N', |
812 | | - 'semanticmaps_abb_east' => 'O', |
813 | | - 'semanticmaps_abb_south' => 'S', |
814 | | - 'semanticmaps_abb_west' => 'W', |
815 | | - 'semanticmaps_label_latitude' => 'Breedt om Jlobus:', |
816 | | - 'semanticmaps_label_longitude' => 'Längde om Jlobus:', |
817 | 543 | 'semanticmaps_lookupcoordinates' => 'Koordinate nohkike', |
818 | 544 | 'semanticmaps_enteraddresshere' => 'Donn hee de Address enjäve', |
819 | 545 | 'semanticmaps_notfound' => 'nit jefonge', |
— | — | @@ -834,14 +560,6 @@ |
835 | 561 | * @author Robby |
836 | 562 | */ |
837 | 563 | $messages['lb'] = array( |
838 | | - 'semanticmaps_lonely_unit' => 'Keng Zuel virum Symbol "$1" fonnt.', |
839 | | - 'semanticmaps_bad_latlong' => 'Längtegrad a Breedegrad däerfen nëmmen eemol a mat valabele Koordinaten ugi ginn.', |
840 | | - 'semanticmaps_abb_north' => 'N', |
841 | | - 'semanticmaps_abb_east' => 'O', |
842 | | - 'semanticmaps_abb_south' => 'S', |
843 | | - 'semanticmaps_abb_west' => 'W', |
844 | | - 'semanticmaps_label_latitude' => 'Breedegrad:', |
845 | | - 'semanticmaps_label_longitude' => 'Längtegrad:', |
846 | 564 | 'semanticmaps_lookupcoordinates' => 'Koordinaten nokucken', |
847 | 565 | 'semanticmaps_enteraddresshere' => 'Adress hei aginn', |
848 | 566 | 'semanticmaps_notfound' => 'net fonnt', |
— | — | @@ -859,14 +577,6 @@ |
860 | 578 | $messages['mk'] = array( |
861 | 579 | 'semanticmaps_desc' => 'Дава можност за гледање и уредување на податоци со координати складирани преку проширувањето Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps демо]). |
862 | 580 | Картографски служби на располагање: $1', |
863 | | - 'semanticmaps_lonely_unit' => 'Нема пронајдено број пред симболот „$1“.', |
864 | | - 'semanticmaps_bad_latlong' => 'Географската ширина и должина мора да се наведат само еднаш, и со важечки координати.', |
865 | | - 'semanticmaps_abb_north' => 'С', |
866 | | - 'semanticmaps_abb_east' => 'И', |
867 | | - 'semanticmaps_abb_south' => 'Ј', |
868 | | - 'semanticmaps_abb_west' => 'З', |
869 | | - 'semanticmaps_label_latitude' => 'Геог. ширина', |
870 | | - 'semanticmaps_label_longitude' => 'Геог. должина:', |
871 | 581 | 'semanticmaps_lookupcoordinates' => 'Побарај координати', |
872 | 582 | 'semanticmaps_enteraddresshere' => 'Внесете адреса тука', |
873 | 583 | 'semanticmaps_notfound' => 'не е најдено ништо', |
— | — | @@ -884,54 +594,6 @@ |
885 | 595 | 'semanticmaps_paramdesc_layers' => 'Слоевите достапни на картата', |
886 | 596 | ); |
887 | 597 | |
888 | | -/** Malayalam (മലയാളം) |
889 | | - * @author Shijualex |
890 | | - */ |
891 | | -$messages['ml'] = array( |
892 | | - 'semanticmaps_lonely_unit' => '“$1” എന്ന ചിഹ്നത്തിനു മുന്പ് സംഖ്യകള് കണ്ടില്ല.', |
893 | | - 'semanticmaps_abb_north' => 'വടക്ക്', |
894 | | - 'semanticmaps_abb_east' => 'കിഴക്ക്', |
895 | | - 'semanticmaps_abb_south' => 'തെക്ക്', |
896 | | - 'semanticmaps_abb_west' => 'പടിഞ്ഞാറ്', |
897 | | - 'semanticmaps_label_latitude' => 'അക്ഷാംശം:', |
898 | | - 'semanticmaps_label_longitude' => 'രേഖാംശം:', |
899 | | -); |
900 | | - |
901 | | -/** Marathi (मराठी) |
902 | | - * @author Kaustubh |
903 | | - */ |
904 | | -$messages['mr'] = array( |
905 | | - 'semanticmaps_lonely_unit' => '“$1” चिन्हाच्या आधी कुठलीही संख्या सापडली नाही.', |
906 | | - 'semanticmaps_bad_latlong' => 'अक्षांश व रेखांश फक्त एकदाच देता येतील, ते सुद्धा योग्य किंमतींसकट.', |
907 | | - 'semanticmaps_abb_north' => 'N', |
908 | | - 'semanticmaps_abb_east' => 'E', |
909 | | - 'semanticmaps_abb_south' => 'S', |
910 | | - 'semanticmaps_abb_west' => 'W', |
911 | | - 'semanticmaps_label_latitude' => 'अक्षांश:', |
912 | | - 'semanticmaps_label_longitude' => 'रेखांश:', |
913 | | -); |
914 | | - |
915 | | -/** Erzya (Эрзянь) |
916 | | - * @author Botuzhaleny-sodamo |
917 | | - */ |
918 | | -$messages['myv'] = array( |
919 | | - 'semanticmaps_abb_north' => 'Веньэльйонкс', |
920 | | - 'semanticmaps_abb_east' => 'Чилисемайонкс', |
921 | | - 'semanticmaps_abb_south' => 'Чиньэльйонкс', |
922 | | - 'semanticmaps_abb_west' => 'Чивалгомайонкс', |
923 | | - 'semanticmaps_label_latitude' => 'Келезэ:', |
924 | | - 'semanticmaps_label_longitude' => 'Кувалмозо:', |
925 | | -); |
926 | | - |
927 | | -/** Nahuatl (Nāhuatl) |
928 | | - * @author Fluence |
929 | | - */ |
930 | | -$messages['nah'] = array( |
931 | | - 'semanticmaps_abb_north' => 'M', |
932 | | - 'semanticmaps_abb_east' => 'T', |
933 | | - 'semanticmaps_abb_south' => 'H', |
934 | | -); |
935 | | - |
936 | 598 | /** Dutch (Nederlands) |
937 | 599 | * @author Jeroen De Dauw |
938 | 600 | * @author Siebrand |
— | — | @@ -939,14 +601,6 @@ |
940 | 602 | $messages['nl'] = array( |
941 | 603 | 'semanticmaps_desc' => 'Biedt de mogelijkheid om locatiegegevens die zijn opgeslagen met behulp van de uitbreiding Semantic MediaWiki te bekijken en aan te passen ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
942 | 604 | Beschikbare kaartdiensten: $1', |
943 | | - 'semanticmaps_lonely_unit' => 'Er is geen getal gevonden voor het symbool "$1".', |
944 | | - 'semanticmaps_bad_latlong' => 'Lengte en breedte hoeven maar een keer opgegeven te worden, en dienen geldige coördinaten te zijn.', |
945 | | - 'semanticmaps_abb_north' => 'N', |
946 | | - 'semanticmaps_abb_east' => 'O', |
947 | | - 'semanticmaps_abb_south' => 'Z', |
948 | | - 'semanticmaps_abb_west' => 'W', |
949 | | - 'semanticmaps_label_latitude' => 'Breedte:', |
950 | | - 'semanticmaps_label_longitude' => 'Lengte:', |
951 | 605 | 'semanticmaps_lookupcoordinates' => 'Coördinaten opzoeken', |
952 | 606 | 'semanticmaps_enteraddresshere' => 'Voer hier het adres in', |
953 | 607 | 'semanticmaps_notfound' => 'niet gevonden', |
— | — | @@ -968,14 +622,6 @@ |
969 | 623 | * @author Harald Khan |
970 | 624 | */ |
971 | 625 | $messages['nn'] = array( |
972 | | - 'semanticmaps_lonely_unit' => 'Fann ikkje noko tal framom symbolet «$1».', |
973 | | - 'semanticmaps_bad_latlong' => 'Breidde- og lengdegrad kan berre verta oppgjeve éin gong, og med gyldige koordinatar.', |
974 | | - 'semanticmaps_abb_north' => 'N', |
975 | | - 'semanticmaps_abb_east' => 'A', |
976 | | - 'semanticmaps_abb_south' => 'S', |
977 | | - 'semanticmaps_abb_west' => 'V', |
978 | | - 'semanticmaps_label_latitude' => 'Breiddegrad:', |
979 | | - 'semanticmaps_label_longitude' => 'Lengdegrad:', |
980 | 626 | 'semanticmaps_lookupcoordinates' => 'Sjekk koordinatar', |
981 | 627 | 'semanticmaps_enteraddresshere' => 'Skriv inn adressa her', |
982 | 628 | ); |
— | — | @@ -987,14 +633,6 @@ |
988 | 634 | $messages['no'] = array( |
989 | 635 | 'semanticmaps_desc' => 'Tilbyr muligheten til å se og endre koordinatdata lagret gjennom Semantic MediaWiki-utvidelsen ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
990 | 636 | Tilgjengelige karttjenester: $1', |
991 | | - 'semanticmaps_lonely_unit' => 'Fant ingen tall før symbolet «$1».', |
992 | | - 'semanticmaps_bad_latlong' => 'Bredde- og lengdegrad må gis kun en gang og med gyldige koordinater.', |
993 | | - 'semanticmaps_abb_north' => 'N', |
994 | | - 'semanticmaps_abb_east' => 'Ø', |
995 | | - 'semanticmaps_abb_south' => 'S', |
996 | | - 'semanticmaps_abb_west' => 'V', |
997 | | - 'semanticmaps_label_latitude' => 'Breddegrad:', |
998 | | - 'semanticmaps_label_longitude' => 'Lengdegrad:', |
999 | 637 | 'semanticmaps_lookupcoordinates' => 'Sjekk koordinater', |
1000 | 638 | 'semanticmaps_enteraddresshere' => 'Skriv inn adressen her', |
1001 | 639 | 'semanticmaps_notfound' => 'ikke funnet', |
— | — | @@ -1017,28 +655,11 @@ |
1018 | 656 | */ |
1019 | 657 | $messages['oc'] = array( |
1020 | 658 | 'semanticmaps_desc' => "Permet de veire e modificar las donadas de coordenadas estocadas a travèrs l'extension Semantic MediaWiki. Servicis de mapas disponibles : $1. [http://www.mediawiki.org/wiki/Extension:Semantic_Maps Documentacion]. [http://wiki.bn2vs.com/wiki/Semantic_Maps Demo]", |
1021 | | - 'semanticmaps_lonely_unit' => 'Cap de nombre pas trobat abans lo simbòl “$1”.', |
1022 | | - 'semanticmaps_bad_latlong' => "Latitud e longitud devon pas èsser indicats qu'un sol còp, e amb de coordenadas validas.", |
1023 | | - 'semanticmaps_abb_north' => 'N', |
1024 | | - 'semanticmaps_abb_east' => 'E', |
1025 | | - 'semanticmaps_abb_south' => 'S', |
1026 | | - 'semanticmaps_abb_west' => 'O', |
1027 | | - 'semanticmaps_label_latitude' => 'Latitud :', |
1028 | | - 'semanticmaps_label_longitude' => 'Longitud :', |
1029 | 659 | 'semanticmaps_lookupcoordinates' => 'Estimar las coordenadas', |
1030 | 660 | 'semanticmaps_enteraddresshere' => 'Picatz aicí l’adreça', |
1031 | 661 | 'semanticmaps_notfound' => 'pas trobat', |
1032 | 662 | ); |
1033 | 663 | |
1034 | | -/** Deitsch (Deitsch) |
1035 | | - * @author Xqt |
1036 | | - */ |
1037 | | -$messages['pdc'] = array( |
1038 | | - 'semanticmaps_abb_north' => 'N', |
1039 | | - 'semanticmaps_abb_south' => 'S', |
1040 | | - 'semanticmaps_abb_west' => 'W', |
1041 | | -); |
1042 | | - |
1043 | 664 | /** Polish (Polski) |
1044 | 665 | * @author Derbeth |
1045 | 666 | * @author Leinad |
— | — | @@ -1048,14 +669,6 @@ |
1049 | 670 | $messages['pl'] = array( |
1050 | 671 | 'semanticmaps_desc' => 'Daje możliwość przeglądania oraz edytowania współrzędnych zapisanych przez rozszerzenie Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
1051 | 672 | Dostępne serwisy mapowe: $1', |
1052 | | - 'semanticmaps_lonely_unit' => 'Przed symbolem „$1” nie umieszczono żadnej cyfry.', |
1053 | | - 'semanticmaps_bad_latlong' => 'Szerokość i długość geograficzna muszą być podane raz, z prawidłowymi współrzędnymi.', |
1054 | | - 'semanticmaps_abb_north' => 'N', |
1055 | | - 'semanticmaps_abb_east' => 'E', |
1056 | | - 'semanticmaps_abb_south' => 'S', |
1057 | | - 'semanticmaps_abb_west' => 'W', |
1058 | | - 'semanticmaps_label_latitude' => 'Szerokość geograficzna', |
1059 | | - 'semanticmaps_label_longitude' => 'Długość geograficzna', |
1060 | 673 | 'semanticmaps_lookupcoordinates' => 'Wyszukaj współrzędne', |
1061 | 674 | 'semanticmaps_enteraddresshere' => 'Podaj adres', |
1062 | 675 | 'semanticmaps_notfound' => 'nie odnaleziono', |
— | — | @@ -1070,14 +683,6 @@ |
1071 | 684 | $messages['pms'] = array( |
1072 | 685 | 'semanticmaps_desc' => 'A dà la possibilità ëd visualisé e modìfiché le coordinà memorisà con le estension Semantic mediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
1073 | 686 | Sërvissi ëd mapa disponìbij: $1', |
1074 | | - 'semanticmaps_lonely_unit' => 'Pa gnun nùmer trovà prima dël sìmbol "$1".', |
1075 | | - 'semanticmaps_bad_latlong' => 'Latitùdin e longitùdin a deuvo esse dàite mach na vira, e con coordinà bon-e.', |
1076 | | - 'semanticmaps_abb_north' => 'N', |
1077 | | - 'semanticmaps_abb_east' => 'E', |
1078 | | - 'semanticmaps_abb_south' => 'S', |
1079 | | - 'semanticmaps_abb_west' => 'W', |
1080 | | - 'semanticmaps_label_latitude' => 'Latitùdin:', |
1081 | | - 'semanticmaps_label_longitude' => 'Longitùdin:', |
1082 | 687 | 'semanticmaps_lookupcoordinates' => 'Serca coordinà', |
1083 | 688 | 'semanticmaps_enteraddresshere' => 'Ansëriss adrëssa sì', |
1084 | 689 | 'semanticmaps_notfound' => 'pa trovà', |
— | — | @@ -1103,14 +708,6 @@ |
1104 | 709 | $messages['pt'] = array( |
1105 | 710 | 'semanticmaps_desc' => 'Permite visualizar e editar dados de coordenadas, armazenados através da extensão Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps demonstração]). |
1106 | 711 | Serviços de cartografia disponíveis: $1', |
1107 | | - 'semanticmaps_lonely_unit' => 'Não foi encontrado um número antes do símbolo "$1".', |
1108 | | - 'semanticmaps_bad_latlong' => 'Latitude e longitude têm de ser fornecidas uma só vez e com coordenadas válidas.', |
1109 | | - 'semanticmaps_abb_north' => 'N', |
1110 | | - 'semanticmaps_abb_east' => 'E', |
1111 | | - 'semanticmaps_abb_south' => 'S', |
1112 | | - 'semanticmaps_abb_west' => 'O', |
1113 | | - 'semanticmaps_label_latitude' => 'Latitude:', |
1114 | | - 'semanticmaps_label_longitude' => 'Longitude:', |
1115 | 712 | 'semanticmaps_lookupcoordinates' => 'Pesquisar coordenadas', |
1116 | 713 | 'semanticmaps_enteraddresshere' => 'Introduza um endereço aqui', |
1117 | 714 | 'semanticmaps_notfound' => 'não encontrado', |
— | — | @@ -1135,13 +732,6 @@ |
1136 | 733 | $messages['pt-br'] = array( |
1137 | 734 | 'semanticmaps_desc' => 'Provê a possibilidade de ver e editar dados de coordenadas armazenados através da extensão Semantic MediaWiki. ([http://wiki.bn2vs.com/wiki/Semantic_Maps demonstração]). |
1138 | 735 | Serviços de mapeamento disponíveis: $1', |
1139 | | - 'semanticmaps_lonely_unit' => 'Nenhum número encontrado antes do símbolo "$1".', |
1140 | | - 'semanticmaps_bad_latlong' => 'A latitude e a longitude só podem ser fornecidas uma vez, e com coordenadas válidas.', |
1141 | | - 'semanticmaps_abb_north' => 'N', |
1142 | | - 'semanticmaps_abb_south' => 'S', |
1143 | | - 'semanticmaps_abb_west' => 'O', |
1144 | | - 'semanticmaps_label_latitude' => 'Latitude:', |
1145 | | - 'semanticmaps_label_longitude' => 'Longitude:', |
1146 | 736 | 'semanticmaps_lookupcoordinates' => 'Pesquisar coordenadas', |
1147 | 737 | 'semanticmaps_enteraddresshere' => 'Introduza um endereço aqui', |
1148 | 738 | 'semanticmaps_notfound' => 'Não encontrado', |
— | — | @@ -1151,14 +741,6 @@ |
1152 | 742 | * @author Firilacroco |
1153 | 743 | */ |
1154 | 744 | $messages['ro'] = array( |
1155 | | - 'semanticmaps_lonely_unit' => 'Nici un număr găsit înaintea simbolului "$1".', |
1156 | | - 'semanticmaps_bad_latlong' => 'Latitudinea şi longitutdinea trebuie date o singură dată, şi cu valori valide.', |
1157 | | - 'semanticmaps_abb_north' => 'N', |
1158 | | - 'semanticmaps_abb_east' => 'E', |
1159 | | - 'semanticmaps_abb_south' => 'S', |
1160 | | - 'semanticmaps_abb_west' => 'V', |
1161 | | - 'semanticmaps_label_latitude' => 'Latitudine:', |
1162 | | - 'semanticmaps_label_longitude' => 'Longitudine:', |
1163 | 745 | 'semanticmaps_enteraddresshere' => 'Introduceţi adresa aici', |
1164 | 746 | 'semanticmaps_notfound' => 'nu a fost găsit', |
1165 | 747 | ); |
— | — | @@ -1182,14 +764,6 @@ |
1183 | 765 | $messages['ru'] = array( |
1184 | 766 | 'semanticmaps_desc' => 'Предоставляет возможность просмотра и редактирования данных о координатах, хранящихся посредством расширения Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps демонстрация]). |
1185 | 767 | Доступные службы карт: $1', |
1186 | | - 'semanticmaps_lonely_unit' => 'Не найден номер перед символом «$1».', |
1187 | | - 'semanticmaps_bad_latlong' => 'Широта и долгота должна быть указаны только один раз, значения координат должны быть корректными.', |
1188 | | - 'semanticmaps_abb_north' => 'С', |
1189 | | - 'semanticmaps_abb_east' => 'В', |
1190 | | - 'semanticmaps_abb_south' => 'Ю', |
1191 | | - 'semanticmaps_abb_west' => 'З', |
1192 | | - 'semanticmaps_label_latitude' => 'Широта:', |
1193 | | - 'semanticmaps_label_longitude' => 'Долгота:', |
1194 | 768 | 'semanticmaps_lookupcoordinates' => 'Найти координаты', |
1195 | 769 | 'semanticmaps_enteraddresshere' => 'Введите адрес', |
1196 | 770 | 'semanticmaps_notfound' => 'не найдено', |
— | — | @@ -1213,14 +787,6 @@ |
1214 | 788 | $messages['sk'] = array( |
1215 | 789 | 'semanticmaps_desc' => 'Poskytuje schopnosť zobrazovať a upravovať údaje súradníc uložené prostredníctvom rozšírenia Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
1216 | 790 | Dostupné mapové služby: $1', |
1217 | | - 'semanticmaps_lonely_unit' => 'Pred symbolom „$1“ sa nenachádza žiadne číslo.', |
1218 | | - 'semanticmaps_bad_latlong' => 'Zemepisná dĺžka a šírka musí byť zadaná iba raz a s platnými súradnicami.', |
1219 | | - 'semanticmaps_abb_north' => 'S', |
1220 | | - 'semanticmaps_abb_east' => 'V', |
1221 | | - 'semanticmaps_abb_south' => 'J', |
1222 | | - 'semanticmaps_abb_west' => 'Z', |
1223 | | - 'semanticmaps_label_latitude' => 'Zem. dĺžka:', |
1224 | | - 'semanticmaps_label_longitude' => 'Zem. šírka:', |
1225 | 791 | 'semanticmaps_lookupcoordinates' => 'Vyhľadať súradnice', |
1226 | 792 | 'semanticmaps_enteraddresshere' => 'Sem zadajte emailovú adresu', |
1227 | 793 | 'semanticmaps_notfound' => 'nenájdené', |
— | — | @@ -1242,14 +808,6 @@ |
1243 | 809 | * @author Михајло Анђелковић |
1244 | 810 | */ |
1245 | 811 | $messages['sr-ec'] = array( |
1246 | | - 'semanticmaps_lonely_unit' => 'Није пронађен број пре симбола "$1".', |
1247 | | - 'semanticmaps_bad_latlong' => 'Географска ширина и дужина морају бити дате само једном и са ваљаним координатама.', |
1248 | | - 'semanticmaps_abb_north' => 'С', |
1249 | | - 'semanticmaps_abb_east' => 'И', |
1250 | | - 'semanticmaps_abb_south' => 'Ј', |
1251 | | - 'semanticmaps_abb_west' => 'З', |
1252 | | - 'semanticmaps_label_latitude' => 'Географска ширина:', |
1253 | | - 'semanticmaps_label_longitude' => 'Географска дужина:', |
1254 | 812 | 'semanticmaps_enteraddresshere' => 'Унеси адресу овде', |
1255 | 813 | 'semanticmaps_notfound' => 'није нађено', |
1256 | 814 | ); |
— | — | @@ -1258,14 +816,6 @@ |
1259 | 817 | * @author Michaello |
1260 | 818 | */ |
1261 | 819 | $messages['sr-el'] = array( |
1262 | | - 'semanticmaps_lonely_unit' => 'Nije pronađen broj pre simbola "$1".', |
1263 | | - 'semanticmaps_bad_latlong' => 'Geografska širina i dužina moraju biti date samo jednom i sa valjanim koordinatama.', |
1264 | | - 'semanticmaps_abb_north' => 'S', |
1265 | | - 'semanticmaps_abb_east' => 'I', |
1266 | | - 'semanticmaps_abb_south' => 'J', |
1267 | | - 'semanticmaps_abb_west' => 'Z', |
1268 | | - 'semanticmaps_label_latitude' => 'Geografska širina:', |
1269 | | - 'semanticmaps_label_longitude' => 'Geografska dužina:', |
1270 | 820 | 'semanticmaps_enteraddresshere' => 'Unesi adresu ovde', |
1271 | 821 | 'semanticmaps_notfound' => 'nije nađeno', |
1272 | 822 | ); |
— | — | @@ -1279,14 +829,6 @@ |
1280 | 830 | 'semanticmaps_desc' => 'Ger möjligheten att titta på och ändra koordinatdata sparad genom Semantic MediaWiki-utvidgningen ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
1281 | 831 | |
1282 | 832 | Tillgängliga karttjänster: $1', |
1283 | | - 'semanticmaps_lonely_unit' => 'Inget tal framför symbolen "$1".', |
1284 | | - 'semanticmaps_bad_latlong' => 'Bredd och längdgrad skall anges endast en gång och med giltiga koordinater.', |
1285 | | - 'semanticmaps_abb_north' => 'N', |
1286 | | - 'semanticmaps_abb_east' => 'Ö', |
1287 | | - 'semanticmaps_abb_south' => 'S', |
1288 | | - 'semanticmaps_abb_west' => 'V', |
1289 | | - 'semanticmaps_label_latitude' => 'Breddgrad:', |
1290 | | - 'semanticmaps_label_longitude' => 'Längdgrad:', |
1291 | 833 | 'semanticmaps_lookupcoordinates' => 'Kolla upp koordinater', |
1292 | 834 | 'semanticmaps_enteraddresshere' => 'Skriv in adress här', |
1293 | 835 | 'semanticmaps_notfound' => 'hittades inte', |
— | — | @@ -1302,12 +844,6 @@ |
1303 | 845 | * @author Veeven |
1304 | 846 | */ |
1305 | 847 | $messages['te'] = array( |
1306 | | - 'semanticmaps_abb_north' => 'ఉ', |
1307 | | - 'semanticmaps_abb_east' => 'తూ', |
1308 | | - 'semanticmaps_abb_south' => 'ద', |
1309 | | - 'semanticmaps_abb_west' => 'ప', |
1310 | | - 'semanticmaps_label_latitude' => 'అక్షాంశం:', |
1311 | | - 'semanticmaps_label_longitude' => 'రేఖాంశం:', |
1312 | 848 | 'semanticmaps_notfound' => 'కనబడలేదు', |
1313 | 849 | ); |
1314 | 850 | |
— | — | @@ -1315,14 +851,6 @@ |
1316 | 852 | * @author AnakngAraw |
1317 | 853 | */ |
1318 | 854 | $messages['tl'] = array( |
1319 | | - 'semanticmaps_lonely_unit' => 'Walang natagpuang bilang bago ang sagisag na "$1".', |
1320 | | - 'semanticmaps_bad_latlong' => 'Isang ulit lamang dapat ibigay ang latitud at longhitud, at may tanggap na mga tugmaang pampook.', |
1321 | | - 'semanticmaps_abb_north' => 'H', |
1322 | | - 'semanticmaps_abb_east' => 'S', |
1323 | | - 'semanticmaps_abb_south' => 'T', |
1324 | | - 'semanticmaps_abb_west' => 'K', |
1325 | | - 'semanticmaps_label_latitude' => 'Latitud:', |
1326 | | - 'semanticmaps_label_longitude' => 'Longhitud:', |
1327 | 855 | 'semanticmaps_lookupcoordinates' => "Hanapin ang mga tugmaang-pampook (''coordinate'')", |
1328 | 856 | 'semanticmaps_enteraddresshere' => 'Ipasok ang adres dito', |
1329 | 857 | ); |
— | — | @@ -1331,12 +859,6 @@ |
1332 | 860 | * @author Vito Genovese |
1333 | 861 | */ |
1334 | 862 | $messages['tr'] = array( |
1335 | | - 'semanticmaps_abb_north' => 'K', |
1336 | | - 'semanticmaps_abb_east' => 'D', |
1337 | | - 'semanticmaps_abb_south' => 'G', |
1338 | | - 'semanticmaps_abb_west' => 'B', |
1339 | | - 'semanticmaps_label_latitude' => 'Enlem:', |
1340 | | - 'semanticmaps_label_longitude' => 'Boylam:', |
1341 | 863 | 'semanticmaps_lookupcoordinates' => 'Koordinat ara', |
1342 | 864 | 'semanticmaps_enteraddresshere' => 'Adresi buraya girin', |
1343 | 865 | 'semanticmaps_notfound' => 'bulunamadı', |
— | — | @@ -1348,12 +870,6 @@ |
1349 | 871 | * @author Игорь Бродский |
1350 | 872 | */ |
1351 | 873 | $messages['vep'] = array( |
1352 | | - 'semanticmaps_abb_north' => 'Pohj.', |
1353 | | - 'semanticmaps_abb_east' => 'Päivl.', |
1354 | | - 'semanticmaps_abb_south' => 'Suvi', |
1355 | | - 'semanticmaps_abb_west' => 'Päivn.', |
1356 | | - 'semanticmaps_label_latitude' => 'Leveduz:', |
1357 | | - 'semanticmaps_label_longitude' => 'Piduz:', |
1358 | 874 | 'semanticmaps_notfound' => 'ei voi löuta', |
1359 | 875 | ); |
1360 | 876 | |
— | — | @@ -1364,14 +880,6 @@ |
1365 | 881 | $messages['vi'] = array( |
1366 | 882 | 'semanticmaps_desc' => 'Cung cấp khả năng xem và sửa đổi dữ liệu tọa độ được lưu bởi phần mở rộng Semantic MediaWiki ([http://wiki.bn2vs.com/wiki/Semantic_Maps thử xem]). |
1367 | 883 | Các dịch vụ bản đồ có sẵn: $1', |
1368 | | - 'semanticmaps_lonely_unit' => 'Không tìm thấy số trước ký hiệu “$1”.', |
1369 | | - 'semanticmaps_bad_latlong' => 'Vĩ độ và kinh độ phải được cung cấp chỉ một lần, và với giá trị tọa độ hợp lệ.', |
1370 | | - 'semanticmaps_abb_north' => 'B', |
1371 | | - 'semanticmaps_abb_east' => 'Đ', |
1372 | | - 'semanticmaps_abb_south' => 'N', |
1373 | | - 'semanticmaps_abb_west' => 'T', |
1374 | | - 'semanticmaps_label_latitude' => 'Vĩ độ:', |
1375 | | - 'semanticmaps_label_longitude' => 'Kinh độ:', |
1376 | 884 | 'semanticmaps_lookupcoordinates' => 'Tra tọa độ', |
1377 | 885 | 'semanticmaps_enteraddresshere' => 'Nhập địa chỉ vào đây', |
1378 | 886 | 'semanticmaps_notfound' => 'không tìm thấy', |
— | — | @@ -1381,36 +889,13 @@ |
1382 | 890 | * @author Smeira |
1383 | 891 | */ |
1384 | 892 | $messages['vo'] = array( |
1385 | | - 'semanticmaps_bad_latlong' => 'Videt e lunet mutons pagivön te balna, e mutons binön koordinats lonöföl.', |
1386 | | - 'semanticmaps_abb_north' => 'N', |
1387 | | - 'semanticmaps_abb_east' => 'L', |
1388 | | - 'semanticmaps_abb_south' => 'S', |
1389 | | - 'semanticmaps_abb_west' => 'V', |
1390 | | - 'semanticmaps_label_latitude' => 'Videt:', |
1391 | | - 'semanticmaps_label_longitude' => 'Lunet:', |
1392 | 893 | 'semanticmaps_lookupcoordinates' => 'Tuvön koordinatis', |
1393 | 894 | ); |
1394 | 895 | |
1395 | | -/** Chinese (China) (中文(中国大陆)) |
1396 | | - * @author Roc Michael |
1397 | | - */ |
1398 | | -$messages['zh-cn'] = array( |
1399 | | - 'semanticmaps_lonely_unit' => '在“$1"此一单位之前并无数目字', |
1400 | | - 'semanticmaps_bad_latlong' => '纬度和经度只能以有效的座标值标示一次', |
1401 | | - 'semanticmaps_label_latitude' => '纬度:', |
1402 | | - 'semanticmaps_label_longitude' => '经度:', |
1403 | | -); |
1404 | | - |
1405 | 896 | /** Simplified Chinese (中文(简体)) |
1406 | 897 | * @author Gzdavidwong |
1407 | 898 | */ |
1408 | 899 | $messages['zh-hans'] = array( |
1409 | | - 'semanticmaps_abb_north' => '北', |
1410 | | - 'semanticmaps_abb_east' => '东', |
1411 | | - 'semanticmaps_abb_south' => '南', |
1412 | | - 'semanticmaps_abb_west' => '西', |
1413 | | - 'semanticmaps_label_latitude' => '纬度:', |
1414 | | - 'semanticmaps_label_longitude' => '经度:', |
1415 | 900 | 'semanticmaps_lookupcoordinates' => '查找坐标', |
1416 | 901 | ); |
1417 | 902 | |
— | — | @@ -1420,12 +905,6 @@ |
1421 | 906 | * @author Wrightbus |
1422 | 907 | */ |
1423 | 908 | $messages['zh-hant'] = array( |
1424 | | - 'semanticmaps_abb_north' => '北', |
1425 | | - 'semanticmaps_abb_east' => '東', |
1426 | | - 'semanticmaps_abb_south' => '南', |
1427 | | - 'semanticmaps_abb_west' => '西', |
1428 | | - 'semanticmaps_label_latitude' => '緯度:', |
1429 | | - 'semanticmaps_label_longitude' => '經度:', |
1430 | 909 | 'semanticmaps_lookupcoordinates' => '尋找座標', |
1431 | 910 | ); |
1432 | 911 | |
Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -75,6 +75,8 @@ |
76 | 76 | |
77 | 77 | * $1: a list of available map services', |
78 | 78 | 'maps_map' => '{{Identical|Map}}', |
| 79 | + 'maps-latitude' => '{{Identical|Latitude}}', |
| 80 | + 'maps-longitude' => '{{Identical|Longitude}}', |
79 | 81 | 'maps_geocoding_failed_for' => '* $1 is a list |
80 | 82 | * $2 is the number of list items for PLURAL use.', |
81 | 83 | 'maps_centred_on' => '$1 and $2 are latitude and longitude.', |
— | — | @@ -139,11 +141,25 @@ |
140 | 142 | 'maps_webcams' => 'كاميرات الويب', |
141 | 143 | ); |
142 | 144 | |
| 145 | +/** Aramaic (ܐܪܡܝܐ) */ |
| 146 | +$messages['arc'] = array( |
| 147 | + 'maps-abb-north' => 'ܓܪܒܝܐ', |
| 148 | + 'maps-abb-east' => 'ܡܕܢܚܐ', |
| 149 | + 'maps-abb-south' => 'ܬܝܡܢܐ', |
| 150 | + 'maps-abb-west' => 'ܡܥܪܒܐ', |
| 151 | +); |
| 152 | + |
143 | 153 | /** Egyptian Spoken Arabic (مصرى) |
144 | 154 | * @author Meno25 |
145 | 155 | */ |
146 | 156 | $messages['arz'] = array( |
147 | 157 | 'maps_name' => 'خرايط', |
| 158 | + 'maps-abb-north' => 'شمال', |
| 159 | + 'maps-abb-east' => 'شرق', |
| 160 | + 'maps-abb-south' => 'جنوب', |
| 161 | + 'maps-abb-west' => 'غرب', |
| 162 | + 'maps-latitude' => 'دوائر العرض:', |
| 163 | + 'maps-longitude' => 'خطوط الطول:', |
148 | 164 | 'maps_googlemaps2' => 'خرايط جوجل', |
149 | 165 | 'maps_yahoomaps' => 'خرايط ياهو', |
150 | 166 | ); |
— | — | @@ -187,6 +203,10 @@ |
188 | 204 | */ |
189 | 205 | $messages['bg'] = array( |
190 | 206 | 'maps_map' => 'Карта', |
| 207 | + 'maps-abb-north' => 'С', |
| 208 | + 'maps-abb-east' => 'И', |
| 209 | + 'maps-abb-south' => 'Ю', |
| 210 | + 'maps-abb-west' => 'З', |
191 | 211 | 'maps_photos' => 'Снимки', |
192 | 212 | 'maps_wikipedia' => 'Уикипедия', |
193 | 213 | 'maps_webcams' => 'Уебкамери', |
— | — | @@ -264,6 +284,12 @@ |
265 | 285 | */ |
266 | 286 | $messages['ca'] = array( |
267 | 287 | 'maps_map' => 'Mapa', |
| 288 | + 'maps-abb-north' => 'N', |
| 289 | + 'maps-abb-east' => 'E', |
| 290 | + 'maps-abb-south' => 'S', |
| 291 | + 'maps-abb-west' => 'O', |
| 292 | + 'maps-latitude' => 'Latitud:', |
| 293 | + 'maps-longitude' => 'Longitud:', |
268 | 294 | 'maps_coordinates_missing' => "No s'han proporcionat coordenades pel mapa.", |
269 | 295 | 'maps_centred_on' => 'Mapa centrat en $1, $2.', |
270 | 296 | 'maps_overlays' => 'Capes addicionals', |
— | — | @@ -277,6 +303,12 @@ |
278 | 304 | * @author Mormegil |
279 | 305 | */ |
280 | 306 | $messages['cs'] = array( |
| 307 | + 'maps-abb-north' => 'S', |
| 308 | + 'maps-abb-east' => 'V', |
| 309 | + 'maps-abb-south' => 'J', |
| 310 | + 'maps-abb-west' => 'Z', |
| 311 | + 'maps-latitude' => 'Zeměpisná šířka:', |
| 312 | + 'maps-longitude' => 'Zeměpisná délka:', |
281 | 313 | 'maps_overlays' => 'Překryvné vrstvy', |
282 | 314 | ); |
283 | 315 | |
— | — | @@ -315,6 +347,11 @@ |
316 | 348 | 'maps_webcams' => 'Webcams', |
317 | 349 | ); |
318 | 350 | |
| 351 | +/** German (formal address) (Deutsch (Sie-Form)) */ |
| 352 | +$messages['de-formal'] = array( |
| 353 | + 'maps-geocoder-not-available' => 'Die Funktion Geokodierung von Karten ist nicht verfügbar. Ihr Standort kann nicht geokodiert werden.', |
| 354 | +); |
| 355 | + |
319 | 356 | /** Lower Sorbian (Dolnoserbski) |
320 | 357 | * @author Michawiki |
321 | 358 | */ |
— | — | @@ -351,16 +388,46 @@ |
352 | 389 | * @author ZaDiak |
353 | 390 | */ |
354 | 391 | $messages['el'] = array( |
| 392 | + 'maps-abb-north' => 'Β', |
| 393 | + 'maps-abb-east' => 'Α', |
| 394 | + 'maps-abb-south' => 'Ν', |
| 395 | + 'maps-abb-west' => 'Δ', |
| 396 | + 'maps-latitude' => 'Γεωγραφικό πλάτος:', |
| 397 | + 'maps-longitude' => 'Γεωγραφικό μήκος:', |
355 | 398 | 'maps_coordinates_missing' => 'Καμία συντεταγμένη δεν παρασχέθηκε για τον χάρτη.', |
356 | 399 | 'maps_photos' => 'Φωτογραφίες', |
357 | 400 | 'maps_videos' => 'Βίντεο', |
358 | 401 | 'maps_wikipedia' => 'Βικιπαίδεια', |
359 | 402 | ); |
360 | 403 | |
| 404 | +/** British English (British English) |
| 405 | + * @author Bruce89 |
| 406 | + * @author Reedy |
| 407 | + */ |
| 408 | +$messages['en-gb'] = array( |
| 409 | + 'maps_desc' => 'Provides the ability to display coordinate data in maps, and geocode addresses ([http://wiki.bn2vs.com/wiki/Maps demo]). |
| 410 | +Available mapping services: $1', |
| 411 | + 'maps_map' => 'Map', |
| 412 | + 'maps_coordinates_missing' => 'No coordinates provided for the map.', |
| 413 | + 'maps_geocoding_failed' => 'The following {{PLURAL:$2|address|addresses}} could not be geocoded: $1.', |
| 414 | + 'maps_geocoding_failed_for' => 'The following {{PLURAL:$2|address|addresses}} could not be geocoded and {{PLURAL:$2|has|have}} been omitted from the map: |
| 415 | +$1', |
| 416 | + 'maps_unrecognized_coords' => 'The following coordinates were not recognised: $1.', |
| 417 | + 'maps_unrecognized_coords_for' => 'The following {{PLURAL:$2|coordinate was|coordinates were}} not recognised and {{PLURAL:$2|has|have}} been omitted from the map: |
| 418 | +$1', |
| 419 | + 'maps_centred_on' => 'Map centred on $1, $2.', |
| 420 | +); |
| 421 | + |
361 | 422 | /** Esperanto (Esperanto) |
362 | 423 | * @author Yekrats |
363 | 424 | */ |
364 | 425 | $messages['eo'] = array( |
| 426 | + 'maps-abb-north' => 'N', |
| 427 | + 'maps-abb-east' => 'O', |
| 428 | + 'maps-abb-south' => 'S', |
| 429 | + 'maps-abb-west' => 'U', |
| 430 | + 'maps-latitude' => 'Latitudo:', |
| 431 | + 'maps-longitude' => 'Longitudo:', |
365 | 432 | 'maps_map_cannot_be_displayed' => 'La mapo ne esti montrebla.', |
366 | 433 | 'maps_click_to_activate' => 'Klaku aktivigi mapon', |
367 | 434 | 'maps_photos' => 'Fotoj', |
— | — | @@ -408,6 +475,12 @@ |
409 | 476 | * @author Kobazulo |
410 | 477 | */ |
411 | 478 | $messages['eu'] = array( |
| 479 | + 'maps-abb-north' => 'I', |
| 480 | + 'maps-abb-east' => 'E', |
| 481 | + 'maps-abb-south' => 'H', |
| 482 | + 'maps-abb-west' => 'M', |
| 483 | + 'maps-latitude' => 'Latitudea:', |
| 484 | + 'maps-longitude' => 'Longitudea:', |
412 | 485 | 'maps_coordinates_missing' => 'Ez dago koordenaturik maparentzat.', |
413 | 486 | ); |
414 | 487 | |
— | — | @@ -484,6 +557,16 @@ |
485 | 558 | 'maps_webcams' => 'Webcams', |
486 | 559 | ); |
487 | 560 | |
| 561 | +/** Franco-Provençal (Arpetan) */ |
| 562 | +$messages['frp'] = array( |
| 563 | + 'maps-abb-north' => 'B', |
| 564 | + 'maps-abb-east' => 'L', |
| 565 | + 'maps-abb-south' => 'M', |
| 566 | + 'maps-abb-west' => 'P', |
| 567 | + 'maps-latitude' => 'Latituda :', |
| 568 | + 'maps-longitude' => 'Longituda :', |
| 569 | +); |
| 570 | + |
488 | 571 | /** Friulian (Furlan) |
489 | 572 | * @author Klenje |
490 | 573 | */ |
— | — | @@ -532,6 +615,16 @@ |
533 | 616 | 'maps_webcams' => 'Cámaras web', |
534 | 617 | ); |
535 | 618 | |
| 619 | +/** Ancient Greek (Ἀρχαία ἑλληνικὴ) */ |
| 620 | +$messages['grc'] = array( |
| 621 | + 'maps-abb-north' => 'Β', |
| 622 | + 'maps-abb-east' => 'Α', |
| 623 | + 'maps-abb-south' => 'Ν', |
| 624 | + 'maps-abb-west' => 'Δ', |
| 625 | + 'maps-latitude' => 'Πλάτος γεωγραφικόν:', |
| 626 | + 'maps-longitude' => 'Μῆκος γεωγραφικόν:', |
| 627 | +); |
| 628 | + |
536 | 629 | /** Swiss German (Alemannisch) |
537 | 630 | * @author Als-Holder |
538 | 631 | */ |
— | — | @@ -593,6 +686,16 @@ |
594 | 687 | 'maps_webcams' => 'מצלמות אינטרנט', |
595 | 688 | ); |
596 | 689 | |
| 690 | +/** Hindi (हिन्दी) */ |
| 691 | +$messages['hi'] = array( |
| 692 | + 'maps-abb-north' => 'N', |
| 693 | + 'maps-abb-east' => 'E', |
| 694 | + 'maps-abb-south' => 'S', |
| 695 | + 'maps-abb-west' => 'W', |
| 696 | + 'maps-latitude' => 'अक्षांश:', |
| 697 | + 'maps-longitude' => 'रेखांश:', |
| 698 | +); |
| 699 | + |
597 | 700 | /** Croatian (Hrvatski) |
598 | 701 | * @author Ex13 |
599 | 702 | */ |
— | — | @@ -636,6 +739,14 @@ |
637 | 740 | 'maps_webcams' => 'Webcamy', |
638 | 741 | ); |
639 | 742 | |
| 743 | +/** Haitian (Kreyòl ayisyen) */ |
| 744 | +$messages['ht'] = array( |
| 745 | + 'maps-abb-north' => 'N', |
| 746 | + 'maps-abb-east' => 'E', |
| 747 | + 'maps-abb-south' => 'S', |
| 748 | + 'maps-abb-west' => 'W', |
| 749 | +); |
| 750 | + |
640 | 751 | /** Hungarian (Magyar) |
641 | 752 | * @author Dani |
642 | 753 | * @author Glanthor Reviol |
— | — | @@ -789,6 +900,16 @@ |
790 | 901 | 'maps_webcams' => 'ウェブカメラ', |
791 | 902 | ); |
792 | 903 | |
| 904 | +/** Javanese (Basa Jawa) */ |
| 905 | +$messages['jv'] = array( |
| 906 | + 'maps-abb-north' => 'L', |
| 907 | + 'maps-abb-east' => 'W', |
| 908 | + 'maps-abb-south' => 'Kdl', |
| 909 | + 'maps-abb-west' => 'Kln', |
| 910 | + 'maps-latitude' => 'Latituda:', |
| 911 | + 'maps-longitude' => 'Longituda:', |
| 912 | +); |
| 913 | + |
793 | 914 | /** Georgian (ქართული) |
794 | 915 | * @author Temuri rajavi |
795 | 916 | */ |
— | — | @@ -797,6 +918,16 @@ |
798 | 919 | 'maps_videos' => 'ვიდეოები', |
799 | 920 | ); |
800 | 921 | |
| 922 | +/** Khmer (ភាសាខ្មែរ) */ |
| 923 | +$messages['km'] = array( |
| 924 | + 'maps-abb-north' => 'ជ', |
| 925 | + 'maps-abb-east' => 'ក', |
| 926 | + 'maps-abb-south' => 'ត្ប', |
| 927 | + 'maps-abb-west' => 'ល', |
| 928 | + 'maps-latitude' => 'រយះទទឹង៖', |
| 929 | + 'maps-longitude' => 'រយះបណ្តោយ៖', |
| 930 | +); |
| 931 | + |
801 | 932 | /** Kannada (ಕನ್ನಡ) |
802 | 933 | * @author Nayvik |
803 | 934 | */ |
— | — | @@ -902,6 +1033,43 @@ |
903 | 1034 | 'maps_webcams' => 'Веб-камери', |
904 | 1035 | ); |
905 | 1036 | |
| 1037 | +/** Malayalam (മലയാളം) */ |
| 1038 | +$messages['ml'] = array( |
| 1039 | + 'maps-abb-north' => 'വടക്ക്', |
| 1040 | + 'maps-abb-east' => 'കിഴക്ക്', |
| 1041 | + 'maps-abb-south' => 'തെക്ക്', |
| 1042 | + 'maps-abb-west' => 'പടിഞ്ഞാറ്', |
| 1043 | + 'maps-latitude' => 'അക്ഷാംശം:', |
| 1044 | + 'maps-longitude' => 'രേഖാംശം:', |
| 1045 | +); |
| 1046 | + |
| 1047 | +/** Marathi (मराठी) */ |
| 1048 | +$messages['mr'] = array( |
| 1049 | + 'maps-abb-north' => 'N', |
| 1050 | + 'maps-abb-east' => 'E', |
| 1051 | + 'maps-abb-south' => 'S', |
| 1052 | + 'maps-abb-west' => 'W', |
| 1053 | + 'maps-latitude' => 'अक्षांश:', |
| 1054 | + 'maps-longitude' => 'रेखांश:', |
| 1055 | +); |
| 1056 | + |
| 1057 | +/** Erzya (Эрзянь) */ |
| 1058 | +$messages['myv'] = array( |
| 1059 | + 'maps-abb-north' => 'Веньэльйонкс', |
| 1060 | + 'maps-abb-east' => 'Чилисемайонкс', |
| 1061 | + 'maps-abb-south' => 'Чиньэльйонкс', |
| 1062 | + 'maps-abb-west' => 'Чивалгомайонкс', |
| 1063 | + 'maps-latitude' => 'Келезэ:', |
| 1064 | + 'maps-longitude' => 'Кувалмозо:', |
| 1065 | +); |
| 1066 | + |
| 1067 | +/** Nahuatl (Nāhuatl) */ |
| 1068 | +$messages['nah'] = array( |
| 1069 | + 'maps-abb-north' => 'M', |
| 1070 | + 'maps-abb-east' => 'T', |
| 1071 | + 'maps-abb-south' => 'H', |
| 1072 | +); |
| 1073 | + |
906 | 1074 | /** Dutch (Nederlands) |
907 | 1075 | * @author Siebrand |
908 | 1076 | */ |
— | — | @@ -1026,6 +1194,13 @@ |
1027 | 1195 | 'maps_webcams' => 'Webcams', |
1028 | 1196 | ); |
1029 | 1197 | |
| 1198 | +/** Deitsch (Deitsch) */ |
| 1199 | +$messages['pdc'] = array( |
| 1200 | + 'maps-abb-north' => 'N', |
| 1201 | + 'maps-abb-south' => 'S', |
| 1202 | + 'maps-abb-west' => 'W', |
| 1203 | +); |
| 1204 | + |
1030 | 1205 | /** Polish (Polski) |
1031 | 1206 | * @author Sp5uhe |
1032 | 1207 | * @author Yarl |
— | — | @@ -1165,6 +1340,12 @@ |
1166 | 1341 | 'maps_desc' => 'Asigură capacitatea de a afişa coordonate pe hărţi şi adrese geocode ([http://wiki.bn2vs.com/wiki/Maps demonstraţie]). |
1167 | 1342 | Servici de cartografiere disponibile: $1', |
1168 | 1343 | 'maps_map' => 'Hartă', |
| 1344 | + 'maps-abb-north' => 'N', |
| 1345 | + 'maps-abb-east' => 'E', |
| 1346 | + 'maps-abb-south' => 'S', |
| 1347 | + 'maps-abb-west' => 'V', |
| 1348 | + 'maps-latitude' => 'Latitudine:', |
| 1349 | + 'maps-longitude' => 'Longitudine:', |
1169 | 1350 | 'maps_coordinates_missing' => 'Nici o coordonată oferită pentru hartă.', |
1170 | 1351 | 'maps_geocoding_failed' => '{{PLURAL:$2|Următoarea|Următoarele}} {{PLURAL:$2|adresă|adrese}} nu {{PLURAL:$2|a|au}} putut fi {{PLURAL:$2|geocodificată|geocodificate}}: $1. |
1171 | 1352 | Harta nu poate fi afişată.', |
— | — | @@ -1226,11 +1407,37 @@ |
1227 | 1408 | 'maps_desc' => 'Poskytuje možnosť zobrazovať údaje súradníc na mapách a tvoriť geografické adresy lokalít ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
1228 | 1409 | Dostupné mapovacie služby: $1', |
1229 | 1410 | 'maps_map' => 'Mapa', |
| 1411 | + 'maps-abb-north' => 'S', |
| 1412 | + 'maps-abb-east' => 'V', |
| 1413 | + 'maps-abb-south' => 'J', |
| 1414 | + 'maps-abb-west' => 'Z', |
| 1415 | + 'maps-latitude' => 'Zem. dĺžka:', |
| 1416 | + 'maps-longitude' => 'Zem. šírka:', |
1230 | 1417 | 'maps_coordinates_missing' => 'Neboli poskytnuté žiadne súradnice.', |
1231 | 1418 | 'maps_geocoding_failed' => 'Nebolo možné určiť súradnice {{PLURAL:$2|nasledovnej adresy|nasledovných adries}}: $1.', |
1232 | 1419 | 'maps_geocoding_failed_for' => 'Nebolo možné určiť súradnice {{PLURAL:$2|nasledovnej adresy|nasledovných adries}} a {{PLURAL:$2|bola vynechaná|boli vynechané}} z mapy: $1.', |
1233 | 1420 | ); |
1234 | 1421 | |
| 1422 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) */ |
| 1423 | +$messages['sr-ec'] = array( |
| 1424 | + 'maps-abb-north' => 'С', |
| 1425 | + 'maps-abb-east' => 'И', |
| 1426 | + 'maps-abb-south' => 'Ј', |
| 1427 | + 'maps-abb-west' => 'З', |
| 1428 | + 'maps-latitude' => 'Географска ширина:', |
| 1429 | + 'maps-longitude' => 'Географска дужина:', |
| 1430 | +); |
| 1431 | + |
| 1432 | +/** Serbian Latin ekavian (Srpski (latinica)) */ |
| 1433 | +$messages['sr-el'] = array( |
| 1434 | + 'maps-abb-north' => 'S', |
| 1435 | + 'maps-abb-east' => 'I', |
| 1436 | + 'maps-abb-south' => 'J', |
| 1437 | + 'maps-abb-west' => 'Z', |
| 1438 | + 'maps-latitude' => 'Geografska širina:', |
| 1439 | + 'maps-longitude' => 'Geografska dužina:', |
| 1440 | +); |
| 1441 | + |
1235 | 1442 | /** Swedish (Svenska) |
1236 | 1443 | * @author Fluff |
1237 | 1444 | * @author Per |
— | — | @@ -1263,6 +1470,12 @@ |
1264 | 1471 | */ |
1265 | 1472 | $messages['te'] = array( |
1266 | 1473 | 'maps_map' => 'పటం', |
| 1474 | + 'maps-abb-north' => 'ఉ', |
| 1475 | + 'maps-abb-east' => 'తూ', |
| 1476 | + 'maps-abb-south' => 'ద', |
| 1477 | + 'maps-abb-west' => 'ప', |
| 1478 | + 'maps-latitude' => 'అక్షాంశం:', |
| 1479 | + 'maps-longitude' => 'రేఖాంశం:', |
1267 | 1480 | 'maps_photos' => 'చిత్రాలు', |
1268 | 1481 | 'maps_videos' => 'దృశ్యకాలు', |
1269 | 1482 | 'maps_wikipedia' => 'వికీపీడియా', |
— | — | @@ -1277,6 +1490,16 @@ |
1278 | 1491 | 'maps_coordinates_missing' => 'ไม่ได้กำหนดพิกัดของแผนที่มาให้', |
1279 | 1492 | ); |
1280 | 1493 | |
| 1494 | +/** Tagalog (Tagalog) */ |
| 1495 | +$messages['tl'] = array( |
| 1496 | + 'maps-abb-north' => 'H', |
| 1497 | + 'maps-abb-east' => 'S', |
| 1498 | + 'maps-abb-south' => 'T', |
| 1499 | + 'maps-abb-west' => 'K', |
| 1500 | + 'maps-latitude' => 'Latitud:', |
| 1501 | + 'maps-longitude' => 'Longhitud:', |
| 1502 | +); |
| 1503 | + |
1281 | 1504 | /** Turkish (Türkçe) |
1282 | 1505 | * @author Joseph |
1283 | 1506 | * @author Vito Genovese |
— | — | @@ -1300,6 +1523,16 @@ |
1301 | 1524 | 'maps_webcams' => 'Web kameraları', |
1302 | 1525 | ); |
1303 | 1526 | |
| 1527 | +/** Veps (Vepsan kel') */ |
| 1528 | +$messages['vep'] = array( |
| 1529 | + 'maps-abb-north' => 'Pohj.', |
| 1530 | + 'maps-abb-east' => 'Päivl.', |
| 1531 | + 'maps-abb-south' => 'Suvi', |
| 1532 | + 'maps-abb-west' => 'Päivn.', |
| 1533 | + 'maps-latitude' => 'Leveduz:', |
| 1534 | + 'maps-longitude' => 'Piduz:', |
| 1535 | +); |
| 1536 | + |
1304 | 1537 | /** Vietnamese (Tiếng Việt) |
1305 | 1538 | * @author Minh Nguyen |
1306 | 1539 | * @author Vinhtantran |
— | — | @@ -1334,3 +1567,49 @@ |
1335 | 1568 | 'maps_webcams' => 'Webcam', |
1336 | 1569 | ); |
1337 | 1570 | |
| 1571 | +/** Volapük (Volapük) */ |
| 1572 | +$messages['vo'] = array( |
| 1573 | + 'maps-abb-north' => 'N', |
| 1574 | + 'maps-abb-east' => 'L', |
| 1575 | + 'maps-abb-south' => 'S', |
| 1576 | + 'maps-abb-west' => 'V', |
| 1577 | + 'maps-latitude' => 'Videt:', |
| 1578 | + 'maps-longitude' => 'Lunet:', |
| 1579 | +); |
| 1580 | + |
| 1581 | +/** Chinese (China) (中文(中国大陆)) */ |
| 1582 | +$messages['zh-cn'] = array( |
| 1583 | + 'maps-latitude' => '纬度:', |
| 1584 | + 'maps-longitude' => '经度:', |
| 1585 | +); |
| 1586 | + |
| 1587 | +/** Simplified Chinese (中文(简体)) */ |
| 1588 | +$messages['zh-hans'] = array( |
| 1589 | + 'maps-abb-north' => '北', |
| 1590 | + 'maps-abb-east' => '东', |
| 1591 | + 'maps-abb-south' => '南', |
| 1592 | + 'maps-abb-west' => '西', |
| 1593 | + 'maps-latitude' => '纬度:', |
| 1594 | + 'maps-longitude' => '经度:', |
| 1595 | +); |
| 1596 | + |
| 1597 | +/** Traditional Chinese (中文(繁體)) */ |
| 1598 | +$messages['zh-hant'] = array( |
| 1599 | + 'maps-abb-north' => '北', |
| 1600 | + 'maps-abb-east' => '東', |
| 1601 | + 'maps-abb-south' => '南', |
| 1602 | + 'maps-abb-west' => '西', |
| 1603 | + 'maps-latitude' => '緯度:', |
| 1604 | + 'maps-longitude' => '經度:', |
| 1605 | +); |
| 1606 | + |
| 1607 | +/** Chinese (Taiwan) (中文(台灣)) */ |
| 1608 | +$messages['zh-tw'] = array( |
| 1609 | + 'maps-abb-north' => '北', |
| 1610 | + 'maps-abb-east' => '東', |
| 1611 | + 'maps-abb-south' => '南', |
| 1612 | + 'maps-abb-west' => '西', |
| 1613 | + 'maps-latitude' => '緯度:', |
| 1614 | + 'maps-longitude' => '經度:', |
| 1615 | +); |
| 1616 | + |