Plugin Directory

Changeset 2793800


Ignore:
Timestamp:
10/04/2022 05:35:43 AM (3 years ago)
Author:
digisphere
Message:

Uploading version 5.1.1

Location:
accessible-poetry
Files:
20 added
9 edited

Legend:

Unmodified
Added
Removed
  • accessible-poetry/trunk/accessible-wp-toolbar.php

    r2788662 r2793800  
    66 * Author: Codenroll
    77 * Author URI: https://www.codenroll.co.il/
    8  * Version: 5.1.0
     8 * Version: 5.1.1
    99 * Text Domain: acwp
    1010 * 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  
    11
    2 /* Material Icons */
    32.material-icons {
    43    font-family: 'Material Icons';
     
    1817    font-feature-settings: 'liga';
    1918}
    20 
    21 /* Screen Readers Only */
    2219.sr-only {
    2320    position: absolute;
     
    265262    cursor:pointer;
    266263    background:white;
    267     padding: 10px;
     264    padding: 8px 16px;
    268265    font-weight:400;
    269266    font-size:1em;
     
    418415}
    419416body.acwp-contrast #acwp-toolbar .acwp-heading,
    420 body.acwp-contrast #acwp-toolbar .acwp-heading h1{
     417body.acwp-contrast #acwp-toolbar .acwp-heading p.acwp-title {
    421418    background-color: #333;
    422419}
     
    441438.acwp-heading{
    442439    background: #1E7AB9;
     440    padding: 8px 16px;
     441}
     442p.acwp-title {
    443443    color: #fff;
    444     padding:20px
    445444}
    446445#acwp-toolbar.acwp-style-columns .acwp-heading {
    447446    border-radius: 5px;
    448447}
    449 .acwp-heading h1,.acwp-heading .h1{
     448.acwp-heading p.acwp-title {
    450449    margin:0;
    451450    padding:0;
     
    502501
    503502body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar .acwp-heading,
     503body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar p.acwp-title,
    504504body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h1,
    505505body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h2,
     
    508508    color:black
    509509}
    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{
     510body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h1,
     511body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h2,
     512body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h3{
    511513    background-color:yellow !important;
    512514    color:black !important
     
    651653@media (max-height: 768px){
    652654    .acwp-heading{
    653         padding:10px 20px
    654     }
    655     .acwp-heading h1,.acwp-heading .h1{
     655        padding: 8px 16px;
     656    }
     657    .acwp-heading p.acwp-title {
    656658        font-size:24px
    657659    }
     
    659661@media (max-height: 600px){
    660662    .acwp-heading{
    661         padding:6px 20px
     663        padding:6px 16px
    662664    }
    663665    .acwp-togglers h2{
     
    672674}
    673675@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;
    679684        line-height:20px
    680685    }
     
    693698        line-height:1
    694699    }
    695     .acwp-heading h1,.acwp-heading .h1{
     700    .acwp-heading p.acwp-title {
    696701        font-size:18px
    697702    }
    698703}
    699704@media (max-height: 481px){
    700     .acwp-heading p{
    701         display:none
    702     }
    703705    #acwp-close-toolbar{
    704706        top:4px;
     
    711713    }
    712714    .acwp-heading{
    713         padding:3px 20px
     715        padding: 4px 16px
    714716    }
    715717    .acwp-footer ul li{
    716718        padding:0 20px
    717719    }
    718     .acwp-heading h1,.acwp-heading .h1{
     720    .acwp-heading p.acwp-title{
    719721        font-size:16px
    720722    }
     
    725727}
    726728@media (max-height: 386px){
    727     .acwp-heading h1,.acwp-heading .h1{
     729    .acwp-heading p.acwp-title{
    728730        font-size:14px
    729731    }
  • accessible-poetry/trunk/assets/js/admin.js

    r2788662 r2793800  
    4141        document.getElementById('acwp-contrast-linkscolor-row').style.display = 'table-row';
    4242    }
     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    ///
    4360
    4461    document.getElementById('acwp_fontsize_customtags').onclick = function() {
  • accessible-poetry/trunk/inc/panel.php

    r2788662 r2793800  
    106106        register_setting('acwp', 'acwp_no_btn_drage',      array('show_in_rest' => true));
    107107        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       
    108110        register_setting('acwp', 'acwp_toolbar_style',      array('show_in_rest' => true));
    109111        register_setting('acwp', 'acwp_no_toolbar_animation',    array('show_in_rest' => true));
     
    629631                <tr valign="top">
    630632                    <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>
    632641                    </th>
    633642                    <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  
    3838               
    3939                if( get_option('acwp_hide_contrast') != 'yes' )
    40                     acwp_toggler('contrast', __('Contast', 'acwp'), 'nights_stay');
     40                    acwp_toggler('contrast', __('Contrast', 'acwp'), 'nights_stay');
    4141               
    4242                // In the last version there was a div starts in here
     
    7676    ?>
    7777    <div class="acwp-heading">
    78         <h1><?php echo $title; ?></h1>
     78        <p class="acwp-title"><?php echo $title; ?></p>
    7979        <button type="button" id="acwp-close-toolbar">
    8080            <i class="material-icons" aria-hidden="true">close</i>
     
    178178
    179179function 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   
    188193}
    189194add_action('wp_footer', 'acwp_set_custom_color');
  • accessible-poetry/trunk/lang/acwp-he_IL.po

    r2788675 r2793800  
    33msgid ""
    44msgstr ""
    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"
    910"Last-Translator: \n"
    1011"Language-Team: \n"
     
    3132"users with disabilities."
    3233msgstr ""
    33 "מוסיף תפריט נגישות אל אתר הוורדפרס שלך כדי להקל על אנשים עם מוגבלוות בהתאם "
    34 "להנחיות הנגישות."
     34"מוסיף לאתר תפריט עם כלי נגישות מקצועיים המסייעים לאנשים עם מוגבלויות, כנדרש "
     35"בהנחיות ה-WCAG 2.1."
    3536
    3637#. Author of the plugin
     
    4243msgstr "‫https://www.codenroll.co.il/"
    4344
    44 #: inc/panel.php:85
     45#: inc/panel.php:27
    4546msgid "AccessibleWP"
    46 msgstr "‫AccessibleWP"
    47 
    48 #: inc/panel.php:179
     47msgstr "נגישות"
     48
     49#: inc/panel.php:114
    4950msgid "Welcome to <span>AccessibleWP</span> Dashboard!"
    5051msgstr "ברוכים הבאים אל לוח הבקרה של AccessibleWP!"
    5152
    52 #: inc/panel.php:180
     53#: inc/panel.php:115
    5354msgid "Accessibility solutions for websites based on the WordPress."
    54 msgstr "פתרונות הנגשה לאתרי אינטרנט מבוססי מערכת וורדפרס."
    55 
    56 #: inc/panel.php:183
    57 msgid "Who we are?"
     55msgstr "פתרונות נגישות לאתרי אינטרנט מבוססי מערכת וורדפרס."
     56
     57#: inc/panel.php:117
     58msgid "Toolbar Settings"
     59msgstr "הגדרות התפריט"
     60
     61#: inc/panel.php:120
     62msgid "Who We Are?"
    5863msgstr "מי אנחנו?"
    5964
    60 #: inc/panel.php:184
    61 msgid "About the author"
     65#: inc/panel.php:120
     66msgid "About The Author"
    6267msgstr "אודות המפתח"
    6368
    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
     70msgid "W3C Accessibility Standards Overview"
     71msgstr "סיקור הנחיות נגישות אתרים מאת W3C (באנגלית)"
     72
     73#: inc/panel.php:124 inc/panel.php:481 inc/panel.php:489 inc/toolbar.php:101
     74msgid "Send Feedback"
     75msgstr "שליחת משוב"
     76
     77#: inc/panel.php:137
    8978msgid "Toolbar Heading"
    9079msgstr "כותרת התפריט"
    9180
    92 #: inc/panel.php:229
     81#: inc/panel.php:142
    9382msgid "Toolbar title"
    9483msgstr "כותרת התפריט"
    9584
    96 #: inc/panel.php:232 inc/toolbar.php:74
     85#: inc/panel.php:145 inc/toolbar.php:75
    9786msgid "Accessibility Toolbar"
    9887msgstr "תפריט נגישות"
    9988
    100 #: inc/panel.php:233
     89#: inc/panel.php:146
    10190msgid ""
    10291"Change the default toolbar title. Please note that if you change the title "
    10392"you will not be able to translate it into other languages"
    10493msgstr ""
    105 "שינוי כותרת ברירת המחדל של התפריט. נא לשים לב שאם תשנו את כותרת ברירת המחדל "
    106 "לא תוכלו לתרגמה לשפות נוספות."
    107 
    108 #: inc/panel.php:243 inc/panel.php:816
     94"שינוי כותרת ברירת המחדל של התפריט. נא לשים לב ששינוי כותרת ברירת המחדל תמנע "
     95"ממך את האפשרות לתרגם אותה לשפות נוספות."
     96
     97#: inc/panel.php:156 inc/panel.php:534
    10998msgid "Options"
    11099msgstr "אפשרויות"
    111100
    112 #: inc/panel.php:248 inc/toolbar.php:34
     101#: inc/panel.php:161 inc/toolbar.php:35
    113102msgid "Keyboard Navigation"
    114103msgstr "ניווט מקלדת"
    115104
    116 #: inc/panel.php:252
     105#: inc/panel.php:165
    117106msgid "Add effect to components in focus mode."
    118 msgstr "מוסיף אפקט לרכיבים במצב פוקוס."
    119 
    120 #: inc/panel.php:253
     107msgstr "הוספת אפקט לרכיבים במצב פוקוס"
     108
     109#: inc/panel.php:166
    121110msgid "Allow navigation between components using keyboard arrows & TAB."
    122 msgstr "מאפשר ניווט מקלדת עם החצים ועם לחצן ה-TAB."
    123 
    124 #: inc/panel.php:260
     111msgstr "מאפשר לנווט באמצעות לחצן ה-TAB וגם באמצעות חצי המקלדת"
     112
     113#: inc/panel.php:172
    125114msgid "Disable arrows navigation"
    126 msgstr "בטל ניווט חצים"
    127 
    128 #: inc/panel.php:271 inc/panel.php:289 inc/panel.php:358 inc/panel.php:425
    129 #: inc/panel.php:476 inc/panel.php:527 inc/panel.php:560
     115msgstr "ביטול ניווט באמצעות חצים"
     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
    130119msgid "Hide option"
    131120msgstr "הסתרת אפשרות זו"
    132121
    133 #: inc/panel.php:278 inc/toolbar.php:37
     122#: inc/panel.php:182 inc/toolbar.php:38
    134123msgid "Disable Animations"
    135 msgstr "ביטול אנימציות והבהובים"
    136 
    137 #: inc/panel.php:282
     124msgstr "ביטול אנימציות / הבהובים"
     125
     126#: inc/panel.php:186
    138127msgid "Disables CSS3 animations."
    139 msgstr "מבטל אנימציות CSS3."
    140 
    141 #: inc/panel.php:296
     128msgstr "מבטל אנימציות CSS3"
     129
     130#: inc/panel.php:197
    142131msgid "Dark Contrast"
    143132msgstr "ניגודיות גבוהה"
    144133
    145 #: inc/panel.php:300
     134#: inc/panel.php:201
    146135msgid "Changes the colors of backgrounds, texts and links."
    147 msgstr "משנה את הצבעים של הרקעים, הטקסטים והקישורים."
    148 
    149 #: inc/panel.php:301
     136msgstr "משנה את הצבעים של הרקעים, הטקסטים והקישורים"
     137
     138#: inc/panel.php:202
    150139msgid "Disables background images."
    151 msgstr "מבטל תמונות רקע."
    152 
    153 #: inc/panel.php:307
     140msgstr "מבטל תמונות רקע"
     141
     142#: inc/panel.php:207
    154143msgid "Use custom colors"
    155144msgstr "האם להשתמש בצבעים מותאמים אישית?"
    156145
    157 #: inc/panel.php:313
     146#: inc/panel.php:211
    158147msgid "Backgrounds color"
    159148msgstr "צבע רקע"
    160149
    161 #: inc/panel.php:319
     150#: inc/panel.php:215
    162151msgid "Text color"
    163152msgstr "צבע טקסט"
    164153
    165 #: inc/panel.php:325
     154#: inc/panel.php:219
    166155msgid "Links color"
    167 msgstr "צבע קישורים"
    168 
    169 #: inc/panel.php:331 inc/panel.php:442 inc/panel.php:493 inc/panel.php:544
     156msgstr "צבע קישור"
     157
     158#: inc/panel.php:223 inc/panel.php:284 inc/panel.php:322 inc/panel.php:358
    170159msgid "Mode"
    171160msgstr "מצב"
    172161
    173 #: inc/panel.php:335 inc/panel.php:446 inc/panel.php:497 inc/panel.php:548
     162#: inc/panel.php:226 inc/panel.php:287 inc/panel.php:325 inc/panel.php:361
    174163msgid "Normal CSS (default)"
    175 msgstr "רגיל (CSS, ברירת מחדל)"
    176 
    177 #: inc/panel.php:336 inc/panel.php:447 inc/panel.php:498 inc/panel.php:549
     164msgstr "רגיל (ברירת מחדל)"
     165
     166#: inc/panel.php:227 inc/panel.php:288 inc/panel.php:326 inc/panel.php:362
    178167msgid "Hard CSS"
    179168msgstr "שימוש ב-important"
    180169
    181 #: inc/panel.php:337
     170#: inc/panel.php:228
    182171msgid "JS"
    183172msgstr "‫JS"
    184173
    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
    196175msgid "Font Size"
    197176msgstr "גודל טקסט"
    198177
    199 #: inc/panel.php:369
     178#: inc/panel.php:243
    200179msgid "Allow users to increase or decrease font sizes."
    201 msgstr "מאפשר למשתמש להגדיל ולהקטין את גודל הטקסט."
    202 
    203 #: inc/panel.php:375
     180msgstr "מאפשר למשתמשים להגדיל או להקטין את גודל הטקסט"
     181
     182#: inc/panel.php:248
    204183msgid "By how many percent to <b>increase</b> the font size?"
    205 msgstr "בכמה אחוזים להגדיל את הטקסט?"
    206 
    207 #: inc/panel.php:381
     184msgstr "בכמה אחוזים לאפשר הגדלה של הטקסט?"
     185
     186#: inc/panel.php:252
    208187msgid "By how many percent to <b>decrease</b> the font size?"
    209 msgstr "בכמה אחוזים להקטין את הטקסט?"
    210 
    211 #: inc/panel.php:388
     188msgstr "בכמה אחוזים לאפשר הקטנה של הטקסט?"
     189
     190#: inc/panel.php:256
    212191msgid "Use custom tags?"
    213192msgstr "האם להשתמש בתגיות מותאמות אישית?"
    214193
    215 #: inc/panel.php:394 inc/panel.php:407
     194#: inc/panel.php:260
    216195msgid "Seperate tags with comma"
    217 msgstr "הפרד תגיות באמצעות פסיק"
    218 
    219 #: inc/panel.php:401
    220 msgid "Exclude tags?"
    221 msgstr "אל תכלול תגיות"
    222 
    223 #: inc/panel.php:414
     196msgstr "נא להפריד תגיות באמצעות פסיק"
     197
     198#: inc/panel.php:264
    224199msgid "Disable line-height reset when font size is changing?"
    225 msgstr "האם לבטל את איפוס גובה השורה בעת שינוי הטקסט?"
    226 
    227 #: inc/panel.php:432 inc/toolbar.php:49
     200msgstr "האם לבטל את איפוס גובה השורה בעת שינוי גודל הטקסט?"
     201
     202#: inc/panel.php:275 inc/toolbar.php:50
    228203msgid "Readable Font"
    229204msgstr "גופן קריא"
    230205
    231 #: inc/panel.php:436
     206#: inc/panel.php:279
    232207msgid "Change the font family of all text to readable font."
    233 msgstr "שינוי משפחת הגופן של הגופן הקריא"
    234 
    235 #: inc/panel.php:453
     208msgstr ""
     209"מאפשר למשתמשים לשנות את הגופן לגופן ממשפחה נגישה (כמו למשל אריאל או טהומה)"
     210
     211#: inc/panel.php:293
    236212msgid "Choose your readable font:"
    237 msgstr "בחירת משפחת הגופן"
    238 
    239 #: inc/panel.php:457
     213msgstr "בחירת הגופן הקריא:"
     214
     215#: inc/panel.php:296
    240216msgid "Default (Arial)"
    241217msgstr "אריאל (ברירת מחדל)"
    242218
    243 #: inc/panel.php:458
     219#: inc/panel.php:297
    244220msgid "Tahoma"
    245221msgstr "טהומה"
    246222
    247 #: inc/panel.php:459
     223#: inc/panel.php:298
    248224msgid "Custom Family"
    249 msgstr "מותאם אישית"
    250 
    251 #: inc/panel.php:465
     225msgstr "גופן מותאם אישית"
     226
     227#: inc/panel.php:303
    252228msgid "Custom Font Family"
    253229msgstr "משפחת גופן מותאמת אישית"
    254230
    255 #: inc/panel.php:483 inc/toolbar.php:52
     231#: inc/panel.php:313 inc/toolbar.php:53
    256232msgid "Mark Titles"
    257233msgstr "סימון כותרות"
    258234
    259 #: inc/panel.php:487
     235#: inc/panel.php:317
    260236msgid "Add custom background color and text color to heading components."
    261 msgstr "מדגיש כותרות על ידי התניית צבע רקע."
    262 
    263 #: inc/panel.php:504
     237msgstr "מאפשר להדגיש כותרות באמצעות צבע רקע וצבע טקסט"
     238
     239#: inc/panel.php:331
    264240msgid "Use custom colors?"
    265241msgstr "האם להשתמש בצבעים מותאמים אישית?"
    266242
    267 #: inc/panel.php:510
     243#: inc/panel.php:335
    268244msgid "Titles Background Color"
    269 msgstr "צבע רקע הכותרות"
    270 
    271 #: inc/panel.php:516
     245msgstr "צבע רקע"
     246
     247#: inc/panel.php:339
    272248msgid "Titles Text Color"
    273 msgstr "צבע טקסט הכותרות"
    274 
    275 #: inc/panel.php:534
     249msgstr "צבע טקסט"
     250
     251#: inc/panel.php:349
    276252msgid "Underline Links"
    277253msgstr "הדגשת קישורים"
    278254
    279 #: inc/panel.php:538
     255#: inc/panel.php:353
    280256msgid "Add line under all link components."
    281 msgstr "מוסיף צבע רקע וקו תחתון לקישורים."
    282 
    283 #: inc/panel.php:571 inc/panel.php:818
     257msgstr "מדגיש קישורים ולחצנים באמצעות קו תחתון וצבע רקע צהוב"
     258
     259#: inc/panel.php:377 inc/panel.php:536
    284260msgid "Settings"
    285261msgstr "הגדרות"
    286262
    287 #: inc/panel.php:579
     263#: inc/panel.php:384
    288264msgid "Hide the icons of the accessibility options"
    289 msgstr "הסתר את האייקונים בתפריט"
    290 
    291 #: inc/panel.php:585
     265msgstr "הסתרת האייקונים מתפריט הנגישות"
     266
     267#: inc/panel.php:388
    292268msgid "Disable button dragging"
    293 msgstr "בטל את האפשרות לגרור את לחצן הפתיחה"
    294 
    295 #: inc/panel.php:591
     269msgstr "ביטול האפשרות לגרירת האייקון שפותח את התפריט"
     270
     271#: inc/panel.php:392
    296272msgid "Show toolbar also on mobile devices"
    297 msgstr "הצג את התפריט גם במובייל"
    298 
    299 #: inc/panel.php:602 inc/panel.php:819
     273msgstr "הצגת תפריט הנגישות גם במכשירים ניידים"
     274
     275#: inc/panel.php:402 inc/panel.php:537
    300276msgid "Style"
    301277msgstr "סגנון"
    302278
    303 #: inc/panel.php:607
     279#: inc/panel.php:407
    304280msgid "Toolbar style"
    305 msgstr "סגנון התפריט"
    306 
    307 #: inc/panel.php:611
     281msgstr "סגנון תפריט"
     282
     283#: inc/panel.php:411
    308284msgid "App style (default)"
    309285msgstr "אפליקטיבי (ברירת מחדל)"
    310286
    311 #: inc/panel.php:612
     287#: inc/panel.php:412
    312288msgid "Columns style"
    313 msgstr "טורים"
    314 
    315 #: inc/panel.php:619
     289msgstr "משבצות"
     290
     291#: inc/panel.php:418
    316292msgid "Toolbar side"
    317293msgstr "צד התפריט"
    318294
    319 #: inc/panel.php:623
     295#: inc/panel.php:421
    320296msgid "Left (default)"
    321297msgstr "שמאל (ברירת מחדל)"
    322298
    323 #: inc/panel.php:624
     299#: inc/panel.php:422
    324300msgid "Right"
    325301msgstr "ימין"
    326302
    327 #: inc/panel.php:631
     303#: inc/panel.php:428
    328304msgid "Toolbar Header Color"
    329305msgstr "צבע כותרת התפריט ולחצן הפתיחה"
    330306
    331 #: inc/panel.php:638
     307#: inc/panel.php:433
    332308msgid "Disable toolbar animation"
    333309msgstr "ביטול אנימציית התפריט"
    334310
    335 #: inc/panel.php:645
    336 msgid "Toggle Button Position"
    337 msgstr "מיקום לחצן הפתיחה"
    338 
    339 #: inc/panel.php:651
    340 msgid "Button position from top"
    341 msgstr "מיקום הלחצן מלמעלה"
    342 
    343 #: inc/panel.php:653 inc/panel.php:659 inc/panel.php:672 inc/panel.php:678
     311#: inc/panel.php:439
     312msgid "Toggle Button"
     313msgstr "לחצן פתיחת התפריט"
     314
     315#: inc/panel.php:444
     316msgid "Position from top"
     317msgstr "מיקום מלמעלה"
     318
     319#: inc/panel.php:445 inc/panel.php:449
    344320msgid "in pixels"
    345321msgstr "בפיקסלים"
    346322
    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
     324msgid "Position from side"
     325msgstr "מיקום מהצד"
     326
     327#: inc/panel.php:458 inc/panel.php:535
    364328msgid "Additional Links"
    365329msgstr "קישורים נוספים"
    366330
    367 #: inc/panel.php:688 inc/panel.php:696 inc/toolbar.php:97
     331#: inc/panel.php:459 inc/panel.php:467 inc/toolbar.php:98
    368332msgid "Accessibility Statement"
    369333msgstr "הצהרת נגישות"
    370334
    371 #: inc/panel.php:693 inc/panel.php:715 inc/panel.php:735
     335#: inc/panel.php:464 inc/panel.php:486 inc/panel.php:506
    372336msgid "Label"
    373337msgstr "תווית"
    374338
    375 #: inc/panel.php:697
     339#: inc/panel.php:468
    376340msgid ""
    377341"Change the default label of the statement link. Please note that if you "
     
    379343"languages"
    380344msgstr ""
    381 "משנה את תווית ברירת המחדל של לחצן הצהרת הנגישות. נא לשים לב ששינוי תווית זאת "
    382 מנע את האפשרות להציג את התווית בשפות נוספות."
    383 
    384 #: inc/panel.php:702 inc/panel.php:724 inc/panel.php:744
     345"שינוי תווית ברירת המחדל של הקישור אל הצהרת הנגישות. נא לשים לב שאם תשנו "
     346ווית זו לא תוכלו לתרגם אותה לשפות נוספות."
     347
     348#: inc/panel.php:473 inc/panel.php:495 inc/panel.php:515
    385349msgid "Link"
    386350msgstr "קישור"
    387351
    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
    393353msgid ""
    394354"Change the default label of the feedback link. Please note that if you "
     
    396356"languages"
    397357msgstr ""
    398 "משנה את תווית ברירת המחדל של לחצן השארת המשוב. נא לשים לב ששינוי תווית זאת "
    399 "תמנע את האפשרות להציג את התווית בשפות נוספות."
    400 
    401 #: inc/panel.php:730 inc/panel.php:738 inc/toolbar.php:94
     358"שינוי תווית ברירת המחדל של הקישור אל השארת משוב. נא לשים לב שאם תשנו תווית "
     359"זו לא תוכלו לתרגם אותה לשפות נוספות."
     360
     361#: inc/panel.php:501 inc/panel.php:509 inc/toolbar.php:95
    402362msgid "Site Map"
    403363msgstr "מפת האתר"
    404364
    405 #: inc/panel.php:739
     365#: inc/panel.php:510
    406366msgid ""
    407367"Change the default label of the sitemap link. Please note that if you change "
    408368"the default label you will not be able to translate it into other languages"
    409369msgstr ""
    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
    444374msgid "AccessibleWP Accessibility Toolbar"
    445375msgstr "תפריט נגישות AccessibleWP"
    446376
    447 #: inc/panel.php:815
     377#: inc/panel.php:533
    448378msgid "Heading"
    449379msgstr "כותרת"
    450380
    451 #: inc/toolbar.php:19
     381#: inc/toolbar.php:20
    452382msgid "Toggle Accessibility Toolbar"
    453 msgstr "הסתרה או הצגה של תפריט נגישות"
    454 
    455 #: inc/toolbar.php:26
     383msgstr "פתיחה וסגירה של תפריט הנגישות"
     384
     385#: inc/toolbar.php:27
    456386msgid "Accessibility Toolbar Toggle View"
    457 msgstr "הסתרה או הצגה של תפריט נגישות"
    458 
    459 #: inc/toolbar.php:40
     387msgstr "פתיחה וסגירה של תפריט הנגישות"
     388
     389#: inc/toolbar.php:41
    460390msgid "Contast"
    461 msgstr "ניגודיות"
    462 
    463 #: inc/toolbar.php:44
     391msgstr "ניגודיות גבוהה"
     392
     393#: inc/toolbar.php:45
    464394msgid "Increase Text"
    465395msgstr "הגדלת טקסט"
    466396
    467 #: inc/toolbar.php:45
     397#: inc/toolbar.php:46
    468398msgid "Decrease Text"
    469399msgstr "הקטנת טקסט"
    470400
    471 #: inc/toolbar.php:55
     401#: inc/toolbar.php:56
    472402msgid "Highlight Links & Buttons"
    473 msgstr "הדגשת קישורים ולחצנים"
    474 
    475 #: inc/toolbar.php:75
     403msgstr "סימון קישורים ולחצנים"
     404
     405#: inc/toolbar.php:76
    476406msgid "Toggle the visibility of the Accessibility Toolbar"
    477 msgstr "הסתרה או הצגה של תפריט נגישות"
    478 
    479 #: inc/toolbar.php:117
     407msgstr "פתיחה וסגירה של תפריט הנגישות"
     408
     409#: inc/toolbar.php:118
    480410msgid "Powered with"
    481411msgstr "מופעל ב"
    482412
    483 #: inc/toolbar.php:117
     413#: inc/toolbar.php:118
    484414msgid "Love"
    485415msgstr "אהבה"
    486416
    487 #: inc/toolbar.php:117
     417#: inc/toolbar.php:118
    488418msgid "by"
    489419msgstr "ע״י"
  • accessible-poetry/trunk/lang/acwp.pot

    r2788665 r2793800  
    33msgid ""
    44msgstr ""
    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"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <LL@li.org>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"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"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
     
    3535msgstr ""
    3636
    37 #: inc/panel.php:85
     37#: inc/panel.php:27
    3838msgid "AccessibleWP"
    3939msgstr ""
    4040
    41 #: inc/panel.php:179
     41#: inc/panel.php:114
    4242msgid "Welcome to <span>AccessibleWP</span> Dashboard!"
    4343msgstr ""
    4444
    45 #: inc/panel.php:180
     45#: inc/panel.php:115
    4646msgid "Accessibility solutions for websites based on the WordPress."
    4747msgstr ""
    4848
    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
     50msgid "Toolbar Settings"
     51msgstr ""
     52
     53#: inc/panel.php:120
     54msgid "Who We Are?"
     55msgstr ""
     56
     57#: inc/panel.php:120
     58msgid "About The Author"
     59msgstr ""
     60
     61#: inc/panel.php:120
     62msgid "W3C Accessibility Standards Overview"
     63msgstr ""
     64
     65#: inc/panel.php:124
     66#: inc/panel.php:481
     67#: inc/panel.php:489
     68#: inc/toolbar.php:101
     69msgid "Send Feedback"
     70msgstr ""
     71
     72#: inc/panel.php:137
     73msgid "Toolbar Heading"
     74msgstr ""
     75
     76#: inc/panel.php:142
     77msgid "Toolbar title"
     78msgstr ""
     79
     80#: inc/panel.php:145
     81#: inc/toolbar.php:75
     82msgid "Accessibility Toolbar"
     83msgstr ""
     84
     85#: inc/panel.php:146
     86msgid "Change the default toolbar title. Please note that if you change the title you will not be able to translate it into other languages"
     87msgstr ""
     88
     89#: inc/panel.php:156
     90#: inc/panel.php:534
     91msgid "Options"
     92msgstr ""
     93
     94#: inc/panel.php:161
     95#: inc/toolbar.php:35
     96msgid "Keyboard Navigation"
     97msgstr ""
     98
     99#: inc/panel.php:165
     100msgid "Add effect to components in focus mode."
     101msgstr ""
     102
     103#: inc/panel.php:166
     104msgid "Allow navigation between components using keyboard arrows & TAB."
     105msgstr ""
     106
     107#: inc/panel.php:172
     108msgid "Disable arrows navigation"
     109msgstr ""
     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
     118msgid "Hide option"
     119msgstr ""
     120
     121#: inc/panel.php:182
     122#: inc/toolbar.php:38
     123msgid "Disable Animations"
    59124msgstr ""
    60125
    61126#: 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"
     127msgid "Disables CSS3 animations."
     128msgstr ""
     129
     130#: inc/panel.php:197
     131msgid "Dark Contrast"
     132msgstr ""
     133
     134#: inc/panel.php:201
     135msgid "Changes the colors of backgrounds, texts and links."
     136msgstr ""
     137
     138#: inc/panel.php:202
     139msgid "Disables background images."
     140msgstr ""
     141
     142#: inc/panel.php:207
     143msgid "Use custom colors"
     144msgstr ""
     145
     146#: inc/panel.php:211
     147msgid "Backgrounds color"
     148msgstr ""
     149
     150#: inc/panel.php:215
     151msgid "Text color"
     152msgstr ""
     153
     154#: inc/panel.php:219
     155msgid "Links color"
     156msgstr ""
     157
     158#: inc/panel.php:223
     159#: inc/panel.php:284
     160#: inc/panel.php:322
     161#: inc/panel.php:358
     162msgid "Mode"
     163msgstr ""
     164
     165#: inc/panel.php:226
     166#: inc/panel.php:287
     167#: inc/panel.php:325
     168#: inc/panel.php:361
     169msgid "Normal CSS (default)"
     170msgstr ""
     171
     172#: inc/panel.php:227
     173#: inc/panel.php:288
     174#: inc/panel.php:326
     175#: inc/panel.php:362
     176msgid "Hard CSS"
     177msgstr ""
     178
     179#: inc/panel.php:228
     180msgid "JS"
     181msgstr ""
     182
     183#: inc/panel.php:239
     184msgid "Font Size"
    96185msgstr ""
    97186
    98187#: inc/panel.php:243
    99 #: inc/panel.php:816
    100 msgid "Options"
     188msgid "Allow users to increase or decrease font sizes."
    101189msgstr ""
    102190
    103191#: inc/panel.php:248
    104 #: inc/toolbar.php:34
    105 msgid "Keyboard Navigation"
     192msgid "By how many percent to <b>increase</b> the font size?"
    106193msgstr ""
    107194
    108195#: inc/panel.php:252
    109 msgid "Add effect to components in focus mode."
    110 msgstr ""
    111 
    112 #: inc/panel.php:253
    113 msgid "Allow navigation between components using keyboard arrows & TAB."
     196msgid "By how many percent to <b>decrease</b> the font size?"
     197msgstr ""
     198
     199#: inc/panel.php:256
     200msgid "Use custom tags?"
    114201msgstr ""
    115202
    116203#: 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
     204msgid "Seperate tags with comma"
     205msgstr ""
     206
     207#: inc/panel.php:264
     208msgid "Disable line-height reset when font size is changing?"
     209msgstr ""
     210
     211#: inc/panel.php:275
     212#: inc/toolbar.php:50
     213msgid "Readable Font"
     214msgstr ""
     215
     216#: inc/panel.php:279
     217msgid "Change the font family of all text to readable font."
     218msgstr ""
     219
     220#: inc/panel.php:293
     221msgid "Choose your readable font:"
     222msgstr ""
     223
     224#: inc/panel.php:296
     225msgid "Default (Arial)"
     226msgstr ""
     227
     228#: inc/panel.php:297
     229msgid "Tahoma"
     230msgstr ""
     231
     232#: inc/panel.php:298
     233msgid "Custom Family"
     234msgstr ""
     235
     236#: inc/panel.php:303
     237msgid "Custom Font Family"
     238msgstr ""
     239
     240#: inc/panel.php:313
     241#: inc/toolbar.php:53
     242msgid "Mark Titles"
     243msgstr ""
     244
     245#: inc/panel.php:317
     246msgid "Add custom background color and text color to heading components."
     247msgstr ""
     248
     249#: inc/panel.php:331
     250msgid "Use custom colors?"
     251msgstr ""
     252
     253#: inc/panel.php:335
     254msgid "Titles Background Color"
     255msgstr ""
     256
     257#: inc/panel.php:339
     258msgid "Titles Text Color"
     259msgstr ""
     260
     261#: inc/panel.php:349
     262msgid "Underline Links"
     263msgstr ""
     264
     265#: inc/panel.php:353
     266msgid "Add line under all link components."
     267msgstr ""
     268
     269#: inc/panel.php:377
     270#: inc/panel.php:536
     271msgid "Settings"
     272msgstr ""
     273
     274#: inc/panel.php:384
     275msgid "Hide the icons of the accessibility options"
     276msgstr ""
     277
     278#: inc/panel.php:388
     279msgid "Disable button dragging"
     280msgstr ""
     281
     282#: inc/panel.php:392
     283msgid "Show toolbar also on mobile devices"
     284msgstr ""
     285
     286#: inc/panel.php:402
     287#: inc/panel.php:537
     288msgid "Style"
     289msgstr ""
     290
     291#: inc/panel.php:407
     292msgid "Toolbar style"
     293msgstr ""
     294
     295#: inc/panel.php:411
     296msgid "App style (default)"
     297msgstr ""
     298
     299#: inc/panel.php:412
     300msgid "Columns style"
     301msgstr ""
     302
     303#: inc/panel.php:418
     304msgid "Toolbar side"
     305msgstr ""
     306
     307#: inc/panel.php:421
     308msgid "Left (default)"
     309msgstr ""
     310
     311#: inc/panel.php:422
     312msgid "Right"
     313msgstr ""
     314
     315#: inc/panel.php:428
     316msgid "Toolbar Header Color"
     317msgstr ""
     318
     319#: inc/panel.php:433
     320msgid "Disable toolbar animation"
     321msgstr ""
     322
     323#: inc/panel.php:439
     324msgid "Toggle Button"
     325msgstr ""
     326
     327#: inc/panel.php:444
     328msgid "Position from top"
     329msgstr ""
     330
     331#: inc/panel.php:445
     332#: inc/panel.php:449
     333msgid "in pixels"
     334msgstr ""
     335
     336#: inc/panel.php:448
     337msgid "Position from side"
     338msgstr ""
     339
     340#: inc/panel.php:458
     341#: inc/panel.php:535
     342msgid "Additional Links"
     343msgstr ""
     344
     345#: inc/panel.php:459
     346#: inc/panel.php:467
     347#: inc/toolbar.php:98
     348msgid "Accessibility Statement"
     349msgstr ""
     350
     351#: inc/panel.php:464
     352#: inc/panel.php:486
     353#: inc/panel.php:506
     354msgid "Label"
     355msgstr ""
     356
     357#: inc/panel.php:468
     358msgid "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"
     359msgstr ""
     360
     361#: inc/panel.php:473
     362#: inc/panel.php:495
     363#: inc/panel.php:515
     364msgid "Link"
     365msgstr ""
     366
     367#: inc/panel.php:490
     368msgid "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"
     369msgstr ""
     370
     371#: inc/panel.php:501
     372#: inc/panel.php:509
     373#: inc/toolbar.php:95
     374msgid "Site Map"
     375msgstr ""
     376
     377#: inc/panel.php:510
     378msgid "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"
     379msgstr ""
     380
    125381#: inc/panel.php:527
    126 #: inc/panel.php:560
    127 msgid "Hide option"
    128 msgstr ""
    129 
    130 #: inc/panel.php:278
    131 #: inc/toolbar.php:37
    132 msgid "Disable Animations"
    133 msgstr ""
    134 
    135 #: inc/panel.php:282
    136 msgid "Disables CSS3 animations."
    137 msgstr ""
    138 
    139 #: inc/panel.php:296
    140 msgid "Dark Contrast"
    141 msgstr ""
    142 
    143 #: inc/panel.php:300
    144 msgid "Changes the colors of backgrounds, texts and links."
    145 msgstr ""
    146 
    147 #: inc/panel.php:301
    148 msgid "Disables background images."
    149 msgstr ""
    150 
    151 #: inc/panel.php:307
    152 msgid "Use custom colors"
    153 msgstr ""
    154 
    155 #: inc/panel.php:313
    156 msgid "Backgrounds color"
    157 msgstr ""
    158 
    159 #: inc/panel.php:319
    160 msgid "Text color"
    161 msgstr ""
    162 
    163 #: inc/panel.php:325
    164 msgid "Links color"
    165 msgstr ""
    166 
    167 #: inc/panel.php:331
    168 #: inc/panel.php:442
    169 #: inc/panel.php:493
    170 #: inc/panel.php:544
    171 msgid "Mode"
    172 msgstr ""
    173 
    174 #: inc/panel.php:335
    175 #: inc/panel.php:446
    176 #: inc/panel.php:497
    177 #: inc/panel.php:548
    178 msgid "Normal CSS (default)"
    179 msgstr ""
    180 
    181 #: inc/panel.php:336
    182 #: inc/panel.php:447
    183 #: inc/panel.php:498
    184 #: inc/panel.php:549
    185 msgid "Hard CSS"
    186 msgstr ""
    187 
    188 #: inc/panel.php:337
    189 msgid "JS"
    190 msgstr ""
    191 
    192 #: inc/panel.php:343
    193 msgid "Exclude items"
    194 msgstr ""
    195 
    196 #: inc/panel.php:347
    197 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:365
    201 msgid "Font Size"
    202 msgstr ""
    203 
    204 #: inc/panel.php:369
    205 msgid "Allow users to increase or decrease font sizes."
    206 msgstr ""
    207 
    208 #: inc/panel.php:375
    209 msgid "By how many percent to <b>increase</b> the font size?"
    210 msgstr ""
    211 
    212 #: inc/panel.php:381
    213 msgid "By how many percent to <b>decrease</b> the font size?"
    214 msgstr ""
    215 
    216 #: inc/panel.php:388
    217 msgid "Use custom tags?"
    218 msgstr ""
    219 
    220 #: inc/panel.php:394
    221 #: inc/panel.php:407
    222 msgid "Seperate tags with comma"
    223 msgstr ""
    224 
    225 #: inc/panel.php:401
    226 msgid "Exclude tags?"
    227 msgstr ""
    228 
    229 #: inc/panel.php:414
    230 msgid "Disable line-height reset when font size is changing?"
    231 msgstr ""
    232 
    233 #: inc/panel.php:432
    234 #: inc/toolbar.php:49
    235 msgid "Readable Font"
    236 msgstr ""
    237 
    238 #: inc/panel.php:436
    239 msgid "Change the font family of all text to readable font."
    240 msgstr ""
    241 
    242 #: inc/panel.php:453
    243 msgid "Choose your readable font:"
    244 msgstr ""
    245 
    246 #: inc/panel.php:457
    247 msgid "Default (Arial)"
    248 msgstr ""
    249 
    250 #: inc/panel.php:458
    251 msgid "Tahoma"
    252 msgstr ""
    253 
    254 #: inc/panel.php:459
    255 msgid "Custom Family"
    256 msgstr ""
    257 
    258 #: inc/panel.php:465
    259 msgid "Custom Font Family"
    260 msgstr ""
    261 
    262 #: inc/panel.php:483
    263 #: inc/toolbar.php:52
    264 msgid "Mark Titles"
    265 msgstr ""
    266 
    267 #: inc/panel.php:487
    268 msgid "Add custom background color and text color to heading components."
    269 msgstr ""
    270 
    271 #: inc/panel.php:504
    272 msgid "Use custom colors?"
    273 msgstr ""
    274 
    275 #: inc/panel.php:510
    276 msgid "Titles Background Color"
    277 msgstr ""
    278 
    279 #: inc/panel.php:516
    280 msgid "Titles Text Color"
    281 msgstr ""
    282 
    283 #: inc/panel.php:534
    284 msgid "Underline Links"
    285 msgstr ""
    286 
    287 #: inc/panel.php:538
    288 msgid "Add line under all link components."
    289 msgstr ""
    290 
    291 #: inc/panel.php:571
    292 #: inc/panel.php:818
    293 msgid "Settings"
    294 msgstr ""
    295 
    296 #: inc/panel.php:579
    297 msgid "Hide the icons of the accessibility options"
    298 msgstr ""
    299 
    300 #: inc/panel.php:585
    301 msgid "Disable button dragging"
    302 msgstr ""
    303 
    304 #: inc/panel.php:591
    305 msgid "Show toolbar also on mobile devices"
    306 msgstr ""
    307 
    308 #: inc/panel.php:602
    309 #: inc/panel.php:819
    310 msgid "Style"
    311 msgstr ""
    312 
    313 #: inc/panel.php:607
    314 msgid "Toolbar style"
    315 msgstr ""
    316 
    317 #: inc/panel.php:611
    318 msgid "App style (default)"
    319 msgstr ""
    320 
    321 #: inc/panel.php:612
    322 msgid "Columns style"
    323 msgstr ""
    324 
    325 #: inc/panel.php:619
    326 msgid "Toolbar side"
    327 msgstr ""
    328 
    329 #: inc/panel.php:623
    330 msgid "Left (default)"
    331 msgstr ""
    332 
    333 #: inc/panel.php:624
    334 msgid "Right"
    335 msgstr ""
    336 
    337 #: inc/panel.php:631
    338 msgid "Toolbar Header Color"
    339 msgstr ""
    340 
    341 #: inc/panel.php:638
    342 msgid "Disable toolbar animation"
    343 msgstr ""
    344 
    345 #: inc/panel.php:645
    346 msgid "Toggle Button Position"
    347 msgstr ""
    348 
    349 #: inc/panel.php:651
    350 msgid "Button position from top"
    351 msgstr ""
    352 
    353 #: inc/panel.php:653
    354 #: inc/panel.php:659
    355 #: inc/panel.php:672
    356 #: inc/panel.php:678
    357 msgid "in pixels"
    358 msgstr ""
    359 
    360 #: inc/panel.php:657
    361 msgid "Button position from side"
    362 msgstr ""
    363 
    364 #: inc/panel.php:664
    365 msgid "Toolbar Position"
    366 msgstr ""
    367 
    368 #: inc/panel.php:670
    369 msgid "Toolnar position from top"
    370 msgstr ""
    371 
    372 #: inc/panel.php:676
    373 msgid "Toolbar position from side"
    374 msgstr ""
    375 
    376 #: inc/panel.php:687
    377 #: inc/panel.php:817
    378 msgid "Additional Links"
    379 msgstr ""
    380 
    381 #: inc/panel.php:688
    382 #: inc/panel.php:696
    383 #: inc/toolbar.php:97
    384 msgid "Accessibility Statement"
    385 msgstr ""
    386 
    387 #: inc/panel.php:693
    388 #: inc/panel.php:715
    389 #: inc/panel.php:735
    390 msgid "Label"
    391 msgstr ""
    392 
    393 #: inc/panel.php:697
    394 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:702
    398 #: inc/panel.php:724
    399 #: inc/panel.php:744
    400 msgid "Link"
    401 msgstr ""
    402 
    403 #: inc/panel.php:710
    404 #: inc/panel.php:718
    405 #: inc/toolbar.php:100
    406 msgid "Send Feedback"
    407 msgstr ""
    408 
    409 #: inc/panel.php:719
    410 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:730
    414 #: inc/panel.php:738
    415 #: inc/toolbar.php:94
    416 msgid "Site Map"
    417 msgstr ""
    418 
    419 #: inc/panel.php:739
    420 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:762
    424 #: inc/panel.php:820
    425 msgid "Connect"
    426 msgstr ""
    427 
    428 #: inc/panel.php:766
    429 msgid "Status"
    430 msgstr ""
    431 
    432 #: inc/panel.php:776
    433 msgid "Activate toolbar monitoring service"
    434 msgstr ""
    435 
    436 #: inc/panel.php:777
    437 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:781
    441 msgid "Token"
    442 msgstr ""
    443 
    444 #: inc/panel.php:789
    445 msgid "Account Email"
    446 msgstr ""
    447 
    448 #: inc/panel.php:809
    449382msgid "AccessibleWP Accessibility Toolbar"
    450383msgstr ""
    451384
    452 #: inc/panel.php:815
     385#: inc/panel.php:533
    453386msgid "Heading"
    454387msgstr ""
    455388
    456 #: inc/toolbar.php:19
     389#: inc/toolbar.php:20
    457390msgid "Toggle Accessibility Toolbar"
    458391msgstr ""
    459392
    460 #: inc/toolbar.php:26
     393#: inc/toolbar.php:27
    461394msgid "Accessibility Toolbar Toggle View"
    462395msgstr ""
    463396
    464 #: inc/toolbar.php:40
     397#: inc/toolbar.php:41
    465398msgid "Contast"
    466399msgstr ""
    467400
    468 #: inc/toolbar.php:44
     401#: inc/toolbar.php:45
    469402msgid "Increase Text"
    470403msgstr ""
    471404
    472 #: inc/toolbar.php:45
     405#: inc/toolbar.php:46
    473406msgid "Decrease Text"
    474407msgstr ""
    475408
    476 #: inc/toolbar.php:55
     409#: inc/toolbar.php:56
    477410msgid "Highlight Links & Buttons"
    478411msgstr ""
    479412
    480 #: inc/toolbar.php:75
     413#: inc/toolbar.php:76
    481414msgid "Toggle the visibility of the Accessibility Toolbar"
    482415msgstr ""
    483416
    484 #: inc/toolbar.php:117
     417#: inc/toolbar.php:118
    485418msgid "Powered with"
    486419msgstr ""
    487420
    488 #: inc/toolbar.php:117
     421#: inc/toolbar.php:118
    489422msgid "Love"
    490423msgstr ""
    491424
    492 #: inc/toolbar.php:117
     425#: inc/toolbar.php:118
    493426msgid "by"
    494427msgstr ""
  • accessible-poetry/trunk/readme.txt

    r2788804 r2793800  
    55Requires at least: 5.2
    66Tested up to: 6.0.2
    7 Stable tag: 5.1.0
     7Stable tag: 5.1.1
    88Version: 5.1.0
    99License: GPLv2
     
    3434== Changelog ==
    3535
    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.
    4042
    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
    4751
    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
    5161
    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
    5571
     72= 4.0.2 =
     73* Fix route issue
    5674
    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. 
    6579
    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.
    10987
    11088= 2.1.1 =
     
    124102* Code performance
    125103
    126 = 3.0.1 =
    127 * Code improvement
     104= 2.0 =
     105* core change
     106* more options added
    128107
    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.
    136112
    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 =
     114Update assets admin name to match Avada theme.
    141115
    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.
    144122
    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
    154133
    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
    164137
    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
    166147
    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.