# Translation of the WordPress plugin by . # Copyright (C) 2010 # This file is distributed under the same license as the package. # FIRST AUTHOR , 2010. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://wordpress.org/tag/si-captcha-for-wordpress\n" "POT-Creation-Date: 2010-07-26 06:20+0000\n" "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: si-captcha-admin.php:14 msgid "You do not have permissions for managing this option" msgstr "" #: si-captcha-admin.php:80 msgid "Options saved." msgstr "" #: si-captcha-admin.php:83 si-captcha.php:44 si-captcha.php:45 #: si-captcha.php:48 msgid "SI Captcha Options" msgstr "" #: si-captcha-admin.php:96 msgid "Changelog" msgstr "" #: si-captcha-admin.php:97 msgid "FAQ" msgstr "" #: si-captcha-admin.php:98 msgid "Rate This" msgstr "" #: si-captcha-admin.php:99 msgid "Support" msgstr "" #: si-captcha-admin.php:100 si-captcha-admin.php:108 msgid "Donate" msgstr "" #: si-captcha-admin.php:101 msgid "Free PHP Scripts" msgstr "" #: si-captcha-admin.php:102 msgid "Contact" msgstr "" #: si-captcha-admin.php:119 msgid "" "If you find this plugin useful to you, please consider making a small " "donation to help contribute to further development. Thanks for your kind " "support!" msgstr "" #: si-captcha-admin.php:140 msgid "I have donated to help contribute for the development of this plugin." msgstr "" #: si-captcha-admin.php:146 msgid "Usage" msgstr "" #: si-captcha-admin.php:149 msgid "Your theme must have a" msgstr "" #: si-captcha-admin.php:149 msgid "tag inside your comments.php form. Most themes do." msgstr "" #: si-captcha-admin.php:150 msgid "" "The best place to locate the tag is before the comment textarea, you may " "want to move it if it is below the comment textarea, or the captcha image " "and captcha code entry might display after the submit button." msgstr "" #: si-captcha-admin.php:155 msgid "Options" msgstr "" #: si-captcha-admin.php:158 si-captcha-admin.php:335 msgid "Update Options" msgstr "" #: si-captcha-admin.php:165 msgid "CAPTCHA Support Test:" msgstr "" #: si-captcha-admin.php:167 msgid "Test if your PHP installation will support the CAPTCHA" msgstr "" #: si-captcha-admin.php:172 msgid "CAPTCHA difficulty:" msgstr "" #: si-captcha-admin.php:174 msgid "CAPTCHA difficulty level:" msgstr "" #: si-captcha-admin.php:178 msgid "Low" msgstr "" #: si-captcha-admin.php:179 msgid "Medium" msgstr "" #: si-captcha-admin.php:180 msgid "High" msgstr "" #: si-captcha-admin.php:194 msgid "CAPTCHA on Login Form:" msgstr "" #: si-captcha-admin.php:197 msgid "Enable CAPTCHA on the login form." msgstr "" #: si-captcha-admin.php:198 si-captcha-admin.php:235 si-captcha-admin.php:273 #: si-captcha-admin.php:317 msgid "Click for Help!" msgstr "" #: si-captcha-admin.php:198 si-captcha-admin.php:235 si-captcha-admin.php:273 #: si-captcha-admin.php:317 msgid "help" msgstr "" #: si-captcha-admin.php:200 msgid "" "The Login form captcha is not enabled by default because it might be " "annoying to users. Only enable it if you are having spam problems related to " "bots automatically logging in." msgstr "" #: si-captcha-admin.php:206 msgid "CAPTCHA on Register Form:" msgstr "" #: si-captcha-admin.php:209 msgid "Enable CAPTCHA on the register form." msgstr "" #: si-captcha-admin.php:214 msgid "CAPTCHA on Comment Form:" msgstr "" #: si-captcha-admin.php:217 msgid "Enable CAPTCHA on the comment form." msgstr "" #: si-captcha-admin.php:220 msgid "Hide CAPTCHA for" msgstr "" #: si-captcha-admin.php:221 msgid "registered" msgstr "" #: si-captcha-admin.php:222 msgid "users who can:" msgstr "" #: si-captcha-admin.php:225 msgid "CSS class name for CAPTCHA input field on the comment form" msgstr "" #: si-captcha-admin.php:226 msgid "" "(Enter a CSS class name only if your theme uses one for comment text inputs. " "Default is blank for none.)" msgstr "" #: si-captcha-admin.php:231 msgid "Comment Form Rearrange:" msgstr "" #: si-captcha-admin.php:234 msgid "" "Change the display order of the catpcha input field on the comment form." msgstr "" #: si-captcha-admin.php:237 msgid "Problem:" msgstr "" #: si-captcha-admin.php:238 msgid "" "Sometimes the captcha image and captcha input field are displayed AFTER the " "submit button on the comment form." msgstr "" #: si-captcha-admin.php:239 msgid "Fix:" msgstr "" #: si-captcha-admin.php:240 msgid "Edit your current theme comments.php file and locate this line:" msgstr "" #: si-captcha-admin.php:242 msgid "" "This tag is exactly where the captcha image and captcha code entry will " "display on the form, so move the line to BEFORE the comment textarea, " "uncheck the option box above, and the problem should be fixed." msgstr "" #: si-captcha-admin.php:243 msgid "" "Alernately you can just check the box above and javascript will attempt to " "rearrange it for you, but editing the comments.php, moving the tag, and " "unchecking this box is the best solution." msgstr "" #: si-captcha-admin.php:244 msgid "" "Why is it better to uncheck this and move the tag? because the XHTML will no " "longer validate on the comment page if it is checked." msgstr "" #: si-captcha-admin.php:251 msgid "CAPTCHA Options:" msgstr "" #: si-captcha-admin.php:254 msgid "Enable Audio for the CAPTCHA." msgstr "" #: si-captcha-admin.php:257 msgid "Enable Flash Audio for the CAPTCHA." msgstr "" #: si-captcha-admin.php:260 msgid "Enable smaller size CAPTCHA image." msgstr "" #: si-captcha-admin.php:263 msgid "" "Disable CAPTCHA transparent text (only if captcha text is missing on the " "image, try this fix)." msgstr "" #: si-captcha-admin.php:269 msgid "Accessibility:" msgstr "" #: si-captcha-admin.php:272 msgid "Enable aria-required tags for screen readers" msgstr "" #: si-captcha-admin.php:275 msgid "" "aria-required is a form input WAI ARIA tag. Screen readers use it to " "determine which fields are required. Enabling this is good for " "accessability, but will cause the HTML to fail the W3C Validation (there is " "no attribute \"aria-required\"). WAI ARIA attributes are soon to be accepted " "by the HTML validator, so you can safely ignore the validation error it will " "cause." msgstr "" #: si-captcha-admin.php:287 msgid "Warning: Your web host has not upgraded from PHP4 to PHP5." msgstr "" #: si-captcha-admin.php:289 msgid "" "PHP4 was officially discontinued August 8, 2008 and is no longer considered " "safe." msgstr "" #: si-captcha-admin.php:290 msgid "" "PHP5 is faster, has more features, and is and safer. Using PHP4 might still " "work, but is highly discouraged. Contact your web host for support." msgstr "" #: si-captcha-admin.php:294 msgid "Click for Advanced Options" msgstr "" #: si-captcha-admin.php:300 msgid "Inline CSS Style:" msgstr "" #: si-captcha-admin.php:304 msgid "Reset the styles to default." msgstr "" #: si-captcha-admin.php:306 msgid "CSS style for CAPTCHA div:" msgstr "" #: si-captcha-admin.php:307 msgid "CSS style for CAPTCHA image:" msgstr "" #: si-captcha-admin.php:308 msgid "CSS style for Audio image:" msgstr "" #: si-captcha-admin.php:309 msgid "CSS style for Refresh image:" msgstr "" #: si-captcha-admin.php:315 msgid "Text Labels:" msgstr "" #: si-captcha-admin.php:319 msgid "" "Some people wanted to change the text labels. These fields can be filled in " "to override the standard text labels." msgstr "" #: si-captcha-admin.php:322 si-captcha.php:216 si-captcha.php:235 #: si-captcha.php:299 si-captcha.php:333 si-captcha.php:378 si-captcha.php:407 #: si-captcha.php:440 si-captcha.php:483 si-captcha.php:515 msgid "CAPTCHA Code" msgstr "" #: si-captcha-admin.php:323 si-captcha.php:686 si-captcha.php:688 msgid "CAPTCHA Image" msgstr "" #: si-captcha-admin.php:324 si-captcha.php:708 si-captcha.php:711 msgid "CAPTCHA Audio" msgstr "" #: si-captcha-admin.php:325 si-captcha.php:718 si-captcha.php:724 msgid "Refresh Image" msgstr "" #: si-captcha-admin.php:340 msgid "More WordPress plugins by Mike Challis:" msgstr "" #: si-captcha-admin.php:342 msgid "Fast and Secure Contact Form" msgstr "" #: si-captcha-admin.php:343 msgid "SI CAPTCHA Anti-Spam" msgstr "" #: si-captcha-admin.php:344 msgid "Visitor Maps and Who's Online" msgstr "" #: si-captcha.php:147 msgid "All registered users" msgstr "" #: si-captcha.php:148 msgid "Edit posts" msgstr "" #: si-captcha.php:149 msgid "Publish Posts" msgstr "" #: si-captcha.php:150 msgid "Moderate Comments" msgstr "" #: si-captcha.php:151 msgid "Administer site" msgstr "" #: si-captcha.php:169 msgid "ERROR: si-captcha.php plugin says GD image support not detected in PHP!" msgstr "" #: si-captcha.php:170 msgid "" "Contact your web host and ask them why GD image support is not enabled for " "PHP." msgstr "" #: si-captcha.php:174 msgid "" "ERROR: si-captcha.php plugin says imagepng function not detected in PHP!" msgstr "" #: si-captcha.php:175 msgid "" "Contact your web host and ask them why imagepng function is not enabled for " "PHP." msgstr "" #: si-captcha.php:179 msgid "ERROR: si-captcha.php plugin says captcha_library not found." msgstr "" #: si-captcha.php:259 msgid "Submit Comment" msgstr "" #: si-captcha.php:534 si-captcha.php:564 si-captcha.php:594 si-captcha.php:645 #: si-captcha.php:795 msgid "" "Could not read CAPTCHA cookie. Make sure you have cookies enabled and not " "blocking in your web browser settings. Or another plugin is conflicting. See " "plugin FAQ." msgstr "" #: si-captcha.php:538 si-captcha.php:568 si-captcha.php:598 si-captcha.php:788 msgid "Please complete the CAPTCHA." msgstr "" #: si-captcha.php:551 si-captcha.php:581 si-captcha.php:612 si-captcha.php:808 msgid "That CAPTCHA was incorrect. Make sure you have not disabled cookies." msgstr "" #: si-captcha.php:564 si-captcha.php:568 si-captcha.php:581 si-captcha.php:594 #: si-captcha.php:598 si-captcha.php:612 si-captcha.php:645 si-captcha.php:788 #: si-captcha.php:795 si-captcha.php:808 msgid "ERROR" msgstr "" #: si-captcha.php:648 msgid "" "Error: You did not enter a Captcha phrase. Press your browsers back button " "and try again." msgstr "" #: si-captcha.php:660 msgid "" "Error: You entered in the wrong Captcha phrase. Press your browsers back " "button and try again." msgstr "" #: si-captcha.php:739 msgid "Settings" msgstr "" #: si-captcha.php:782 msgid "ERROR: The username field is empty." msgstr "" #: si-captcha.php:785 msgid "ERROR: The password field is empty." msgstr "" #: si-captcha.php:816 #, php-format msgid "" "ERROR: Invalid username. Lost your password?" msgstr "" #: si-captcha.php:824 msgid "ERROR: Your account has been marked as a spammer." msgstr "" #: si-captcha.php:830 msgid "Site Suspended." msgstr "" #: si-captcha.php:840 #, php-format msgid "" "ERROR: Incorrect password. Lost your password?" msgstr ""