r53412 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53411‎ | r53412 | r53413 >
Date:18:56, 17 July 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Improved the appearance of the page, making the buttons smaller and shiny, and also left aligning the images.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.css (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/OptIn.i18n.php (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/accept-base.png (deleted) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/accept-bl.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/accept-border.png (deleted) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/accept-br.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/accept-tl.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/accept-tr.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/deny-base.png (deleted) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/deny-bl.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/deny-border.png (deleted) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/deny-br.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/deny-tl.png (modified) (history)
  • /trunk/extensions/UsabilityInitiative/OptIn/images/deny-tr.png (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/OptIn/OptIn.css
@@ -1,118 +1,131 @@
22 div.optin-accept {
33 float: left;
4 - background-image: url(images/accept-border.png);
5 - margin: 0;
64 margin-right: 1em;
7 - margin-bottom: 1em;
8 - padding: 4px;
 5+ margin-bottom: 2em;
96 }
107 div.optin-accept div {
118 float: left;
12 - background-image: url(images/accept-base.png);
13 - margin: 0;
14 - padding: 0;
 9+ background-image: url(images/accept-c.png);
1510 }
1611 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 {
1732 background-image: url(images/accept-tl.png);
1833 background-position: top left;
1934 background-repeat: no-repeat;
20 - margin: 0;
21 - margin: -4px;
2235 }
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 {
2442 background-image: url(images/accept-tr.png);
2543 background-position: top right;
2644 background-repeat: no-repeat;
27 - margin: 0;
2845 }
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 {
3647 background-image: url(images/accept-br.png);
3748 background-position: bottom right;
3849 background-repeat: no-repeat;
 50+}
 51+div.optin-accept a {
3952 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;
4757 }
48 -div.optin-accept div div div div a:hover {
 58+div.optin-accept a:hover {
4959 text-decoration: none;
5060 }
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 -}
6061 div.optin-deny {
6162 float: left;
62 - background-image: url(images/deny-border.png);
63 - margin: 0;
6463 margin-right: 1em;
65 - margin-bottom: 1em;
66 - padding: 4px;
 64+ margin-bottom: 2em;
6765 }
6866 div.optin-deny div {
6967 float: left;
70 - background-image: url(images/deny-base.png);
71 - margin: 0;
72 - padding: 0;
 68+ background-image: url(images/deny-c.png);
7369 }
7470 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 {
7591 background-image: url(images/deny-tl.png);
7692 background-position: top left;
7793 background-repeat: no-repeat;
78 - margin: 0;
79 - margin: -4px;
8094 }
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 {
82101 background-image: url(images/deny-tr.png);
83102 background-position: top right;
84103 background-repeat: no-repeat;
85 - margin: 0;
86104 }
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 {
94106 background-image: url(images/deny-br.png);
95107 background-position: bottom right;
96108 background-repeat: no-repeat;
 109+}
 110+div.optin-deny a {
97111 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;
105116 }
106 -div.optin-deny div div div div a:hover {
 117+div.optin-deny a:hover {
107118 text-decoration: none;
108119 }
109 -div.optin-deny span.optin-button-shorttext {
110 - font-size: large;
 120+span.optin-button-shorttext {
 121+ font-size: 1.1em;
111122 font-weight: bold;
112 - color: #e95229;
113123 }
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;
116128 font-style: italic;
 129+ font-weight: normal;
117130 }
118131 div.optin-intro {
119132 font-size: large;
Index: trunk/extensions/UsabilityInitiative/OptIn/SpecialOptIn.php
@@ -174,22 +174,26 @@
175175 Xml::tags( 'div', array(),
176176 Xml::tags( 'div', array(),
177177 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(),
178183 Xml::tags(
179184 'a',
180185 array( 'href' => $url ),
181186 Xml::element( 'span',
182187 array( 'class' => 'optin-button-shorttext' ),
183188 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' )
191189 )
192190 )
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+ )
194198 )
195199 );
196200 if ( $this->mOriginTitle ) {
@@ -199,6 +203,11 @@
200204 Xml::tags( 'div', array(),
201205 Xml::tags( 'div', array(),
202206 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(),
203212 Xml::tags(
204213 'a',
205214 array(
@@ -207,14 +216,13 @@
208217 Xml::element( 'span',
209218 array( 'class' => 'optin-button-shorttext' ),
210219 wfMsg( 'optin-deny-short' )
211 - ) .
212 - Xml::element( 'br' ) .
213 - Xml::element( 'span',
214 - array( 'class' => 'optin-button-longtext' ),
215 - wfMsg( 'optin-deny-long' )
216220 )
217221 )
218 - ) ) ) )
 222+ ) ) ) ) ) ) ) ) ) .
 223+ Xml::element( 'span',
 224+ array( 'class' => 'optin-button-longtext' ),
 225+ wfMsg( 'optin-deny-long' )
 226+ )
219227 )
220228 );
221229 }
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 @@
9696 'optin-survey-answer-changes-compat' => 'Improve compatibility with local wiki.',
9797 'optin-survey-answer-changes-other' => 'Other:',
9898 'optin-improvements' => "== What has been improved? ==
99 -[[File:UsabilityNavigation.png|right]]
 99+[[File:UsabilityNavigation.png|left]]
100100 ;Enhanced navigation
101101 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.
102102 <div style=\"clear:both;\"></div>
103103
104 -[[File:UsabilityToolbar.png|right]]
 104+[[File:UsabilityToolbar.png|left]]
105105 ;Edit toolbar improvements
106106 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.
107107 The help section provides quick access to a reference for common uses of wiki-markup.
108108 <div style=\"clear:both;\"></div>
109109
110 -[[File:UsabilitySearch.png|right]]
 110+[[File:UsabilitySearch.png|left]]
111111 ;Improved search interface
112112 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.
113113 <div style=\"clear:both;\"></div>",
@@ -198,13 +198,13 @@
199199 'optin-survey-answer-os-other' => 'Іншая апэрацыйная сыстэма:',
200200 'optin-survey-question-res' => 'Якое разрозьненьне Вашага манітора?',
201201 'optin-improvements' => '== Што было палепшана? ==
202 -[[File:UsabilityNavigation.png|right]]
 202+[[File:UsabilityNavigation.png|left]]
203203 ;Паляпшэньне навігацыі
204204 Ясна пазначаны стан «чытаньне» ці «рэдагаваньне» старонкі на якой Вы знаходзіцеся.
205205 Поле пошуку перанесена з левай навігацыйнай панэлі ў верхні правы вугал для палягчэньня і паскарэньня пошуку.
206206 <div style="clear:both;"></div>
207207
208 -[[File:UsabilityToolbar.png|right]]
 208+[[File:UsabilityToolbar.png|left]]
209209 ;Паляпшэньне панэлі рэдагаваньняў
210210 Адчыняемая панэль рэдагаваньня хавае значкі рэдка выкарыстоўваемых прыладаў.
211211 Вопытныя ўдзельнікі могуць адчыніць панэльдля доступу да спэцыяльных значкоў.
@@ -212,7 +212,7 @@
213213 Значкі панэлі дапрацаваныя з выкарыстаньнем значкоў Tango і Gnome.
214214 <div style="clear:both;"></div>
215215
216 -[[File:UsabilitySearch.png|right]]
 216+[[File:UsabilitySearch.png|left]]
217217 ;Паляпшэньне інтэрфэйсу пошуку
218218 У выніку таго, што старонка вынікаў пошуку часта зьяўляецца ўваходнай кропкай у артыкул, палепшана нагляднасьць загалоўкаў вынікаў пошуку, выдалена рэдка выкарыстоўваемая інфармацыя.
219219 <div style="clear:both;"></div>',
@@ -261,19 +261,19 @@
262262 'optin-survey-answer-os-other' => 'Drugi operativni sistemi:',
263263 'optin-survey-question-res' => 'Koja je rezolucija Vašeg monitora?',
264264 'optin-improvements' => '== Šta je poboljšano? ==
265 -[[File:UsabilityNavigation.png|right]]
 265+[[File:UsabilityNavigation.png|left]]
266266 ;Poboljšana navigacija
267267 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.
268268 <div style="clear:both;"></div>
269269
270 -[[File:UsabilityToolbar.png|right]]
 270+[[File:UsabilityToolbar.png|left]]
271271 ;Poboljšanja trake za uređivanje
272272 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.
273273 Pomoćne informacije (prečice) su ugrađene u alatnu traku.
274274 Ikone alatne trake su nanovo dizajnirane koristeći ikone Tango i Gnome.
275275 <div style="clear:both;"></div>
276276
277 -[[File:UsabilitySearch.png|right]]
 277+[[File:UsabilitySearch.png|left]]
278278 ;Poboljšan interfejs pretrage
279279 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.
280280 <div style="clear:both;"></div>',
@@ -332,18 +332,18 @@
333333 'optin-survey-answer-os-other' => 'Anderes Betriebssystem:',
334334 'optin-survey-question-res' => 'Was ist deine Bildschirmauflösung?',
335335 'optin-improvements' => '== Was wurde verbessert? ==
336 -[[File:UsabilityNavigation.png|right]]
 336+[[File:UsabilityNavigation.png|left]]
337337 ;Erweiterte Navigation
338338 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.
339339 <div style="clear:both;"></div>
340340
341 -[[File:UsabilityToolbar.png|right]]
 341+[[File:UsabilityToolbar.png|left]]
342342 ;Verbesserungen der Bearbeiten-Werkzeugleiste
343343 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.
344344 Der Hilfeabschnitt sorgt für schnellen Zugriff auf häufig verwendete Wikisyntax.
345345 <div style="clear:both;"></div>
346346
347 -[[File:UsabilitySearch.png|right]]
 347+[[File:UsabilitySearch.png|left]]
348348 ;Verbesserte Suchoberfläche
349349 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.
350350 <div style="clear:both;"></div>',
@@ -499,18 +499,18 @@
500500 'optin-survey-answer-os-other' => 'Otro sistema operativo:',
501501 'optin-survey-question-res' => 'Cuál es la resolución de tu pantalla?',
502502 'optin-improvements' => '== Qué ha sido mejorado? ==
503 -[[File:UsabilityNavigation.png|right]]
 503+[[File:UsabilityNavigation.png|left]]
504504 ;Navegación mejorada
505505 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.
506506 <div style="clear:both;"></div>
507507
508 -[[File:UsabilityToolbar.png|right]]
 508+[[File:UsabilityToolbar.png|left]]
509509 ;Mejoramientos de la barra de herramientas de edición
510510 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.
511511 La sección de ayuda provee acceso rápido a una referencia para usos comunes del lenguaje wiki.
512512 <div style="clear:both;"></div>
513513
514 -[[File:UsabilitySearch.png|right]]
 514+[[File:UsabilitySearch.png|left]]
515515 ;Interfaz de búsqueda mejorada
516516 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.
517517 <div style="clear:both;"></div>',
@@ -675,18 +675,18 @@
676676 'optin-survey-answer-os-other' => 'Outros sistemas operativos:',
677677 'optin-survey-question-res' => 'Cal é a resolución da súa pantalla?',
678678 'optin-improvements' => '== Que se mellorou? ==
679 -[[File:UsabilityNavigation.png|right]]
 679+[[File:UsabilityNavigation.png|left]]
680680 ;Navegación realzada
681681 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.
682682 <div style="clear:both;"></div>
683683
684 -[[File:UsabilityToolbar.png|right]]
 684+[[File:UsabilityToolbar.png|left]]
685685 ;Melloras na barra de ferramentas de edición
686686 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.
687687 A sección de axuda proporciona un acceso rápido a unha referencia cos usos comúns do formato wiki.
688688 <div style="clear:both;"></div>
689689
690 -[[File:UsabilitySearch.png|right]]
 690+[[File:UsabilitySearch.png|left]]
691691 ;Interface de busca mellorada
692692 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.
693693 <div style="clear:both;"></div>',
@@ -755,12 +755,12 @@
756756 'optin-survey-answer-os-other' => 'Anders Betribssyschtem:',
757757 'optin-survey-question-res' => 'Was fir e Uflesig het Dyy Bildschirm?',
758758 'optin-improvements' => '== Was isch verbesseret wore? ==
759 -[[File:UsabilityNavigation.png|right]]
 759+[[File:UsabilityNavigation.png|left]]
760760 ;Verbessereti Navigation
761761 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.
762762 <div style="clear:both;"></div>
763763
764 -[[File:UsabilityToolbar.png|right]]
 764+[[File:UsabilityToolbar.png|left]]
765765 ;Verbesserige am Wärchzygchäschtli
766766
767767 Fortgschritteni Benutzer chenne s Wärchzygchäschtli uusklappe go speziälleri Wärchzyg uuswehle.
@@ -770,7 +770,7 @@
771771 D Hilf-Sektion stellt e schnölle zuegang z Verfiegig zuen ere Quälle vu gängige Aawändige vu Wiki-Zueschläg
772772 <div style="clear:both;"></div>
773773
774 -[[File:UsabilitySearch.png|right]]
 774+[[File:UsabilitySearch.png|left]]
775775 ;Verbessereti Suechoberflächi
776776 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.
777777 <div style="clear:both;"></div>',
@@ -897,18 +897,18 @@
898898 'optin-survey-answer-os-other' => 'Altere systema de operation:',
899899 'optin-survey-question-res' => 'Qual es le resolution de tu schermo?',
900900 'optin-improvements' => '== Que ha essite meliorate? ==
901 -[[File:UsabilityNavigation.png|right]]
 901+[[File:UsabilityNavigation.png|left]]
902902 ;Navigation plus efficace
903903 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.
904904 <div style="clear:both;"></div>
905905
906 -[[File:UsabilityToolbar.png|right]]
 906+[[File:UsabilityToolbar.png|left]]
907907 ;Meliorationes del instrumentario de modification
908908 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.
909909 Le section de adjuta provide accesso rapide a un referentia pro usos commun del marcation wiki.
910910 <div style="clear:both;"></div>
911911
912 -[[File:UsabilitySearch.png|right]]
 912+[[File:UsabilitySearch.png|left]]
913913 ;Interfacie de recerca meliorate
914914 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.
915915 <div style="clear:both;"></div>',
@@ -1030,17 +1030,17 @@
10311031 'optin-survey-answer-os-other' => 'その他のオペレーティングシステム:',
10321032 'optin-survey-question-res' => '画面の解像度はいくつですか?',
10331033 'optin-improvements' => '== 何が改良されたのですか? ==
1034 -[[File:UsabilityNavigation.png|right]]
 1034+[[File:UsabilityNavigation.png|left]]
10351035 ;ナビゲーションの向上
10361036 新しいナビゲーションシステムでは、現在見ているページがどこか、現在行っている作業なにかがわかりやすくなりました。また、どのページにアクセスでき、どうやってそれらのページにアクセスすればよいかも分かりやすくなりました。画面右上に検索ボックスを置くことで、検索バーを見つけやすく、より素早く利用できるようになりました。
10371037 <div style="clear:both;"></div>
10381038
1039 -[[File:UsabilityToolbar.png|right]]
 1039+[[File:UsabilityToolbar.png|left]]
10401040 ;編集ツールバーの改良
10411041 新しく改良されたアイコンにより、各ツールの機能をより明確に表現できるようになりました。編集ツールバーの各部分について表示・非表示を切り替えられるようにすることで、ツールバーのデザインを簡潔に保ちつつ、散発的に使用される機能にもすぐアクセスできるようにしました。ツールバーにヘルプを組み込むことで、一般的なウィキ・マークアップの説明を素早く参照できるようにしました。
10421042 <div style="clear:both;"></div>
10431043
1044 -[[File:UsabilitySearch.png|right]]
 1044+[[File:UsabilitySearch.png|left]]
10451045 ;検索インタフェースの改良
10461046 検索機能では、まずページ名との一致を表示することで、検索語と関連の深い記事を素早く見つけられるようにしました。検索画面の表示を改善してページの種類ごとの検索が簡単にできるようにすると同時に、「高度な検索」の画面では複雑な検索を素早く行えるようにしました。
10471047 <div style="clear:both;"></div>',
@@ -1098,18 +1098,18 @@
10991099 'optin-survey-answer-os-other' => 'სხვა:',
11001100 'optin-survey-question-res' => 'თქვენი მონიტორის გაფართოება:',
11011101 'optin-improvements' => '== რა გაუმჯობესდა? ==
1102 -[[File:UsabilityNavigation.png|right]]
 1102+[[File:UsabilityNavigation.png|left]]
11031103 ; ნავიგაციის გაუმჯობესება
11041104 ახალი ნავიგაციის სისტემა გაძლევთ საშალებას უფრო მარტივად გაერკვეთ სად ხართ, სად შეგიძიათ გადახვიდეთ და როგორ. ძიების ვეით, რომელიც ეკრანის კუთხეშია განლაგებული, ძიება უფრო მარტივი და ჩქარია.
11051105 <div style="clear:both;"></div>
11061106
1107 -[[File:UsabilityToolbar.png|right]]
 1107+[[File:UsabilityToolbar.png|left]]
11081108 ; რედაქტირების პანელის გაუმჯობესება
11091109 ახალი და გაუმჯობესებული ხატულები უფრო ზუსტად აჩვენეენ რა ინსტრუმენტები რა ფუნქციას ატარებენ. გახსნადი ნაწილები აკლებენ Expandable sections reduce clutter while keeping infrequently used tools just a click away.
11101110 The help section provides quick access to a reference for common uses of wiki-markup.
11111111 <div style="clear:both;"></div>
11121112
1113 -[[File:UsabilitySearch.png|right]]
 1113+[[File:UsabilitySearch.png|left]]
11141114 ;Improved search interface
11151115 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.
11161116 <div style="clear:both;"></div>',
@@ -1188,13 +1188,13 @@
11891189 'optin-survey-answer-os-other' => 'En ander Zoot Bedriifßsüßtehm:',
11901190 'optin-survey-question-res' => 'Wie es Dingem Beldscherrem sing Oplüüsung?',
11911191 'optin-improvements' => '== Wat es bäßer jemaat woode? ==
1192 -[[File:UsabilityNavigation.png|right]]
 1192+[[File:UsabilityNavigation.png|left]]
11931193 ; verbäßert Eöm_jonn
11941194 Kloh Aanzeije vöm Zohshtand vum „Lässe“ udder „Ändere“, un of De op enem Atikel singe Sigg udder op en Klaafsigg bes.
11951195 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.
11961196 <div style="clear:both;"></div>
11971197
1198 -[[File:UsabilityToolbar.png|right]]
 1198+[[File:UsabilityToolbar.png|left]]
11991199 ; bäßer Wärkzüsch zom Ändere
12001200 En verfüüßerbaa Wärkzüsch_Leß vershtish de sällde jebruch Wärkzüsch ier Mini-Beldsche.
12011201 Metmaacher künne de Leß verjrüüßere, öm op de mieh spezjälle Sache zohzejriife.
@@ -1202,7 +1202,7 @@
12031203 Wärkzüsh Minnibeldscher sin neujemoohlt woode un bruche <i lang="en">Tango</i> un <i lang="en">Gnome</i> Belldscher.
12041204 <div style="clear:both;"></div>
12051205
1206 -[[File:UsabilitySearch.png|right]]
 1206+[[File:UsabilitySearch.png|left]]
12071207 ; bäßer Söhke
12081208 De Sigg, di beij em Söhke eruß kütt es öff der Wääsch noh enem Atikel,
12091209 de Tittelle sin esu verdeijlt, dat se joot ze sin sin, un de winnisch jebruchte Ennfommazjuhne sin kleijner.
@@ -1261,18 +1261,18 @@
12621262 'optin-survey-answer-os-other' => 'Anere Betriibssystem:',
12631263 'optin-survey-question-res' => "Wéi ass d'Opléisung vun ärem Ecran?",
12641264 'optin-improvements' => '== Wat gouf verbessert? ==
1265 -[[File:UsabilityNavigation.png|right]]
 1265+[[File:UsabilityNavigation.png|left]]
12661266 ;Erweidert Navigatioun
12671267 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.
12681268 <div style="clear:both;"></div>
12691269
1270 -[[File:UsabilityToolbar.png|right]]
 1270+[[File:UsabilityToolbar.png|left]]
12711271 ;Verbesserunge vun der Ännerungs-Toolbar
12721272 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.
12731273 Den Abschnitt mat der Hëllef erlaabt e séieren Zougrëff mat déi am dackste benotzte Wikisyntax.
12741274 <div style="clear:both;"></div>
12751275
1276 -[[File:UsabilitySearch.png|right]]
 1276+[[File:UsabilitySearch.png|left]]
12771277 ;Verbessert Sichuewerfläch
12781278 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.
12791279 <div style="clear:both;"></div>',
@@ -1366,20 +1366,20 @@
13671367 'optin-survey-answer-os-other' => 'Ander besturingssysteem:',
13681368 'optin-survey-question-res' => 'Wat is uw beeldschermresolutie?',
13691369 'optin-improvements' => '== Wat is er verbeterd?==
1370 -[[File:UsabilityNavigation.png|right]]
 1370+[[File:UsabilityNavigation.png|left]]
13711371 ;Verbeterde navigatie
13721372 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.
13731373 Met het zoekvak in de rechterbovenhoek is de zoekfunctie makkelijker te vinden en sneller te gebruiken.
13741374 <div style="clear:both;"></div>
13751375
1376 -[[File:UsabilityToolbar.png|right]]
 1376+[[File:UsabilityToolbar.png|left]]
13771377 ;Verbeterde bewerkingswerkbalk
13781378 Nieuwe en verbeterde pictogrammen maken het duidelijker wat ieder hulpmiddel doet.
13791379 Uitklapbare onderdelen verminderen een rommelig uiterlijk, terwijl minder vaak gebruikte functies wel bereikbaar blijven.
13801380 De hulpfunctie biedt snelle toegang tot uitleg over veelgebruikte functies van de wikiopmaaktaal.
13811381 <div style="clear:both;"></div>
13821382
1383 -[[File:UsabilitySearch.png|right]]
 1383+[[File:UsabilitySearch.png|left]]
13841384 ;Verbeterde zoekinterface
13851385 Bij het gebruiken van de zoekfunctie worden gevonden pagina\'s eerst weergegeven, zodat u relevante pagina\'s eerst ziet.
13861386 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 @@
15351535 'optin-survey-answer-os-other' => 'Inny system operacyjny',
15361536 'optin-survey-question-res' => 'Z jakiej rozdzielczości ekranu korzystasz?',
15371537 'optin-improvements' => '== Co zostało poprawione? ==
1538 -[[File:UsabilityNavigation.png|right]]
 1538+[[File:UsabilityNavigation.png|left]]
15391539 ;Ulepszono nawigację
15401540 Wyraźne wskazanie stanu „czytanie” czy „pisanie” na stronie artykułu oraz dyskusji.
15411541 Pole wyszukiwania jest przeniesione z lewego paska nawigacyjnego do prawego górnego rogu aby ułatwić i przyspieszyć dostęp do wyszukiwania.
15421542 <div style="clear:both;"></div>
15431543
1544 -[[File:UsabilityToolbar.png|right]]
 1544+[[File:UsabilityToolbar.png|left]]
15451545 ;Zmodyfikowano pasek narzędzi edycyjnych
15461546 Rozszerzalny pasek narzędzi ukrywa ikony rzadko wykorzystywanych narzędzi.
15471547 Doświadczeni użytkownicy mogą rozwinąć pasek, aby uzyskać dostęp do ikon narzędzi specjalistycznych.
@@ -1548,7 +1548,7 @@
15491549 Jako ikony paska narzędzi zostały wykorzystane ikony środowisk Tango oraz Gnome.
15501550 <div style="clear:both;"></div>
15511551
1552 -[[File:UsabilitySearch.png|right]]
 1552+[[File:UsabilitySearch.png|left]]
15531553 ;Ulepszono interfejs wyszukiwania
15541554 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.
15551555 <div style="clear:both;"></div>',
@@ -1657,17 +1657,17 @@
16581658 'optin-survey-answer-os-other' => 'Другая операционная система:',
16591659 'optin-survey-question-res' => 'Каково разрешение вашего монитора?',
16601660 'optin-improvements' => '== Что было улучшено? ==
1661 -[[File:UsabilityNavigation.png|right]]
 1661+[[File:UsabilityNavigation.png|left]]
16621662 ; Усовершенствование навигации
16631663 Новая навигационная система позволяет проще понять где вы находитесь и что делаете, а также куда вы можете перейти и как туда попасть. С полем поиска, расположенным в верхнем правом углу, искать становится проще и быстрее.
16641664 <div style="clear:both;"></div>
16651665
1666 -[[File:UsabilityToolbar.png|right]]
 1666+[[File:UsabilityToolbar.png|left]]
16671667 ; Улучшение панели редактирования
16681668 Новые и улучшенные значки более точно показывают какие инструменты какие действия выполняют. Раскрываемые разделы уменьшают беспорядок, сохраняя при этом редко используемые инструменты на расстоянии щелчка мыши. Справочный раздел обеспечивает быстрый доступ к примерам по наиболее используемым типам вики-разметки.
16691669 <div style="clear:both;"></div>
16701670
1671 -[[File:UsabilitySearch.png|right]]
 1671+[[File:UsabilitySearch.png|left]]
16721672 ; Улучшение интерфейса поиска
16731673 В результатах поиска совпадения с названиями страниц будут показаны вверху, что поможет вам быстро найти подходящие статьи. Профили поиска делают проще поиск различных видов информации, а новый интерфейс расширенного поиска упрощает работу со сложными запросами.
16741674 <div style="clear:both;"></div>',
@@ -1741,19 +1741,19 @@
17421742 'optin-survey-answer-os-other' => 'Iný operačný systém:',
17431743 'optin-survey-question-res' => 'Aké je rozlíšenie vašej obrazovky?',
17441744 'optin-improvements' => '== Čo bolo zlepšené? ==
1745 -[[File:UsabilityNavigation.png|right]]
 1745+[[File:UsabilityNavigation.png|left]]
17461746 ;Rozšírená navigácia
17471747 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.
17481748 <div style="clear:both;"></div>
17491749
1750 -[[File:UsabilityToolbar.png|right]]
 1750+[[File:UsabilityToolbar.png|left]]
17511751 ;Vylepšenia panelu úprav
17521752 Nové a vylepšené ikony vyjasňujú čo ktorý nástroj robí.
17531753 Rozbaliteľné časti skrývajú zriedka používané nástroje, pričom sú stále len o jedno kliknutie ďalej.
17541754 Časť Pomocník poskytuje rýchly prístup do referenčnej dokumentácie bežného ppoužitia wiki syntaxe.
17551755 <div style="clear:both;"></div>
17561756
1757 -[[File:UsabilitySearch.png|right]]
 1757+[[File:UsabilitySearch.png|left]]
17581758 ;Vylepšené vyhľadávacie rozhranie
17591759 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.
17601760 Vyhľadávacie profily uľahčujú vyhľadávanie rôznych druhov obsahu.
@@ -1826,18 +1826,18 @@
18271827 'optin-survey-answer-os-other' => 'Diğer işletim sistemi:',
18281828 'optin-survey-question-res' => 'Ekran çözünürlüğünüz nedir?',
18291829 'optin-improvements' => '== Neler geliştirildi? ==
1830 -[[File:UsabilityNavigation.png|right]]
 1830+[[File:UsabilityNavigation.png|left]]
18311831 ;Geliştirilmiş dolaşım
18321832 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ı.
18331833 <div style="clear:both;"></div>
18341834
1835 -[[File:UsabilityToolbar.png|right]]
 1835+[[File:UsabilityToolbar.png|left]]
18361836 ;Değiştirme araç çubuğu geliştirmeleri
18371837 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.
18381838 Yardım bölümü, viki-biçimlendirmesinin genel kullanımı için bir referansa kolay erişim sağlar.
18391839 <div style="clear:both;"></div>
18401840
1841 -[[File:UsabilitySearch.png|right]]
 1841+[[File:UsabilitySearch.png|left]]
18421842 ;Geliştirilmiş arama arayüzü
18431843 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.
18441844 <div style="clear:both;"></div>',

Follow-up revisions

RevisionCommit summaryAuthorDate
r53413Added the rest of the images for r53412.tparscal18:57, 17 July 2009

Status & tagging log