#, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2016-10-05 02:43+0300\n" "PO-Revision-Date: 2016-10-05 02:02+0300\n" "Last-Translator: \n" "Language-Team: \n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.8.6\n" "X-Poedit-Basepath: .\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-KeywordsList: __;_e\n" "X-Poedit-SearchPath-0: .\n" #: inc/acp-lib.php:70 inc/acp-panel.php:83 msgid "Semantics" msgstr "" #: inc/acp-lib.php:73 inc/acp-panel.php:91 msgid "Visual" msgstr "" #: inc/acp-lib.php:76 inc/acp-panel.php:99 msgid "Toolbar" msgstr "" #: inc/acp-lib.php:79 inc/acp-panel.php:107 inc/acp_skiplinks.php:8 msgid "Skiplinks" msgstr "" #: inc/acp-lib.php:86 msgid "Opening WordPress sites to people with disabilites" msgstr "" #: inc/acp-lib.php:93 msgid "Upgrade to PRO for only" msgstr "" #: inc/acp-lib.php:95 msgid "And enjoy the following extra options:" msgstr "" #: inc/acp-lib.php:97 msgid "5 Different Toolbar Skins!" msgstr "" #: inc/acp-lib.php:98 msgid "3 Different Icons for the Toolbar Main Icon" msgstr "" #: inc/acp-lib.php:99 msgid "No Author Link" msgstr "" #: inc/acp-lib.php:101 msgid "3 Different Skiplinks skins!" msgstr "" #: inc/acp-lib.php:103 msgid "Unlimited Replacement Tags" msgstr "" #: inc/acp-lib.php:104 msgid "Full Customization of Contrast Colors" msgstr "" #: inc/acp-lib.php:105 msgid "Custom Color for the Focus Outline" msgstr "" #: inc/acp-lib.php:106 msgid "Full Control on which objects get Tabindex" msgstr "" #: inc/acp-lib.php:107 msgid "Accessibility Checker Tool (beta)" msgstr "" #: inc/acp-lib.php:122 msgid "Want more?" msgstr "" #: inc/acp-lib.php:124 inc/acp-panel.php:778 inc/acp-panel.php:1087 #: inc/acp-panel.php:1343 msgid "Upgrade to PRO" msgstr "" #: inc/acp-panel.php:402 msgid "Attributes" msgstr "" #: inc/acp-panel.php:404 msgid "LANG Attribute" msgstr "" #: inc/acp-panel.php:405 msgid "" "At the beginning of each HTML document there is an opening tag that looks " "like this: <html>, which surrounds the entire document. this tag need " "to have a language attribute with the document language code as a value. the " "option below will force the <html> tag to have the language attribute " "with the right value." msgstr "" #: inc/acp-panel.php:408 msgid "Add Language Attribute to the <html> tag" msgstr "" #: inc/acp-panel.php:427 msgid "ALT Attribute" msgstr "" #: inc/acp-panel.php:430 msgid "Add empty Alt attribute to images without an Alt attribute" msgstr "" #: inc/acp-panel.php:462 msgid "TITLE Attribute" msgstr "" #: inc/acp-panel.php:463 msgid "The 'title' attribute specifies extra information about an element" msgstr "" #: inc/acp-panel.php:464 msgid "read more" msgstr "" #: inc/acp-panel.php:465 msgid "" "apparently, some popular screen readers ignore that attribute, so to pass " "the extra information that the 'title' attribute holds we can use the 'aria-" "label' attribute." msgstr "" #: inc/acp-panel.php:466 msgid "" "At the option below you can determine weather to replace the 'title' " "attribute with an 'aria-label' attribute, or to add extra 'aria-label' " "attribute with the value of the 'title' attribute" msgstr "" #: inc/acp-panel.php:467 msgid "Title Attribte Behavior" msgstr "" #: inc/acp-panel.php:469 inc/acp-panel.php:508 inc/acp-panel.php:1207 #: inc/acp-panel.php:1269 inc/acp-panel.php:1331 msgid "-- None --" msgstr "" #: inc/acp-panel.php:470 msgid "" "Replace the 'title' attribute with 'aria-label' attribute (value will remain " "the same)" msgstr "" #: inc/acp-panel.php:471 msgid "" "Add extra 'aria-label' attribute to all objects that have 'title' attribute" msgstr "" #: inc/acp-panel.php:504 msgid "Focus" msgstr "" #: inc/acp-panel.php:506 msgid "Add outline to all necessary objects when they're in focus" msgstr "" #: inc/acp-panel.php:509 msgid "Red Outline" msgstr "" #: inc/acp-panel.php:510 msgid "Blue Outline" msgstr "" #: inc/acp-panel.php:513 msgid "Custom Color (PRO Only)" msgstr "" #: inc/acp-panel.php:532 inc/acp-toolbar.php:222 msgid "Links" msgstr "" #: inc/acp-panel.php:536 msgid "Add underline to all links in focus & hover mode" msgstr "" #: inc/acp-panel.php:553 msgid "TABINDEX Attribute" msgstr "" #: inc/acp-panel.php:557 msgid "Remove unnecessary tabindex attributes" msgstr "" #: inc/acp-panel.php:557 msgid "Want more control on the Tabindex?" msgstr "" #: inc/acp-panel.php:575 inc/acp-panel.php:1005 msgid "General" msgstr "" #: inc/acp-panel.php:576 msgid "" "To see the Toolbar on your WordPress site you must first activate it. there " "are two ways to activate the toolbar, the manual way & the auto way." msgstr "" #: inc/acp-panel.php:577 msgid "Toolbar Manual Activation" msgstr "" #: inc/acp-panel.php:579 msgid "" "This is the recommended way to activate the toolbar but it is also an " "advanced way so remember: Do not mess with it if you not familiar with " "WordPress theme files." msgstr "" #: inc/acp-panel.php:580 msgid "To activate the toolbar manually please follow the instructions below:" msgstr "" #: inc/acp-panel.php:582 msgid "Activate the Manual Toolbar checkbox" msgstr "" #: inc/acp-panel.php:583 inc/acp-panel.php:1016 msgid "Open the file 'header.php' from your theme folder" msgstr "" #: inc/acp-panel.php:584 inc/acp-panel.php:1017 msgid "" "Locate the opening body tag (it need to look like this: <body>)" msgstr "" #: inc/acp-panel.php:585 msgid "" "Insert the next code right after the opening body tag (if you using also the " "skiplinks please add this before the skiplinks):" msgstr "" #: inc/acp-panel.php:591 msgid "Enable the Accessibility Toolbar Manually" msgstr "" #: inc/acp-panel.php:593 msgid "" "The Manual Activation is disabled because the auto activation is active." msgstr "" #: inc/acp-panel.php:612 msgid "Auto Activation" msgstr "" #: inc/acp-panel.php:614 msgid "" "In the Automatic Activation the toolbar will be loaded with Ajax calls. all " "you need to do is to check the next checkbox." msgstr "" #: inc/acp-panel.php:617 msgid "Enable the Accessibility Toolbar with Ajax call" msgstr "" #: inc/acp-panel.php:619 msgid "" "The Auto Activation is disabled because the manual activation is active." msgstr "" #: inc/acp-panel.php:637 msgid "Additional Settings" msgstr "" #: inc/acp-panel.php:641 msgid "Disable toolbar for mobile users" msgstr "" #: inc/acp-panel.php:687 inc/acp-panel.php:1079 msgid "Customization" msgstr "" #: inc/acp-panel.php:687 inc/acp-panel.php:1127 inc/acp-panel.php:1167 msgid "NEW" msgstr "" #: inc/acp-panel.php:689 msgid "Toolbar style" msgstr "" #: inc/acp-panel.php:691 msgid "Solid" msgstr "" #: inc/acp-panel.php:692 msgid "Flat" msgstr "" #: inc/acp-panel.php:693 msgid "Minimal (PRO Only)" msgstr "" #: inc/acp-panel.php:694 msgid "Rounded (PRO Only)" msgstr "" #: inc/acp-panel.php:695 msgid "Fancy (PRO Only)" msgstr "" #: inc/acp-panel.php:725 msgid "Toolbar Side" msgstr "" #: inc/acp-panel.php:727 inc/acp-panel.php:1083 msgid "Left" msgstr "" #: inc/acp-panel.php:728 inc/acp-panel.php:1084 msgid "Right" msgstr "" #: inc/acp-panel.php:754 msgid "Icon Size" msgstr "" #: inc/acp-panel.php:756 msgid "Large" msgstr "" #: inc/acp-panel.php:757 msgid "Small" msgstr "" #: inc/acp-panel.php:777 msgid "Icon Position from top (in pixels, default is 30)" msgstr "" #: inc/acp-panel.php:778 msgid "Want to change the icon to something else?" msgstr "" #: inc/acp-panel.php:778 msgid "and get the ability to choose from 3 different icons!" msgstr "" #: inc/acp-panel.php:796 msgid "Additional Buttons" msgstr "" #: inc/acp-panel.php:798 msgid "" "Add additional button for Accessibility Declaration (leave blank to disable)" msgstr "" #: inc/acp-panel.php:817 msgid "Add additional button for Contact page (leave blank to disable)" msgstr "" #: inc/acp-panel.php:834 msgid "Buttons Visibility" msgstr "" #: inc/acp-panel.php:838 msgid "Hide the buttons that change the font size" msgstr "" #: inc/acp-panel.php:860 msgid "Hide the buttons that change the contrast" msgstr "" #: inc/acp-panel.php:882 msgid "Hide the button that add underline to links" msgstr "" #: inc/acp-panel.php:904 msgid "Hide the button that mark the links" msgstr "" #: inc/acp-panel.php:926 msgid "Hide the button that change the font to readable" msgstr "" #: inc/acp-panel.php:948 msgid "Hide the button that disable the animations" msgstr "" #: inc/acp-panel.php:967 msgid "Font Size Change Options" msgstr "" #: inc/acp-panel.php:969 msgid "" "Include additional objects to affect with the font size change options at " "the toolbar by adding the object class or id (separate objects with a comma)" msgstr "" #: inc/acp-panel.php:988 msgid "" "Exclude objects from the effect of the font size change options at the " "toolbar by adding the object class or id (separate objects with a comma)" msgstr "" #: inc/acp-panel.php:1006 msgid "" "Skiplinks are buttons that helps navigate through the central regions of the " "page using the Tab key." msgstr "" #: inc/acp-panel.php:1007 msgid "" "There are two ways to activate the Skiplinks, the manual way & the auto way." msgstr "" #: inc/acp-panel.php:1008 msgid "Skiplinks Manual Activation" msgstr "" #: inc/acp-panel.php:1012 msgid "" "This is the recommended way to activate the Skiplinks but it is also an " "advanced way so remember: Do not mess with it if you not familiar with " "WordPress theme files." msgstr "" #: inc/acp-panel.php:1013 msgid "" "To activate the Skiplinks manually please follow the instructions below:" msgstr "" #: inc/acp-panel.php:1015 msgid "Activate the Manual Skiplinks checkbox" msgstr "" #: inc/acp-panel.php:1018 msgid "" "Insert the next code right after the opening body tag (if you using also the " "toolbar please add this after the toolbar):" msgstr "" #: inc/acp-panel.php:1024 msgid "Enable the Skiplinks Manually" msgstr "" #: inc/acp-panel.php:1026 msgid "" "Skiplinks Manual Activation is not available because the Skiplink Auto " "Activation is active." msgstr "" #: inc/acp-panel.php:1044 msgid "Skiplinks Auto Activation" msgstr "" #: inc/acp-panel.php:1048 msgid "" "To activate the skiplinks automatically using Ajax call simply check the " "checkbox below." msgstr "" #: inc/acp-panel.php:1051 msgid "Enable the Auto Skiplinks Activation" msgstr "" #: inc/acp-panel.php:1052 msgid "" "Skiplinks Auto Activation is not available because the Skiplink Manual " "Activation is active." msgstr "" #: inc/acp-panel.php:1081 msgid "Skiplinks Side" msgstr "" #: inc/acp-panel.php:1087 msgid "Want to change the style of the Skiplinks?" msgstr "" #: inc/acp-panel.php:1087 msgid "and get the ability to choose from 3 different skins!" msgstr "" #: inc/acp-panel.php:1105 msgid "Activate Special Skiplinks for Home Page" msgstr "" #: inc/acp-panel.php:1106 msgid "Customize special Skiplinks for Home page." msgstr "" #: inc/acp-panel.php:1109 msgid "Activate Home Page Skiplinks" msgstr "" #: inc/acp-panel.php:1127 msgid "Logo Semantics" msgstr "" #: inc/acp-panel.php:1128 msgid "" "If the logo of your website is clickable and leads to the Home page, you " "should inform the user to where this link will lead him." msgstr "" #: inc/acp-panel.php:1129 msgid "" "The fields below will help you to add extra information on the logo link " "with the aria-label attribute:" msgstr "" #: inc/acp-panel.php:1131 msgid "Write the Logo Identifier. for examplt: #site-logo .logo" msgstr "" #: inc/acp-panel.php:1149 msgid "" "Write the text that will guide the user. for examplt: This link leads " "to the home page" msgstr "" #: inc/acp-panel.php:1167 msgid "Tag Replacement" msgstr "" #: inc/acp-panel.php:1168 msgid "" "In this section you can replace Html tags with a new tag and keep the " "attributes." msgstr "" #: inc/acp-panel.php:1169 msgid "For example you can change this:" msgstr "" #: inc/acp-panel.php:1171 msgid "to this:" msgstr "" #: inc/acp-panel.php:1173 msgid "" "To do this you need to declare the object(s) and than choose a new tag name " "from the dropdown list:" msgstr "" #: inc/acp-panel.php:1174 msgid "Add New Replacement Tag" msgstr "" #: inc/acp-panel.php:1176 inc/acp-panel.php:1301 msgid "Close Replacement tag 1 area" msgstr "" #: inc/acp-panel.php:1177 msgid "Add the objects you want to affect with the Replacement Tag 1" msgstr "" #: inc/acp-panel.php:1205 inc/acp-panel.php:1267 inc/acp-panel.php:1329 msgid "Choose the Tag" msgstr "" #: inc/acp-panel.php:1208 inc/acp-panel.php:1270 inc/acp-panel.php:1332 msgid "Heading 1 Tag" msgstr "" #: inc/acp-panel.php:1209 inc/acp-panel.php:1271 inc/acp-panel.php:1333 msgid "Heading 2 Tag" msgstr "" #: inc/acp-panel.php:1210 inc/acp-panel.php:1272 inc/acp-panel.php:1334 msgid "Heading 3 Tag" msgstr "" #: inc/acp-panel.php:1211 inc/acp-panel.php:1273 inc/acp-panel.php:1335 msgid "Heading 4 Tag" msgstr "" #: inc/acp-panel.php:1212 inc/acp-panel.php:1274 inc/acp-panel.php:1336 msgid "Heading 5 Tag" msgstr "" #: inc/acp-panel.php:1213 inc/acp-panel.php:1275 inc/acp-panel.php:1337 msgid "Heading 6 Tag" msgstr "" #: inc/acp-panel.php:1214 inc/acp-panel.php:1276 inc/acp-panel.php:1338 msgid "Time Tag" msgstr "" #: inc/acp-panel.php:1239 msgid "Close Replacement tag 2 area" msgstr "" #: inc/acp-panel.php:1240 msgid "Replacement Tag 2" msgstr "" #: inc/acp-panel.php:1302 msgid "Replacement Tag 3" msgstr "" #: inc/acp-panel.php:1342 msgid "Need More than 3 replacement tags?" msgstr "" #: inc/acp-panel.php:1343 msgid "" "Want to have the ability to replace with any tag you want and with unlimited " "replacements?" msgstr "" #: inc/acp-toolbar.php:31 msgid "Toggle accessibility toolbar" msgstr "" #: inc/acp-toolbar.php:40 msgid "Close the accessibility toolbar" msgstr "" #: inc/acp-toolbar.php:65 msgid "Decrease font size" msgstr "" #: inc/acp-toolbar.php:69 msgid "Increase font size" msgstr "" #: inc/acp-toolbar.php:72 inc/acp-toolbar.php:84 msgid "Back to original" msgstr "" #: inc/acp-toolbar.php:77 msgid "Dark contrast" msgstr "" #: inc/acp-toolbar.php:81 msgid "Bright contrast" msgstr "" #: inc/acp-toolbar.php:122 msgid "Highlight Links" msgstr "" #: inc/acp-toolbar.php:131 msgid "Links Underline" msgstr "" #: inc/acp-toolbar.php:143 inc/acp-toolbar.php:226 msgid "Fonts" msgstr "" #: inc/acp-toolbar.php:144 msgid "Readable Font" msgstr "" #: inc/acp-toolbar.php:149 inc/acp-toolbar.php:230 msgid "Animations" msgstr "" #: inc/acp-toolbar.php:150 msgid "Disable Animations" msgstr "" #: inc/acp-toolbar.php:171 msgid "Accessibility Declaration" msgstr "" #: inc/acp-toolbar.php:180 msgid "Contact Us" msgstr "" #: inc/acp-toolbar.php:208 msgid "Accessibilily Toolbar" msgstr "" #: inc/acp-toolbar.php:214 msgid "Font Size" msgstr "" #: inc/acp-toolbar.php:218 msgid "Color contrast" msgstr "" #: inc/acp_imagealt.php:41 msgid "Missing ALT's" msgstr "" #: inc/acp_imagealt.php:45 msgid "ID" msgstr "" #: inc/acp_imagealt.php:46 msgid "Thumbnail" msgstr "" #: inc/acp_imagealt.php:47 msgid "Image Name" msgstr "" #: inc/acp_imagealt.php:48 msgid "Actions" msgstr "" #: inc/acp_imagealt.php:57 msgid "Thumbnail of" msgstr "" #: inc/acp_imagealt.php:61 msgid "Add Alt" msgstr "" #: inc/acp_imagealt.php:68 msgid "Congratulation! You don't have images without ALT text." msgstr "" #: inc/acp_skiplinks.php:10 msgid "Homepage Skiplinks" msgstr ""