Index: branches/wmf-deployment/extensions/UsabilityInitiative/SimpleSearch/SimpleSearch.i18n.php |
— | — | @@ -51,6 +51,15 @@ |
52 | 52 | 'simplesearch-search' => 'Traži', |
53 | 53 | ); |
54 | 54 | |
| 55 | +/** Catalan (Català) |
| 56 | + * @author Paucabot |
| 57 | + */ |
| 58 | +$messages['ca'] = array( |
| 59 | + 'simplesearch' => 'Cerca simple', |
| 60 | + 'simplesearch-desc' => 'Afegeix funcionalitat extra a cerca simplificada de Vector', |
| 61 | + 'simplesearch-search' => 'Cerca', |
| 62 | +); |
| 63 | + |
55 | 64 | /** German (Deutsch) |
56 | 65 | * @author Metalhead64 |
57 | 66 | */ |
— | — | @@ -326,6 +335,13 @@ |
327 | 336 | 'simplesearch-search' => 'Sök', |
328 | 337 | ); |
329 | 338 | |
| 339 | +/** Telugu (తెలుగు) |
| 340 | + * @author Veeven |
| 341 | + */ |
| 342 | +$messages['te'] = array( |
| 343 | + 'simplesearch-search' => 'వెతుకు', |
| 344 | +); |
| 345 | + |
330 | 346 | /** Turkish (Türkçe) |
331 | 347 | * @author Joseph |
332 | 348 | */ |
— | — | @@ -343,6 +359,24 @@ |
344 | 360 | 'simplesearch-search' => 'Serca', |
345 | 361 | ); |
346 | 362 | |
| 363 | +/** Vietnamese (Tiếng Việt) |
| 364 | + * @author Vinhtantran |
| 365 | + */ |
| 366 | +$messages['vi'] = array( |
| 367 | + 'simplesearch' => 'Tìm kiếm đơn giản', |
| 368 | + 'simplesearch-desc' => 'Thêm chức năng phụ cho bộ tìm kiếm đơn giản của Bề ngoài Vector', |
| 369 | + 'simplesearch-search' => 'Tìm kiếm', |
| 370 | +); |
| 371 | + |
| 372 | +/** Yue (粵語) |
| 373 | + * @author Shinjiman |
| 374 | + */ |
| 375 | +$messages['yue'] = array( |
| 376 | + 'simplesearch' => '簡單搵嘢', |
| 377 | + 'simplesearch-desc' => '加額外功能到Vector嘅簡單搵嘢度', |
| 378 | + 'simplesearch-search' => '搵嘢', |
| 379 | +); |
| 380 | + |
347 | 381 | /** Simplified Chinese (中文(简体)) |
348 | 382 | * @author PhiLiP |
349 | 383 | */ |
— | — | @@ -352,3 +386,12 @@ |
353 | 387 | 'simplesearch-search' => '搜索', |
354 | 388 | ); |
355 | 389 | |
| 390 | +/** Traditional Chinese (中文(繁體)) |
| 391 | + * @author Shinjiman |
| 392 | + */ |
| 393 | +$messages['zh-hant'] = array( |
| 394 | + 'simplesearch' => '簡易搜尋', |
| 395 | + 'simplesearch-desc' => '向Vector的簡化搜尋中增加附加功能', |
| 396 | + 'simplesearch-search' => '搜尋', |
| 397 | +); |
| 398 | + |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/UsabilityInitiative.i18n.php |
— | — | @@ -113,6 +113,14 @@ |
114 | 114 | 'usabilityinitiative-desc' => 'Funkcije, wuwity přez iniciatiwu wužiwajomnosće Wikipedije, za polěpšenje wužiwajomnosće MediaWiki', |
115 | 115 | ); |
116 | 116 | |
| 117 | +/** Hungarian (Magyar) |
| 118 | + * @author Dani |
| 119 | + */ |
| 120 | +$messages['hu'] = array( |
| 121 | + 'usabilityinitiative' => 'Usability Initiative', |
| 122 | + 'usabilityinitiative-desc' => 'A Wikipedia Usability Initiative által kifejlesztett funkciók a MediaWiki használhatóságának javítására.', |
| 123 | +); |
| 124 | + |
117 | 125 | /** Interlingua (Interlingua) |
118 | 126 | * @author McDutchie |
119 | 127 | */ |
— | — | @@ -242,6 +250,14 @@ |
243 | 251 | 'usabilityinitiative-desc' => "Vikipedi Kullanılabilirlik Girişimi tarafından MedyaViki'nin kullanılabilirliğini artırmak için geliştirilen özellikler", |
244 | 252 | ); |
245 | 253 | |
| 254 | +/** Vietnamese (Tiếng Việt) |
| 255 | + * @author Vinhtantran |
| 256 | + */ |
| 257 | +$messages['vi'] = array( |
| 258 | + 'usabilityinitiative' => 'Sáng kiến Khả dụng', |
| 259 | + 'usabilityinitiative-desc' => 'Các tính năng do Sáng kiến Khả dụng Wikipedia phát triển để tăng cường tính khả dụng của MediaWiki', |
| 260 | +); |
| 261 | + |
246 | 262 | /** Yue (粵語) |
247 | 263 | * @author Shinjiman |
248 | 264 | */ |
— | — | @@ -251,18 +267,19 @@ |
252 | 268 | ); |
253 | 269 | |
254 | 270 | /** Simplified Chinese (中文(简体)) |
| 271 | + * @author PhiLiP |
255 | 272 | * @author Shinjiman |
256 | 273 | */ |
257 | 274 | $messages['zh-hans'] = array( |
258 | | - 'usabilityinitiative' => '可用性倡议', |
259 | | - 'usabilityinitiative-desc' => '由维基百科可用性小组增强MediaWiki的可用性', |
| 275 | + 'usabilityinitiative' => 'Usability Initiative', |
| 276 | + 'usabilityinitiative-desc' => '由维基百科可用性小组开发的新功能,用以增强MediaWiki的可用性', |
260 | 277 | ); |
261 | 278 | |
262 | 279 | /** Traditional Chinese (中文(繁體)) |
263 | 280 | * @author Shinjiman |
264 | 281 | */ |
265 | 282 | $messages['zh-hant'] = array( |
266 | | - 'usabilityinitiative' => '可用性倡議', |
267 | | - 'usabilityinitiative-desc' => '由維基百科可用性小組增強MediaWiki的可用性', |
| 283 | + 'usabilityinitiative' => 'Usability Initiative', |
| 284 | + 'usabilityinitiative-desc' => '由維基百科可用性小組開發的新功能,用以增強MediaWiki的可用性', |
268 | 285 | ); |
269 | 286 | |
Property changes on: branches/wmf-deployment/extensions/UsabilityInitiative/EditToolbar/images |
___________________________________________________________________ |
Name: svn:mergeinfo |
270 | 287 | - /trunk/extensions/UsabilityInitiative/EditToolbar/images:54467-54485,54523,54556 |
271 | 288 | + /trunk/extensions/UsabilityInitiative/EditToolbar/images:54467-54593 |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/EditToolbar/EditToolbar.i18n.php |
— | — | @@ -209,6 +209,15 @@ |
210 | 210 | 'edittoolbar-help-content-signature-description' => '{{Identical|Signature}}', |
211 | 211 | ); |
212 | 212 | |
| 213 | +/** Arabic (العربية) |
| 214 | + * @author OsamaK |
| 215 | + */ |
| 216 | +$messages['ar'] = array( |
| 217 | + 'edittoolbar-help-page-discussion' => 'نقاش', |
| 218 | + 'edittoolbar-help-content-bold-description' => 'عريض', |
| 219 | + 'edittoolbar-help-content-bold-syntax' => "'''نص عريض'''", |
| 220 | +); |
| 221 | + |
213 | 222 | /** Aramaic (ܐܪܡܝܐ) |
214 | 223 | * @author Basharh |
215 | 224 | */ |
— | — | @@ -560,6 +569,13 @@ |
561 | 570 | 'edittoolbar-tool-newline' => 'Nova línia', |
562 | 571 | 'edittoolbar-tool-table' => 'Taula', |
563 | 572 | 'edittoolbar-section-characters' => 'Caràcters especials', |
| 573 | + 'edittoolbar-characters-page-latin' => 'Llatí', |
| 574 | + 'edittoolbar-characters-page-ipa' => 'IPA', |
| 575 | + 'edittoolbar-characters-page-symbols' => 'Símbols', |
| 576 | + 'edittoolbar-characters-page-greek' => 'Grec', |
| 577 | + 'edittoolbar-characters-page-cyrillic' => 'Ciríl·lic', |
| 578 | + 'edittoolbar-characters-page-arabic' => 'Aràbic', |
| 579 | + 'edittoolbar-characters-page-hebrew' => 'Hebreu', |
564 | 580 | 'edittoolbar-section-help' => 'Ajuda', |
565 | 581 | 'edittoolbar-help-heading-description' => 'Descripció', |
566 | 582 | 'edittoolbar-help-heading-syntax' => 'El que teclegeu', |
— | — | @@ -1413,23 +1429,36 @@ |
1414 | 1430 | 'edittoolbar-tool-italic-example' => 'Testu etzana', |
1415 | 1431 | 'edittoolbar-tool-ilink' => 'Barne lotura', |
1416 | 1432 | 'edittoolbar-tool-ilink-example' => 'Loturaren izenburua', |
| 1433 | + 'edittoolbar-tool-file' => 'Txertatutako fitxategia', |
1417 | 1434 | 'edittoolbar-tool-file-example' => 'Adibidea.jpg', |
1418 | 1435 | 'edittoolbar-tool-reference' => 'Erreferentzia', |
1419 | 1436 | 'edittoolbar-tool-signature' => 'SInadura data eta orduarekin', |
1420 | 1437 | 'edittoolbar-section-advanced' => 'Aurreratua', |
| 1438 | + 'edittoolbar-tool-heading' => 'Izenburua', |
1421 | 1439 | 'edittoolbar-tool-heading-1' => '1. Maila', |
1422 | 1440 | 'edittoolbar-tool-heading-2' => '2. Maila', |
1423 | 1441 | 'edittoolbar-tool-heading-3' => '3. Maila', |
1424 | 1442 | 'edittoolbar-tool-heading-4' => '4. Maila', |
1425 | 1443 | 'edittoolbar-tool-heading-5' => '5. Maila', |
| 1444 | + 'edittoolbar-tool-heading-example' => 'Izenburuaren testua', |
1426 | 1445 | 'edittoolbar-group-list' => 'Zerrenda', |
| 1446 | + 'edittoolbar-tool-ulist' => 'Buletdun zerrenda', |
| 1447 | + 'edittoolbar-tool-olist' => 'Zenbakidun zerrenda', |
1427 | 1448 | 'edittoolbar-group-size' => 'Tamaina', |
1428 | 1449 | 'edittoolbar-tool-big' => 'Handia', |
1429 | 1450 | 'edittoolbar-tool-big-example' => 'Testu handia', |
1430 | 1451 | 'edittoolbar-tool-small' => 'Txikia', |
1431 | 1452 | 'edittoolbar-tool-small-example' => 'Testu txikia', |
| 1453 | + 'edittoolbar-tool-superscript' => 'Goi-indizea', |
| 1454 | + 'edittoolbar-tool-superscript-example' => 'Goi-indizearen testua', |
| 1455 | + 'edittoolbar-tool-subscript' => 'Azpiindizea', |
| 1456 | + 'edittoolbar-tool-subscript-example' => 'Azpiindizearen testua', |
| 1457 | + 'edittoolbar-group-insert' => 'Txertatu', |
1432 | 1458 | 'edittoolbar-tool-gallery' => 'Irudi galeria', |
| 1459 | + 'edittoolbar-tool-gallery-example' => 'File:Adibidea.jpg|Epigrafea1 |
| 1460 | +File:Adibidea.jpg|Epigrafea2', |
1433 | 1461 | 'edittoolbar-tool-newline' => 'Lerro berria', |
| 1462 | + 'edittoolbar-tool-table' => 'Taula', |
1434 | 1463 | 'edittoolbar-section-characters' => 'Karaktere bereziak', |
1435 | 1464 | 'edittoolbar-characters-page-latin' => 'Latinoa', |
1436 | 1465 | 'edittoolbar-characters-page-ipa' => 'IPA', |
— | — | @@ -1471,10 +1500,17 @@ |
1472 | 1501 | 'edittoolbar-help-content-heading5-description' => '5. mailako izenburua', |
1473 | 1502 | 'edittoolbar-help-content-heading5-syntax' => '===== Izenburuaren testua =====', |
1474 | 1503 | 'edittoolbar-help-content-heading5-result' => '<h5>Izenburuaren testua</h5>', |
| 1504 | + 'edittoolbar-help-content-ulist-description' => 'Buletdun zerrenda', |
| 1505 | + 'edittoolbar-help-content-olist-description' => 'Zenbakidun zerrenda', |
| 1506 | + 'edittoolbar-help-content-file-description' => 'Txertatutako fitxategia', |
1475 | 1507 | 'edittoolbar-help-content-reference-description' => 'Erreferentzia', |
| 1508 | + 'edittoolbar-help-content-reference-syntax' => 'Orrialdearen testua.<ref name="test">[http://www.adibidea.org Loturaren testua], testu gehigarria.</ref>', |
| 1509 | + 'edittoolbar-help-content-reference-result' => "Orrialdearen testua.<sup><a href='#'>[1]</a></sup>", |
1476 | 1510 | 'edittoolbar-help-content-showreferences-description' => 'Erreferentziak erakutsi', |
1477 | 1511 | 'edittoolbar-help-content-signaturetimestamp-description' => 'Sindaura data eta orduarekin', |
1478 | 1512 | 'edittoolbar-help-content-signature-description' => 'Sinadura', |
| 1513 | + 'edittoolbar-help-content-indent-description' => 'Koska', |
| 1514 | + 'edittoolbar-help-content-indent-syntax' => 'Testu normala<br />:Koskadun testua<br />::Koskadun testua', |
1479 | 1515 | ); |
1480 | 1516 | |
1481 | 1517 | /** Finnish (Suomi) |
— | — | @@ -2313,6 +2349,143 @@ |
2314 | 2350 | 'edittoolbar-help-content-indent-result' => 'Normalny tekst<dl><dd>Zasunjeny tekst<dl><dd>Zasunjeny tekst</dd></dl></dd></dl>', |
2315 | 2351 | ); |
2316 | 2352 | |
| 2353 | +/** Hungarian (Magyar) |
| 2354 | + * @author Dani |
| 2355 | + */ |
| 2356 | +$messages['hu'] = array( |
| 2357 | + 'edittoolbar' => 'Szerkesztő eszköztár', |
| 2358 | + 'edittoolbar-desc' => 'Használhatóbb szerkesztő eszköztár', |
| 2359 | + 'edittoolbar-preference' => 'Fejlettebb szerkesztő eszköztár engedélyezése', |
| 2360 | + 'edittoolbar-loading' => 'Betöltés...', |
| 2361 | + 'edittoolbar-tool-bold' => 'Félkövér', |
| 2362 | + 'edittoolbar-tool-bold-example' => 'Félkövér szöveg', |
| 2363 | + 'edittoolbar-tool-italic' => 'Dőlt', |
| 2364 | + 'edittoolbar-tool-italic-example' => 'Dőlt szöveg', |
| 2365 | + 'edittoolbar-tool-ilink' => 'Belső hivatkozás', |
| 2366 | + 'edittoolbar-tool-ilink-example' => 'Hivatkozás címe', |
| 2367 | + 'edittoolbar-tool-xlink' => 'Külső hivatkozás (ne felejtkezz el a http:// előtagról)', |
| 2368 | + 'edittoolbar-tool-xlink-example' => 'http://www.peldaoldal.hu hivatkozás címe', |
| 2369 | + 'edittoolbar-tool-file' => 'Fájl beszúrása', |
| 2370 | + 'edittoolbar-tool-file-pre' => '$1Fájl:', |
| 2371 | + 'edittoolbar-tool-file-example' => 'Egyszerikép.jpg', |
| 2372 | + 'edittoolbar-tool-reference' => 'Forráshivatkozás', |
| 2373 | + 'edittoolbar-tool-reference-example' => 'Ide írd a lábjegyzet szövegét', |
| 2374 | + 'edittoolbar-tool-signature' => 'Aláírás és időbélyeg', |
| 2375 | + 'edittoolbar-section-advanced' => 'Haladó', |
| 2376 | + 'edittoolbar-tool-heading' => 'Címsor', |
| 2377 | + 'edittoolbar-tool-heading-1' => '1. szintű', |
| 2378 | + 'edittoolbar-tool-heading-2' => '2. szintű', |
| 2379 | + 'edittoolbar-tool-heading-3' => '3. szintű', |
| 2380 | + 'edittoolbar-tool-heading-4' => '4. szintű', |
| 2381 | + 'edittoolbar-tool-heading-5' => '5. szintű', |
| 2382 | + 'edittoolbar-tool-heading-example' => 'Címsor szövege', |
| 2383 | + 'edittoolbar-group-list' => 'Lista', |
| 2384 | + 'edittoolbar-tool-ulist' => 'Felsorolásjeles lista', |
| 2385 | + 'edittoolbar-tool-ulist-example' => 'Listaelem', |
| 2386 | + 'edittoolbar-tool-olist' => 'Számozott lista', |
| 2387 | + 'edittoolbar-tool-olist-example' => 'Listaelem', |
| 2388 | + 'edittoolbar-group-size' => 'Betűméret', |
| 2389 | + 'edittoolbar-tool-big' => 'Nagy', |
| 2390 | + 'edittoolbar-tool-big-example' => 'Nagy szöveg', |
| 2391 | + 'edittoolbar-tool-small' => 'Kicsi', |
| 2392 | + 'edittoolbar-tool-small-example' => 'Kicsi szöveg', |
| 2393 | + 'edittoolbar-group-baseline' => 'Alsó/felső index', |
| 2394 | + 'edittoolbar-tool-superscript' => 'Felső index', |
| 2395 | + 'edittoolbar-tool-superscript-example' => 'Felső index szövege', |
| 2396 | + 'edittoolbar-tool-subscript' => 'Alsó index', |
| 2397 | + 'edittoolbar-tool-subscript-example' => 'Alsó index szövege', |
| 2398 | + 'edittoolbar-group-insert' => 'Beszúrás', |
| 2399 | + 'edittoolbar-tool-gallery' => 'Képgaléria', |
| 2400 | + 'edittoolbar-tool-gallery-example' => 'Fájl:Példa.jpg|képaláírás1 |
| 2401 | +Fájl:Példa.jpg|képaláírás2', |
| 2402 | + 'edittoolbar-tool-newline' => 'Új sor', |
| 2403 | + 'edittoolbar-tool-table' => 'Táblázat', |
| 2404 | + 'edittoolbar-tool-table-example' => '- |
| 2405 | +! fejléc 1 |
| 2406 | +! fejléc 2 |
| 2407 | +! fejléc 3 |
| 2408 | +|- |
| 2409 | +| 1. sor, 1. cella |
| 2410 | +| 1. sor, 2. cella |
| 2411 | +| 1. sor, 3. cella |
| 2412 | +|- |
| 2413 | +| 2. sor, 1. cella |
| 2414 | +| 2. sor, 2. cella |
| 2415 | +| 2. sor, 3. cella', |
| 2416 | + 'edittoolbar-section-characters' => 'Különleges karakterek', |
| 2417 | + 'edittoolbar-characters-page-latin' => 'Latin', |
| 2418 | + 'edittoolbar-characters-page-ipa' => 'IPA', |
| 2419 | + 'edittoolbar-characters-page-symbols' => 'Szimbólumok', |
| 2420 | + 'edittoolbar-characters-page-greek' => 'Görög', |
| 2421 | + 'edittoolbar-characters-page-cyrillic' => 'Cirill', |
| 2422 | + 'edittoolbar-characters-page-arabic' => 'Arab', |
| 2423 | + 'edittoolbar-characters-page-hebrew' => 'Héber', |
| 2424 | + 'edittoolbar-section-help' => 'Segítség', |
| 2425 | + 'edittoolbar-help-heading-description' => 'Leírás', |
| 2426 | + 'edittoolbar-help-heading-syntax' => 'Amit be kell írnod', |
| 2427 | + 'edittoolbar-help-heading-result' => 'Az eredmény', |
| 2428 | + 'edittoolbar-help-page-format' => 'Formázás', |
| 2429 | + 'edittoolbar-help-page-link' => 'Hivatkozások', |
| 2430 | + 'edittoolbar-help-page-heading' => 'Címsorok', |
| 2431 | + 'edittoolbar-help-page-list' => 'Listák', |
| 2432 | + 'edittoolbar-help-page-file' => 'Fájlok', |
| 2433 | + 'edittoolbar-help-page-reference' => 'Forráshivatkozások', |
| 2434 | + 'edittoolbar-help-page-discussion' => 'Megbeszélés', |
| 2435 | + 'edittoolbar-help-content-italic-description' => 'Dőlt', |
| 2436 | + 'edittoolbar-help-content-italic-syntax' => "''Dőlt szöveg''", |
| 2437 | + 'edittoolbar-help-content-italic-result' => '<em>Dőlt szöveg</em>', |
| 2438 | + 'edittoolbar-help-content-bold-description' => 'Félkövér', |
| 2439 | + 'edittoolbar-help-content-bold-syntax' => "'''Félkövér szöveg'''", |
| 2440 | + 'edittoolbar-help-content-bold-result' => '<strong>Félkövér szöveg</strong>', |
| 2441 | + 'edittoolbar-help-content-bolditalic-description' => 'Félkövér és dőlt', |
| 2442 | + 'edittoolbar-help-content-bolditalic-syntax' => "'''''Félkövér és dőlt szöveg'''''", |
| 2443 | + 'edittoolbar-help-content-bolditalic-result' => '<strong><em>Félkövér és dőlt szöveg</em></strong>', |
| 2444 | + 'edittoolbar-help-content-ilink-description' => 'Belső hivatkozás', |
| 2445 | + 'edittoolbar-help-content-ilink-syntax' => '[[Lap címe|Hivatkozás szövege]]<br />[[Lap címe]]', |
| 2446 | + 'edittoolbar-help-content-ilink-result' => "<a href='#'>Hivatkozás szövege</a><br /><a href='#'>Lap címe</a>", |
| 2447 | + 'edittoolbar-help-content-xlink-description' => 'Külső hivatkozás', |
| 2448 | + 'edittoolbar-help-content-xlink-syntax' => '[http://www.peldaoldal.hu Hivatkozás szövege]<br />[http://www.peldaoldal.hu]<br />http://www.peldaoldal.hu', |
| 2449 | + 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>Hivatkozás szövege</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.peldaoldal.hu</a>", |
| 2450 | + 'edittoolbar-help-content-heading1-description' => 'Elsőszintű címsor', |
| 2451 | + 'edittoolbar-help-content-heading1-syntax' => '= Elsőszintű címsor szövege =', |
| 2452 | + 'edittoolbar-help-content-heading1-result' => '<h1>Elsőszintű címsor szövege</h1>', |
| 2453 | + 'edittoolbar-help-content-heading2-description' => 'Második szintű címsor', |
| 2454 | + 'edittoolbar-help-content-heading2-syntax' => '== Címsor szövege ==', |
| 2455 | + 'edittoolbar-help-content-heading2-result' => '<h2>Címsor szövege</h2>', |
| 2456 | + 'edittoolbar-help-content-heading3-description' => 'Harmadik szintű címsor', |
| 2457 | + 'edittoolbar-help-content-heading3-syntax' => '=== Címsor szövege ===', |
| 2458 | + 'edittoolbar-help-content-heading3-result' => '<h3>Címsor szövege</h3>', |
| 2459 | + 'edittoolbar-help-content-heading4-description' => 'Negyedik szintű címsor', |
| 2460 | + 'edittoolbar-help-content-heading4-syntax' => '==== Címsor szövege ====', |
| 2461 | + 'edittoolbar-help-content-heading4-result' => '<h4>Címsor szövege</h4>', |
| 2462 | + 'edittoolbar-help-content-heading5-description' => 'Ötödik szintű címsor', |
| 2463 | + 'edittoolbar-help-content-heading5-syntax' => '===== Címsor szövege =====', |
| 2464 | + 'edittoolbar-help-content-heading5-result' => '<h5>Címsor szövege</h5>', |
| 2465 | + 'edittoolbar-help-content-ulist-description' => 'Felsorolásjeles lista', |
| 2466 | + 'edittoolbar-help-content-ulist-syntax' => '* Listaelem<br />* Listaelem', |
| 2467 | + 'edittoolbar-help-content-ulist-result' => '<ul><li>Listaelem</li><li>Listaelem</li></ul>', |
| 2468 | + 'edittoolbar-help-content-olist-description' => 'Számozott lista', |
| 2469 | + 'edittoolbar-help-content-olist-syntax' => '# Listaelem<br /># Listaelem', |
| 2470 | + 'edittoolbar-help-content-olist-result' => '<ol><li>Listaelem</li><li>Listaelem</li></ol>', |
| 2471 | + 'edittoolbar-help-content-file-description' => 'Beszúrt fájl', |
| 2472 | + 'edittoolbar-help-content-file-syntax' => '[[Fájl:Example.png|bélyegkép|Képaláírás]]', |
| 2473 | + 'edittoolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Caption text' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='A kép nagyítása' class='internal' href='#'><img height='11' width='15' alt='' src='skins/common/images/magnify-clip.png'/></a></div>Képaláírás</div></div>", |
| 2474 | + 'edittoolbar-help-content-reference-description' => 'Forráshivatkozás', |
| 2475 | + 'edittoolbar-help-content-reference-syntax' => 'Lap szövege.<ref name="test">[http://www.példaoldal.hu Hivatkozás szövege], további szöveg.</ref>', |
| 2476 | + 'edittoolbar-help-content-reference-result' => "Lap szövege.<sup><a href='#'>[1]</a></sup>", |
| 2477 | + 'edittoolbar-help-content-rereference-description' => 'Ugyanazon forráshivatkozás későbbi használata', |
| 2478 | + 'edittoolbar-help-content-rereference-result' => "Lap szövege.<sup><a href='#'>[1]</a></sup>", |
| 2479 | + 'edittoolbar-help-content-showreferences-description' => 'Forráshivatkozások listázása', |
| 2480 | + 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.peldaoldal.hu' class='external text' href='#'>Hivatkozás szövege</a>, további szöveg.</li></ol>", |
| 2481 | + 'edittoolbar-help-content-signaturetimestamp-description' => 'Aláírás időbélyeggel', |
| 2482 | + 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>Szerkesztőnév</a> (<a href='#' title='{{#special:mytalk}}'>vita</a>) 2009. június 10., 15:54 (CEST)", |
| 2483 | + 'edittoolbar-help-content-signature-description' => 'Aláírás', |
| 2484 | + 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>Szerkesztőnév</a> (<a href='#' title='{{#special:mytalk}}'>vita</a>)", |
| 2485 | + 'edittoolbar-help-content-indent-description' => 'Behúzás', |
| 2486 | + 'edittoolbar-help-content-indent-syntax' => 'Sima szöveg<br />:Behúzott szöveg<br />::Behúzott szöveg', |
| 2487 | + 'edittoolbar-help-content-indent-result' => 'Sima szöveg<dl><dd>Behúzott szöveg<dl><dd>Behúzott szöveg</dd></dl></dd></dl>', |
| 2488 | +); |
| 2489 | + |
2317 | 2490 | /** Interlingua (Interlingua) |
2318 | 2491 | * @author McDutchie |
2319 | 2492 | */ |
— | — | @@ -2491,6 +2664,13 @@ |
2492 | 2665 | 'edittoolbar-tool-newline' => 'Baris baru', |
2493 | 2666 | 'edittoolbar-tool-table' => 'Tabel', |
2494 | 2667 | 'edittoolbar-section-characters' => 'Karakter spesial', |
| 2668 | + 'edittoolbar-characters-page-latin' => 'Latin', |
| 2669 | + 'edittoolbar-characters-page-ipa' => 'IPA', |
| 2670 | + 'edittoolbar-characters-page-symbols' => 'Simbol', |
| 2671 | + 'edittoolbar-characters-page-greek' => 'Yunani', |
| 2672 | + 'edittoolbar-characters-page-cyrillic' => 'Sirilik', |
| 2673 | + 'edittoolbar-characters-page-arabic' => 'Arab', |
| 2674 | + 'edittoolbar-characters-page-hebrew' => 'Ibrani', |
2495 | 2675 | 'edittoolbar-section-help' => 'Bantuan', |
2496 | 2676 | 'edittoolbar-help-heading-description' => 'Keterangan', |
2497 | 2677 | 'edittoolbar-help-heading-syntax' => 'Yang Anda ketikkan', |
— | — | @@ -2936,14 +3116,52 @@ |
2937 | 3117 | |
2938 | 3118 | /** Korean (한국어) |
2939 | 3119 | * @author ITurtle |
| 3120 | + * @author Klutzy |
2940 | 3121 | * @author Kwj2772 |
2941 | 3122 | */ |
2942 | 3123 | $messages['ko'] = array( |
2943 | 3124 | 'edittoolbar' => '편집 툴바', |
2944 | | - 'edittoolbar-preference' => '개선된 편집 툴바 켜기', |
| 3125 | + 'edittoolbar-preference' => '기능이 향상된 편집 툴바 사용하기', |
| 3126 | + 'edittoolbar-loading' => '불러오는 중…', |
| 3127 | + 'edittoolbar-tool-bold' => '굵은 글씨', |
| 3128 | + 'edittoolbar-tool-bold-example' => '굵은 글씨', |
| 3129 | + 'edittoolbar-tool-italic' => '기울인 글씨', |
| 3130 | + 'edittoolbar-tool-italic-example' => '기울인 글씨', |
| 3131 | + 'edittoolbar-tool-ilink' => '내부 링크', |
| 3132 | + 'edittoolbar-tool-ilink-example' => '문서 제목', |
| 3133 | + 'edittoolbar-tool-xlink' => '외부 링크 (http://를 붙여 주세요)', |
| 3134 | + 'edittoolbar-tool-xlink-example' => 'http://www.example.com 링크 이름', |
| 3135 | + 'edittoolbar-tool-file' => '파일 넣기', |
| 3136 | + 'edittoolbar-tool-signature' => '서명 및 시각', |
| 3137 | + 'edittoolbar-section-advanced' => '고급', |
| 3138 | + 'edittoolbar-tool-heading' => '제목', |
| 3139 | + 'edittoolbar-tool-heading-1' => '1단계', |
| 3140 | + 'edittoolbar-tool-heading-2' => '2단계', |
| 3141 | + 'edittoolbar-tool-heading-3' => '3단계', |
| 3142 | + 'edittoolbar-tool-heading-4' => '4단계', |
| 3143 | + 'edittoolbar-tool-heading-5' => '5단계', |
| 3144 | + 'edittoolbar-tool-heading-example' => '제목', |
| 3145 | + 'edittoolbar-group-list' => '목록', |
| 3146 | + 'edittoolbar-tool-ulist' => '별표 표시된 목록', |
| 3147 | + 'edittoolbar-tool-newline' => '새 줄', |
| 3148 | + 'edittoolbar-tool-table' => '표', |
| 3149 | + 'edittoolbar-section-characters' => '특수 문자', |
2945 | 3150 | 'edittoolbar-section-help' => '도움말', |
| 3151 | + 'edittoolbar-help-heading-description' => '설명', |
| 3152 | + 'edittoolbar-help-heading-syntax' => '입력할 내용', |
| 3153 | + 'edittoolbar-help-page-discussion' => '토론', |
2946 | 3154 | 'edittoolbar-help-content-italic-syntax' => "''기울인 글씨''", |
| 3155 | + 'edittoolbar-help-content-bold-syntax' => "'''굵은 글씨'''", |
| 3156 | + 'edittoolbar-help-content-bolditalic-description' => '굵고 기울인 글씨', |
2947 | 3157 | 'edittoolbar-help-content-ilink-description' => '내부 링크', |
| 3158 | + 'edittoolbar-help-content-xlink-description' => '외부 링크', |
| 3159 | + 'edittoolbar-help-content-signaturetimestamp-description' => '서명 및 시각', |
| 3160 | + 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>사용자 이름</a> (<a href='#' title='{{#special:mytalk}}'>토론</a>) 2009년 6월 10일 (수) 15:54 (UTC)", |
| 3161 | + 'edittoolbar-help-content-signature-description' => '서명', |
| 3162 | + 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>사용자 이름</a> (<a href='#' title='{{#special:mytalk}}'>토론</a>)", |
| 3163 | + 'edittoolbar-help-content-indent-description' => '들여쓰기', |
| 3164 | + 'edittoolbar-help-content-indent-syntax' => '보통 글<br />:들여쓰기된 글<br />::들여쓰기된 글', |
| 3165 | + 'edittoolbar-help-content-indent-result' => '보통 글<dl><dd>들여쓰기된 글<dl><dd>들여쓰기된 글</dd></dl></dd></dl>', |
2948 | 3166 | ); |
2949 | 3167 | |
2950 | 3168 | /** Ripoarisch (Ripoarisch) |
— | — | @@ -4606,6 +4824,7 @@ |
4607 | 4825 | 'edittoolbar-characters-page-hebrew' => 'హిబ్రూ', |
4608 | 4826 | 'edittoolbar-section-help' => 'సహాయం', |
4609 | 4827 | 'edittoolbar-help-heading-description' => 'వివరణ', |
| 4828 | + 'edittoolbar-help-heading-syntax' => 'మీరు టైపు చేసేది', |
4610 | 4829 | 'edittoolbar-help-page-link' => 'లంకెలు', |
4611 | 4830 | 'edittoolbar-help-page-list' => 'జాబితాలు', |
4612 | 4831 | 'edittoolbar-help-page-file' => 'ఫైళ్ళు', |
— | — | @@ -4973,44 +5192,46 @@ |
4974 | 5193 | |
4975 | 5194 | /** Vietnamese (Tiếng Việt) |
4976 | 5195 | * @author Minh Nguyen |
| 5196 | + * @author Vinhtantran |
4977 | 5197 | */ |
4978 | 5198 | $messages['vi'] = array( |
4979 | 5199 | 'edittoolbar' => 'Thanh công cụ sửa đổi', |
4980 | | - 'edittoolbar-desc' => 'Thanh công cụ ở trang sửa đổi dễ sử dụng hơn', |
| 5200 | + 'edittoolbar-desc' => 'Thanh công cụ ở trang sửa đổi được cải tiến để dễ sử dụng hơn', |
4981 | 5201 | 'edittoolbar-preference' => 'Sử dụng thanh công cụ sửa đổi nâng cao', |
4982 | 5202 | 'edittoolbar-loading' => 'Đang tải…', |
4983 | 5203 | 'edittoolbar-tool-bold' => 'Đậm', |
4984 | 5204 | 'edittoolbar-tool-bold-example' => 'Chữ đậm', |
4985 | 5205 | 'edittoolbar-tool-italic' => 'Xiên', |
4986 | 5206 | 'edittoolbar-tool-italic-example' => 'Chữ xiên', |
4987 | | - 'edittoolbar-tool-ilink' => 'Liên kết nội bộ', |
4988 | | - 'edittoolbar-tool-ilink-example' => 'Văn bản liên kết', |
| 5207 | + 'edittoolbar-tool-ilink' => 'Liên kết trong', |
| 5208 | + 'edittoolbar-tool-ilink-example' => 'Tựa đề liên kết', |
4989 | 5209 | 'edittoolbar-tool-xlink' => 'Liên kết ngoài (nhớ ghi http://)', |
4990 | | - 'edittoolbar-tool-xlink-example' => 'http://www.example.com liên kết ngoài', |
| 5210 | + 'edittoolbar-tool-xlink-example' => 'http://www.vidu.com tựa đề liên kết', |
4991 | 5211 | 'edittoolbar-tool-file' => 'Chèn tập tin', |
4992 | 5212 | 'edittoolbar-tool-file-pre' => '$1Tập tin:', |
4993 | 5213 | 'edittoolbar-tool-file-example' => 'Ví dụ.jpg', |
4994 | | - 'edittoolbar-tool-reference' => 'Tham khảo', |
| 5214 | + 'edittoolbar-tool-reference' => 'Chú thích tham khảo', |
4995 | 5215 | 'edittoolbar-tool-reference-example' => 'Ghi chú tại đây', |
4996 | 5216 | 'edittoolbar-tool-signature' => 'Chữ ký có ngày', |
4997 | 5217 | 'edittoolbar-section-advanced' => 'Nâng cao', |
4998 | 5218 | 'edittoolbar-tool-heading' => 'Đề mục', |
4999 | | - 'edittoolbar-tool-heading-1' => 'Độ 1', |
5000 | | - 'edittoolbar-tool-heading-2' => 'Độ 2', |
5001 | | - 'edittoolbar-tool-heading-3' => 'Độ 3', |
5002 | | - 'edittoolbar-tool-heading-4' => 'Độ 4', |
5003 | | - 'edittoolbar-tool-heading-5' => 'Độ 5', |
| 5219 | + 'edittoolbar-tool-heading-1' => 'Cấp 1', |
| 5220 | + 'edittoolbar-tool-heading-2' => 'Cấp 2', |
| 5221 | + 'edittoolbar-tool-heading-3' => 'Cấp 3', |
| 5222 | + 'edittoolbar-tool-heading-4' => 'Cấp 4', |
| 5223 | + 'edittoolbar-tool-heading-5' => 'Cấp 5', |
5004 | 5224 | 'edittoolbar-tool-heading-example' => 'Câu đề mục', |
5005 | 5225 | 'edittoolbar-group-list' => 'Danh sách', |
5006 | 5226 | 'edittoolbar-tool-ulist' => 'Danh sách không đánh số', |
5007 | 5227 | 'edittoolbar-tool-ulist-example' => 'Mục danh sách', |
5008 | | - 'edittoolbar-tool-olist' => 'Danh sách số', |
| 5228 | + 'edittoolbar-tool-olist' => 'Danh sách đánh số', |
5009 | 5229 | 'edittoolbar-tool-olist-example' => 'Mục danh sách số', |
5010 | 5230 | 'edittoolbar-group-size' => 'Kích cỡ', |
5011 | 5231 | 'edittoolbar-tool-big' => 'Lớn', |
5012 | 5232 | 'edittoolbar-tool-big-example' => 'Văn bản lớn', |
5013 | 5233 | 'edittoolbar-tool-small' => 'Nhỏ', |
5014 | 5234 | 'edittoolbar-tool-small-example' => 'Văn bản nhỏ', |
| 5235 | + 'edittoolbar-group-baseline' => 'Hàng chữ', |
5015 | 5236 | 'edittoolbar-tool-superscript' => 'Viết lên trên', |
5016 | 5237 | 'edittoolbar-tool-superscript-example' => 'Chữ được viết lên trên', |
5017 | 5238 | 'edittoolbar-tool-subscript' => 'Viết xuống dưới', |
— | — | @@ -5022,10 +5243,17 @@ |
5023 | 5244 | 'edittoolbar-tool-newline' => 'Dòng mới', |
5024 | 5245 | 'edittoolbar-tool-table' => 'Bảng', |
5025 | 5246 | 'edittoolbar-section-characters' => 'Ký tự đặc biệt', |
| 5247 | + 'edittoolbar-characters-page-latin' => 'La tinh', |
| 5248 | + 'edittoolbar-characters-page-ipa' => 'Phiên âm quốc tế', |
| 5249 | + 'edittoolbar-characters-page-symbols' => 'Ký hiệu', |
| 5250 | + 'edittoolbar-characters-page-greek' => 'Hy Lạp', |
| 5251 | + 'edittoolbar-characters-page-cyrillic' => 'Kirin', |
| 5252 | + 'edittoolbar-characters-page-arabic' => 'Ả Rập', |
| 5253 | + 'edittoolbar-characters-page-hebrew' => 'Hê-brơ', |
5026 | 5254 | 'edittoolbar-section-help' => 'Trợ giúp', |
5027 | 5255 | 'edittoolbar-help-heading-description' => 'Miêu tả', |
5028 | 5256 | 'edittoolbar-help-heading-syntax' => 'Bạn nhập', |
5029 | | - 'edittoolbar-help-heading-result' => 'và nhận được', |
| 5257 | + 'edittoolbar-help-heading-result' => 'Nhận được', |
5030 | 5258 | 'edittoolbar-help-page-format' => 'Định dạng', |
5031 | 5259 | 'edittoolbar-help-page-link' => 'Liên kết', |
5032 | 5260 | 'edittoolbar-help-page-heading' => 'Đề mục', |
— | — | @@ -5039,46 +5267,46 @@ |
5040 | 5268 | 'edittoolbar-help-content-bold-description' => 'Đậm', |
5041 | 5269 | 'edittoolbar-help-content-bold-syntax' => "'''Chữ đậm'''", |
5042 | 5270 | 'edittoolbar-help-content-bold-result' => '<strong>Chữ đậm</strong>', |
5043 | | - 'edittoolbar-help-content-bolditalic-description' => 'Xiên đậm', |
5044 | | - 'edittoolbar-help-content-bolditalic-syntax' => "'''''Văn bản xiên đậm'''''", |
5045 | | - 'edittoolbar-help-content-bolditalic-result' => '<strong><em>Văn bản xiên đậm</em></strong>', |
5046 | | - 'edittoolbar-help-content-ilink-description' => 'Liên kết nội bộ', |
| 5271 | + 'edittoolbar-help-content-bolditalic-description' => 'Đậm & xiên', |
| 5272 | + 'edittoolbar-help-content-bolditalic-syntax' => "'''''Văn bản đậm & xiên'''''", |
| 5273 | + 'edittoolbar-help-content-bolditalic-result' => '<strong><em>Văn bản đậm & xiên</em></strong>', |
| 5274 | + 'edittoolbar-help-content-ilink-description' => 'Liên kết trong', |
5047 | 5275 | 'edittoolbar-help-content-ilink-syntax' => '[[Tên trang|Văn bản liên kết]]<br />[[Tên trang]]', |
5048 | 5276 | 'edittoolbar-help-content-ilink-result' => "<a href='#'>Văn bản liên kết</a><br /><a href='#'>Tên trang</a>", |
5049 | 5277 | 'edittoolbar-help-content-xlink-description' => 'Liên kết ngoài', |
5050 | | - 'edittoolbar-help-content-xlink-syntax' => '[http://www.example.org Văn bản liên kết]<br />[http://www.example.org]<br />http://www.example.org', |
5051 | | - 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>Văn bản liên kết</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>", |
5052 | | - 'edittoolbar-help-content-heading1-description' => 'Đề mục độ 1', |
| 5278 | + 'edittoolbar-help-content-xlink-syntax' => '[http://www.vidu.org Văn bản liên kết]<br />[http://www.vidu.org]<br />http://www.vidu.org', |
| 5279 | + 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>Văn bản liên kết</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.vidu.org</a>", |
| 5280 | + 'edittoolbar-help-content-heading1-description' => 'Đề mục cấp 1', |
5053 | 5281 | 'edittoolbar-help-content-heading1-syntax' => '= Câu đề mục =', |
5054 | 5282 | 'edittoolbar-help-content-heading1-result' => '<h1>Câu đề mục</h1>', |
5055 | | - 'edittoolbar-help-content-heading2-description' => 'Đề mục độ 2', |
| 5283 | + 'edittoolbar-help-content-heading2-description' => 'Đề mục cấp 2', |
5056 | 5284 | 'edittoolbar-help-content-heading2-syntax' => '== Câu đề mục ==', |
5057 | 5285 | 'edittoolbar-help-content-heading2-result' => '<h2>Câu đề mục</h2>', |
5058 | | - 'edittoolbar-help-content-heading3-description' => 'Đề mục độ 3', |
| 5286 | + 'edittoolbar-help-content-heading3-description' => 'Đề mục cấp 3', |
5059 | 5287 | 'edittoolbar-help-content-heading3-syntax' => '=== Câu đề mục ===', |
5060 | 5288 | 'edittoolbar-help-content-heading3-result' => '<h3>Câu đề mục</h3>', |
5061 | | - 'edittoolbar-help-content-heading4-description' => 'Đề mục độ 4', |
| 5289 | + 'edittoolbar-help-content-heading4-description' => 'Đề mục cấp 4', |
5062 | 5290 | 'edittoolbar-help-content-heading4-syntax' => '==== Câu đề mục ====', |
5063 | 5291 | 'edittoolbar-help-content-heading4-result' => '<h4>Câu đề mục</h4>', |
5064 | | - 'edittoolbar-help-content-heading5-description' => 'Đề mục độ 5', |
| 5292 | + 'edittoolbar-help-content-heading5-description' => 'Đề mục cấp 5', |
5065 | 5293 | 'edittoolbar-help-content-heading5-syntax' => '===== Câu đề mục =====', |
5066 | 5294 | 'edittoolbar-help-content-heading5-result' => '<h3>Câu đề mục</h3>', |
5067 | 5295 | 'edittoolbar-help-content-ulist-description' => 'Danh sách không đánh số', |
5068 | 5296 | 'edittoolbar-help-content-ulist-syntax' => '* Mục danh sách<br />* Mục danh sách', |
5069 | 5297 | 'edittoolbar-help-content-ulist-result' => '<ul><li>Mục danh sách</li><li>Mục danh sách</li></ul>', |
5070 | | - 'edittoolbar-help-content-olist-description' => 'Danh sách số', |
| 5298 | + 'edittoolbar-help-content-olist-description' => 'Danh sách đánh số', |
5071 | 5299 | 'edittoolbar-help-content-olist-syntax' => '# Mục danh sách<br /># Mục danh sách', |
5072 | 5300 | 'edittoolbar-help-content-olist-result' => '<ol><li>Mục danh sách</li><li>Mục danh sách</li></ol>', |
5073 | 5301 | 'edittoolbar-help-content-file-description' => 'Chèn tập tin', |
5074 | 5302 | 'edittoolbar-help-content-file-syntax' => '[[Tập tin:Ví dụ.png|nhỏ|Văn bản chú thích]]', |
5075 | 5303 | 'edittoolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='Văn bản chú thích' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='Phóng lớn' class='internal' href='#'><img height='11' width='15' alt='' src='skins/common/images/magnify-clip.png'/></a></div>Văn bản chú thích</div></div>", |
5076 | 5304 | 'edittoolbar-help-content-reference-description' => 'Tham khảo', |
5077 | | - 'edittoolbar-help-content-reference-syntax' => 'Nội dung trang.<ref name="thử">[http://www.example.org Văn bản liên kết], thêm văn bản.</ref>', |
5078 | | - 'edittoolbar-help-content-reference-result' => "Nội dung trang.<sup><a href='#'>[1]</a></sup>", |
5079 | | - 'edittoolbar-help-content-rereference-description' => 'Sử dụng chú thích lần nữa', |
5080 | | - 'edittoolbar-help-content-rereference-result' => "Nội dung trang.<sup><a href='#'>[1]</a></sup>", |
| 5305 | + 'edittoolbar-help-content-reference-syntax' => 'Nội dung trang<ref name="thử">[http://www.vidu.org Văn bản liên kết], văn bản bổ sung.</ref>.', |
| 5306 | + 'edittoolbar-help-content-reference-result' => "Nội dung trang<sup><a href='#'>[1]</a></sup>.", |
| 5307 | + 'edittoolbar-help-content-rereference-description' => 'Sử dụng lại cùng chú thích', |
| 5308 | + 'edittoolbar-help-content-rereference-result' => "Nội dung trang<sup><a href='#'>[1]</a></sup>.", |
5081 | 5309 | 'edittoolbar-help-content-showreferences-description' => 'Liệt kê các chú thích', |
5082 | | - 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-th.E1.BB.AD-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>Văn bản liên kết</a>, thêm văn bản.</li></ol>", |
| 5310 | + 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-th.E1.BB.AD-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.vidu.org' class='external text' href='#'>Văn bản liên kết</a>, văn bản bổ sung.</li></ol>", |
5083 | 5311 | 'edittoolbar-help-content-signaturetimestamp-description' => 'Chữ ký có ngày', |
5084 | 5312 | 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>Tên đăng ký</a> (<a href='#' title='{{#special:mytalk}}'>thảo luận</a>) 15:54, ngày 10 tháng 6 năm 2009 (UTC)", |
5085 | 5313 | 'edittoolbar-help-content-signature-description' => 'Chữ ký', |
— | — | @@ -5149,7 +5377,13 @@ |
5150 | 5378 | | 行 2, 格 1 |
5151 | 5379 | | 行 2, 格 2 |
5152 | 5380 | | 行 2, 格 3', |
5153 | | - 'edittoolbar-section-characters' => '特別字', |
| 5381 | + 'edittoolbar-section-characters' => '特別字元', |
| 5382 | + 'edittoolbar-characters-page-latin' => '拉丁文', |
| 5383 | + 'edittoolbar-characters-page-symbols' => '符號', |
| 5384 | + 'edittoolbar-characters-page-greek' => '希臘文', |
| 5385 | + 'edittoolbar-characters-page-cyrillic' => '西里爾文', |
| 5386 | + 'edittoolbar-characters-page-arabic' => '阿拉伯文', |
| 5387 | + 'edittoolbar-characters-page-hebrew' => '希伯來文', |
5154 | 5388 | 'edittoolbar-section-help' => '幫手', |
5155 | 5389 | 'edittoolbar-help-heading-description' => '描述', |
5156 | 5390 | 'edittoolbar-help-heading-syntax' => '你輸入啲乜', |
— | — | @@ -5218,25 +5452,27 @@ |
5219 | 5453 | ); |
5220 | 5454 | |
5221 | 5455 | /** Simplified Chinese (中文(简体)) |
| 5456 | + * @author PhiLiP |
5222 | 5457 | * @author Shinjiman |
5223 | 5458 | */ |
5224 | 5459 | $messages['zh-hans'] = array( |
5225 | | - 'edittoolbar' => '编辑工具列', |
5226 | | - 'edittoolbar-desc' => '加强可用性的编辑页面工具', |
5227 | | - 'edittoolbar-preference' => '启用加强编辑工具列', |
5228 | | - 'edittoolbar-loading' => '载入中...', |
| 5460 | + 'edittoolbar' => '编辑工具栏', |
| 5461 | + 'edittoolbar-desc' => '加强可用性的页面编辑工具', |
| 5462 | + 'edittoolbar-preference' => '启用加强编辑工具栏', |
| 5463 | + 'edittoolbar-loading' => '正在载入……', |
5229 | 5464 | 'edittoolbar-tool-bold' => '粗体', |
5230 | | - 'edittoolbar-tool-bold-example' => '粗体文字', |
| 5465 | + 'edittoolbar-tool-bold-example' => '粗体文本', |
5231 | 5466 | 'edittoolbar-tool-italic' => '斜体', |
5232 | | - 'edittoolbar-tool-italic-example' => '斜体文字', |
5233 | | - 'edittoolbar-tool-ilink' => '内部连结', |
5234 | | - 'edittoolbar-tool-ilink-example' => '拎题', |
5235 | | - 'edittoolbar-tool-xlink' => '外部连结(记住 http:// 文字开头)', |
5236 | | - 'edittoolbar-tool-xlink-example' => 'http://www.example.com 连结标题', |
5237 | | - 'edittoolbar-tool-file' => '结合标题', |
| 5467 | + 'edittoolbar-tool-italic-example' => '斜体文本', |
| 5468 | + 'edittoolbar-tool-ilink' => '内部链接', |
| 5469 | + 'edittoolbar-tool-ilink-example' => '链接标题', |
| 5470 | + 'edittoolbar-tool-xlink' => '外部链接(需以“http://”前缀)', |
| 5471 | + 'edittoolbar-tool-xlink-example' => 'http://www.example.com 链接标题', |
| 5472 | + 'edittoolbar-tool-file' => '插入文件', |
| 5473 | + 'edittoolbar-tool-file-pre' => '$1文件:', |
5238 | 5474 | 'edittoolbar-tool-reference' => '参考', |
5239 | | - 'edittoolbar-tool-reference-example' => '在这里插入页底文字', |
5240 | | - 'edittoolbar-tool-signature' => '签名加时间截记', |
| 5475 | + 'edittoolbar-tool-reference-example' => '在此插入脚注文本', |
| 5476 | + 'edittoolbar-tool-signature' => '签名和时间戳', |
5241 | 5477 | 'edittoolbar-section-advanced' => '高级', |
5242 | 5478 | 'edittoolbar-tool-heading' => '标题', |
5243 | 5479 | 'edittoolbar-tool-heading-1' => '1级', |
— | — | @@ -5244,26 +5480,26 @@ |
5245 | 5481 | 'edittoolbar-tool-heading-3' => '3级', |
5246 | 5482 | 'edittoolbar-tool-heading-4' => '4级', |
5247 | 5483 | 'edittoolbar-tool-heading-5' => '5级', |
5248 | | - 'edittoolbar-tool-heading-example' => '标题文字', |
| 5484 | + 'edittoolbar-tool-heading-example' => '标题文本', |
5249 | 5485 | 'edittoolbar-group-list' => '列表', |
5250 | | - 'edittoolbar-tool-ulist' => '点列列表', |
5251 | | - 'edittoolbar-tool-ulist-example' => '点列列表项目', |
5252 | | - 'edittoolbar-tool-olist' => '数字列表', |
5253 | | - 'edittoolbar-tool-olist-example' => '数字列表项目', |
| 5486 | + 'edittoolbar-tool-ulist' => '无序列表', |
| 5487 | + 'edittoolbar-tool-ulist-example' => '无序列表项', |
| 5488 | + 'edittoolbar-tool-olist' => '有序列表', |
| 5489 | + 'edittoolbar-tool-olist-example' => '有序列表项', |
5254 | 5490 | 'edittoolbar-group-size' => '大小', |
5255 | 5491 | 'edittoolbar-tool-big' => '大', |
5256 | | - 'edittoolbar-tool-big-example' => '大文字', |
| 5492 | + 'edittoolbar-tool-big-example' => '大型文本', |
5257 | 5493 | 'edittoolbar-tool-small' => '小', |
5258 | | - 'edittoolbar-tool-small-example' => '小文字', |
| 5494 | + 'edittoolbar-tool-small-example' => '小型文本', |
5259 | 5495 | 'edittoolbar-group-baseline' => '基线', |
5260 | 5496 | 'edittoolbar-tool-superscript' => '上标', |
5261 | | - 'edittoolbar-tool-superscript-example' => '上标文字', |
| 5497 | + 'edittoolbar-tool-superscript-example' => '上标文本', |
5262 | 5498 | 'edittoolbar-tool-subscript' => '下标', |
5263 | | - 'edittoolbar-tool-subscript-example' => '下标文字', |
| 5499 | + 'edittoolbar-tool-subscript-example' => '下标文本', |
5264 | 5500 | 'edittoolbar-group-insert' => '插入', |
5265 | 5501 | 'edittoolbar-tool-gallery' => '画廊', |
5266 | | - 'edittoolbar-tool-gallery-example' => 'File:Example.jpg|标题1 |
5267 | | -File:Example.jpg|标题2', |
| 5502 | + 'edittoolbar-tool-gallery-example' => '文件:Example.jpg|标题1 |
| 5503 | +文件:Example.jpg|标题2', |
5268 | 5504 | 'edittoolbar-tool-newline' => '换行', |
5269 | 5505 | 'edittoolbar-tool-table' => '表格', |
5270 | 5506 | 'edittoolbar-tool-table-example' => '- |
— | — | @@ -5279,71 +5515,78 @@ |
5280 | 5516 | | 行 2, 格 2 |
5281 | 5517 | | 行 2, 格 3', |
5282 | 5518 | 'edittoolbar-section-characters' => '特殊文字', |
5283 | | - 'edittoolbar-section-help' => '帮手', |
| 5519 | + 'edittoolbar-characters-page-latin' => '拉丁字母', |
| 5520 | + 'edittoolbar-characters-page-ipa' => '国际音标', |
| 5521 | + 'edittoolbar-characters-page-symbols' => '符号', |
| 5522 | + 'edittoolbar-characters-page-greek' => '希腊字母', |
| 5523 | + 'edittoolbar-characters-page-cyrillic' => '西里尔字母', |
| 5524 | + 'edittoolbar-characters-page-arabic' => '阿拉伯字母', |
| 5525 | + 'edittoolbar-characters-page-hebrew' => '希伯来字母', |
| 5526 | + 'edittoolbar-section-help' => '帮助', |
5284 | 5527 | 'edittoolbar-help-heading-description' => '描述', |
5285 | | - 'edittoolbar-help-heading-syntax' => '您输入什么', |
5286 | | - 'edittoolbar-help-heading-result' => '您得到什么', |
| 5528 | + 'edittoolbar-help-heading-syntax' => '输入内容', |
| 5529 | + 'edittoolbar-help-heading-result' => '输出结果', |
5287 | 5530 | 'edittoolbar-help-page-format' => '格式', |
5288 | | - 'edittoolbar-help-page-link' => '连结', |
| 5531 | + 'edittoolbar-help-page-link' => '链接', |
5289 | 5532 | 'edittoolbar-help-page-heading' => '标题', |
5290 | 5533 | 'edittoolbar-help-page-list' => '列表', |
5291 | 5534 | 'edittoolbar-help-page-file' => '文件', |
5292 | 5535 | 'edittoolbar-help-page-reference' => '参考', |
5293 | 5536 | 'edittoolbar-help-page-discussion' => '讨论', |
5294 | 5537 | 'edittoolbar-help-content-italic-description' => '斜体', |
5295 | | - 'edittoolbar-help-content-italic-syntax' => "''斜体文字''", |
5296 | | - 'edittoolbar-help-content-italic-result' => '<em>斜体文字</em>', |
| 5538 | + 'edittoolbar-help-content-italic-syntax' => "''斜体文本''", |
| 5539 | + 'edittoolbar-help-content-italic-result' => '<em>斜体文本</em>', |
5297 | 5540 | 'edittoolbar-help-content-bold-description' => '粗体', |
5298 | | - 'edittoolbar-help-content-bold-syntax' => "'''粗体文字'''", |
5299 | | - 'edittoolbar-help-content-bold-result' => '<strong>粗体文字</strong>', |
| 5541 | + 'edittoolbar-help-content-bold-syntax' => "'''粗体文本'''", |
| 5542 | + 'edittoolbar-help-content-bold-result' => '<strong>粗体文本</strong>', |
5300 | 5543 | 'edittoolbar-help-content-bolditalic-description' => '粗斜体', |
5301 | | - 'edittoolbar-help-content-bolditalic-syntax' => "'''''粗斜体文字'''''", |
5302 | | - 'edittoolbar-help-content-bolditalic-result' => '<strong><em>粗斜体文字</em></strong>', |
5303 | | - 'edittoolbar-help-content-ilink-description' => '内部连结', |
5304 | | - 'edittoolbar-help-content-ilink-syntax' => '[[页面标题|连结标签]]<br />[[页面标题]]', |
5305 | | - 'edittoolbar-help-content-ilink-result' => "<a href='#'>连结标签</a><br /><a href='#'>页面标题</a>", |
5306 | | - 'edittoolbar-help-content-xlink-description' => '外部连结', |
5307 | | - 'edittoolbar-help-content-xlink-syntax' => '[http://www.example.org 连结标签]<br />[http://www.example.org]<br />http://www.example.org', |
5308 | | - 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>连结标签</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>", |
5309 | | - 'edittoolbar-help-content-heading1-description' => '第1级标题', |
5310 | | - 'edittoolbar-help-content-heading1-syntax' => '= 标题文字 =', |
5311 | | - 'edittoolbar-help-content-heading1-result' => '<h1>标题文字</h1>', |
5312 | | - 'edittoolbar-help-content-heading2-description' => '第2级标题', |
5313 | | - 'edittoolbar-help-content-heading2-syntax' => '== 标题文字 ==', |
5314 | | - 'edittoolbar-help-content-heading2-result' => '<h2>标题文字</h2>', |
5315 | | - 'edittoolbar-help-content-heading3-description' => '第3级标题', |
5316 | | - 'edittoolbar-help-content-heading3-syntax' => '=== 标题文字 ===', |
5317 | | - 'edittoolbar-help-content-heading3-result' => '<h3>标题文字</h3>', |
5318 | | - 'edittoolbar-help-content-heading4-description' => '第4级标题', |
5319 | | - 'edittoolbar-help-content-heading4-syntax' => '==== 标题文字 ====', |
5320 | | - 'edittoolbar-help-content-heading4-result' => '<h4>标题文字</h4>', |
5321 | | - 'edittoolbar-help-content-heading5-description' => '第5级标题', |
5322 | | - 'edittoolbar-help-content-heading5-syntax' => '===== 标题文字 =====', |
5323 | | - 'edittoolbar-help-content-heading5-result' => '<h5>标题文字</h5>', |
5324 | | - 'edittoolbar-help-content-ulist-description' => '点列列表', |
5325 | | - 'edittoolbar-help-content-ulist-syntax' => '* 列表项目<br />* 列表项目', |
5326 | | - 'edittoolbar-help-content-ulist-result' => '<ul><li>列表项目</li><li>列表项目</li></ul>', |
5327 | | - 'edittoolbar-help-content-olist-description' => '数字列表', |
5328 | | - 'edittoolbar-help-content-olist-syntax' => '# 列表项目<br /># 列表项目', |
5329 | | - 'edittoolbar-help-content-olist-result' => '<ol><li>列表项目</li><li>列表项目</li></ol>', |
5330 | | - 'edittoolbar-help-content-file-description' => '结合档', |
5331 | | - 'edittoolbar-help-content-file-syntax' => '[[File:Example.png|thumb|标题文字]]', |
5332 | | - 'edittoolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='标题文字' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='skins/common/images/magnify-clip.png'/></a></div>标题文字</div></div>", |
| 5544 | + 'edittoolbar-help-content-bolditalic-syntax' => "'''''粗斜体文本'''''", |
| 5545 | + 'edittoolbar-help-content-bolditalic-result' => '<strong><em>粗斜体文本</em></strong>', |
| 5546 | + 'edittoolbar-help-content-ilink-description' => '内部链接', |
| 5547 | + 'edittoolbar-help-content-ilink-syntax' => '[[页面标题|链接标签]]<br />[[页面标题]]', |
| 5548 | + 'edittoolbar-help-content-ilink-result' => "<a href='#'>链接标签</a><br /><a href='#'>页面标题</a>", |
| 5549 | + 'edittoolbar-help-content-xlink-description' => '外部链接', |
| 5550 | + 'edittoolbar-help-content-xlink-syntax' => '[http://www.example.org 链接标签]<br />[http://www.example.org]<br />http://www.example.org', |
| 5551 | + 'edittoolbar-help-content-xlink-result' => "<a href='#' class='external'>链接标签</a><br /><a href='#' class='external autonumber'>[1]</a><br /><a href='#' class='external'>http://www.example.org</a>", |
| 5552 | + 'edittoolbar-help-content-heading1-description' => '1级标题', |
| 5553 | + 'edittoolbar-help-content-heading1-syntax' => '= 标题文本 =', |
| 5554 | + 'edittoolbar-help-content-heading1-result' => '<h1>标题文本</h1>', |
| 5555 | + 'edittoolbar-help-content-heading2-description' => '2级标题', |
| 5556 | + 'edittoolbar-help-content-heading2-syntax' => '== 标题文本 ==', |
| 5557 | + 'edittoolbar-help-content-heading2-result' => '<h2>标题文本</h2>', |
| 5558 | + 'edittoolbar-help-content-heading3-description' => '3级标题', |
| 5559 | + 'edittoolbar-help-content-heading3-syntax' => '=== 标题文本 ===', |
| 5560 | + 'edittoolbar-help-content-heading3-result' => '<h3>标题文本</h3>', |
| 5561 | + 'edittoolbar-help-content-heading4-description' => '4级标题', |
| 5562 | + 'edittoolbar-help-content-heading4-syntax' => '==== 标题文本 ====', |
| 5563 | + 'edittoolbar-help-content-heading4-result' => '<h4>标题文本</h4>', |
| 5564 | + 'edittoolbar-help-content-heading5-description' => '5级标题', |
| 5565 | + 'edittoolbar-help-content-heading5-syntax' => '===== 标题文本 =====', |
| 5566 | + 'edittoolbar-help-content-heading5-result' => '<h5>标题文本</h5>', |
| 5567 | + 'edittoolbar-help-content-ulist-description' => '无序列表', |
| 5568 | + 'edittoolbar-help-content-ulist-syntax' => '* 列表项<br />* 列表项', |
| 5569 | + 'edittoolbar-help-content-ulist-result' => '<ul><li>列表项</li><li>列表项</li></ul>', |
| 5570 | + 'edittoolbar-help-content-olist-description' => '有序列表', |
| 5571 | + 'edittoolbar-help-content-olist-syntax' => '# 列表项<br /># 列表项', |
| 5572 | + 'edittoolbar-help-content-olist-result' => '<ol><li>列表项</li><li>列表项</li></ol>', |
| 5573 | + 'edittoolbar-help-content-file-description' => '插入文件', |
| 5574 | + 'edittoolbar-help-content-file-syntax' => '[[文件:Example.png|thumb|标题文本]]', |
| 5575 | + 'edittoolbar-help-content-file-result' => "<div style='width:104px;' class='thumbinner'><a title='标题文本' class='image' href='#'><img height='50' width='100' border='0' class='thumbimage' src='extensions/UsabilityInitiative/images/wikiEditor/toolbar/example-image.png' alt=''/></a><div class='thumbcaption'><div class='magnify'><a title='放大' class='internal' href='#'><img height='11' width='15' alt='' src='skins/common/images/magnify-clip.png'/></a></div>标题文本</div></div>", |
5333 | 5576 | 'edittoolbar-help-content-reference-description' => '参考', |
5334 | | - 'edittoolbar-help-content-reference-syntax' => '页面文字。<ref name="test">[http://www.example.org 连结文字],附加文字。</ref>', |
5335 | | - 'edittoolbar-help-content-reference-result' => "页面文字。<sup><a href='#'>[1]</a></sup>", |
5336 | | - 'edittoolbar-help-content-rereference-description' => '同参考附加用途', |
5337 | | - 'edittoolbar-help-content-rereference-syntax' => '<ref name="test" />', |
5338 | | - 'edittoolbar-help-content-rereference-result' => "页面文字。<sup><a href='#'>[1]</a></sup>", |
5339 | | - 'edittoolbar-help-content-showreferences-description' => '显示喜好', |
5340 | | - 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>拎文字</a>,附加文字。</li></ol>", |
5341 | | - 'edittoolbar-help-content-signaturetimestamp-description' => '签名加上时间截记', |
5342 | | - 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>用户名</a> (<a href='#' title='{{#special:mytalk}}'>讨论</a>) 15:54, 10 June 2009 (UTC)", |
| 5577 | + 'edittoolbar-help-content-reference-syntax' => '页面文本。<ref name="test">[http://www.example.org 链接文本],附加文本。</ref>', |
| 5578 | + 'edittoolbar-help-content-reference-result' => "页面文本。<sup><a href='#'>[1]</a></sup>", |
| 5579 | + 'edittoolbar-help-content-rereference-description' => '同项参考', |
| 5580 | + 'edittoolbar-help-content-rereference-syntax' => '<ref name="测试" />', |
| 5581 | + 'edittoolbar-help-content-rereference-result' => "页面文本。<sup><a href='#'>[1]</a></sup>", |
| 5582 | + 'edittoolbar-help-content-showreferences-description' => '显示参考文献', |
| 5583 | + 'edittoolbar-help-content-showreferences-result' => "<ol class='references'><li id='cite_note-test-0'><b><a title='' href='#'>^</a></b> <a rel='nofollow' title='http://www.example.org' class='external text' href='#'>链接文本</a>,附加文本。</li></ol>", |
| 5584 | + 'edittoolbar-help-content-signaturetimestamp-description' => '带时间戳的签名', |
| 5585 | + 'edittoolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>用户名</a> (<a href='#' title='{{#special:mytalk}}'>讨论</a>) 2009年6月10日 (三) 15:54 (UTC)", |
5343 | 5586 | 'edittoolbar-help-content-signature-description' => '签名', |
5344 | 5587 | 'edittoolbar-help-content-signature-result' => "<a href='#' title='{{#special:mypage}}'>用户名</a> (<a href='#' title='{{#special:mytalk}}'>讨论</a>)", |
5345 | | - 'edittoolbar-help-content-indent-description' => '缩排', |
5346 | | - 'edittoolbar-help-content-indent-syntax' => '标准文字<br />:缩排文字<br />::缩排文字', |
5347 | | - 'edittoolbar-help-content-indent-result' => '标准文字<dl><dd>缩排文字<dl><dd>缩排文字</dd></dl></dd></dl>', |
| 5588 | + 'edittoolbar-help-content-indent-description' => '缩进', |
| 5589 | + 'edittoolbar-help-content-indent-syntax' => '标准文本<br />:缩进文本<br />::缩进文本', |
| 5590 | + 'edittoolbar-help-content-indent-result' => '标准文本<dl><dd>缩进文本<dl><dd>缩进文本</dd></dl></dd></dl>', |
5348 | 5591 | ); |
5349 | 5592 | |
5350 | 5593 | /** Traditional Chinese (中文(繁體)) */ |
— | — | @@ -5406,7 +5649,14 @@ |
5407 | 5650 | | 行 2, 格 2 |
5408 | 5651 | | 行 2, 格 3', |
5409 | 5652 | 'edittoolbar-section-characters' => '特殊文字', |
5410 | | - 'edittoolbar-section-help' => '幫手', |
| 5653 | + 'edittoolbar-characters-page-latin' => '拉丁字母', |
| 5654 | + 'edittoolbar-characters-page-ipa' => '國際音標', |
| 5655 | + 'edittoolbar-characters-page-symbols' => '符號', |
| 5656 | + 'edittoolbar-characters-page-greek' => '希臘字母', |
| 5657 | + 'edittoolbar-characters-page-cyrillic' => '西里爾字母', |
| 5658 | + 'edittoolbar-characters-page-arabic' => '阿拉伯字母', |
| 5659 | + 'edittoolbar-characters-page-hebrew' => '希伯來字母', |
| 5660 | + 'edittoolbar-section-help' => '幫助', |
5411 | 5661 | 'edittoolbar-help-heading-description' => '描述', |
5412 | 5662 | 'edittoolbar-help-heading-syntax' => '您輸入什麼', |
5413 | 5663 | 'edittoolbar-help-heading-result' => '您得到什麼', |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php |
— | — | @@ -33,21 +33,27 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | public static function optIn( $user ) { |
37 | | - global $wgOptInPrefs; |
| 37 | + global $wgOptInPrefs, $wgUser, $wgRequest; |
38 | 38 | |
39 | | - foreach ( $wgOptInPrefs as $pref => $value ) { |
40 | | - $user->setOption( $pref, $value ); |
| 39 | + // Don't allow anything to actually change without a matching token |
| 40 | + if ( $wgUser->matchEditToken( $wgRequest->getVal( 'token' ) ) ) { |
| 41 | + foreach ( $wgOptInPrefs as $pref => $value ) { |
| 42 | + $user->setOption( $pref, $value ); |
| 43 | + } |
| 44 | + $user->saveSettings(); |
41 | 45 | } |
42 | | - $user->saveSettings(); |
43 | 46 | } |
44 | 47 | |
45 | 48 | public static function optOut( $user ) { |
46 | | - global $wgOptInPrefs; |
| 49 | + global $wgOptInPrefs, $wgUser, $wgRequest; |
47 | 50 | |
48 | | - foreach ( $wgOptInPrefs as $pref => $value ) { |
49 | | - $user->setOption( $pref, null ); |
| 51 | + // Don't allow anything to actually change without a matching token |
| 52 | + if ( $wgUser->matchEditToken( $wgRequest->getVal( 'token' ) ) ) { |
| 53 | + foreach ( $wgOptInPrefs as $pref => $value ) { |
| 54 | + $user->setOption( $pref, null ); |
| 55 | + } |
| 56 | + $user->saveSettings(); |
50 | 57 | } |
51 | | - $user->saveSettings(); |
52 | 58 | } |
53 | 59 | |
54 | 60 | /* Functions */ |
— | — | @@ -56,7 +62,7 @@ |
57 | 63 | parent::__construct( 'OptIn' ); |
58 | 64 | wfLoadExtensionMessages( 'OptIn' ); |
59 | 65 | } |
60 | | - |
| 66 | + |
61 | 67 | public function execute( $par ) { |
62 | 68 | global $wgRequest, $wgOut, $wgUser, $wgOptInSurvey; |
63 | 69 | global $wgOptInFeedBackSurvey, $wgOptInBrowserSurvey; |
— | — | @@ -69,7 +75,7 @@ |
70 | 76 | $this->mOriginLink = $wgUser->getSkin()->link( |
71 | 77 | $this->mOriginTitle, null, array(), |
72 | 78 | $this->mOriginQuery ); |
73 | | - $this->mOriginURL = $this->mOriginTitle->getFullURL( |
| 79 | + $this->mOriginURL = $this->mOriginTitle->getLinkUrl( |
74 | 80 | $this->mOriginQuery ); |
75 | 81 | } |
76 | 82 | $this->setHeaders(); |
— | — | @@ -97,7 +103,7 @@ |
98 | 104 | // About to opt in |
99 | 105 | $wgOut->setPageTitle( wfMsg( 'optin-title-optedout' ) ); |
100 | 106 | } |
101 | | - |
| 107 | + |
102 | 108 | if ( $wgRequest->getCheck( 'opt' ) ) { |
103 | 109 | if ( $wgRequest->getVal( 'opt' ) === 'in' ) { |
104 | 110 | self::optIn( $wgUser ); |
— | — | @@ -107,7 +113,7 @@ |
108 | 114 | UsabilityInitiativeHooks::initialize(); |
109 | 115 | UsabilityInitiativeHooks::addScript( 'OptIn/OptIn.js', |
110 | 116 | $wgOptInStyleVersion ); |
111 | | - $url = $this->getTitle()->getFullURL(); |
| 117 | + $url = $this->getTitle()->getLinkUrl(); |
112 | 118 | $wgOut->addHTML( Xml::tags( 'script', |
113 | 119 | array( 'type' => $wgJsMimeType ), |
114 | 120 | "js2AddOnloadHook(function() { \$j.post( \"$url\", optInGetPOSTData() ); } );" |
— | — | @@ -172,14 +178,16 @@ |
173 | 179 | UsabilityInitiativeHooks::addStyle( 'OptIn/OptIn.css', |
174 | 180 | $wgOptInStyleVersion ); |
175 | 181 | |
176 | | - $query = array( 'opt' => 'in', |
177 | | - 'from' => $this->mOrigin, |
178 | | - 'fromquery' => $this->mOriginQuery |
| 182 | + $query = array( |
| 183 | + 'opt' => 'in', |
| 184 | + 'from' => $this->mOrigin, |
| 185 | + 'fromquery' => $this->mOriginQuery, |
| 186 | + 'token' => $wgUser->editToken(), |
179 | 187 | ); |
180 | 188 | if ( $wgUser->isLoggedIn() ) |
181 | | - $url = $this->getTitle()->getFullURL( $query ); |
| 189 | + $url = $this->getTitle()->getLinkUrl( $query ); |
182 | 190 | else |
183 | | - $url = SpecialPage::getTitleFor( 'Userlogin' )->getFullURL( |
| 191 | + $url = SpecialPage::getTitleFor( 'Userlogin' )->getLinkUrl( |
184 | 192 | array( 'returnto' => $this->getTitle(), |
185 | 193 | 'returntoquery' => wfArrayToCGI( $query ) |
186 | 194 | ) ); |
— | — | @@ -284,6 +292,7 @@ |
285 | 293 | ) |
286 | 294 | ); |
287 | 295 | $retval .= Xml::hidden( 'opt', $opt ); |
| 296 | + $retval .= Xml::hidden( 'token', $wgUser->editToken() ); |
288 | 297 | $retval .= Xml::openElement( 'dl' ); |
289 | 298 | foreach ( $survey as $id => $question ) { |
290 | 299 | $answer = isset( $loaded[$id] ) ? $loaded[$id][0] : null; |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/OptIn/OptIn.js |
— | — | @@ -29,7 +29,19 @@ |
30 | 30 | var browserIndex = 'other'; |
31 | 31 | switch ( $j.browser.name ) { |
32 | 32 | case 'msie': |
33 | | - browserIndex = 'ie'+ parseInt( $j.browser.versionNumber ); |
| 33 | + if ( parseInt( $j.browser.versionNumber ) == 7 ) { |
| 34 | + // IE7 or IE8 compat mode |
| 35 | + if( document.documentMode ) { |
| 36 | + // IE8 supports Document mode |
| 37 | + browserIndex = 'ie8'; |
| 38 | + } else { |
| 39 | + // while IE7 does not support it |
| 40 | + browserIndex = 'ie7'; |
| 41 | + } |
| 42 | + } else { |
| 43 | + // other versions |
| 44 | + browserIndex = 'ie'+ parseInt( $j.browser.versionNumber ); |
| 45 | + } |
34 | 46 | break; |
35 | 47 | case 'firefox': |
36 | 48 | browserIndex = 'ff' + parseInt( $j.browser.versionNumber ); |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/OptIn/OptIn.i18n.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | 'optin-survey-intro' => "Thank you for trying the Beta. |
48 | 48 | We would like to know what you think about our new interface, so we would appreciate it if you filled out the optional survey below before clicking \"[[#leave|{{int:optin-submit-out}}]]\".", |
49 | 49 | 'optin-survey-question-likedislike' => 'What did you like about the Beta? What did you dislike about the Beta?', |
50 | | - 'optin-survey-question-whyoptout' => 'Why are you leaving the Beta? (Please select all that apply.) ', |
| 50 | + 'optin-survey-question-whyoptout' => 'Why are you leaving the Beta? (Please select all that apply.)', |
51 | 51 | 'optin-survey-answer-whyoptout-hard' => 'It was too hard to use.', |
52 | 52 | 'optin-survey-answer-whyoptout-didntwork' => 'It did not function properly.', |
53 | 53 | 'optin-survey-answer-whyoptout-notpredictable' => 'It did not perform predictably.', |
— | — | @@ -95,12 +95,12 @@ |
96 | 96 | 'optin-survey-answer-changes-custom' => 'Allow greater user customization.', |
97 | 97 | 'optin-survey-answer-changes-other' => 'Other:', |
98 | 98 | 'optin-improvements' => "== What has been improved? == |
99 | | -[[File:UsabilityNavigation.png|left]] |
| 99 | +[[File:UsabilityNavigation.png|left|link=]] |
100 | 100 | ;Enhanced navigation |
101 | 101 | The new navigation system makes it easier to see where you are and what you are doing, as well as where you can go and how to get there. With the search box located in the top right corner, the search feature is easier to find and quicker to use. |
102 | 102 | <div style=\"clear:both;\"></div> |
103 | 103 | |
104 | | -[[File:UsabilityToolbar.png|left]] |
| 104 | +[[File:UsabilityToolbar.png|left|link=]] |
105 | 105 | ;Edit toolbar improvements |
106 | 106 | New-and-improved icons make it clearer what action each tool performs. Expandable sections reduce clutter while keeping infrequently used tools just a click away. |
107 | 107 | The help section provides quick access to a reference for common uses of wiki-markup. |
— | — | @@ -108,8 +108,7 @@ |
109 | 109 | == How to get involved == |
110 | 110 | To learn more about the project or to get involved, please visit the [http://usability.wikimedia.org Usability Initiative's wiki]. There you will find information about our grant, research, design + development, and releases. To ask questions or leave general feedback, please use our [http://usability.wikimedia.org/wiki/Talk:Prototype prototype discussion page]. To address particular subjects, please use the associated discussion pages. If you find bugs, please leave your comments on the [http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai release discussion page] or by using [https://bugzilla.wikimedia.org Bugzilla]. |
111 | 111 | |
112 | | -Thanks and we look forward to hearing from you! |
113 | | -", |
| 112 | +Thanks and we look forward to hearing from you!", |
114 | 113 | ); |
115 | 114 | |
116 | 115 | /** Message documentation (Message documentation) |
— | — | @@ -142,23 +141,70 @@ |
143 | 142 | |
144 | 143 | /** Arabic (العربية) |
145 | 144 | * @author ;Hiba;1 |
| 145 | + * @author OsamaK |
146 | 146 | */ |
147 | 147 | $messages['ar'] = array( |
148 | | - 'optin-title-optedin' => 'الخروج من بيتا', |
149 | | - 'optin-title-justoptedin' => 'اهلا بك في بيتا', |
150 | | - 'optin-title-justoptedout' => 'شكرا لتجريبك بيتا.', |
| 148 | + 'optin-desc' => 'إن السماح للمستخدمين بتجربة البيتا آخر تطورات مبادرة الاستخدامية (Usability Initiative).', |
| 149 | + 'optin-title-optedout' => 'جرّب البيتا', |
| 150 | + 'optin-title-optedin' => 'غادر البيتا', |
| 151 | + 'optin-title-justoptedin' => 'أهلا بك في بيتا', |
| 152 | + 'optin-title-justoptedout' => 'شكرًا لتجريبك البيتا.', |
151 | 153 | 'optin-title-feedback' => 'شاركنا ملاحظاتك و اقتراحاتك', |
| 154 | + 'optin-needlogin' => 'يجب أن [$1 تسجل دخولك] لتجرّب البيتا.', |
| 155 | + 'optin-intro' => 'عملت مبادرة استخدامية ويكيبيديا (Wikipedia Usability Initiative) بجد على تحسين استخدامية ويكيبيديا. |
| 156 | +أترغب في تجربة نسختنا البيتا؟', |
152 | 157 | 'optin-feedback-back' => 'اذا لم ترغب بملىء الاستطلاع, يمكنك الرجوع إلى $1 .', |
| 158 | + 'optin-success-in' => 'تقوم الآن بتجريب البيتا. |
| 159 | +تستطيع العودة في أي وقت بنقر وصلة "{{int:optin-leave}}" في أعلى الشاشة.', |
153 | 160 | 'optin-leave-cancel' => 'إن كنت تريد الاستمرار في استخدام بيتا, فيمكنك الرجوع إلى $1.', |
| 161 | + 'optin-success-out' => 'لقد تركت البيتا بنجاح. |
| 162 | +تستطيع تجريبها مرة أخرى في أي وقت بنقر وصلة "{{int:optin-try}}" في أعلى يسار الشاشة.', |
| 163 | + 'optin-success-feedback' => 'شكرًا لك على ملاحظاتك!', |
| 164 | + 'optin-accept-short' => 'لنجربها!', |
154 | 165 | 'optin-accept-long' => 'جرب بيتا', |
155 | 166 | 'optin-accept-long-anon' => 'انشىء حسابا و قم بتجريب بيتا', |
156 | 167 | 'optin-deny-short' => 'لا, شكرا', |
157 | 168 | 'optin-deny-long' => 'الرجوع للصفحة السابقة', |
| 169 | + 'optin-submit-out' => 'غادر البيتا', |
| 170 | + 'optin-submit-feedback' => 'أعطِ ملاحظاتك', |
| 171 | + 'optin-try' => 'جرّب البيتا', |
| 172 | + 'optin-leave' => 'غادر البيتا', |
| 173 | + 'optin-feedback' => 'ملاحظات البيتا', |
158 | 174 | 'optin-survey-yes' => 'نعم', |
159 | 175 | 'optin-survey-no' => 'لا', |
| 176 | + 'optin-survey-intro' => 'شكرًا لتجريب البيتا. |
| 177 | +نود أن نطلع على رأيك في واجهتنا الجديدة، لذا فإننا سنقدر ملأك الاستطلاع الاختياري أدناه قبل أن تنقر "[[#leave|{{int:optin-submit-out}}]]".', |
| 178 | + 'optin-survey-question-likedislike' => 'ما الذي أعجبك في البيتا؟ ما الذي لم يعجبك فيها؟', |
| 179 | + 'optin-survey-question-whyoptout' => 'لماذا تغادر البيتا؟ (رجاءً حدّد كل ما ينطبق)', |
| 180 | + 'optin-survey-answer-whyoptout-hard' => 'كانت صعبة الاستخدام.', |
| 181 | + 'optin-survey-answer-whyoptout-didntwork' => 'لم تؤدِ الغرض بشكل ملائم.', |
| 182 | + 'optin-survey-answer-whyoptout-notpredictable' => 'لم تعمل حسب ما توقعت.', |
| 183 | + 'optin-survey-answer-whyoptout-didntlike-look' => 'لم يعجبني مظهرها.', |
| 184 | + 'optin-survey-answer-whyoptout-didntlike-layout' => 'لم يعجبني التصميم والألسنة الجديدة.', |
| 185 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => 'لم يعجبني شريط الأدوات الجديد.', |
160 | 186 | 'optin-survey-answer-whyoptout-other' => 'أسباب أخرى:', |
| 187 | + 'optin-survey-question-explain' => 'رجاءً وضّح وفصّل إجابتك أعلاه:', |
| 188 | + 'optin-survey-question-techfail' => 'هل واجهت أي فشل تقني أثناء استخدامك البيتا؟', |
| 189 | + 'optin-survey-question-techfail-ifyes' => 'إذا كانت الإجابة بنعم، فمن فضلك فصّل ووضَح:', |
| 190 | + 'optin-survey-question-usedtoolbar' => 'هل سبق لك أن استخدمت شريط الأدوات الجديد القابل للتمديد لتحرير صفحة؟', |
| 191 | + 'optin-survey-question-usedtoolbar-ifyes' => 'إذا كانت الإجابة بنعم، فما الذي أعجبك فيه؟ وما الذي لم يعجبك فيه؟', |
| 192 | + 'optin-survey-question-usedtoolbar-ifno' => 'إذا كانت الإجابة بلا، فلم لم تستخدمه؟ أستسخدمه في المستقبل؟ من فضلك وضّح الإجابة.', |
| 193 | + 'optin-survey-question-different' => 'ماذا كان بإمكاننا فعله لكي تستمر في استخدام البيتا؟', |
| 194 | + 'optin-survey-question-feedback' => 'من فضلك أطلعنا على أي ملاحظات أو مخاوف أو آراء أخرى عن المشروع - كل ملاحظة مفيدة!:', |
161 | 195 | 'optin-survey-question-browser' => 'ما هو المتصفح الذي تستخدمه؟', |
162 | 196 | 'optin-survey-answer-browser-other' => 'متصفح آخر:', |
| 197 | + 'optin-survey-question-os' => 'ما نظام التشغيل الذي تستخدمه؟', |
| 198 | + 'optin-survey-answer-os-other' => 'نظام تشغيل آخر:', |
| 199 | + 'optin-survey-question-res' => 'ما أبعاد شاشتك؟', |
| 200 | + 'optin-survey-question-changes' => 'ما التغييرات التي تطمح لرؤيتها في بيتا المستقبل؟ (من فضلك اختر كل ما ينطبق)', |
| 201 | + 'optin-survey-answer-changes-nav' => 'جعل تصفح الموقع بشكل عام أسهل.', |
| 202 | + 'optin-survey-answer-changes-edittools' => 'زيادة وتحسين أدوات التحرير.', |
| 203 | + 'optin-survey-answer-changes-upload' => 'تحسين المحتويات والوسائط المرفوعة.', |
| 204 | + 'optin-survey-answer-changes-richtext' => 'تطوير أدوات تحرير شبيهة بمحررات النصوص الغنية (rich-text).', |
| 205 | + 'optin-survey-answer-changes-lookfeel' => 'تحديث "منظر وإحساس" الموقع.', |
| 206 | + 'optin-survey-answer-changes-predictability' => 'تطوير القدرة على تنبؤ الأداء.', |
| 207 | + 'optin-survey-answer-changes-custom' => 'السماح بتخصيص أكبر من المستخدم.', |
| 208 | + 'optin-survey-answer-changes-other' => 'غير ذلك:', |
163 | 209 | ); |
164 | 210 | |
165 | 211 | /** Aramaic (ܐܪܡܝܐ) |
— | — | @@ -245,12 +291,12 @@ |
246 | 292 | 'optin-survey-answer-changes-custom' => 'Дазволіць удзельнікам пашыраную настройку.', |
247 | 293 | 'optin-survey-answer-changes-other' => 'Іншыя:', |
248 | 294 | 'optin-improvements' => '== Што было палепшана? == |
249 | | -[[File:UsabilityNavigation.png|left]] |
| 295 | +[[File:UsabilityNavigation.png|left|link=]] |
250 | 296 | ;Паляпшэньне навігацыі |
251 | 297 | Новая навігацыйная сыстэма дазвяляе лягчэй зразумець дзе Вы знаходзіцеся і што робіце, а так сама куды Вы можаце перайсьці і як гэта зрабіць. Поле пошуку перанесена з левай навігацыйнай панэлі ў верхні правы вугал для палягчэньня і паскарэньня пошуку. |
252 | 298 | <div style="clear:both;"></div> |
253 | 299 | |
254 | | -[[File:UsabilityToolbar.png|left]] |
| 300 | +[[File:UsabilityToolbar.png|left|link=]] |
255 | 301 | ;Паляпшэньне панэлі рэдагаваньняў |
256 | 302 | Новыя і палепшаныя значкі дазваляюць лягчэй зразумець якія дзеяньні выконвае кожная прылада. Адчыняемыя сэктары зьмяньшаюць тлум, захоўваючы рэдка выкарыстоўваемыя прылады для кліку мышкай. Дапаможны падзел забясьпечвае хуткі доступ да прыкладаў па найбольш выкарыстоўваемым тыпам вікі-метак. |
257 | 303 | <div style="clear:both;"></div>', |
— | — | @@ -325,12 +371,12 @@ |
326 | 372 | 'optin-survey-answer-changes-custom' => 'Omogućuje veća korisnička podešavanja.', |
327 | 373 | 'optin-survey-answer-changes-other' => 'Ostalo:', |
328 | 374 | 'optin-improvements' => '== Šta je poboljšano? == |
329 | | -[[File:UsabilityNavigation.png|left]] |
| 375 | +[[File:UsabilityNavigation.png|left|link=]] |
330 | 376 | ;Poboljšana navigacija |
331 | 377 | Jasna naznaka stanja "čitanja" i "uređivanja" kada ste na stranici članka ili stranici za razgovor. Kutija za pretaživanje je uklonjena iz navigacione trake sa lijeve strane u gornji desni ugao zbog lakšeg pristupa i bržeg traženja. |
332 | 378 | <div style="clear:both;"></div> |
333 | 379 | |
334 | | -[[File:UsabilityToolbar.png|left]] |
| 380 | +[[File:UsabilityToolbar.png|left|link=]] |
335 | 381 | ;Poboljšanja trake za uređivanje |
336 | 382 | Traka za uređivanje koja se može sakriti može sakriti ikone alata koji se ne upotrebljavaju često. Potvrđeni korisnici mogu proširiti alatnu traku i pristupiti posebnim ikonama. |
337 | 383 | Pomoćne informacije (prečice) su ugrađene u alatnu traku. |
— | — | @@ -397,25 +443,31 @@ |
398 | 444 | 'optin-survey-question-os' => 'Quin sistema operatiu usau?', |
399 | 445 | 'optin-survey-answer-os-other' => 'Un altre sistema operatiu:', |
400 | 446 | 'optin-survey-question-res' => 'Quina és la resolució de la vostra pantalla?', |
401 | | - 'optin-survey-question-changes' => 'Quins canvis introduiríeu a Beta en el futur (triau-ne fins a tres)?', |
| 447 | + 'optin-survey-question-changes' => 'Quins canvis us agradaria veure a Beta en el futur (triau-ne els que volgueu)?', |
402 | 448 | 'optin-survey-answer-changes-nav' => "Fer la navegació del web més fàcil d'usar.", |
403 | 449 | 'optin-survey-answer-changes-edittools' => "Augmentar i millorar les eines d'edició.", |
404 | 450 | 'optin-survey-answer-changes-upload' => 'Millorar els continguts i les càrregues de material multimèdia.', |
405 | 451 | 'optin-survey-answer-changes-richtext' => "Desenvolupar eines d'edició similars als editors de text enriquit.", |
406 | 452 | 'optin-survey-answer-changes-lookfeel' => "Actualitzar l'aparença del lloc.", |
407 | 453 | 'optin-survey-answer-changes-predictability' => 'Millorar la predictabilitat del rendiment.', |
| 454 | + 'optin-survey-answer-changes-custom' => 'Permet una major personalització.', |
408 | 455 | 'optin-survey-answer-changes-other' => 'Altres:', |
409 | 456 | 'optin-improvements' => "== Què s'ha millorat? == |
410 | | -[[File:UsabilityNavigation.png|left]] |
| 457 | +[[File:UsabilityNavigation.png|left|link=]] |
411 | 458 | ;Navegació millorada |
412 | 459 | El nou sistema de navegació fa més fàcil veure on sou i què estau fent, així com on podeu anar i com arribar-hi. Amb la caixa de cerques situada al cantó superior dret, l'opció de cercar és més fàcil de trobar i més ràpida d'usar. |
413 | 460 | <div style=\"clear:both;\"></div> |
414 | 461 | |
415 | | -[[File:UsabilityToolbar.png|left]] |
| 462 | +[[File:UsabilityToolbar.png|left|link=]] |
416 | 463 | ;Millores a la barra d'edició |
417 | 464 | Noves icones fan més clar quina acció realitza cada eina. Les seccions desplegables redueixen els ecos paràsits i a la vegada mantenen les eines poc usades a només un clic. |
418 | 465 | La secció d'ajuda dóna un ràpid accés a una guia dels usos més comuns del marcatge wiki. |
419 | | -<div style=\"clear:both;\"></div>", |
| 466 | +<div style=\"clear:both;\"></div> |
| 467 | + |
| 468 | +== Com podeu col·laborar == |
| 469 | +Per a saber més o col·laborar amb el projecte, visiteu [http://usability.wikimedia.org la wiki de la ''Usability Initiative'']. Allà trobareu informació sobre el nostre projecte, recerca, disseny i desenvolupament i llançaments . Per fer preguntes o deixar comentaris generals, per favor, usau la nostra [http://usability.wikimedia.org/wiki/Talk:Prototype Pàgina de discussió del prototipus]. Per demanar temes concrets, per favor, usau les pàgines de discussió associades. Si trobau errors en el programari, deixau els vostres comentaris a [http://usability.wikimedia.org/wiki/Talk:Releases/Acai la pàgina de discussió del llançament Acai] o usau [https://bugzilla.wikimedia.org Bugzilla]. |
| 470 | + |
| 471 | +Moltes gràcies!", |
420 | 472 | ); |
421 | 473 | |
422 | 474 | /** Sorani (Arabic script) (کوردی (عەرەبی)) |
— | — | @@ -512,16 +564,21 @@ |
513 | 565 | 'optin-survey-answer-changes-custom' => 'Größere Benutzeranpassungen erlauben.', |
514 | 566 | 'optin-survey-answer-changes-other' => 'Andere:', |
515 | 567 | 'optin-improvements' => '== Was wurde verbessert? == |
516 | | -[[File:UsabilityNavigation.png|left]] |
| 568 | +[[File:UsabilityNavigation.png|left|link=]] |
517 | 569 | ;Erweiterte Navigation |
518 | | -Das neue Navigationssystem macht es nicht nur einfacher zu sehen, wo du bist und was du tust, sondern auch wohin du wie gehen kannst. Mit der Suchbox in der oberen rechten Ecke wird das Finden einfacher und schneller. |
| 570 | +Durch das neue Nagivationssystem wird es einfacher zu bestimmen, wo man sich gerade befindet, was man tut und welche anderen Seiten man wie erreichen kann. Um das Auffinden von Information noch schneller und einfacher zu gestalten, wurde beispielsweise das Suchfeld nach oben rechts verschoben. |
519 | 571 | <div style="clear:both;"></div> |
520 | 572 | |
521 | | -[[File:UsabilityToolbar.png|left]] |
522 | | -;Verbesserungen der Bearbeiten-Werkzeugleiste |
523 | | -Neue und verbesserte Symbole machen es klarer, welche Aktion hinter jedem Tool steckt. Expandierbare Abschnitte reduzieren Verwirrungen, während selten verwendete Tools nur einen Klick entfernt sind. |
524 | | -Der Hilfeabschnitt sorgt für schnellen Zugriff auf häufig verwendete Wikisyntax. |
525 | | -<div style="clear:both;"></div>', |
| 573 | +[[File:UsabilityToolbar.png|left|link=]] |
| 574 | +;Verbesserungen der Werkzeugleiste |
| 575 | +Neue und verbesserte Symbole tragen dazu bei, dass man die gewünschte Funktion einfach und schnell erreichen kann. Die Menüstruktur wurde durch ausklappbare Abschnitte vereinfacht, während unterdessen selten verwendete Werkzeuge nur einen Klick entfernt sind. |
| 576 | +Der Hilfeabschnitt erlaubt den schnellen Zugruff auf häufig verwendete Wikisyntax. |
| 577 | +<div style="clear:both;"></div> |
| 578 | + |
| 579 | +== Wie kann ich mich daran beteiligen? == |
| 580 | +Um mehr über das Projekt zu erfahren oder selbst daran teilzunehmen, finden sich im [http://usability.wikimedia.org Wiki des Usability-Projekts] weitere Informationen, zum Beispiel über unsere Spende, Forschung, Design und Entwicklung sowie über neue Versionen. Für Fragen oder allgemeine Rückmeldungen steht die [http://usability.wikimedia.org/wiki/Talk:Prototype Diskussionsseite des Prototyps] zur Verfügung. Für spezielle Themen eignen sich die entsprechenden dazugehörigen Diskussionsseiten. Solltest du Fehler („Bugs“) entdecken, hinterlasse bitte unter http://usability.wikimedia.org/wiki/Talk:Releases/Acai einen entsprechenden Hinweis oder melde die Fehler über [https://bugzilla.wikimedia.org Bugzilla]. |
| 581 | + |
| 582 | +Vielen Dank, wir freuen uns auf dein Feedback!', |
526 | 583 | ); |
527 | 584 | |
528 | 585 | /** Lower Sorbian (Dolnoserbski) |
— | — | @@ -694,12 +751,12 @@ |
695 | 752 | 'optin-survey-answer-os-other' => 'Otro sistema operativo:', |
696 | 753 | 'optin-survey-question-res' => 'Cuál es la resolución de tu pantalla?', |
697 | 754 | 'optin-improvements' => '== Qué ha sido mejorado? == |
698 | | -[[File:UsabilityNavigation.png|left]] |
| 755 | +[[File:UsabilityNavigation.png|left|link=]] |
699 | 756 | ;Navegación mejorada |
700 | 757 | El nuevo sistema de navegación hace más fácil ver en donde estás y qué estás haciendo, también como dónde puedes ir y cómo ir. Con la tabla de búsqueda localizada en la esquina superior izquierda la búsqueda es más fácil de encontrar y más rápida de usar. |
701 | 758 | <div style="clear:both;"></div> |
702 | 759 | |
703 | | -[[File:UsabilityToolbar.png|left]] |
| 760 | +[[File:UsabilityToolbar.png|left|link=]] |
704 | 761 | ;Mejoramientos de la barra de herramientas de edición |
705 | 762 | Nuevos-y-mejorados íconos hacen más claro qué acción cada herramienta realiza. Secciones expandibles reducen abarrotamiento mientras mantienen herramientas usuadas infrecuentemente solo a un clic de distancia. |
706 | 763 | La sección de ayuda provee acceso rápido a una referencia para usos comunes del lenguaje wiki. |
— | — | @@ -717,12 +774,16 @@ |
718 | 775 | 'optin-accept-long' => 'Beta probatu', |
719 | 776 | 'optin-accept-long-anon' => 'Saioa hasi eta Beta probatu', |
720 | 777 | 'optin-deny-short' => 'Ez, mila esker', |
| 778 | + 'optin-deny-long' => 'Itzuli aurreko orrialdera', |
721 | 779 | 'optin-submit-out' => 'Beta utzi', |
722 | 780 | 'optin-try' => 'Beta probatu', |
723 | 781 | 'optin-leave' => 'Beta utzi', |
724 | 782 | 'optin-survey-yes' => 'Bai', |
725 | 783 | 'optin-survey-no' => 'Ez', |
726 | 784 | 'optin-survey-answer-whyoptout-hard' => 'Erabiltzea zailegia zen.', |
| 785 | + 'optin-survey-answer-whyoptout-didntwork' => 'Ez zebilen behar bezala.', |
| 786 | + 'optin-survey-answer-whyoptout-didntlike-look' => 'Ez nuen bere itxura gustuko.', |
| 787 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => 'Ez zitzaidan tresna-barra berria gustatzen.', |
727 | 788 | 'optin-survey-answer-whyoptout-other' => 'Beste arrazoirik:', |
728 | 789 | 'optin-survey-question-techfail' => 'Arazo teknikorik izan duzu Beta erabiltzean?', |
729 | 790 | 'optin-survey-question-browser' => 'Zein nabigatzaile erabiltzen duzu?', |
— | — | @@ -804,12 +865,12 @@ |
805 | 866 | 'optin-survey-answer-changes-custom' => 'Sallii laajemman käyttäjäkohtaisen kustomoinnin.', |
806 | 867 | 'optin-survey-answer-changes-other' => 'Muu', |
807 | 868 | 'optin-improvements' => '== Mitä on uudistettu? == |
808 | | -[[File:UsabilityNavigation.png|left]] |
| 869 | +[[File:UsabilityNavigation.png|left|link=]] |
809 | 870 | ;Paranneltu navigointi |
810 | 871 | Uudesta valikkojärjestelmästä näkee helpommin, missä olet ja mitä teet. Näet myös helpommin, minne voit mennä ja kuinka pääset sinne. Oikeassa yläkulmassa olevalla hakulaatikolla hakutoimintoa on helpompi ja nopeampi käyttää. |
811 | 872 | <div style="clear:both;"></div> |
812 | 873 | |
813 | | -[[File:UsabilityToolbar.png|left]] |
| 874 | +[[File:UsabilityToolbar.png|left|link=]] |
814 | 875 | ;Muokkauspalkin parannukset |
815 | 876 | Uusista ja parannetuista kuvakkeista näkee helpommin, mitä mikäkin työkalu tekee. Laajennettavat osiot vähentävät epäjärjestystä, kun harvoin käytetyt työkalut ovat vain klikkauksen päässä. |
816 | 877 | Ohje-osiosta näkyy esimerkit wikimerkinnän yleiseen käyttöön nopeasti. |
— | — | @@ -818,6 +879,7 @@ |
819 | 880 | |
820 | 881 | /** French (Français) |
821 | 882 | * @author IAlex |
| 883 | + * @author Louperivois |
822 | 884 | * @author PieRRoMaN |
823 | 885 | */ |
824 | 886 | $messages['fr'] = array( |
— | — | @@ -869,7 +931,7 @@ |
870 | 932 | 'optin-survey-question-techfail-ifyes' => 'Si oui, expliquez ou élaborez :', |
871 | 933 | 'optin-survey-question-usedtoolbar' => "Avez-vous utilisé la nouvelle barre d'outils déroulable pour modifier une page ?", |
872 | 934 | 'optin-survey-question-usedtoolbar-ifyes' => "Si oui, qu'avez vous aimé et que n'avez-vous pas aimé à son propos ?", |
873 | | - 'optin-survey-question-usedtoolbar-ifno' => "Si non, pourquoi ? L'utiliserez-vous dans le future ? expliquez.", |
| 935 | + 'optin-survey-question-usedtoolbar-ifno' => "Si non, pourquoi ? L'utiliserez-vous dans le futur ? Expliquez.", |
874 | 936 | 'optin-survey-question-different' => "Qu'est-ce qui aurait dû être différent pour vous continuiez à utiliser notre bêta ?", |
875 | 937 | 'optin-survey-question-feedback' => 'Donnez-nous votre réaction :', |
876 | 938 | 'optin-survey-question-browser' => 'Quel navigateur utilisez-vous ?', |
— | — | @@ -887,16 +949,21 @@ |
888 | 950 | 'optin-survey-answer-changes-custom' => "Permet une plus grande personnalisation de l'interface.", |
889 | 951 | 'optin-survey-answer-changes-other' => 'Autre :', |
890 | 952 | 'optin-improvements' => "== Qu'est-ce qui a été amélioré ? == |
891 | | -[[File:UsabilityNavigation.png|left]] |
| 953 | +[[File:UsabilityNavigation.png|left|link=]] |
892 | 954 | ;Navigation enrichie |
893 | | -Le nouveau système de navigation vous permet de voir plus facilement où vous êtes et ce que vous faîtes, de même que où vous pouvez aller et comment vous y rendre. Avec la boîte de recherche située dans le coin supérieur droit, la fonctionnalité de recherche est plus facile à trouver et plus rapide à utiliser. |
| 955 | +Le nouveau système de navigation vous permet de voir plus facilement où vous êtes et ce que vous faites, de même que où vous pouvez aller et comment vous y rendre. Avec la boîte de recherche située dans le coin supérieur droit, la fonctionnalité de recherche est plus facile à trouver et plus rapide à utiliser. |
894 | 956 | <div style=\"clear:both;\"></div> |
895 | 957 | |
896 | | -[[File:UsabilityToolbar.png|left]] |
| 958 | +[[File:UsabilityToolbar.png|left|link=]] |
897 | 959 | ;Améliorations de la barre d'outils |
898 | 960 | De toutes nouvelles icônes clarifient l'action effectuée par chaque outil. Des sections expansibles réduisent le désordre tout en gardant l'accès aux outils plus rarement utilisés à seulement un clic. |
899 | 961 | La section d'aide fournit un accès rapide à la documentation sur l'utilisation courante des balises wiki. |
900 | | -<div style=\"clear:both;\"></div>", |
| 962 | +<div style=\"clear:both;\"></div> |
| 963 | + |
| 964 | +== Comment s'impliquer == |
| 965 | +Pour en savoir davantage à propos du projet ou pour s'y impliquer, visitez [http://usability.wikimedia.org le wiki de l'initiative d'usabilité]. Vous y trouverez des informations sur notre subvention, la recherche, le design et le développement. Pour poser des questions ou pour laisser des commentaires, merci d'utiliser notre [http://usability.wikimedia.org/wiki/Talk:Prototype page de discussion sur le prototype]. Pour aborder des sujets particuliers, utilisez les pages de discussion associées. Si vous trouvez des bogues, merci de laisser un message sur [http://usability.wikimedia.org/wiki/Talk:Releases/Acai la page de discussion de la version Açai] ou via [https://bugzilla.wikimedia.org Bugzilla]. |
| 966 | + |
| 967 | +Merci, et nous nous nous réjouissons de votre intérêt !", |
901 | 968 | ); |
902 | 969 | |
903 | 970 | /** Galician (Galego) |
— | — | @@ -968,12 +1035,12 @@ |
969 | 1036 | 'optin-survey-answer-changes-custom' => 'Permitir unha maior personalización por parte dos usuarios.', |
970 | 1037 | 'optin-survey-answer-changes-other' => 'Outros:', |
971 | 1038 | 'optin-improvements' => '== Que se mellorou? == |
972 | | -[[File:UsabilityNavigation.png|left]] |
| 1039 | +[[File:UsabilityNavigation.png|left|link=]] |
973 | 1040 | ;Navegación realzada |
974 | 1041 | O novo sistema de navegación fai máis doado ver onde se está e que se está facendo, así como onde se pode ir e como chegar ata alí. Co cadro de procuras localizado no canto superior dereito obtense un acceso máis fácil para así poder realizar unha busca máis rápida. |
975 | 1042 | <div style="clear:both;"></div> |
976 | 1043 | |
977 | | -[[File:UsabilityToolbar.png|left]] |
| 1044 | +[[File:UsabilityToolbar.png|left|link=]] |
978 | 1045 | ;Melloras na barra de ferramentas de edición |
979 | 1046 | As novas e melloradas iconas fan máis clara a identificación da acción que realiza cada unha. As seccións expansibles reducen a desorde á vez que manteñen as ferramentas menos usadas a só un clic de distancia. |
980 | 1047 | A sección de axuda proporciona un acceso rápido a unha referencia cos usos comúns do formato wiki. |
— | — | @@ -1060,12 +1127,12 @@ |
1061 | 1128 | 'optin-survey-answer-changes-custom' => 'Greßeri Benutzeraapassige erlaube.', |
1062 | 1129 | 'optin-survey-answer-changes-other' => 'Anderi:', |
1063 | 1130 | 'optin-improvements' => '== Was isch verbesseret wore? == |
1064 | | -[[File:UsabilityNavigation.png|left]] |
| 1131 | +[[File:UsabilityNavigation.png|left|link=]] |
1065 | 1132 | ;Verbessereti Navigation |
1066 | 1133 | Di nej Navigation macht s eifacher z säh, wu du grad bisch un was du machsch un au wu Du chasch ane goh un wie du dert ane chunnsch. S Suechfäld isch jetz im obere rächte Ecke un eso hscnäller z finde un eifacher z bruche. |
1067 | 1134 | <div style="clear:both;"></div> |
1068 | 1135 | |
1069 | | -[[File:UsabilityToolbar.png|left]] |
| 1136 | +[[File:UsabilityToolbar.png|left|link=]] |
1070 | 1137 | ;Verbesserige am Wärchzygchäschtli |
1071 | 1138 | |
1072 | 1139 | Fortgschritteni Benutzer chenne s Wärchzygchäschtli uusklappe go speziälleri Wärchzyg uuswehle. |
— | — | @@ -1112,6 +1179,29 @@ |
1113 | 1180 | 'optin-survey-answer-changes-other' => 'אחר:', |
1114 | 1181 | ); |
1115 | 1182 | |
| 1183 | +/** Croatian (Hrvatski) |
| 1184 | + * @author Suradnik13 |
| 1185 | + */ |
| 1186 | +$messages['hr'] = array( |
| 1187 | + 'optin-title-optedout' => 'Isprobajte Beta', |
| 1188 | + 'optin-title-optedin' => 'Izađite iz Beta', |
| 1189 | + 'optin-title-justoptedin' => 'Dobrodošli na Beta', |
| 1190 | + 'optin-title-justoptedout' => 'Hvala što ste isprobali našu Beta', |
| 1191 | + 'optin-title-feedback' => 'Beta komentari', |
| 1192 | + 'optin-needlogin' => 'Morate se [$1 prijaviti] kako biste isprobali Beta.', |
| 1193 | + 'optin-success-feedback' => 'Hvala Vam na Vašem komentaru!', |
| 1194 | + 'optin-accept-short' => 'Idemo probati!', |
| 1195 | + 'optin-accept-long' => 'Isprobajte Beta', |
| 1196 | + 'optin-accept-long-anon' => 'Prijavite se i isprobajte Beta', |
| 1197 | + 'optin-deny-short' => 'Ne hvala', |
| 1198 | + 'optin-deny-long' => 'Povratak na prethodnu stranicu', |
| 1199 | + 'optin-submit-out' => 'Izađite iz Beta', |
| 1200 | + 'optin-submit-feedback' => 'Ostavite komentare', |
| 1201 | + 'optin-try' => 'Isprobajte Beta', |
| 1202 | + 'optin-survey-yes' => 'Da', |
| 1203 | + 'optin-survey-no' => 'Ne', |
| 1204 | +); |
| 1205 | + |
1116 | 1206 | /** Upper Sorbian (Hornjoserbsce) |
1117 | 1207 | * @author Michawiki |
1118 | 1208 | */ |
— | — | @@ -1175,6 +1265,27 @@ |
1176 | 1266 | 'optin-feedback-intro' => 'Köszönjük, hogy kipróbáltad a bétát. |
1177 | 1267 | Szeretnénk tudni, hogy mit gondolsz az új felületről, így örülnénk neki, ha kitöltenéd az alábbi kérdőívet.', |
1178 | 1268 | 'optin-feedback-back' => 'Ha nem szeretnéd kitölteni a kérdőívet, visszatérhetsz a(z) $1 lapra.', |
| 1269 | + 'optin-accept-short' => 'Kipróbálom!', |
| 1270 | + 'optin-accept-long' => 'A béta kipróbálása', |
| 1271 | + 'optin-accept-long-anon' => 'Jelentkezz be, és próbáld ki a bétát', |
| 1272 | + 'optin-deny-long' => 'Visszatérés az előző lapra', |
| 1273 | + 'optin-try' => 'Bétateszt', |
| 1274 | + 'optin-feedback' => 'Visszajelzés a bétáról', |
| 1275 | + 'optin-improvements' => '== Mit fejlesztettünk? == |
| 1276 | +[[File:UsabilityNavigation.png|left|link=]] |
| 1277 | +;Fejlettebb navigáció |
| 1278 | +Az új navigációs rendszer könnyebbé teszi, hogy lásd, hol vagy és mit csinálsz éppen, továbbá azt is, hogy hová mehetsz továb, és hogy hogyan juthatsz el oda. A keresőmező jobb felső sarokba való áthelyezésével könnyebbé válik a keresés. |
| 1279 | +<div style="clear:both;"></div> |
| 1280 | + |
| 1281 | +[[File:UsabilityToolbar.png|left|link=]] |
| 1282 | +;Kibővített szerkesztőeszköztár |
| 1283 | +Az új ikonok sokkal jobban reprezentálják, hogy melyik gomb mire való. A kinyitható részek elrejtik a ritkábban használt eszközöket, átláthatóbbá téve az eszköztárat, miközben továbbra is egyetlen kattintásra elérhetőek. |
| 1284 | +A Segítség részben a wiki-jelölőnyelv leggyakrabban használt elemeinek leírását találhatod meg. |
| 1285 | +<div style="clear:both;"></div> |
| 1286 | +== Hogyan vehetsz részt? == |
| 1287 | +Ha többet szeretnél tudni a projektről, vagy be szeretnél kapcsolódni, látogasd meg a [http://usability.wikimedia.org Usability Initiative wikiét]. Itt információkat találsz az indulásunkról, kutatásról, tervezésről és fejlesztéstől, valamint a kiadásainkról. Kérdéseidet vagy visszajelzéseidet a [http://usability.wikimedia.org/wiki/Talk:Prototype prototípus megbeszélési lapján] várjuk. Konkrét probléma orvosolásához keresd fel a megfelelő vitalapot. Ha hibával találkoznál, hagyj üzenetet az [http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai kiadás vitalapján] vagy a [https://bugzilla.wikimedia.org Bugzillán]. |
| 1288 | + |
| 1289 | +Köszönjük, és várjuk a visszajelzésedet!', |
1179 | 1290 | ); |
1180 | 1291 | |
1181 | 1292 | /** Interlingua (Interlingua) |
— | — | @@ -1246,12 +1357,12 @@ |
1247 | 1358 | 'optin-survey-answer-changes-custom' => 'Permitter un personalisation plus ample al usator.', |
1248 | 1359 | 'optin-survey-answer-changes-other' => 'Altere:', |
1249 | 1360 | 'optin-improvements' => '== Que ha essite meliorate? == |
1250 | | -[[File:UsabilityNavigation.png|left]] |
| 1361 | +[[File:UsabilityNavigation.png|left|link=]] |
1251 | 1362 | ;Navigation plus efficace |
1252 | 1363 | Le nove systema de navigation rende plus facile vider ubi tu es e lo que tu face, e tamben a ubi tu pote ir e como arrivar. Con le quadro de recerca situate in alto a derecta, le facilitate de recerca es plus facile de trovar e plus rapide de usar. |
1253 | 1364 | <div style="clear:both;"></div> |
1254 | 1365 | |
1255 | | -[[File:UsabilityToolbar.png|left]] |
| 1366 | +[[File:UsabilityToolbar.png|left|link=]] |
1256 | 1367 | ;Meliorationes del instrumentario de modification |
1257 | 1368 | Le icones nove e melior clarifica le action que cata instrumento exeque. Le sectiones expansibile simplifica le apparentia, durante que le instrumentos usate infrequentemente resta disponibile a solo un clic de distantia. |
1258 | 1369 | Le section de adjuta provide accesso rapide a un referentia pro usos commun del marcation wiki. |
— | — | @@ -1269,29 +1380,45 @@ |
1270 | 1381 | $messages['id'] = array( |
1271 | 1382 | 'optin' => 'Bergabung dengan Proyek Inisiatif Kebergunaan', |
1272 | 1383 | 'optin-desc' => 'Memungkinkan pengguna untuk bergabung dengan peningkatan kebergunaan dalam Proyek Inisiatif Kebergunaan', |
| 1384 | + 'optin-title-optedout' => 'Coba Beta', |
| 1385 | + 'optin-title-optedin' => 'Tinggalkan Beta', |
| 1386 | + 'optin-title-justoptedin' => 'Selamat datang di Beta', |
| 1387 | + 'optin-title-justoptedout' => 'Terima kasih telah mencoba Beta', |
| 1388 | + 'optin-title-feedback' => 'Umpan balik Beta', |
1273 | 1389 | 'optin-needlogin' => 'Anda harus [$1 masuk log] untuk dapat bergabung dengan peningkatan kebergunaan dari Proyek Inisiatif Kebergunaan.', |
1274 | 1390 | 'optin-intro' => 'Proyek Inisiatif Kebergunaan Wikipedia telah mengembangkan sebuah skin baru dan batang alat penyuntingan baru yang ditujukan untuk meningkatkan kebergunaan Wikipedia. Peningkatan ini belum diaktifkan untuk semua pengguna, tapi Anda dapat bergabung dengan Proyek ini dengan mengklik "{{int:optin-submit-in}}" di bawah ini.', |
1275 | 1391 | 'optin-success-in' => 'Anda telah berhasil bergabung dengan peningkatan kebergunaan dari Proyek Inisiatif Kebergunaan. |
1276 | 1392 | Anda dapat keluar kapan saja dengan mengklik "{{int:optin-submit-out}}" di bawah ini.', |
1277 | 1393 | 'optin-success-out' => 'Anda telah berhasil keluar dari Proyek Inisiatif Kebergunaan. |
1278 | 1394 | Anda dapat bergabung kembali kapan saja dengan mengklik "{{int:optin-submit-in}}" di bawah ini.', |
1279 | | - 'optin-submit-out' => 'Keluar', |
| 1395 | + 'optin-success-feedback' => 'Terima kasih atas umpan balik Anda!', |
| 1396 | + 'optin-accept-short' => 'Ayo lakukan!', |
| 1397 | + 'optin-accept-long' => 'Coba Beta', |
| 1398 | + 'optin-accept-long-anon' => 'Masuk log dan coba Beta', |
| 1399 | + 'optin-deny-short' => 'Tidak, terima kasih', |
| 1400 | + 'optin-deny-long' => 'Kembali ke halaman sebelum', |
| 1401 | + 'optin-submit-out' => 'Tinggalkan Beta', |
| 1402 | + 'optin-submit-feedback' => 'Berikan umpan balik', |
| 1403 | + 'optin-try' => 'Coba Beta', |
| 1404 | + 'optin-leave' => 'Tinggalkan Beta', |
| 1405 | + 'optin-feedback' => 'Umpan balik Beta', |
1280 | 1406 | 'optin-survey-yes' => 'Ya', |
1281 | 1407 | 'optin-survey-no' => 'Tidak', |
1282 | 1408 | 'optin-survey-intro' => 'Terima kasih untuk menguji coba peningkatan kebergunaan dari Proyek Inisiatif Kebergunaan. |
1283 | 1409 | Anda dapat keluar dengan mengklik "{{int:optin-submit-out}}" pada bagian bawah halaman ini. |
1284 | 1410 | |
1285 | 1411 | Kami ingin mengetahui bagaimana pendapat Anda mengenai antarmuka baru kami, karenanya kami akan sangat menghargai jika Anda mengisi survei opsional berikut sebelum mengklik "{{int:optin-submit-out}}".', |
1286 | | - 'optin-survey-question-whyoptout' => 'Mengapa Anda keluar dari antarmuka ini?', |
1287 | | - 'optin-survey-answer-whyoptout-hard' => 'Terlalu sulit untuk menyunting halaman.', |
| 1412 | + 'optin-survey-question-whyoptout' => 'Mengapa Anda ingin meninggalkan Beta? (Pilihlah semua yang Anda anggap benar.)', |
| 1413 | + 'optin-survey-answer-whyoptout-hard' => 'Terlalu sulit untuk digunakan.', |
1288 | 1414 | 'optin-survey-answer-whyoptout-didntwork' => 'Tidak berfungsi dengan baik.', |
1289 | 1415 | 'optin-survey-answer-whyoptout-other' => 'Alasan lain:', |
1290 | 1416 | 'optin-survey-question-feedback' => 'Beritahukan kami tanggapan Anda:', |
1291 | 1417 | 'optin-survey-question-browser' => 'Penjelajah web apa yang Anda gunakan?', |
1292 | 1418 | 'optin-survey-answer-browser-other' => 'Penjelajah web lainnya:', |
1293 | 1419 | 'optin-survey-question-os' => 'Sistem operasi apa yang Anda gunakan?', |
1294 | | - 'optin-survey-answer-os-other' => 'Lain-lain:', |
| 1420 | + 'optin-survey-answer-os-other' => 'Sistem operasi lain:', |
1295 | 1421 | 'optin-survey-question-res' => 'Berapa besar resolusi layar Anda?', |
| 1422 | + 'optin-survey-answer-changes-other' => 'Lain-lain:', |
1296 | 1423 | ); |
1297 | 1424 | |
1298 | 1425 | /** Italian (Italiano) |
— | — | @@ -1414,12 +1541,12 @@ |
1415 | 1542 | 'optin-survey-answer-changes-custom' => 'より強力なカスタマイズを可能にしてほしい。', |
1416 | 1543 | 'optin-survey-answer-changes-other' => 'その他:', |
1417 | 1544 | 'optin-improvements' => '== 何が改良されたのですか? == |
1418 | | -[[File:UsabilityNavigation.png|left]] |
| 1545 | +[[File:UsabilityNavigation.png|left|link=]] |
1419 | 1546 | ;ナビゲーションの向上 |
1420 | 1547 | 新しいナビゲーションシステムでは、現在見ているページがどこか、現在行っている作業なにかがわかりやすくなりました。また、どのページにアクセスでき、どうやってそれらのページにアクセスすればよいかも分かりやすくなりました。画面右上に検索ボックスを置くことで、検索バーを見つけやすく、より素早く利用できるようになりました。 |
1421 | 1548 | <div style="clear:both;"></div> |
1422 | 1549 | |
1423 | | -[[File:UsabilityToolbar.png|left]] |
| 1550 | +[[File:UsabilityToolbar.png|left|link=]] |
1424 | 1551 | ;編集ツールバーの改良 |
1425 | 1552 | 新しく改良されたアイコンにより、各ツールの機能をより明確に表現できるようになりました。編集ツールバーの各部分について表示・非表示を切り替えられるようにすることで、ツールバーのデザインを簡潔に保ちつつ、散発的に使用される機能にもすぐアクセスできるようにしました。ツールバーにヘルプを組み込むことで、一般的なウィキ・マークアップの説明を素早く参照できるようにしました。 |
1426 | 1553 | <div style="clear:both;"></div> |
— | — | @@ -1480,12 +1607,12 @@ |
1481 | 1608 | 'optin-survey-answer-os-other' => 'სხვა:', |
1482 | 1609 | 'optin-survey-question-res' => 'თქვენი მონიტორის გაფართოება:', |
1483 | 1610 | 'optin-improvements' => '== რა გაუმჯობესდა? == |
1484 | | -[[File:UsabilityNavigation.png|left]] |
| 1611 | +[[File:UsabilityNavigation.png|left|link=]] |
1485 | 1612 | ; ნავიგაციის გაუმჯობესება |
1486 | 1613 | ახალი ნავიგაციის სისტემა გაძლევთ საშალებას უფრო მარტივად გაერკვეთ სად ხართ, სად შეგიძიათ გადახვიდეთ და როგორ. ძიების ვეით, რომელიც ეკრანის კუთხეშია განლაგებული, ძიება უფრო მარტივი და ჩქარია. |
1487 | 1614 | <div style="clear:both;"></div> |
1488 | 1615 | |
1489 | | -[[File:UsabilityToolbar.png|left]] |
| 1616 | +[[File:UsabilityToolbar.png|left|link=]] |
1490 | 1617 | ; რედაქტირების პანელის გაუმჯობესება |
1491 | 1618 | ახალი და გაუმჯობესებული ხატულები უფრო ზუსტად აჩვენეენ რა ინსტრუმენტები რა ფუნქციას ატარებენ. გახსნადი ნაწილები აკლებენ Expandable sections reduce clutter while keeping infrequently used tools just a click away. |
1492 | 1619 | The help section provides quick access to a reference for common uses of wiki-markup. |
— | — | @@ -1493,11 +1620,86 @@ |
1494 | 1621 | ); |
1495 | 1622 | |
1496 | 1623 | /** Korean (한국어) |
| 1624 | + * @author Klutzy |
1497 | 1625 | * @author Kwj2772 |
1498 | 1626 | */ |
1499 | 1627 | $messages['ko'] = array( |
| 1628 | + 'optin' => 'Usability Initiative 참여', |
| 1629 | + 'optin-desc' => '사용자들에게 Usability Initiative에서 만든 최신 디자인을 사용할 방법을 제공합니다.', |
| 1630 | + 'optin-title-optedout' => '베타 버전 사용하기', |
| 1631 | + 'optin-title-optedin' => '베타 버전 사용 종료', |
| 1632 | + 'optin-title-justoptedin' => '베타 버전 체험을 시작합니다', |
| 1633 | + 'optin-title-justoptedout' => '베타 버전을 사용해 주셔서 감사합니다.', |
| 1634 | + 'optin-title-feedback' => '피드백 남기기', |
| 1635 | + 'optin-needlogin' => '베타 버전을 사용하려면 [$1 로그인]을 해 주세요.', |
| 1636 | + 'optin-intro' => '위키백과에서는 사용자들의 편의성을 높이기 위해 새로운 스킨을 만들고 있습니다. 체험해 보세요!', |
| 1637 | + 'optin-feedback-intro' => '베타 버전을 사용해 주셔서 감사합니다. |
| 1638 | +아래 설문조사를 작성해 주시면 더 좋은 스킨을 만드는 데에 참고하겠습니다.', |
| 1639 | + 'optin-feedback-back' => '설문조사를 작성하지 않으려면 바로 $1 문서로 되돌아갈 수 있습니다.', |
| 1640 | + 'optin-success-in' => '베타 버전을 사용합니다. 사용을 끝내려면 오른쪽 위의 ‘{{int:optin-leave}}’를 눌러 원래 스킨으로 돌아갈 수 있습니다.', |
| 1641 | + 'optin-leave-cancel' => '베타 스킨을 계속 사용하려면 바로 $1 문서로 되돌아갈 수 있습니다.', |
| 1642 | + 'optin-success-out' => '베타 버전 사용을 종료합니다. 다시 사용하려면 오른쪽 위의 ‘{{int:optin-try}}’를 누르면 됩니다.', |
| 1643 | + 'optin-success-feedback' => '의견을 주셔서 감사합니다!', |
| 1644 | + 'optin-accept-short' => '사용하기', |
| 1645 | + 'optin-accept-long' => '베타 스킨을 사용합니다.', |
| 1646 | + 'optin-accept-long-anon' => '로그인하고 베타 스킨을 사용합니다.', |
| 1647 | + 'optin-deny-short' => '되돌아가기', |
| 1648 | + 'optin-deny-long' => '이전 문서로 되돌아갑니다.', |
| 1649 | + 'optin-submit-out' => '베타 버전 사용 종료', |
| 1650 | + 'optin-submit-feedback' => '피드백 남기기', |
| 1651 | + 'optin-try' => '베타 버전 체험하기', |
| 1652 | + 'optin-leave' => '베타 버전 체험 종료하기', |
| 1653 | + 'optin-feedback' => '피드백 남기기', |
| 1654 | + 'optin-survey-yes' => '예', |
| 1655 | + 'optin-survey-no' => '아니오', |
| 1656 | + 'optin-survey-intro' => '베타 버전을 사용해 주셔서 감사합니다. |
| 1657 | +아래의 ‘[[#leave|{{int:optin-submit-out}}]]를 누르기 전에, 아래에 이번 인터페이스에 대한 사용 후기를 적어주시면 스킨 개발에 더욱 도움이 됩니다.', |
| 1658 | + 'optin-survey-question-likedislike' => '어떤 부분이 마음에 들었나요? 그리고 어떤 부분이 마음에 들지 않았나요?', |
| 1659 | + 'optin-survey-question-whyoptout' => '베타 버전을 그만 사용하려는 이유는 무엇인가요? (해당하는 곳에 모두 선택해주세요)', |
| 1660 | + 'optin-survey-answer-whyoptout-hard' => '사용하기에 너무 어렵다', |
| 1661 | + 'optin-survey-answer-whyoptout-didntwork' => '기능이 제대로 동작하지 않는다', |
| 1662 | + 'optin-survey-answer-whyoptout-notpredictable' => '예상했던 동작과 다르게 돌아간다', |
| 1663 | + 'optin-survey-answer-whyoptout-didntlike-look' => '전체적으로 스킨이 적응되지 않는다', |
| 1664 | + 'optin-survey-answer-whyoptout-didntlike-layout' => '레이아웃이 마음에 들지 않는다', |
| 1665 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => '툴바가 마음에 들지 않는다', |
1500 | 1666 | 'optin-survey-answer-whyoptout-other' => '다른 이유:', |
| 1667 | + 'optin-survey-question-explain' => '위에서 선택한 이유에 대해 좀 더 자세히 설명해주세요.', |
| 1668 | + 'optin-survey-question-techfail' => '베타 스킨을 사용하면서 기술적인 문제를 겪었나요?', |
| 1669 | + 'optin-survey-question-techfail-ifyes' => '해당 사항에 대해 자세하게 설명해주세요.', |
| 1670 | + 'optin-survey-question-usedtoolbar' => '새로운 툴바 기능을 써 보셨나요?', |
| 1671 | + 'optin-survey-question-usedtoolbar-ifyes' => '툴바에서 어떤 부분이 마음에 들었나요? 어떤 부분이 마음에 들지 않았나요?', |
| 1672 | + 'optin-survey-question-usedtoolbar-ifno' => '툴바를 쓰지 않은 이유는 무엇인가요?', |
| 1673 | + 'optin-survey-question-different' => '베타 스킨을 계속 쓰려면 무엇이 더 개선되어야 할까요?', |
| 1674 | + 'optin-survey-question-feedback' => '기타 제안할 것이 있다면 자유롭게 써 주세요.', |
| 1675 | + 'optin-survey-question-browser' => '어떤 웹 브라우저를 사용하고 있나요?', |
1501 | 1676 | 'optin-survey-answer-browser-other' => '다른 브라우저:', |
| 1677 | + 'optin-survey-question-os' => '어떤 운영 체제(OS)를 사용하고 있나요?', |
| 1678 | + 'optin-survey-answer-os-other' => '다른 운영 체제:', |
| 1679 | + 'optin-survey-question-res' => '어느 정도의 모니터 해상도를 사용하고 있나요?', |
| 1680 | + 'optin-survey-question-changes' => '베타 스킨이 앞으로 어떻게 바뀌었으면 좋겠나요? (해당 항목에 모두 선택해주세요)', |
| 1681 | + 'optin-survey-answer-changes-nav' => '사이트 내부를 이동하기 편하게 만들어주세요.', |
| 1682 | + 'optin-survey-answer-changes-edittools' => '편집 도구를 더 편리하게 만들어주세요.', |
| 1683 | + 'optin-survey-answer-changes-upload' => '글이나 파일 자료를 더 쉽게 올릴 수 있도록 만들어주세요.', |
| 1684 | + 'optin-survey-answer-changes-richtext' => '편집 도구를 워드 프로세서처럼 편리하게 만들어 주세요.', |
| 1685 | + 'optin-survey-answer-changes-lookfeel' => '스킨의 외관을 더 깔끔하게 고쳐 주세요.', |
| 1686 | + 'optin-survey-answer-changes-predictability' => '도구를 사용할 때 그 의미를 예상하기 쉽게 만들어주세요.', |
| 1687 | + 'optin-survey-answer-changes-custom' => '더 많은 부분을 사용자가 설정할 수 있도록 해 주세요.', |
| 1688 | + 'optin-survey-answer-changes-other' => '기타:', |
| 1689 | + 'optin-improvements' => '== 어떤 부분이 향상되었나요? == |
| 1690 | +[[File:UsabilityNavigation.png|left|link=]] |
| 1691 | +;디자인 구성이 바뀌었습니다 |
| 1692 | +새로운 디자인을 통해 현재 어떤 문서를 보고 있는지, 어떤 동작을 하고 있는지, 어떤 문서를 어떻게 갈 수 있는지 등을 파악하기가 쉬워졌습니다. 또한, 검색 상자를 오른쪽 위로 옮겨 더욱 사용하기 편리해졌습니다. |
| 1693 | +<div style="clear:both;"></div> |
| 1694 | + |
| 1695 | +[[File:UsabilityToolbar.png|left|link=]] |
| 1696 | +;편집 툴바가 더 편리해졌습니다 |
| 1697 | +툴바 버튼이 더 직관적인 모습으로 바뀌었습니다. 자주 쓰지 않는 기능은 숨겨 두어 더 사용하기 쉬워졌고, 숨겨진 기능은 클릭 한 번으로 꺼낼 수 있습니다. |
| 1698 | +또한 위키 문법을 사용하기 쉽도록 도움말 링크를 추가했습니다. |
| 1699 | +<div style="clear:both;"></div> |
| 1700 | +== 참여하기 == |
| 1701 | + |
| 1702 | +위키미디어 사용성 향상 프로젝트에 참여하려면 [http://usability.wikimedia.org 프로젝트 위키](영어)에 방문해주세요. 프로젝트에서 만든 연구 결과, 디자인, 개발 제품 등을 볼 수 있습니다. 일반적인 질문이나 조언이 있다면 [http://usability.wikimedia.org/wiki/Talk:Prototype 스킨 토론란](영어)를 이용해주시면 됩니다. 특정 주제에 대해서는 해당 토론란을 이용해주세요. |
| 1703 | +버그를 발견했다면 [http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai 토론란](영어)나 [https://bugzilla.wikimedia.org Bugzilla](영어)에 해당 사실을 알려주시면 됩니다.', |
1502 | 1704 | ); |
1503 | 1705 | |
1504 | 1706 | /** Ripoarisch (Ripoarisch) |
— | — | @@ -1591,19 +1793,20 @@ |
1592 | 1794 | 'optin-survey-answer-changes-custom' => 'Jrüßer Aanpassonge aan der einzelne Metmaacher müjjelesch maache.', |
1593 | 1795 | 'optin-survey-answer-changes-other' => 'Söns jet:', |
1594 | 1796 | 'optin-improvements' => '== Wat es bäßer jemaat woode? == |
1595 | | -[[File:UsabilityNavigation.png|left]] |
| 1797 | +[[File:UsabilityNavigation.png|left|link=]] |
1596 | 1798 | ; verbäßert Eöm_jonn |
1597 | | -Kloh Aanzeije vöm Zohshtand vum „Lässe“ udder „Ändere“, un of De op enem Atikel singe Sigg udder op en Klaafsigg bes. |
1598 | | -Dä Kaßte zom Söhke es vun däm lengke Käßte noh bove räähß verschovve för dä bäßer ze fenge un flöcker ze Söhke. |
| 1799 | +Dat neu Süßteem zom eröm jonn määd_et leischter ze märke, woh De bes, un wat De jraad aam Donn bes, un woh De henjonn kann, un wi De doh hen küß. Dä Kaßte zom Söhke bove räähß es bäßer ze fenge un mer es flöcker mem Söhke. |
1599 | 1800 | <div style="clear:both;"></div> |
1600 | 1801 | |
1601 | | -[[File:UsabilityToolbar.png|left]] |
| 1802 | +[[File:UsabilityToolbar.png|left|link=]] |
1602 | 1803 | ; bäßer Wärkzüsch zom Ändere |
1603 | | -En verfüüßerbaa Wärkzüsch_Leß vershtish de sällde jebruch Wärkzüsch ier Mini-Beldsche. |
1604 | | -Metmaacher künne de Leß verjrüüßere, öm op de mieh spezjälle Sache zohzejriife. |
1605 | | -Bezösh op Hölp — Spekzäddel — sin doh ennjebout. |
1606 | | -Wärkzüsh Minnibeldscher sin neujemoohlt woode un bruche <i lang="en">Tango</i> un <i lang="en">Gnome</i> Belldscher. |
1607 | | -<div style="clear:both;"></div>', |
| 1804 | +Neu un bäßer Mini-Beldsche maache kloorer, wat e Wärkzüsch deiht. Verjrüüßerbaa Afschnedde maache winnijer Dorjeneein un hallde sällde jebruch Wärkzüsch nur doch eine Klick wick. |
| 1805 | +<div style="clear:both;"></div> |
| 1806 | + |
| 1807 | +== Wi mer metmaache kann == |
| 1808 | +Öm mieh do drövver ze liehre, wat uns Projäk deiht, un wi mer doh beidraare kann, jangk op et [http://usability.wikimedia.org Wiki <i lang="en">Usability Initiative</i> ier Wiki]. Doh fengkß De Aanjabe üvver uns Finanze, Fochschung, Jeschtalldung un Äntwecklung, un Veröffentleschunge. Öm Froore loßzewääde odder alljemein Röckmäldunge affzejävve, jangk övver uns [http://usability.wikimedia.org/wiki/Talk:Prototype Prottotüpe-Klaafsigg]. Öm beschtemmpte Saache aanzeschpäsche, nämm de zopaß Klaafsigge. Wann de Fähler fengks, schrief Ding Beobachtunge op de [http://usability.wikimedia.org/wiki/Talk:Releases/Acai <i lang="pt-BR">Acai</i> Klaafsigg] udder nämm dr [https://bugzilla.wikimedia.org <i lang="en">Bugzilla</i>] doför. |
| 1809 | + |
| 1810 | +Mer freue uns, vun Üsch ze hüüre!', |
1608 | 1811 | ); |
1609 | 1812 | |
1610 | 1813 | /** Luxembourgish (Lëtzebuergesch) |
— | — | @@ -1676,12 +1879,12 @@ |
1677 | 1880 | 'optin-survey-answer-changes-custom' => 'Méi en grouss Benotzer-Upassung erlaben.', |
1678 | 1881 | 'optin-survey-answer-changes-other' => 'Anerer:', |
1679 | 1882 | 'optin-improvements' => '== Wat gouf verbessert? == |
1680 | | -[[File:UsabilityNavigation.png|left]] |
| 1883 | +[[File:UsabilityNavigation.png|left|link=]] |
1681 | 1884 | ;Erweidert Navigatioun |
1682 | 1885 | Dat neit Navigatiounssystem mécht et net nëmme méi einfacher fir ze gesinn, wou een ass a wat ee mécht, mee e weist och wuer ee goe kann. Mat der Sichbox uewe riets am Eck gëtt d\'Fanne méi einfach a méi séier. |
1683 | 1886 | <div style="clear:both;"></div> |
1684 | 1887 | |
1685 | | -[[File:UsabilityToolbar.png|left]] |
| 1888 | +[[File:UsabilityToolbar.png|left|link=]] |
1686 | 1889 | ;Verbesserunge vun der Ännerungs-Toolbar |
1687 | 1890 | Nei a verbessert Symboler maachen et méi kloer, watfireng Aktioun hanner all Tool stécht. Abschnitter déi opgeklappt kënne ginn reduzéieren den Duercherneen, während sele benotzten Toolen nëmmen ee Klick ewech sinn. |
1688 | 1891 | Den Abschnitt mat der Hëllef erlaabt e séieren Zougrëff mat déi am dackste benotzte Wikisyntax. |
— | — | @@ -1755,6 +1958,24 @@ |
1756 | 1959 | 'optin-survey-answer-whyoptout-other' => 'മറ്റു കാരണം:', |
1757 | 1960 | ); |
1758 | 1961 | |
| 1962 | +/** Maltese (Malti) |
| 1963 | + * @author Chrisportelli |
| 1964 | + */ |
| 1965 | +$messages['mt'] = array( |
| 1966 | + 'optin-title-optedout' => 'Ipprova l-Beta', |
| 1967 | + 'optin-title-optedin' => 'Ħalli l-Beta', |
| 1968 | + 'optin-title-justoptedin' => 'Merħba fil-Beta', |
| 1969 | + 'optin-title-justoptedout' => 'Grazzi talli qed tipprova l-verżjoni Beta', |
| 1970 | + 'optin-needlogin' => 'Huwa neċessarju li l-ewwel [$1 tidħol fil-kont tiegħek] qabel ma tipprova l-Beta.', |
| 1971 | + 'optin-success-in' => 'Bħalissa qiegħed tipprova l-Beta. |
| 1972 | +Tista\' toħroġ barra minn din il-verżjoni billi tagħfas il-ħolqa "{{int:optin-leave}}" fil-quċċata tal-iskrin.', |
| 1973 | + 'optin-try' => 'Ipprova l-Beta', |
| 1974 | + 'optin-leave' => 'Ħalli l-Beta', |
| 1975 | + 'optin-survey-yes' => 'Iva', |
| 1976 | + 'optin-survey-question-likedislike' => "X'għoġbok mill-Beta? X'ma għoġobkx mill-Beta?", |
| 1977 | + 'optin-survey-question-whyoptout' => 'Għaliex se tħalli l-Beta? (Agħżel skont dak li jaqbel.)', |
| 1978 | +); |
| 1979 | + |
1759 | 1980 | /** Nedersaksisch (Nedersaksisch) |
1760 | 1981 | * @author Servien |
1761 | 1982 | */ |
— | — | @@ -1837,13 +2058,13 @@ |
1838 | 2059 | 'optin-survey-answer-changes-custom' => 'Meer gebruikersaanpassingen mogelijk maken.', |
1839 | 2060 | 'optin-survey-answer-changes-other' => 'Overig:', |
1840 | 2061 | 'optin-improvements' => '== Wat is er verbeterd?== |
1841 | | -[[File:UsabilityNavigation.png|left]] |
| 2062 | +[[File:UsabilityNavigation.png|left|link=]] |
1842 | 2063 | ;Verbeterde navigatie |
1843 | 2064 | Het nieuwe navigatiesysteem maakt het makkelijker om te zien waar u bent en op wat u doet, als ook waar u heen kunt gaan en hoe er te komen. |
1844 | 2065 | Met het zoekvak in de rechterbovenhoek is de zoekfunctie makkelijker te vinden en sneller te gebruiken. |
1845 | 2066 | <div style="clear:both;"></div> |
1846 | 2067 | |
1847 | | -[[File:UsabilityToolbar.png|left]] |
| 2068 | +[[File:UsabilityToolbar.png|left|link=]] |
1848 | 2069 | ;Verbeterde bewerkingswerkbalk |
1849 | 2070 | Nieuwe en verbeterde pictogrammen maken het duidelijker wat ieder hulpmiddel doet. |
1850 | 2071 | Uitklapbare onderdelen verminderen een rommelig uiterlijk, terwijl minder vaak gebruikte functies wel bereikbaar blijven. |
— | — | @@ -1871,16 +2092,21 @@ |
1872 | 2093 | ); |
1873 | 2094 | |
1874 | 2095 | /** Norwegian (bokmål) (Norsk (bokmål)) |
| 2096 | + * @author Jon Harald Søby |
1875 | 2097 | * @author Laaknor |
1876 | 2098 | * @author Nghtwlkr |
1877 | 2099 | */ |
1878 | 2100 | $messages['no'] = array( |
| 2101 | + 'optin' => 'Deltakelse i brukervennlighetsprosjektet', |
| 2102 | + 'optin-desc' => 'La brukere prøve betaversjonen, brukervennlighetsprosjektets nyeste forbedringer.', |
1879 | 2103 | 'optin-title-optedout' => 'Prøv Beta', |
1880 | 2104 | 'optin-title-optedin' => 'Forlat Beta', |
1881 | 2105 | 'optin-title-justoptedin' => 'Velkommen til Beta', |
1882 | 2106 | 'optin-title-justoptedout' => 'Takk for at du prøver vår Beta', |
1883 | 2107 | 'optin-title-feedback' => 'Tilbakemelding om Beta', |
1884 | 2108 | 'optin-needlogin' => 'Du må [$1 logge inn] for å prøve Beta', |
| 2109 | + 'optin-intro' => 'Wikipedias brukervennlighetsprosjekt har jobbet hardt for å forbedre brukervennligheten til Wikipedia. |
| 2110 | +Ønsker du å prøve betaversjonen?', |
1885 | 2111 | 'optin-try' => 'Forsøk Beta', |
1886 | 2112 | 'optin-leave' => 'Forlat Beta', |
1887 | 2113 | 'optin-feedback' => 'Beta tilbakemelding', |
— | — | @@ -1972,12 +2198,12 @@ |
1973 | 2199 | 'optin-survey-answer-changes-custom' => "Permet una màger personalizacion de l'interfàcia.", |
1974 | 2200 | 'optin-survey-answer-changes-other' => 'Autre :', |
1975 | 2201 | 'optin-improvements' => "== De qué es es estat melhorat ? == |
1976 | | -[[File:UsabilityNavigation.png|left]] |
| 2202 | +[[File:UsabilityNavigation.png|left|link=]] |
1977 | 2203 | ;Navigacion enriquida |
1978 | 2204 | Lo sistèma de navigacion novèl vos permet de veire mau aisidament ont sètz e çò que fasètz, e mai ont podètz anar e cossí vos i rendre. Amb la boita de recèrca situada dins lo canton superior drech, la foncionalitat de recèrca es de melhor trobar e de melhor utilizar. |
1979 | 2205 | <div style=\"clear:both;\"></div> |
1980 | 2206 | |
1981 | | -[[File:UsabilityToolbar.png|left]] |
| 2207 | +[[File:UsabilityToolbar.png|left|link=]] |
1982 | 2208 | ;Melhoraments de la barra d'espleches |
1983 | 2209 | D'icòna tota novèlas clarifican l'accion efectuada per cada esplech. De seccions extensibles redusisson lo desòrdre tot en gardant l'accès als espleches utilizats mai raremant en un sol clic. |
1984 | 2210 | La seccion d'ajuda provesís un accès rapid a la documentacion sus l'utilizacion correnta de las balisas wiki. |
— | — | @@ -2008,15 +2234,15 @@ |
2009 | 2235 | 'optin-title-feedback' => 'Opinie o Beta', |
2010 | 2236 | 'optin-needlogin' => 'Musisz [$1 zalogować się] by wypróbować Beta.', |
2011 | 2237 | 'optin-intro' => 'Podjęliśmy inicjatywę mającą poprawić użyteczność Wikipedii. |
2012 | | -Czy chcesz wypróbować nowe funkcjonalności Beta?', |
| 2238 | +Czy chcesz wypróbować wersję Beta?', |
2013 | 2239 | 'optin-feedback-intro' => 'Dziękujemy za wypróbowanie Beta. |
2014 | 2240 | Chcielibyśmy wiedzieć co myślisz o nowym interfejsie. Będziemy wdzięczni, jeśli wypełnisz poniższą ankiety.', |
2015 | 2241 | 'optin-feedback-back' => 'Jeśli nie chcesz wypełnić ankiety, możesz powrócić do $1.', |
2016 | 2242 | 'optin-success-in' => 'Rozpocząłeś testowanie Beta. |
2017 | 2243 | W każdej chwili możesz je wyłączyć poprzez kliknięcie linku „{{int:optin-submit-out}}” umieszczonego na górze strony.', |
2018 | 2244 | 'optin-leave-cancel' => 'Jeśli chcesz nadal używać Beta, powróć do $1.', |
2019 | | - 'optin-success-out' => 'Udało Ci się wyłączyć ulepszenia zrealizowane w ramach Inicjatywy Użyteczności. |
2020 | | -W każdej chwili możesz je przywrócić poprzez kliknięcie poniżej „{{int:optin-submit-in}}”.', |
| 2245 | + 'optin-success-out' => 'Udało Ci się wyłączyć wersję Beta. |
| 2246 | +W każdej chwili możesz ją przywrócić poprzez kliknięcie linku „{{int:optin-try}}” znajdującego się na górze, po prawej stronie.', |
2021 | 2247 | 'optin-success-feedback' => 'Dziękujemy za przesłaną opinię!', |
2022 | 2248 | 'optin-accept-short' => 'Zrób to!', |
2023 | 2249 | 'optin-accept-long' => 'Wypróbuj Beta', |
— | — | @@ -2030,10 +2256,9 @@ |
2031 | 2257 | 'optin-feedback' => 'Opinia o Beta', |
2032 | 2258 | 'optin-survey-yes' => 'Tak', |
2033 | 2259 | 'optin-survey-no' => 'Nie', |
2034 | | - 'optin-survey-intro' => 'Dziękujemy za wypróbowanie ulepszeń zrealizowanych w ramach Inicjatywy Użyteczności. |
2035 | | -Możesz wyłączyć ulepszenia poprzez kliknięcie na dole strony „{{int:optin-submit-out}}”. |
| 2260 | + 'optin-survey-intro' => 'Dziękujemy za włączenie wersji Beta. |
2036 | 2261 | |
2037 | | -Chcielibyśmy poznać Twoją opinię dotyczącą nowego interfejsu, w związku z tym będziemy wdzięczni za wypełnienie poniższej nieobowiązkowej ankiety, zanim klikniesz „{{int:optin-submit-out}}”.', |
| 2262 | +Chcielibyśmy poznać Twoją opinię dotyczącą nowego interfejsu, w związku z tym będziemy wdzięczni za wypełnienie poniższej nieobowiązkowej ankiety, zanim klikniesz „[[#leave|{{int:optin-submit-out}}]]”.', |
2038 | 2263 | 'optin-survey-question-likedislike' => 'Co Ci się spodobało w Beta? Co Ci się nie podoba w Beta?', |
2039 | 2264 | 'optin-survey-question-whyoptout' => 'Dlaczego rezygnujesz z Beta? (zaznacz wszystkie, które pasują)', |
2040 | 2265 | 'optin-survey-answer-whyoptout-hard' => 'To było zbyt trudne, aby z tego korzystać.', |
— | — | @@ -2066,13 +2291,13 @@ |
2067 | 2292 | 'optin-survey-answer-os-other' => 'Inny system operacyjny', |
2068 | 2293 | 'optin-survey-question-res' => 'Z jakiej rozdzielczości ekranu korzystasz?', |
2069 | 2294 | 'optin-improvements' => '== Co zostało poprawione? == |
2070 | | -[[File:UsabilityNavigation.png|left]] |
| 2295 | +[[File:UsabilityNavigation.png|left|link=]] |
2071 | 2296 | ;Ulepszono nawigację |
2072 | 2297 | Wyraźne wskazanie stanu „czytanie” czy „pisanie” na stronie artykułu oraz dyskusji. |
2073 | 2298 | Pole wyszukiwania jest przeniesione z lewego paska nawigacyjnego do prawego górnego rogu aby ułatwić i przyspieszyć dostęp do wyszukiwania. |
2074 | 2299 | <div style="clear:both;"></div> |
2075 | 2300 | |
2076 | | -[[File:UsabilityToolbar.png|left]] |
| 2301 | +[[File:UsabilityToolbar.png|left|link=]] |
2077 | 2302 | ;Zmodyfikowano pasek narzędzi edycyjnych |
2078 | 2303 | Rozszerzalny pasek narzędzi ukrywa ikony rzadko wykorzystywanych narzędzi. |
2079 | 2304 | Doświadczeni użytkownicy mogą rozwinąć pasek, aby uzyskać dostęp do ikon narzędzi specjalistycznych. |
— | — | @@ -2161,12 +2386,12 @@ |
2162 | 2387 | 'optin-survey-answer-changes-predictability' => 'Melhorar a consistência dos resultados.', |
2163 | 2388 | 'optin-survey-answer-changes-other' => 'Outros:', |
2164 | 2389 | 'optin-improvements' => '== O que foi melhorado? == |
2165 | | -[[File:UsabilityNavigation.png|left]] |
| 2390 | +[[File:UsabilityNavigation.png|left|link=]] |
2166 | 2391 | ;Melhorada a navegação |
2167 | 2392 | O novo sistema de navegação torna mais fácil ver onde você está e o que você está a fazer, bem como onde pode ir e como chegar lá. Com a caixa de pesquisa localizada no canto superior direito, a funcionalidade de pesquisa é mais fácil de encontrar e mais rápida de usar. |
2168 | 2393 | <div style="clear:both;"></div> |
2169 | 2394 | |
2170 | | -[[File:UsabilityToolbar.png|left]] |
| 2395 | +[[File:UsabilityToolbar.png|left|link=]] |
2171 | 2396 | ;Melhoramentos na barra de ferramentas de edição |
2172 | 2397 | Novos e melhorados ícones tornam mais claro que acção que cada ferramenta realiza. Secções ampliáveis reduzem o empilhamento de botões, continuando a manter ferramentas menos utilizadas a apenas um clique de distância. |
2173 | 2398 | A secção de ajuda fornece acesso rápido a uma referência para usos comuns de código wiki. |
— | — | @@ -2278,7 +2503,7 @@ |
2279 | 2504 | 'optin-survey-answer-changes-upload' => 'Усовершенствовать загрузку содержания и медиа.', |
2280 | 2505 | 'optin-survey-answer-changes-richtext' => 'Разработать инструменты редактирования, аналогичные текстовым редакторам.', |
2281 | 2506 | 'optin-survey-answer-changes-lookfeel' => 'Обновить «внешний вид» сайта.', |
2282 | | - 'optin-survey-answer-changes-predictability' => 'Повысить предсказуемости работы.', |
| 2507 | + 'optin-survey-answer-changes-predictability' => 'Улучшить предсказуемость работы.', |
2283 | 2508 | 'optin-survey-answer-changes-custom' => 'Позволить производить больше индивидуальных настроек.', |
2284 | 2509 | 'optin-survey-answer-changes-other' => 'Иное:', |
2285 | 2510 | 'optin-improvements' => '== Что было улучшено? == |
— | — | @@ -2293,7 +2518,7 @@ |
2294 | 2519 | <div style="clear:both;"></div> |
2295 | 2520 | == Как подключиться == |
2296 | 2521 | |
2297 | | -Чтобы узнать больше о проекте, принять в нём участие, пожалуйста, посетите [http://usability.wikimedia.org вики-сайт Инициативы юзабилити]. Там вы найдёте информацию о наших грантах, научных исследованиях, проектировании, выпусках. Чтобы задать вопрос или оставить общий отзыв, воспользуйтесь нашеё [http://usability.wikimedia.org/wiki/Talk:Prototype страницей обсуждения прототипа]. Для решения конкретных вопросов, пожалуйста, используйте соответствующие страницы обсуждения. Если вы нашли ошибку, пожалуйста, оставьте свои замечания на [http://usability.wikimedia.org/wiki/Talk:Releases/Acai странице обсуждения выпуска Acai] или с помощью [https://bugzilla.wikimedia.org Bugzilla]. |
| 2522 | +Чтобы узнать больше о проекте, принять в нём участие, пожалуйста, посетите [http://usability.wikimedia.org вики-сайт Инициативы юзабилити]. Там вы найдёте информацию о наших грантах, научных исследованиях, проектировании, выпусках. Чтобы задать вопрос или оставить общий отзыв, воспользуйтесь нашей [http://usability.wikimedia.org/wiki/Talk:Prototype страницей обсуждения прототипа]. Для решения конкретных вопросов, пожалуйста, используйте соответствующие страницы обсуждения. Если вы нашли ошибку, пожалуйста, оставьте свои замечания на [http://usability.wikimedia.org/wiki/Talk:Releases/Acai странице обсуждения выпуска Acai] или с помощью [https://bugzilla.wikimedia.org Bugzilla]. |
2298 | 2523 | |
2299 | 2524 | Спасибо, мы ждём ваших отзывов!', |
2300 | 2525 | ); |
— | — | @@ -2363,15 +2588,21 @@ |
2364 | 2589 | 'optin-survey-answer-changes-custom' => 'Тус туруоруулары өссө киэҥник уларытары көҥүллүүргэ.', |
2365 | 2590 | 'optin-survey-answer-changes-other' => 'Атын:', |
2366 | 2591 | 'optin-improvements' => '== Туох тупсарыллыбытый? == |
2367 | | -[[File:UsabilityNavigation.png|left]] |
| 2592 | +[[File:UsabilityNavigation.png|left|link=]] |
2368 | 2593 | ; Навигацията тупсуута |
2369 | | -Саҥа навигация систиэмэтэ ханна билигин сылдьаргын, тугу гынаргын, уонна ханна хайдах барыаххын сөбүн кэбэҕэстик өйдүүргэ көмөлөһөр. Үөһээ уҥа муннукка баар көрдүүр түннугү туттарга ордук табыгастаах. |
| 2594 | +Саҥа навигация систиэмэтэ ханна билигин сылдьаргын, тугу гынаргын, уонна ханна хайдах барыаххын сөбүн кэбэҕэстик өйдүүргэ көмөлөһөр. Үөһээ уҥа муннукка баар көрдүүр түннүгү туттарга ордук табыгастаах. |
2370 | 2595 | <div style="clear:both;"></div> |
2371 | 2596 | |
2372 | | -[[File:UsabilityToolbar.png|left]] |
| 2597 | +[[File:UsabilityToolbar.png|left|link=]] |
2373 | 2598 | ; Эрэдээксийэлиир панел тупсуута |
2374 | | -Саҥа тупсарыллыбыт значоктар ханнык үнүстурүмүөн ханнык үлэни оҥорорун ордук үчүгэйдик көрдөрөр. Аһыллар салаалар булкууру аҕыйаталлар, ол да буоллар сэдэхтик туттуллар үнүстүрумүөннэри чугас илдьэ сылдьарга көмөлөһөллөр. Көмө салаата биики-бэлиэлэри сөпкө туһанар туһунан холобурдары түргэнник көрөргө табыгастаах. |
2375 | | -<div style="clear:both;"></div>', |
| 2599 | +Саҥа тупсарыллыбыт значоктар ханнык үнүстүрүмүөн ханнык үлэни оҥорорун ордук үчүгэйдик көрдөрөллөр. Аһыллар салаалар булкууру аҕыйаталлар, ол да буоллар сэдэхтик туттуллар үнүстүрүмүөннэри чугас илдьэ сылдьарга көмөлөһөллөр. Көмө салаата биики-бэлиэлэри сөпкө туһанар туһунан холобурдары түргэнник көрөргө табыгастаах. |
| 2600 | +<div style="clear:both;"></div> |
| 2601 | + |
| 2602 | +== Хайдах кыттабыный == |
| 2603 | + |
| 2604 | +Бу бырайыак туһунан сиһилии билиэххитин баҕарар буоллаххытына бу [http://usability.wikimedia.org биики-саайка] киириҥ. Онно биһиги грааннарбыт, чинчийиилэрбит, бырайыактарбыт уонна бырагырааммаларбыт барылларын туһунан информацияны булуоххут. Тугу эрэ ыйытаары гыннаххытына эбэтэр бородууксуйабыт туһунан тугу эрэ этиэххитин баҕардаххытына [http://usability.wikimedia.org/wiki/Talk:Prototype ырытыы сирэйигэр] киириҥ. Чопчу боппуруостары аналлаах ырытар сирэйдэргэ быһаарсыҥ. Туох эмит алҕаһы булбут буоллаххытына бука диэн [http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai тахсыытын ырытыытыгар суруйуҥ] эбэтэр [https://bugzilla.wikimedia.org Bugzilla] көмөтүнэн биллэриҥ. |
| 2605 | + |
| 2606 | +Махтанабыт, суруккутун кэтэһэбит!', |
2376 | 2607 | ); |
2377 | 2608 | |
2378 | 2609 | /** Slovak (Slovenčina) |
— | — | @@ -2442,12 +2673,12 @@ |
2443 | 2674 | 'optin-survey-answer-changes-custom' => 'Umožniť používateľom väčšiu prispôsobiteľnosť', |
2444 | 2675 | 'optin-survey-answer-changes-other' => 'Iné:', |
2445 | 2676 | 'optin-improvements' => '== Čo bolo zlepšené? == |
2446 | | -[[File:UsabilityNavigation.png|left]] |
| 2677 | +[[File:UsabilityNavigation.png|left|link=]] |
2447 | 2678 | ;Rozšírená navigácia |
2448 | 2679 | Vďaka novému navigačnému systému je jednoduchšie rozlíšiť, kde sa nachádzate a tiež kam a ako sa môžete dostať. Vďaka vyhľadávaciemu poľu v pravom hornom rohu je prístup jednoduchší a vyhľadávanie rýchlejšie. |
2449 | 2680 | <div style="clear:both;"></div> |
2450 | 2681 | |
2451 | | -[[File:UsabilityToolbar.png|left]] |
| 2682 | +[[File:UsabilityToolbar.png|left|link=]] |
2452 | 2683 | ;Vylepšenia panelu úprav |
2453 | 2684 | Nové a vylepšené ikony vyjasňujú čo ktorý nástroj robí. |
2454 | 2685 | Rozbaliteľné časti skrývajú zriedka používané nástroje, pričom sú stále len o jedno kliknutie ďalej. |
— | — | @@ -2481,6 +2712,7 @@ |
2482 | 2713 | * @author Veeven |
2483 | 2714 | */ |
2484 | 2715 | $messages['te'] = array( |
| 2716 | + 'optin-title-optedout' => 'బీటాని ప్రయత్నించండి', |
2485 | 2717 | 'optin-accept-long' => 'బీటాని ప్రయత్నించండి', |
2486 | 2718 | 'optin-survey-yes' => 'అవును', |
2487 | 2719 | 'optin-survey-no' => 'కాదు', |
— | — | @@ -2561,12 +2793,12 @@ |
2562 | 2794 | 'optin-survey-answer-changes-predictability' => 'Öngörülebilirlik performansını geliştirin.', |
2563 | 2795 | 'optin-survey-answer-changes-other' => 'Diğer:', |
2564 | 2796 | 'optin-improvements' => '== Neler geliştirildi? == |
2565 | | -[[File:UsabilityNavigation.png|left]] |
| 2797 | +[[File:UsabilityNavigation.png|left|link=]] |
2566 | 2798 | ;Geliştirilmiş dolaşım |
2567 | 2799 | Yeni dolaşım sistemi, nerede olduğunuzu ve ne yaptığınızı görmenizi, ayrıca nereye gidebileceğinizi ve oraya nasıl ulaşacağınızı kolaylaştırır. Sağ üst köşede yer alan yeni arama kutusu ile bulmak daha kolay ve kullanmak daha hızlı. |
2568 | 2800 | <div style="clear:both;"></div> |
2569 | 2801 | |
2570 | | -[[File:UsabilityToolbar.png|left]] |
| 2802 | +[[File:UsabilityToolbar.png|left|link=]] |
2571 | 2803 | ;Değiştirme araç çubuğu geliştirmeleri |
2572 | 2804 | Yeni-ve-geliştirilmiş simgeler her aracın ne eylemi yaptığını daha netleştirir. Genişletilebilir bölümler dağınıklığı azaltırken az kullanılan araçları sadece bir tık ötesinde saklar. |
2573 | 2805 | Yardım bölümü, viki-biçimlendirmesinin genel kullanımı için bir referansa kolay erişim sağlar. |
— | — | @@ -2599,16 +2831,88 @@ |
2600 | 2832 | |
2601 | 2833 | /** Vietnamese (Tiếng Việt) |
2602 | 2834 | * @author Minh Nguyen |
| 2835 | + * @author Vinhtantran |
2603 | 2836 | */ |
2604 | 2837 | $messages['vi'] = array( |
2605 | | - 'optin-survey-answer-whyoptout-hard' => 'Khó sửa đổi trang quá.', |
| 2838 | + 'optin' => 'Tham gia Sáng kiến Khả dụng', |
| 2839 | + 'optin-desc' => 'Cho phép người dùng dùng thử bản Beta, bản nâng cao khả dụng mới nhất của Sáng kiến Khả dụng.', |
| 2840 | + 'optin-title-optedout' => 'Thử bản Beta', |
| 2841 | + 'optin-title-optedin' => 'Rời Beta', |
| 2842 | + 'optin-title-justoptedin' => 'Chào mừng đến với Beta', |
| 2843 | + 'optin-title-justoptedout' => 'Cảm ơn bạn đã thử bản Beta của chúng tôi', |
| 2844 | + 'optin-title-feedback' => 'Phản hồi Beta', |
| 2845 | + 'optin-needlogin' => 'Bạn cần phải [$1 đăng nhập] để thử bản Beta.', |
| 2846 | + 'optin-intro' => 'Sáng kiến Khả dụng Wikipedia đã bỏ rất nhiều công sức để tăng tính khả dụng của Wikipedia. |
| 2847 | +Bạn có muốn thử bản Beta của chúng tôi?', |
| 2848 | + 'optin-feedback-intro' => 'Cảm ơn bạn đã dùng thử bản Beta. |
| 2849 | +Chúng tôi muốn biết cảm nghĩ của bạn về giao diện mới của chúng ta, vì vậy chúng tôi rất cảm kích nếu bạn điền vào bản thăm dò ý kiến dưới đây.', |
| 2850 | + 'optin-feedback-back' => 'Nếu bạn không muốn điền vào bản thăm dò ý kiến, bạn có thể quay lại $1.', |
| 2851 | + 'optin-success-in' => 'Bạn hiện đang dùng thử bản Beta. |
| 2852 | +Bạn có thể ngừng sử dụng bất cứ lúc nào bằng cách nhấn vào liên kết “{{int:optin-leave}}” ở phía trên màn hình.', |
| 2853 | + 'optin-leave-cancel' => 'Nếu bạn muốn tiếp tục sử dụng Beta, bạn có thể quay lại $1.', |
| 2854 | + 'optin-success-out' => 'Bạn đã thoát khỏi Beta. |
| 2855 | +Bạn có thể dùng lại nó bất cứ lúc nào bằng cách nhấn vào liên kết “{{int:optin-try}}” ở phía trên bên phải màn hình.', |
| 2856 | + 'optin-success-feedback' => 'Cảm ơn vì những phản hồi của bạn!', |
| 2857 | + 'optin-accept-short' => 'Tiến hành thôi!', |
| 2858 | + 'optin-accept-long' => 'Thử bản Beta', |
| 2859 | + 'optin-accept-long-anon' => 'Đăng nhập và dùng thử bản Beta', |
| 2860 | + 'optin-deny-short' => 'Không cảm ơn', |
| 2861 | + 'optin-deny-long' => 'Quay trở lại trang trước', |
| 2862 | + 'optin-submit-out' => 'Rời khỏi Beta', |
| 2863 | + 'optin-submit-feedback' => 'Phản hồi', |
| 2864 | + 'optin-try' => 'Thử bản Beta', |
| 2865 | + 'optin-leave' => 'Rời Beta', |
| 2866 | + 'optin-feedback' => 'Phản hồi Beta', |
| 2867 | + 'optin-survey-yes' => 'Có', |
| 2868 | + 'optin-survey-no' => 'Không', |
| 2869 | + 'optin-survey-intro' => 'Cảm ơn bạn đã dùng thử Beta. |
| 2870 | +Chúng tôi muốn biết cảm nghĩ của bạn về giao diện mới của chúng ta, vì vậy chúng tôi sẽ rất cảm kích nếu bạn điền vào bản thăm dò dưới đây trước khi nhấn “[[#leave|{{int:optin-submit-out}}]]”.', |
| 2871 | + 'optin-survey-question-likedislike' => 'Bạn thấy thích thú điều gì về Beta? Bạn thấy không hài lòng điều gì về Beta?', |
| 2872 | + 'optin-survey-question-whyoptout' => 'Tại sao bạn rời Beta? (Xin chọn tất cả các ý phù hợp.)', |
| 2873 | + 'optin-survey-answer-whyoptout-hard' => 'Nó khó sử dụng quá.', |
2606 | 2874 | 'optin-survey-answer-whyoptout-didntwork' => 'Nó bị trục trặc.', |
| 2875 | + 'optin-survey-answer-whyoptout-notpredictable' => 'Nó không hành động như tiên đoán.', |
| 2876 | + 'optin-survey-answer-whyoptout-didntlike-look' => 'Tôi không thích ngoại hình của nó.', |
| 2877 | + 'optin-survey-answer-whyoptout-didntlike-layout' => 'Tôi không thích các thẻ và cách sắp xếp mới.', |
| 2878 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => 'Tôi không thích thanh công cụ mới.', |
2607 | 2879 | 'optin-survey-answer-whyoptout-other' => 'Lý do khác:', |
| 2880 | + 'optin-survey-question-explain' => 'Xin hãy giải thích hoặc nói rõ hơn câu trả lời của bạn phía trên:', |
| 2881 | + 'optin-survey-question-techfail' => 'Bạn có gặp lỗi kỹ thuật khi sử dụng Beta không?', |
| 2882 | + 'optin-survey-question-techfail-ifyes' => 'Nếu có, xin nói rõ hoặc giải thích:', |
| 2883 | + 'optin-survey-question-usedtoolbar' => 'Bạn đã sử dụng thanh công cụ tùy biến để sửa đổi trang chưa?', |
| 2884 | + 'optin-survey-question-usedtoolbar-ifyes' => 'Nếu có, bạn cảm thấy thích thú về điều gì? Bạn cảm thấy không hài lòng về điều gì?', |
| 2885 | + 'optin-survey-question-usedtoolbar-ifno' => 'Nếu không thì tại sao không? Bạn sẽ dùng trong tương lai chứ? Xin hãy giải thích.', |
| 2886 | + 'optin-survey-question-different' => 'Bạn sẽ sử dụng tiếp Beta nếu chúng tôi thay đổi điều gì?', |
| 2887 | + 'optin-survey-question-feedback' => 'Xin cho chúng tôi biết các ý kiến, lo ngại hoặc suy nghĩ khác của bạn dành cho chúng tôi - mọi phản hồi đều hữu ích!:', |
2608 | 2888 | 'optin-survey-question-browser' => 'Bạn sử dụng trình duyệt nào?', |
2609 | 2889 | 'optin-survey-answer-browser-other' => 'Trình duyệt khác:', |
2610 | 2890 | 'optin-survey-question-os' => 'Bạn sử dụng hệ điều hành nào?', |
2611 | | - 'optin-survey-answer-os-other' => 'Khác:', |
2612 | | - 'optin-survey-question-res' => 'Màn hình của bạn có độ phân tích nào?', |
| 2891 | + 'optin-survey-answer-os-other' => 'Hệ điều hành khác:', |
| 2892 | + 'optin-survey-question-res' => 'Màn hình của bạn có độ phân giải nào?', |
| 2893 | + 'optin-survey-question-changes' => 'Bạn muốn nhìn thấy sự thay đổi nào của Beta trong tương lai (xin chọn tất cả phù hợp)?', |
| 2894 | + 'optin-survey-answer-changes-nav' => 'Làm cho khả năng duyệt tìm chung trên trang dễ sử dụng hơn.', |
| 2895 | + 'optin-survey-answer-changes-edittools' => 'Tăng các công cụ sửa đổi về số lượng lẫn chất lượng.', |
| 2896 | + 'optin-survey-answer-changes-upload' => 'Cải tiến tải lên nội dung và phương tiện.', |
| 2897 | + 'optin-survey-answer-changes-richtext' => 'Phát triển các công cụ sửa đổi giống như trình sửa đổi giàu chức năng.', |
| 2898 | + 'optin-survey-answer-changes-lookfeel' => 'Cập nhật “bề ngoài và cảm nhận” cho trang.', |
| 2899 | + 'optin-survey-answer-changes-predictability' => 'Tăng cường khả năng dự đoán khi hoạt động.', |
| 2900 | + 'optin-survey-answer-changes-custom' => 'Cho phép người dùng tùy chỉnh nhiều hơn.', |
| 2901 | + 'optin-survey-answer-changes-other' => 'Khác:', |
| 2902 | + 'optin-improvements' => '== Những cải tiến == |
| 2903 | +[[File:UsabilityNavigation.png|left|link=]] |
| 2904 | +;Duyệt trang tốt hơn |
| 2905 | +Hệ thống duyệt trang giúp bạn dễ nhận thấy mình đang ở đâu và làm gì hơn, cũng như nơi bạn có thể đến và cách làm điều đó. Với hộp tìm kiếm đặt ở góc trên bên phải, tính năng tìm kiếm sẽ dễ tìm thấy và dễ sử dụng hơn. |
| 2906 | +<div style="clear:both;"></div> |
| 2907 | + |
| 2908 | +[[File:UsabilityToolbar.png|left|link=]] |
| 2909 | +;Cải tiến thanh công cụ sửa đổi |
| 2910 | +Các biểu tượng mới và được cải tiến để làm rõ hơn các chức năng của từng nút công cụ. Nhiều phần có thể mở rộng giúp giảm bớt sự lộn xộn nhưng vẫn giữ lại được những công cụ thường dùng chỉ bằng một cú nhấn chuột. |
| 2911 | +Đề mục trợ giúp giúp truy cập nhanh vào hướng dẫn sử dụng mã wiki. |
| 2912 | +<div style="clear:both;"></div> |
| 2913 | +== Cách tham gia == |
| 2914 | +Để tìm hiểu thêm về dự án hoặc tham gia vào dự án, xin mời thăm [http://usability.wikimedia.org wiki của Sáng kiến Khả dụng]. Tại đó bạn sẽ tìm thấy những thông tin về số tiền được cấp, nghiên cứu, thiết kế + phát triển, và các bản phát hành. Để đặt câu hỏi hoặc để lại hồi đáp, xin hãy sử dụng [http://usability.wikimedia.org/wiki/Talk:Prototype trang thảo luận prototype của chúng tôi]. Để bàn về các chủ đề cụ thể, hãy sử dụng các trang thảo luận đi kèm. Nếu bạn nhận thấy có lỗi phần mềm, xin để lại lời nhắn tại [http://usability.wikimedia.org/wiki/Talk:Releases/Acai trang thảo luận bản phát hành Acai] hoặc sử dụng [https://bugzilla.wikimedia.org Bugzilla]. |
| 2915 | + |
| 2916 | +Cảm ơn và mong hồi âm từ bạn!', |
2613 | 2917 | ); |
2614 | 2918 | |
2615 | 2919 | /** Yue (粵語) |
— | — | @@ -2617,56 +2921,181 @@ |
2618 | 2922 | $messages['yue'] = array( |
2619 | 2923 | 'optin' => '可用性倡議選入', |
2620 | 2924 | 'optin-desc' => '容許用戶選擇性去加入可用性倡議嘅可用性加強', |
2621 | | - 'optin-needlogin' => '你需要[$1 登入]去加入可用性倡議嘅可用性加強。', |
2622 | | - 'optin-intro' => '維基百科可用性小組開發咗一個新皮同埋一個新編輯工具去加強維基百科嘅可用性。呢啲加強重未響全部用戶開晒,但係你可以撳下面嘅"{{int:optin-submit-in}}"選入。', |
| 2925 | + 'optin-title-optedout' => '試吓測試版', |
| 2926 | + 'optin-title-optedin' => '離開測試版', |
| 2927 | + 'optin-title-justoptedin' => '歡迎來到測試版', |
| 2928 | + 'optin-title-justoptedout' => '多謝你去試用測試版', |
| 2929 | + 'optin-title-feedback' => '測試版回饋', |
| 2930 | + 'optin-needlogin' => '你需要[$1 登入]去試吓測試版。', |
| 2931 | + 'optin-intro' => '維基百科可用性小組開發咗一個新皮同埋一個新編輯工具去加強維基百科嘅可用性。 |
| 2932 | +你係咪想試吓我哋嘅測試版?', |
| 2933 | + 'optin-feedback-intro' => '多謝去試用個測試版。 |
| 2934 | +我哋想知道你對我哋嘅新界面有啲咩睇法,如果你完成下面可選嘅調查,我哋會好樂意接受。', |
| 2935 | + 'optin-feedback-back' => '如果你唔想完成下面嘅調查,你可以返去$1。', |
2623 | 2936 | 'optin-success-in' => '你已經成功噉選入到可用性小組嘅可用性加強。 |
2624 | | -你可以響任何時間撳下面嘅"{{int:optin-submit-out}}"去選出番去。', |
| 2937 | +你可以響任何時間撳上面嘅"{{int:optin-leave}}"去選出番去。', |
| 2938 | + 'optin-leave-cancel' => '如果你繼續去用測試版,你可以返去$1。', |
2625 | 2939 | 'optin-success-out' => '你已經成功噉選出到可用性小組嘅可用性加強。 |
2626 | | -你可以響任何時間撳下面嘅"{{int:optin-submit-in}}"去選入番去。', |
2627 | | - 'optin-submit-out' => '選出', |
| 2940 | +你可以響任何時間撳上面嘅"{{int:optin-try}}"去選入番去。', |
| 2941 | + 'optin-success-feedback' => '多謝你嘅回饋!', |
| 2942 | + 'optin-accept-short' => '而家就去做!', |
| 2943 | + 'optin-accept-long' => '試吓我哋嘅測試版', |
| 2944 | + 'optin-accept-long-anon' => '登入試吓測試版', |
| 2945 | + 'optin-deny-short' => '唔使喇,多謝', |
| 2946 | + 'optin-deny-long' => '返去上一版', |
| 2947 | + 'optin-submit-out' => '離開測試版', |
| 2948 | + 'optin-submit-feedback' => '畀意見', |
| 2949 | + 'optin-try' => '試吓測試版', |
| 2950 | + 'optin-leave' => '離開測試版', |
| 2951 | + 'optin-feedback' => '測試版回饋', |
| 2952 | + 'optin-survey-yes' => '係', |
| 2953 | + 'optin-survey-no' => '唔係', |
2628 | 2954 | 'optin-survey-intro' => '多謝你去試用可用性小組嘅可用性加強。 |
2629 | | -你可以響任何時間響呢版下面撳"{{int:optin-submit-out}}"去選出。 |
| 2955 | +你可以響任何時間響呢版上面撳"{{int:optin-leave}}"去選出。 |
2630 | 2956 | |
2631 | | -我哋想知道你對呢個新界面嘅諗法,因此我哋會好高興如果你撳"{{int:optin-submit-out}}"之前完成一個可選嘅調查。', |
2632 | | - 'optin-survey-question-whyoptout' => '點解你會選出呢個界面?', |
2633 | | - 'optin-survey-answer-whyoptout-hard' => '太難去編輯一版。', |
| 2957 | +我哋想知道你對呢個新界面嘅諗法,因此我哋會好高興如果你撳"[[#leave|{{int:optin-submit-out}}]]"之前完成一個可選嘅調查。', |
| 2958 | + 'optin-survey-question-likedislike' => '你對測試版有啲咩鍾意?有啲咩唔鍾意?', |
| 2959 | + 'optin-survey-question-whyoptout' => '點解你會選出呢個界面?(揀全部可以用到嘅)', |
| 2960 | + 'optin-survey-answer-whyoptout-hard' => '太難去用。', |
2634 | 2961 | 'optin-survey-answer-whyoptout-didntwork' => '唔能夠正確噉操作。', |
| 2962 | + 'optin-survey-answer-whyoptout-notpredictable' => '唔能夠做到預期嘅嘢。', |
| 2963 | + 'optin-survey-answer-whyoptout-didntlike-look' => '我唔鍾意佢嘅外觀。', |
| 2964 | + 'optin-survey-answer-whyoptout-didntlike-layout' => '我唔鍾意個新標籤同埋排版。', |
| 2965 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => '我唔鍾意條新工具列。', |
2635 | 2966 | 'optin-survey-answer-whyoptout-other' => '其它原因:', |
2636 | | - 'optin-survey-question-feedback' => '請畀我哋知道你嘅反饋:', |
| 2967 | + 'optin-survey-question-explain' => '請解釋或詳述你上面嘅答案:', |
| 2968 | + 'optin-survey-question-techfail' => '你響用緊測試版嗰陣,有冇曾經遇過任何嘅技術問題?', |
| 2969 | + 'optin-survey-question-techfail-ifyes' => '如果有嘅話,請詳述或者解釋:', |
| 2970 | + 'optin-survey-question-usedtoolbar' => '你有冇用過新可擴展嘅工具列去編輯一版?', |
| 2971 | + 'optin-survey-question-usedtoolbar-ifyes' => '如果有嘅,你鍾意啲乜?你又唔鍾意啲乜?', |
| 2972 | + 'optin-survey-question-usedtoolbar-ifno' => '如果冇嘅,點解唔用?會唔會響將來去用?請解釋一下。', |
| 2973 | + 'optin-survey-question-different' => '你響用緊測試版嗰陣,我哋做咗啲乜嘢改變去令到你持續去用佢?', |
| 2974 | + 'optin-survey-question-feedback' => '請畀我哋知道你嘅反饋、睇法、同埋諗法 - 全部嘅反饋都係有用嘅!:', |
2637 | 2975 | 'optin-survey-question-browser' => '你用邊隻瀏覽器?', |
2638 | 2976 | 'optin-survey-answer-browser-other' => '其它瀏覽器:', |
2639 | 2977 | 'optin-survey-question-os' => '你用邊套操作系統?', |
2640 | | - 'optin-survey-answer-os-other' => '其它:', |
| 2978 | + 'optin-survey-answer-os-other' => '其它操作系統:', |
2641 | 2979 | 'optin-survey-question-res' => '你個螢光幕嘅解像度有幾大?', |
| 2980 | + 'optin-survey-question-changes' => '你想響未來,期望對測試版有啲乜嘢改變(揀全部可以用到嘅)?', |
| 2981 | + 'optin-survey-answer-changes-nav' => '整到網站嘅整體導航更加容易使用。', |
| 2982 | + 'optin-survey-answer-changes-edittools' => '增加同加強編輯工具。', |
| 2983 | + 'optin-survey-answer-changes-upload' => '改善內容同媒體上載。', |
| 2984 | + 'optin-survey-answer-changes-richtext' => '開發同廣文字編輯器相似嘅編輯工具。', |
| 2985 | + 'optin-survey-answer-changes-lookfeel' => '更新網站嘅『樣同感』。', |
| 2986 | + 'optin-survey-answer-changes-predictability' => '改善效率預測。', |
| 2987 | + 'optin-survey-answer-changes-custom' => '容許更加有彈性嘅用戶自定。', |
| 2988 | + 'optin-survey-answer-changes-other' => '其它:', |
| 2989 | + 'optin-improvements' => '== 有啲乜改善咗? == |
| 2990 | +[[File:UsabilityNavigation.png|left|link=]] |
| 2991 | +;導航加強 |
| 2992 | +個新嘅導航系統會更加容易噉令你知道你響邊同做緊啲乜嘢,你可以去邊同埋點樣去嗰度。搵嘢盒放咗響右上角,個搵嘢功能更加容易搵到,又用得快啲。 |
| 2993 | +<div style="clear:both;"></div> |
| 2994 | + |
| 2995 | +[[File:UsabilityToolbar.png|left|link=]] |
| 2996 | +;編輯欄改進 |
| 2997 | +新同改善嘅圖示更加清楚睇到每一個工具去做啲乜嘢。可以擴展嘅小節減少混亂,撳一個掣就可以收起啲唔常用嘅工具。 |
| 2998 | +個幫手小節提供常用wiki語法嘅快捷途徑。 |
| 2999 | +<div style="clear:both;"></div> |
| 3000 | +== 點樣加入 == |
| 3001 | +要知更多有關專案或者加入,請睇吓[http://usability.wikimedia.org Usability Initiative wiki]。 |
| 3002 | +嗰度你就會搵到我哋嘅准許、研究、設計開發,同埋發佈。 |
| 3003 | +去問問題或者畀一般回饋,請用我哋嘅[http://usability.wikimedia.org/wiki/Talk:Prototype 模型討論頁]。 |
| 3004 | +去解決特定嘅標題,請用有關嘅討論版。 |
| 3005 | +如果你搵到臭蟲,請響[http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai發佈討論版]留言或者去用[https://bugzilla.wikimedia.org Bugzilla]。 |
| 3006 | + |
| 3007 | +多謝,我哋會等待你嘅意見!', |
2642 | 3008 | ); |
2643 | 3009 | |
2644 | 3010 | /** Simplified Chinese (中文(简体)) |
| 3011 | + * @author Liangent |
| 3012 | + * @author PhiLiP |
2645 | 3013 | * @author Shinjiman |
2646 | 3014 | */ |
2647 | 3015 | $messages['zh-hans'] = array( |
2648 | 3016 | 'optin' => '可用性倡议加入', |
2649 | | - 'optin-desc' => '容许用户选择性去加入可用性倡议的可用性增强', |
2650 | | - 'optin-needlogin' => '您需要[$1 登入]去加入可用性倡议的可用性增强。', |
2651 | | - 'optin-intro' => '维基百科可用性小组开发了一个新皮肤和一个新的编辑工具去加强维基百科的可用性。这些增强还未对全部用户开放,但是您可以点击下面的"{{int:optin-submit-in}}"加入。', |
2652 | | - 'optin-success-in' => '您已经成功地加入到可用性小组的可用性增强。 |
2653 | | -您可以随时点击下面的"{{int:optin-submit-out}}"去退出。', |
2654 | | - 'optin-success-out' => '您已经成功地退出自可用性小组的可用性增强。 |
2655 | | -您可以随时点击下面的"{{int:optin-submit-in}}"去加入。', |
2656 | | - 'optin-submit-out' => '退出', |
2657 | | - 'optin-survey-intro' => '多谢您去试用可用性小组的可用性增强。 |
2658 | | -您可以随时点击下面的"{{int:optin-submit-out}}"去退出。 |
| 3017 | + 'optin-desc' => '允许用户使用Usability Initiative测试版提供的最新的可用性增强功能', |
| 3018 | + 'optin-title-optedout' => '试用测试版', |
| 3019 | + 'optin-title-optedin' => '离开测试版', |
| 3020 | + 'optin-title-justoptedin' => '欢迎使用测试版', |
| 3021 | + 'optin-title-justoptedout' => '感谢您试用我们的测试版', |
| 3022 | + 'optin-title-feedback' => '测试版反馈', |
| 3023 | + 'optin-needlogin' => '你需要[$1 登录]才能试用测试版。', |
| 3024 | + 'optin-intro' => '维基百科可用性小组正在努力改善维基百科的可用性。你想尝试下我们的测试版吗?', |
| 3025 | + 'optin-feedback-intro' => '感谢您试用测试版。 |
| 3026 | +我们希望了解到您对我们新界面的意见,望阁下不吝笔墨填写下方的调查表。', |
| 3027 | + 'optin-feedback-back' => '如果您不愿意填写调查表,您可以返回到$1。', |
| 3028 | + 'optin-success-in' => '您现在正在试用测试版。 |
| 3029 | +您随时都可点击屏幕顶部的“{{int:optin-leave}}”返回。', |
| 3030 | + 'optin-leave-cancel' => '如果你想继续使用Beta,你可以返回到$1。', |
| 3031 | + 'optin-success-out' => '您已成功退出测试版。 |
| 3032 | +您随时都可点击屏幕右上角的“{{int:optin-try}}”再次试用。', |
| 3033 | + 'optin-success-feedback' => '多谢你的反馈!', |
| 3034 | + 'optin-accept-short' => '现在就去做!', |
| 3035 | + 'optin-accept-long' => '试试我们的测试版', |
| 3036 | + 'optin-accept-long-anon' => '登入试用测试版', |
| 3037 | + 'optin-deny-short' => '不用了,多谢', |
| 3038 | + 'optin-deny-long' => '回到上一页', |
| 3039 | + 'optin-submit-out' => '离开测试版', |
| 3040 | + 'optin-submit-feedback' => '给意见', |
| 3041 | + 'optin-try' => '试试测试版', |
| 3042 | + 'optin-leave' => '离开测试版', |
| 3043 | + 'optin-feedback' => '测试版反馈', |
| 3044 | + 'optin-survey-yes' => '是', |
| 3045 | + 'optin-survey-no' => '否', |
| 3046 | + 'optin-survey-intro' => '感谢您试用测试版。 |
| 3047 | +您可以随时点击上面的"{{int:optin-leave}}"去退出。 |
2659 | 3048 | |
2660 | | -我们想知道您对这个新接口的想法,因此我们会好高兴如果您在点击"{{int:optin-submit-out}}"之前完成一个可选的调查。', |
2661 | | - 'optin-survey-question-whyoptout' => '为什么您会退出这个接口?', |
2662 | | - 'optin-survey-answer-whyoptout-hard' => '太难去编辑一个页面。', |
2663 | | - 'optin-survey-answer-whyoptout-didntwork' => '不能正确地操作。', |
| 3049 | +我们希望了解到您对我们新界面的意见,希望您在单击“[[#leave|{{int:optin-submit-out}}]]”前不吝笔墨填写下方的调查表。', |
| 3050 | + 'optin-survey-question-likedislike' => '您对测试版有什么喜欢?有什么不喜欢?', |
| 3051 | + 'optin-survey-question-whyoptout' => '为什么您会退出测试版?(选全部应用到的)', |
| 3052 | + 'optin-survey-answer-whyoptout-hard' => '难以使用。', |
| 3053 | + 'optin-survey-answer-whyoptout-didntwork' => '运行不正常。', |
| 3054 | + 'optin-survey-answer-whyoptout-notpredictable' => '不能做到预期的事。', |
| 3055 | + 'optin-survey-answer-whyoptout-didntlike-look' => '我不喜欢它的外观。', |
| 3056 | + 'optin-survey-answer-whyoptout-didntlike-layout' => '我不喜欢它的新标签以及排版。', |
| 3057 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => '我不喜欢它的新工具列。', |
2664 | 3058 | 'optin-survey-answer-whyoptout-other' => '其它原因:', |
2665 | | - 'optin-survey-question-feedback' => '请给我们知道您的反馈:', |
2666 | | - 'optin-survey-question-browser' => '您用那款浏览器?', |
| 3059 | + 'optin-survey-question-explain' => '请解释或详述您以上之答案:', |
| 3060 | + 'optin-survey-question-techfail' => '您在使用测试版时,有没有曾经遇过任何的技术问题?', |
| 3061 | + 'optin-survey-question-techfail-ifyes' => '如果有的话,请详述或者解释:', |
| 3062 | + 'optin-survey-question-usedtoolbar' => '您有没有用过新可扩展的工具列去编辑一个页面?', |
| 3063 | + 'optin-survey-question-usedtoolbar-ifyes' => '如果有的话,您喜欢什么?您又不喜欢什么?', |
| 3064 | + 'optin-survey-question-usedtoolbar-ifno' => '如果没有的话,为什么不去用?会否在将来去用?请解释一下。', |
| 3065 | + 'optin-survey-question-different' => '您在用测试版时,我们做了什么事改变去令到你持续使用它?', |
| 3066 | + 'optin-survey-question-feedback' => '如果您对我们还有其他意见,也请让我们知晓——所有反馈都很有用处!:', |
| 3067 | + 'optin-survey-question-browser' => '您使用的浏览器是?', |
2667 | 3068 | 'optin-survey-answer-browser-other' => '其它浏览器:', |
2668 | | - 'optin-survey-question-os' => '您用哪套操作系统?', |
2669 | | - 'optin-survey-answer-os-other' => '其它:', |
2670 | | - 'optin-survey-question-res' => '您的屏幕解像度之大小有多大?', |
| 3069 | + 'optin-survey-question-os' => '您使用的操作系统是?', |
| 3070 | + 'optin-survey-answer-os-other' => '其他操作系统:', |
| 3071 | + 'optin-survey-question-res' => '您的屏幕分辨率有多大?', |
| 3072 | + 'optin-survey-question-changes' => '您想在未来中,期望对测试版有什么改变(选全部应用到的)?', |
| 3073 | + 'optin-survey-answer-changes-nav' => '令网站的整体导航更加容易使用。', |
| 3074 | + 'optin-survey-answer-changes-edittools' => '增加和加强编辑工具。', |
| 3075 | + 'optin-survey-answer-changes-upload' => '改善内容和媒体上载。', |
| 3076 | + 'optin-survey-answer-changes-richtext' => '开发与广文字编辑器相似的编辑工具。', |
| 3077 | + 'optin-survey-answer-changes-lookfeel' => '更新网站的『样式与感受』。', |
| 3078 | + 'optin-survey-answer-changes-predictability' => '改善效率预测。', |
| 3079 | + 'optin-survey-answer-changes-custom' => '容许更加有弹性的用户自定。', |
| 3080 | + 'optin-survey-answer-changes-other' => '其它:', |
| 3081 | + 'optin-improvements' => '== 有什么改善什? == |
| 3082 | +[[File:UsabilityNavigation.png|left|link=]] |
| 3083 | +;导航加强 |
| 3084 | +新的导航系统会更加容易地令您知道您在哪里以及正在做什么,您可以去哪里以及怎样哪里。搜寻方块放在右上角,令它的功能更加容易找到,使用得更快。 |
| 3085 | +<div style="clear:both;"></div> |
| 3086 | + |
| 3087 | +[[File:UsabilityToolbar.png|left|link=]] |
| 3088 | +;编辑栏改进 |
| 3089 | +新和改善的图标更加清楚看见每一个工具去做什么。可以扩展的小节减少混乱,点击一个按钮就可以隐藏一些不常用的工具。 |
| 3090 | +而帮助小节提供常用wiki语法的快捷途径。 |
| 3091 | +<div style="clear:both;"></div> |
| 3092 | +== 怎样加入 == |
| 3093 | +要知更多有关专案或者加入,请参阅[http://usability.wikimedia.org Usability Initiative wiki]。 |
| 3094 | +在哪里您就会找到我们的准许、研究、设计开发,以及发布。 |
| 3095 | +去问问题或者给予一般反馈,请用我们的[http://usability.wikimedia.org/wiki/Talk:Prototype 模型讨论页面]。 |
| 3096 | +去解决特定的主题,请用有关的讨论页面。 |
| 3097 | +如果您找到臭虫,请在[http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai发布讨论版]留言或者去用[https://bugzilla.wikimedia.org Bugzilla]。 |
| 3098 | + |
| 3099 | +多谢,我们会等待您的意见!', |
2671 | 3100 | ); |
2672 | 3101 | |
2673 | 3102 | /** Traditional Chinese (中文(繁體)) |
— | — | @@ -2675,26 +3104,86 @@ |
2676 | 3105 | $messages['zh-hant'] = array( |
2677 | 3106 | 'optin' => '可用性倡議加入', |
2678 | 3107 | 'optin-desc' => '容許用戶選擇性去加入可用性倡議的可用性增強', |
2679 | | - 'optin-needlogin' => '您需要[$1 登入]去加入可用性倡議的可用性增強。', |
| 3108 | + 'optin-title-optedout' => '試用測試版', |
| 3109 | + 'optin-title-optedin' => '離開測試版', |
| 3110 | + 'optin-title-justoptedin' => '歡迎來到測試版', |
| 3111 | + 'optin-title-justoptedout' => '多謝你去試用測試版', |
| 3112 | + 'optin-title-feedback' => '測試版回饋', |
| 3113 | + 'optin-needlogin' => '你需要[$1 登入]去試用測試版。', |
2680 | 3114 | 'optin-intro' => '維基百科可用性小組開發了一個新皮膚和一個新的編輯工具去加強維基百科的可用性。這些增強還未對全部用戶開放,但是您可以點擊下面的"{{int:optin-submit-in}}"加入。', |
| 3115 | + 'optin-feedback-intro' => '多謝去試用這個測試版。 |
| 3116 | +我們想知道你對我們的新界面有何看法,如果你完成下面可選的調查,我們會好樂意接受。', |
| 3117 | + 'optin-feedback-back' => '如果你不想完成下面嘅調查,你可以回到$1。', |
2681 | 3118 | 'optin-success-in' => '您已經成功地加入到可用性小組的可用性增強。 |
2682 | | -您可以隨時點擊下面的"{{int:optin-submit-out}}"去退出。', |
| 3119 | +您可以隨時點擊上面的"{{int:ooptin-leave}}"去退出。', |
2683 | 3120 | 'optin-success-out' => '您已經成功地退出自可用性小組的可用性增強。 |
2684 | | -您可以隨時點擊下面的"{{int:optin-submit-in}}"去加入。', |
2685 | | - 'optin-submit-out' => '退出', |
| 3121 | +您可以隨時點擊上面的"{{int:optin-try}}"去加入。', |
| 3122 | + 'optin-success-feedback' => '多謝你的回饋!', |
| 3123 | + 'optin-accept-short' => '現在就去做!', |
| 3124 | + 'optin-accept-long' => '試試我們的測試版', |
| 3125 | + 'optin-accept-long-anon' => '登入試用測試版', |
| 3126 | + 'optin-deny-short' => '不用了,多謝', |
| 3127 | + 'optin-deny-long' => '回到上一頁', |
| 3128 | + 'optin-submit-out' => '離開測試版', |
| 3129 | + 'optin-submit-feedback' => '給意見', |
| 3130 | + 'optin-try' => '試試測試版', |
| 3131 | + 'optin-leave' => '離開測試版', |
| 3132 | + 'optin-feedback' => '測試版回饋', |
| 3133 | + 'optin-survey-yes' => '是', |
| 3134 | + 'optin-survey-no' => '否', |
2686 | 3135 | 'optin-survey-intro' => '多謝您去試用可用性小組的可用性增強。 |
2687 | | -您可以隨時點擊下面的"{{int:optin-submit-out}}"去退出。 |
| 3136 | +您可以隨時點擊上面的"{{int:optin-leave}}"去退出。 |
2688 | 3137 | |
2689 | | -我們想知道您對這個新界面的想法,因此我們會好高興如果您在點擊"{{int:optin-submit-out}}"之前完成一個可選的調查。', |
2690 | | - 'optin-survey-question-whyoptout' => '為什麼您會退出這個界面?', |
2691 | | - 'optin-survey-answer-whyoptout-hard' => '太難去編輯一個頁面。', |
| 3138 | +我們想知道您對這個新界面的想法,因此我們會好高興如果您在點擊"[[#leave|{{int:optin-submit-out}}]]"之前完成一個可選的調查。', |
| 3139 | + 'optin-survey-question-likedislike' => '您對測試版有什麼喜歡?有什麼不喜歡?', |
| 3140 | + 'optin-survey-question-whyoptout' => '為什麼您會退出這個界面?(選全部應用到的)', |
| 3141 | + 'optin-survey-answer-whyoptout-hard' => '太難去使用。', |
2692 | 3142 | 'optin-survey-answer-whyoptout-didntwork' => '不能正確地操作。', |
| 3143 | + 'optin-survey-answer-whyoptout-notpredictable' => '不能做到預期的事。', |
| 3144 | + 'optin-survey-answer-whyoptout-didntlike-look' => '我不喜歡它的外觀。', |
| 3145 | + 'optin-survey-answer-whyoptout-didntlike-layout' => '我不喜歡它的新標籤以及排版。', |
| 3146 | + 'optin-survey-answer-whyoptout-didntlike-toolbar' => '我不喜歡它的新工具列。', |
2693 | 3147 | 'optin-survey-answer-whyoptout-other' => '其它原因:', |
2694 | | - 'optin-survey-question-feedback' => '請給我們知道您的反饋:', |
2695 | | - 'optin-survey-question-browser' => '您用那款瀏覽器?', |
| 3148 | + 'optin-survey-question-explain' => '請解釋或詳述您以上之答案:', |
| 3149 | + 'optin-survey-question-techfail' => '您在使用測試版時,有沒有曾經遇過任何的技術問題?', |
| 3150 | + 'optin-survey-question-techfail-ifyes' => '如果有的話,請詳述或者解釋:', |
| 3151 | + 'optin-survey-question-usedtoolbar' => '您有沒有用過新可擴展的工具列去編輯一個頁面?', |
| 3152 | + 'optin-survey-question-usedtoolbar-ifyes' => '如果有的話,您喜歡什麼?您又不喜歡什麼?', |
| 3153 | + 'optin-survey-question-usedtoolbar-ifno' => '如果沒有的話,為什麼不去用?會否在將來去用?請解釋一下。', |
| 3154 | + 'optin-survey-question-different' => '您在用測試版時,我們做了什麼事改變去令到你持續使用它?', |
| 3155 | + 'optin-survey-question-feedback' => '請給我們知道你的反饋、看法、以及想法 - 全部的反饋都是有用的!:', |
| 3156 | + 'optin-survey-question-browser' => '您用哪款瀏覽器?', |
2696 | 3157 | 'optin-survey-answer-browser-other' => '其它瀏覽器:', |
2697 | 3158 | 'optin-survey-question-os' => '您用哪套操作系統?', |
2698 | | - 'optin-survey-answer-os-other' => '其它:', |
| 3159 | + 'optin-survey-answer-os-other' => '其它操作系統:', |
2699 | 3160 | 'optin-survey-question-res' => '您的屏幕解像度之大小有多大?', |
| 3161 | + 'optin-survey-question-changes' => '您想在未來中,期望對測試版有什麼改變(選全部應用到的)?', |
| 3162 | + 'optin-survey-answer-changes-nav' => '令網站的整體導航更加容易使用。', |
| 3163 | + 'optin-survey-answer-changes-edittools' => '增加和加強編輯工具。', |
| 3164 | + 'optin-survey-answer-changes-upload' => '改善內容和媒體上載。', |
| 3165 | + 'optin-survey-answer-changes-richtext' => '開發與廣文字編輯器相似的編輯工具。', |
| 3166 | + 'optin-survey-answer-changes-lookfeel' => '更新網站的『樣式與感受』。', |
| 3167 | + 'optin-survey-answer-changes-predictability' => '改善效率預測。', |
| 3168 | + 'optin-survey-answer-changes-custom' => '容許更加有彈性的用戶自定。', |
| 3169 | + 'optin-survey-answer-changes-other' => '其它:', |
| 3170 | + 'optin-improvements' => '== 有什麼改善什? == |
| 3171 | +[[File:UsabilityNavigation.png|left|link=]] |
| 3172 | +;導航加強 |
| 3173 | +新的導航系統會更加容易地令您知道您在哪裏以及正在做什麼,您可以去哪裏以及怎樣哪裏。搜尋方塊放在右上角,令它的功能更加容易找到,使用得更快。 |
| 3174 | +<div style="clear:both;"></div> |
| 3175 | + |
| 3176 | +[[File:UsabilityToolbar.png|left|link=]] |
| 3177 | +;編輯欄改進 |
| 3178 | +新和改善的圖示更加清楚看見每一個工具去做什麼。可以擴展的小節減少混亂,點擊一個按鈕就可以隱藏一些不常用的工具。 |
| 3179 | +而幫助小節提供常用wiki語法的快捷途徑。 |
| 3180 | +<div style="clear:both;"></div> |
| 3181 | +== 怎樣加入 == |
| 3182 | +要知更多有關專案或者加入,請參閱[http://usability.wikimedia.org Usability Initiative wiki]。 |
| 3183 | +在那裏您就會找到我們的准許、研究、設計開發,以及發佈。 |
| 3184 | +去問問題或者給予一般回饋,請用我們的[http://usability.wikimedia.org/wiki/Talk:Prototype 模型討論頁面]。 |
| 3185 | +去解決特定的主題,請用有關的討論頁面。 |
| 3186 | +如果您找到臭蟲,請在[http://usability.wikimedia.org/wiki/Talk:Releases/Acai Acai發佈討論版]留言或者去用[https://bugzilla.wikimedia.org Bugzilla]。 |
| 3187 | + |
| 3188 | +多謝,我們會等待您的意見!', |
2700 | 3189 | ); |
2701 | 3190 | |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/EditWarning/EditWarning.i18n.php |
— | — | @@ -175,6 +175,15 @@ |
176 | 176 | 'editwarning-warning' => 'Hdyž so strona wopušća, so přewjedźene změny zhubja.', |
177 | 177 | ); |
178 | 178 | |
| 179 | +/** Hungarian (Magyar) |
| 180 | + * @author Dani |
| 181 | + */ |
| 182 | +$messages['hu'] = array( |
| 183 | + 'editwarning' => 'Figyelmeztetés szerkesztésnél', |
| 184 | + 'editwarning-desc' => 'Figyelmezteti a szerkesztőt, ha a szerkesztőlapot mentés nélkül akarja elhagyni.', |
| 185 | + 'editwarning-warning' => 'A lap elhagyásával az összes itt végzett változtatás elvész.', |
| 186 | +); |
| 187 | + |
179 | 188 | /** Interlingua (Interlingua) |
180 | 189 | * @author McDutchie |
181 | 190 | */ |
— | — | @@ -385,12 +394,13 @@ |
386 | 395 | ); |
387 | 396 | |
388 | 397 | /** Simplified Chinese (中文(简体)) |
| 398 | + * @author PhiLiP |
389 | 399 | * @author Shinjiman |
390 | 400 | */ |
391 | 401 | $messages['zh-hans'] = array( |
392 | 402 | 'editwarning' => '编辑警告', |
393 | 403 | 'editwarning-desc' => '当用户尝试离开未保存的编辑时显示警告', |
394 | | - 'editwarning-warning' => '离开这个页面会令到您所作的更改遗失。', |
| 404 | + 'editwarning-warning' => '离开这个页面会令您所作的更改遗失。', |
395 | 405 | ); |
396 | 406 | |
397 | 407 | /** Traditional Chinese (中文(繁體)) |
— | — | @@ -399,6 +409,6 @@ |
400 | 410 | $messages['zh-hant'] = array( |
401 | 411 | 'editwarning' => '編輯警告', |
402 | 412 | 'editwarning-desc' => '當用戶嘗試離開未保存的編輯時顯示警告', |
403 | | - 'editwarning-warning' => '離開這個頁面會令到您所作的更改遺失。', |
| 413 | + 'editwarning-warning' => '離開這個頁面會令您所作的更改遺失。', |
404 | 414 | ); |
405 | 415 | |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/PrefStats/PrefStats.i18n.php |
— | — | @@ -46,6 +46,18 @@ |
47 | 47 | 'prefstats-noprefs' => 'Nijedna postavka se trenutno ne prati. Podesite $wgPrefStatsTrackPrefs za praćenje postavki.', |
48 | 48 | ); |
49 | 49 | |
| 50 | +/** Catalan (Català) |
| 51 | + * @author Paucabot |
| 52 | + */ |
| 53 | +$messages['ca'] = array( |
| 54 | + 'prefstats' => 'Estadístiques de les preferències', |
| 55 | + 'prefstats-desc' => 'Registra les estadístiques de quants usuaris tenen certes preferències activades', |
| 56 | + 'prefstats-title' => 'Estadístiques de les preferències', |
| 57 | + 'prefstats-list-intro' => "Actualment s'estan registrant les següents preferències. |
| 58 | +Cliqueu sobre una d'elles per veure'n les seves estadístiques.", |
| 59 | + 'prefstats-noprefs' => 'No s\'està registrant cap preferència. Configurau $wgPrefStatsTrackPrefs per registrar les preferències.', |
| 60 | +); |
| 61 | + |
50 | 62 | /** Czech (Česky) |
51 | 63 | * @author Mormegil |
52 | 64 | */ |
— | — | @@ -384,6 +396,7 @@ |
385 | 397 | 'prefstats-title' => 'Statisteche de le preferenze', |
386 | 398 | 'prefstats-list-intro' => 'Pe mò, le seguende preferenze stonne avènene tracciate. |
387 | 399 | Cazze sus a une de le statisteche da vedè.', |
| 400 | + 'prefstats-noprefs' => 'Nisciuna preferenze ha state tracciate pe mò. Configure $wgPrefStatsTrackPrefs pe traccià le preferenze.', |
388 | 401 | ); |
389 | 402 | |
390 | 403 | /** Russian (Русский) |
— | — | @@ -425,9 +438,15 @@ |
426 | 439 | |
427 | 440 | /** Swedish (Svenska) |
428 | 441 | * @author Fluff |
| 442 | + * @author Ozp |
429 | 443 | */ |
430 | 444 | $messages['sv'] = array( |
431 | 445 | 'prefstats' => 'Statistik över inställningar', |
| 446 | + 'prefstats-desc' => 'Statistik över hur många användare som har vissa inställningar', |
| 447 | + 'prefstats-title' => 'Statistik över inställningar', |
| 448 | + 'prefstats-list-intro' => 'För närvarande blir följande inställningar spårade. |
| 449 | +Klicka på en för att visa statistik om den.', |
| 450 | + 'prefstats-noprefs' => 'Inga inställningar blir för närvarande spårade. Konfigurera $wgPrefStatsTrackPrefs för att spåra inställningar.', |
432 | 451 | ); |
433 | 452 | |
434 | 453 | /** Telugu (తెలుగు) |
— | — | @@ -475,6 +494,7 @@ |
476 | 495 | |
477 | 496 | /** Vietnamese (Tiếng Việt) |
478 | 497 | * @author Minh Nguyen |
| 498 | + * @author Vinhtantran |
479 | 499 | */ |
480 | 500 | $messages['vi'] = array( |
481 | 501 | 'prefstats' => 'Thống kê tùy chọn', |
— | — | @@ -482,6 +502,7 @@ |
483 | 503 | 'prefstats-title' => 'Thống kê tùy chọn', |
484 | 504 | 'prefstats-list-intro' => 'Hiện đang theo dõi các tùy chọn sau. |
485 | 505 | Hãy nhấn vào một tùy chọn để xem thống kê về nó.', |
| 506 | + 'prefstats-noprefs' => 'Không có tùy chọn nào được theo dõi. Hãy cấu hình $wgPrefStatsTrackPrefs để theo dõi tùy chọn.', |
486 | 507 | ); |
487 | 508 | |
488 | 509 | /** Yue (粵語) |
— | — | @@ -493,6 +514,7 @@ |
494 | 515 | 'prefstats-title' => '喜好統計', |
495 | 516 | 'prefstats-list-intro' => '直到而家,下面嘅喜好設定會追蹤落來。 |
496 | 517 | 撳其中一樣去睇有關佢嘅統計。', |
| 518 | + 'prefstats-noprefs' => '無喜好可以追蹤得到。設定 $wgPrefStatsTrackPrefs 去追蹤喜好。', |
497 | 519 | ); |
498 | 520 | |
499 | 521 | /** Simplified Chinese (中文(简体)) |
— | — | @@ -503,7 +525,8 @@ |
504 | 526 | 'prefstats-desc' => '追踪统计,有多少用户启用了特定的设置', |
505 | 527 | 'prefstats-title' => '喜好统计', |
506 | 528 | 'prefstats-list-intro' => '直到现时,以下的喜好设置会追踪下来。 |
507 | | -点击其中一种设置去查看有关它的统计。', |
| 529 | + 点击其中一种设置去查看有关它的统计。', |
| 530 | + 'prefstats-noprefs' => '无喜好可供追踪。设置 $wgPrefStatsTrackPrefs 去追踪喜好。', |
508 | 531 | ); |
509 | 532 | |
510 | 533 | /** Traditional Chinese (中文(繁體)) |
— | — | @@ -515,5 +538,6 @@ |
516 | 539 | 'prefstats-title' => '喜好統計', |
517 | 540 | 'prefstats-list-intro' => '直到現時,以下的喜好設定會追蹤下來。 |
518 | 541 | 點擊其中一種設定去查看有關它的統計。', |
| 542 | + 'prefstats-noprefs' => '無喜好可供追蹤。設定 $wgPrefStatsTrackPrefs 去追蹤喜好。', |
519 | 543 | ); |
520 | 544 | |
Index: branches/wmf-deployment/extensions/UsabilityInitiative/NavigableTOC/NavigableTOC.i18n.php |
— | — | @@ -200,6 +200,14 @@ |
201 | 201 | 'navigabletoc-desc' => 'Değişiklik formuna, bir bölüm tıklandığında metin kutusunu kaydıran, bir içindekiler listesi ekler', |
202 | 202 | ); |
203 | 203 | |
| 204 | +/** Vietnamese (Tiếng Việt) |
| 205 | + * @author Vinhtantran |
| 206 | + */ |
| 207 | +$messages['vi'] = array( |
| 208 | + 'navigabletoc' => 'Mục lục dễ duyệt tìm', |
| 209 | + 'navigabletoc-desc' => 'Thêm bảng mục lục vào khung sửa đổi để cuộn hộp văn bản khi nhấn vào một đề mục', |
| 210 | +); |
| 211 | + |
204 | 212 | /** Yue (粵語) |
205 | 213 | * @author Shinjiman |
206 | 214 | */ |
— | — | @@ -209,11 +217,12 @@ |
210 | 218 | ); |
211 | 219 | |
212 | 220 | /** Simplified Chinese (中文(简体)) |
| 221 | + * @author PhiLiP |
213 | 222 | * @author Shinjiman |
214 | 223 | */ |
215 | 224 | $messages['zh-hans'] = array( |
216 | 225 | 'navigabletoc' => '导航目录', |
217 | | - 'navigabletoc-desc' => '加入目录至编辑表格,当一段落点击以后卷动文字方块', |
| 226 | + 'navigabletoc-desc' => '在编辑表单中加入目录,当点选一处段落后滚动文本框到相应位置', |
218 | 227 | ); |
219 | 228 | |
220 | 229 | /** Traditional Chinese (中文(繁體)) |
Property changes on: branches/wmf-deployment/extensions/UsabilityInitiative |
___________________________________________________________________ |
Name: svn:mergeinfo |
221 | 230 | - /branches/REL1_15/phase3/extensions/UsabilityInitiative:51646 |
/trunk/extensions/UsabilityInitiative:52089-54485,54523,54556 |
222 | 231 | + /branches/REL1_15/phase3/extensions/UsabilityInitiative:51646 |
/trunk/extensions/UsabilityInitiative:52089-54593 |