Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css |
— | — | @@ -1,118 +1,131 @@ |
2 | 2 | div.optin-accept { |
3 | 3 | float: left; |
4 | | - background-image: url(images/accept-border.png); |
5 | | - margin: 0; |
6 | 4 | margin-right: 1em; |
7 | | - margin-bottom: 1em; |
8 | | - padding: 4px; |
| 5 | + margin-bottom: 2em; |
9 | 6 | } |
10 | 7 | div.optin-accept div { |
11 | 8 | float: left; |
12 | | - background-image: url(images/accept-base.png); |
13 | | - margin: 0; |
14 | | - padding: 0; |
| 9 | + background-image: url(images/accept-c.png); |
15 | 10 | } |
16 | 11 | div.optin-accept div div { |
| 12 | + background-image: url(images/accept-t.png); |
| 13 | + background-position: top; |
| 14 | + background-repeat: repeat-x; |
| 15 | +} |
| 16 | +div.optin-accept div div div { |
| 17 | + background-image: url(images/accept-b.png); |
| 18 | + background-position: bottom; |
| 19 | + background-repeat: repeat-x; |
| 20 | +} |
| 21 | +div.optin-accept div div div div { |
| 22 | + background-image: url(images/accept-l.png); |
| 23 | + background-position: left; |
| 24 | + background-repeat: repeat-y; |
| 25 | +} |
| 26 | +div.optin-accept div div div div div { |
| 27 | + background-image: url(images/accept-r.png); |
| 28 | + background-position: right; |
| 29 | + background-repeat: repeat-y; |
| 30 | +} |
| 31 | +div.optin-accept div div div div div div { |
17 | 32 | background-image: url(images/accept-tl.png); |
18 | 33 | background-position: top left; |
19 | 34 | background-repeat: no-repeat; |
20 | | - margin: 0; |
21 | | - margin: -4px; |
22 | 35 | } |
23 | | -div.optin-accept div div div { |
| 36 | +div.optin-accept div div div div div div div { |
| 37 | + background-image: url(images/accept-bl.png); |
| 38 | + background-position: bottom left; |
| 39 | + background-repeat: no-repeat; |
| 40 | +} |
| 41 | +div.optin-accept div div div div div div div div { |
24 | 42 | background-image: url(images/accept-tr.png); |
25 | 43 | background-position: top right; |
26 | 44 | background-repeat: no-repeat; |
27 | | - margin: 0; |
28 | 45 | } |
29 | | -div.optin-accept div div div div { |
30 | | - background-image: url(images/accept-bl.png); |
31 | | - background-position: bottom left; |
32 | | - background-repeat: no-repeat; |
33 | | - margin: 0; |
34 | | -} |
35 | | -div.optin-accept div div div div a { |
| 46 | +div.optin-accept div div div div div div div div div { |
36 | 47 | background-image: url(images/accept-br.png); |
37 | 48 | background-position: bottom right; |
38 | 49 | background-repeat: no-repeat; |
| 50 | +} |
| 51 | +div.optin-accept a { |
39 | 52 | display: block; |
40 | | - text-align: center; |
41 | | - padding-top: 1em; |
42 | | - padding-left: 1.25em; |
43 | | - padding-right: 1.25em; |
44 | | - padding-bottom: 0.75em; |
45 | | - margin: 0; |
46 | | - cursor: pointer; |
| 53 | + padding: 0.75em; |
| 54 | + padding-bottom: 0.5em; |
| 55 | + color: white; |
| 56 | + font-weight: bold; |
47 | 57 | } |
48 | | -div.optin-accept div div div div a:hover { |
| 58 | +div.optin-accept a:hover { |
49 | 59 | text-decoration: none; |
50 | 60 | } |
51 | | -div.optin-accept span.optin-button-shorttext { |
52 | | - font-size: large; |
53 | | - font-weight: bold; |
54 | | - color: #41aa1e; |
55 | | -} |
56 | | -div.optin-accept span.optin-button-longtext { |
57 | | - color: #41aa1e; |
58 | | - font-style: italic; |
59 | | -} |
60 | 61 | div.optin-deny { |
61 | 62 | float: left; |
62 | | - background-image: url(images/deny-border.png); |
63 | | - margin: 0; |
64 | 63 | margin-right: 1em; |
65 | | - margin-bottom: 1em; |
66 | | - padding: 4px; |
| 64 | + margin-bottom: 2em; |
67 | 65 | } |
68 | 66 | div.optin-deny div { |
69 | 67 | float: left; |
70 | | - background-image: url(images/deny-base.png); |
71 | | - margin: 0; |
72 | | - padding: 0; |
| 68 | + background-image: url(images/deny-c.png); |
73 | 69 | } |
74 | 70 | div.optin-deny div div { |
| 71 | + background-image: url(images/deny-t.png); |
| 72 | + background-position: top; |
| 73 | + background-repeat: repeat-x; |
| 74 | +} |
| 75 | +div.optin-deny div div div { |
| 76 | + background-image: url(images/deny-b.png); |
| 77 | + background-position: bottom; |
| 78 | + background-repeat: repeat-x; |
| 79 | +} |
| 80 | +div.optin-deny div div div div { |
| 81 | + background-image: url(images/deny-l.png); |
| 82 | + background-position: left; |
| 83 | + background-repeat: repeat-y; |
| 84 | +} |
| 85 | +div.optin-deny div div div div div { |
| 86 | + background-image: url(images/deny-r.png); |
| 87 | + background-position: right; |
| 88 | + background-repeat: repeat-y; |
| 89 | +} |
| 90 | +div.optin-deny div div div div div div { |
75 | 91 | background-image: url(images/deny-tl.png); |
76 | 92 | background-position: top left; |
77 | 93 | background-repeat: no-repeat; |
78 | | - margin: 0; |
79 | | - margin: -4px; |
80 | 94 | } |
81 | | -div.optin-deny div div div { |
| 95 | +div.optin-deny div div div div div div div { |
| 96 | + background-image: url(images/deny-bl.png); |
| 97 | + background-position: bottom left; |
| 98 | + background-repeat: no-repeat; |
| 99 | +} |
| 100 | +div.optin-deny div div div div div div div div { |
82 | 101 | background-image: url(images/deny-tr.png); |
83 | 102 | background-position: top right; |
84 | 103 | background-repeat: no-repeat; |
85 | | - margin: 0; |
86 | 104 | } |
87 | | -div.optin-deny div div div div { |
88 | | - background-image: url(images/deny-bl.png); |
89 | | - background-position: bottom left; |
90 | | - background-repeat: no-repeat; |
91 | | - margin: 0; |
92 | | -} |
93 | | -div.optin-deny div div div div a { |
| 105 | +div.optin-deny div div div div div div div div div { |
94 | 106 | background-image: url(images/deny-br.png); |
95 | 107 | background-position: bottom right; |
96 | 108 | background-repeat: no-repeat; |
| 109 | +} |
| 110 | +div.optin-deny a { |
97 | 111 | display: block; |
98 | | - text-align: center; |
99 | | - padding-top: 1em; |
100 | | - padding-left: 1.25em; |
101 | | - padding-right: 1.25em; |
102 | | - padding-bottom: 0.75em; |
103 | | - margin: 0; |
104 | | - cursor: pointer; |
| 112 | + padding: 0.75em; |
| 113 | + padding-bottom: 0.5em; |
| 114 | + color: white; |
| 115 | + font-weight: bold; |
105 | 116 | } |
106 | | -div.optin-deny div div div div a:hover { |
| 117 | +div.optin-deny a:hover { |
107 | 118 | text-decoration: none; |
108 | 119 | } |
109 | | -div.optin-deny span.optin-button-shorttext { |
110 | | - font-size: large; |
| 120 | +span.optin-button-shorttext { |
| 121 | + font-size: 1.1em; |
111 | 122 | font-weight: bold; |
112 | | - color: #e95229; |
113 | 123 | } |
114 | | -div.optin-deny span.optin-button-longtext { |
115 | | - color: #e95229; |
| 124 | +span.optin-button-longtext { |
| 125 | + display: block; |
| 126 | + color: #666666; |
| 127 | + clear: both; |
116 | 128 | font-style: italic; |
| 129 | + font-weight: normal; |
117 | 130 | } |
118 | 131 | div.optin-intro { |
119 | 132 | font-size: large; |
Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php |
— | — | @@ -174,22 +174,26 @@ |
175 | 175 | Xml::tags( 'div', array(), |
176 | 176 | Xml::tags( 'div', array(), |
177 | 177 | Xml::tags( 'div', array(), |
| 178 | + Xml::tags( 'div', array(), |
| 179 | + Xml::tags( 'div', array(), |
| 180 | + Xml::tags( 'div', array(), |
| 181 | + Xml::tags( 'div', array(), |
| 182 | + Xml::tags( 'div', array(), |
178 | 183 | Xml::tags( |
179 | 184 | 'a', |
180 | 185 | array( 'href' => $url ), |
181 | 186 | Xml::element( 'span', |
182 | 187 | array( 'class' => 'optin-button-shorttext' ), |
183 | 188 | wfMsg( 'optin-accept-short' ) |
184 | | - ) . |
185 | | - Xml::element( 'br' ) . |
186 | | - Xml::element( 'span', |
187 | | - array( 'class' => 'optin-button-longtext' ), |
188 | | - $wgUser->isLoggedIn() ? |
189 | | - wfMsg( 'optin-accept-long' ) : |
190 | | - wfMsg( 'optin-accept-long-anon' ) |
191 | 189 | ) |
192 | 190 | ) |
193 | | - ) ) ) ) |
| 191 | + ) ) ) ) ) ) ) ) ) . |
| 192 | + Xml::element( 'span', |
| 193 | + array( 'class' => 'optin-button-longtext' ), |
| 194 | + $wgUser->isLoggedIn() ? |
| 195 | + wfMsg( 'optin-accept-long' ) : |
| 196 | + wfMsg( 'optin-accept-long-anon' ) |
| 197 | + ) |
194 | 198 | ) |
195 | 199 | ); |
196 | 200 | if ( $this->mOriginTitle ) { |
— | — | @@ -199,6 +203,11 @@ |
200 | 204 | Xml::tags( 'div', array(), |
201 | 205 | Xml::tags( 'div', array(), |
202 | 206 | Xml::tags( 'div', array(), |
| 207 | + Xml::tags( 'div', array(), |
| 208 | + Xml::tags( 'div', array(), |
| 209 | + Xml::tags( 'div', array(), |
| 210 | + Xml::tags( 'div', array(), |
| 211 | + Xml::tags( 'div', array(), |
203 | 212 | Xml::tags( |
204 | 213 | 'a', |
205 | 214 | array( |
— | — | @@ -207,14 +216,13 @@ |
208 | 217 | Xml::element( 'span', |
209 | 218 | array( 'class' => 'optin-button-shorttext' ), |
210 | 219 | wfMsg( 'optin-deny-short' ) |
211 | | - ) . |
212 | | - Xml::element( 'br' ) . |
213 | | - Xml::element( 'span', |
214 | | - array( 'class' => 'optin-button-longtext' ), |
215 | | - wfMsg( 'optin-deny-long' ) |
216 | 220 | ) |
217 | 221 | ) |
218 | | - ) ) ) ) |
| 222 | + ) ) ) ) ) ) ) ) ) . |
| 223 | + Xml::element( 'span', |
| 224 | + array( 'class' => 'optin-button-longtext' ), |
| 225 | + wfMsg( 'optin-deny-long' ) |
| 226 | + ) |
219 | 227 | ) |
220 | 228 | ); |
221 | 229 | } |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-base.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-base.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-border.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-border.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-tl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-tl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-br.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-br.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-tr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-tr.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/accept-bl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/images/deny-bl.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.i18n.php |
— | — | @@ -95,18 +95,18 @@ |
96 | 96 | 'optin-survey-answer-changes-compat' => 'Improve compatibility with local wiki.', |
97 | 97 | 'optin-survey-answer-changes-other' => 'Other:', |
98 | 98 | 'optin-improvements' => "== What has been improved? == |
99 | | -[[File:UsabilityNavigation.png|right]] |
| 99 | +[[File:UsabilityNavigation.png|left]] |
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|right]] |
| 104 | +[[File:UsabilityToolbar.png|left]] |
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 | 108 | <div style=\"clear:both;\"></div> |
109 | 109 | |
110 | | -[[File:UsabilitySearch.png|right]] |
| 110 | +[[File:UsabilitySearch.png|left]] |
111 | 111 | ;Improved search interface |
112 | 112 | When using search, title matches are shown first, helping you to find the most relevant articles quickly. Search profiles make searching for different kinds of content easier, while the new advanced search interface makes light work of complex searches. |
113 | 113 | <div style=\"clear:both;\"></div>", |
— | — | @@ -198,13 +198,13 @@ |
199 | 199 | 'optin-survey-answer-os-other' => 'Іншая апэрацыйная сыстэма:', |
200 | 200 | 'optin-survey-question-res' => 'Якое разрозьненьне Вашага манітора?', |
201 | 201 | 'optin-improvements' => '== Што было палепшана? == |
202 | | -[[File:UsabilityNavigation.png|right]] |
| 202 | +[[File:UsabilityNavigation.png|left]] |
203 | 203 | ;Паляпшэньне навігацыі |
204 | 204 | Ясна пазначаны стан «чытаньне» ці «рэдагаваньне» старонкі на якой Вы знаходзіцеся. |
205 | 205 | Поле пошуку перанесена з левай навігацыйнай панэлі ў верхні правы вугал для палягчэньня і паскарэньня пошуку. |
206 | 206 | <div style="clear:both;"></div> |
207 | 207 | |
208 | | -[[File:UsabilityToolbar.png|right]] |
| 208 | +[[File:UsabilityToolbar.png|left]] |
209 | 209 | ;Паляпшэньне панэлі рэдагаваньняў |
210 | 210 | Адчыняемая панэль рэдагаваньня хавае значкі рэдка выкарыстоўваемых прыладаў. |
211 | 211 | Вопытныя ўдзельнікі могуць адчыніць панэльдля доступу да спэцыяльных значкоў. |
— | — | @@ -212,7 +212,7 @@ |
213 | 213 | Значкі панэлі дапрацаваныя з выкарыстаньнем значкоў Tango і Gnome. |
214 | 214 | <div style="clear:both;"></div> |
215 | 215 | |
216 | | -[[File:UsabilitySearch.png|right]] |
| 216 | +[[File:UsabilitySearch.png|left]] |
217 | 217 | ;Паляпшэньне інтэрфэйсу пошуку |
218 | 218 | У выніку таго, што старонка вынікаў пошуку часта зьяўляецца ўваходнай кропкай у артыкул, палепшана нагляднасьць загалоўкаў вынікаў пошуку, выдалена рэдка выкарыстоўваемая інфармацыя. |
219 | 219 | <div style="clear:both;"></div>', |
— | — | @@ -261,19 +261,19 @@ |
262 | 262 | 'optin-survey-answer-os-other' => 'Drugi operativni sistemi:', |
263 | 263 | 'optin-survey-question-res' => 'Koja je rezolucija Vašeg monitora?', |
264 | 264 | 'optin-improvements' => '== Šta je poboljšano? == |
265 | | -[[File:UsabilityNavigation.png|right]] |
| 265 | +[[File:UsabilityNavigation.png|left]] |
266 | 266 | ;Poboljšana navigacija |
267 | 267 | 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. |
268 | 268 | <div style="clear:both;"></div> |
269 | 269 | |
270 | | -[[File:UsabilityToolbar.png|right]] |
| 270 | +[[File:UsabilityToolbar.png|left]] |
271 | 271 | ;Poboljšanja trake za uređivanje |
272 | 272 | 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. |
273 | 273 | Pomoćne informacije (prečice) su ugrađene u alatnu traku. |
274 | 274 | Ikone alatne trake su nanovo dizajnirane koristeći ikone Tango i Gnome. |
275 | 275 | <div style="clear:both;"></div> |
276 | 276 | |
277 | | -[[File:UsabilitySearch.png|right]] |
| 277 | +[[File:UsabilitySearch.png|left]] |
278 | 278 | ;Poboljšan interfejs pretrage |
279 | 279 | Pošto je stranica pretrage vrlo često put pristupa nekom članku, naslovi rezultata su istaknuti s poboljšanom preglednošću, a nepotrebne i manje korištene informacije su smanjene. |
280 | 280 | <div style="clear:both;"></div>', |
— | — | @@ -332,18 +332,18 @@ |
333 | 333 | 'optin-survey-answer-os-other' => 'Anderes Betriebssystem:', |
334 | 334 | 'optin-survey-question-res' => 'Was ist deine Bildschirmauflösung?', |
335 | 335 | 'optin-improvements' => '== Was wurde verbessert? == |
336 | | -[[File:UsabilityNavigation.png|right]] |
| 336 | +[[File:UsabilityNavigation.png|left]] |
337 | 337 | ;Erweiterte Navigation |
338 | 338 | 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. |
339 | 339 | <div style="clear:both;"></div> |
340 | 340 | |
341 | | -[[File:UsabilityToolbar.png|right]] |
| 341 | +[[File:UsabilityToolbar.png|left]] |
342 | 342 | ;Verbesserungen der Bearbeiten-Werkzeugleiste |
343 | 343 | 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. |
344 | 344 | Der Hilfeabschnitt sorgt für schnellen Zugriff auf häufig verwendete Wikisyntax. |
345 | 345 | <div style="clear:both;"></div> |
346 | 346 | |
347 | | -[[File:UsabilitySearch.png|right]] |
| 347 | +[[File:UsabilitySearch.png|left]] |
348 | 348 | ;Verbesserte Suchoberfläche |
349 | 349 | Wenn du die Suche verwendest, werden die Titeltreffer zuerst angezeigt. Sie hilft dir, die relevantesten Artikel schnell zu finden. Suchprofile machen das Suchen für verschiedene Arten von Inhalt einfacher, während die neue erweiterte Suchoberflächen komplexe Suchen einfacher macht. |
350 | 350 | <div style="clear:both;"></div>', |
— | — | @@ -499,18 +499,18 @@ |
500 | 500 | 'optin-survey-answer-os-other' => 'Otro sistema operativo:', |
501 | 501 | 'optin-survey-question-res' => 'Cuál es la resolución de tu pantalla?', |
502 | 502 | 'optin-improvements' => '== Qué ha sido mejorado? == |
503 | | -[[File:UsabilityNavigation.png|right]] |
| 503 | +[[File:UsabilityNavigation.png|left]] |
504 | 504 | ;Navegación mejorada |
505 | 505 | 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. |
506 | 506 | <div style="clear:both;"></div> |
507 | 507 | |
508 | | -[[File:UsabilityToolbar.png|right]] |
| 508 | +[[File:UsabilityToolbar.png|left]] |
509 | 509 | ;Mejoramientos de la barra de herramientas de edición |
510 | 510 | 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. |
511 | 511 | La sección de ayuda provee acceso rápido a una referencia para usos comunes del lenguaje wiki. |
512 | 512 | <div style="clear:both;"></div> |
513 | 513 | |
514 | | -[[File:UsabilitySearch.png|right]] |
| 514 | +[[File:UsabilitySearch.png|left]] |
515 | 515 | ;Interfaz de búsqueda mejorada |
516 | 516 | Cuando use la búsqueda, Coincidencias de título son mostradas primero, Ayudándote a encontrar los artículos más relevantes rápidamente. Buscar perfiles hace la búsqueda de diferentes tipos de contenido más fácil, Mientras la nueva interfaz de búsqueda avanzada facilita las búsquedas complejas. |
517 | 517 | <div style="clear:both;"></div>', |
— | — | @@ -675,18 +675,18 @@ |
676 | 676 | 'optin-survey-answer-os-other' => 'Outros sistemas operativos:', |
677 | 677 | 'optin-survey-question-res' => 'Cal é a resolución da súa pantalla?', |
678 | 678 | 'optin-improvements' => '== Que se mellorou? == |
679 | | -[[File:UsabilityNavigation.png|right]] |
| 679 | +[[File:UsabilityNavigation.png|left]] |
680 | 680 | ;Navegación realzada |
681 | 681 | 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. |
682 | 682 | <div style="clear:both;"></div> |
683 | 683 | |
684 | | -[[File:UsabilityToolbar.png|right]] |
| 684 | +[[File:UsabilityToolbar.png|left]] |
685 | 685 | ;Melloras na barra de ferramentas de edición |
686 | 686 | 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. |
687 | 687 | A sección de axuda proporciona un acceso rápido a unha referencia cos usos comúns do formato wiki. |
688 | 688 | <div style="clear:both;"></div> |
689 | 689 | |
690 | | -[[File:UsabilitySearch.png|right]] |
| 690 | +[[File:UsabilitySearch.png|left]] |
691 | 691 | ;Interface de busca mellorada |
692 | 692 | Ao usar a procura, as coincidencias cos títulos de páxinas aparecen primeiro, axudando a atopar rapidamente os artigos máis relevantes. Os tipos de procura fan máis doadas as buscas de diferentes tipos de contido, mentres que a nova interface avanzada facilita tamén as buscas complexas. |
693 | 693 | <div style="clear:both;"></div>', |
— | — | @@ -755,12 +755,12 @@ |
756 | 756 | 'optin-survey-answer-os-other' => 'Anders Betribssyschtem:', |
757 | 757 | 'optin-survey-question-res' => 'Was fir e Uflesig het Dyy Bildschirm?', |
758 | 758 | 'optin-improvements' => '== Was isch verbesseret wore? == |
759 | | -[[File:UsabilityNavigation.png|right]] |
| 759 | +[[File:UsabilityNavigation.png|left]] |
760 | 760 | ;Verbessereti Navigation |
761 | 761 | 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. |
762 | 762 | <div style="clear:both;"></div> |
763 | 763 | |
764 | | -[[File:UsabilityToolbar.png|right]] |
| 764 | +[[File:UsabilityToolbar.png|left]] |
765 | 765 | ;Verbesserige am Wärchzygchäschtli |
766 | 766 | |
767 | 767 | Fortgschritteni Benutzer chenne s Wärchzygchäschtli uusklappe go speziälleri Wärchzyg uuswehle. |
— | — | @@ -770,7 +770,7 @@ |
771 | 771 | D Hilf-Sektion stellt e schnölle zuegang z Verfiegig zuen ere Quälle vu gängige Aawändige vu Wiki-Zueschläg |
772 | 772 | <div style="clear:both;"></div> |
773 | 773 | |
774 | | -[[File:UsabilitySearch.png|right]] |
| 774 | +[[File:UsabilitySearch.png|left]] |
775 | 775 | ;Verbessereti Suechoberflächi |
776 | 776 | Wänn Du d Suechi bruchsch, no wäre d Titel zerscht aazeigt go Dir hälfe bim schnälle Finde vu dr relevanteschte Artikel. Suechprofil mache s Sueche vu verschidene Inhalt eifacher, derwylscht di nej Suechoberflächi kompläxeri Suechine eifacher macht. |
777 | 777 | <div style="clear:both;"></div>', |
— | — | @@ -897,18 +897,18 @@ |
898 | 898 | 'optin-survey-answer-os-other' => 'Altere systema de operation:', |
899 | 899 | 'optin-survey-question-res' => 'Qual es le resolution de tu schermo?', |
900 | 900 | 'optin-improvements' => '== Que ha essite meliorate? == |
901 | | -[[File:UsabilityNavigation.png|right]] |
| 901 | +[[File:UsabilityNavigation.png|left]] |
902 | 902 | ;Navigation plus efficace |
903 | 903 | 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. |
904 | 904 | <div style="clear:both;"></div> |
905 | 905 | |
906 | | -[[File:UsabilityToolbar.png|right]] |
| 906 | +[[File:UsabilityToolbar.png|left]] |
907 | 907 | ;Meliorationes del instrumentario de modification |
908 | 908 | 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. |
909 | 909 | Le section de adjuta provide accesso rapide a un referentia pro usos commun del marcation wiki. |
910 | 910 | <div style="clear:both;"></div> |
911 | 911 | |
912 | | -[[File:UsabilitySearch.png|right]] |
| 912 | +[[File:UsabilitySearch.png|left]] |
913 | 913 | ;Interfacie de recerca meliorate |
914 | 914 | Quando tu usa le recerca, le correspondentias de titulo es monstrate primo, adjutante te a trovar le articulos plus relevante rapidemente. Con profilos de recerca, il es plus facile cercar differente typos de contento. E con le nove interfacie de recerca avantiate, il es un mer divertimento facer cercas complexe. |
915 | 915 | <div style="clear:both;"></div>', |
— | — | @@ -1030,17 +1030,17 @@ |
1031 | 1031 | 'optin-survey-answer-os-other' => 'その他のオペレーティングシステム:', |
1032 | 1032 | 'optin-survey-question-res' => '画面の解像度はいくつですか?', |
1033 | 1033 | 'optin-improvements' => '== 何が改良されたのですか? == |
1034 | | -[[File:UsabilityNavigation.png|right]] |
| 1034 | +[[File:UsabilityNavigation.png|left]] |
1035 | 1035 | ;ナビゲーションの向上 |
1036 | 1036 | 新しいナビゲーションシステムでは、現在見ているページがどこか、現在行っている作業なにかがわかりやすくなりました。また、どのページにアクセスでき、どうやってそれらのページにアクセスすればよいかも分かりやすくなりました。画面右上に検索ボックスを置くことで、検索バーを見つけやすく、より素早く利用できるようになりました。 |
1037 | 1037 | <div style="clear:both;"></div> |
1038 | 1038 | |
1039 | | -[[File:UsabilityToolbar.png|right]] |
| 1039 | +[[File:UsabilityToolbar.png|left]] |
1040 | 1040 | ;編集ツールバーの改良 |
1041 | 1041 | 新しく改良されたアイコンにより、各ツールの機能をより明確に表現できるようになりました。編集ツールバーの各部分について表示・非表示を切り替えられるようにすることで、ツールバーのデザインを簡潔に保ちつつ、散発的に使用される機能にもすぐアクセスできるようにしました。ツールバーにヘルプを組み込むことで、一般的なウィキ・マークアップの説明を素早く参照できるようにしました。 |
1042 | 1042 | <div style="clear:both;"></div> |
1043 | 1043 | |
1044 | | -[[File:UsabilitySearch.png|right]] |
| 1044 | +[[File:UsabilitySearch.png|left]] |
1045 | 1045 | ;検索インタフェースの改良 |
1046 | 1046 | 検索機能では、まずページ名との一致を表示することで、検索語と関連の深い記事を素早く見つけられるようにしました。検索画面の表示を改善してページの種類ごとの検索が簡単にできるようにすると同時に、「高度な検索」の画面では複雑な検索を素早く行えるようにしました。 |
1047 | 1047 | <div style="clear:both;"></div>', |
— | — | @@ -1098,18 +1098,18 @@ |
1099 | 1099 | 'optin-survey-answer-os-other' => 'სხვა:', |
1100 | 1100 | 'optin-survey-question-res' => 'თქვენი მონიტორის გაფართოება:', |
1101 | 1101 | 'optin-improvements' => '== რა გაუმჯობესდა? == |
1102 | | -[[File:UsabilityNavigation.png|right]] |
| 1102 | +[[File:UsabilityNavigation.png|left]] |
1103 | 1103 | ; ნავიგაციის გაუმჯობესება |
1104 | 1104 | ახალი ნავიგაციის სისტემა გაძლევთ საშალებას უფრო მარტივად გაერკვეთ სად ხართ, სად შეგიძიათ გადახვიდეთ და როგორ. ძიების ვეით, რომელიც ეკრანის კუთხეშია განლაგებული, ძიება უფრო მარტივი და ჩქარია. |
1105 | 1105 | <div style="clear:both;"></div> |
1106 | 1106 | |
1107 | | -[[File:UsabilityToolbar.png|right]] |
| 1107 | +[[File:UsabilityToolbar.png|left]] |
1108 | 1108 | ; რედაქტირების პანელის გაუმჯობესება |
1109 | 1109 | ახალი და გაუმჯობესებული ხატულები უფრო ზუსტად აჩვენეენ რა ინსტრუმენტები რა ფუნქციას ატარებენ. გახსნადი ნაწილები აკლებენ Expandable sections reduce clutter while keeping infrequently used tools just a click away. |
1110 | 1110 | The help section provides quick access to a reference for common uses of wiki-markup. |
1111 | 1111 | <div style="clear:both;"></div> |
1112 | 1112 | |
1113 | | -[[File:UsabilitySearch.png|right]] |
| 1113 | +[[File:UsabilitySearch.png|left]] |
1114 | 1114 | ;Improved search interface |
1115 | 1115 | When using search, title matches are shown first, helping you to find the most relevant articles quickly. Search profiles make searching for different kinds of content easier, while the new advanced search interface makes light-work of complex searches. |
1116 | 1116 | <div style="clear:both;"></div>', |
— | — | @@ -1188,13 +1188,13 @@ |
1189 | 1189 | 'optin-survey-answer-os-other' => 'En ander Zoot Bedriifßsüßtehm:', |
1190 | 1190 | 'optin-survey-question-res' => 'Wie es Dingem Beldscherrem sing Oplüüsung?', |
1191 | 1191 | 'optin-improvements' => '== Wat es bäßer jemaat woode? == |
1192 | | -[[File:UsabilityNavigation.png|right]] |
| 1192 | +[[File:UsabilityNavigation.png|left]] |
1193 | 1193 | ; verbäßert Eöm_jonn |
1194 | 1194 | Kloh Aanzeije vöm Zohshtand vum „Lässe“ udder „Ändere“, un of De op enem Atikel singe Sigg udder op en Klaafsigg bes. |
1195 | 1195 | 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. |
1196 | 1196 | <div style="clear:both;"></div> |
1197 | 1197 | |
1198 | | -[[File:UsabilityToolbar.png|right]] |
| 1198 | +[[File:UsabilityToolbar.png|left]] |
1199 | 1199 | ; bäßer Wärkzüsch zom Ändere |
1200 | 1200 | En verfüüßerbaa Wärkzüsch_Leß vershtish de sällde jebruch Wärkzüsch ier Mini-Beldsche. |
1201 | 1201 | Metmaacher künne de Leß verjrüüßere, öm op de mieh spezjälle Sache zohzejriife. |
— | — | @@ -1202,7 +1202,7 @@ |
1203 | 1203 | Wärkzüsh Minnibeldscher sin neujemoohlt woode un bruche <i lang="en">Tango</i> un <i lang="en">Gnome</i> Belldscher. |
1204 | 1204 | <div style="clear:both;"></div> |
1205 | 1205 | |
1206 | | -[[File:UsabilitySearch.png|right]] |
| 1206 | +[[File:UsabilitySearch.png|left]] |
1207 | 1207 | ; bäßer Söhke |
1208 | 1208 | De Sigg, di beij em Söhke eruß kütt es öff der Wääsch noh enem Atikel, |
1209 | 1209 | de Tittelle sin esu verdeijlt, dat se joot ze sin sin, un de winnisch jebruchte Ennfommazjuhne sin kleijner. |
— | — | @@ -1261,18 +1261,18 @@ |
1262 | 1262 | 'optin-survey-answer-os-other' => 'Anere Betriibssystem:', |
1263 | 1263 | 'optin-survey-question-res' => "Wéi ass d'Opléisung vun ärem Ecran?", |
1264 | 1264 | 'optin-improvements' => '== Wat gouf verbessert? == |
1265 | | -[[File:UsabilityNavigation.png|right]] |
| 1265 | +[[File:UsabilityNavigation.png|left]] |
1266 | 1266 | ;Erweidert Navigatioun |
1267 | 1267 | 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. |
1268 | 1268 | <div style="clear:both;"></div> |
1269 | 1269 | |
1270 | | -[[File:UsabilityToolbar.png|right]] |
| 1270 | +[[File:UsabilityToolbar.png|left]] |
1271 | 1271 | ;Verbesserunge vun der Ännerungs-Toolbar |
1272 | 1272 | 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. |
1273 | 1273 | Den Abschnitt mat der Hëllef erlaabt e séieren Zougrëff mat déi am dackste benotzte Wikisyntax. |
1274 | 1274 | <div style="clear:both;"></div> |
1275 | 1275 | |
1276 | | -[[File:UsabilitySearch.png|right]] |
| 1276 | +[[File:UsabilitySearch.png|left]] |
1277 | 1277 | ;Verbessert Sichuewerfläch |
1278 | 1278 | Wann Dir d\'Sich benotzt, ginn all Titeltreffer fir d\'éischt gewisen. Dat hëlleft, déi relevantesten Artikel séier ze fannen. Sichprofiler maachen d\'Siche fir verschidden Zorte vun Inhalt méi einfach, während déi nei erweidert Sichuewerfläche komplext Siche méi einfach mécht. |
1279 | 1279 | <div style="clear:both;"></div>', |
— | — | @@ -1366,20 +1366,20 @@ |
1367 | 1367 | 'optin-survey-answer-os-other' => 'Ander besturingssysteem:', |
1368 | 1368 | 'optin-survey-question-res' => 'Wat is uw beeldschermresolutie?', |
1369 | 1369 | 'optin-improvements' => '== Wat is er verbeterd?== |
1370 | | -[[File:UsabilityNavigation.png|right]] |
| 1370 | +[[File:UsabilityNavigation.png|left]] |
1371 | 1371 | ;Verbeterde navigatie |
1372 | 1372 | 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. |
1373 | 1373 | Met het zoekvak in de rechterbovenhoek is de zoekfunctie makkelijker te vinden en sneller te gebruiken. |
1374 | 1374 | <div style="clear:both;"></div> |
1375 | 1375 | |
1376 | | -[[File:UsabilityToolbar.png|right]] |
| 1376 | +[[File:UsabilityToolbar.png|left]] |
1377 | 1377 | ;Verbeterde bewerkingswerkbalk |
1378 | 1378 | Nieuwe en verbeterde pictogrammen maken het duidelijker wat ieder hulpmiddel doet. |
1379 | 1379 | Uitklapbare onderdelen verminderen een rommelig uiterlijk, terwijl minder vaak gebruikte functies wel bereikbaar blijven. |
1380 | 1380 | De hulpfunctie biedt snelle toegang tot uitleg over veelgebruikte functies van de wikiopmaaktaal. |
1381 | 1381 | <div style="clear:both;"></div> |
1382 | 1382 | |
1383 | | -[[File:UsabilitySearch.png|right]] |
| 1383 | +[[File:UsabilitySearch.png|left]] |
1384 | 1384 | ;Verbeterde zoekinterface |
1385 | 1385 | Bij het gebruiken van de zoekfunctie worden gevonden pagina\'s eerst weergegeven, zodat u relevante pagina\'s eerst ziet. |
1386 | 1386 | Via zoekprofielen is het vinden van verschillende soorten inhoud eenvoudiger, terwijl via de gevorderde zoekinterface complexe zoekdrachten eenvoudig te maken zijn. |
— | — | @@ -1534,13 +1534,13 @@ |
1535 | 1535 | 'optin-survey-answer-os-other' => 'Inny system operacyjny', |
1536 | 1536 | 'optin-survey-question-res' => 'Z jakiej rozdzielczości ekranu korzystasz?', |
1537 | 1537 | 'optin-improvements' => '== Co zostało poprawione? == |
1538 | | -[[File:UsabilityNavigation.png|right]] |
| 1538 | +[[File:UsabilityNavigation.png|left]] |
1539 | 1539 | ;Ulepszono nawigację |
1540 | 1540 | Wyraźne wskazanie stanu „czytanie” czy „pisanie” na stronie artykułu oraz dyskusji. |
1541 | 1541 | Pole wyszukiwania jest przeniesione z lewego paska nawigacyjnego do prawego górnego rogu aby ułatwić i przyspieszyć dostęp do wyszukiwania. |
1542 | 1542 | <div style="clear:both;"></div> |
1543 | 1543 | |
1544 | | -[[File:UsabilityToolbar.png|right]] |
| 1544 | +[[File:UsabilityToolbar.png|left]] |
1545 | 1545 | ;Zmodyfikowano pasek narzędzi edycyjnych |
1546 | 1546 | Rozszerzalny pasek narzędzi ukrywa ikony rzadko wykorzystywanych narzędzi. |
1547 | 1547 | Doświadczeni użytkownicy mogą rozwinąć pasek, aby uzyskać dostęp do ikon narzędzi specjalistycznych. |
— | — | @@ -1548,7 +1548,7 @@ |
1549 | 1549 | Jako ikony paska narzędzi zostały wykorzystane ikony środowisk Tango oraz Gnome. |
1550 | 1550 | <div style="clear:both;"></div> |
1551 | 1551 | |
1552 | | -[[File:UsabilitySearch.png|right]] |
| 1552 | +[[File:UsabilitySearch.png|left]] |
1553 | 1553 | ;Ulepszono interfejs wyszukiwania |
1554 | 1554 | Jako wynik wyszukiwania zazwyczaj wyświetlany jest artykuł; tytuły wyników ułożone są w kolejności zwiększającej przejrzystość, a mniej przydatne informacje są niżej umieszczane. |
1555 | 1555 | <div style="clear:both;"></div>', |
— | — | @@ -1657,17 +1657,17 @@ |
1658 | 1658 | 'optin-survey-answer-os-other' => 'Другая операционная система:', |
1659 | 1659 | 'optin-survey-question-res' => 'Каково разрешение вашего монитора?', |
1660 | 1660 | 'optin-improvements' => '== Что было улучшено? == |
1661 | | -[[File:UsabilityNavigation.png|right]] |
| 1661 | +[[File:UsabilityNavigation.png|left]] |
1662 | 1662 | ; Усовершенствование навигации |
1663 | 1663 | Новая навигационная система позволяет проще понять где вы находитесь и что делаете, а также куда вы можете перейти и как туда попасть. С полем поиска, расположенным в верхнем правом углу, искать становится проще и быстрее. |
1664 | 1664 | <div style="clear:both;"></div> |
1665 | 1665 | |
1666 | | -[[File:UsabilityToolbar.png|right]] |
| 1666 | +[[File:UsabilityToolbar.png|left]] |
1667 | 1667 | ; Улучшение панели редактирования |
1668 | 1668 | Новые и улучшенные значки более точно показывают какие инструменты какие действия выполняют. Раскрываемые разделы уменьшают беспорядок, сохраняя при этом редко используемые инструменты на расстоянии щелчка мыши. Справочный раздел обеспечивает быстрый доступ к примерам по наиболее используемым типам вики-разметки. |
1669 | 1669 | <div style="clear:both;"></div> |
1670 | 1670 | |
1671 | | -[[File:UsabilitySearch.png|right]] |
| 1671 | +[[File:UsabilitySearch.png|left]] |
1672 | 1672 | ; Улучшение интерфейса поиска |
1673 | 1673 | В результатах поиска совпадения с названиями страниц будут показаны вверху, что поможет вам быстро найти подходящие статьи. Профили поиска делают проще поиск различных видов информации, а новый интерфейс расширенного поиска упрощает работу со сложными запросами. |
1674 | 1674 | <div style="clear:both;"></div>', |
— | — | @@ -1741,19 +1741,19 @@ |
1742 | 1742 | 'optin-survey-answer-os-other' => 'Iný operačný systém:', |
1743 | 1743 | 'optin-survey-question-res' => 'Aké je rozlíšenie vašej obrazovky?', |
1744 | 1744 | 'optin-improvements' => '== Čo bolo zlepšené? == |
1745 | | -[[File:UsabilityNavigation.png|right]] |
| 1745 | +[[File:UsabilityNavigation.png|left]] |
1746 | 1746 | ;Rozšírená navigácia |
1747 | 1747 | 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. |
1748 | 1748 | <div style="clear:both;"></div> |
1749 | 1749 | |
1750 | | -[[File:UsabilityToolbar.png|right]] |
| 1750 | +[[File:UsabilityToolbar.png|left]] |
1751 | 1751 | ;Vylepšenia panelu úprav |
1752 | 1752 | Nové a vylepšené ikony vyjasňujú čo ktorý nástroj robí. |
1753 | 1753 | Rozbaliteľné časti skrývajú zriedka používané nástroje, pričom sú stále len o jedno kliknutie ďalej. |
1754 | 1754 | Časť Pomocník poskytuje rýchly prístup do referenčnej dokumentácie bežného ppoužitia wiki syntaxe. |
1755 | 1755 | <div style="clear:both;"></div> |
1756 | 1756 | |
1757 | | -[[File:UsabilitySearch.png|right]] |
| 1757 | +[[File:UsabilitySearch.png|left]] |
1758 | 1758 | ;Vylepšené vyhľadávacie rozhranie |
1759 | 1759 | Vo výsledkoch vyhľadávania sa ako prvé zobrazujú zhody v názvoch článkov, čo pomáha rýchlejšie nájsť najrelevantnejšie výsledky. |
1760 | 1760 | Vyhľadávacie profily uľahčujú vyhľadávanie rôznych druhov obsahu. |
— | — | @@ -1826,18 +1826,18 @@ |
1827 | 1827 | 'optin-survey-answer-os-other' => 'Diğer işletim sistemi:', |
1828 | 1828 | 'optin-survey-question-res' => 'Ekran çözünürlüğünüz nedir?', |
1829 | 1829 | 'optin-improvements' => '== Neler geliştirildi? == |
1830 | | -[[File:UsabilityNavigation.png|right]] |
| 1830 | +[[File:UsabilityNavigation.png|left]] |
1831 | 1831 | ;Geliştirilmiş dolaşım |
1832 | 1832 | 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ı. |
1833 | 1833 | <div style="clear:both;"></div> |
1834 | 1834 | |
1835 | | -[[File:UsabilityToolbar.png|right]] |
| 1835 | +[[File:UsabilityToolbar.png|left]] |
1836 | 1836 | ;Değiştirme araç çubuğu geliştirmeleri |
1837 | 1837 | 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. |
1838 | 1838 | Yardım bölümü, viki-biçimlendirmesinin genel kullanımı için bir referansa kolay erişim sağlar. |
1839 | 1839 | <div style="clear:both;"></div> |
1840 | 1840 | |
1841 | | -[[File:UsabilitySearch.png|right]] |
| 1841 | +[[File:UsabilitySearch.png|left]] |
1842 | 1842 | ;Geliştirilmiş arama arayüzü |
1843 | 1843 | Arama kullanılırken, eşleşen başlıklar önce gösterilir, en alakalı maddeleri hızlıca bulmanıza yardımcı olur. Yeni gelişmiş arama arayüzü karmaşık aramaları kolay bir iş yaparken, arama profilleri farklı türdeki içerikleri aramayı kolaylaştırır. |
1844 | 1844 | <div style="clear:both;"></div>', |