Plugin Directory

Changeset 595642


Ignore:
Timestamp:
09/06/2012 11:29:02 PM (14 years ago)
Author:
picatcha
Message:

update 1.3.3 adds Hungarian localization

Location:
picatcha/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • picatcha/trunk/picatcha.php

    r583727 r595642  
    317317            $themes = array ('red', 'white', 'blackglass', 'clean');
    318318           
    319             $picatcha_languages = array ('en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 'tr', 'hi', 'is', 'zh', 'ar', 'tl', 'it', 'vi');
     319            $picatcha_languages = array ('en', 'nl', 'fr', 'de', 'pt', 'ru', 'es', 'tr', 'hi', 'hu', 'is', 'zh', 'ar', 'tl', 'it', 'vi');
    320320           
    321321            $validated['minimum_bypass_level'] = $this->validate_dropdown($capabilities, 'minimum_bypass_level', $input['minimum_bypass_level']);
     
    624624            // add in the style changes here
    625625            //$format='2', $style='#2a1f19', $link = '1', $IMG_SIZE = '75', $NOISE_LEVEL = 0, $NOISE_TYPE = 0
    626             return picatcha_get_html($this->options['public_key'], $error, $this->options['picatcha_captcha_format'], '#'. $this->options['picatcha_style_color'],$this->options['display_powered_by'], $this->options['picatcha_image_size'], $this->options['picatcha_image_noise_level'], $this->options['picatcha_image_noise_type'], $use_ssl);
     626            return picatcha_get_html($this->options['public_key'], $error, $this->options['picatcha_captcha_format'], '#'. $this->options['picatcha_style_color'],$this->options['display_powered_by'], $this->options['picatcha_image_size'], $this->options['picatcha_image_noise_level'], $this->options['picatcha_image_noise_type'], $use_ssl, $this->options['picatcha_language'], $this->options['language_override']);
    627627        }
    628628       
     
    905905                __('Turkish', 'picatcha') => 'tr',
    906906                __('Hindi', 'picatcha') => 'hi',
     907                __('Hungarian', 'picatcha') => 'hu',
    907908                __('Icelandic', 'picatcha') => 'is',
    908909                __('Chinese', 'picatcha') => 'zh',
  • picatcha/trunk/readme.txt

    r583727 r595642  
    55Requires at least: 2.7.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88
    99Integrates Picatcha image-identification CAPTCHA - anti-spam solution with WordPress including comment and registration.
     
    4343
    4444== ChangeLog ==
     45
     46= Version 1.3.3 =
     47* Added localization option for the Picatcha CAPTCHA: Hungarian
    4548
    4649= Version 1.3.2 =
  • picatcha/trunk/wp-picatcha.php

    r583728 r595642  
    44Plugin URI: http://www.picatcha.com/
    55Description:  Usable and Secure CAPTCHAs. The challenges are easy for humans to solve (results in high conversions) and at the same time hard for spam bots. This ensures a great user-experience for your website visitors.
    6 Version: 1.3.2
     6Version: 1.3.3
    77Author: Picatcha Inc
    88Email: contact@picatcha.net
Note: See TracChangeset for help on using the changeset viewer.