? captcha_translation.diff ? translations/lt.po Index: captcha.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/captcha.install,v retrieving revision 1.8 diff -u -p -r1.8 captcha.install --- captcha.install 3 Jan 2009 18:04:55 -0000 1.8 +++ captcha.install 22 Mar 2009 11:13:04 -0000 @@ -51,7 +51,7 @@ function captcha_schema() { 'default' => '', ), 'ip_address' => array( - 'description' => t('IP addres of visitor.'), + 'description' => t('IP address of visitor.'), 'type' => 'varchar', 'length' => 128, 'not null' => FALSE, @@ -209,7 +209,7 @@ function captcha_update_6200() { 'default' => '', ), 'ip_address' => array( - 'description' => t('IP addres of visitor.'), + 'description' => t('IP address of the visitor.'), 'type' => 'varchar', 'length' => 128, 'not null' => FALSE, Index: captcha.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/captcha.module,v retrieving revision 1.76 diff -u -p -r1.76 captcha.module --- captcha.module 6 Feb 2009 17:45:20 -0000 1.76 +++ captcha.module 22 Mar 2009 11:13:05 -0000 @@ -114,7 +114,9 @@ function captcha_requirements($phase) { // show the wrong response counter in the status report $requirements['captcha_wrong_response_counter'] = array( 'title' => $t('CAPTCHA'), - 'value' => $t('Already @counter blocked form submissions', array('@counter' => variable_get('captcha_wrong_response_counter', 0))), + 'value' => $t('Already %counter', array( + '%counter' => format_plural(variable_get('captcha_wrong_response_counter', 0), + '1 blocked form submission', '@count blocked form submissions'))), 'severity' => REQUIREMENT_INFO, ); } Index: image_captcha/image_captcha.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/image_captcha/image_captcha.module,v retrieving revision 1.18 diff -u -p -r1.18 image_captcha.module --- image_captcha/image_captcha.module 6 Feb 2009 18:02:29 -0000 1.18 +++ image_captcha/image_captcha.module 22 Mar 2009 11:13:05 -0000 @@ -19,7 +19,7 @@ function image_captcha_help($path, $arg) require_once('./'. drupal_get_path('module', 'captcha') .'/captcha.admin.inc'); $captcha = _captcha_generate_example_challenge('image_captcha', 'Image'); $img = $captcha['captcha_image']['#value']; - $output .= t('

Example image, generated with the current settings:

!img', array('!img' => $img)); + $output .= '

'. t('Example image, generated with the current settings:') .'

'. $img; } return $output; } Index: translations/captcha-module.pot =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/translations/captcha-module.pot,v retrieving revision 1.4 diff -u -p -r1.4 captcha-module.pot --- translations/captcha-module.pot 4 Jun 2008 08:24:38 -0000 1.4 +++ translations/captcha-module.pot 22 Mar 2009 11:13:05 -0000 @@ -1,23 +1,23 @@ -# $Id: captcha-module.pot,v 1.4 2008/06/04 08:24:38 soxofaan Exp $ +# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: -# captcha.admin.inc,v 1.9 2008/03/08 04:27:12 soxofaan -# image_captcha.admin.inc,v 1.5 2008/02/17 12:49:24 soxofaan -# captcha.module,v 1.65 2008/03/08 04:27:12 soxofaan -# captcha.pages.inc,v 1.2 2008/03/08 04:27:12 soxofaan +# captcha.admin.inc,v 1.15 2009/02/02 19:44:08 soxofaan +# image_captcha.admin.inc,v 1.14 2009/03/21 22:33:59 soxofaan +# captcha.module,v 1.76 2009/02/06 17:45:20 soxofaan +# captcha.pages.inc,v 1.10 2009/02/06 17:45:20 soxofaan # captcha.info,v 1.7 2008/02/17 12:49:24 soxofaan -# image_captcha.user.inc,v 1.5 2008/02/17 12:49:24 soxofaan -# image_captcha.module,v 1.10 2008/02/17 12:49:24 soxofaan -# captcha.install,v 1.6 2008/02/17 18:35:25 soxofaan +# image_captcha.user.inc,v 1.16 2009/03/21 22:33:59 soxofaan +# image_captcha.module,v 1.18 2009/02/06 18:02:29 soxofaan +# captcha.install,v 1.8 2009/01/03 18:04:55 soxofaan # image_captcha.info,v 1.5 2008/02/17 12:49:24 soxofaan # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2008-03-08 06:39+0100\n" +"POT-Creation-Date: 2009-03-22 13:06+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" @@ -26,486 +26,621 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: captcha.admin.inc:13 image_captcha/image_captcha.admin.inc:101 +#: modules/captcha/captcha.admin.inc:13 modules/captcha/image_captcha/image_captcha.admin.inc:128;150 msgid "none" msgstr "" -#: captcha.admin.inc:32;42 captcha.module:39 -msgid "Add CAPTCHA administration links to forms" +#: modules/captcha/captcha.admin.inc:32 +msgid "Form protection" msgstr "" -#: captcha.admin.inc:34 -msgid "This option is very helpful to enable/disable challenges on forms. When enabled, users with the \"%admincaptcha\" permission will see CAPTCHA administration links on all forms (except on administrative pages, which shouldn't be accessible to untrusted users in the first place). These links make it possible to enable a challenge of the desired type or disable it." +#: modules/captcha/captcha.admin.inc:33 +msgid "Select the challenge type you want for each of the listed forms (identified by their so called form_id's). You can easily add arbitrary forms with textfield at the bottom of the table or with the help of the '%CAPTCHA_admin_links' option below." +msgstr "" + +#: modules/captcha/captcha.admin.inc:34;81 modules/captcha/captcha.module:43 +msgid "Add CAPTCHA administration links to forms" msgstr "" -#: captcha.admin.inc:39 -msgid "Challenge type per form" +#: modules/captcha/captcha.admin.inc:59 +msgid "delete" msgstr "" -#: captcha.admin.inc:41 -msgid "Select the challenge type you want for each of the listed forms (identified by their so called form_id's). You can easily add arbitrary forms with the help of the '%CAPTCHA_admin_links' option or the the CAPTCHA point form." +#: modules/captcha/captcha.admin.inc:83 +msgid "This option is very helpful to enable/disable challenges on forms. When enabled, users with the \"%admincaptcha\" permission will see CAPTCHA administration links on all forms (except on administrative pages, which shouldn't be accessible to untrusted users in the first place). These links make it possible to enable a challenge of the desired type or disable it." msgstr "" -#: captcha.admin.inc:65 -msgid "delete" +#: modules/captcha/captcha.admin.inc:83 modules/captcha/captcha.module:104 +msgid "administer CAPTCHA settings" msgstr "" -#: captcha.admin.inc:74;89 +#: modules/captcha/captcha.admin.inc:91;106 msgid "Challenge description" msgstr "" -#: captcha.admin.inc:75;90 +#: modules/captcha/captcha.admin.inc:92;107 msgid "With this description you can explain the purpose of the challenge to the user." msgstr "" -#: captcha.admin.inc:80 +#: modules/captcha/captcha.admin.inc:97 msgid "For language %lang_name (code %lang_code)" msgstr "" -#: captcha.admin.inc:98 +#: modules/captcha/captcha.admin.inc:116 msgid "Persistence" msgstr "" -#: captcha.admin.inc:101 +#: modules/captcha/captcha.admin.inc:119 msgid "Always add a challenge." msgstr "" -#: captcha.admin.inc:102 +#: modules/captcha/captcha.admin.inc:120 msgid "Omit challenges for a form once the user has successfully responded to a challenge for that form." msgstr "" -#: captcha.admin.inc:103 +#: modules/captcha/captcha.admin.inc:121 msgid "Omit challenges for all forms once the user has successfully responded to a challenge." msgstr "" -#: captcha.admin.inc:105 +#: modules/captcha/captcha.admin.inc:123 msgid "Define if challenges should be omitted during the rest of a session once the user successfully responses to a challenge." msgstr "" -#: captcha.admin.inc:110 +#: modules/captcha/captcha.admin.inc:129 msgid "Log wrong responses" msgstr "" -#: captcha.admin.inc:111 +#: modules/captcha/captcha.admin.inc:130 msgid "Report information about wrong responses to the !log." msgstr "" -#: captcha.admin.inc:111 +#: modules/captcha/captcha.admin.inc:130 msgid "log" msgstr "" -#: captcha.admin.inc:117;227 -msgid "Save" +#: modules/captcha/captcha.admin.inc:137 +msgid "Save configuration" msgstr "" -#: captcha.admin.inc:135 +#: modules/captcha/captcha.admin.inc:147 msgid "Challenge type (module)" msgstr "" -#: captcha.admin.inc:135 +#: modules/captcha/captcha.admin.inc:147 msgid "Operations" msgstr "" -#: captcha.admin.inc:166 +#: modules/captcha/captcha.admin.inc:188;300 +msgid "Illegal form_id" +msgstr "" + +#: modules/captcha/captcha.admin.inc:209 +msgid "Added CAPTCHA point." +msgstr "" + +#: modules/captcha/captcha.admin.inc:227 msgid "The CAPTCHA settings were saved." msgstr "" -#: captcha.admin.inc:195;210 +#: modules/captcha/captcha.admin.inc:257;272 msgid "Form ID" msgstr "" -#: captcha.admin.inc:196;211 +#: modules/captcha/captcha.admin.inc:258;273 msgid "The Drupal form_id of the form to add the CAPTCHA to." msgstr "" -#: captcha.admin.inc:217 +#: modules/captcha/captcha.admin.inc:279 msgid "Challenge type" msgstr "" -#: captcha.admin.inc:218 +#: modules/captcha/captcha.admin.inc:280 msgid "The CAPTCHA type to use for this form" msgstr "" -#: captcha.admin.inc:237 -msgid "Illegal form_id" +#: modules/captcha/captcha.admin.inc:289 +msgid "Save" msgstr "" -#: captcha.admin.inc:255 +#: modules/captcha/captcha.admin.inc:312 msgid "Saved CAPTCHA point settings." msgstr "" -#: captcha.admin.inc:272 +#: modules/captcha/captcha.admin.inc:329 msgid "Are you sure you want to delete the CAPTCHA for form_id %form_id?" msgstr "" -#: captcha.admin.inc:273 +#: modules/captcha/captcha.admin.inc:330 msgid "Delete" msgstr "" -#: captcha.admin.inc:276 +#: modules/captcha/captcha.admin.inc:333 msgid "Are you sure you want to disable the CAPTCHA for form_id %form_id?" msgstr "" -#: captcha.admin.inc:277 +#: modules/captcha/captcha.admin.inc:334 msgid "Disable" msgstr "" -#: captcha.admin.inc:290 +#: modules/captcha/captcha.admin.inc:347 msgid "Deleted CAPTCHA for form %form_id." msgstr "" -#: captcha.admin.inc:294 +#: modules/captcha/captcha.admin.inc:351 msgid "Disabled CAPTCHA for form %form_id." msgstr "" -#: captcha.admin.inc:320 +#: modules/captcha/captcha.admin.inc:386 msgid "This page gives an overview of all available challenge types, generated with their current settings." msgstr "" -#: captcha.admin.inc:331 +#: modules/captcha/captcha.admin.inc:394 msgid "Challenge \"%challenge\" by module \"%module\"" msgstr "" -#: captcha.admin.inc:334 +#: modules/captcha/captcha.admin.inc:397 msgid "10 more examples of this challenge." msgstr "" -#: (duplicate) captcha.pages.inc:66;53;161 captcha.module:202;115 captcha.info:0 image_captcha/image_captcha.user.inc:28 image_captcha/image_captcha.module:91 +#: (duplicate) modules/captcha/captcha.pages.inc:52;39 modules/captcha/captcha.module:189;116 ;266;57;68 modules/captcha/captcha.info:0 modules/captcha/image_captcha/image_captcha.user.inc:29 modules/captcha/image_captcha/image_captcha.module:94 msgid "CAPTCHA" msgstr "" -#: captcha.pages.inc:108 -msgid "Another challenge" -msgstr "" - -#: captcha.pages.inc:109 -msgid "Get another challenge" -msgstr "" - -#: captcha.pages.inc:144 -msgid "CAPTCHA test failed (unknown challenge_id)." -msgstr "" - -#: captcha.pages.inc:156 -msgid "The answer you entered for the CAPTCHA was not correct." -msgstr "" - -#: captcha.pages.inc:53 +#: modules/captcha/captcha.pages.inc:39 msgid "CAPTCHA problem: hook_captcha() of module %module returned nothing when trying to retrieve challenge type %type for form %form_id." msgstr "" -#: captcha.pages.inc:161 -msgid "%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module \"%module\"), user answered \"%response\", but the solution was \"%solution\"." -msgstr "" - -#: captcha.module:24 +#: modules/captcha/captcha.module:28 msgid "\"CAPTCHA\" is an acronym for \"Completely Automated Public Turing test to tell Computers and Humans Apart\". It is typically a challenge-response test to determine whether the user is human. The CAPTCHA module is a tool to fight automated submission by malicious users (spamming) of for example comments forms, user registration forms, guestbook forms, etc. You can extend the desired forms with an additional challenge, which should be easy for a human to solve correctly, but hard enough to keep automated scripts and spam bots out." msgstr "" -#: captcha.module:25 +#: modules/captcha/captcha.module:29 msgid "Note that the CAPTCHA module interacts with page caching (see performance settings). Because the challenge should be unique for each generated form, the caching of the page it appears on is prevented. Make sure that these forms do not appear on too many pages or you will lose much caching efficiency. For example, if you put a CAPTCHA on the user login block, which typically appears on each page for anonymous visitors, caching will practically be disabled. The comment submission forms are another example. In this case you should set the \"%commentlocation\" to \"%separatepage\" in the comment settings of the relevant content types for better caching efficiency." msgstr "" -#: captcha.module:28 +#: modules/captcha/captcha.module:32 msgid "Location of comment submission form" msgstr "" -#: captcha.module:29 +#: modules/captcha/captcha.module:33 msgid "Display on separate page" msgstr "" -#: captcha.module:33 +#: modules/captcha/captcha.module:37 msgid "CAPTCHA is a trademark of Carnegie Mellon University." msgstr "" -#: captcha.module:38 +#: modules/captcha/captcha.module:42 msgid "A CAPTCHA can be added to virtually each Drupal form. Some default forms are already provided in the form list, but arbitrary forms can be easily added and managed when the option \"%adminlinks\" is enabled." msgstr "" -#: captcha.module:40 +#: modules/captcha/captcha.module:44 msgid "Users with the \"%skipcaptcha\" permission won't be offered a challenge. Be sure to grant this permission to the trusted users (e.g. site administrators). If you want to test a protected form, be sure to do it as a user without the \"%skipcaptcha\" permission (e.g. as anonymous user)." msgstr "" -#: captcha.module:149 +#: modules/captcha/captcha.module:45;104 +msgid "skip CAPTCHA" +msgstr "" + +#: modules/captcha/captcha.module:153 msgid "This question is for testing whether you are a human visitor and to prevent automated spam submissions." msgstr "" -#: captcha.module:207 +#: modules/captcha/captcha.module:194 +msgid "CAPTCHA: \"@type\" enabled" +msgstr "" + +#: modules/captcha/captcha.module:195 msgid "Untrusted users will see a CAPTCHA here (!settings)." msgstr "" -#: captcha.module:208 +#: modules/captcha/captcha.module:196 msgid "general CAPTCHA settings" msgstr "" -#: captcha.module:212 +#: modules/captcha/captcha.module:200 msgid "Enabled challenge" msgstr "" -#: captcha.module:213 +#: modules/captcha/captcha.module:201 msgid "\"@type\" by module \"@module\" (!change, !disable)" msgstr "" -#: captcha.module:216 +#: modules/captcha/captcha.module:204 msgid "change" msgstr "" -#: captcha.module:217 +#: modules/captcha/captcha.module:205 msgid "disable" msgstr "" -#: captcha.module:223 +#: modules/captcha/captcha.module:210 +msgid "CAPTCHA: no challenge enabled" +msgstr "" + +#: modules/captcha/captcha.module:212 msgid "Place a CAPTCHA here for untrusted users." msgstr "" -#: captcha.module:247 +#: modules/captcha/captcha.module:247 +msgid "CAPTCHA test failed (unknown csid)." +msgstr "" + +#: modules/captcha/captcha.module:261 +msgid "The answer you entered for the CAPTCHA was not correct." +msgstr "" + +#: modules/captcha/captcha.module:401 msgid "Math Question" msgstr "" -#: captcha.module:248 +#: modules/captcha/captcha.module:402 msgid "Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." msgstr "" -#: captcha.module:249 +#: modules/captcha/captcha.module:403 msgid "@x + @y = " msgstr "" -#: (duplicate) captcha.module:116 -msgid "Already @counter blocked form submissions" +#: (duplicate) modules/captcha/captcha.module:117 +msgid "Already %counter" +msgstr "" + +#: modules/captcha/captcha.module:266 +msgid "%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module \"%module\"), user answered \"%response\", but the solution was \"%solution\"." +msgstr "" + +#: modules/captcha/captcha.module:118 +msgid "1 blocked form submission" +msgid_plural "@count blocked form submissions" +msgstr[0] "" +msgstr[1] "" + +#: modules/captcha/captcha.module:58 +msgid "Administer how and where CAPTCHAs are used." +msgstr "" + +#: modules/captcha/captcha.module:74 +msgid "General settings" +msgstr "" + +#: modules/captcha/captcha.module:80 +msgid "Examples" +msgstr "" + +#: modules/captcha/captcha.module:81 +msgid "An overview of the available challenge types with examples." +msgstr "" + +#: modules/captcha/captcha.module:90 +msgid "CAPTCHA point administration" msgstr "" -#: captcha.install:9 +#: modules/captcha/captcha.module:0 +msgid "captcha" +msgstr "" + +#: modules/captcha/captcha.install:10 msgid "This table describes which challenges should be added to which forms." msgstr "" -#: captcha.install:12 +#: modules/captcha/captcha.install:13 msgid "The form_id of the form to add a CAPTCHA to." msgstr "" -#: captcha.install:18 +#: modules/captcha/captcha.install:19 msgid "The module that provides the challenge." msgstr "" -#: captcha.install:23 +#: modules/captcha/captcha.install:24 msgid "The challenge type to use." msgstr "" -#: captcha.install:31;154 -msgid "Stores the solutions of the generated challenges." +#: modules/captcha/captcha.install:33;191 +msgid "Stores the data about CAPTCHA sessions (solution, IP address, timestamp, ...)." msgstr "" -#: captcha.install:34;157 -msgid "Primary Key: Unique challenge ID." +#: modules/captcha/captcha.install:36;194 +msgid "CAPTCHA session ID." msgstr "" -#: captcha.install:39;162 -msgid "Solution of the challenge." +#: modules/captcha/captcha.install:41;199 +msgid "User's {users}.uid." msgstr "" -#: captcha.install:46;169 +#: modules/captcha/captcha.install:47;205 msgid "Session ID of the user." msgstr "" -#: captcha.install:53;176 +#: modules/captcha/captcha.install:54 +msgid "IP address of visitor." +msgstr "" + +#: modules/captcha/captcha.install:60;218 msgid "A Unix timestamp indicating when the challenge was generated." msgstr "" -#: captcha.install:119 +#: modules/captcha/captcha.install:66;224 +msgid "The form_id of the form where the CAPTCHA is added to." +msgstr "" + +#: modules/captcha/captcha.install:72;230 +msgid "Solution of the challenge." +msgstr "" + +#: modules/captcha/captcha.install:79;237 +msgid "Status of the CAPTCHA session (unsolved, solved, ...)" +msgstr "" + +#: modules/captcha/captcha.install:85;243 +msgid "The number of attempts." +msgstr "" + +#: modules/captcha/captcha.install:114 +msgid "You can now configure the CAPTCHA module for your site." +msgstr "" + +#: modules/captcha/captcha.install:155 msgid "Unsupported database." msgstr "" -#: captcha.info:0 +#: modules/captcha/captcha.install:212 +msgid "IP address of the visitor." +msgstr "" + +#: modules/captcha/captcha.info:0 msgid "Base CAPTCHA module for adding challenges to arbitrary forms." msgstr "" -#: captcha.info:0 image_captcha/image_captcha.info:0 +#: modules/captcha/captcha.info:0 modules/captcha/image_captcha/image_captcha.info:0 msgid "Spam control" msgstr "" -#: image_captcha/image_captcha.admin.inc:8 +#: modules/captcha/image_captcha/image_captcha.admin.inc:13 msgid "Built-in font" msgstr "" -#: image_captcha/image_captcha.admin.inc:26 +#: modules/captcha/image_captcha/image_captcha.admin.inc:31 msgid "Images cannot be generated, because your PHP installation's GD library has no JPEG support." msgstr "" -#: image_captcha/image_captcha.admin.inc:31 +#: modules/captcha/image_captcha/image_captcha.admin.inc:36 msgid "Code settings" msgstr "" -#: image_captcha/image_captcha.admin.inc:35 +#: modules/captcha/image_captcha/image_captcha.admin.inc:40 msgid "Characters to use in the code" msgstr "" -#: image_captcha/image_captcha.admin.inc:40 +#: modules/captcha/image_captcha/image_captcha.admin.inc:45 msgid "Code length" msgstr "" -#: image_captcha/image_captcha.admin.inc:43 +#: modules/captcha/image_captcha/image_captcha.admin.inc:48 msgid "The code length influences the size of the image. Note that larger values make the image generation more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:49 +#: modules/captcha/image_captcha/image_captcha.admin.inc:53 +msgid "Case insensitive validation" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:54 +msgid "Enable this option to ignore uppercase/lowercase errors in the response. This can be usefull for certain target audiences or fonts." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:61 msgid "Font settings" msgstr "" -#: image_captcha/image_captcha.admin.inc:55 +#: modules/captcha/image_captcha/image_captcha.admin.inc:67 msgid "Font" msgstr "" -#: image_captcha/image_captcha.admin.inc:57 +#: modules/captcha/image_captcha/image_captcha.admin.inc:69 msgid "The TrueType font (.ttf) to use for the text in the image CAPTCHA." msgstr "" -#: image_captcha/image_captcha.admin.inc:66 +#: modules/captcha/image_captcha/image_captcha.admin.inc:78 msgid "Font size" msgstr "" -#: image_captcha/image_captcha.admin.inc:68 +#: modules/captcha/image_captcha/image_captcha.admin.inc:80 msgid "tiny" msgstr "" -#: image_captcha/image_captcha.admin.inc:69;84 +#: modules/captcha/image_captcha/image_captcha.admin.inc:81;96;129 msgid "small" msgstr "" -#: image_captcha/image_captcha.admin.inc:70;85;104;142 +#: modules/captcha/image_captcha/image_captcha.admin.inc:82;97;153;191 msgid "normal" msgstr "" -#: image_captcha/image_captcha.admin.inc:71;86 +#: modules/captcha/image_captcha/image_captcha.admin.inc:83;98 msgid "large" msgstr "" -#: image_captcha/image_captcha.admin.inc:74 +#: modules/captcha/image_captcha/image_captcha.admin.inc:86 msgid "The font size influences the size of the image. Note that larger values make the image generation more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:80 +#: modules/captcha/image_captcha/image_captcha.admin.inc:92 msgid "Character spacing" msgstr "" -#: image_captcha/image_captcha.admin.inc:81 +#: modules/captcha/image_captcha/image_captcha.admin.inc:93 msgid "Define the average spacing between characters. Note that larger values make the image generation more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:93 -msgid "Distortion and noise" +#: modules/captcha/image_captcha/image_captcha.admin.inc:105 +msgid "Color settings" msgstr "" -#: image_captcha/image_captcha.admin.inc:94 -msgid "With these settings you can control the degree of obfuscation by distortion and added noise. Do not exaggerate the obfuscation and assure that the code in the image is reasonably readable. For example, do not combine high levels of distortion and noise." +#: modules/captcha/image_captcha/image_captcha.admin.inc:106 +msgid "Configuration of the background and text colors in the image CAPTCHA." msgstr "" -#: image_captcha/image_captcha.admin.inc:99 -msgid "Distortion level" +#: modules/captcha/image_captcha/image_captcha.admin.inc:110 +msgid "Background color" msgstr "" -#: image_captcha/image_captcha.admin.inc:102;141 -msgid "low" +#: modules/captcha/image_captcha/image_captcha.admin.inc:111 +msgid "Enter the hexadecimal code for the background color (e.g. #FFF or #FFCE90)." msgstr "" -#: image_captcha/image_captcha.admin.inc:103 +#: modules/captcha/image_captcha/image_captcha.admin.inc:118 +msgid "Text color" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:119 +msgid "Enter the hexadecimal code for the text color (e.g. #000 or #004283)." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:126 +msgid "Additional variation of text color" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:130;152 msgid "moderate" msgstr "" -#: image_captcha/image_captcha.admin.inc:105;143 +#: modules/captcha/image_captcha/image_captcha.admin.inc:131;154;192 msgid "high" msgstr "" -#: image_captcha/image_captcha.admin.inc:106;144 +#: modules/captcha/image_captcha/image_captcha.admin.inc:132 +msgid "very high" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:135 +msgid "The different characters will have randomized colors in the specified range around the text color." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:142 +msgid "Distortion and noise" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:143 +msgid "With these settings you can control the degree of obfuscation by distortion and added noise. Do not exaggerate the obfuscation and assure that the code in the image is reasonably readable. For example, do not combine high levels of distortion and noise." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:148 +msgid "Distortion level" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:151;190 +msgid "low" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:155;193 msgid "severe" msgstr "" -#: image_captcha/image_captcha.admin.inc:109 +#: modules/captcha/image_captcha/image_captcha.admin.inc:158 msgid "Set the degree of wave distortion in the image." msgstr "" -#: image_captcha/image_captcha.admin.inc:113 +#: modules/captcha/image_captcha/image_captcha.admin.inc:162 msgid "Smooth distortion" msgstr "" -#: image_captcha/image_captcha.admin.inc:115 +#: modules/captcha/image_captcha/image_captcha.admin.inc:164 msgid "This option enables bilinear interpolation of the distortion which makes the image look smoother, but it is more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:120 +#: modules/captcha/image_captcha/image_captcha.admin.inc:169 msgid "Double vision" msgstr "" -#: image_captcha/image_captcha.admin.inc:122 +#: modules/captcha/image_captcha/image_captcha.admin.inc:171 msgid "When enabled, characters appear twice in the image, overlaid onto each other." msgstr "" -#: image_captcha/image_captcha.admin.inc:127 +#: modules/captcha/image_captcha/image_captcha.admin.inc:176 msgid "Add salt and pepper noise" msgstr "" -#: image_captcha/image_captcha.admin.inc:129 +#: modules/captcha/image_captcha/image_captcha.admin.inc:178 msgid "This option adds randomly colored point noise." msgstr "" -#: image_captcha/image_captcha.admin.inc:133 +#: modules/captcha/image_captcha/image_captcha.admin.inc:182 msgid "Add line noise" msgstr "" -#: image_captcha/image_captcha.admin.inc:135 +#: modules/captcha/image_captcha/image_captcha.admin.inc:184 msgid "This option enables lines randomly drawn on top of the text code." msgstr "" -#: image_captcha/image_captcha.admin.inc:139 +#: modules/captcha/image_captcha/image_captcha.admin.inc:188 msgid "Noise level" msgstr "" -#: image_captcha/image_captcha.admin.inc:157 -msgid "The image captcha module works best with a TrueType font file (TTF) for generating the images, but because of licencing issues it is not allowed to package fonts with the module. A simple built-in bitmap font is provided as default instead. You can install TrueType fonts yourself by putting them in the fonts directory of the image captcha module (directory \"%fontsdir\") or by uploading them to your Drupal file system (directory \"%filesdir\") with for example the upload module." +#: modules/captcha/image_captcha/image_captcha.admin.inc:206 +msgid "The image CAPTCHA module works best with a TrueType font file (TTF) for generating the images, but because of licencing issues it is not allowed to package fonts with the module. A simple built-in bitmap font is provided as default instead. You can install TrueType fonts yourself by putting them in the fonts directory of the image CAPTCHA module (directory \"%fontsdir\") or by uploading them to your Drupal file system (directory \"%filesdir\") with for example the upload module." msgstr "" -#: image_captcha/image_captcha.admin.inc:160 +#: modules/captcha/image_captcha/image_captcha.admin.inc:209 msgid "The usage of the built-in bitmap font it is not recommended because of its small size and missing UTF-8 support." msgstr "" -#: image_captcha/image_captcha.admin.inc:171 +#: modules/captcha/image_captcha/image_captcha.admin.inc:220 msgid "The list of characters to use should not contain spaces." msgstr "" -#: image_captcha/image_captcha.admin.inc:176 +#: modules/captcha/image_captcha/image_captcha.admin.inc:225 msgid "You need to select a font" msgstr "" -#: image_captcha/image_captcha.admin.inc:179 +#: modules/captcha/image_captcha/image_captcha.admin.inc:228 msgid "Font does not exist or is not readable." msgstr "" -#: image_captcha/image_captcha.user.inc:28 +#: modules/captcha/image_captcha/image_captcha.admin.inc:233 +msgid "Background color is not a valid hexadecimal color value." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:236 +msgid "Text color is not a valid hexadecimal color value." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.user.inc:29 msgid "Generation of image CAPTCHA failed. Check your image CAPTCHA configuration and especially the used font." msgstr "" -#: image_captcha/image_captcha.module:16 +#: modules/captcha/image_captcha/image_captcha.module:17 msgid "The image CAPTCHA is a popular challenge where a random textual code is obfuscated in an image. The image is generated on the fly for each request, which is rather CPU intensive for the server. Be careful with the size and computation related settings." msgstr "" -#: image_captcha/image_captcha.module:20 -msgid "

Example image, generated with the current settings:

!img" +#: modules/captcha/image_captcha/image_captcha.module:22 +msgid "Example image, generated with the current settings:" msgstr "" -#: image_captcha/image_captcha.module:144 -msgid "What code is in the image?" +#: modules/captcha/image_captcha/image_captcha.module:146 +msgid "Enter the characters (without spaces) shown in the image." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:149 +msgid "Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case." msgstr "" -#: image_captcha/image_captcha.module:145 -msgid "Copy the characters (respecting upper/lower case) from the image." +#: modules/captcha/image_captcha/image_captcha.module:159;159;35 modules/captcha/image_captcha/image_captcha.info:0 +msgid "Image CAPTCHA" msgstr "" -#: image_captcha/image_captcha.module:91 +#: modules/captcha/image_captcha/image_captcha.module:164 +msgid "What code is in the image?" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:94 msgid "Encountered an illegal byte while splitting an utf8 string in characters." msgstr "" -#: image_captcha/image_captcha.info:0 -msgid "Image CAPTCHA" +#: modules/captcha/image_captcha/image_captcha.module:0 +msgid "image_captcha" msgstr "" -#: image_captcha/image_captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Provides an image based CAPTCHA." msgstr "" + Index: translations/de.po =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/translations/de.po,v retrieving revision 1.2 diff -u -p -r1.2 de.po --- translations/de.po 12 Mar 2009 22:27:57 -0000 1.2 +++ translations/de.po 22 Mar 2009 11:13:05 -0000 @@ -1,4 +1,4 @@ -# $Id: de.po,v 1.2 2009/03/12 22:27:57 stborchert Exp $ +# $Id: de.po,v 1.2 2009/03/12 22:27:57 stborchert Exp $ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME @@ -13,623 +13,855 @@ # captcha.install,v 1.8 2009/01/03 18:04:55 soxofaan # image_captcha.info,v 1.5 2008/02/17 12:49:24 soxofaan # -#, fuzzy +# msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2009-02-24 10:13+0100\n" +"POT-Creation-Date: 2009-03-22 13:06+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: drupalcenter.de - Drupal Voice Channel\n" "Language-Team: drupalcenter.de - Drupal Voice Channel\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: captcha.admin.inc:13 image_captcha/image_captcha.admin.inc:128;150 +#: modules/captcha/captcha.admin.inc:13 +#: modules/captcha/image_captcha/image_captcha.admin.inc:128;150 msgid "none" msgstr "keine" -#: captcha.admin.inc:32 +#: modules/captcha/captcha.admin.inc:32 msgid "Form protection" msgstr "Formularschutz" -#: captcha.admin.inc:33 -msgid "Select the challenge type you want for each of the listed forms (identified by their so called form_id's). You can easily add arbitrary forms with textfield at the bottom of the table or with the help of the '%CAPTCHA_admin_links' option below." -msgstr "Hier kann ausgewählt werden, welcher Aufgabentyp für jedes der aufgelisteten Formulare verwendet werden soll. Die Formulare werden durch die sogenannten form_ids identifiziert. Über das Textfeld am Ende der Tabelle können beliebige Formulare unter Zuhilfenahme der Option '%CAPTCHA_admin_links' hinzugefügt werden." +#: modules/captcha/captcha.admin.inc:33 +msgid "" +"Select the challenge type you want for each of the listed forms (identified " +"by their so called form_id's). You can easily add arbitrary forms " +"with textfield at the bottom of the table or with the help of the '%" +"CAPTCHA_admin_links' option below." +msgstr "" +"Hier kann ausgewählt werden, welcher Aufgabentyp für jedes der aufgelisteten " +"Formulare verwendet werden soll. Die Formulare werden durch die sogenannten " +"form_ids identifiziert. Über das Textfeld am Ende der Tabelle " +"können beliebige Formulare unter Zuhilfenahme der Option '%" +"CAPTCHA_admin_links' hinzugefügt werden." -#: captcha.admin.inc:34;81 captcha.module:43 +#: modules/captcha/captcha.admin.inc:34;81 modules/captcha/captcha.module:43 msgid "Add CAPTCHA administration links to forms" msgstr "Füge CAPTCHA Verwaltungslinks zu Formularen hinzu" -#: captcha.admin.inc:59 +#: modules/captcha/captcha.admin.inc:59 msgid "delete" msgstr "löschen" -#: captcha.admin.inc:83 -msgid "This option is very helpful to enable/disable challenges on forms. When enabled, users with the \"%admincaptcha\" permission will see CAPTCHA administration links on all forms (except on administrative pages, which shouldn't be accessible to untrusted users in the first place). These links make it possible to enable a challenge of the desired type or disable it." -msgstr "Fügt allen Formularen (ausgenommen auf administrativen Seiten) einen Link hinzu, über den Benutzer mit der Berechtigung \"%admincaptcha\" Aufgaben eines bestimmten Typs aktivieren oder deaktivieren können." +#: modules/captcha/captcha.admin.inc:83 +msgid "" +"This option is very helpful to enable/disable challenges on forms. When " +"enabled, users with the \"%admincaptcha\" permission will see CAPTCHA " +"administration links on all forms (except on administrative pages, which " +"shouldn't be accessible to untrusted users in the first place). These links " +"make it possible to enable a challenge of the desired type or disable it." +msgstr "" +"Fügt allen Formularen (ausgenommen auf administrativen Seiten) einen Link " +"hinzu, über den Benutzer mit der Berechtigung \"%admincaptcha\" Aufgaben " +"eines bestimmten Typs aktivieren oder deaktivieren können." -#: captcha.admin.inc:83 captcha.module:104 +#: modules/captcha/captcha.admin.inc:83 modules/captcha/captcha.module:104 msgid "administer CAPTCHA settings" msgstr "Einstellungen von CAPTCHA verwalten" -#: captcha.admin.inc:91;106 +#: modules/captcha/captcha.admin.inc:91;106 msgid "Challenge description" msgstr "Beschreibung der Aufgabe" -#: captcha.admin.inc:92;107 -msgid "With this description you can explain the purpose of the challenge to the user." -msgstr "Mit dieser Beschreibung wird dem Benutzer erklärt, warum diese Aufgabe notwendig ist." +#: modules/captcha/captcha.admin.inc:92;107 +msgid "" +"With this description you can explain the purpose of the challenge to the " +"user." +msgstr "" +"Mit dieser Beschreibung wird dem Benutzer erklärt, warum diese Aufgabe " +"notwendig ist." -#: captcha.admin.inc:97 +#: modules/captcha/captcha.admin.inc:97 msgid "For language %lang_name (code %lang_code)" msgstr "Für die Sprache %lang_name (%lang_code)" -#: captcha.admin.inc:116 +#: modules/captcha/captcha.admin.inc:116 msgid "Persistence" msgstr "Gültigkeitsdauer" -#: captcha.admin.inc:119 +#: modules/captcha/captcha.admin.inc:119 msgid "Always add a challenge." msgstr "Füge immer eine Aufgabe hinzu." -#: captcha.admin.inc:120 -msgid "Omit challenges for a form once the user has successfully responded to a challenge for that form." -msgstr "Sobald der Benutzer eine Aufgabe für dieses Formular gelöst hat, werden Aufgaben für das Formular übersprungen." - -#: captcha.admin.inc:121 -msgid "Omit challenges for all forms once the user has successfully responded to a challenge." -msgstr "Sobald der Benutzer eine Aufgabe gelöst hat, werden Aufgaben für alle Formulare übersprungen." - -#: captcha.admin.inc:123 -msgid "Define if challenges should be omitted during the rest of a session once the user successfully responses to a challenge." -msgstr "Sobald der Benutzer eine Aufgabe gelöst hat, werden Aufgaben für den Rest der Sitzung übersprungen." +#: modules/captcha/captcha.admin.inc:120 +msgid "" +"Omit challenges for a form once the user has successfully responded to a " +"challenge for that form." +msgstr "" +"Sobald der Benutzer eine Aufgabe für dieses Formular gelöst hat, werden " +"Aufgaben für das Formular übersprungen." -#: captcha.admin.inc:129 +#: modules/captcha/captcha.admin.inc:121 +msgid "" +"Omit challenges for all forms once the user has successfully responded to a " +"challenge." +msgstr "" +"Sobald der Benutzer eine Aufgabe gelöst hat, werden Aufgaben für alle " +"Formulare übersprungen." + +#: modules/captcha/captcha.admin.inc:123 +msgid "" +"Define if challenges should be omitted during the rest of a session once the " +"user successfully responses to a challenge." +msgstr "" +"Sobald der Benutzer eine Aufgabe gelöst hat, werden Aufgaben für den Rest " +"der Sitzung übersprungen." + +#: modules/captcha/captcha.admin.inc:129 msgid "Log wrong responses" msgstr "Falsche Antworten protokollieren" -#: captcha.admin.inc:130 +#: modules/captcha/captcha.admin.inc:130 msgid "Report information about wrong responses to the !log." msgstr "Informationen über falsche Antworten im !log festhalten." -#: captcha.admin.inc:130 +#: modules/captcha/captcha.admin.inc:130 msgid "log" msgstr "Protokoll" -#: captcha.admin.inc:137 +#: modules/captcha/captcha.admin.inc:137 msgid "Save configuration" msgstr "Konfiguration speichern" -#: captcha.admin.inc:147 +#: modules/captcha/captcha.admin.inc:147 msgid "Challenge type (module)" msgstr "Aufgabentyp (Modul)" -#: captcha.admin.inc:147 +#: modules/captcha/captcha.admin.inc:147 msgid "Operations" msgstr "Operationen" -#: captcha.admin.inc:188;300 +#: modules/captcha/captcha.admin.inc:188;300 msgid "Illegal form_id" msgstr "Ungültige form_id" -#: captcha.admin.inc:209 +#: modules/captcha/captcha.admin.inc:209 msgid "Added CAPTCHA point." msgstr "CAPTCHA für Formular hinzugefügt." -#: captcha.admin.inc:227 +#: modules/captcha/captcha.admin.inc:227 msgid "The CAPTCHA settings were saved." msgstr "Die CAPTCHA Einstellungen wurden gespeichert." -#: captcha.admin.inc:257;272 +#: modules/captcha/captcha.admin.inc:257;272 msgid "Form ID" msgstr "Formular ID" -#: captcha.admin.inc:258;273 +#: modules/captcha/captcha.admin.inc:258;273 msgid "The Drupal form_id of the form to add the CAPTCHA to." -msgstr "Die Drupal form_id des Formulars zu dem das CAPTCHA hinzugefügt werden soll." +msgstr "" +"Die Drupal form_id des Formulars zu dem das CAPTCHA hinzugefügt werden soll." -#: captcha.admin.inc:279 +#: modules/captcha/captcha.admin.inc:279 msgid "Challenge type" msgstr "Aufgabentyp" -#: captcha.admin.inc:280 +#: modules/captcha/captcha.admin.inc:280 msgid "The CAPTCHA type to use for this form" msgstr "Der CAPTCHA-Typ für dieses Formular." -#: captcha.admin.inc:289 +#: modules/captcha/captcha.admin.inc:289 msgid "Save" msgstr "Speichern" -#: captcha.admin.inc:312 +#: modules/captcha/captcha.admin.inc:312 msgid "Saved CAPTCHA point settings." msgstr "Einstellungen für CAPTCHA Zuordnung gespeichert." -#: captcha.admin.inc:329 +#: modules/captcha/captcha.admin.inc:329 msgid "Are you sure you want to delete the CAPTCHA for form_id %form_id?" msgstr "CAPTCHA für die form_id %form_id wirklich löschen?" -#: captcha.admin.inc:330 +#: modules/captcha/captcha.admin.inc:330 msgid "Delete" msgstr "Löschen" -#: captcha.admin.inc:333 +#: modules/captcha/captcha.admin.inc:333 msgid "Are you sure you want to disable the CAPTCHA for form_id %form_id?" msgstr "CAPTCHA für die form_id %form_id wirklich deaktivieren?" -#: captcha.admin.inc:334 +#: modules/captcha/captcha.admin.inc:334 msgid "Disable" msgstr "Deaktivieren" -#: captcha.admin.inc:347 +#: modules/captcha/captcha.admin.inc:347 msgid "Deleted CAPTCHA for form %form_id." msgstr "CAPTCHA für Formular %form_id gelöscht." -#: captcha.admin.inc:351 +#: modules/captcha/captcha.admin.inc:351 msgid "Disabled CAPTCHA for form %form_id." msgstr "CAPTCHA für Formular %form_id deaktiviert." -#: captcha.admin.inc:386 -msgid "This page gives an overview of all available challenge types, generated with their current settings." -msgstr "Diese Seite gibt einen Überblick aller verfügbaren Aufgabentypen unter Verwendung ihrer aktuellen Einstellungen." +#: modules/captcha/captcha.admin.inc:386 +msgid "" +"This page gives an overview of all available challenge types, generated with " +"their current settings." +msgstr "" +"Diese Seite gibt einen Überblick aller verfügbaren Aufgabentypen unter " +"Verwendung ihrer aktuellen Einstellungen." -#: captcha.admin.inc:394 +#: modules/captcha/captcha.admin.inc:394 msgid "Challenge \"%challenge\" by module \"%module\"" msgstr "Aufgabe \"%challenge\" pro Modul \"%module\"" -#: captcha.admin.inc:397 +#: modules/captcha/captcha.admin.inc:397 msgid "10 more examples of this challenge." msgstr "10 weitere Beispiele dieser Aufgabe." -#: (duplicate) captcha.pages.inc:52;39 captcha.module:186;116 ;263;57;68 captcha.info:0 image_captcha/image_captcha.user.inc:29 image_captcha/image_captcha.module:94 +#: (duplicate) modules/captcha/captcha.pages.inc:52;39 +#: modules/captcha/captcha.module:189;116 ;266;57;68 +#: modules/captcha/captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.user.inc:29 +#: modules/captcha/image_captcha/image_captcha.module:94 msgid "CAPTCHA" msgstr "CAPTCHA" -#: captcha.pages.inc:39 -msgid "CAPTCHA problem: hook_captcha() of module %module returned nothing when trying to retrieve challenge type %type for form %form_id." -msgstr "CAPTCHA Problem: Die Rückgabe von hook_captcha() des Moduls %module ist fehlgeschlagen, als versucht wurde für das Formular %form_id den Aufgabentyp %type zu erstellen." - -#: captcha.module:28 -msgid "\"CAPTCHA\" is an acronym for \"Completely Automated Public Turing test to tell Computers and Humans Apart\". It is typically a challenge-response test to determine whether the user is human. The CAPTCHA module is a tool to fight automated submission by malicious users (spamming) of for example comments forms, user registration forms, guestbook forms, etc. You can extend the desired forms with an additional challenge, which should be easy for a human to solve correctly, but hard enough to keep automated scripts and spam bots out." -msgstr "\"CAPTCHA\" ist eine Abkürzung für \"Completely Automated Public Turing test to tell Computers and Humans Apart\". Wörtlich übersetzt bedeutet das \"Vollautomatischer öffentlicher Turing-Test, um Computer und Menschen zu unterscheiden\". CAPTCHAs werden verwendet, um zu entscheiden, ob der Gegenüber ein Mensch oder eine Maschine ist. Die Aufgabe des CAPTCHA Moduls ist es, eine unüberwindbare Hürde für Computer, die Spam z.B. in Kommentare oder in Beiträgen eintragen wollen, zu verhindern. Gleichzeitig sollen die Aufgaben für Menschen einfach zu lösen sein." - -#: captcha.module:29 -msgid "Note that the CAPTCHA module interacts with page caching (see performance settings). Because the challenge should be unique for each generated form, the caching of the page it appears on is prevented. Make sure that these forms do not appear on too many pages or you will lose much caching efficiency. For example, if you put a CAPTCHA on the user login block, which typically appears on each page for anonymous visitors, caching will practically be disabled. The comment submission forms are another example. In this case you should set the \"%commentlocation\" to \"%separatepage\" in the comment settings of the relevant content types for better caching efficiency." -msgstr "Zu beachten ist auch, dass das CAPTCHA Modul mit dem Seitencache (siehe Leistungs-Einstellungen) zusammenspielt. Da die Aufgabe für jedes generierte Form eindeutig sein sollte, wird das Caching für die Seite, auf der die Aufgabe ausgegeben wird, deaktiviert. Dementsprechend sollten diese Aufgaben nicht auf zu vielen Seiten auftauchen, da sonst die Effizienz des Caches vermindert wird. Beispielsweise deaktiviert ein CAPTCHA im Login-Formular quasi den Cache, da dieses Formular praktisch auf jeder Seite für anonyme Benutzer angezeigt wird. Das Formular zum Einstellen neuer Kommentare ist ein weiteres Beispiel dafür. In diesem Fall sollte in den Einstellungen für Kommentare der entsprechenden Inhaltstypen \"%commentlocation\" auf \"%separatepage\" gesetzt werden." +#: modules/captcha/captcha.pages.inc:39 +msgid "" +"CAPTCHA problem: hook_captcha() of module %module returned nothing when " +"trying to retrieve challenge type %type for form %form_id." +msgstr "" +"CAPTCHA Problem: Die Rückgabe von hook_captcha() des Moduls %module ist " +"fehlgeschlagen, als versucht wurde für das Formular %form_id den Aufgabentyp " +"%type zu erstellen." -#: captcha.module:32 +#: modules/captcha/captcha.module:28 +msgid "" +"\"CAPTCHA\" is an acronym for \"Completely Automated Public Turing test to " +"tell Computers and Humans Apart\". It is typically a challenge-response test " +"to determine whether the user is human. The CAPTCHA module is a tool to " +"fight automated submission by malicious users (spamming) of for example " +"comments forms, user registration forms, guestbook forms, etc. You can " +"extend the desired forms with an additional challenge, which should be easy " +"for a human to solve correctly, but hard enough to keep automated scripts " +"and spam bots out." +msgstr "" +"\"CAPTCHA\" ist eine Abkürzung für \"Completely Automated Public Turing test " +"to tell Computers and Humans Apart\". Wörtlich übersetzt bedeutet das " +"\"Vollautomatischer öffentlicher Turing-Test, um Computer und Menschen zu " +"unterscheiden\". CAPTCHAs werden verwendet, um zu entscheiden, ob der " +"Gegenüber ein Mensch oder eine Maschine ist. Die Aufgabe des CAPTCHA Moduls " +"ist es, eine unüberwindbare Hürde für Computer, die Spam z.B. in Kommentare " +"oder in Beiträgen eintragen wollen, zu verhindern. Gleichzeitig sollen die " +"Aufgaben für Menschen einfach zu lösen sein." + +#: modules/captcha/captcha.module:29 +msgid "" +"Note that the CAPTCHA module interacts with page caching (see performance settings). Because the challenge " +"should be unique for each generated form, the caching of the page it appears " +"on is prevented. Make sure that these forms do not appear on too many pages " +"or you will lose much caching efficiency. For example, if you put a CAPTCHA " +"on the user login block, which typically appears on each page for anonymous " +"visitors, caching will practically be disabled. The comment submission forms " +"are another example. In this case you should set the \"%commentlocation\" to " +"\"%separatepage\" in the comment settings of the relevant content types for better caching efficiency." +msgstr "" +"Zu beachten ist auch, dass das CAPTCHA Modul mit dem Seitencache (siehe Leistungs-Einstellungen) zusammenspielt. " +"Da die Aufgabe für jedes generierte Form eindeutig sein sollte, wird das " +"Caching für die Seite, auf der die Aufgabe ausgegeben wird, deaktiviert. " +"Dementsprechend sollten diese Aufgaben nicht auf zu vielen Seiten " +"auftauchen, da sonst die Effizienz des Caches vermindert wird. " +"Beispielsweise deaktiviert ein CAPTCHA im Login-Formular quasi den Cache, da " +"dieses Formular praktisch auf jeder Seite für anonyme Benutzer angezeigt " +"wird. Das Formular zum Einstellen neuer Kommentare ist ein weiteres Beispiel " +"dafür. In diesem Fall sollte in den Einstellungen für Kommentare der " +"entsprechenden Inhaltstypen \"%commentlocation" +"\" auf \"%separatepage\" gesetzt werden." + +#: modules/captcha/captcha.module:32 msgid "Location of comment submission form" msgstr "Position des Formulars zum Eingeben von Kommentaren" -#: captcha.module:33 +#: modules/captcha/captcha.module:33 msgid "Display on separate page" msgstr "Auf einer separaten Seite anzeigen." -#: captcha.module:37 +#: modules/captcha/captcha.module:37 msgid "CAPTCHA is a trademark of Carnegie Mellon University." msgstr "CAPTCHA ist ein Warenzeichen der Carnegie Mellon Universität." -#: captcha.module:42 -msgid "A CAPTCHA can be added to virtually each Drupal form. Some default forms are already provided in the form list, but arbitrary forms can be easily added and managed when the option \"%adminlinks\" is enabled." -msgstr "Ein CAPTCHA kann praktisch zu jedem Drupal Formular hinzugefügt werden. Manche Standardformulare sind bereits in der Liste aufgelistet, zusätzliche Formulare können hinzugefügt und verwaltet werden, wenn die Option \"%adminlinks\" aktiviert ist." - -#: captcha.module:44 -msgid "Users with the \"%skipcaptcha\" permission won't be offered a challenge. Be sure to grant this permission to the trusted users (e.g. site administrators). If you want to test a protected form, be sure to do it as a user without the \"%skipcaptcha\" permission (e.g. as anonymous user)." -msgstr "Benutzer mit der Berechtigung \"%skipcaptcha\" brauchen keine CAPTCHA Aufgaben zu lösen. Diese Berechtigung sollte nur an registrierte Benutzer vergeben werden, die z.B. bei der Registrierung schon eine CAPTCHA Aufgabe gelöst haben. Zum Testen eines geschützten Formulars, sollte ein Benutzer gewählt werden, der nicht die Berechtigung \"%skipcaptcha\" hat z.B. ein anonymer Benutzer." +#: modules/captcha/captcha.module:42 +msgid "" +"A CAPTCHA can be added to virtually each Drupal form. Some default forms are " +"already provided in the form list, but arbitrary forms can be easily added " +"and managed when the option \"%adminlinks\" is enabled." +msgstr "" +"Ein CAPTCHA kann praktisch zu jedem Drupal Formular hinzugefügt werden. " +"Manche Standardformulare sind bereits in der Liste aufgelistet, zusätzliche " +"Formulare können hinzugefügt und verwaltet werden, wenn die Option \"%" +"adminlinks\" aktiviert ist." -#: captcha.module:45;104 +#: modules/captcha/captcha.module:44 +msgid "" +"Users with the \"%skipcaptcha\" permission won't be " +"offered a challenge. Be sure to grant this permission to the trusted users " +"(e.g. site administrators). If you want to test a protected form, be sure to " +"do it as a user without the \"%skipcaptcha\" permission (e.g. as anonymous " +"user)." +msgstr "" +"Benutzer mit der Berechtigung \"%skipcaptcha\" " +"brauchen keine CAPTCHA Aufgaben zu lösen. Diese Berechtigung sollte nur an " +"registrierte Benutzer vergeben werden, die z.B. bei der Registrierung schon " +"eine CAPTCHA Aufgabe gelöst haben. Zum Testen eines geschützten Formulars, " +"sollte ein Benutzer gewählt werden, der nicht die Berechtigung \"%skipcaptcha" +"\" hat z.B. ein anonymer Benutzer." + +#: modules/captcha/captcha.module:45;104 msgid "skip CAPTCHA" msgstr "CAPTCHA überspringen" -#: captcha.module:150 -msgid "This question is for testing whether you are a human visitor and to prevent automated spam submissions." -msgstr "Diese Frage hat den Zweck zu testen, ob man ein menschlicher Benutzer ist und um automatisierten Spam vorzubeugen." +#: modules/captcha/captcha.module:153 +msgid "" +"This question is for testing whether you are a human visitor and to prevent " +"automated spam submissions." +msgstr "" +"Diese Frage hat den Zweck zu testen, ob man ein menschlicher Benutzer ist " +"und um automatisierten Spam vorzubeugen." -#: captcha.module:191 +#: modules/captcha/captcha.module:194 msgid "CAPTCHA: \"@type\" enabled" msgstr "CAPTCHA: \"@type\" aktiviert" -#: captcha.module:192 +#: modules/captcha/captcha.module:195 msgid "Untrusted users will see a CAPTCHA here (!settings)." -msgstr "Nicht vertauenswürdige Benutzer werden hier ein CAPTCHA sehen (!settings)." +msgstr "" +"Nicht vertauenswürdige Benutzer werden hier ein CAPTCHA sehen (!settings)." -#: captcha.module:193 +#: modules/captcha/captcha.module:196 msgid "general CAPTCHA settings" msgstr "Allgemeine CAPTCHA-Einstellungen" -#: captcha.module:197 +#: modules/captcha/captcha.module:200 msgid "Enabled challenge" msgstr "Aufgabe aktiviert" -#: captcha.module:198 +#: modules/captcha/captcha.module:201 msgid "\"@type\" by module \"@module\" (!change, !disable)" msgstr "\"@type\" pro Modul \"@module\" (!change, !disable)" -#: captcha.module:201 +#: modules/captcha/captcha.module:204 msgid "change" msgstr "Ändern" -#: captcha.module:202 +#: modules/captcha/captcha.module:205 msgid "disable" msgstr "Deaktivieren" -#: captcha.module:207 +#: modules/captcha/captcha.module:210 msgid "CAPTCHA: no challenge enabled" msgstr "CAPTCHA: keine Aufgabe aktiviert" -#: captcha.module:209 +#: modules/captcha/captcha.module:212 msgid "Place a CAPTCHA here for untrusted users." msgstr "Hier einen CAPTCHA für nicht vertrauenswürdige Benutzer platzieren." -#: captcha.module:244 +#: modules/captcha/captcha.module:247 msgid "CAPTCHA test failed (unknown csid)." msgstr "CAPTCHA Test fehlgeschlagen." -#: captcha.module:258 +#: modules/captcha/captcha.module:261 msgid "The answer you entered for the CAPTCHA was not correct." msgstr "Die von Ihnen eingegebene Antwort war nicht korrekt." -#: captcha.module:398 +#: modules/captcha/captcha.module:401 msgid "Math Question" msgstr "Mathematische Aufgabe" -#: captcha.module:399 -msgid "Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." -msgstr "Das einfache mathematische Problem ist zu lösen und das Ergebnis einzugeben. Z.B. muss für 1+3 der Wert 4 eingegebene werden." +#: modules/captcha/captcha.module:402 +msgid "" +"Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." +msgstr "" +"Das einfache mathematische Problem ist zu lösen und das Ergebnis einzugeben. " +"Z.B. muss für 1+3 der Wert 4 eingegebene werden." -#: captcha.module:400 +#: modules/captcha/captcha.module:403 msgid "@x + @y = " msgstr "@x + @y = " -#: (duplicate) captcha.module:117 -msgid "Already @counter blocked form submissions" -msgstr "Es wurden bisher @counter Formulareingaben geblockt" - -#: captcha.module:263 -msgid "%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module \"%module\"), user answered \"%response\", but the solution was \"%solution\"." -msgstr "Der Beitrag von %form_id wurde vom CAPTCHA Modul geblockt: Aufgabe \"%challenge\" (vom Modul \%module\"), der Benutzer antwortete \"%response\", aber die Lösung war \"%solution\"." +#: (duplicate) modules/captcha/captcha.module:117 +msgid "Already %counter" +msgstr "" -#: captcha.module:58 +#: modules/captcha/captcha.module:266 +msgid "" +"%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module " +"\"%module\"), user answered \"%response\", but the solution was \"%solution" +"\"." +msgstr "" +"Der Beitrag von %form_id wurde vom CAPTCHA Modul geblockt: Aufgabe \"%" +"challenge\" (vom Modul \"%module\"), der Benutzer antwortete \"%response\", " +"aber die Lösung war \"%solution\"." + +#: modules/captcha/captcha.module:118 +#, fuzzy +msgid "1 blocked form submission" +msgid_plural "@count blocked form submissions" +msgstr[0] "Es wurden bisher @counter Formulareingaben geblockt" +msgstr[1] "Es wurden bisher @counter Formulareingaben geblockt" + +#: modules/captcha/captcha.module:58 msgid "Administer how and where CAPTCHAs are used." msgstr "Verwalten, wo und wie CAPTCHAs verwendet werden." -#: captcha.module:74 +#: modules/captcha/captcha.module:74 msgid "General settings" msgstr "Allgemeine Einstellungen" -#: captcha.module:80 +#: modules/captcha/captcha.module:80 msgid "Examples" msgstr "Beispiele" -#: captcha.module:81 +#: modules/captcha/captcha.module:81 msgid "An overview of the available challenge types with examples." msgstr "Überblick verfügbarer Aufgabentypen mit Beispielen." -#: captcha.module:90 +#: modules/captcha/captcha.module:90 msgid "CAPTCHA point administration" msgstr "Verwaltung der CAPTCHA Zuordnungen" -#: captcha.module:0 +#: modules/captcha/captcha.module:0 msgid "captcha" msgstr "captcha" -#: captcha.install:10 +#: modules/captcha/captcha.install:10 msgid "This table describes which challenges should be added to which forms." -msgstr "Diese Tabelle beschreibt, welche Aufgabe zu welchem Formular hinzugefügt wird." +msgstr "" +"Diese Tabelle beschreibt, welche Aufgabe zu welchem Formular hinzugefügt " +"wird." -#: captcha.install:13 +#: modules/captcha/captcha.install:13 msgid "The form_id of the form to add a CAPTCHA to." msgstr "Die form_id des Formulars, zu dem ein CAPTCHA hinzugefügt wird." -#: captcha.install:19 +#: modules/captcha/captcha.install:19 msgid "The module that provides the challenge." msgstr "Das Modul, das die Aufgabe bereitstellt." -#: captcha.install:24 +#: modules/captcha/captcha.install:24 msgid "The challenge type to use." msgstr "Der zu verwendende Aufgabentyp." -#: captcha.install:33;191 -msgid "Stores the data about CAPTCHA sessions (solution, IP address, timestamp, ...)." -msgstr "Speichert die Daten der CAPTCHA Sessions (Lösung, IP Adresse, Zeit, ...)." +#: modules/captcha/captcha.install:33;191 +msgid "" +"Stores the data about CAPTCHA sessions (solution, IP address, " +"timestamp, ...)." +msgstr "" +"Speichert die Daten der CAPTCHA Sessions (Lösung, IP Adresse, Zeit, ...)." -#: captcha.install:36;194 +#: modules/captcha/captcha.install:36;194 msgid "CAPTCHA session ID." msgstr "CAPTCHA Session-ID." -#: captcha.install:41;199 +#: modules/captcha/captcha.install:41;199 msgid "User's {users}.uid." msgstr "{users}.uid des Benutzers." -#: captcha.install:47;205 +#: modules/captcha/captcha.install:47;205 msgid "Session ID of the user." msgstr "Session-ID des Benutzers." -#: captcha.install:54;212 -msgid "IP addres of visitor." +#: modules/captcha/captcha.install:54 +msgid "IP address of visitor." msgstr "IP Adresse des Besuchers." -#: captcha.install:60;218 +#: modules/captcha/captcha.install:60;218 msgid "A Unix timestamp indicating when the challenge was generated." -msgstr "Ein UNIX Zeitstempel, der den Generierungszeitpunkt der Frage markiert." +msgstr "" +"Ein UNIX Zeitstempel, der den Generierungszeitpunkt der Frage markiert." -#: captcha.install:66;224 +#: modules/captcha/captcha.install:66;224 msgid "The form_id of the form where the CAPTCHA is added to." msgstr "Die form_id des Formulars, zu dem ein CAPTCHA hinzugefügt wird." -#: captcha.install:72;230 +#: modules/captcha/captcha.install:72;230 msgid "Solution of the challenge." msgstr "Lösung der Aufgabe." -#: captcha.install:79;237 +#: modules/captcha/captcha.install:79;237 msgid "Status of the CAPTCHA session (unsolved, solved, ...)" msgstr "Status der CAPTCHA Session (ungelöst, gelöst, ...)" -#: captcha.install:85;243 +#: modules/captcha/captcha.install:85;243 msgid "The number of attempts." msgstr "Anzahl der Versuche." -#: captcha.install:114 -msgid "You can now configure the CAPTCHA module for your site." -msgstr "Das CAPTCHA Modul kann jetzt auf der Seite konfiguriert werden." +#: modules/captcha/captcha.install:114 +msgid "" +"You can now configure the CAPTCHA module for " +"your site." +msgstr "" +"Das CAPTCHA Modul kann jetzt auf der Seite konfiguriert werden." -#: captcha.install:155 +#: modules/captcha/captcha.install:155 msgid "Unsupported database." msgstr "Nicht unterstützte Datenbank." -#: captcha.info:0 +#: modules/captcha/captcha.install:212 +msgid "IP address of the visitor." +msgstr "IP Adresse des Besuchers." + +#: modules/captcha/captcha.info:0 msgid "Base CAPTCHA module for adding challenges to arbitrary forms." -msgstr "Basis CAPTCHA Modul zur Erweiterung beliebiger Formulare mir einer CAPTCHA Aufgabe." +msgstr "" +"Basis CAPTCHA Modul zur Erweiterung beliebiger Formulare mir einer CAPTCHA " +"Aufgabe." -#: captcha.info:0 image_captcha/image_captcha.info:0 +#: modules/captcha/captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Spam control" msgstr "Spam Kontrolle" -#: image_captcha/image_captcha.admin.inc:13 +#: modules/captcha/image_captcha/image_captcha.admin.inc:13 msgid "Built-in font" msgstr "Eingebaute Schriftart" -#: image_captcha/image_captcha.admin.inc:31 -msgid "Images cannot be generated, because your PHP installation's GD library has no JPEG support." -msgstr "Bilder können nicht erzeugt werden, weil zum Erstellen des Bildes die GD-Bibliothek mit JPEG-Unterstützung erforderlich ist." +#: modules/captcha/image_captcha/image_captcha.admin.inc:31 +msgid "" +"Images cannot be generated, because your PHP installation's GD library has " +"no JPEG support." +msgstr "" +"Bilder können nicht erzeugt werden, weil zum Erstellen des Bildes die GD-" +"Bibliothek mit JPEG-Unterstützung erforderlich ist." -#: image_captcha/image_captcha.admin.inc:36 +#: modules/captcha/image_captcha/image_captcha.admin.inc:36 msgid "Code settings" msgstr "Texteigenschaften" -#: image_captcha/image_captcha.admin.inc:40 +#: modules/captcha/image_captcha/image_captcha.admin.inc:40 msgid "Characters to use in the code" msgstr "Zeichen, die im Text benutzt werden" -#: image_captcha/image_captcha.admin.inc:45 +#: modules/captcha/image_captcha/image_captcha.admin.inc:45 msgid "Code length" msgstr "Textlänge" -#: image_captcha/image_captcha.admin.inc:48 -msgid "The code length influences the size of the image. Note that larger values make the image generation more CPU intensive." -msgstr "Die Länge des Textes beeinflusst die Größe des Bildes; je länger dieser ist, desto mehr Rechenzeit wird aufgewandt, um das Bild zu erstellen." +#: modules/captcha/image_captcha/image_captcha.admin.inc:48 +msgid "" +"The code length influences the size of the image. Note that larger values " +"make the image generation more CPU intensive." +msgstr "" +"Die Länge des Textes beeinflusst die Größe des Bildes; je länger dieser ist, " +"desto mehr Rechenzeit wird aufgewandt, um das Bild zu erstellen." -#: image_captcha/image_captcha.admin.inc:53 +#: modules/captcha/image_captcha/image_captcha.admin.inc:53 msgid "Case insensitive validation" msgstr "Groß- und Kleinschreibung wird nicht unterschieden" -#: image_captcha/image_captcha.admin.inc:54 -msgid "Enable this option to ignore uppercase/lowercase errors in the response. This can be usefull for certain target audiences or fonts." -msgstr "Ignorieren von Groß- und Kleinschreibung in der Antwort, kann bei bestimmten Nutzergruppen oder Zeichensätzen sinnvoll sein." +#: modules/captcha/image_captcha/image_captcha.admin.inc:54 +msgid "" +"Enable this option to ignore uppercase/lowercase errors in the response. " +"This can be usefull for certain target audiences or fonts." +msgstr "" +"Ignorieren von Groß- und Kleinschreibung in der Antwort, kann bei bestimmten " +"Nutzergruppen oder Zeichensätzen sinnvoll sein." -#: image_captcha/image_captcha.admin.inc:61 +#: modules/captcha/image_captcha/image_captcha.admin.inc:61 msgid "Font settings" msgstr "Schrifteinstellungen" -#: image_captcha/image_captcha.admin.inc:67 +#: modules/captcha/image_captcha/image_captcha.admin.inc:67 msgid "Font" msgstr "Schrift" -#: image_captcha/image_captcha.admin.inc:69 +#: modules/captcha/image_captcha/image_captcha.admin.inc:69 msgid "The TrueType font (.ttf) to use for the text in the image CAPTCHA." -msgstr "TrueType-Schrift (.ttf) zur Erzeugung des Textes in einem Bild-CAPTCHA." +msgstr "" +"TrueType-Schrift (.ttf) zur Erzeugung des Textes in einem Bild-CAPTCHA." -#: image_captcha/image_captcha.admin.inc:78 +#: modules/captcha/image_captcha/image_captcha.admin.inc:78 msgid "Font size" msgstr "Schriftgröße" -#: image_captcha/image_captcha.admin.inc:80 +#: modules/captcha/image_captcha/image_captcha.admin.inc:80 msgid "tiny" msgstr "winzig" -#: image_captcha/image_captcha.admin.inc:81;96;129 +#: modules/captcha/image_captcha/image_captcha.admin.inc:81;96;129 msgid "small" msgstr "klein" -#: image_captcha/image_captcha.admin.inc:82;97;153;191 +#: modules/captcha/image_captcha/image_captcha.admin.inc:82;97;153;191 msgid "normal" msgstr "normal" -#: image_captcha/image_captcha.admin.inc:83;98 +#: modules/captcha/image_captcha/image_captcha.admin.inc:83;98 msgid "large" msgstr "groß" -#: image_captcha/image_captcha.admin.inc:86 -msgid "The font size influences the size of the image. Note that larger values make the image generation more CPU intensive." -msgstr "Die Größe der Zeichen beeinflusst die Bildgröße; je größer dieses ist, desto mehr Rechenzeit wird aufgewandt, um das Bild zu erstellen." +#: modules/captcha/image_captcha/image_captcha.admin.inc:86 +msgid "" +"The font size influences the size of the image. Note that larger values make " +"the image generation more CPU intensive." +msgstr "" +"Die Größe der Zeichen beeinflusst die Bildgröße; je größer dieses ist, desto " +"mehr Rechenzeit wird aufgewandt, um das Bild zu erstellen." -#: image_captcha/image_captcha.admin.inc:92 +#: modules/captcha/image_captcha/image_captcha.admin.inc:92 msgid "Character spacing" msgstr "Zeichenabstand" -#: image_captcha/image_captcha.admin.inc:93 -msgid "Define the average spacing between characters. Note that larger values make the image generation more CPU intensive." -msgstr "Festlegen des Abstandes zwischen Zeichen; je größer dieser ist, desto mehr Rechenzeit wird aufgewandt, um das Bild zu erstellen." +#: modules/captcha/image_captcha/image_captcha.admin.inc:93 +msgid "" +"Define the average spacing between characters. Note that larger values make " +"the image generation more CPU intensive." +msgstr "" +"Festlegen des Abstandes zwischen Zeichen; je größer dieser ist, desto mehr " +"Rechenzeit wird aufgewandt, um das Bild zu erstellen." -#: image_captcha/image_captcha.admin.inc:105 +#: modules/captcha/image_captcha/image_captcha.admin.inc:105 msgid "Color settings" msgstr "Farbeinstellungen" -#: image_captcha/image_captcha.admin.inc:106 +#: modules/captcha/image_captcha/image_captcha.admin.inc:106 msgid "Configuration of the background and text colors in the image CAPTCHA." msgstr "Einstellungen der Hintergrund- und Textfarbe für das Bild-CAPTCHA." -#: image_captcha/image_captcha.admin.inc:110 +#: modules/captcha/image_captcha/image_captcha.admin.inc:110 msgid "Background color" msgstr "Hintergrundfarbe" -#: image_captcha/image_captcha.admin.inc:111 -msgid "Enter the hexadecimal code for the background color (e.g. #FFF or #FFCE90)." -msgstr "Eingabe der Hintergrundfarbe in hexadezimaler Form (z.B. #FFF oder #FFCE90)." +#: modules/captcha/image_captcha/image_captcha.admin.inc:111 +msgid "" +"Enter the hexadecimal code for the background color (e.g. #FFF or #FFCE90)." +msgstr "" +"Eingabe der Hintergrundfarbe in hexadezimaler Form (z.B. #FFF oder #FFCE90)." -#: image_captcha/image_captcha.admin.inc:118 +#: modules/captcha/image_captcha/image_captcha.admin.inc:118 msgid "Text color" msgstr "Schriftfarbe" -#: image_captcha/image_captcha.admin.inc:119 +#: modules/captcha/image_captcha/image_captcha.admin.inc:119 msgid "Enter the hexadecimal code for the text color (e.g. #000 or #004283)." msgstr "Eingabe der Textfarbe in hexadezimaler Form (z.B. #000 oder #004283)." -#: image_captcha/image_captcha.admin.inc:126 +#: modules/captcha/image_captcha/image_captcha.admin.inc:126 msgid "Additional variation of text color" msgstr "Zusätzliche Variation der Textfarbe" -#: image_captcha/image_captcha.admin.inc:130;152 +#: modules/captcha/image_captcha/image_captcha.admin.inc:130;152 msgid "moderate" msgstr "mittel" -#: image_captcha/image_captcha.admin.inc:131;154;192 +#: modules/captcha/image_captcha/image_captcha.admin.inc:131;154;192 msgid "high" msgstr "hoch" -#: image_captcha/image_captcha.admin.inc:132 +#: modules/captcha/image_captcha/image_captcha.admin.inc:132 msgid "very high" msgstr "sehr hoch" -#: image_captcha/image_captcha.admin.inc:135 -msgid "The different characters will have randomized colors in the specified range around the text color." -msgstr "Die verschiedenen Buchstaben werden verschiedene zufällige Schriftfarben im angegebenen Bereich haben." +#: modules/captcha/image_captcha/image_captcha.admin.inc:135 +msgid "" +"The different characters will have randomized colors in the specified range " +"around the text color." +msgstr "" +"Die verschiedenen Buchstaben werden verschiedene zufällige Schriftfarben im " +"angegebenen Bereich haben." -#: image_captcha/image_captcha.admin.inc:142 +#: modules/captcha/image_captcha/image_captcha.admin.inc:142 msgid "Distortion and noise" msgstr "Verzerrung und Rauschen" -#: image_captcha/image_captcha.admin.inc:143 -msgid "With these settings you can control the degree of obfuscation by distortion and added noise. Do not exaggerate the obfuscation and assure that the code in the image is reasonably readable. For example, do not combine high levels of distortion and noise." -msgstr "Mit diesen Einstellungen kann der Grad der Veränderung über Verzerrung und hinzugefügtes Rauschen kontrolliert werden. Die Veränderung sollte nicht übertrieben werden und der Code im Bild sollte halbwegs lesbar sein. Beispielsweise sollten starke Verzerrung und ein sehr starkes Rauschen nicht kombiniert werden." +#: modules/captcha/image_captcha/image_captcha.admin.inc:143 +msgid "" +"With these settings you can control the degree of obfuscation by distortion " +"and added noise. Do not exaggerate the obfuscation and assure that the code " +"in the image is reasonably readable. For example, do not combine high levels " +"of distortion and noise." +msgstr "" +"Mit diesen Einstellungen kann der Grad der Veränderung über Verzerrung und " +"hinzugefügtes Rauschen kontrolliert werden. Die Veränderung sollte nicht " +"übertrieben werden und der Code im Bild sollte halbwegs lesbar sein. " +"Beispielsweise sollten starke Verzerrung und ein sehr starkes Rauschen nicht " +"kombiniert werden." -#: image_captcha/image_captcha.admin.inc:148 +#: modules/captcha/image_captcha/image_captcha.admin.inc:148 msgid "Distortion level" msgstr "Grad der Verzerrung" -#: image_captcha/image_captcha.admin.inc:151;190 +#: modules/captcha/image_captcha/image_captcha.admin.inc:151;190 msgid "low" msgstr "niedrig" -#: image_captcha/image_captcha.admin.inc:155;193 +#: modules/captcha/image_captcha/image_captcha.admin.inc:155;193 msgid "severe" msgstr "schwer" -#: image_captcha/image_captcha.admin.inc:158 +#: modules/captcha/image_captcha/image_captcha.admin.inc:158 msgid "Set the degree of wave distortion in the image." msgstr "Setzt den Grad der Wellenverzerrung im Bild." -#: image_captcha/image_captcha.admin.inc:162 +#: modules/captcha/image_captcha/image_captcha.admin.inc:162 msgid "Smooth distortion" msgstr "Sanfte Verzerrung" -#: image_captcha/image_captcha.admin.inc:164 -msgid "This option enables bilinear interpolation of the distortion which makes the image look smoother, but it is more CPU intensive." -msgstr "Diese Option aktiviert bilineare Interpolation der Verzerrung, so dass das Bild weicher aussieht. Dies ist jedoch sehr CPU intensiv." +#: modules/captcha/image_captcha/image_captcha.admin.inc:164 +msgid "" +"This option enables bilinear interpolation of the distortion which makes the " +"image look smoother, but it is more CPU intensive." +msgstr "" +"Diese Option aktiviert bilineare Interpolation der Verzerrung, so dass das " +"Bild weicher aussieht. Dies ist jedoch sehr CPU intensiv." -#: image_captcha/image_captcha.admin.inc:169 +#: modules/captcha/image_captcha/image_captcha.admin.inc:169 msgid "Double vision" msgstr "Doppelte Darstellung" -#: image_captcha/image_captcha.admin.inc:171 -msgid "When enabled, characters appear twice in the image, overlaid onto each other." -msgstr "Wenn dies aktiviert ist, erscheinen Zeichen im Bild doppelt. Sie erscheinen dann übereinandergelegt." +#: modules/captcha/image_captcha/image_captcha.admin.inc:171 +msgid "" +"When enabled, characters appear twice in the image, overlaid onto each other." +msgstr "" +"Wenn dies aktiviert ist, erscheinen Zeichen im Bild doppelt. Sie erscheinen " +"dann übereinandergelegt." -#: image_captcha/image_captcha.admin.inc:176 +#: modules/captcha/image_captcha/image_captcha.admin.inc:176 msgid "Add salt and pepper noise" msgstr "Bildrauschen hinzufügen" -#: image_captcha/image_captcha.admin.inc:178 +#: modules/captcha/image_captcha/image_captcha.admin.inc:178 msgid "This option adds randomly colored point noise." msgstr "Diese Option fügt ein Rauschen mit zufälligen farbigen Punkten hinzu." -#: image_captcha/image_captcha.admin.inc:182 +#: modules/captcha/image_captcha/image_captcha.admin.inc:182 msgid "Add line noise" msgstr "Linienrauschen hinzufügen" -#: image_captcha/image_captcha.admin.inc:184 +#: modules/captcha/image_captcha/image_captcha.admin.inc:184 msgid "This option enables lines randomly drawn on top of the text code." msgstr "Diese Option aktiviert zufällig über den Text gelegte Linien." -#: image_captcha/image_captcha.admin.inc:188 +#: modules/captcha/image_captcha/image_captcha.admin.inc:188 msgid "Noise level" msgstr "Grad des Rauschens" -#: image_captcha/image_captcha.admin.inc:206 -msgid "The image CAPTCHA module works best with a TrueType font file (TTF) for generating the images, but because of licencing issues it is not allowed to package fonts with the module. A simple built-in bitmap font is provided as default instead. You can install TrueType fonts yourself by putting them in the fonts directory of the image CAPTCHA module (directory \"%fontsdir\") or by uploading them to your Drupal file system (directory \"%filesdir\") with for example the upload module." -msgstr "Das Bild-CAPTCHA Modul funktioniert am Besten mit einer TrueType-Schriftart (TTF), um die Bilder zu erzeugen. Jedoch ist es aufgrund von Lizenzbestimmungen nicht erlaubt, Schriftarten mit dem Modul auszuliefern. Eine einfache Bitmap-Schriftart wird stattdessen als Standardschrift verwendet. TrueType Schriften können installiert werden, indem sie direkt im Schriftenverzeichnis von CAPTCHA (Verzeichnis \"%fontsdir\") abgelegt oder in das Dateisystem von Drupal (Verzeichnis \"%filesdir\") hochgeladen werden (z.B. mit dem Upload-Modul)." - -#: image_captcha/image_captcha.admin.inc:209 -msgid "The usage of the built-in bitmap font it is not recommended because of its small size and missing UTF-8 support." -msgstr "Die Benutzung der eingebauten Bitmap Schriften wird aufgrund ihrer geringen Größe und der fehlenden UTF-8 Unterstützung nicht empfohlen." +#: modules/captcha/image_captcha/image_captcha.admin.inc:206 +msgid "" +"The image CAPTCHA module works best with a TrueType font file (TTF) for " +"generating the images, but because of licencing issues it is not allowed to " +"package fonts with the module. A simple built-in bitmap font is provided as " +"default instead. You can install TrueType fonts yourself by putting them in " +"the fonts directory of the image CAPTCHA module (directory \"%fontsdir\") or " +"by uploading them to your Drupal file system (directory \"%filesdir\") with " +"for example the upload module." +msgstr "" +"Das Bild-CAPTCHA Modul funktioniert am Besten mit einer TrueType-Schriftart " +"(TTF), um die Bilder zu erzeugen. Jedoch ist es aufgrund von " +"Lizenzbestimmungen nicht erlaubt, Schriftarten mit dem Modul auszuliefern. " +"Eine einfache Bitmap-Schriftart wird stattdessen als Standardschrift " +"verwendet. TrueType Schriften können installiert werden, indem sie direkt im " +"Schriftenverzeichnis von CAPTCHA (Verzeichnis \"%fontsdir\") abgelegt oder " +"in das Dateisystem von Drupal (Verzeichnis \"%filesdir\") hochgeladen werden " +"(z.B. mit dem Upload-Modul)." -#: image_captcha/image_captcha.admin.inc:220 +#: modules/captcha/image_captcha/image_captcha.admin.inc:209 +msgid "" +"The usage of the built-in bitmap font it is not recommended because of its " +"small size and missing UTF-8 support." +msgstr "" +"Die Benutzung der eingebauten Bitmap Schriften wird aufgrund ihrer geringen " +"Größe und der fehlenden UTF-8 Unterstützung nicht empfohlen." + +#: modules/captcha/image_captcha/image_captcha.admin.inc:220 msgid "The list of characters to use should not contain spaces." msgstr "Die Liste der Zeichen darf keine Leerzeichen enthalten." -#: image_captcha/image_captcha.admin.inc:225 +#: modules/captcha/image_captcha/image_captcha.admin.inc:225 msgid "You need to select a font" msgstr "Es muss eine Schriftart ausgewählt werden" -#: image_captcha/image_captcha.admin.inc:228 +#: modules/captcha/image_captcha/image_captcha.admin.inc:228 msgid "Font does not exist or is not readable." msgstr "Die Schriftart existiert nicht oder ist nicht lesbar." -#: image_captcha/image_captcha.admin.inc:233 +#: modules/captcha/image_captcha/image_captcha.admin.inc:233 msgid "Background color is not a valid hexadecimal color value." msgstr "Die Hintergrundfarbe wurde nicht als hexadezimaler Farbwert angegeben." -#: image_captcha/image_captcha.admin.inc:236 +#: modules/captcha/image_captcha/image_captcha.admin.inc:236 msgid "Text color is not a valid hexadecimal color value." msgstr "Die Textfarbe wurde nicht als hexadezimaler Farbwert angegeben." -#: image_captcha/image_captcha.user.inc:29 -msgid "Generation of image CAPTCHA failed. Check your image CAPTCHA configuration and especially the used font." -msgstr "Die Generierungen des Bild-CAPTCHAs ist fehlgeschlagen. Bitte die Einstellungen für Bild-CAPTCHA und insbesondere die benutzte Schriftart überprüfen." - -#: image_captcha/image_captcha.module:17 -msgid "The image CAPTCHA is a popular challenge where a random textual code is obfuscated in an image. The image is generated on the fly for each request, which is rather CPU intensive for the server. Be careful with the size and computation related settings." -msgstr "Das Bild-CAPTCHA ist eine oft benutzte Aufgabe, in der zufälliger Text in einem Bild verändert ausgegeben wird. Das Bild wird bei jedem Aufruf erzeugt. Vorsicht walten lassen bezüglich der Größe und des Berechnungsaufwands." - -#: image_captcha/image_captcha.module:22 -msgid "

Example image, generated with the current settings:

!img" -msgstr "

Beispielbild, mit den aktuellen Einstellungen:

!img" +#: modules/captcha/image_captcha/image_captcha.user.inc:29 +msgid "" +"Generation of image CAPTCHA failed. Check your image CAPTCHA configuration " +"and especially the used font." +msgstr "" +"Die Generierungen des Bild-CAPTCHAs ist fehlgeschlagen. Bitte die " +"Einstellungen für Bild-CAPTCHA und insbesondere die benutzte Schriftart " +"überprüfen." + +#: modules/captcha/image_captcha/image_captcha.module:17 +msgid "" +"The image CAPTCHA is a popular challenge where a random textual code is " +"obfuscated in an image. The image is generated on the fly for each request, " +"which is rather CPU intensive for the server. Be careful with the size and " +"computation related settings." +msgstr "" +"Das Bild-CAPTCHA ist eine oft benutzte Aufgabe, in der zufälliger Text in " +"einem Bild verändert ausgegeben wird. Das Bild wird bei jedem Aufruf " +"erzeugt. Vorsicht walten lassen bezüglich der Größe und des " +"Berechnungsaufwands." + +#: modules/captcha/image_captcha/image_captcha.module:22 +msgid "Example image, generated with the current settings:" +msgstr "Beispielbild, mit den aktuellen Einstellungen:" -#: image_captcha/image_captcha.module:146 +#: modules/captcha/image_captcha/image_captcha.module:146 msgid "Enter the characters (without spaces) shown in the image." -msgstr "Bitte die im Bild dargestellten Buchstaben (ohne Leerzeichen) eingeben." +msgstr "" +"Bitte die im Bild dargestellten Buchstaben (ohne Leerzeichen) eingeben." -#: image_captcha/image_captcha.module:149 -msgid "Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case." -msgstr "Bitte die im Bild dargestellten Buchstaben (ohne Leerzeichen) eingeben und dabei Groß- und Kleinschreibung beachten." +#: modules/captcha/image_captcha/image_captcha.module:149 +msgid "" +"Enter the characters shown in the image. Ignore spaces and be careful about " +"upper and lower case." +msgstr "" +"Bitte die im Bild dargestellten Buchstaben (ohne Leerzeichen) eingeben und " +"dabei Groß- und Kleinschreibung beachten." -#: image_captcha/image_captcha.module:159;159;35 image_captcha/image_captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.module:159;159;35 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Image CAPTCHA" msgstr "Bild-CAPTCHA" -#: image_captcha/image_captcha.module:164 +#: modules/captcha/image_captcha/image_captcha.module:164 msgid "What code is in the image?" msgstr "Welche Zeichen sind in dem Bild zu sehen?" -#: image_captcha/image_captcha.module:94 -msgid "Encountered an illegal byte while splitting an utf8 string in characters." -msgstr "Innerhalb eines UTF-8 kodierten Textes wurde ein unzulässiges Zeichen entdeckt." +#: modules/captcha/image_captcha/image_captcha.module:94 +msgid "" +"Encountered an illegal byte while splitting an utf8 string in characters." +msgstr "" +"Innerhalb eines UTF-8 kodierten Textes wurde ein unzulässiges Zeichen " +"entdeckt." -#: image_captcha/image_captcha.module:0 +#: modules/captcha/image_captcha/image_captcha.module:0 msgid "image_captcha" msgstr "image_captcha" -#: image_captcha/image_captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Provides an image based CAPTCHA." msgstr "Stellt einen Bild basierten CAPTCHA bereit." + +#~ msgid "Already @counter blocked form submissions" +#~ msgstr "Es wurden bisher @counter Formulareingaben geblockt" + +#~ msgid "IP addres of visitor." +#~ msgstr "IP Adresse des Besuchers." Index: translations/it.po =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/translations/it.po,v retrieving revision 1.1 diff -u -p -r1.1 it.po --- translations/it.po 10 Sep 2008 13:55:23 -0000 1.1 +++ translations/it.po 22 Mar 2009 11:13:06 -0000 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: it\n" -"POT-Creation-Date: 2007-09-04 21:17+0200\n" +"POT-Creation-Date: 2009-03-22 13:06+0200\n" "PO-Revision-Date: 2008-09-10 14:21+0200\n" "Last-Translator: augusto\n" "Language-Team: \n" @@ -24,478 +24,931 @@ msgstr "" "X-Poedit-Country: GERMANY\n" "X-Generator: KBabel 1.11.4\n" -#: captcha.module:26 -msgid "A captcha is a tool to fight automated spam submission of forms (e.g. user registration forms, comment forms, guestbook forms, etc.) by malicious users. A captcha is an extra field (or several fields) on a form presented to the user. It represents a challenge, which should be easy for a normal human to solve (e.g. a simple math problem), but hard enough to keep automated scripts and spam bots out." +#: modules/captcha/captcha.admin.inc:13 +#: modules/captcha/image_captcha/image_captcha.admin.inc:128;150 +msgid "none" +msgstr "nessuno" + +#: modules/captcha/captcha.admin.inc:32 +msgid "Form protection" msgstr "" -#: captcha.module:30 -msgid "

A captcha can be added to virtually each drupal form (which is identified by a form_id). The captcha module comes with some default forms to add a captcha to, but arbitrary forms can be easily added and managed when the option \"%adminlinks\" is enabled.

Users with the \"%skipcaptcha\" permission won't be offered a captcha. Be sure to grant this permission to the trusted users (e.g. site administrators). If you want to test the captcha challenges, be sure to do it as a user without the \"%skipcaptcha\" permission (e.g. as unauthenticated user).

" +#: modules/captcha/captcha.admin.inc:33 +msgid "" +"Select the challenge type you want for each of the listed forms (identified " +"by their so called form_id's). You can easily add arbitrary forms " +"with textfield at the bottom of the table or with the help of the '%" +"CAPTCHA_admin_links' option below." msgstr "" -#: captcha.module:33;174 -msgid "Add captcha adminstration links to forms" +#: modules/captcha/captcha.admin.inc:34;81 modules/captcha/captcha.module:43 +#, fuzzy +msgid "Add CAPTCHA administration links to forms" msgstr "Aggiungi Link di gestione Captcha ai forms" -#: captcha.module:49;59;342 -#: captcha.info:0 -msgid "Captcha" -msgstr "CAPTCHA" +#: modules/captcha/captcha.admin.inc:59 +msgid "delete" +msgstr "elimina" -#: captcha.module:50 -msgid "Administer how and where Captchas are used." -msgstr "Gestisci come e dove Captcha viene usato" +#: modules/captcha/captcha.admin.inc:83 +#, fuzzy +msgid "" +"This option is very helpful to enable/disable challenges on forms. When " +"enabled, users with the \"%admincaptcha\" permission will see CAPTCHA " +"administration links on all forms (except on administrative pages, which " +"shouldn't be accessible to untrusted users in the first place). These links " +"make it possible to enable a challenge of the desired type or disable it." +msgstr "" +"Opzione utile per abilitare/disabilitare CAPTCHA nei form. Quando abilitata, " +"gli utenti con il permesso \"%admincaptcha\"- disporra' dei link di " +"gestione CAPTCHA-su tutti i form. (tranne che per le pagine di " +"amministrazione, che di norma sono disponibili agli utenti amministratori)." -#: captcha.module:65 -msgid "General settings" -msgstr "Impostazioni generali" +#: modules/captcha/captcha.admin.inc:83 modules/captcha/captcha.module:104 +msgid "administer CAPTCHA settings" +msgstr "" -#: captcha.module:71 -msgid "Examples" -msgstr "Esempi" +#: modules/captcha/captcha.admin.inc:91;106 +#, fuzzy +msgid "Challenge description" +msgstr "Descrizione del CAPTCHA" -#: captcha.module:72 -msgid "An overview of the available captcha types with examples." -msgstr "Panoramica dei typi disponibili di Captcha con esempi" +#: modules/captcha/captcha.admin.inc:92;107 +#, fuzzy +msgid "" +"With this description you can explain the purpose of the challenge to the " +"user." +msgstr "Con questa testo puoi descrivere il Captcha agli utenti del sito" -#: captcha.module:119;122 -msgid "This question is for testing whether you are a human visitor and to prevent automated spam submissions." -msgstr "Questa domanda serve a verificare che il form non venga inviato da procedure automatizzate" +#: modules/captcha/captcha.admin.inc:97 +#, fuzzy +msgid "For language %lang_name (code %lang_code)" +msgstr "Descrizione CAPTCHA per la lingua %lang_name (Locale %lang_code)" -#: captcha.module:142 -msgid "Disabled captcha for form %form_id." -msgstr "Disabilita CAPTCHA per il form %form_id " +#: modules/captcha/captcha.admin.inc:116 +#, fuzzy +msgid "Persistence" +msgstr "CAPTCHAs Persistenti" -#: captcha.module:148 -msgid "Deleted captcha for form %form_id." -msgstr "CAPTCHA eliminati per il form %form_id" +#: modules/captcha/captcha.admin.inc:119 +#, fuzzy +msgid "Always add a challenge." +msgstr "Salta la richiesta CAPTCHA" -#: captcha.module:176 -msgid "This option is very helpful to enable/disable captchas on forms. When enabled, users with the \"%admincaptcha\" permission will see captcha administration links on all forms (except on administrative pages, which shouldn't be accessible to untrusted users in the first place)." -msgstr "Opzione utile per abilitare/disabilitare CAPTCHA nei form. Quando abilitata, gli utenti con il permesso \"%admincaptcha\"- disporra' dei link di gestione CAPTCHA-su tutti i form. (tranne che per le pagine di amministrazione, che di norma sono disponibili agli utenti amministratori)." - -#: captcha.module:181 -msgid "Select captcha types" -msgstr "Seleziona il tipo di Captcha" - -#: captcha.module:182 -msgid "Select what kind of captcha challenge you want for each form." -msgstr "Assegna d ogni form un tipo di CAPTCHA" +#: modules/captcha/captcha.admin.inc:120 +msgid "" +"Omit challenges for a form once the user has successfully responded to a " +"challenge for that form." +msgstr "" -#: captcha.module:208 -msgid "delete" -msgstr "elimina" +#: modules/captcha/captcha.admin.inc:121 +msgid "" +"Omit challenges for all forms once the user has successfully responded to a " +"challenge." +msgstr "" -#: captcha.module:218;232 -msgid "Captcha description" -msgstr "Descrizione del CAPTCHA" +#: modules/captcha/captcha.admin.inc:123 +msgid "" +"Define if challenges should be omitted during the rest of a session once the " +"user successfully responses to a challenge." +msgstr "" -#: captcha.module:219;233 -msgid "With this description you can explain the purpose of the captcha challenge to the user." -msgstr "Con questa testo puoi descrivere il Captcha agli utenti del sito" +#: modules/captcha/captcha.admin.inc:129 +msgid "Log wrong responses" +msgstr "" -#: captcha.module:224 -msgid "Captcha description for %lang_name (locale %lang_code)" -msgstr "Descrizione CAPTCHA per la lingua %lang_name (Locale %lang_code)" +#: modules/captcha/captcha.admin.inc:130 +msgid "Report information about wrong responses to the !log." +msgstr "" -#: captcha.module:240 -msgid "Persistent captchas" -msgstr "CAPTCHAs Persistenti" +#: modules/captcha/captcha.admin.inc:130 +#, fuzzy +msgid "log" +msgstr "basso" -#: captcha.module:241 -msgid "If checked, the user will always have to solve a captcha. If not checked, the captcha check for a form will be omitted during the rest of the session once the user has successfully solved a captcha for that form." +#: modules/captcha/captcha.admin.inc:137 +msgid "Save configuration" msgstr "" -#: captcha.module:247 -msgid "Submit" -msgstr "Invia" - -#: captcha.module:263 -msgid "Captcha type (module)" +#: modules/captcha/captcha.admin.inc:147 +#, fuzzy +msgid "Challenge type (module)" msgstr "Tipo di CAPTCHA (Modulo)" -#: captcha.module:263 +#: modules/captcha/captcha.admin.inc:147 msgid "Operations" msgstr "Operazioni" -#: captcha.module:294 -msgid "Your captcha settings were saved." +#: modules/captcha/captcha.admin.inc:188;300 +msgid "Illegal form_id" msgstr "" -#: captcha.module:330 -msgid "Captcha problem: hook_captcha() of module %module returned nothing when trying to retrieve captcha type %type for form %form_id." +#: modules/captcha/captcha.admin.inc:209 +msgid "Added CAPTCHA point." msgstr "" -#: captcha.module:408;420 -msgid "Captcha administration" -msgstr "CAPTCHA-Verwaltung" +#: modules/captcha/captcha.admin.inc:227 +msgid "The CAPTCHA settings were saved." +msgstr "" -#: captcha.module:409 -msgid "The captcha challenge \"@type\" (by module \"@module\") is enabled here for untrusted users: !edit or !disable." -msgstr "La richiesta Captcha \"@type\" (von Modul \"@module\") e' abilitata per utenti anonimi : !edit o !disable." - -#: captcha.module:412 -msgid "edit captcha type" -msgstr "modifica il tipo di CAPTCHA" +#: modules/captcha/captcha.admin.inc:257;272 +msgid "Form ID" +msgstr "" -#: captcha.module:413 -msgid "disable captcha" -msgstr "disabilita CAPTCHA" +#: modules/captcha/captcha.admin.inc:258;273 +msgid "The Drupal form_id of the form to add the CAPTCHA to." +msgstr "" -#: captcha.module:421 -msgid "Place a captcha challenge here for untrusted users." -msgstr "Mostra Captcha agli utenti non autenticati" +#: modules/captcha/captcha.admin.inc:279 +msgid "Challenge type" +msgstr "" -#: captcha.module:443 -msgid "Invalid captcha token." -msgstr "Token Captcha non valido" +#: modules/captcha/captcha.admin.inc:280 +msgid "The CAPTCHA type to use for this form" +msgstr "" -#: captcha.module:450 -msgid "The answer you entered for the captcha challenge was not correct." -msgstr "La risposta Captcha non e' corretta" +#: modules/captcha/captcha.admin.inc:289 +msgid "Save" +msgstr "" + +#: modules/captcha/captcha.admin.inc:312 +msgid "Saved CAPTCHA point settings." +msgstr "" + +#: modules/captcha/captcha.admin.inc:329 +msgid "Are you sure you want to delete the CAPTCHA for form_id %form_id?" +msgstr "" + +#: modules/captcha/captcha.admin.inc:330 +#, fuzzy +msgid "Delete" +msgstr "elimina" -#: captcha.module:490 -msgid "You can't request more than @num captcha challenges without solving them. Your previous captcha challenges were flushed." -msgstr "Non puoi richiedere piu' di @num CAPTCHA senza rispondere esattamente. I precedenti Captcha sono stati eliminati" - -#: captcha.module:543 -msgid "This page gives an overview of all available captcha types, generated with their current settings." -msgstr "Questa pagina mostra i tipi di Captcha disponibili., generati con le impostazioni attuali" +#: modules/captcha/captcha.admin.inc:333 +msgid "Are you sure you want to disable the CAPTCHA for form_id %form_id?" +msgstr "" -#: captcha.module:554 +#: modules/captcha/captcha.admin.inc:334 +msgid "Disable" +msgstr "" + +#: modules/captcha/captcha.admin.inc:347 +#, fuzzy +msgid "Deleted CAPTCHA for form %form_id." +msgstr "CAPTCHA eliminati per il form %form_id" + +#: modules/captcha/captcha.admin.inc:351 +#, fuzzy +msgid "Disabled CAPTCHA for form %form_id." +msgstr "Disabilita CAPTCHA per il form %form_id " + +#: modules/captcha/captcha.admin.inc:386 +#, fuzzy +msgid "" +"This page gives an overview of all available challenge types, generated with " +"their current settings." +msgstr "" +"Questa pagina mostra i tipi di Captcha disponibili., generati con le " +"impostazioni attuali" + +#: modules/captcha/captcha.admin.inc:394 msgid "Challenge \"%challenge\" by module \"%module\"" msgstr "Richiesta \"%challenge\" del modulo \"%module\"" -#: captcha.module:559 -msgid "10 more examples of this captcha type." +#: modules/captcha/captcha.admin.inc:397 +#, fuzzy +msgid "10 more examples of this challenge." msgstr "Altri 10 esempi per questo tipo di Captcha" -#: captcha.module:588 +#: (duplicate) modules/captcha/captcha.pages.inc:52;39 +#: modules/captcha/captcha.module:189;116 ;266;57;68 +#: modules/captcha/captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.user.inc:29 +#: modules/captcha/image_captcha/image_captcha.module:94 +msgid "CAPTCHA" +msgstr "CAPTCHA" + +#: modules/captcha/captcha.pages.inc:39 +msgid "" +"CAPTCHA problem: hook_captcha() of module %module returned nothing when " +"trying to retrieve challenge type %type for form %form_id." +msgstr "" + +#: modules/captcha/captcha.module:28 +msgid "" +"\"CAPTCHA\" is an acronym for \"Completely Automated Public Turing test to " +"tell Computers and Humans Apart\". It is typically a challenge-response test " +"to determine whether the user is human. The CAPTCHA module is a tool to " +"fight automated submission by malicious users (spamming) of for example " +"comments forms, user registration forms, guestbook forms, etc. You can " +"extend the desired forms with an additional challenge, which should be easy " +"for a human to solve correctly, but hard enough to keep automated scripts " +"and spam bots out." +msgstr "" + +#: modules/captcha/captcha.module:29 +msgid "" +"Note that the CAPTCHA module interacts with page caching (see performance settings). Because the challenge " +"should be unique for each generated form, the caching of the page it appears " +"on is prevented. Make sure that these forms do not appear on too many pages " +"or you will lose much caching efficiency. For example, if you put a CAPTCHA " +"on the user login block, which typically appears on each page for anonymous " +"visitors, caching will practically be disabled. The comment submission forms " +"are another example. In this case you should set the \"%commentlocation\" to " +"\"%separatepage\" in the comment settings of the relevant content types for better caching efficiency." +msgstr "" + +#: modules/captcha/captcha.module:32 +msgid "Location of comment submission form" +msgstr "" + +#: modules/captcha/captcha.module:33 +msgid "Display on separate page" +msgstr "" + +#: modules/captcha/captcha.module:37 +msgid "CAPTCHA is a trademark of Carnegie Mellon University." +msgstr "" + +#: modules/captcha/captcha.module:42 +msgid "" +"A CAPTCHA can be added to virtually each Drupal form. Some default forms are " +"already provided in the form list, but arbitrary forms can be easily added " +"and managed when the option \"%adminlinks\" is enabled." +msgstr "" + +#: modules/captcha/captcha.module:44 +msgid "" +"Users with the \"%skipcaptcha\" permission won't be " +"offered a challenge. Be sure to grant this permission to the trusted users " +"(e.g. site administrators). If you want to test a protected form, be sure to " +"do it as a user without the \"%skipcaptcha\" permission (e.g. as anonymous " +"user)." +msgstr "" + +#: modules/captcha/captcha.module:45;104 +#, fuzzy +msgid "skip CAPTCHA" +msgstr "CAPTCHA" + +#: modules/captcha/captcha.module:153 +msgid "" +"This question is for testing whether you are a human visitor and to prevent " +"automated spam submissions." +msgstr "" +"Questa domanda serve a verificare che il form non venga inviato da procedure " +"automatizzate" + +#: modules/captcha/captcha.module:194 +msgid "CAPTCHA: \"@type\" enabled" +msgstr "" + +#: modules/captcha/captcha.module:195 +msgid "Untrusted users will see a CAPTCHA here (!settings)." +msgstr "" + +#: modules/captcha/captcha.module:196 +#, fuzzy +msgid "general CAPTCHA settings" +msgstr "Impostazioni generali" + +#: modules/captcha/captcha.module:200 +msgid "Enabled challenge" +msgstr "" + +#: modules/captcha/captcha.module:201 +msgid "\"@type\" by module \"@module\" (!change, !disable)" +msgstr "" + +#: modules/captcha/captcha.module:204 +msgid "change" +msgstr "" + +#: modules/captcha/captcha.module:205 +#, fuzzy +msgid "disable" +msgstr "disabilita CAPTCHA" + +#: modules/captcha/captcha.module:210 +msgid "CAPTCHA: no challenge enabled" +msgstr "" + +#: modules/captcha/captcha.module:212 +#, fuzzy +msgid "Place a CAPTCHA here for untrusted users." +msgstr "Mostra Captcha agli utenti non autenticati" + +#: modules/captcha/captcha.module:247 +msgid "CAPTCHA test failed (unknown csid)." +msgstr "" + +#: modules/captcha/captcha.module:261 +#, fuzzy +msgid "The answer you entered for the CAPTCHA was not correct." +msgstr "La risposta Captcha non e' corretta" + +#: modules/captcha/captcha.module:401 msgid "Math Question" msgstr "Domanda matematica" -#: captcha.module:589 -msgid "Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." +#: modules/captcha/captcha.module:402 +msgid "" +"Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." msgstr "Risolvi la somma algebrica. Esempio : per 1 + 3 inserisci 4" -#: captcha.module:590 +#: modules/captcha/captcha.module:403 msgid "@x + @y = " msgstr "@x + @y =" -#: captcha.module:329;0 +#: (duplicate) modules/captcha/captcha.module:117 +msgid "Already %counter" +msgstr "" + +#: modules/captcha/captcha.module:266 +msgid "" +"%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module " +"\"%module\"), user answered \"%response\", but the solution was \"%solution" +"\"." +msgstr "" + +#: modules/captcha/captcha.module:118 +msgid "1 blocked form submission" +msgid_plural "@count blocked form submissions" +msgstr[0] "" +msgstr[1] "" + +#: modules/captcha/captcha.module:58 +#, fuzzy +msgid "Administer how and where CAPTCHAs are used." +msgstr "Gestisci come e dove Captcha viene usato" + +#: modules/captcha/captcha.module:74 +msgid "General settings" +msgstr "Impostazioni generali" + +#: modules/captcha/captcha.module:80 +msgid "Examples" +msgstr "Esempi" + +#: modules/captcha/captcha.module:81 +#, fuzzy +msgid "An overview of the available challenge types with examples." +msgstr "Panoramica dei typi disponibili di Captcha con esempi" + +#: modules/captcha/captcha.module:90 +#, fuzzy +msgid "CAPTCHA point administration" +msgstr "CAPTCHA-Verwaltung" + +#: modules/captcha/captcha.module:0 msgid "captcha" msgstr "CAPTCHA" -#: captcha.module:85 -msgid "administer captcha" -msgstr "Gestione CAPTCHA" +#: modules/captcha/captcha.install:10 +msgid "This table describes which challenges should be added to which forms." +msgstr "" -#: captcha.module:85 -msgid "skip captcha challenges" -msgstr "Salta la richiesta CAPTCHA" +#: modules/captcha/captcha.install:13 +msgid "The form_id of the form to add a CAPTCHA to." +msgstr "" + +#: modules/captcha/captcha.install:19 +msgid "The module that provides the challenge." +msgstr "" + +#: modules/captcha/captcha.install:24 +msgid "The challenge type to use." +msgstr "" + +#: modules/captcha/captcha.install:33;191 +msgid "" +"Stores the data about CAPTCHA sessions (solution, IP address, " +"timestamp, ...)." +msgstr "" + +#: modules/captcha/captcha.install:36;194 +msgid "CAPTCHA session ID." +msgstr "" + +#: modules/captcha/captcha.install:41;199 +msgid "User's {users}.uid." +msgstr "" -#: captcha.install:31;75 +#: modules/captcha/captcha.install:47;205 +msgid "Session ID of the user." +msgstr "" + +#: modules/captcha/captcha.install:54 +msgid "IP address of visitor." +msgstr "" + +#: modules/captcha/captcha.install:60;218 +msgid "A Unix timestamp indicating when the challenge was generated." +msgstr "" + +#: modules/captcha/captcha.install:66;224 +msgid "The form_id of the form where the CAPTCHA is added to." +msgstr "" + +#: modules/captcha/captcha.install:72;230 +msgid "Solution of the challenge." +msgstr "" + +#: modules/captcha/captcha.install:79;237 +msgid "Status of the CAPTCHA session (unsolved, solved, ...)" +msgstr "" + +#: modules/captcha/captcha.install:85;243 +msgid "The number of attempts." +msgstr "" + +#: modules/captcha/captcha.install:114 +msgid "" +"You can now configure the CAPTCHA module for " +"your site." +msgstr "" + +#: modules/captcha/captcha.install:155 msgid "Unsupported database." msgstr "Unsupported database." -#: captcha.install:41 -msgid "The installation of the captcha_points table and some default entries was successful" -msgstr "L'installazione della tabella captcha_points con valori di default e' stata eseguita." - -#: captcha.install:43 -msgid "The installation of the captcha module failed" -msgstr "L'installazione del modulo e' fallita" - -#: captcha.info:0 -msgid "Base captcha module for adding captcha challenges to registration, comment and contact forms for example." -msgstr "Modulo Base per aggiungere Richiesta Captcha per la registrazione, commenti, e moduli di contatti" - -#: captcha.info:0 -#: image_captcha/image_captcha.info:0 -#: text_captcha/text_captcha.info:0 +#: modules/captcha/captcha.install:212 +msgid "IP address of the visitor." +msgstr "" + +#: modules/captcha/captcha.info:0 +#, fuzzy +msgid "Base CAPTCHA module for adding challenges to arbitrary forms." +msgstr "" +"Modulo Base per aggiungere Richiesta Captcha per la registrazione, commenti, " +"e moduli di contatti" + +#: modules/captcha/captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Spam control" msgstr "Controllo SPAM" -#: image_captcha/image_captcha.module:20 -msgid "The image captcha is a popular type of captcha challenge where a random textual code is obfuscated in an image. The image is generated on the fly for each request, which is rather CPU intensive for the server. Be carefull with the size and computation related settings." -msgstr "Image Captcha e' un diffuso tipo di captcha dove viene esposta immagine che espone del testo.L'immagine e' generata al volo per ogni richiesta, con lavoro extra della CPU. Verifica le prestazioni del server ed eventualmente cambia le impostazioni" - -#: image_captcha/image_captcha.module:24 -msgid "

Example captcha image, generated with the current settings:

!img" -msgstr "

Esempio di captcha image, generato con le impostazioni attuali:

!img" - -#: image_captcha/image_captcha.module:39 -#: image_captcha/image_captcha.info:0 -msgid "Image captcha" -msgstr "Image captcha" - -#: image_captcha/image_captcha.module:67 -msgid "No font configured." -msgstr "Nessuna font e' stata impostata" - -#: image_captcha/image_captcha.module:71 -msgid "Could not find or read the configured font \"%font\" for the image captcha." -msgstr "Non e' possibile accedere alla font selezionata \"%font\" per creare una image captcha." - -#: image_captcha/image_captcha.module:98 -msgid "Image captchas cannot be generated, because your PHP installation's GD library has no JPEG support." -msgstr "Le immagini Captcha non possono essere generate per la mancanza del supporto JPEG della libreria GD in uso dal PHP" +#: modules/captcha/image_captcha/image_captcha.admin.inc:13 +msgid "Built-in font" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:31 +#, fuzzy +msgid "" +"Images cannot be generated, because your PHP installation's GD library has " +"no JPEG support." +msgstr "" +"Le immagini Captcha non possono essere generate per la mancanza del supporto " +"JPEG della libreria GD in uso dal PHP" -#: image_captcha/image_captcha.module:103 +#: modules/captcha/image_captcha/image_captcha.admin.inc:36 +#, fuzzy +msgid "Code settings" +msgstr "Impostazioni generali" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:40 msgid "Characters to use in the code" msgstr "Caratteri in uso" -#: image_captcha/image_captcha.module:108 +#: modules/captcha/image_captcha/image_captcha.admin.inc:45 msgid "Code length" msgstr "Lunghezza del codice" -#: image_captcha/image_captcha.module:111 -msgid "The code length influences the size of the image. Note that larger values make the image generation more CPU intensive." -msgstr "La lunghezza del codice influenza sia l'uso della CPU che la dimensione della immagine creata." +#: modules/captcha/image_captcha/image_captcha.admin.inc:48 +msgid "" +"The code length influences the size of the image. Note that larger values " +"make the image generation more CPU intensive." +msgstr "" +"La lunghezza del codice influenza sia l'uso della CPU che la dimensione " +"della immagine creata." -#: image_captcha/image_captcha.module:117 -msgid "The image captcha module requires a TrueType font file (.ttf) for generating the images, but because of licencing issues it is not allowed to package fonts with the module. You can install fonts yourself however, by putting them in the fonts directory of the image captcha module (directory \"%fontsdir\") or by uploading them to your Drupal file system (directory \"%filesdir\") with for example the upload module." +#: modules/captcha/image_captcha/image_captcha.admin.inc:53 +msgid "Case insensitive validation" msgstr "" -#: image_captcha/image_captcha.module:124 -msgid "Select a font" -msgstr "Seleziona un font" +#: modules/captcha/image_captcha/image_captcha.admin.inc:54 +msgid "" +"Enable this option to ignore uppercase/lowercase errors in the response. " +"This can be usefull for certain target audiences or fonts." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:61 +#, fuzzy +msgid "Font settings" +msgstr "Impostazioni generali" -#: image_captcha/image_captcha.module:129 +#: modules/captcha/image_captcha/image_captcha.admin.inc:67 msgid "Font" msgstr "Font" -#: image_captcha/image_captcha.module:131 -msgid "The TrueType font (.ttf) to use for the text in the image captcha." +#: modules/captcha/image_captcha/image_captcha.admin.inc:69 +#, fuzzy +msgid "The TrueType font (.ttf) to use for the text in the image CAPTCHA." msgstr "Il TrueType font (.ttf) da usare per generare il tessto nella immagine" -#: image_captcha/image_captcha.module:139 +#: modules/captcha/image_captcha/image_captcha.admin.inc:78 msgid "Font size" msgstr "Dimensine del font" -#: image_captcha/image_captcha.module:141 +#: modules/captcha/image_captcha/image_captcha.admin.inc:80 msgid "tiny" msgstr "molto piccolo" -#: image_captcha/image_captcha.module:142 +#: modules/captcha/image_captcha/image_captcha.admin.inc:81;96;129 msgid "small" msgstr "piccolo" -#: image_captcha/image_captcha.module:143;164;202 +#: modules/captcha/image_captcha/image_captcha.admin.inc:82;97;153;191 msgid "normal" msgstr "medio" -#: image_captcha/image_captcha.module:144 +#: modules/captcha/image_captcha/image_captcha.admin.inc:83;98 msgid "large" msgstr "grande" -#: image_captcha/image_captcha.module:147 -msgid "The font size influences the size of the image. Note that larger values make the image generation more CPU intensive." -msgstr "La dimensionedel font codice influenza sia l'uso della CPU che la dimensione della immagine creata." +#: modules/captcha/image_captcha/image_captcha.admin.inc:86 +msgid "" +"The font size influences the size of the image. Note that larger values make " +"the image generation more CPU intensive." +msgstr "" +"La dimensionedel font codice influenza sia l'uso della CPU che la dimensione " +"della immagine creata." -#: image_captcha/image_captcha.module:153 -msgid "Distortion and noise" -msgstr "Distorsione e disturbo" +#: modules/captcha/image_captcha/image_captcha.admin.inc:92 +msgid "Character spacing" +msgstr "" -#: image_captcha/image_captcha.module:154 -msgid "With these settings you can control the degree of obfuscation by distortion and added noise. Do not exaggerate the obfuscation and assure that the code in the image is reasonably readable. For example, do not combine high levels of distortion and noise." +#: modules/captcha/image_captcha/image_captcha.admin.inc:93 +#, fuzzy +msgid "" +"Define the average spacing between characters. Note that larger values make " +"the image generation more CPU intensive." msgstr "" -"Con questa impostazione puoi controllare il livello di affuscamento per distorsione ed il disturbo aggiunto. " -"Da usare con cautela. La combinazione di questi valori possono portare a testi poco leggibili" +"La dimensionedel font codice influenza sia l'uso della CPU che la dimensione " +"della immagine creata." -#: image_captcha/image_captcha.module:159 -msgid "Distortion level" -msgstr "Livello di distorsione" +#: modules/captcha/image_captcha/image_captcha.admin.inc:105 +#, fuzzy +msgid "Color settings" +msgstr "Impostazioni generali" -#: image_captcha/image_captcha.module:161 -msgid "none" -msgstr "nessuno" +#: modules/captcha/image_captcha/image_captcha.admin.inc:106 +msgid "Configuration of the background and text colors in the image CAPTCHA." +msgstr "" -#: image_captcha/image_captcha.module:162;201 -msgid "low" -msgstr "basso" +#: modules/captcha/image_captcha/image_captcha.admin.inc:110 +msgid "Background color" +msgstr "" -#: image_captcha/image_captcha.module:163 +#: modules/captcha/image_captcha/image_captcha.admin.inc:111 +msgid "" +"Enter the hexadecimal code for the background color (e.g. #FFF or #FFCE90)." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:118 +msgid "Text color" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:119 +msgid "Enter the hexadecimal code for the text color (e.g. #000 or #004283)." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:126 +msgid "Additional variation of text color" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:130;152 msgid "moderate" msgstr "moderato" -#: image_captcha/image_captcha.module:165;203 +#: modules/captcha/image_captcha/image_captcha.admin.inc:131;154;192 msgid "high" msgstr "alto" -#: image_captcha/image_captcha.module:166;204 +#: modules/captcha/image_captcha/image_captcha.admin.inc:132 +#, fuzzy +msgid "very high" +msgstr "alto" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:135 +msgid "" +"The different characters will have randomized colors in the specified range " +"around the text color." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:142 +msgid "Distortion and noise" +msgstr "Distorsione e disturbo" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:143 +msgid "" +"With these settings you can control the degree of obfuscation by distortion " +"and added noise. Do not exaggerate the obfuscation and assure that the code " +"in the image is reasonably readable. For example, do not combine high levels " +"of distortion and noise." +msgstr "" +"Con questa impostazione puoi controllare il livello di affuscamento per " +"distorsione ed il disturbo aggiunto. Da usare con cautela. La combinazione " +"di questi valori possono portare a testi poco leggibili" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:148 +msgid "Distortion level" +msgstr "Livello di distorsione" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:151;190 +msgid "low" +msgstr "basso" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:155;193 msgid "severe" msgstr "molto alto" -#: image_captcha/image_captcha.module:169 +#: modules/captcha/image_captcha/image_captcha.admin.inc:158 msgid "Set the degree of wave distortion in the image." msgstr "Imposta il livello di distorsione dell'immagine" -#: image_captcha/image_captcha.module:173 +#: modules/captcha/image_captcha/image_captcha.admin.inc:162 msgid "Smooth distortion" msgstr "Smussa angoli" -#: image_captcha/image_captcha.module:175 -msgid "This option enables bilineair interpolation of the distortion which makes the image look smoother, but it is more CPU intensive." -msgstr "Questa opzione abilita l'interpolazione lineare della distorsione, che smussa gli angoli dell'immagine. Richiede piu' CPU" +#: modules/captcha/image_captcha/image_captcha.admin.inc:164 +#, fuzzy +msgid "" +"This option enables bilinear interpolation of the distortion which makes the " +"image look smoother, but it is more CPU intensive." +msgstr "" +"Questa opzione abilita l'interpolazione lineare della distorsione, che " +"smussa gli angoli dell'immagine. Richiede piu' CPU" -#: image_captcha/image_captcha.module:180 +#: modules/captcha/image_captcha/image_captcha.admin.inc:169 msgid "Double vision" msgstr "Doppia visione" -#: image_captcha/image_captcha.module:182 -msgid "When enabled, characters appear twice in the image, overlayed onto each other." +#: modules/captcha/image_captcha/image_captcha.admin.inc:171 +#, fuzzy +msgid "" +"When enabled, characters appear twice in the image, overlaid onto each other." msgstr "Quando abilitato, il carattere appare 2 volte, con un effetto ombra" -#: image_captcha/image_captcha.module:187 -msgid "Add salt and peper noise" +#: modules/captcha/image_captcha/image_captcha.admin.inc:176 +#, fuzzy +msgid "Add salt and pepper noise" msgstr "Aggiungi disturbo sale e pepe" -#: image_captcha/image_captcha.module:189 +#: modules/captcha/image_captcha/image_captcha.admin.inc:178 msgid "This option adds randomly colored point noise." msgstr "Questa opzione aggiunge punti colorati casuali di disturbo" -#: image_captcha/image_captcha.module:193 +#: modules/captcha/image_captcha/image_captcha.admin.inc:182 msgid "Add line noise" msgstr "Aggiungi linee di disturbo" -#: image_captcha/image_captcha.module:195 +#: modules/captcha/image_captcha/image_captcha.admin.inc:184 msgid "This option enables lines randomly drawn on top of the text code." -msgstr "Questa opzione abilita le linee casuali a disturbo del testo nell'immagine" +msgstr "" +"Questa opzione abilita le linee casuali a disturbo del testo nell'immagine" -#: image_captcha/image_captcha.module:199 +#: modules/captcha/image_captcha/image_captcha.admin.inc:188 msgid "Noise level" msgstr "Livello del disturbo" -#: image_captcha/image_captcha.module:216;233 -msgid "You need to select a font" -msgstr "Seleziona un font" +#: modules/captcha/image_captcha/image_captcha.admin.inc:206 +msgid "" +"The image CAPTCHA module works best with a TrueType font file (TTF) for " +"generating the images, but because of licencing issues it is not allowed to " +"package fonts with the module. A simple built-in bitmap font is provided as " +"default instead. You can install TrueType fonts yourself by putting them in " +"the fonts directory of the image CAPTCHA module (directory \"%fontsdir\") or " +"by uploading them to your Drupal file system (directory \"%filesdir\") with " +"for example the upload module." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:209 +msgid "" +"The usage of the built-in bitmap font it is not recommended because of its " +"small size and missing UTF-8 support." +msgstr "" -#: image_captcha/image_captcha.module:228 +#: modules/captcha/image_captcha/image_captcha.admin.inc:220 msgid "The list of characters to use should not contain spaces." msgstr "La lista dei caratteri da usare non deve contenere spazi" -#: image_captcha/image_captcha.module:236 +#: modules/captcha/image_captcha/image_captcha.admin.inc:225 +msgid "You need to select a font" +msgstr "Seleziona un font" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:228 msgid "Font does not exist or is not readable." msgstr "Il font non esiste o non e' leggibile" -#: image_captcha/image_captcha.module:265 -msgid "Encountered an illegal byte while splitting an utf8 string in characters." -msgstr "Errore nella divisione in caratteri della stringa utf8" +#: modules/captcha/image_captcha/image_captcha.admin.inc:233 +msgid "Background color is not a valid hexadecimal color value." +msgstr "" -#: image_captcha/image_captcha.module:311 -msgid "What code is in the image?" -msgstr "Qual'e' il codice dell'immagine?" +#: modules/captcha/image_captcha/image_captcha.admin.inc:236 +msgid "Text color is not a valid hexadecimal color value." +msgstr "" -#: image_captcha/image_captcha.module:312 -msgid "Copy the characters (respecting upper/lower case) from the image." -msgstr "Copiare i caratteri dell'immagine, rispettando minuscole/maiuscle" - -#: image_captcha/image_captcha.module:339 -msgid "Generation of image CAPTCHA failed. Check your image CAPTCHA configuration and especially the used font." -msgstr "Creazione dell'immagine Captcha fallita. Verificare la configurazione del modulo, in partcolare le impostazioni del font" +#: modules/captcha/image_captcha/image_captcha.user.inc:29 +msgid "" +"Generation of image CAPTCHA failed. Check your image CAPTCHA configuration " +"and especially the used font." +msgstr "" +"Creazione dell'immagine Captcha fallita. Verificare la configurazione del " +"modulo, in partcolare le impostazioni del font" -#: image_captcha/image_captcha.module:265;339;365 -msgid "CAPTCHA" +#: modules/captcha/image_captcha/image_captcha.module:17 +#, fuzzy +msgid "" +"The image CAPTCHA is a popular challenge where a random textual code is " +"obfuscated in an image. The image is generated on the fly for each request, " +"which is rather CPU intensive for the server. Be careful with the size and " +"computation related settings." +msgstr "" +"Image Captcha e' un diffuso tipo di captcha dove viene esposta immagine che " +"espone del testo.L'immagine e' generata al volo per ogni richiesta, con " +"lavoro extra della CPU. Verifica le prestazioni del server ed eventualmente " +"cambia le impostazioni" + +#: modules/captcha/image_captcha/image_captcha.module:22 +msgid "Example image, generated with the current settings:" +msgstr "Esempio di captcha image, generato con le impostazioni attuali:" + +#: modules/captcha/image_captcha/image_captcha.module:146 +msgid "Enter the characters (without spaces) shown in the image." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:149 +msgid "" +"Enter the characters shown in the image. Ignore spaces and be careful about " +"upper and lower case." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:159;159;35 +#: modules/captcha/image_captcha/image_captcha.info:0 +#, fuzzy +msgid "Image CAPTCHA" msgstr "CAPTCHA" -#: image_captcha/image_captcha.module:0 +#: modules/captcha/image_captcha/image_captcha.module:164 +msgid "What code is in the image?" +msgstr "Qual'e' il codice dell'immagine?" + +#: modules/captcha/image_captcha/image_captcha.module:94 +msgid "" +"Encountered an illegal byte while splitting an utf8 string in characters." +msgstr "Errore nella divisione in caratteri della stringa utf8" + +#: modules/captcha/image_captcha/image_captcha.module:0 msgid "image_captcha" msgstr "image_captcha" -#: image_captcha/image_captcha.info:0 -msgid "Captcha module that implements image based captchas." -msgstr "Modulo CAPTCHA che fornisce Immagini Testuali per Captcha" - -#: text_captcha/text_captcha.module:19 -msgid "This text based captcha presents a captcha phrase of a given number of words and the visitor is asked to enter the n'th word." -msgstr "Questo Captcha mostra delle frasi captcha composte di un certo numero di parole.viene chiesto ai visitatori di inserirne una in particolare" - -#: text_captcha/text_captcha.module:33 -#: text_captcha/text_captcha.info:0 -msgid "Text captcha" -msgstr "Testo CAPTCHA" - -#: text_captcha/text_captcha.module:51 -msgid "Kind of words to use in the captcha phrase" -msgstr "Tipo di parole da usare nella frase Captcha" - -#: text_captcha/text_captcha.module:53 -msgid "Generate nonsense random words." -msgstr "Genera parole a caso senza senso" - -#: text_captcha/text_captcha.module:54 -msgid "Use user defined words." -msgstr "Usa parole definite dall'utente" - -#: text_captcha/text_captcha.module:61 -msgid "User defined words" -msgstr "Parole definite dall'utente" - -#: text_captcha/text_captcha.module:63 -msgid "Enter a bunch of space separated words (at least @min)." -msgstr "Inserisci alcune parole separate da spazio (almeno @min)." - -#: text_captcha/text_captcha.module:68 -msgid "Number of words in the captcha phrase" -msgstr "Numero di parole nella frase Captcha" - -#: text_captcha/text_captcha.module:85 -msgid "You need to enter at least @min words if you want to use user defined words." -msgstr "Inserisci almeno @min parole per usare Captcha con parole definite dall'utente" - -#: text_captcha/text_captcha.module:94 -msgid "Number of words in the captcha phrase should be between 4 and 10." -msgstr "Il numero di parole della frase Captcha deve essere fra 4 e 10" - -#: text_captcha/text_captcha.module:146 -msgid "first" -msgstr "prima" - -#: text_captcha/text_captcha.module:146 -msgid "second" -msgstr "seconda" - -#: text_captcha/text_captcha.module:146 -msgid "third" -msgstr "terza" - -#: text_captcha/text_captcha.module:147 -msgid "fourth" -msgstr "quarta" - -#: text_captcha/text_captcha.module:147 -msgid "fifth" -msgstr "quinta" - -#: text_captcha/text_captcha.module:147 -msgid "sixth" -msgstr "sesta" - -#: text_captcha/text_captcha.module:147 -msgid "seventh" -msgstr "settima" - -#: text_captcha/text_captcha.module:148 -msgid "eighth" -msgstr "ottava" - -#: text_captcha/text_captcha.module:148 -msgid "ninth" -msgstr "nona" - -#: text_captcha/text_captcha.module:148 -msgid "tenth" -msgstr "decima" - -#: text_captcha/text_captcha.module:176 -msgid "What is the @nth word in the captcha phrase \"@words\"?" -msgstr "Quale e' la @esimanth parola della frase captcha \"@words\"?" - -#: text_captcha/text_captcha.module:0 -msgid "text_captcha" -msgstr "text_capcha" - -#: text_captcha/text_captcha.info:0 -msgid "Captcha module that implements a simple text based captcha." -msgstr "Modulo Captcha che fornisce un semplice captcha.testuale" +#: modules/captcha/image_captcha/image_captcha.info:0 +msgid "Provides an image based CAPTCHA." +msgstr "" + +#~ msgid "Captcha" +#~ msgstr "CAPTCHA" + +#~ msgid "Select captcha types" +#~ msgstr "Seleziona il tipo di Captcha" + +#~ msgid "Select what kind of captcha challenge you want for each form." +#~ msgstr "Assegna d ogni form un tipo di CAPTCHA" + +#~ msgid "Submit" +#~ msgstr "Invia" + +#~ msgid "" +#~ "The captcha challenge \"@type\" (by module \"@module\") is enabled here " +#~ "for untrusted users: !edit or !disable." +#~ msgstr "" +#~ "La richiesta Captcha \"@type\" (von Modul \"@module\") e' abilitata per " +#~ "utenti anonimi : !edit o !disable." + +#~ msgid "edit captcha type" +#~ msgstr "modifica il tipo di CAPTCHA" + +#~ msgid "Invalid captcha token." +#~ msgstr "Token Captcha non valido" + +#~ msgid "" +#~ "You can't request more than @num captcha challenges without solving them. " +#~ "Your previous captcha challenges were flushed." +#~ msgstr "" +#~ "Non puoi richiedere piu' di @num CAPTCHA senza rispondere esattamente. I " +#~ "precedenti Captcha sono stati eliminati" + +#~ msgid "administer captcha" +#~ msgstr "Gestione CAPTCHA" + +#~ msgid "" +#~ "The installation of the captcha_points table and some default entries was " +#~ "successful" +#~ msgstr "" +#~ "L'installazione della tabella captcha_points con valori di default e' " +#~ "stata eseguita." + +#~ msgid "The installation of the captcha module failed" +#~ msgstr "L'installazione del modulo e' fallita" + +#~ msgid "Image captcha" +#~ msgstr "Image captcha" + +#~ msgid "No font configured." +#~ msgstr "Nessuna font e' stata impostata" + +#~ msgid "" +#~ "Could not find or read the configured font \"%font\" for the image " +#~ "captcha." +#~ msgstr "" +#~ "Non e' possibile accedere alla font selezionata \"%font\" per creare una " +#~ "image captcha." + +#~ msgid "Select a font" +#~ msgstr "Seleziona un font" + +#~ msgid "Copy the characters (respecting upper/lower case) from the image." +#~ msgstr "Copiare i caratteri dell'immagine, rispettando minuscole/maiuscle" + +#~ msgid "Captcha module that implements image based captchas." +#~ msgstr "Modulo CAPTCHA che fornisce Immagini Testuali per Captcha" + +#~ msgid "" +#~ "This text based captcha presents a captcha phrase of a given number of " +#~ "words and the visitor is asked to enter the n'th word." +#~ msgstr "" +#~ "Questo Captcha mostra delle frasi captcha composte di un certo numero di " +#~ "parole.viene chiesto ai visitatori di inserirne una in particolare" + +#~ msgid "Text captcha" +#~ msgstr "Testo CAPTCHA" + +#~ msgid "Kind of words to use in the captcha phrase" +#~ msgstr "Tipo di parole da usare nella frase Captcha" + +#~ msgid "Generate nonsense random words." +#~ msgstr "Genera parole a caso senza senso" + +#~ msgid "Use user defined words." +#~ msgstr "Usa parole definite dall'utente" + +#~ msgid "User defined words" +#~ msgstr "Parole definite dall'utente" + +#~ msgid "Enter a bunch of space separated words (at least @min)." +#~ msgstr "Inserisci alcune parole separate da spazio (almeno @min)." + +#~ msgid "Number of words in the captcha phrase" +#~ msgstr "Numero di parole nella frase Captcha" + +#~ msgid "" +#~ "You need to enter at least @min words if you want to use user defined " +#~ "words." +#~ msgstr "" +#~ "Inserisci almeno @min parole per usare Captcha con parole definite " +#~ "dall'utente" + +#~ msgid "Number of words in the captcha phrase should be between 4 and 10." +#~ msgstr "Il numero di parole della frase Captcha deve essere fra 4 e 10" + +#~ msgid "first" +#~ msgstr "prima" + +#~ msgid "second" +#~ msgstr "seconda" + +#~ msgid "third" +#~ msgstr "terza" + +#~ msgid "fourth" +#~ msgstr "quarta" + +#~ msgid "fifth" +#~ msgstr "quinta" + +#~ msgid "sixth" +#~ msgstr "sesta" + +#~ msgid "seventh" +#~ msgstr "settima" + +#~ msgid "eighth" +#~ msgstr "ottava" + +#~ msgid "ninth" +#~ msgstr "nona" + +#~ msgid "tenth" +#~ msgstr "decima" + +#~ msgid "What is the @nth word in the captcha phrase \"@words\"?" +#~ msgstr "Quale e' la @esimanth parola della frase captcha \"@words\"?" + +#~ msgid "text_captcha" +#~ msgstr "text_capcha" +#~ msgid "Captcha module that implements a simple text based captcha." +#~ msgstr "Modulo Captcha che fornisce un semplice captcha.testuale" Index: translations/pl.po =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/captcha/translations/pl.po,v retrieving revision 1.1 diff -u -p -r1.1 pl.po --- translations/pl.po 25 Jul 2008 09:32:47 -0000 1.1 +++ translations/pl.po 22 Mar 2009 11:13:06 -0000 @@ -16,495 +16,740 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" -"POT-Creation-Date: 2008-03-08 06:39+0100\n" +"POT-Creation-Date: 2009-03-22 13:06+0200\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: Sergiusz Pawłowicz \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: captcha.admin.inc:13 image_captcha/image_captcha.admin.inc:101 +#: modules/captcha/captcha.admin.inc:13 +#: modules/captcha/image_captcha/image_captcha.admin.inc:128;150 msgid "none" msgstr "-" -#: captcha.admin.inc:32;42 captcha.module:39 -msgid "Add CAPTCHA administration links to forms" -msgstr "Dodaj linki CAPTCHA do formularzy" +#: modules/captcha/captcha.admin.inc:32 +msgid "Form protection" +msgstr "" -#: captcha.admin.inc:34 -msgid "This option is very helpful to enable/disable challenges on forms. When enabled, users with the \"%admincaptcha\" permission will see CAPTCHA administration links on all forms (except on administrative pages, which shouldn't be accessible to untrusted users in the first place). These links make it possible to enable a challenge of the desired type or disable it." +#: modules/captcha/captcha.admin.inc:33 +msgid "" +"Select the challenge type you want for each of the listed forms (identified " +"by their so called form_id's). You can easily add arbitrary forms " +"with textfield at the bottom of the table or with the help of the '%" +"CAPTCHA_admin_links' option below." msgstr "" -#: captcha.admin.inc:39 -msgid "Challenge type per form" +#: modules/captcha/captcha.admin.inc:34;81 modules/captcha/captcha.module:43 +msgid "Add CAPTCHA administration links to forms" +msgstr "Dodaj linki CAPTCHA do formularzy" + +#: modules/captcha/captcha.admin.inc:59 +msgid "delete" msgstr "" -#: captcha.admin.inc:41 -msgid "Select the challenge type you want for each of the listed forms (identified by their so called form_id's). You can easily add arbitrary forms with the help of the '%CAPTCHA_admin_links' option or the the CAPTCHA point form." +#: modules/captcha/captcha.admin.inc:83 +msgid "" +"This option is very helpful to enable/disable challenges on forms. When " +"enabled, users with the \"%admincaptcha\" permission will see CAPTCHA " +"administration links on all forms (except on administrative pages, which " +"shouldn't be accessible to untrusted users in the first place). These links " +"make it possible to enable a challenge of the desired type or disable it." msgstr "" -#: captcha.admin.inc:65 -msgid "delete" +#: modules/captcha/captcha.admin.inc:83 modules/captcha/captcha.module:104 +msgid "administer CAPTCHA settings" msgstr "" -#: captcha.admin.inc:74;89 +#: modules/captcha/captcha.admin.inc:91;106 msgid "Challenge description" msgstr "" -#: captcha.admin.inc:75;90 -msgid "With this description you can explain the purpose of the challenge to the user." +#: modules/captcha/captcha.admin.inc:92;107 +msgid "" +"With this description you can explain the purpose of the challenge to the " +"user." msgstr "" -#: captcha.admin.inc:80 +#: modules/captcha/captcha.admin.inc:97 msgid "For language %lang_name (code %lang_code)" msgstr "" -#: captcha.admin.inc:98 +#: modules/captcha/captcha.admin.inc:116 msgid "Persistence" msgstr "" -#: captcha.admin.inc:101 +#: modules/captcha/captcha.admin.inc:119 msgid "Always add a challenge." msgstr "" -#: captcha.admin.inc:102 -msgid "Omit challenges for a form once the user has successfully responded to a challenge for that form." +#: modules/captcha/captcha.admin.inc:120 +msgid "" +"Omit challenges for a form once the user has successfully responded to a " +"challenge for that form." msgstr "" -#: captcha.admin.inc:103 -msgid "Omit challenges for all forms once the user has successfully responded to a challenge." +#: modules/captcha/captcha.admin.inc:121 +msgid "" +"Omit challenges for all forms once the user has successfully responded to a " +"challenge." msgstr "" -#: captcha.admin.inc:105 -msgid "Define if challenges should be omitted during the rest of a session once the user successfully responses to a challenge." +#: modules/captcha/captcha.admin.inc:123 +msgid "" +"Define if challenges should be omitted during the rest of a session once the " +"user successfully responses to a challenge." msgstr "" -#: captcha.admin.inc:110 +#: modules/captcha/captcha.admin.inc:129 msgid "Log wrong responses" msgstr "" -#: captcha.admin.inc:111 +#: modules/captcha/captcha.admin.inc:130 msgid "Report information about wrong responses to the !log." msgstr "" -#: captcha.admin.inc:111 +#: modules/captcha/captcha.admin.inc:130 msgid "log" msgstr "" -#: captcha.admin.inc:117;227 -msgid "Save" +#: modules/captcha/captcha.admin.inc:137 +msgid "Save configuration" msgstr "" -#: captcha.admin.inc:135 +#: modules/captcha/captcha.admin.inc:147 msgid "Challenge type (module)" msgstr "" -#: captcha.admin.inc:135 +#: modules/captcha/captcha.admin.inc:147 msgid "Operations" msgstr "" -#: captcha.admin.inc:166 +#: modules/captcha/captcha.admin.inc:188;300 +msgid "Illegal form_id" +msgstr "" + +#: modules/captcha/captcha.admin.inc:209 +msgid "Added CAPTCHA point." +msgstr "" + +#: modules/captcha/captcha.admin.inc:227 msgid "The CAPTCHA settings were saved." msgstr "" -#: captcha.admin.inc:195;210 +#: modules/captcha/captcha.admin.inc:257;272 msgid "Form ID" msgstr "" -#: captcha.admin.inc:196;211 +#: modules/captcha/captcha.admin.inc:258;273 msgid "The Drupal form_id of the form to add the CAPTCHA to." msgstr "" -#: captcha.admin.inc:217 +#: modules/captcha/captcha.admin.inc:279 msgid "Challenge type" msgstr "" -#: captcha.admin.inc:218 +#: modules/captcha/captcha.admin.inc:280 msgid "The CAPTCHA type to use for this form" msgstr "" -#: captcha.admin.inc:237 -msgid "Illegal form_id" +#: modules/captcha/captcha.admin.inc:289 +msgid "Save" msgstr "" -#: captcha.admin.inc:255 +#: modules/captcha/captcha.admin.inc:312 msgid "Saved CAPTCHA point settings." msgstr "" -#: captcha.admin.inc:272 +#: modules/captcha/captcha.admin.inc:329 msgid "Are you sure you want to delete the CAPTCHA for form_id %form_id?" msgstr "" -#: captcha.admin.inc:273 +#: modules/captcha/captcha.admin.inc:330 msgid "Delete" msgstr "" -#: captcha.admin.inc:276 +#: modules/captcha/captcha.admin.inc:333 msgid "Are you sure you want to disable the CAPTCHA for form_id %form_id?" msgstr "" -#: captcha.admin.inc:277 +#: modules/captcha/captcha.admin.inc:334 msgid "Disable" msgstr "" -#: captcha.admin.inc:290 +#: modules/captcha/captcha.admin.inc:347 msgid "Deleted CAPTCHA for form %form_id." msgstr "" -#: captcha.admin.inc:294 +#: modules/captcha/captcha.admin.inc:351 msgid "Disabled CAPTCHA for form %form_id." msgstr "" -#: captcha.admin.inc:320 -msgid "This page gives an overview of all available challenge types, generated with their current settings." +#: modules/captcha/captcha.admin.inc:386 +msgid "" +"This page gives an overview of all available challenge types, generated with " +"their current settings." msgstr "" -#: captcha.admin.inc:331 +#: modules/captcha/captcha.admin.inc:394 msgid "Challenge \"%challenge\" by module \"%module\"" msgstr "" -#: captcha.admin.inc:334 +#: modules/captcha/captcha.admin.inc:397 msgid "10 more examples of this challenge." msgstr "" -#: (duplicate) captcha.pages.inc:66;53;161 captcha.module:202;115 captcha.info:0 image_captcha/image_captcha.user.inc:28 image_captcha/image_captcha.module:91 +#: (duplicate) modules/captcha/captcha.pages.inc:52;39 +#: modules/captcha/captcha.module:189;116 ;266;57;68 +#: modules/captcha/captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.user.inc:29 +#: modules/captcha/image_captcha/image_captcha.module:94 msgid "CAPTCHA" msgstr "CAPTCHA" -#: captcha.pages.inc:108 -msgid "Another challenge" -msgstr "Kolejna próba" - -#: captcha.pages.inc:109 -msgid "Get another challenge" -msgstr "Kolejna próba" - -#: captcha.pages.inc:144 -msgid "CAPTCHA test failed (unknown challenge_id)." -msgstr "CAPTCHA się nie zgadza (nieznane challenge_id)." - -#: captcha.pages.inc:156 -msgid "The answer you entered for the CAPTCHA was not correct." -msgstr "Odpowiedź na test CAPTCHA nie była prawidłowa." - -#: captcha.pages.inc:53 -msgid "CAPTCHA problem: hook_captcha() of module %module returned nothing when trying to retrieve challenge type %type for form %form_id." -msgstr "" - -#: captcha.pages.inc:161 -msgid "%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module \"%module\"), user answered \"%response\", but the solution was \"%solution\"." -msgstr "" - -#: captcha.module:24 -msgid "\"CAPTCHA\" is an acronym for \"Completely Automated Public Turing test to tell Computers and Humans Apart\". It is typically a challenge-response test to determine whether the user is human. The CAPTCHA module is a tool to fight automated submission by malicious users (spamming) of for example comments forms, user registration forms, guestbook forms, etc. You can extend the desired forms with an additional challenge, which should be easy for a human to solve correctly, but hard enough to keep automated scripts and spam bots out." -msgstr "" - -#: captcha.module:25 -msgid "Note that the CAPTCHA module interacts with page caching (see performance settings). Because the challenge should be unique for each generated form, the caching of the page it appears on is prevented. Make sure that these forms do not appear on too many pages or you will lose much caching efficiency. For example, if you put a CAPTCHA on the user login block, which typically appears on each page for anonymous visitors, caching will practically be disabled. The comment submission forms are another example. In this case you should set the \"%commentlocation\" to \"%separatepage\" in the comment settings of the relevant content types for better caching efficiency." +#: modules/captcha/captcha.pages.inc:39 +msgid "" +"CAPTCHA problem: hook_captcha() of module %module returned nothing when " +"trying to retrieve challenge type %type for form %form_id." +msgstr "" + +#: modules/captcha/captcha.module:28 +msgid "" +"\"CAPTCHA\" is an acronym for \"Completely Automated Public Turing test to " +"tell Computers and Humans Apart\". It is typically a challenge-response test " +"to determine whether the user is human. The CAPTCHA module is a tool to " +"fight automated submission by malicious users (spamming) of for example " +"comments forms, user registration forms, guestbook forms, etc. You can " +"extend the desired forms with an additional challenge, which should be easy " +"for a human to solve correctly, but hard enough to keep automated scripts " +"and spam bots out." +msgstr "" + +#: modules/captcha/captcha.module:29 +msgid "" +"Note that the CAPTCHA module interacts with page caching (see performance settings). Because the challenge " +"should be unique for each generated form, the caching of the page it appears " +"on is prevented. Make sure that these forms do not appear on too many pages " +"or you will lose much caching efficiency. For example, if you put a CAPTCHA " +"on the user login block, which typically appears on each page for anonymous " +"visitors, caching will practically be disabled. The comment submission forms " +"are another example. In this case you should set the \"%commentlocation\" to " +"\"%separatepage\" in the comment settings of the relevant content types for better caching efficiency." msgstr "" -#: captcha.module:28 +#: modules/captcha/captcha.module:32 msgid "Location of comment submission form" msgstr "" -#: captcha.module:29 +#: modules/captcha/captcha.module:33 msgid "Display on separate page" msgstr "" -#: captcha.module:33 +#: modules/captcha/captcha.module:37 msgid "CAPTCHA is a trademark of Carnegie Mellon University." msgstr "" -#: captcha.module:38 -msgid "A CAPTCHA can be added to virtually each Drupal form. Some default forms are already provided in the form list, but arbitrary forms can be easily added and managed when the option \"%adminlinks\" is enabled." -msgstr "" +#: modules/captcha/captcha.module:42 +msgid "" +"A CAPTCHA can be added to virtually each Drupal form. Some default forms are " +"already provided in the form list, but arbitrary forms can be easily added " +"and managed when the option \"%adminlinks\" is enabled." +msgstr "" + +#: modules/captcha/captcha.module:44 +msgid "" +"Users with the \"%skipcaptcha\" permission won't be " +"offered a challenge. Be sure to grant this permission to the trusted users " +"(e.g. site administrators). If you want to test a protected form, be sure to " +"do it as a user without the \"%skipcaptcha\" permission (e.g. as anonymous " +"user)." +msgstr "" + +#: modules/captcha/captcha.module:45;104 +#, fuzzy +msgid "skip CAPTCHA" +msgstr "CAPTCHA" -#: captcha.module:40 -msgid "Users with the \"%skipcaptcha\" permission won't be offered a challenge. Be sure to grant this permission to the trusted users (e.g. site administrators). If you want to test a protected form, be sure to do it as a user without the \"%skipcaptcha\" permission (e.g. as anonymous user)." +#: modules/captcha/captcha.module:153 +msgid "" +"This question is for testing whether you are a human visitor and to prevent " +"automated spam submissions." msgstr "" -#: captcha.module:149 -msgid "This question is for testing whether you are a human visitor and to prevent automated spam submissions." +#: modules/captcha/captcha.module:194 +msgid "CAPTCHA: \"@type\" enabled" msgstr "" -#: captcha.module:207 +#: modules/captcha/captcha.module:195 msgid "Untrusted users will see a CAPTCHA here (!settings)." msgstr "" -#: captcha.module:208 +#: modules/captcha/captcha.module:196 msgid "general CAPTCHA settings" msgstr "" -#: captcha.module:212 +#: modules/captcha/captcha.module:200 msgid "Enabled challenge" msgstr "" -#: captcha.module:213 +#: modules/captcha/captcha.module:201 msgid "\"@type\" by module \"@module\" (!change, !disable)" msgstr "" -#: captcha.module:216 +#: modules/captcha/captcha.module:204 msgid "change" msgstr "" -#: captcha.module:217 +#: modules/captcha/captcha.module:205 msgid "disable" msgstr "" -#: captcha.module:223 +#: modules/captcha/captcha.module:210 +msgid "CAPTCHA: no challenge enabled" +msgstr "" + +#: modules/captcha/captcha.module:212 msgid "Place a CAPTCHA here for untrusted users." msgstr "" -#: captcha.module:247 +#: modules/captcha/captcha.module:247 +#, fuzzy +msgid "CAPTCHA test failed (unknown csid)." +msgstr "CAPTCHA się nie zgadza (nieznane challenge_id)." + +#: modules/captcha/captcha.module:261 +msgid "The answer you entered for the CAPTCHA was not correct." +msgstr "Odpowiedź na test CAPTCHA nie była prawidłowa." + +#: modules/captcha/captcha.module:401 msgid "Math Question" msgstr "" -#: captcha.module:248 -msgid "Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." +#: modules/captcha/captcha.module:402 +msgid "" +"Solve this simple math problem and enter the result. E.g. for 1+3, enter 4." msgstr "" -#: captcha.module:249 +#: modules/captcha/captcha.module:403 msgid "@x + @y = " msgstr "" -#: (duplicate) captcha.module:116 -msgid "Already @counter blocked form submissions" +#: (duplicate) modules/captcha/captcha.module:117 +msgid "Already %counter" +msgstr "" + +#: modules/captcha/captcha.module:266 +msgid "" +"%form_id post blocked by CAPTCHA module: challenge \"%challenge\" (by module " +"\"%module\"), user answered \"%response\", but the solution was \"%solution" +"\"." +msgstr "" + +#: modules/captcha/captcha.module:118 +msgid "1 blocked form submission" +msgid_plural "@count blocked form submissions" +msgstr[0] "" +msgstr[1] "" + +#: modules/captcha/captcha.module:58 +msgid "Administer how and where CAPTCHAs are used." msgstr "" -#: captcha.install:9 +#: modules/captcha/captcha.module:74 +msgid "General settings" +msgstr "" + +#: modules/captcha/captcha.module:80 +msgid "Examples" +msgstr "" + +#: modules/captcha/captcha.module:81 +msgid "An overview of the available challenge types with examples." +msgstr "" + +#: modules/captcha/captcha.module:90 +#, fuzzy +msgid "CAPTCHA point administration" +msgstr "Dodaj linki CAPTCHA do formularzy" + +#: modules/captcha/captcha.module:0 +msgid "captcha" +msgstr "" + +#: modules/captcha/captcha.install:10 msgid "This table describes which challenges should be added to which forms." msgstr "" -#: captcha.install:12 +#: modules/captcha/captcha.install:13 msgid "The form_id of the form to add a CAPTCHA to." msgstr "" -#: captcha.install:18 +#: modules/captcha/captcha.install:19 msgid "The module that provides the challenge." msgstr "" -#: captcha.install:23 +#: modules/captcha/captcha.install:24 msgid "The challenge type to use." msgstr "" -#: captcha.install:31;154 -msgid "Stores the solutions of the generated challenges." +#: modules/captcha/captcha.install:33;191 +msgid "" +"Stores the data about CAPTCHA sessions (solution, IP address, " +"timestamp, ...)." msgstr "" -#: captcha.install:34;157 -msgid "Primary Key: Unique challenge ID." +#: modules/captcha/captcha.install:36;194 +msgid "CAPTCHA session ID." msgstr "" -#: captcha.install:39;162 -msgid "Solution of the challenge." +#: modules/captcha/captcha.install:41;199 +msgid "User's {users}.uid." msgstr "" -#: captcha.install:46;169 +#: modules/captcha/captcha.install:47;205 msgid "Session ID of the user." msgstr "" -#: captcha.install:53;176 +#: modules/captcha/captcha.install:54 +msgid "IP address of visitor." +msgstr "" + +#: modules/captcha/captcha.install:60;218 msgid "A Unix timestamp indicating when the challenge was generated." msgstr "" -#: captcha.install:119 +#: modules/captcha/captcha.install:66;224 +msgid "The form_id of the form where the CAPTCHA is added to." +msgstr "" + +#: modules/captcha/captcha.install:72;230 +msgid "Solution of the challenge." +msgstr "" + +#: modules/captcha/captcha.install:79;237 +msgid "Status of the CAPTCHA session (unsolved, solved, ...)" +msgstr "" + +#: modules/captcha/captcha.install:85;243 +msgid "The number of attempts." +msgstr "" + +#: modules/captcha/captcha.install:114 +msgid "" +"You can now configure the CAPTCHA module for " +"your site." +msgstr "" + +#: modules/captcha/captcha.install:155 msgid "Unsupported database." msgstr "" -#: captcha.info:0 +#: modules/captcha/captcha.install:212 +msgid "IP address of the visitor." +msgstr "" + +#: modules/captcha/captcha.info:0 msgid "Base CAPTCHA module for adding challenges to arbitrary forms." msgstr "" -#: captcha.info:0 image_captcha/image_captcha.info:0 +#: modules/captcha/captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Spam control" msgstr "" -#: image_captcha/image_captcha.admin.inc:8 +#: modules/captcha/image_captcha/image_captcha.admin.inc:13 msgid "Built-in font" msgstr "" -#: image_captcha/image_captcha.admin.inc:26 -msgid "Images cannot be generated, because your PHP installation's GD library has no JPEG support." +#: modules/captcha/image_captcha/image_captcha.admin.inc:31 +msgid "" +"Images cannot be generated, because your PHP installation's GD library has " +"no JPEG support." msgstr "" -#: image_captcha/image_captcha.admin.inc:31 +#: modules/captcha/image_captcha/image_captcha.admin.inc:36 msgid "Code settings" msgstr "" -#: image_captcha/image_captcha.admin.inc:35 +#: modules/captcha/image_captcha/image_captcha.admin.inc:40 msgid "Characters to use in the code" msgstr "" -#: image_captcha/image_captcha.admin.inc:40 +#: modules/captcha/image_captcha/image_captcha.admin.inc:45 msgid "Code length" msgstr "" -#: image_captcha/image_captcha.admin.inc:43 -msgid "The code length influences the size of the image. Note that larger values make the image generation more CPU intensive." +#: modules/captcha/image_captcha/image_captcha.admin.inc:48 +msgid "" +"The code length influences the size of the image. Note that larger values " +"make the image generation more CPU intensive." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:53 +msgid "Case insensitive validation" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:54 +msgid "" +"Enable this option to ignore uppercase/lowercase errors in the response. " +"This can be usefull for certain target audiences or fonts." msgstr "" -#: image_captcha/image_captcha.admin.inc:49 +#: modules/captcha/image_captcha/image_captcha.admin.inc:61 msgid "Font settings" msgstr "" -#: image_captcha/image_captcha.admin.inc:55 +#: modules/captcha/image_captcha/image_captcha.admin.inc:67 msgid "Font" msgstr "" -#: image_captcha/image_captcha.admin.inc:57 +#: modules/captcha/image_captcha/image_captcha.admin.inc:69 msgid "The TrueType font (.ttf) to use for the text in the image CAPTCHA." msgstr "" -#: image_captcha/image_captcha.admin.inc:66 +#: modules/captcha/image_captcha/image_captcha.admin.inc:78 msgid "Font size" msgstr "" -#: image_captcha/image_captcha.admin.inc:68 +#: modules/captcha/image_captcha/image_captcha.admin.inc:80 msgid "tiny" msgstr "" -#: image_captcha/image_captcha.admin.inc:69;84 +#: modules/captcha/image_captcha/image_captcha.admin.inc:81;96;129 msgid "small" msgstr "" -#: image_captcha/image_captcha.admin.inc:70;85;104;142 +#: modules/captcha/image_captcha/image_captcha.admin.inc:82;97;153;191 msgid "normal" msgstr "" -#: image_captcha/image_captcha.admin.inc:71;86 +#: modules/captcha/image_captcha/image_captcha.admin.inc:83;98 msgid "large" msgstr "" -#: image_captcha/image_captcha.admin.inc:74 -msgid "The font size influences the size of the image. Note that larger values make the image generation more CPU intensive." +#: modules/captcha/image_captcha/image_captcha.admin.inc:86 +msgid "" +"The font size influences the size of the image. Note that larger values make " +"the image generation more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:80 +#: modules/captcha/image_captcha/image_captcha.admin.inc:92 msgid "Character spacing" msgstr "" -#: image_captcha/image_captcha.admin.inc:81 -msgid "Define the average spacing between characters. Note that larger values make the image generation more CPU intensive." +#: modules/captcha/image_captcha/image_captcha.admin.inc:93 +msgid "" +"Define the average spacing between characters. Note that larger values make " +"the image generation more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:93 -msgid "Distortion and noise" +#: modules/captcha/image_captcha/image_captcha.admin.inc:105 +msgid "Color settings" msgstr "" -#: image_captcha/image_captcha.admin.inc:94 -msgid "With these settings you can control the degree of obfuscation by distortion and added noise. Do not exaggerate the obfuscation and assure that the code in the image is reasonably readable. For example, do not combine high levels of distortion and noise." +#: modules/captcha/image_captcha/image_captcha.admin.inc:106 +msgid "Configuration of the background and text colors in the image CAPTCHA." msgstr "" -#: image_captcha/image_captcha.admin.inc:99 -msgid "Distortion level" +#: modules/captcha/image_captcha/image_captcha.admin.inc:110 +msgid "Background color" msgstr "" -#: image_captcha/image_captcha.admin.inc:102;141 -msgid "low" +#: modules/captcha/image_captcha/image_captcha.admin.inc:111 +msgid "" +"Enter the hexadecimal code for the background color (e.g. #FFF or #FFCE90)." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:118 +msgid "Text color" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:119 +msgid "Enter the hexadecimal code for the text color (e.g. #000 or #004283)." msgstr "" -#: image_captcha/image_captcha.admin.inc:103 +#: modules/captcha/image_captcha/image_captcha.admin.inc:126 +msgid "Additional variation of text color" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:130;152 msgid "moderate" msgstr "" -#: image_captcha/image_captcha.admin.inc:105;143 +#: modules/captcha/image_captcha/image_captcha.admin.inc:131;154;192 msgid "high" msgstr "" -#: image_captcha/image_captcha.admin.inc:106;144 +#: modules/captcha/image_captcha/image_captcha.admin.inc:132 +msgid "very high" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:135 +msgid "" +"The different characters will have randomized colors in the specified range " +"around the text color." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:142 +msgid "Distortion and noise" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:143 +msgid "" +"With these settings you can control the degree of obfuscation by distortion " +"and added noise. Do not exaggerate the obfuscation and assure that the code " +"in the image is reasonably readable. For example, do not combine high levels " +"of distortion and noise." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:148 +msgid "Distortion level" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:151;190 +msgid "low" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:155;193 msgid "severe" msgstr "" -#: image_captcha/image_captcha.admin.inc:109 +#: modules/captcha/image_captcha/image_captcha.admin.inc:158 msgid "Set the degree of wave distortion in the image." msgstr "" -#: image_captcha/image_captcha.admin.inc:113 +#: modules/captcha/image_captcha/image_captcha.admin.inc:162 msgid "Smooth distortion" msgstr "" -#: image_captcha/image_captcha.admin.inc:115 -msgid "This option enables bilinear interpolation of the distortion which makes the image look smoother, but it is more CPU intensive." +#: modules/captcha/image_captcha/image_captcha.admin.inc:164 +msgid "" +"This option enables bilinear interpolation of the distortion which makes the " +"image look smoother, but it is more CPU intensive." msgstr "" -#: image_captcha/image_captcha.admin.inc:120 +#: modules/captcha/image_captcha/image_captcha.admin.inc:169 msgid "Double vision" msgstr "" -#: image_captcha/image_captcha.admin.inc:122 -msgid "When enabled, characters appear twice in the image, overlaid onto each other." +#: modules/captcha/image_captcha/image_captcha.admin.inc:171 +msgid "" +"When enabled, characters appear twice in the image, overlaid onto each other." msgstr "" -#: image_captcha/image_captcha.admin.inc:127 +#: modules/captcha/image_captcha/image_captcha.admin.inc:176 msgid "Add salt and pepper noise" msgstr "" -#: image_captcha/image_captcha.admin.inc:129 +#: modules/captcha/image_captcha/image_captcha.admin.inc:178 msgid "This option adds randomly colored point noise." msgstr "" -#: image_captcha/image_captcha.admin.inc:133 +#: modules/captcha/image_captcha/image_captcha.admin.inc:182 msgid "Add line noise" msgstr "" -#: image_captcha/image_captcha.admin.inc:135 +#: modules/captcha/image_captcha/image_captcha.admin.inc:184 msgid "This option enables lines randomly drawn on top of the text code." msgstr "" -#: image_captcha/image_captcha.admin.inc:139 +#: modules/captcha/image_captcha/image_captcha.admin.inc:188 msgid "Noise level" msgstr "" -#: image_captcha/image_captcha.admin.inc:157 -msgid "The image captcha module works best with a TrueType font file (TTF) for generating the images, but because of licencing issues it is not allowed to package fonts with the module. A simple built-in bitmap font is provided as default instead. You can install TrueType fonts yourself by putting them in the fonts directory of the image captcha module (directory \"%fontsdir\") or by uploading them to your Drupal file system (directory \"%filesdir\") with for example the upload module." +#: modules/captcha/image_captcha/image_captcha.admin.inc:206 +msgid "" +"The image CAPTCHA module works best with a TrueType font file (TTF) for " +"generating the images, but because of licencing issues it is not allowed to " +"package fonts with the module. A simple built-in bitmap font is provided as " +"default instead. You can install TrueType fonts yourself by putting them in " +"the fonts directory of the image CAPTCHA module (directory \"%fontsdir\") or " +"by uploading them to your Drupal file system (directory \"%filesdir\") with " +"for example the upload module." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.admin.inc:209 +msgid "" +"The usage of the built-in bitmap font it is not recommended because of its " +"small size and missing UTF-8 support." msgstr "" -#: image_captcha/image_captcha.admin.inc:160 -msgid "The usage of the built-in bitmap font it is not recommended because of its small size and missing UTF-8 support." -msgstr "" - -#: image_captcha/image_captcha.admin.inc:171 +#: modules/captcha/image_captcha/image_captcha.admin.inc:220 msgid "The list of characters to use should not contain spaces." msgstr "" -#: image_captcha/image_captcha.admin.inc:176 +#: modules/captcha/image_captcha/image_captcha.admin.inc:225 msgid "You need to select a font" msgstr "" -#: image_captcha/image_captcha.admin.inc:179 +#: modules/captcha/image_captcha/image_captcha.admin.inc:228 msgid "Font does not exist or is not readable." msgstr "" -#: image_captcha/image_captcha.user.inc:28 -msgid "Generation of image CAPTCHA failed. Check your image CAPTCHA configuration and especially the used font." +#: modules/captcha/image_captcha/image_captcha.admin.inc:233 +msgid "Background color is not a valid hexadecimal color value." msgstr "" -#: image_captcha/image_captcha.module:16 -msgid "The image CAPTCHA is a popular challenge where a random textual code is obfuscated in an image. The image is generated on the fly for each request, which is rather CPU intensive for the server. Be careful with the size and computation related settings." +#: modules/captcha/image_captcha/image_captcha.admin.inc:236 +msgid "Text color is not a valid hexadecimal color value." msgstr "" -#: image_captcha/image_captcha.module:20 -msgid "

Example image, generated with the current settings:

!img" +#: modules/captcha/image_captcha/image_captcha.user.inc:29 +msgid "" +"Generation of image CAPTCHA failed. Check your image CAPTCHA configuration " +"and especially the used font." msgstr "" -#: image_captcha/image_captcha.module:144 -msgid "What code is in the image?" +#: modules/captcha/image_captcha/image_captcha.module:17 +msgid "" +"The image CAPTCHA is a popular challenge where a random textual code is " +"obfuscated in an image. The image is generated on the fly for each request, " +"which is rather CPU intensive for the server. Be careful with the size and " +"computation related settings." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:22 +msgid "Example image, generated with the current settings:" msgstr "" -#: image_captcha/image_captcha.module:145 -msgid "Copy the characters (respecting upper/lower case) from the image." +#: modules/captcha/image_captcha/image_captcha.module:146 +msgid "Enter the characters (without spaces) shown in the image." msgstr "" -#: image_captcha/image_captcha.module:91 -msgid "Encountered an illegal byte while splitting an utf8 string in characters." +#: modules/captcha/image_captcha/image_captcha.module:149 +msgid "" +"Enter the characters shown in the image. Ignore spaces and be careful about " +"upper and lower case." msgstr "" -#: image_captcha/image_captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.module:159;159;35 +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Image CAPTCHA" msgstr "" -#: image_captcha/image_captcha.info:0 +#: modules/captcha/image_captcha/image_captcha.module:164 +msgid "What code is in the image?" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:94 +msgid "" +"Encountered an illegal byte while splitting an utf8 string in characters." +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.module:0 +msgid "image_captcha" +msgstr "" + +#: modules/captcha/image_captcha/image_captcha.info:0 msgid "Provides an image based CAPTCHA." msgstr "" + +#~ msgid "Another challenge" +#~ msgstr "Kolejna próba" + +#~ msgid "Get another challenge" +#~ msgstr "Kolejna próba"