Changeset 2793800
- Timestamp:
- 10/04/2022 05:35:43 AM (3 years ago)
- Location:
- accessible-poetry
- Files:
-
- 20 added
- 9 edited
-
tags/5.1.1 (added)
-
tags/5.1.1/accessible-wp-toolbar.php (added)
-
tags/5.1.1/assets (added)
-
tags/5.1.1/assets/css (added)
-
tags/5.1.1/assets/css/admin.css (added)
-
tags/5.1.1/assets/css/main.css (added)
-
tags/5.1.1/assets/js (added)
-
tags/5.1.1/assets/js/admin.js (added)
-
tags/5.1.1/assets/js/functions.js (added)
-
tags/5.1.1/assets/js/toolbar.js (added)
-
tags/5.1.1/inc (added)
-
tags/5.1.1/inc/assets.php (added)
-
tags/5.1.1/inc/panel.php (added)
-
tags/5.1.1/inc/toolbar.php (added)
-
tags/5.1.1/index.php (added)
-
tags/5.1.1/lang (added)
-
tags/5.1.1/lang/acwp-he_IL.mo (added)
-
tags/5.1.1/lang/acwp-he_IL.po (added)
-
tags/5.1.1/lang/acwp.pot (added)
-
tags/5.1.1/readme.txt (added)
-
trunk/accessible-wp-toolbar.php (modified) (1 diff)
-
trunk/assets/css/main.css (modified) (13 diffs)
-
trunk/assets/js/admin.js (modified) (1 diff)
-
trunk/inc/panel.php (modified) (2 diffs)
-
trunk/inc/toolbar.php (modified) (3 diffs)
-
trunk/lang/acwp-he_IL.mo (modified) (previous)
-
trunk/lang/acwp-he_IL.po (modified) (5 diffs)
-
trunk/lang/acwp.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accessible-poetry/trunk/accessible-wp-toolbar.php
r2788662 r2793800 6 6 * Author: Codenroll 7 7 * Author URI: https://www.codenroll.co.il/ 8 * Version: 5.1. 08 * Version: 5.1.1 9 9 * Text Domain: acwp 10 10 * License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html -
accessible-poetry/trunk/assets/css/main.css
r2785619 r2793800 1 1 2 /* Material Icons */3 2 .material-icons { 4 3 font-family: 'Material Icons'; … … 18 17 font-feature-settings: 'liga'; 19 18 } 20 21 /* Screen Readers Only */22 19 .sr-only { 23 20 position: absolute; … … 265 262 cursor:pointer; 266 263 background:white; 267 padding: 10px;264 padding: 8px 16px; 268 265 font-weight:400; 269 266 font-size:1em; … … 418 415 } 419 416 body.acwp-contrast #acwp-toolbar .acwp-heading, 420 body.acwp-contrast #acwp-toolbar .acwp-heading h1{417 body.acwp-contrast #acwp-toolbar .acwp-heading p.acwp-title { 421 418 background-color: #333; 422 419 } … … 441 438 .acwp-heading{ 442 439 background: #1E7AB9; 440 padding: 8px 16px; 441 } 442 p.acwp-title { 443 443 color: #fff; 444 padding:20px445 444 } 446 445 #acwp-toolbar.acwp-style-columns .acwp-heading { 447 446 border-radius: 5px; 448 447 } 449 .acwp-heading h1,.acwp-heading .h1{448 .acwp-heading p.acwp-title { 450 449 margin:0; 451 450 padding:0; … … 502 501 503 502 body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar .acwp-heading, 503 body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar p.acwp-title, 504 504 body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h1, 505 505 body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h2, … … 508 508 color:black 509 509 } 510 body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h1,body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h2,body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h3{ 510 body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h1, 511 body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h2, 512 body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h3{ 511 513 background-color:yellow !important; 512 514 color:black !important … … 651 653 @media (max-height: 768px){ 652 654 .acwp-heading{ 653 padding: 10px 20px654 } 655 .acwp-heading h1,.acwp-heading .h1{655 padding: 8px 16px; 656 } 657 .acwp-heading p.acwp-title { 656 658 font-size:24px 657 659 } … … 659 661 @media (max-height: 600px){ 660 662 .acwp-heading{ 661 padding:6px 20px663 padding:6px 16px 662 664 } 663 665 .acwp-togglers h2{ … … 672 674 } 673 675 @media (max-height: 558px){ 674 .acwp-footer a,.acwp-heading p{ 675 font-size:13px 676 } 677 .acwp-toggler label>i.material-icons,.acwp-toggler label>span{ 678 font-size:13px; 676 .acwp-footer a { 677 font-size: 14px 678 } 679 #acwp-toolbar .acwp-toggler label>i.material-icons, 680 #acwp-toolbar.acwp-style-default .acwp-toggler label>i.material-icons, 681 #acwp-toolbar .acwp-toggler label>span, 682 #acwp-toolbar.acwp-style-default .acwp-toggler label>span{ 683 font-size: 14px; 679 684 line-height:20px 680 685 } … … 693 698 line-height:1 694 699 } 695 .acwp-heading h1,.acwp-heading .h1{700 .acwp-heading p.acwp-title { 696 701 font-size:18px 697 702 } 698 703 } 699 704 @media (max-height: 481px){ 700 .acwp-heading p{701 display:none702 }703 705 #acwp-close-toolbar{ 704 706 top:4px; … … 711 713 } 712 714 .acwp-heading{ 713 padding: 3px 20px715 padding: 4px 16px 714 716 } 715 717 .acwp-footer ul li{ 716 718 padding:0 20px 717 719 } 718 .acwp-heading h1,.acwp-heading .h1{720 .acwp-heading p.acwp-title{ 719 721 font-size:16px 720 722 } … … 725 727 } 726 728 @media (max-height: 386px){ 727 .acwp-heading h1,.acwp-heading .h1{729 .acwp-heading p.acwp-title{ 728 730 font-size:14px 729 731 } -
accessible-poetry/trunk/assets/js/admin.js
r2788662 r2793800 41 41 document.getElementById('acwp-contrast-linkscolor-row').style.display = 'table-row'; 42 42 } 43 44 //// 45 46 document.getElementById('acwp_custom_color_allow').onclick = function() { 47 48 if( this.checked == true ) { 49 document.getElementById('acwp-toolbar-custom-color').style.display = 'table-row'; 50 } 51 else { 52 document.getElementById('acwp-toolbar-custom-color').style.display = 'none'; 53 } 54 } 55 if( document.getElementById('acwp_custom_color_allow').checked == true ) { 56 document.getElementById('acwp-toolbar-custom-color').style.display = 'table-row'; 57 } 58 59 /// 43 60 44 61 document.getElementById('acwp_fontsize_customtags').onclick = function() { -
accessible-poetry/trunk/inc/panel.php
r2788662 r2793800 106 106 register_setting('acwp', 'acwp_no_btn_drage', array('show_in_rest' => true)); 107 107 register_setting('acwp', 'acwp_custom_color', array('show_in_rest' => true)); 108 register_setting('acwp', 'acwp_custom_color_allow', array('show_in_rest' => true)); 109 108 110 register_setting('acwp', 'acwp_toolbar_style', array('show_in_rest' => true)); 109 111 register_setting('acwp', 'acwp_no_toolbar_animation', array('show_in_rest' => true)); … … 629 631 <tr valign="top"> 630 632 <th scope="row"> 631 <label for="acwp_custom_color"><?php _e('Toolbar Header Color', 'acwp');?></label> 633 <label for="acwp_custom_color_allow"><?php _e("Use custom color for the toolbar?", 'acwp');?></label> 634 </th> 635 <td><input type="checkbox" name="acwp_custom_color_allow" id="acwp_custom_color_allow" value="yes" <?php checked( esc_attr( get_option('acwp_custom_color_allow') ), 'yes' ); ?> /></td> 636 </tr> 637 638 <tr valign="top" id="acwp-toolbar-custom-color" class="acwp-hide-row"> 639 <th scope="row"> 640 <label for="acwp_custom_color"><?php _e('Toolbar color', 'acwp');?></label> 632 641 </th> 633 642 <td><input type="color" name="acwp_custom_color" class="color-field" id="acwp_custom_color" value="<?php echo esc_attr( get_option('acwp_custom_color') );?>" /></td> -
accessible-poetry/trunk/inc/toolbar.php
r2788662 r2793800 38 38 39 39 if( get_option('acwp_hide_contrast') != 'yes' ) 40 acwp_toggler('contrast', __('Cont ast', 'acwp'), 'nights_stay');40 acwp_toggler('contrast', __('Contrast', 'acwp'), 'nights_stay'); 41 41 42 42 // In the last version there was a div starts in here … … 76 76 ?> 77 77 <div class="acwp-heading"> 78 < h1><?php echo $title; ?></h1>78 <p class="acwp-title"><?php echo $title; ?></p> 79 79 <button type="button" id="acwp-close-toolbar"> 80 80 <i class="material-icons" aria-hidden="true">close</i> … … 178 178 179 179 function acwp_set_custom_color(){ 180 $color = (get_option('acwp_custom_color') && get_option('acwp_custom_color') != '') ? get_option('acwp_custom_color') : ''; 181 182 if( $color != '' ){ 183 echo '<style> 184 #acwp-toolbar .acwp-heading {background-color: '.$color.';} 185 body #acwp-toolbar-btn {background-color: '.$color.';} 186 </style>'; 187 } 180 $allow = get_option('acwp_custom_color_allow'); 181 if( isset($allow) && $allow == 'yes' ){ 182 $color = (get_option('acwp_custom_color') && get_option('acwp_custom_color') != '') ? get_option('acwp_custom_color') : ''; 183 184 if( $color != '' ){ 185 echo '<style> 186 #acwp-toolbar-btn-wrap {border-color: '.$color.'} 187 #acwp-toolbar .acwp-heading {background-color: '.$color.';} 188 body #acwp-toolbar-btn {background-color: '.$color.';} 189 </style>'; 190 } 191 } 192 188 193 } 189 194 add_action('wp_footer', 'acwp_set_custom_color'); -
accessible-poetry/trunk/lang/acwp-he_IL.po
r2788675 r2793800 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: AccessibleWP - Accessibility Toolbar 5.1.0\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n" 7 "POT-Creation-Date: 2022-09-22 15:32+0300\n" 8 "PO-Revision-Date: 2022-09-22 15:49+0300\n" 5 "Project-Id-Version: AccessibleWP - Accessibility Toolbar 5.0.3\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/accessible-" 7 "poetry\n" 8 "POT-Creation-Date: 2022-09-15T22:04:41+00:00\n" 9 "PO-Revision-Date: 2022-09-16 01:18+0300\n" 9 10 "Last-Translator: \n" 10 11 "Language-Team: \n" … … 31 32 "users with disabilities." 32 33 msgstr "" 33 "מוסיף תפריט נגישות אל אתר הוורדפרס שלך כדי להקל על אנשים עם מוגבלוות בהתאם"34 " להנחיות הנגישות."34 "מוסיף לאתר תפריט עם כלי נגישות מקצועיים המסייעים לאנשים עם מוגבלויות, כנדרש " 35 "בהנחיות ה-WCAG 2.1." 35 36 36 37 #. Author of the plugin … … 42 43 msgstr "https://www.codenroll.co.il/" 43 44 44 #: inc/panel.php: 8545 #: inc/panel.php:27 45 46 msgid "AccessibleWP" 46 msgstr " AccessibleWP"47 48 #: inc/panel.php:1 7947 msgstr "נגישות" 48 49 #: inc/panel.php:114 49 50 msgid "Welcome to <span>AccessibleWP</span> Dashboard!" 50 51 msgstr "ברוכים הבאים אל לוח הבקרה של AccessibleWP!" 51 52 52 #: inc/panel.php:1 8053 #: inc/panel.php:115 53 54 msgid "Accessibility solutions for websites based on the WordPress." 54 msgstr "פתרונות הנגשה לאתרי אינטרנט מבוססי מערכת וורדפרס." 55 56 #: inc/panel.php:183 57 msgid "Who we are?" 55 msgstr "פתרונות נגישות לאתרי אינטרנט מבוססי מערכת וורדפרס." 56 57 #: inc/panel.php:117 58 msgid "Toolbar Settings" 59 msgstr "הגדרות התפריט" 60 61 #: inc/panel.php:120 62 msgid "Who We Are?" 58 63 msgstr "מי אנחנו?" 59 64 60 #: inc/panel.php:1 8461 msgid "About the author"65 #: inc/panel.php:120 66 msgid "About The Author" 62 67 msgstr "אודות המפתח" 63 68 64 #: inc/panel.php:185 65 msgid "W3C accessibility standards overview" 66 msgstr "הנחיות הנגישות (אנגלית)" 67 68 #: inc/panel.php:186 69 msgid "Send feedback" 70 msgstr "השארת משוב" 71 72 #: inc/panel.php:204 73 msgid "Active" 74 msgstr "פעיל" 75 76 #: inc/panel.php:204 77 msgid "Not active" 78 msgstr "לא פעיל" 79 80 #: inc/panel.php:210 81 msgid "Download the plugin" 82 msgstr "הורד את התוסף" 83 84 #: inc/panel.php:210 85 msgid "This link will be open in a new tab" 86 msgstr "קישור זה יפתח בכרטיסיה חדשה" 87 88 #: inc/panel.php:224 69 #: inc/panel.php:120 70 msgid "W3C Accessibility Standards Overview" 71 msgstr "סיקור הנחיות נגישות אתרים מאת W3C (באנגלית)" 72 73 #: inc/panel.php:124 inc/panel.php:481 inc/panel.php:489 inc/toolbar.php:101 74 msgid "Send Feedback" 75 msgstr "שליחת משוב" 76 77 #: inc/panel.php:137 89 78 msgid "Toolbar Heading" 90 79 msgstr "כותרת התפריט" 91 80 92 #: inc/panel.php: 22981 #: inc/panel.php:142 93 82 msgid "Toolbar title" 94 83 msgstr "כותרת התפריט" 95 84 96 #: inc/panel.php: 232 inc/toolbar.php:7485 #: inc/panel.php:145 inc/toolbar.php:75 97 86 msgid "Accessibility Toolbar" 98 87 msgstr "תפריט נגישות" 99 88 100 #: inc/panel.php: 23389 #: inc/panel.php:146 101 90 msgid "" 102 91 "Change the default toolbar title. Please note that if you change the title " 103 92 "you will not be able to translate it into other languages" 104 93 msgstr "" 105 "שינוי כותרת ברירת המחדל של התפריט. נא לשים לב ש אם תשנו את כותרת ברירת המחדל"106 " לא תוכלו לתרגמה לשפות נוספות."107 108 #: inc/panel.php: 243 inc/panel.php:81694 "שינוי כותרת ברירת המחדל של התפריט. נא לשים לב ששינוי כותרת ברירת המחדל תמנע " 95 "ממך את האפשרות לתרגם אותה לשפות נוספות." 96 97 #: inc/panel.php:156 inc/panel.php:534 109 98 msgid "Options" 110 99 msgstr "אפשרויות" 111 100 112 #: inc/panel.php: 248 inc/toolbar.php:34101 #: inc/panel.php:161 inc/toolbar.php:35 113 102 msgid "Keyboard Navigation" 114 103 msgstr "ניווט מקלדת" 115 104 116 #: inc/panel.php: 252105 #: inc/panel.php:165 117 106 msgid "Add effect to components in focus mode." 118 msgstr " מוסיף אפקט לרכיבים במצב פוקוס."119 120 #: inc/panel.php: 253107 msgstr "הוספת אפקט לרכיבים במצב פוקוס" 108 109 #: inc/panel.php:166 121 110 msgid "Allow navigation between components using keyboard arrows & TAB." 122 msgstr "מאפשר ניווט מקלדת עם החצים ועם לחצן ה-TAB."123 124 #: inc/panel.php: 260111 msgstr "מאפשר לנווט באמצעות לחצן ה-TAB וגם באמצעות חצי המקלדת" 112 113 #: inc/panel.php:172 125 114 msgid "Disable arrows navigation" 126 msgstr "ב טל ניווטחצים"127 128 #: inc/panel.php: 271 inc/panel.php:289 inc/panel.php:358 inc/panel.php:425129 #: inc/panel.php: 476 inc/panel.php:527 inc/panel.php:560115 msgstr "ביטול ניווט באמצעות חצים" 116 117 #: inc/panel.php:176 inc/panel.php:191 inc/panel.php:233 inc/panel.php:269 118 #: inc/panel.php:307 inc/panel.php:343 inc/panel.php:367 130 119 msgid "Hide option" 131 120 msgstr "הסתרת אפשרות זו" 132 121 133 #: inc/panel.php: 278 inc/toolbar.php:37122 #: inc/panel.php:182 inc/toolbar.php:38 134 123 msgid "Disable Animations" 135 msgstr "ביטול אנימציות והבהובים"136 137 #: inc/panel.php: 282124 msgstr "ביטול אנימציות / הבהובים" 125 126 #: inc/panel.php:186 138 127 msgid "Disables CSS3 animations." 139 msgstr "מבטל אנימציות CSS3 ."140 141 #: inc/panel.php: 296128 msgstr "מבטל אנימציות CSS3" 129 130 #: inc/panel.php:197 142 131 msgid "Dark Contrast" 143 132 msgstr "ניגודיות גבוהה" 144 133 145 #: inc/panel.php: 300134 #: inc/panel.php:201 146 135 msgid "Changes the colors of backgrounds, texts and links." 147 msgstr "משנה את הצבעים של הרקעים, הטקסטים והקישורים ."148 149 #: inc/panel.php: 301136 msgstr "משנה את הצבעים של הרקעים, הטקסטים והקישורים" 137 138 #: inc/panel.php:202 150 139 msgid "Disables background images." 151 msgstr "מבטל תמונות רקע ."152 153 #: inc/panel.php: 307140 msgstr "מבטל תמונות רקע" 141 142 #: inc/panel.php:207 154 143 msgid "Use custom colors" 155 144 msgstr "האם להשתמש בצבעים מותאמים אישית?" 156 145 157 #: inc/panel.php: 313146 #: inc/panel.php:211 158 147 msgid "Backgrounds color" 159 148 msgstr "צבע רקע" 160 149 161 #: inc/panel.php: 319150 #: inc/panel.php:215 162 151 msgid "Text color" 163 152 msgstr "צבע טקסט" 164 153 165 #: inc/panel.php: 325154 #: inc/panel.php:219 166 155 msgid "Links color" 167 msgstr "צבע קישור ים"168 169 #: inc/panel.php: 331 inc/panel.php:442 inc/panel.php:493 inc/panel.php:544156 msgstr "צבע קישור" 157 158 #: inc/panel.php:223 inc/panel.php:284 inc/panel.php:322 inc/panel.php:358 170 159 msgid "Mode" 171 160 msgstr "מצב" 172 161 173 #: inc/panel.php: 335 inc/panel.php:446 inc/panel.php:497 inc/panel.php:548162 #: inc/panel.php:226 inc/panel.php:287 inc/panel.php:325 inc/panel.php:361 174 163 msgid "Normal CSS (default)" 175 msgstr "רגיל ( CSS,ברירת מחדל)"176 177 #: inc/panel.php: 336 inc/panel.php:447 inc/panel.php:498 inc/panel.php:549164 msgstr "רגיל (ברירת מחדל)" 165 166 #: inc/panel.php:227 inc/panel.php:288 inc/panel.php:326 inc/panel.php:362 178 167 msgid "Hard CSS" 179 168 msgstr "שימוש ב-important" 180 169 181 #: inc/panel.php: 337170 #: inc/panel.php:228 182 171 msgid "JS" 183 172 msgstr "JS" 184 173 185 #: inc/panel.php:343 186 msgid "Exclude items" 187 msgstr "אל תכלול פריטים" 188 189 #: inc/panel.php:347 190 msgid "" 191 "Exclude items by setting the item tag name, class or id. Separate items with " 192 "comma please, For example:" 193 msgstr "נא להפריד פריטים באמצעות פסיק" 194 195 #: inc/panel.php:365 174 #: inc/panel.php:239 196 175 msgid "Font Size" 197 176 msgstr "גודל טקסט" 198 177 199 #: inc/panel.php: 369178 #: inc/panel.php:243 200 179 msgid "Allow users to increase or decrease font sizes." 201 msgstr "מאפשר למשתמש להגדיל ולהקטין את גודל הטקסט."202 203 #: inc/panel.php: 375180 msgstr "מאפשר למשתמשים להגדיל או להקטין את גודל הטקסט" 181 182 #: inc/panel.php:248 204 183 msgid "By how many percent to <b>increase</b> the font size?" 205 msgstr "בכמה אחוזים ל הגדיל אתהטקסט?"206 207 #: inc/panel.php: 381184 msgstr "בכמה אחוזים לאפשר הגדלה של הטקסט?" 185 186 #: inc/panel.php:252 208 187 msgid "By how many percent to <b>decrease</b> the font size?" 209 msgstr "בכמה אחוזים ל הקטין אתהטקסט?"210 211 #: inc/panel.php: 388188 msgstr "בכמה אחוזים לאפשר הקטנה של הטקסט?" 189 190 #: inc/panel.php:256 212 191 msgid "Use custom tags?" 213 192 msgstr "האם להשתמש בתגיות מותאמות אישית?" 214 193 215 #: inc/panel.php: 394 inc/panel.php:407194 #: inc/panel.php:260 216 195 msgid "Seperate tags with comma" 217 msgstr "הפרד תגיות באמצעות פסיק" 218 219 #: inc/panel.php:401 220 msgid "Exclude tags?" 221 msgstr "אל תכלול תגיות" 222 223 #: inc/panel.php:414 196 msgstr "נא להפריד תגיות באמצעות פסיק" 197 198 #: inc/panel.php:264 224 199 msgid "Disable line-height reset when font size is changing?" 225 msgstr "האם לבטל את איפוס גובה השורה בעת שינוי הטקסט?"226 227 #: inc/panel.php: 432 inc/toolbar.php:49200 msgstr "האם לבטל את איפוס גובה השורה בעת שינוי גודל הטקסט?" 201 202 #: inc/panel.php:275 inc/toolbar.php:50 228 203 msgid "Readable Font" 229 204 msgstr "גופן קריא" 230 205 231 #: inc/panel.php: 436206 #: inc/panel.php:279 232 207 msgid "Change the font family of all text to readable font." 233 msgstr "שינוי משפחת הגופן של הגופן הקריא" 234 235 #: inc/panel.php:453 208 msgstr "" 209 "מאפשר למשתמשים לשנות את הגופן לגופן ממשפחה נגישה (כמו למשל אריאל או טהומה)" 210 211 #: inc/panel.php:293 236 212 msgid "Choose your readable font:" 237 msgstr "בחירת משפחת הגופן"238 239 #: inc/panel.php: 457213 msgstr "בחירת הגופן הקריא:" 214 215 #: inc/panel.php:296 240 216 msgid "Default (Arial)" 241 217 msgstr "אריאל (ברירת מחדל)" 242 218 243 #: inc/panel.php: 458219 #: inc/panel.php:297 244 220 msgid "Tahoma" 245 221 msgstr "טהומה" 246 222 247 #: inc/panel.php: 459223 #: inc/panel.php:298 248 224 msgid "Custom Family" 249 msgstr " מותאם אישית"250 251 #: inc/panel.php: 465225 msgstr "גופן מותאם אישית" 226 227 #: inc/panel.php:303 252 228 msgid "Custom Font Family" 253 229 msgstr "משפחת גופן מותאמת אישית" 254 230 255 #: inc/panel.php: 483 inc/toolbar.php:52231 #: inc/panel.php:313 inc/toolbar.php:53 256 232 msgid "Mark Titles" 257 233 msgstr "סימון כותרות" 258 234 259 #: inc/panel.php: 487235 #: inc/panel.php:317 260 236 msgid "Add custom background color and text color to heading components." 261 msgstr "מ דגיש כותרות על ידי התניית צבע רקע."262 263 #: inc/panel.php: 504237 msgstr "מאפשר להדגיש כותרות באמצעות צבע רקע וצבע טקסט" 238 239 #: inc/panel.php:331 264 240 msgid "Use custom colors?" 265 241 msgstr "האם להשתמש בצבעים מותאמים אישית?" 266 242 267 #: inc/panel.php: 510243 #: inc/panel.php:335 268 244 msgid "Titles Background Color" 269 msgstr "צבע רקע הכותרות"270 271 #: inc/panel.php: 516245 msgstr "צבע רקע" 246 247 #: inc/panel.php:339 272 248 msgid "Titles Text Color" 273 msgstr "צבע טקסט הכותרות"274 275 #: inc/panel.php: 534249 msgstr "צבע טקסט" 250 251 #: inc/panel.php:349 276 252 msgid "Underline Links" 277 253 msgstr "הדגשת קישורים" 278 254 279 #: inc/panel.php: 538255 #: inc/panel.php:353 280 256 msgid "Add line under all link components." 281 msgstr "מ וסיף צבע רקע וקו תחתון לקישורים."282 283 #: inc/panel.php: 571 inc/panel.php:818257 msgstr "מדגיש קישורים ולחצנים באמצעות קו תחתון וצבע רקע צהוב" 258 259 #: inc/panel.php:377 inc/panel.php:536 284 260 msgid "Settings" 285 261 msgstr "הגדרות" 286 262 287 #: inc/panel.php: 579263 #: inc/panel.php:384 288 264 msgid "Hide the icons of the accessibility options" 289 msgstr "הסתר את האייקונים בתפריט"290 291 #: inc/panel.php: 585265 msgstr "הסתרת האייקונים מתפריט הנגישות" 266 267 #: inc/panel.php:388 292 268 msgid "Disable button dragging" 293 msgstr "ב טל את האפשרות לגרור את לחצן הפתיחה"294 295 #: inc/panel.php: 591269 msgstr "ביטול האפשרות לגרירת האייקון שפותח את התפריט" 270 271 #: inc/panel.php:392 296 272 msgid "Show toolbar also on mobile devices" 297 msgstr "הצג את התפריט גם במובייל"298 299 #: inc/panel.php: 602 inc/panel.php:819273 msgstr "הצגת תפריט הנגישות גם במכשירים ניידים" 274 275 #: inc/panel.php:402 inc/panel.php:537 300 276 msgid "Style" 301 277 msgstr "סגנון" 302 278 303 #: inc/panel.php: 607279 #: inc/panel.php:407 304 280 msgid "Toolbar style" 305 msgstr "סגנון התפריט"306 307 #: inc/panel.php: 611281 msgstr "סגנון תפריט" 282 283 #: inc/panel.php:411 308 284 msgid "App style (default)" 309 285 msgstr "אפליקטיבי (ברירת מחדל)" 310 286 311 #: inc/panel.php: 612287 #: inc/panel.php:412 312 288 msgid "Columns style" 313 msgstr " טורים"314 315 #: inc/panel.php: 619289 msgstr "משבצות" 290 291 #: inc/panel.php:418 316 292 msgid "Toolbar side" 317 293 msgstr "צד התפריט" 318 294 319 #: inc/panel.php: 623295 #: inc/panel.php:421 320 296 msgid "Left (default)" 321 297 msgstr "שמאל (ברירת מחדל)" 322 298 323 #: inc/panel.php: 624299 #: inc/panel.php:422 324 300 msgid "Right" 325 301 msgstr "ימין" 326 302 327 #: inc/panel.php: 631303 #: inc/panel.php:428 328 304 msgid "Toolbar Header Color" 329 305 msgstr "צבע כותרת התפריט ולחצן הפתיחה" 330 306 331 #: inc/panel.php: 638307 #: inc/panel.php:433 332 308 msgid "Disable toolbar animation" 333 309 msgstr "ביטול אנימציית התפריט" 334 310 335 #: inc/panel.php: 645336 msgid "Toggle Button Position"337 msgstr " מיקום לחצן הפתיחה"338 339 #: inc/panel.php: 651340 msgid " Button position from top"341 msgstr "מיקום הלחצןמלמעלה"342 343 #: inc/panel.php: 653 inc/panel.php:659 inc/panel.php:672 inc/panel.php:678311 #: inc/panel.php:439 312 msgid "Toggle Button" 313 msgstr "לחצן פתיחת התפריט" 314 315 #: inc/panel.php:444 316 msgid "Position from top" 317 msgstr "מיקום מלמעלה" 318 319 #: inc/panel.php:445 inc/panel.php:449 344 320 msgid "in pixels" 345 321 msgstr "בפיקסלים" 346 322 347 #: inc/panel.php:657 348 msgid "Button position from side" 349 msgstr "מיקום הלחצן מהצד" 350 351 #: inc/panel.php:664 352 msgid "Toolbar Position" 353 msgstr "מיקום התפריט" 354 355 #: inc/panel.php:670 356 msgid "Toolnar position from top" 357 msgstr "מיקום התפריט מלמעלה" 358 359 #: inc/panel.php:676 360 msgid "Toolbar position from side" 361 msgstr "מיקום התפריט מהצד" 362 363 #: inc/panel.php:687 inc/panel.php:817 323 #: inc/panel.php:448 324 msgid "Position from side" 325 msgstr "מיקום מהצד" 326 327 #: inc/panel.php:458 inc/panel.php:535 364 328 msgid "Additional Links" 365 329 msgstr "קישורים נוספים" 366 330 367 #: inc/panel.php: 688 inc/panel.php:696 inc/toolbar.php:97331 #: inc/panel.php:459 inc/panel.php:467 inc/toolbar.php:98 368 332 msgid "Accessibility Statement" 369 333 msgstr "הצהרת נגישות" 370 334 371 #: inc/panel.php: 693 inc/panel.php:715 inc/panel.php:735335 #: inc/panel.php:464 inc/panel.php:486 inc/panel.php:506 372 336 msgid "Label" 373 337 msgstr "תווית" 374 338 375 #: inc/panel.php: 697339 #: inc/panel.php:468 376 340 msgid "" 377 341 "Change the default label of the statement link. Please note that if you " … … 379 343 "languages" 380 344 msgstr "" 381 " משנה את תווית ברירת המחדל של לחצן הצהרת הנגישות. נא לשים לב ששינוי תווית זאת"382 "ת מנע את האפשרות להציג את התווית בשפות נוספות."383 384 #: inc/panel.php: 702 inc/panel.php:724 inc/panel.php:744345 "שינוי תווית ברירת המחדל של הקישור אל הצהרת הנגישות. נא לשים לב שאם תשנו " 346 "תווית זו לא תוכלו לתרגם אותה לשפות נוספות." 347 348 #: inc/panel.php:473 inc/panel.php:495 inc/panel.php:515 385 349 msgid "Link" 386 350 msgstr "קישור" 387 351 388 #: inc/panel.php:710 inc/panel.php:718 inc/toolbar.php:100 389 msgid "Send Feedback" 390 msgstr "השארת משוב" 391 392 #: inc/panel.php:719 352 #: inc/panel.php:490 393 353 msgid "" 394 354 "Change the default label of the feedback link. Please note that if you " … … 396 356 "languages" 397 357 msgstr "" 398 " משנה את תווית ברירת המחדל של לחצן השארת המשוב. נא לשים לב ששינוי תווית זאת "399 " תמנע את האפשרות להציג את התווית בשפות נוספות."400 401 #: inc/panel.php: 730 inc/panel.php:738 inc/toolbar.php:94358 "שינוי תווית ברירת המחדל של הקישור אל השארת משוב. נא לשים לב שאם תשנו תווית " 359 "זו לא תוכלו לתרגם אותה לשפות נוספות." 360 361 #: inc/panel.php:501 inc/panel.php:509 inc/toolbar.php:95 402 362 msgid "Site Map" 403 363 msgstr "מפת האתר" 404 364 405 #: inc/panel.php: 739365 #: inc/panel.php:510 406 366 msgid "" 407 367 "Change the default label of the sitemap link. Please note that if you change " 408 368 "the default label you will not be able to translate it into other languages" 409 369 msgstr "" 410 "משנה את תווית ברירת המחדל של לחצן מפת האתר. נא לשים לב ששינוי תווית זאת תמנע " 411 "את האפשרות להציג את התווית בשפות נוספות." 412 413 #: inc/panel.php:762 inc/panel.php:820 414 msgid "Connect" 415 msgstr "התחברות" 416 417 #: inc/panel.php:766 418 msgid "Status" 419 msgstr "סטטוס" 420 421 #: inc/panel.php:776 422 msgid "Activate toolbar monitoring service" 423 msgstr "הפעלת שירות ניטור התפריט" 424 425 #: inc/panel.php:777 426 msgid "" 427 "You can connect the plugin to the AccessibleWP platform to monitor all your " 428 "accessibility plugins from all your websites in one place and enjoy " 429 "additional features alongside with PRO versions to members only, to open an " 430 "account navigate to <a href=\"https://www.accessible-wp.com\" target=\"_blank" 431 "\">Accessible-WP.com</a>. This feature is not required in order to activate " 432 "the component." 433 msgstr "" 434 435 #: inc/panel.php:781 436 msgid "Token" 437 msgstr "טוקן" 438 439 #: inc/panel.php:789 440 msgid "Account Email" 441 msgstr "אימייל החשבון" 442 443 #: inc/panel.php:809 370 "שינוי תווית ברירת המחדל של הקישור אל מפת האתר. נא לשים לב שאם תשנו תווית זו " 371 "לא תוכלו לתרגם אותה לשפות נוספות." 372 373 #: inc/panel.php:527 444 374 msgid "AccessibleWP Accessibility Toolbar" 445 375 msgstr "תפריט נגישות AccessibleWP" 446 376 447 #: inc/panel.php: 815377 #: inc/panel.php:533 448 378 msgid "Heading" 449 379 msgstr "כותרת" 450 380 451 #: inc/toolbar.php: 19381 #: inc/toolbar.php:20 452 382 msgid "Toggle Accessibility Toolbar" 453 msgstr " הסתרה או הצגה של תפריטנגישות"454 455 #: inc/toolbar.php:2 6383 msgstr "פתיחה וסגירה של תפריט הנגישות" 384 385 #: inc/toolbar.php:27 456 386 msgid "Accessibility Toolbar Toggle View" 457 msgstr " הסתרה או הצגה של תפריטנגישות"458 459 #: inc/toolbar.php:4 0387 msgstr "פתיחה וסגירה של תפריט הנגישות" 388 389 #: inc/toolbar.php:41 460 390 msgid "Contast" 461 msgstr "ניגודיות "462 463 #: inc/toolbar.php:4 4391 msgstr "ניגודיות גבוהה" 392 393 #: inc/toolbar.php:45 464 394 msgid "Increase Text" 465 395 msgstr "הגדלת טקסט" 466 396 467 #: inc/toolbar.php:4 5397 #: inc/toolbar.php:46 468 398 msgid "Decrease Text" 469 399 msgstr "הקטנת טקסט" 470 400 471 #: inc/toolbar.php:5 5401 #: inc/toolbar.php:56 472 402 msgid "Highlight Links & Buttons" 473 msgstr " הדגשתקישורים ולחצנים"474 475 #: inc/toolbar.php:7 5403 msgstr "סימון קישורים ולחצנים" 404 405 #: inc/toolbar.php:76 476 406 msgid "Toggle the visibility of the Accessibility Toolbar" 477 msgstr " הסתרה או הצגה של תפריטנגישות"478 479 #: inc/toolbar.php:11 7407 msgstr "פתיחה וסגירה של תפריט הנגישות" 408 409 #: inc/toolbar.php:118 480 410 msgid "Powered with" 481 411 msgstr "מופעל ב" 482 412 483 #: inc/toolbar.php:11 7413 #: inc/toolbar.php:118 484 414 msgid "Love" 485 415 msgstr "אהבה" 486 416 487 #: inc/toolbar.php:11 7417 #: inc/toolbar.php:118 488 418 msgid "by" 489 419 msgstr "ע״י" -
accessible-poetry/trunk/lang/acwp.pot
r2788665 r2793800 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: AccessibleWP - Accessibility Toolbar 5. 1.0\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ trunk\n"5 "Project-Id-Version: AccessibleWP - Accessibility Toolbar 5.0.3\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/accessible-poetry\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2022-09- 22T12:30:59+00:00\n"12 "POT-Creation-Date: 2022-09-15T22:04:41+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.6.0\n" … … 35 35 msgstr "" 36 36 37 #: inc/panel.php: 8537 #: inc/panel.php:27 38 38 msgid "AccessibleWP" 39 39 msgstr "" 40 40 41 #: inc/panel.php:1 7941 #: inc/panel.php:114 42 42 msgid "Welcome to <span>AccessibleWP</span> Dashboard!" 43 43 msgstr "" 44 44 45 #: inc/panel.php:1 8045 #: inc/panel.php:115 46 46 msgid "Accessibility solutions for websites based on the WordPress." 47 47 msgstr "" 48 48 49 #: inc/panel.php:183 50 msgid "Who we are?" 51 msgstr "" 52 53 #: inc/panel.php:184 54 msgid "About the author" 55 msgstr "" 56 57 #: inc/panel.php:185 58 msgid "W3C accessibility standards overview" 49 #: inc/panel.php:117 50 msgid "Toolbar Settings" 51 msgstr "" 52 53 #: inc/panel.php:120 54 msgid "Who We Are?" 55 msgstr "" 56 57 #: inc/panel.php:120 58 msgid "About The Author" 59 msgstr "" 60 61 #: inc/panel.php:120 62 msgid "W3C Accessibility Standards Overview" 63 msgstr "" 64 65 #: inc/panel.php:124 66 #: inc/panel.php:481 67 #: inc/panel.php:489 68 #: inc/toolbar.php:101 69 msgid "Send Feedback" 70 msgstr "" 71 72 #: inc/panel.php:137 73 msgid "Toolbar Heading" 74 msgstr "" 75 76 #: inc/panel.php:142 77 msgid "Toolbar title" 78 msgstr "" 79 80 #: inc/panel.php:145 81 #: inc/toolbar.php:75 82 msgid "Accessibility Toolbar" 83 msgstr "" 84 85 #: inc/panel.php:146 86 msgid "Change the default toolbar title. Please note that if you change the title you will not be able to translate it into other languages" 87 msgstr "" 88 89 #: inc/panel.php:156 90 #: inc/panel.php:534 91 msgid "Options" 92 msgstr "" 93 94 #: inc/panel.php:161 95 #: inc/toolbar.php:35 96 msgid "Keyboard Navigation" 97 msgstr "" 98 99 #: inc/panel.php:165 100 msgid "Add effect to components in focus mode." 101 msgstr "" 102 103 #: inc/panel.php:166 104 msgid "Allow navigation between components using keyboard arrows & TAB." 105 msgstr "" 106 107 #: inc/panel.php:172 108 msgid "Disable arrows navigation" 109 msgstr "" 110 111 #: inc/panel.php:176 112 #: inc/panel.php:191 113 #: inc/panel.php:233 114 #: inc/panel.php:269 115 #: inc/panel.php:307 116 #: inc/panel.php:343 117 #: inc/panel.php:367 118 msgid "Hide option" 119 msgstr "" 120 121 #: inc/panel.php:182 122 #: inc/toolbar.php:38 123 msgid "Disable Animations" 59 124 msgstr "" 60 125 61 126 #: inc/panel.php:186 62 msgid "Send feedback" 63 msgstr "" 64 65 #: inc/panel.php:204 66 msgid "Active" 67 msgstr "" 68 69 #: inc/panel.php:204 70 msgid "Not active" 71 msgstr "" 72 73 #: inc/panel.php:210 74 msgid "Download the plugin" 75 msgstr "" 76 77 #: inc/panel.php:210 78 msgid "This link will be open in a new tab" 79 msgstr "" 80 81 #: inc/panel.php:224 82 msgid "Toolbar Heading" 83 msgstr "" 84 85 #: inc/panel.php:229 86 msgid "Toolbar title" 87 msgstr "" 88 89 #: inc/panel.php:232 90 #: inc/toolbar.php:74 91 msgid "Accessibility Toolbar" 92 msgstr "" 93 94 #: inc/panel.php:233 95 msgid "Change the default toolbar title. Please note that if you change the title you will not be able to translate it into other languages" 127 msgid "Disables CSS3 animations." 128 msgstr "" 129 130 #: inc/panel.php:197 131 msgid "Dark Contrast" 132 msgstr "" 133 134 #: inc/panel.php:201 135 msgid "Changes the colors of backgrounds, texts and links." 136 msgstr "" 137 138 #: inc/panel.php:202 139 msgid "Disables background images." 140 msgstr "" 141 142 #: inc/panel.php:207 143 msgid "Use custom colors" 144 msgstr "" 145 146 #: inc/panel.php:211 147 msgid "Backgrounds color" 148 msgstr "" 149 150 #: inc/panel.php:215 151 msgid "Text color" 152 msgstr "" 153 154 #: inc/panel.php:219 155 msgid "Links color" 156 msgstr "" 157 158 #: inc/panel.php:223 159 #: inc/panel.php:284 160 #: inc/panel.php:322 161 #: inc/panel.php:358 162 msgid "Mode" 163 msgstr "" 164 165 #: inc/panel.php:226 166 #: inc/panel.php:287 167 #: inc/panel.php:325 168 #: inc/panel.php:361 169 msgid "Normal CSS (default)" 170 msgstr "" 171 172 #: inc/panel.php:227 173 #: inc/panel.php:288 174 #: inc/panel.php:326 175 #: inc/panel.php:362 176 msgid "Hard CSS" 177 msgstr "" 178 179 #: inc/panel.php:228 180 msgid "JS" 181 msgstr "" 182 183 #: inc/panel.php:239 184 msgid "Font Size" 96 185 msgstr "" 97 186 98 187 #: inc/panel.php:243 99 #: inc/panel.php:816 100 msgid "Options" 188 msgid "Allow users to increase or decrease font sizes." 101 189 msgstr "" 102 190 103 191 #: inc/panel.php:248 104 #: inc/toolbar.php:34 105 msgid "Keyboard Navigation" 192 msgid "By how many percent to <b>increase</b> the font size?" 106 193 msgstr "" 107 194 108 195 #: inc/panel.php:252 109 msgid " Add effect to components in focus mode."110 msgstr "" 111 112 #: inc/panel.php:25 3113 msgid " Allow navigation between components using keyboard arrows & TAB."196 msgid "By how many percent to <b>decrease</b> the font size?" 197 msgstr "" 198 199 #: inc/panel.php:256 200 msgid "Use custom tags?" 114 201 msgstr "" 115 202 116 203 #: inc/panel.php:260 117 msgid "Disable arrows navigation" 118 msgstr "" 119 120 #: inc/panel.php:271 121 #: inc/panel.php:289 122 #: inc/panel.php:358 123 #: inc/panel.php:425 124 #: inc/panel.php:476 204 msgid "Seperate tags with comma" 205 msgstr "" 206 207 #: inc/panel.php:264 208 msgid "Disable line-height reset when font size is changing?" 209 msgstr "" 210 211 #: inc/panel.php:275 212 #: inc/toolbar.php:50 213 msgid "Readable Font" 214 msgstr "" 215 216 #: inc/panel.php:279 217 msgid "Change the font family of all text to readable font." 218 msgstr "" 219 220 #: inc/panel.php:293 221 msgid "Choose your readable font:" 222 msgstr "" 223 224 #: inc/panel.php:296 225 msgid "Default (Arial)" 226 msgstr "" 227 228 #: inc/panel.php:297 229 msgid "Tahoma" 230 msgstr "" 231 232 #: inc/panel.php:298 233 msgid "Custom Family" 234 msgstr "" 235 236 #: inc/panel.php:303 237 msgid "Custom Font Family" 238 msgstr "" 239 240 #: inc/panel.php:313 241 #: inc/toolbar.php:53 242 msgid "Mark Titles" 243 msgstr "" 244 245 #: inc/panel.php:317 246 msgid "Add custom background color and text color to heading components." 247 msgstr "" 248 249 #: inc/panel.php:331 250 msgid "Use custom colors?" 251 msgstr "" 252 253 #: inc/panel.php:335 254 msgid "Titles Background Color" 255 msgstr "" 256 257 #: inc/panel.php:339 258 msgid "Titles Text Color" 259 msgstr "" 260 261 #: inc/panel.php:349 262 msgid "Underline Links" 263 msgstr "" 264 265 #: inc/panel.php:353 266 msgid "Add line under all link components." 267 msgstr "" 268 269 #: inc/panel.php:377 270 #: inc/panel.php:536 271 msgid "Settings" 272 msgstr "" 273 274 #: inc/panel.php:384 275 msgid "Hide the icons of the accessibility options" 276 msgstr "" 277 278 #: inc/panel.php:388 279 msgid "Disable button dragging" 280 msgstr "" 281 282 #: inc/panel.php:392 283 msgid "Show toolbar also on mobile devices" 284 msgstr "" 285 286 #: inc/panel.php:402 287 #: inc/panel.php:537 288 msgid "Style" 289 msgstr "" 290 291 #: inc/panel.php:407 292 msgid "Toolbar style" 293 msgstr "" 294 295 #: inc/panel.php:411 296 msgid "App style (default)" 297 msgstr "" 298 299 #: inc/panel.php:412 300 msgid "Columns style" 301 msgstr "" 302 303 #: inc/panel.php:418 304 msgid "Toolbar side" 305 msgstr "" 306 307 #: inc/panel.php:421 308 msgid "Left (default)" 309 msgstr "" 310 311 #: inc/panel.php:422 312 msgid "Right" 313 msgstr "" 314 315 #: inc/panel.php:428 316 msgid "Toolbar Header Color" 317 msgstr "" 318 319 #: inc/panel.php:433 320 msgid "Disable toolbar animation" 321 msgstr "" 322 323 #: inc/panel.php:439 324 msgid "Toggle Button" 325 msgstr "" 326 327 #: inc/panel.php:444 328 msgid "Position from top" 329 msgstr "" 330 331 #: inc/panel.php:445 332 #: inc/panel.php:449 333 msgid "in pixels" 334 msgstr "" 335 336 #: inc/panel.php:448 337 msgid "Position from side" 338 msgstr "" 339 340 #: inc/panel.php:458 341 #: inc/panel.php:535 342 msgid "Additional Links" 343 msgstr "" 344 345 #: inc/panel.php:459 346 #: inc/panel.php:467 347 #: inc/toolbar.php:98 348 msgid "Accessibility Statement" 349 msgstr "" 350 351 #: inc/panel.php:464 352 #: inc/panel.php:486 353 #: inc/panel.php:506 354 msgid "Label" 355 msgstr "" 356 357 #: inc/panel.php:468 358 msgid "Change the default label of the statement link. Please note that if you change the default label you will not be able to translate it into other languages" 359 msgstr "" 360 361 #: inc/panel.php:473 362 #: inc/panel.php:495 363 #: inc/panel.php:515 364 msgid "Link" 365 msgstr "" 366 367 #: inc/panel.php:490 368 msgid "Change the default label of the feedback link. Please note that if you change the default label you will not be able to translate it into other languages" 369 msgstr "" 370 371 #: inc/panel.php:501 372 #: inc/panel.php:509 373 #: inc/toolbar.php:95 374 msgid "Site Map" 375 msgstr "" 376 377 #: inc/panel.php:510 378 msgid "Change the default label of the sitemap link. Please note that if you change the default label you will not be able to translate it into other languages" 379 msgstr "" 380 125 381 #: inc/panel.php:527 126 #: inc/panel.php:560127 msgid "Hide option"128 msgstr ""129 130 #: inc/panel.php:278131 #: inc/toolbar.php:37132 msgid "Disable Animations"133 msgstr ""134 135 #: inc/panel.php:282136 msgid "Disables CSS3 animations."137 msgstr ""138 139 #: inc/panel.php:296140 msgid "Dark Contrast"141 msgstr ""142 143 #: inc/panel.php:300144 msgid "Changes the colors of backgrounds, texts and links."145 msgstr ""146 147 #: inc/panel.php:301148 msgid "Disables background images."149 msgstr ""150 151 #: inc/panel.php:307152 msgid "Use custom colors"153 msgstr ""154 155 #: inc/panel.php:313156 msgid "Backgrounds color"157 msgstr ""158 159 #: inc/panel.php:319160 msgid "Text color"161 msgstr ""162 163 #: inc/panel.php:325164 msgid "Links color"165 msgstr ""166 167 #: inc/panel.php:331168 #: inc/panel.php:442169 #: inc/panel.php:493170 #: inc/panel.php:544171 msgid "Mode"172 msgstr ""173 174 #: inc/panel.php:335175 #: inc/panel.php:446176 #: inc/panel.php:497177 #: inc/panel.php:548178 msgid "Normal CSS (default)"179 msgstr ""180 181 #: inc/panel.php:336182 #: inc/panel.php:447183 #: inc/panel.php:498184 #: inc/panel.php:549185 msgid "Hard CSS"186 msgstr ""187 188 #: inc/panel.php:337189 msgid "JS"190 msgstr ""191 192 #: inc/panel.php:343193 msgid "Exclude items"194 msgstr ""195 196 #: inc/panel.php:347197 msgid "Exclude items by setting the item tag name, class or id. Separate items with comma please, For example:"198 msgstr ""199 200 #: inc/panel.php:365201 msgid "Font Size"202 msgstr ""203 204 #: inc/panel.php:369205 msgid "Allow users to increase or decrease font sizes."206 msgstr ""207 208 #: inc/panel.php:375209 msgid "By how many percent to <b>increase</b> the font size?"210 msgstr ""211 212 #: inc/panel.php:381213 msgid "By how many percent to <b>decrease</b> the font size?"214 msgstr ""215 216 #: inc/panel.php:388217 msgid "Use custom tags?"218 msgstr ""219 220 #: inc/panel.php:394221 #: inc/panel.php:407222 msgid "Seperate tags with comma"223 msgstr ""224 225 #: inc/panel.php:401226 msgid "Exclude tags?"227 msgstr ""228 229 #: inc/panel.php:414230 msgid "Disable line-height reset when font size is changing?"231 msgstr ""232 233 #: inc/panel.php:432234 #: inc/toolbar.php:49235 msgid "Readable Font"236 msgstr ""237 238 #: inc/panel.php:436239 msgid "Change the font family of all text to readable font."240 msgstr ""241 242 #: inc/panel.php:453243 msgid "Choose your readable font:"244 msgstr ""245 246 #: inc/panel.php:457247 msgid "Default (Arial)"248 msgstr ""249 250 #: inc/panel.php:458251 msgid "Tahoma"252 msgstr ""253 254 #: inc/panel.php:459255 msgid "Custom Family"256 msgstr ""257 258 #: inc/panel.php:465259 msgid "Custom Font Family"260 msgstr ""261 262 #: inc/panel.php:483263 #: inc/toolbar.php:52264 msgid "Mark Titles"265 msgstr ""266 267 #: inc/panel.php:487268 msgid "Add custom background color and text color to heading components."269 msgstr ""270 271 #: inc/panel.php:504272 msgid "Use custom colors?"273 msgstr ""274 275 #: inc/panel.php:510276 msgid "Titles Background Color"277 msgstr ""278 279 #: inc/panel.php:516280 msgid "Titles Text Color"281 msgstr ""282 283 #: inc/panel.php:534284 msgid "Underline Links"285 msgstr ""286 287 #: inc/panel.php:538288 msgid "Add line under all link components."289 msgstr ""290 291 #: inc/panel.php:571292 #: inc/panel.php:818293 msgid "Settings"294 msgstr ""295 296 #: inc/panel.php:579297 msgid "Hide the icons of the accessibility options"298 msgstr ""299 300 #: inc/panel.php:585301 msgid "Disable button dragging"302 msgstr ""303 304 #: inc/panel.php:591305 msgid "Show toolbar also on mobile devices"306 msgstr ""307 308 #: inc/panel.php:602309 #: inc/panel.php:819310 msgid "Style"311 msgstr ""312 313 #: inc/panel.php:607314 msgid "Toolbar style"315 msgstr ""316 317 #: inc/panel.php:611318 msgid "App style (default)"319 msgstr ""320 321 #: inc/panel.php:612322 msgid "Columns style"323 msgstr ""324 325 #: inc/panel.php:619326 msgid "Toolbar side"327 msgstr ""328 329 #: inc/panel.php:623330 msgid "Left (default)"331 msgstr ""332 333 #: inc/panel.php:624334 msgid "Right"335 msgstr ""336 337 #: inc/panel.php:631338 msgid "Toolbar Header Color"339 msgstr ""340 341 #: inc/panel.php:638342 msgid "Disable toolbar animation"343 msgstr ""344 345 #: inc/panel.php:645346 msgid "Toggle Button Position"347 msgstr ""348 349 #: inc/panel.php:651350 msgid "Button position from top"351 msgstr ""352 353 #: inc/panel.php:653354 #: inc/panel.php:659355 #: inc/panel.php:672356 #: inc/panel.php:678357 msgid "in pixels"358 msgstr ""359 360 #: inc/panel.php:657361 msgid "Button position from side"362 msgstr ""363 364 #: inc/panel.php:664365 msgid "Toolbar Position"366 msgstr ""367 368 #: inc/panel.php:670369 msgid "Toolnar position from top"370 msgstr ""371 372 #: inc/panel.php:676373 msgid "Toolbar position from side"374 msgstr ""375 376 #: inc/panel.php:687377 #: inc/panel.php:817378 msgid "Additional Links"379 msgstr ""380 381 #: inc/panel.php:688382 #: inc/panel.php:696383 #: inc/toolbar.php:97384 msgid "Accessibility Statement"385 msgstr ""386 387 #: inc/panel.php:693388 #: inc/panel.php:715389 #: inc/panel.php:735390 msgid "Label"391 msgstr ""392 393 #: inc/panel.php:697394 msgid "Change the default label of the statement link. Please note that if you change the default label you will not be able to translate it into other languages"395 msgstr ""396 397 #: inc/panel.php:702398 #: inc/panel.php:724399 #: inc/panel.php:744400 msgid "Link"401 msgstr ""402 403 #: inc/panel.php:710404 #: inc/panel.php:718405 #: inc/toolbar.php:100406 msgid "Send Feedback"407 msgstr ""408 409 #: inc/panel.php:719410 msgid "Change the default label of the feedback link. Please note that if you change the default label you will not be able to translate it into other languages"411 msgstr ""412 413 #: inc/panel.php:730414 #: inc/panel.php:738415 #: inc/toolbar.php:94416 msgid "Site Map"417 msgstr ""418 419 #: inc/panel.php:739420 msgid "Change the default label of the sitemap link. Please note that if you change the default label you will not be able to translate it into other languages"421 msgstr ""422 423 #: inc/panel.php:762424 #: inc/panel.php:820425 msgid "Connect"426 msgstr ""427 428 #: inc/panel.php:766429 msgid "Status"430 msgstr ""431 432 #: inc/panel.php:776433 msgid "Activate toolbar monitoring service"434 msgstr ""435 436 #: inc/panel.php:777437 msgid "You can connect the plugin to the AccessibleWP platform to monitor all your accessibility plugins from all your websites in one place and enjoy additional features alongside with PRO versions to members only, to open an account navigate to <a href=\"https://www.accessible-wp.com\" target=\"_blank\">Accessible-WP.com</a>. This feature is not required in order to activate the component."438 msgstr ""439 440 #: inc/panel.php:781441 msgid "Token"442 msgstr ""443 444 #: inc/panel.php:789445 msgid "Account Email"446 msgstr ""447 448 #: inc/panel.php:809449 382 msgid "AccessibleWP Accessibility Toolbar" 450 383 msgstr "" 451 384 452 #: inc/panel.php: 815385 #: inc/panel.php:533 453 386 msgid "Heading" 454 387 msgstr "" 455 388 456 #: inc/toolbar.php: 19389 #: inc/toolbar.php:20 457 390 msgid "Toggle Accessibility Toolbar" 458 391 msgstr "" 459 392 460 #: inc/toolbar.php:2 6393 #: inc/toolbar.php:27 461 394 msgid "Accessibility Toolbar Toggle View" 462 395 msgstr "" 463 396 464 #: inc/toolbar.php:4 0397 #: inc/toolbar.php:41 465 398 msgid "Contast" 466 399 msgstr "" 467 400 468 #: inc/toolbar.php:4 4401 #: inc/toolbar.php:45 469 402 msgid "Increase Text" 470 403 msgstr "" 471 404 472 #: inc/toolbar.php:4 5405 #: inc/toolbar.php:46 473 406 msgid "Decrease Text" 474 407 msgstr "" 475 408 476 #: inc/toolbar.php:5 5409 #: inc/toolbar.php:56 477 410 msgid "Highlight Links & Buttons" 478 411 msgstr "" 479 412 480 #: inc/toolbar.php:7 5413 #: inc/toolbar.php:76 481 414 msgid "Toggle the visibility of the Accessibility Toolbar" 482 415 msgstr "" 483 416 484 #: inc/toolbar.php:11 7417 #: inc/toolbar.php:118 485 418 msgid "Powered with" 486 419 msgstr "" 487 420 488 #: inc/toolbar.php:11 7421 #: inc/toolbar.php:118 489 422 msgid "Love" 490 423 msgstr "" 491 424 492 #: inc/toolbar.php:11 7425 #: inc/toolbar.php:118 493 426 msgid "by" 494 427 msgstr "" -
accessible-poetry/trunk/readme.txt
r2788804 r2793800 5 5 Requires at least: 5.2 6 6 Tested up to: 6.0.2 7 Stable tag: 5.1. 07 Stable tag: 5.1.1 8 8 Version: 5.1.0 9 9 License: GPLv2 … … 34 34 == Changelog == 35 35 36 = 1.0.1 = 37 * Adding screenshots 38 * Fixing jQuery issue with the Font-Sizer script 39 * Add a cookie so the browser will remember if the user press on one of the Contrast options 36 = 5.1.1 = 37 * Replaces h1 tag appears on the toolbar with p tag. 38 * Makes the toolbar heading text color more compatible. 39 * Fixes spelling error on the Contrast toggle button. 40 * Fixes the border color of the main toggle button when user set to custom color. 41 * Adds a checkbox to validate if we really want to use the toolbar custom color, this fixes an issue of the toolbar getting a black color. 40 42 41 = 1.0.2 = 42 * The Skiplinks moved below the Fixed Toolbar so the user could land first on them 43 * A new option was added to the Skiplinks that gives the ability to use different links for the Skiplinks on the Home Page. 44 * Fixing the shortcode so they will be return at the exact place. 45 * Some CSS Styles was given to the shorted buttons. 46 * The plugin was translated to Hebrew. 43 = 5.1.0 = 44 * Add an option to exclude items from contrast mode 45 * Add an option to exclude items from the font-size changer 46 * Improve admin panel style 47 * Improve admin panel accessibility 48 * Fix the option to positioning the icon from side and from top 49 * Remove plugin settings data from WordPress REST API 50 * Add an option to connect with our server for further features 47 51 48 = 1.2.1 = 49 * remove shortcodes. 50 * add option to use attachment title in images ALT who don't have an alt. 52 = 5.0.3 = 53 * Toggle icon design improvement 54 * Fix visual issue with the toggle button on contrast mode 55 * Update admin menu icon 56 * Upgrade the Underline Links option to Highlight Links with a background color 57 * Fix the position of the toggle buttons on the toolbar 58 * New option in the Additional Links for Site Map 59 * Fix accessibility issues on the administration side 60 * Improve the translation to Hebrew 51 61 52 = 1.2.2 = 53 * add option to affect the whole site with the contrast modes 54 * hide the toolbar when user scroll 62 = 5.0.0 = 63 * All strings is now translatable! 64 * 2 toolbar styles! 65 * Option to hide the accessibility icons 66 * Removal of the React base code 67 * Adding option to disable the draggable button 68 * Removal of monochrome option 69 * Adding option to disable toolbar animation 70 * Adding option to change the header and the button blue color 55 71 72 = 4.0.2 = 73 * Fix route issue 56 74 57 = 1.2.3 = 58 * fix the z-index of the toolbar 59 * fix the text appear below the small icon 60 * add option to use attachment description in images ALT who don't have an alt 61 * changing toolbar tabindex when it's close or open 62 * improving skiplinks script 63 * improve toolbar as ajax 64 * improve skiplinks as ajax 75 = 4.0.0 = 76 * An entirely new version where React replace the old php templates. 77 * All options that unrelated to the toolbar were removed from this plugin and launched in separate plugins. 78 * All saved settings from previous version will be reset. 65 79 66 = 1.2.4 = 67 * The design of the toolbar changed 68 * Added new option to disable toolbar buttons animations 69 * Readable font button was added to the toolbar 70 * All toolbar buttons now have icons 71 * The option to affect everything with the Contrast become default and the button for it removed 72 * The option to remove Skiplinks buttons underline removed 73 * The Skiplinks style changed 74 * fixed issue with keyboard navigation 75 76 = 1.2.5 = 77 * Fix font-size issue 78 * Added buttons to set the minimum and the maximum for the increment & the decrement font-size buttons 79 80 = 1.3.0 = 81 * minify js 82 * code improvement 83 * Included Images missing ALT's platform 84 * The z-index of the toolbar got higher 85 * a Conflict with Jetpack fixed 86 * a Conflict with Contact form 7 fixed 87 * The readable font option improved 88 * aria-hidden rules added to the accessibility toolbar 89 * Make elements linked with the skiplinks focusable 90 91 = 1.3.1 = 92 * Remove the button to affect all elements with the font-size 93 * add defaults for the font-size buttons 94 * Improve toolbar styling for LTR users 95 * Add Feedback button to the toolbar with options to hide it and to change the Text & the URL address. 96 * Add Accessibility declaration button to the toolbar with options to hide it and to change the Text & the URL address. 97 98 = 1.3.2 = 99 Update assets admin name to match Avada theme. 100 101 = 1.3.3 = 102 * Add option to disable the toolbar. 103 * Add option to hide toolbar on mobile. 104 * Fix tbindex issue of toolbar inner links. 105 106 = 2.0 = 107 * core change 108 * more options added 80 = 3.0.2 = 81 * Added the ability to include and exclude objects with the font size modifier. 82 * Changed the use of the class "label" to "acp-label" to avoid conflicts. 83 * Fixed issue of icons with the Readable button of the toolbar. 84 * Improved the design of the toolbar. 85 * New toolbar skin: Smooth. 86 * Add more ARIA support for the toolbar buttons. 109 87 110 88 = 2.1.1 = … … 124 102 * Code performance 125 103 126 = 3.0.1 = 127 * Code improvement 104 = 2.0 = 105 * core change 106 * more options added 128 107 129 = 3.0.2 = 130 * Added the ability to include and exclude objects with the font size modifier. 131 * Changed the use of the class "label" to "acp-label" to avoid conflicts. 132 * Fixed issue of icons with the Readable button of the toolbar. 133 * Improved the design of the toolbar. 134 * New toolbar skin: Smooth. 135 * Add more ARIA support for the toolbar buttons. 108 = 1.3.3 = 109 * Add option to disable the toolbar. 110 * Add option to hide toolbar on mobile. 111 * Fix tbindex issue of toolbar inner links. 136 112 137 = 4.0.0 = 138 * An entirely new version where React replace the old php templates. 139 * All options that unrelated to the toolbar were removed from this plugin and launched in separate plugins. 140 * All saved settings from previous version will be reset. 113 = 1.3.2 = 114 Update assets admin name to match Avada theme. 141 115 142 = 4.0.2 = 143 * Fix route issue 116 = 1.3.1 = 117 * Remove the button to affect all elements with the font-size 118 * add defaults for the font-size buttons 119 * Improve toolbar styling for LTR users 120 * Add Feedback button to the toolbar with options to hide it and to change the Text & the URL address. 121 * Add Accessibility declaration button to the toolbar with options to hide it and to change the Text & the URL address. 144 122 145 = 5.0.0 = 146 * All strings is now translatable! 147 * 2 toolbar styles! 148 * Option to hide the accessibility icons 149 * Removal of the React base code 150 * Adding option to disable the draggable button 151 * Removal of monochrome option 152 * Adding option to disable toolbar animation 153 * Adding option to change the header and the button blue color 123 = 1.3.0 = 124 * minify js 125 * code improvement 126 * Included Images missing ALT's platform 127 * The z-index of the toolbar got higher 128 * a Conflict with Jetpack fixed 129 * a Conflict with Contact form 7 fixed 130 * The readable font option improved 131 * aria-hidden rules added to the accessibility toolbar 132 * Make elements linked with the skiplinks focusable 154 133 155 = 5.0.3 = 156 * Toggle icon design improvement 157 * Fix visual issue with the toggle button on contrast mode 158 * Update admin menu icon 159 * Upgrade the Underline Links option to Highlight Links with a background color 160 * Fix the position of the toggle buttons on the toolbar 161 * New option in the Additional Links for Site Map 162 * Fix accessibility issues on the administration side 163 * Improve the translation to Hebrew 134 = 1.2.5 = 135 * Fix font-size issue 136 * Added buttons to set the minimum and the maximum for the increment & the decrement font-size buttons 164 137 165 = 5.1.0 = 138 = 1.2.4 = 139 * The design of the toolbar changed 140 * Added new option to disable toolbar buttons animations 141 * Readable font button was added to the toolbar 142 * All toolbar buttons now have icons 143 * The option to affect everything with the Contrast become default and the button for it removed 144 * The option to remove Skiplinks buttons underline removed 145 * The Skiplinks style changed 146 * fixed issue with keyboard navigation 166 147 167 * Add an option to exclude items from contrast mode 168 * Add an option to exclude items from the font-size changer 169 * Improve admin panel style 170 * Improve admin panel accessibility 171 * Fix the option to positioning the toggle button from side and from top 172 * Add options to positioning the toolbar from side and from top 173 * Remove plugin settings data from WordPress REST API 174 * Add an option to connect with our server for further features 148 = 1.2.3 = 149 * fix the z-index of the toolbar 150 * fix the text appear below the small icon 151 * add option to use attachment description in images ALT who don't have an alt 152 * changing toolbar tabindex when it's close or open 153 * improving skiplinks script 154 * improve toolbar as ajax 155 * improve skiplinks as ajax 156 157 = 1.2.2 = 158 * add option to affect the whole site with the contrast modes 159 * hide the toolbar when user scroll 160 161 = 1.2.1 = 162 * remove shortcodes. 163 * add option to use attachment title in images ALT who don't have an alt. 164 165 = 1.0.2 = 166 * The Skiplinks moved below the Fixed Toolbar so the user could land first on them 167 * A new option was added to the Skiplinks that gives the ability to use different links for the Skiplinks on the Home Page. 168 * Fixing the shortcode so they will be return at the exact place. 169 * Some CSS Styles was given to the shorted buttons. 170 * The plugin was translated to Hebrew. 171 172 = 1.0.1 = 173 * Adding screenshots 174 * Fixing jQuery issue with the Font-Sizer script 175 * Add a cookie so the browser will remember if the user press on one of the Contrast options 176 177 178
Note: See TracChangeset
for help on using the changeset viewer.