Changeset 1197122
- Timestamp:
- 07/11/2015 07:14:14 PM (11 years ago)
- Location:
- raidify-contact-form/trunk
- Files:
-
- 2 added
- 3 edited
-
languages/raidify-contact-form-es_ES.mo (added)
-
languages/raidify-contact-form-es_ES.po (added)
-
raidify-contact-form-display.php (modified) (1 diff)
-
raidify-contact-form.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raidify-contact-form/trunk/raidify-contact-form-display.php
r1189088 r1197122 167 167 if (is_array($text_area_element)) { 168 168 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')) 170 170 . ProcessMail::rcf_set_required_label($item) 171 171 . ' : ' . ProcessMail::rcf_set_form_element_error($item) -
raidify-contact-form/trunk/raidify-contact-form.php
r1190406 r1197122 6 6 * Description: Raidify contact form is a free customizable contact form with SMTP (Simple Mail Transfer Protocol) support. 7 7 * Author: Olaleye Osunsanya 8 * Version: 1.1. 38 * Version: 1.1.4 9 9 * Author URI: http://raidify.com/ 10 10 * Text Domain: raidify-contact-form -
raidify-contact-form/trunk/readme.txt
r1190406 r1197122 55 55 56 56 * French (fr_FR) - [Olaleye](http://raidify.com/) 57 * Spanish (es_ES) - [Jorge Azambuya](http://jorgeazambuya.com.ar/) 57 58 58 59 If 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. … … 151 152 * Code restructure. 152 153 * 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.