Plugin Directory

Changeset 1197122


Ignore:
Timestamp:
07/11/2015 07:14:14 PM (11 years ago)
Author:
olaleye
Message:

Spanish translation added

Location:
raidify-contact-form/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • raidify-contact-form/trunk/raidify-contact-form-display.php

    r1189088 r1197122  
    167167            if (is_array($text_area_element)) {
    168168                foreach ($text_area_element as $item) {
    169                     echo '<p><label for="' . $item . '">' . ucfirst($item)
     169                    echo '<p><label for="' . $item . '">' . ucfirst(__($item, 'raidify-contact-form'))
    170170                    . ProcessMail::rcf_set_required_label($item)
    171171                    . ' : ' . ProcessMail::rcf_set_form_element_error($item)
  • raidify-contact-form/trunk/raidify-contact-form.php

    r1190406 r1197122  
    66 * Description: Raidify contact form is a free customizable contact form with SMTP (Simple Mail Transfer Protocol) support.
    77 * Author: Olaleye Osunsanya
    8  * Version: 1.1.3
     8 * Version: 1.1.4
    99 * Author URI: http://raidify.com/
    1010 * Text Domain: raidify-contact-form
  • raidify-contact-form/trunk/readme.txt

    r1190406 r1197122  
    5555
    5656* French (fr_FR) - [Olaleye](http://raidify.com/)
     57* Spanish (es_ES) - [Jorge Azambuya](http://jorgeazambuya.com.ar/)
    5758
    5859If you have created your own language pack, or have an update of an existing one, you can send [gettext PO and MO files](http://codex.wordpress.org/Translating_WordPress) to [me](http://raidify.com/about/) so that I can bundle it into Raidify Contact Form.
     
    151152* Code restructure.
    152153* Tested with Wordpress 4.2.2
     154
     155= 1.1.4 =
     156* Fixed translation problem of the message field.
     157* Spanish translation was added. Thanks to [Jorge Azambuya](http://jorgeazambuya.com.ar/).
Note: See TracChangeset for help on using the changeset viewer.