Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/css/vector.expandableSearch.css |
— | — | @@ -4,8 +4,3 @@ |
5 | 5 | #simpleSearch { |
6 | 6 | overflow: auto; |
7 | 7 | } |
8 | | -div#simpleSearch button#searchButton { |
9 | | - margin: 5px 5px 0 5px; |
10 | | - height: 13px; |
11 | | - width: 12px; |
12 | | -} |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/css/wikiEditor.preview.css |
— | — | @@ -14,3 +14,26 @@ |
15 | 15 | padding: 1em; |
16 | 16 | background-color: white; |
17 | 17 | } |
| 18 | + |
| 19 | +#wikiEditor-0-preview-dialog .wikiEditor-ui-loading { |
| 20 | + background: #f3f3f3; |
| 21 | + z-index: 10; |
| 22 | + position: absolute; |
| 23 | + left: 0; |
| 24 | + text-align: center; |
| 25 | + height: 100%; |
| 26 | + width: 100%; |
| 27 | + overflow: hidden; |
| 28 | + border: none; |
| 29 | +} |
| 30 | +#wikiEditor-0-preview-dialog .wikiEditor-ui-loading span { |
| 31 | + display: block; |
| 32 | + height: 24px; |
| 33 | + width: 24px; |
| 34 | + background: url( ../images/wikiEditor/toolbar/loading.gif ) 0 0 no-repeat; |
| 35 | + text-indent: -9999px; |
| 36 | + margin: 0 auto; |
| 37 | +} |
| 38 | +.ui-dialog .ui-dialog-buttonpane { |
| 39 | + margin: 0 !important; |
| 40 | +} |
\ No newline at end of file |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/OptIn/OptInLink.i18n.php |
— | — | @@ -192,6 +192,13 @@ |
193 | 193 | 'tooltip-pt-optin-feedback' => 'Comenteu les vostres experiències amb les noves característiques', |
194 | 194 | ); |
195 | 195 | |
| 196 | +/** Chechen (Нохчийн) |
| 197 | + * @author Sasan700 |
| 198 | + */ |
| 199 | +$messages['ce'] = array( |
| 200 | + 'optin-try' => 'Хьажа жим гlоле-тайпанара муха ю', |
| 201 | +); |
| 202 | + |
196 | 203 | /** Sorani (Arabic script) (کوردی (عەرەبی)) |
197 | 204 | * @author Asoxor |
198 | 205 | */ |
Property changes on: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/OptIn |
___________________________________________________________________ |
Modified: svn:mergeinfo |
199 | 206 | Merged /trunk/extensions/UsabilityInitiative/OptIn:r68742-68841 |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/UsabilityInitiative.i18n.php |
— | — | @@ -677,6 +677,13 @@ |
678 | 678 | 'prefs-labs' => 'Funkcije laboratorija', |
679 | 679 | ); |
680 | 680 | |
| 681 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 682 | + * @author Helios13 |
| 683 | + */ |
| 684 | +$messages['sr-ec'] = array( |
| 685 | + 'prefs-beta' => 'Бета функције', |
| 686 | +); |
| 687 | + |
681 | 688 | /** Sundanese (Basa Sunda) |
682 | 689 | * @author Kandar |
683 | 690 | */ |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Vector.hooks.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | |
14 | 14 | static $scripts = array( |
15 | 15 | 'raw' => array( |
16 | | - array( 'src' => 'Modules/CollapsibleNav/CollapsibleNav.js', 'version' => 25 ), |
| 16 | + array( 'src' => 'Modules/CollapsibleNav/CollapsibleNav.js', 'version' => 28 ), |
17 | 17 | array( 'src' => 'Modules/CollapsibleTabs/CollapsibleTabs.js', 'version' => 8 ), |
18 | 18 | array( 'src' => 'Modules/ExpandableSearch/ExpandableSearch.js', 'version' => 5 ), |
19 | 19 | array( 'src' => 'Modules/EditWarning/EditWarning.js', 'version' => 9 ), |
— | — | @@ -20,10 +20,10 @@ |
21 | 21 | array( 'src' => 'Modules/SimpleSearch/SimpleSearch.js', 'version' => 21 ), |
22 | 22 | ), |
23 | 23 | 'combined' => array( |
24 | | - array( 'src' => 'Vector.combined.js', 'version' => 60 ), |
| 24 | + array( 'src' => 'Vector.combined.js', 'version' => 63 ), |
25 | 25 | ), |
26 | 26 | 'minified' => array( |
27 | | - array( 'src' => 'Vector.combined.min.js', 'version' => 61 ), |
| 27 | + array( 'src' => 'Vector.combined.min.js', 'version' => 64 ), |
28 | 28 | ), |
29 | 29 | ); |
30 | 30 | static $modules = array( |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Vector.combined.js |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | var id = $j(this).attr( 'id' ); |
166 | 166 | var state = $j.cookie( 'vector-nav-' + id ); |
167 | 167 | // In the case that we are not showing the new version, let's show the languages by default |
168 | | - if ( state == 'true' || ( state == null && i < 1 ) || version == 1 && id == 'p-lang' ) { |
| 168 | + if ( state == 'true' || ( state == null && i < 1 ) || ( state == null && version == 1 && id == 'p-lang' ) ) { |
169 | 169 | $j(this) |
170 | 170 | .addClass( 'expanded' ) |
171 | 171 | .find( 'div.body' ) |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Vector.combined.min.js |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | if(count<limit){$secondary.children().each(function(){if(count++<limit){$j(this).appendTo($primary);}else{return false;}});} |
11 | 11 | if($secondary.children().length==0){$secondary.remove();}else{$j('#p-lang').after('<div id="p-lang-more" class="portal"><h5></h5><div class="body"></div></div>');$j('#p-lang-more h5').text(mw.usability.getMsg('vector-collapsiblenav-more'));$secondary.appendTo($j('#p-lang-more div.body'));} |
12 | 12 | $j('#p-lang').addClass('persistent');} |
13 | | -$j('#mw-panel > div.portal:first').addClass('first persistent');$j('#mw-panel').addClass('collapsible-nav');$j('#mw-panel > div.portal:not(.persistent)').each(function(i){var id=$j(this).attr('id');var state=$j.cookie('vector-nav-'+id);if(state=='true'||(state==null&&i<1)||version==1&&id=='p-lang'){$j(this).addClass('expanded').find('div.body').show();}else{$j(this).addClass('collapsed');} |
| 13 | +$j('#mw-panel > div.portal:first').addClass('first persistent');$j('#mw-panel').addClass('collapsible-nav');$j('#mw-panel > div.portal:not(.persistent)').each(function(i){var id=$j(this).attr('id');var state=$j.cookie('vector-nav-'+id);if(state=='true'||(state==null&&i<1)||(state==null&&version==1&&id=='p-lang')){$j(this).addClass('expanded').find('div.body').show();}else{$j(this).addClass('collapsed');} |
14 | 14 | if(state!=null){$j.cookie('vector-nav-'+$j(this).attr('id'),state,{'expires':30,'path':'/'});}});function toggle($element){$j.cookie('vector-nav-'+$element.parent().attr('id'),$element.parent().is('.collapsed'),{'expires':30,'path':'/'});$element.parent().toggleClass('expanded').toggleClass('collapsed').find('div.body').slideToggle('fast');} |
15 | 15 | var $headings=$j('#mw-panel > div.portal:not(.persistent) > h5');var tabIndex=mw.usability.getMaxTabIndex()+1;$j('#searchInput').attr('tabindex',tabIndex++);$headings.each(function(){$j(this).attr('tabindex',tabIndex++);});$headings.keydown(function(event){if(event.which==13||event.which==32){toggle($j(this));}}).mousedown(function(){toggle($j(this));$j(this).blur();return false;});});$j(document).ready(function(){if(!wgVectorEnabledModules.collapsibletabs){return true;} |
16 | 16 | var rtl=$j('body').is('.rtl');$j.collapsibleTabs.moveToCollapsed=function(ele){var $moving=$j(ele);$j.collapsibleTabs.getSettings($j($j.collapsibleTabs.getSettings($moving).expandedContainer)).shifting=true;var data=$j.collapsibleTabs.getSettings($moving);var target=data.collapsedContainer;$moving.css("position","relative").css((rtl?'left':'right'),0).animate({width:'1px'},"normal",function(){$j(this).hide();$j('<span class="placeholder" style="display:none;"></span>').insertAfter(this);$j(this).remove().prependTo(target).data('collapsibleTabsSettings',data);$j(this).attr('style','display:list-item;');$j.collapsibleTabs.getSettings($j($j.collapsibleTabs.getSettings($j(ele)).expandedContainer)).shifting=false;$j.collapsibleTabs.handleResize();});};$j.collapsibleTabs.moveToExpanded=function(ele){var $moving=$j(ele);$j.collapsibleTabs.getSettings($j($j.collapsibleTabs.getSettings($moving).expandedContainer)).shifting=true;var data=$j.collapsibleTabs.getSettings($moving);var $target=$j(data.expandedContainer).find('span.placeholder:first');var expandedWidth=data.expandedWidth;$moving.css("position","relative").css((rtl?'right':'left'),0).css('width','1px');$target.replaceWith($moving.remove().css('width','1px').data('collapsibleTabsSettings',data).animate({width:expandedWidth+"px"},"normal",function(){$j(this).attr('style','display:block;');$j.collapsibleTabs.getSettings($j($j.collapsibleTabs.getSettings($moving).expandedContainer)).shifting=false;$j.collapsibleTabs.handleResize();}));};$j('#p-views ul').bind("beforeTabCollapse",function(){if($j('#p-cactions').css('display')=='none') |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Modules/EditWarning/EditWarning.i18n.php |
— | — | @@ -641,6 +641,13 @@ |
642 | 642 | 'vector-editwarning-preference' => 'Opozori me, ko skušam zapreti urejevalno polje z neshranjenimi spremembami', |
643 | 643 | ); |
644 | 644 | |
| 645 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 646 | + * @author Helios13 |
| 647 | + */ |
| 648 | +$messages['sr-ec'] = array( |
| 649 | + 'vector-editwarning-preference' => 'Упозори ме када напустим страницу са несачуваним променама', |
| 650 | +); |
| 651 | + |
645 | 652 | /** Swedish (Svenska) |
646 | 653 | * @author Fluff |
647 | 654 | * @author Najami |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Modules/CollapsibleNav/CollapsibleNav.i18n.php |
— | — | @@ -391,6 +391,13 @@ |
392 | 392 | 'vector-collapsiblenav-preference' => "Activar lo menut de navigacion d'esquèrra replegable", |
393 | 393 | ); |
394 | 394 | |
| 395 | +/** Deitsch (Deitsch) |
| 396 | + * @author Xqt |
| 397 | + */ |
| 398 | +$messages['pdc'] = array( |
| 399 | + 'vector-collapsiblenav-more' => 'Weidere Schprooche', |
| 400 | +); |
| 401 | + |
395 | 402 | /** Polish (Polski) |
396 | 403 | * @author Sp5uhe |
397 | 404 | */ |
— | — | @@ -467,6 +474,13 @@ |
468 | 475 | 'vector-collapsiblenav-more' => 'Več jezikov', |
469 | 476 | ); |
470 | 477 | |
| 478 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 479 | + * @author Helios13 |
| 480 | + */ |
| 481 | +$messages['sr-ec'] = array( |
| 482 | + 'vector-collapsiblenav-more' => 'Још језика:', |
| 483 | +); |
| 484 | + |
471 | 485 | /** Sundanese (Basa Sunda) |
472 | 486 | * @author Kandar |
473 | 487 | */ |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Modules/CollapsibleNav/CollapsibleNav.js |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | var id = $j(this).attr( 'id' ); |
166 | 166 | var state = $j.cookie( 'vector-nav-' + id ); |
167 | 167 | // In the case that we are not showing the new version, let's show the languages by default |
168 | | - if ( state == 'true' || ( state == null && i < 1 ) || version == 1 && id == 'p-lang' ) { |
| 168 | + if ( state == 'true' || ( state == null && i < 1 ) || ( state == null && version == 1 && id == 'p-lang' ) ) { |
169 | 169 | $j(this) |
170 | 170 | .addClass( 'expanded' ) |
171 | 171 | .find( 'div.body' ) |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/Vector/Modules/SimpleSearch/SimpleSearch.i18n.php |
— | — | @@ -177,11 +177,12 @@ |
178 | 178 | |
179 | 179 | /** Zazaki (Zazaki) |
180 | 180 | * @author Aspar |
| 181 | + * @author Mirzali |
181 | 182 | * @author Xoser |
182 | 183 | */ |
183 | 184 | $messages['diq'] = array( |
184 | | - 'vector-simplesearch-search' => 'Çekuye binuse', |
185 | | - 'vector-simplesearch-containing' => 'înan tede estê...', |
| 185 | + 'vector-simplesearch-search' => 'Cıgeyre', |
| 186 | + 'vector-simplesearch-containing' => 'tedeestey...', |
186 | 187 | ); |
187 | 188 | |
188 | 189 | /** Lower Sorbian (Dolnoserbski) |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | 'raw' => array( |
22 | 22 | array( 'src' => 'css/suggestions.css', 'version' => 15 ), |
23 | 23 | array( 'src' => 'css/vector.collapsibleNav.css', 'version' => 12 ), |
24 | | - array( 'src' => 'css/vector.expandableSearch.css', 'version' => 6 ), |
| 24 | + array( 'src' => 'css/vector.expandableSearch.css', 'version' => 8 ), |
25 | 25 | array( 'src' => 'css/vector.footerCleanup.css', 'version' => 2 ), |
26 | 26 | array( 'src' => 'css/wikiEditor.css', 'version' => 14 ), |
27 | 27 | array( 'src' => 'css/wikiEditor.dialogs.css', 'version' => 29 ), |
— | — | @@ -31,11 +31,11 @@ |
32 | 32 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
33 | 33 | ), |
34 | 34 | 'combined' => array( |
35 | | - array( 'src' => 'css/combined.css', 'version' => 110 ), |
| 35 | + array( 'src' => 'css/combined.css', 'version' => 112 ), |
36 | 36 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
37 | 37 | ), |
38 | 38 | 'minified' => array( |
39 | | - array( 'src' => 'css/combined.min.css', 'version' => 110 ), |
| 39 | + array( 'src' => 'css/combined.min.css', 'version' => 112 ), |
40 | 40 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
41 | 41 | ), |
42 | 42 | ) |
— | — | @@ -69,8 +69,8 @@ |
70 | 70 | array( 'src' => 'js/plugins/jquery.textSelection.js', 'version' => 36 ), |
71 | 71 | array( 'src' => 'js/plugins/jquery.wikiEditor.js', 'version' => 195 ), |
72 | 72 | array( 'src' => 'js/plugins/jquery.wikiEditor.highlight.js', 'version' => 53 ), |
73 | | - array( 'src' => 'js/plugins/jquery.wikiEditor.toolbar.js', 'version' => 70 ), |
74 | | - array( 'src' => 'js/plugins/jquery.wikiEditor.dialogs.js', 'version' => 27 ), |
| 73 | + array( 'src' => 'js/plugins/jquery.wikiEditor.toolbar.js', 'version' => 71 ), |
| 74 | + array( 'src' => 'js/plugins/jquery.wikiEditor.dialogs.js', 'version' => 28 ), |
75 | 75 | array( 'src' => 'js/plugins/jquery.wikiEditor.toc.js', 'version' => 98 ), |
76 | 76 | array( 'src' => 'js/plugins/jquery.wikiEditor.preview.js', 'version' => 12 ), |
77 | 77 | array( 'src' => 'js/plugins/jquery.wikiEditor.previewDialog.js', 'version' => 1 ), |
— | — | @@ -82,10 +82,10 @@ |
83 | 83 | array( 'src' => 'js/thirdparty/contentCollector.js', 'version' => 2 ), |
84 | 84 | ), |
85 | 85 | 'combined' => array( |
86 | | - array( 'src' => 'js/plugins.combined.js', 'version' => 444 ), |
| 86 | + array( 'src' => 'js/plugins.combined.js', 'version' => 446 ), |
87 | 87 | ), |
88 | 88 | 'minified' => array( |
89 | | - array( 'src' => 'js/plugins.combined.min.js', 'version' => 451 ), |
| 89 | + array( 'src' => 'js/plugins.combined.min.js', 'version' => 456 ), |
90 | 90 | ), |
91 | 91 | ), |
92 | 92 | ); |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/UserDailyContribs/UserDailyContribs.i18n.php |
— | — | @@ -404,6 +404,13 @@ |
405 | 405 | 'userdailycontribs-desc' => 'Uporabnikovi dnevni prispevki za razširitev sledenja klikom', |
406 | 406 | ); |
407 | 407 | |
| 408 | +/** Sundanese (Basa Sunda) |
| 409 | + * @author Kandar |
| 410 | + */ |
| 411 | +$messages['su'] = array( |
| 412 | + 'userdailycontribs-desc' => 'Kontribusi sapopoé pamaké pikeun éksténsi panyusud klik', |
| 413 | +); |
| 414 | + |
408 | 415 | /** Swedish (Svenska) |
409 | 416 | * @author Boivie |
410 | 417 | */ |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/WikiEditor/Modules/Publish/Publish.i18n.php |
— | — | @@ -1098,11 +1098,13 @@ |
1099 | 1099 | ); |
1100 | 1100 | |
1101 | 1101 | /** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 1102 | + * @author Helios13 |
1102 | 1103 | * @author Михајло Анђелковић |
1103 | 1104 | */ |
1104 | 1105 | $messages['sr-ec'] = array( |
1105 | 1106 | 'wikieditor-publish-button-publish' => 'Објави', |
1106 | 1107 | 'wikieditor-publish-button-cancel' => 'Поништи', |
| 1108 | + 'wikieditor-publish-dialog-summary' => 'Опис измене (укратко опишите шта сте изменили):', |
1107 | 1109 | 'wikieditor-publish-dialog-minor' => 'Мала измена', |
1108 | 1110 | 'wikieditor-publish-dialog-publish' => 'Објави', |
1109 | 1111 | 'wikieditor-publish-dialog-goback' => 'Врати се', |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/WikiEditor/Modules/Preview/Preview.i18n.php |
— | — | @@ -756,9 +756,11 @@ |
757 | 757 | ); |
758 | 758 | |
759 | 759 | /** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 760 | + * @author Helios13 |
760 | 761 | * @author Михајло Анђелковић |
761 | 762 | */ |
762 | 763 | $messages['sr-ec'] = array( |
| 764 | + 'wikieditor-preview-tab' => 'Претпреглед', |
763 | 765 | 'wikieditor-preview-loading' => 'Учитавање...', |
764 | 766 | ); |
765 | 767 | |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/WikiEditor/Modules/Toolbar/Toolbar.i18n.php |
— | — | @@ -11798,6 +11798,8 @@ |
11799 | 11799 | 'wikieditor-toolbar-tool-small' => 'Glee', |
11800 | 11800 | 'wikieditor-toolbar-group-insert' => 'Dezu duh', |
11801 | 11801 | 'wikieditor-toolbar-tool-table' => 'Tabell', |
| 11802 | + 'wikieditor-toolbar-tool-table-example' => 'Beischpiel', |
| 11803 | + 'wikieditor-toolbar-characters-page-ipa' => 'IPA', |
11802 | 11804 | 'wikieditor-toolbar-section-help' => 'Hilf', |
11803 | 11805 | 'wikieditor-toolbar-help-page-link' => 'Gleecher', |
11804 | 11806 | 'wikieditor-toolbar-help-page-list' => 'Lischte', |
— | — | @@ -14451,6 +14453,7 @@ |
14452 | 14454 | ); |
14453 | 14455 | |
14454 | 14456 | /** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 14457 | + * @author Helios13 |
14455 | 14458 | * @author Sasa Stefanovic |
14456 | 14459 | * @author Михајло Анђелковић |
14457 | 14460 | */ |
— | — | @@ -14479,6 +14482,7 @@ |
14480 | 14483 | 'wikieditor-toolbar-tool-link-int-target-status-external' => 'Спољашња веза', |
14481 | 14484 | 'wikieditor-toolbar-tool-link-int-target-status-loading' => 'Провера постојања странице...', |
14482 | 14485 | 'wikieditor-toolbar-tool-link-int-invalid' => 'Наслов који сте изабрали није валидан', |
| 14486 | + 'wikieditor-toolbar-tool-link-lookslikeinternal' => 'Спољашња веза коју сте унели изгледа као веза према другој вики страници. Да ли желите да је промените у унутрашњу везу?', |
14483 | 14487 | 'wikieditor-toolbar-tool-link-lookslikeinternal-int' => 'Унутрашња веза', |
14484 | 14488 | 'wikieditor-toolbar-tool-link-lookslikeinternal-ext' => 'Спољашња веза', |
14485 | 14489 | 'wikieditor-toolbar-tool-file-example' => 'Primer.jpg', |
— | — | @@ -14487,6 +14491,7 @@ |
14488 | 14492 | 'wikieditor-toolbar-tool-reference-cancel' => 'Поништи', |
14489 | 14493 | 'wikieditor-toolbar-tool-reference-title' => 'Убаци референцу', |
14490 | 14494 | 'wikieditor-toolbar-tool-reference-insert' => 'Убаци', |
| 14495 | + 'wikieditor-toolbar-tool-signature' => 'Потпис са тренутним временом', |
14491 | 14496 | 'wikieditor-toolbar-section-advanced' => 'Напредно', |
14492 | 14497 | 'wikieditor-toolbar-tool-heading' => 'Одељак', |
14493 | 14498 | 'wikieditor-toolbar-tool-heading-1' => 'Ниво 1', |
— | — | @@ -14530,6 +14535,8 @@ |
14531 | 14536 | 'wikieditor-toolbar-tool-table-preview' => 'Преглед', |
14532 | 14537 | 'wikieditor-toolbar-tool-table-insert' => 'Убаци', |
14533 | 14538 | 'wikieditor-toolbar-tool-table-cancel' => 'Поништи', |
| 14539 | + 'wikieditor-toolbar-tool-table-invalidnumber' => 'Нисте унијели валидан број редова и колона', |
| 14540 | + 'wikieditor-toolbar-tool-table-zero' => 'Не можете да унесете табелу са 0 редова или колона.', |
14534 | 14541 | 'wikieditor-toolbar-tool-replace' => 'Тражи и замени', |
14535 | 14542 | 'wikieditor-toolbar-tool-replace-title' => 'Тражи и замени', |
14536 | 14543 | 'wikieditor-toolbar-tool-replace-search' => 'Тражи:', |
— | — | @@ -14538,7 +14545,7 @@ |
14539 | 14546 | 'wikieditor-toolbar-tool-replace-button-findnext' => 'Нађи следеће', |
14540 | 14547 | 'wikieditor-toolbar-tool-replace-button-replacenext' => 'Замени следеће', |
14541 | 14548 | 'wikieditor-toolbar-tool-replace-button-replaceall' => 'Замени све', |
14542 | | - 'wikieditor-toolbar-tool-replace-close' => 'одустани', |
| 14549 | + 'wikieditor-toolbar-tool-replace-close' => 'Затвори', |
14543 | 14550 | 'wikieditor-toolbar-tool-replace-success' => 'Направљених замена: $1.', |
14544 | 14551 | 'wikieditor-toolbar-tool-replace-emptysearch' => 'Нисте унели ништа за претрагу.', |
14545 | 14552 | 'wikieditor-toolbar-section-characters' => 'Посебни карактери', |
— | — | @@ -14552,6 +14559,7 @@ |
14553 | 14560 | 'wikieditor-toolbar-characters-page-hebrew' => 'јеврејско', |
14554 | 14561 | 'wikieditor-toolbar-characters-page-bangla' => 'Бангла', |
14555 | 14562 | 'wikieditor-toolbar-characters-page-telugu' => 'телугу', |
| 14563 | + 'wikieditor-toolbar-characters-page-gujarati' => 'Гуџарати', |
14556 | 14564 | 'wikieditor-toolbar-section-help' => 'Помоћ', |
14557 | 14565 | 'wikieditor-toolbar-help-heading-description' => 'Опис', |
14558 | 14566 | 'wikieditor-toolbar-help-heading-syntax' => 'Шта куцате', |
— | — | @@ -14568,9 +14576,13 @@ |
14569 | 14577 | 'wikieditor-toolbar-help-content-italic-result' => '<em>Текст у курзиву</em>', |
14570 | 14578 | 'wikieditor-toolbar-help-content-bold-description' => 'Подебљано', |
14571 | 14579 | 'wikieditor-toolbar-help-content-bold-syntax' => "'''Подебљани текст'''", |
| 14580 | + 'wikieditor-toolbar-help-content-bold-result' => '<strong>Подебљан текст</strong>', |
14572 | 14581 | 'wikieditor-toolbar-help-content-bolditalic-description' => 'Подебљано & искошено', |
14573 | 14582 | 'wikieditor-toolbar-help-content-bolditalic-syntax' => "'''''Подебљани & искошени текст'''''", |
| 14583 | + 'wikieditor-toolbar-help-content-bolditalic-result' => '<strong><em>Подебљан & искошен текст</em></strong>', |
| 14584 | + 'wikieditor-toolbar-help-content-ilink-description' => 'Унутрашња веза', |
14574 | 14585 | 'wikieditor-toolbar-help-content-xlink-description' => 'Спољашња веза', |
| 14586 | + 'wikieditor-toolbar-help-content-xlink-syntax' => '[http://www.пример.org Наслов везе]<br />[http://www.пример.org]<br />http://www.пример.org', |
14575 | 14587 | 'wikieditor-toolbar-help-content-heading1-description' => 'одељак првог нивоа', |
14576 | 14588 | 'wikieditor-toolbar-help-content-heading1-syntax' => '= Наслов одељка =', |
14577 | 14589 | 'wikieditor-toolbar-help-content-heading1-result' => '<h1>Наслов одељка</h1>', |
— | — | @@ -14586,9 +14598,13 @@ |
14587 | 14599 | 'wikieditor-toolbar-help-content-heading5-description' => 'Одељак петог нивоа', |
14588 | 14600 | 'wikieditor-toolbar-help-content-heading5-syntax' => '===== Наслов одељка =====', |
14589 | 14601 | 'wikieditor-toolbar-help-content-heading5-result' => '<h5>Наслов одељка</h5>', |
| 14602 | + 'wikieditor-toolbar-help-content-olist-description' => 'Нумерисана листа', |
| 14603 | + 'wikieditor-toolbar-help-content-file-syntax' => '[[{{ns:file}}:Примјер.png|мини|Назив слике]]', |
14590 | 14604 | 'wikieditor-toolbar-help-content-reference-description' => 'Референце', |
14591 | 14605 | 'wikieditor-toolbar-help-content-showreferences-description' => 'Прикажи референце', |
| 14606 | + 'wikieditor-toolbar-help-content-signaturetimestamp-result' => "<a href='#' title='{{#special:mypage}}'>Корисник</a> (<a href='#' title='{{#special:mytalk}}'>разговор</a>) 15:54, 10. јун 2009. (UTC)", |
14592 | 14607 | 'wikieditor-toolbar-help-content-signature-description' => 'Потпис', |
| 14608 | + 'wikieditor-toolbar-help-content-indent-syntax' => 'Нормалан текст<br />:Увучен текст<br />::Увучен текст', |
14593 | 14609 | ); |
14594 | 14610 | |
14595 | 14611 | /** Serbian Latin ekavian (Srpski (latinica)) |
— | — | @@ -14778,6 +14794,7 @@ |
14779 | 14795 | 'wikieditor-toolbar-tool-reference-title' => 'Asupkeun rujukan', |
14780 | 14796 | 'wikieditor-toolbar-tool-reference-insert' => 'Asupkeun', |
14781 | 14797 | 'wikieditor-toolbar-tool-reference-text' => 'Téks rujukan', |
| 14798 | + 'wikieditor-toolbar-tool-signature' => 'Tandatangan jeung titimangsa', |
14782 | 14799 | 'wikieditor-toolbar-tool-heading' => 'Lulugu', |
14783 | 14800 | 'wikieditor-toolbar-tool-heading-1' => 'Tingkat 1', |
14784 | 14801 | 'wikieditor-toolbar-tool-heading-2' => 'Tingkat 2', |
— | — | @@ -14843,6 +14860,7 @@ |
14844 | 14861 | 'wikieditor-toolbar-help-content-bolditalic-description' => 'Kandel & déngdék', |
14845 | 14862 | 'wikieditor-toolbar-help-content-bolditalic-syntax' => "'''''Téks kandel & déngdék'''''", |
14846 | 14863 | 'wikieditor-toolbar-help-content-bolditalic-result' => '<strong><em>Téks kandel & déngdék</em></strong>', |
| 14864 | + 'wikieditor-toolbar-help-content-ilink-description' => 'Tutumbu internal', |
14847 | 14865 | 'wikieditor-toolbar-help-content-xlink-description' => 'Tutumbu kaluar', |
14848 | 14866 | 'wikieditor-toolbar-help-content-heading2-syntax' => '== Téks lulugu ==', |
14849 | 14867 | 'wikieditor-toolbar-help-content-showreferences-description' => 'Témbongkeun rujukan', |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | static $scripts = array( |
15 | 15 | 'raw' => array( |
16 | 16 | array( 'src' => 'Modules/Highlight/Highlight.js', 'version' => 5 ), |
17 | | - array( 'src' => 'Modules/Preview/Preview.js', 'version' => 8 ), |
| 17 | + array( 'src' => 'Modules/Preview/Preview.js', 'version' => 9 ), |
18 | 18 | array( 'src' => 'Modules/PreviewDialog/PreviewDialog.js', 'version' => 2 ), |
19 | 19 | array( 'src' => 'Modules/Publish/Publish.js', 'version' => 6 ), |
20 | 20 | array( 'src' => 'Modules/Toc/Toc.js', 'version' => 7 ), |
— | — | @@ -23,10 +23,10 @@ |
24 | 24 | array( 'src' => 'Modules/AddMediaWizard/AddMediaWizard.js', 'version' => 6 ), |
25 | 25 | ), |
26 | 26 | 'combined' => array( |
27 | | - array( 'src' => 'WikiEditor.combined.js', 'version' => 108 ), |
| 27 | + array( 'src' => 'WikiEditor.combined.js', 'version' => 109 ), |
28 | 28 | ), |
29 | 29 | 'minified' => array( |
30 | | - array( 'src' => 'WikiEditor.combined.min.js', 'version' => 108 ), |
| 30 | + array( 'src' => 'WikiEditor.combined.min.js', 'version' => 109 ), |
31 | 31 | ), |
32 | 32 | ); |
33 | 33 | static $messages = array( |
Property changes on: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/js/plugins/jquery.textSelection.js |
___________________________________________________________________ |
Modified: svn:mergeinfo |
34 | 34 | Merged /trunk/extensions/UsabilityInitiative/js/plugins/jquery.textSelection.js:r68742-68841 |
Property changes on: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/js/plugins/jquery.cookie.js |
___________________________________________________________________ |
Modified: svn:mergeinfo |
35 | 35 | Merged /trunk/extensions/UsabilityInitiative/js/plugins/jquery.cookie.js:r68742-68841 |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.toolbar.js |
— | — | @@ -497,8 +497,8 @@ |
498 | 498 | } |
499 | 499 | if ( 'characters' in page ) { |
500 | 500 | var html = ''; |
501 | | - for ( character in page.characters ) { |
502 | | - html += $.wikiEditor.modules.toolbar.fn.buildCharacter( page.characters[character], actions ); |
| 501 | + for ( var i = 0; i < page.characters.length; i++ ) { |
| 502 | + html += $.wikiEditor.modules.toolbar.fn.buildCharacter( page.characters[i], actions ); |
503 | 503 | } |
504 | 504 | $characters |
505 | 505 | .html( html ) |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/js/plugins.combined.js |
— | — | @@ -4354,8 +4354,8 @@ |
4355 | 4355 | } |
4356 | 4356 | if ( 'characters' in page ) { |
4357 | 4357 | var html = ''; |
4358 | | - for ( character in page.characters ) { |
4359 | | - html += $.wikiEditor.modules.toolbar.fn.buildCharacter( page.characters[character], actions ); |
| 4358 | + for ( var i = 0; i < page.characters.length; i++ ) { |
| 4359 | + html += $.wikiEditor.modules.toolbar.fn.buildCharacter( page.characters[i], actions ); |
4360 | 4360 | } |
4361 | 4361 | $characters |
4362 | 4362 | .html( html ) |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/js/plugins.combined.min.js |
— | — | @@ -297,7 +297,7 @@ |
298 | 298 | if('rows'in page){for(row in page.rows){html+=$.wikiEditor.modules.toolbar.fn.buildRow(context,page.rows[row])}} |
299 | 299 | $page.html(html);break;case'characters':$page.addClass('page-characters');$characters=$('<div />').data('context',context).data('actions',{});var actions=$characters.data('actions');if('language'in page){$characters.attr('lang',page.language);} |
300 | 300 | if('direction'in page){$characters.attr('dir',page.direction);} |
301 | | -if('characters'in page){var html='';for(character in page.characters){html+=$.wikiEditor.modules.toolbar.fn.buildCharacter(page.characters[character],actions);} |
| 301 | +if('characters'in page){var html='';for(var i=0;i<page.characters.length;i++){html+=$.wikiEditor.modules.toolbar.fn.buildCharacter(page.characters[i],actions);} |
302 | 302 | $characters.html(html).children().mousedown(function(e){context.fn.saveStuffForIE();e.preventDefault();return false;}).click(function(e){$.wikiEditor.modules.toolbar.fn.doAction($(this).parent().data('context'),$(this).parent().data('actions')[$(this).attr('rel')],$(this));e.preventDefault();return false;});} |
303 | 303 | $page.append($characters);break;} |
304 | 304 | return $page;},buildHeading:function(context,headings){var html='<tr>';for(heading in headings){html+='<th>'+$.wikiEditor.autoMsg(headings[heading],['html','text'])+'</th>';} |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/PrefSwitch/PrefSwitchLink.i18n.php |
— | — | @@ -651,6 +651,15 @@ |
652 | 652 | 'tooltip-pt-prefswitch-link-off' => 'Preizkusite nove funkcije', |
653 | 653 | ); |
654 | 654 | |
| 655 | +/** Serbian Cyrillic ekavian (Српски (ћирилица)) |
| 656 | + * @author Helios13 |
| 657 | + */ |
| 658 | +$messages['sr-ec'] = array( |
| 659 | + 'prefswitch-link-anon' => 'Нове функције', |
| 660 | + 'tooltip-pt-prefswitch-link-on' => 'Онемогући нове функције', |
| 661 | + 'tooltip-pt-prefswitch-link-off' => 'Пробај нове функције', |
| 662 | +); |
| 663 | + |
655 | 664 | /** Sundanese (Basa Sunda) |
656 | 665 | * @author Kandar |
657 | 666 | */ |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/PrefSwitch/PrefSwitch.i18n.php |
— | — | @@ -396,6 +396,7 @@ |
397 | 397 | من فضلك عبّئ الاستبيان الاختياري أدناه قبل نقر [[#prefswitch-survey-submit-feedback|{{int:Prefswitch-survey-submit-feedback}}]].', |
398 | 398 | 'prefswitch-survey-intro-off' => 'شكرا لك على تجربة المزايا الجديدة. |
399 | 399 | لتساعدنا في تحسين هذه المزايا، من فضلك عبّئ الاستبيان الاختياري أدناه قبل نقر [[#prefswitch-survey-submit-off|{{int:Prefswitch-survey-submit-off}}]]', |
| 400 | + 'prefswitch-feedbackpage' => 'Project:User experience feedback', |
400 | 401 | ); |
401 | 402 | |
402 | 403 | /** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца)) |
— | — | @@ -1627,6 +1628,7 @@ |
1628 | 1629 | $messages['et'] = array( |
1629 | 1630 | 'prefswitch' => 'Kasutushõlpsuse algatuse eelistuse valimine', |
1630 | 1631 | 'prefswitch-desc' => 'Lubab kasutajal eelistuste komplekte vahetada.', |
| 1632 | + 'prefswitch-csswarning' => "Sinu [[User:$1/$2.css|kohandatud ''$2''-stiilileht]] ei rakendu enam. Kujunduse Vektor jaoks saad kohandatud CCS-i lisada lehele [[{{ns:user}}:$1/vector.css]].", |
1631 | 1633 | 'prefswitch-survey-true' => 'Jah', |
1632 | 1634 | 'prefswitch-survey-false' => 'Ei', |
1633 | 1635 | 'prefswitch-survey-submit-off' => 'Lülita uued funktsioonid välja', |
— | — | @@ -1864,6 +1866,7 @@ |
1865 | 1867 | $messages['fi'] = array( |
1866 | 1868 | 'prefswitch' => 'Käytettävyyshankkeen asetusvalinta', |
1867 | 1869 | 'prefswitch-desc' => 'Mahdollistaa käyttäjille asetussarjan vaihtamisen.', |
| 1870 | + 'prefswitch-jswarning' => 'Muista, että ulkoasuvaihdoksen takia JavaScript-tiedostosi [[User:$1/$2.js|$2]] täytyy kopioida nimelle [[{{ns:user}}:$1/vector.js]]<!-- tai [[{{ns:user}}:$1/common.js]]-->, jotta se toimisi jatkossa.', |
1868 | 1871 | 'prefswitch-survey-true' => 'Kyllä', |
1869 | 1872 | 'prefswitch-survey-false' => 'Ei', |
1870 | 1873 | 'prefswitch-survey-submit-off' => 'Poista käytöstä uudet omaisuudet', |
— | — | @@ -2239,8 +2242,8 @@ |
2240 | 2243 | $messages['he'] = array( |
2241 | 2244 | 'prefswitch' => 'שינוי העדפות במיזם השמישות', |
2242 | 2245 | 'prefswitch-desc' => 'הוספת אפשרות למשתמשים לשנות קבוצות של העדפות', |
2243 | | - 'prefswitch-jswarning' => 'יש לזכור כי עם שינוי העיצוב, יש להעתיק (או להעביר) את ה[[User:$1/$2.js|סקריפטים האישיים]] לדף [[User:$1/vector.js|משתמש:$1/vector.js]] או [[User:$1/common.js|משתמש:$1/common.js]] על מנת להמשיך להשתמש בהם.', |
2244 | | - 'prefswitch-csswarning' => 'לא ייעשה שימוש ב[[User:$1/$2.css|עיצובים האישיים]]. ניתן להוסיף CSS מותאם אישית עבור עיצוב הווקטור בדף [[User:$1/vector.css|משתמש:$1/vector.css]].', |
| 2246 | + 'prefswitch-jswarning' => 'יש לזכור כי עם שינוי העיצוב, יש להעתיק (או להעביר) את ה[[User:$1/$2.js|סקריפטים האישיים מהעיצוב $2]] לדף [[{{ns:user}}:$1/vector.js]] <!-- או [[{{ns:user}}:$1/common.js]] --> על מנת להמשיך להשתמש בהם.', |
| 2247 | + 'prefswitch-csswarning' => 'לא ייעשה שימוש ב[[User:$1/$2.css|סגנונות האישיים של העיצוב $2]]. ניתן להוסיף CSS מותאם אישית עבור העיצוב "וקטור" בדף [[{{ns:user}}:$1/vector.css]].', |
2245 | 2248 | 'prefswitch-survey-true' => 'כן', |
2246 | 2249 | 'prefswitch-survey-false' => 'לא', |
2247 | 2250 | 'prefswitch-survey-submit-off' => 'ביטול המראה החדש', |
— | — | @@ -2273,26 +2276,46 @@ |
2274 | 2277 | 'prefswitch-success-feedback' => 'המשוב שלכם נשלח.', |
2275 | 2278 | 'prefswitch-return' => '<hr style="clear:both"> |
2276 | 2279 | חזרה אל <span class="plainlinks">[$1 $2].</span>', |
2277 | | - 'prefswitch-main' => "[[File:UsabilityNavigation.png|left|צילום מסך של דף הניווט החדש]] |
2278 | | -[[File:UsabilityToolbar.png|left|צילום מסך של סרגל העריכה המורחב]] |
2279 | | -[[File:UsabilityDialogs.png|left|צילום מסך של תיבות דו שיח חדשות ליצירת תוכן]] |
2280 | | -עבדנו קשה כדי שלמשתמשי האתר יהיה קל יותר. אנו נרגשים לשתף אתכם במספר שיפורים, בהם מראה חדש ויכולות עריכה פשוטות יותר. שיפור השימושיות במיזמי ויקימדיה הוא משימה בעלת עדיפות גבוהה עבור קרן ויקימדיה ואנחנו נשתף אתכם בעדכונים נוספים בעתיד. לפרטים נוספים, בקרו בהודעה בנושא ב[http://blog.wikimedia.org/2010/05/13/a-new-look-for-wikipedia/ בלוג של ויקימדיה]. |
| 2280 | + 'prefswitch-main' => "{| border=\"0\" align=\"left\" style=\"margin-right:1em\" |
| 2281 | +| align=\"center\" | |
| 2282 | +{| border=\"0\" style=\"background:#F3F3F3;border: 1px solid #CCCCCC;padding:10px;\" |
| 2283 | +| [[Image:VectorNavigation-en.png|401px|]] |
| 2284 | +|- |
| 2285 | +| צילום מסך של ממשק הניווט החדש של ויקיפדיה <small>[[Media:VectorNavigation-en.png|(הגדלה)]]</small> |
| 2286 | +|} |
| 2287 | +|- |
| 2288 | +| align=\"center\" | |
| 2289 | +{| border=\"0\" style=\"background:#F3F3F3;border: 1px solid #CCCCCC;padding:10px;\" |
| 2290 | +| [[Image:VectorEditorBasic-en.png|401px|]] |
| 2291 | +|- |
| 2292 | +| צילום מסך של ממשק עריכת הדף הבסיסי <small>[[Media:VectorEditorBasic-en.png|(הגדלה)]]</small> |
| 2293 | +|} |
| 2294 | +|- |
| 2295 | +| align=\"center\" | |
| 2296 | +{| border=\"0\" style=\"background:#F3F3F3;border: 1px solid #CCCCCC;padding:10px;\" |
| 2297 | +| [[Image:VectorLinkDialog-en.png|401px|]] |
| 2298 | +|- |
| 2299 | +| צילום מסך של תיבו הדו שיח החדשה להוספת קישורים |
| 2300 | +|} |
| 2301 | +|} |
2281 | 2302 | |
| 2303 | +צוות חוויית המשתמש של קרן ויקימדיה עבד עם מתנדבים מהקהילה כדי שיהיה לכם קל יותר. אנו נרגשים לשתף אתכם במספר שיפורים, בהם מראה חדש ויכולות עריכה פשוטות יותר. שינויים אלה מיועדים להקל על תורמים חדשים להתחיל, ומבוססים על [http://usability.wikimedia.org/wiki/Usability,_Experience,_and_Evaluation_Study בדיקת השמישות שבוצעה לאורך השנה שעברה]. שיפור השימושיות במיזמי ויקימדיה הוא משימה בעלת עדיפות גבוהה עבור קרן ויקימדיה ואנחנו נשתף אתכם בעדכונים נוספים בעתיד. לפרטים נוספים, בקרו בהודעה בנושא ב[http://blog.wikimedia.org/2010/05/13/a-new-look-for-wikipedia/ בלוג של ויקימדיה] (באנגלית). |
| 2304 | + |
2282 | 2305 | ===להלן השינויים שבוצעו=== |
2283 | | -* '''ניווט''': שיפרנו את הניווט לצורך קריאה ועריכה של דפים. הלשוניות בראש כל דף מבהירות האם אתם צופים בדף או בדף שיחה, והאם אתם קוראים או עורכים אותו. |
2284 | | -* '''שיפורים בסרגל העריכה''': סידרנו מחדש את סרגל העריכה כדי שיהיה קל יותר להשתמש בו. עיצוב הדפים אינטואיטיבי יותר כעת. |
| 2306 | +* '''ניווט''': שיפרנו את הניווט לצורך קריאה ועריכה של דפים. כעת, הלשוניות בראש כל דף מבהירות האם אתם צופים בדף או בדף שיחה, והאם אתם קוראים או עורכים אותו. |
| 2307 | +* '''שיפורים בסרגל העריכה''': סידרנו מחדש את סרגל העריכה כדי שיהיה קל יותר להשתמש בו. עיצוב הדפים הוא פשוט ואינטואיטיבי יותר כעת. |
2285 | 2308 | * '''אשף קישורים''': כלי קל לשימוש שמאפשר לכם להוסיף קישורים לדפים אחרים בוויקיפדיה וגם קישורים לאתרים חיצוניים. |
2286 | 2309 | * '''שיפורים בחיפוש''': שיפרנו את ההשלמות בתיבת החיפוש כדי שתמצאו את הדף שאותו אתם מחפשים מהר יותר. |
2287 | | -* '''סמל פאזל הגלובוס של ויקיפדיה''': עדכנּו את הסמל של ויקיפדיה עם פאזל הגלובוס. למידע נוסף ראו את [http://blog.wikimedia.org/2010/05/13/wikipedia-in-3d/ הבלוג של ויקימדיה] (אנגלית). |
2288 | | -* '''תכונות חדשות אחרות''': הוספנו יכולת חיפוש והחלפה כדי להקל על עריכת דפים.", |
2289 | | - 'prefswitch-main-logged-changes' => "* '''לשונית מעקב''' הוחלפה בלשונית עם כוכב. |
2290 | | -* '''לשונית העברה''' הועברה לרשימה הנפתחת על ידי תיבת החיפוש.", |
| 2310 | +* '''תכונות חדשות אחרות''': הוספנו גם אשף טבלאות כדי שיהיה קל יותר ליצור טבלאות, ויכולת חיפוש והחלפה כדי להקל על עריכת דפים. |
| 2311 | +* '''סמל ויקיפדיה''': עדכנּו את הסמל שלנו. למידע נוסף ראו את [http://blog.wikimedia.org/2010/05/13/wikipedia-in-3d/ הבלוג של ויקימדיה] (באנגלית).", |
| 2312 | + 'prefswitch-main-logged-changes' => "* '''לשונית {{int:watch}}''' הוחלפה בלשונית עם כוכב. |
| 2313 | +* '''לשונית {{int:move}}''' הועברה לרשימה הנפתחת ליד תיבת החיפוש.", |
2291 | 2314 | 'prefswitch-main-feedback' => '===משוב?=== |
2292 | | -נשמח לשמוע מכם. אנא בקרו ב[[$1|דף המשוב]] או בקרו ב-[http://usability.wikimedia.org usability wiki] אם אתם מתעניינים במאמצנו לשיפור התוכנה.', |
| 2315 | +נשמח לשמוע מכם. אנא בקרו ב[[$1|דף המשוב]] או בקרו ב־[http://usability.wikimedia.org Usability wiki] אם אתם מתעניינים במאמצנו הנמשכים לשיפור התוכנה.', |
2293 | 2316 | 'prefswitch-main-anon' => '==תחזירו אותי== |
2294 | 2317 | אם תרצו לבטל את התכונות החדשות, [$1 לחצו כאן]. לפני כן תתבקשו להיכנס לחשבונכם או ליצור חשבון.', |
2295 | | - 'prefswitch-main-on' => '===ביטול התכונות החדשות=== |
2296 | | -[$2 לחצו כאן] כדי לבטל את התכונות החדשות.', |
| 2318 | + 'prefswitch-main-on' => '===תחזירו אותי!=== |
| 2319 | +[$2 לחצו כאן כדי לבטל את התכונות החדשות].', |
2297 | 2320 | 'prefswitch-main-off' => '===נסו אותן!=== |
2298 | 2321 | אם תרצו להפעיל את התכונות החדשות, אנא [$1 לחצו כאן].', |
2299 | 2322 | 'prefswitch-survey-intro-feedback' => 'נשמח לשמוע מכם. |
— | — | @@ -2456,15 +2479,17 @@ |
2457 | 2480 | |} |
2458 | 2481 | A Wikimédia Alapítány felhasználói élményért felelős csapata és az őket segítő önkéntesek azon dolgoztak, hogy könnyebbé tegyék számodra a wiki használatát. Örömünkre szolgál, hogy bemutathatjuk e munka néhány eredményt, köztük egy új kinézetet és egyszerűsített szerkesztőfelületet. A változások célja az új szerkesztők bekapcsolódásának megkönnyítése, [http://usability.wikimedia.org/wiki/Usability,_Experience,_and_Evaluation_Study a tavalyi használhatósági tesztelés] tanulságai alapján. Weboldalaink könnyű használhatósága fontos cél a Wikimédia Alapítványnak, ezért a jövőben további változatásokra számíthatsz. Részletesebben [http://blog.wikimedia.org/2010/05/13/a-new-look-for-wikipedia a kapcsolódó blogposztban] olvashatsz. |
2459 | 2482 | |
2460 | | -=== Here's what we have changed === |
2461 | | -* '''Navigation:''' We have improved the navigation for reading and editing pages. Now, the tabs at the top of each page more clearly define whether you are viewing the page or discussion page, and whether you are reading or editing a page. |
2462 | | -* '''Editing toolbar improvements:''' We have reorganized the editing toolbar to make it easier to use. Now, formatting pages is simpler and more intuitive. |
2463 | | -* '''Link wizard:''' An easy-to-use tool allows you to add links to other wiki pages as well as links to external sites. |
2464 | | -* '''Search improvements:''' We have improved search suggestions to get you to the page you are looking for more quickly. |
2465 | | -* '''Other new features:''' We have also introduced a table wizard to make creating tables easier and a find and replace feature to simplify page editing. |
2466 | | -* '''Wikipedia logo:''' We have updated our logo. Read more at the [http://blog.wikimedia.org/2010/05/13/wikipedia-in-3d Wikimedia blog].", |
| 2483 | +=== Mi változott? === |
| 2484 | +* '''Navigáció:''' Jobb lett a navigáció a lapok olvasásánál és szerkesztésénél. A lap tetején elhelyezett fülek világosabban jelzik, hogy a szócikket vagy a vitalapot nézed, és hogy olvasod-e vagy szerkeszted a lapot. |
| 2485 | +* '''Szerkesztőgombok:''' A szerkesztőablak feletti eszközsávban kevesebb, de könnyebben beazonosítható és ésszerűbben csoportosított gomb maradt. |
| 2486 | +* '''Hivatkozáskészítő varázsló:''' A más szócikkekre vagy külső weboldalakra mutató hivatkozás beszúrását egy párbeszédablak teszi egyszerűbbé. |
| 2487 | +* '''Fejlettebb keresés:''' Fejlesztettünk a keresési javaslatokon, hogy könnyebben megtaláld a kívánt oldalt. |
| 2488 | +* '''Más újdonságok:''' A szerkesztőgombok közé bekerült egy táblázatkészítő varázsló és egy keresés és csere funkció. |
| 2489 | +* '''Wikipédia-logó:''' Újrarajzoltuk a logót. A változásokról a [http://huwiki.blogspot.com/2010/06/wikipedia-3d-ben.html?utm_source=wikipedia&utm_campaign=vector_logo Wikipédia-blogban] olvashatsz.", |
2467 | 2490 | 'prefswitch-main-logged-changes' => "* A '''{{int:watch}} fület''' ezentúl egy csillag jelöli. |
2468 | 2491 | * Az '''{{int:move}} fül''' egy lenyíló menüben található a keresősáv mellett.", |
| 2492 | + 'prefswitch-main-feedback' => '=== Megírnád a véleményedet? === |
| 2493 | +Ha kipróbáltad, szívesen olvasnánk a tapasztalataidról. Írhatsz nekünk [[$1|az erre a célra fenntartott üzenőlapon]], vagy ha érdekel, milyen erőfeszítések történnek a szoftver felhasználóbarátabbá tételére, meglátogathatod a [http://usability.wikimedia.org használhatósági wikit].', |
2469 | 2494 | 'prefswitch-main-anon' => '===Vissza a régit=== |
2470 | 2495 | [$1 Kattints ide az új funkciók kikapcsolásához]. Ehhez be kell jelentkezned, vagy regisztrálnod kell.', |
2471 | 2496 | 'prefswitch-main-on' => '===Vissza a régit=== |
— | — | @@ -2675,7 +2700,7 @@ |
2676 | 2701 | $messages['it'] = array( |
2677 | 2702 | 'prefswitch' => "Cambiamento delle preferenze dell'iniziativa per l'usabilità", |
2678 | 2703 | 'prefswitch-desc' => 'Permetti agli utenti di cambiare set di preferenze', |
2679 | | - 'prefswitch-jswarning' => 'Ricorda che con il cambiamento della skin, il [[Utente:$1/$2.js|javascript del tuo $2]] dovrà essere copiato in [[Utente:$1/vector.js]] o [[Utente:$1/common.js]] per continuare a funzionare.', |
| 2704 | + 'prefswitch-jswarning' => 'Ricorda che con il cambiamento della skin, il codice [[Utente:$1/$2.js|JavaScript del tuo $2]] dovrà essere copiato in [[Utente:$1/vector.js]] <!-- o [[Utente:$1/common.js]]--> per continuare a funzionare.', |
2680 | 2705 | 'prefswitch-csswarning' => 'I tuoi [[Utente:$1/$2.css|stili personalizzati per $2]] non saranno più applicati. Puoi aggiungere CSS personalizzato per vector in [[Utente:$1/vector.css]].', |
2681 | 2706 | 'prefswitch-survey-true' => 'Sì', |
2682 | 2707 | 'prefswitch-survey-false' => 'No', |
— | — | @@ -3621,6 +3646,7 @@ |
3622 | 3647 | * @author Xqt |
3623 | 3648 | */ |
3624 | 3649 | $messages['pdc'] = array( |
| 3650 | + 'prefswitch-survey-false' => 'Nee', |
3625 | 3651 | 'prefswitch-survey-answer-whyoff-other' => 'Annerer Grund:', |
3626 | 3652 | ); |
3627 | 3653 | |
Property changes on: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/PrefSwitch |
___________________________________________________________________ |
Modified: svn:mergeinfo |
3628 | 3654 | Merged /trunk/extensions/UsabilityInitiative/PrefSwitch:r68742-68841 |
Property changes on: branches/wmf/1.16wmf4/extensions/UsabilityInitiative |
___________________________________________________________________ |
Modified: svn:mergeinfo |
3629 | 3655 | Merged /trunk/extensions/UsabilityInitiative:r68742-68841 |