-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version; fix non translateable strings
- Loading branch information
Showing
9 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -790,7 +790,7 @@ public function email( $field_id, $form_id ) { | |
<?php echo esc_html( $label ); ?> | ||
</label> | ||
<?php if ( empty( $email_confirmation ) ) { ?> | ||
<input class="<?php if ( ! empty( $errors ) ) : ?>field-error-input<?php endif; ?> field-input" <?php if ( ! empty( $required ) ) : ?>required aria-required="true"<?php endif; ?> name="ccf_field_<?php echo esc_attr( $slug ); ?>" id="ccf_field_<?php echo esc_attr( $slug ); ?>" placeholder="<?php if ( ! empty( $placeholder ) ) { ?><?php echo esc_attr( $placeholder ) ?><?php } else { ?>[email protected]<?php } ?>" type="text" value="<?php if ( ! empty( $email_post_value ) ) { echo esc_attr( $email_post_value ); } else { echo esc_attr( $value ); } ?>"> | ||
<input class="<?php if ( ! empty( $errors ) ) : ?>field-error-input<?php endif; ?> field-input" <?php if ( ! empty( $required ) ) : ?>required aria-required="true"<?php endif; ?> name="ccf_field_<?php echo esc_attr( $slug ); ?>" id="ccf_field_<?php echo esc_attr( $slug ); ?>" placeholder="<?php if ( ! empty( $placeholder ) ) { ?><?php echo esc_attr( $placeholder ) ?><?php } else { ?><?php esc_html_e( '[email protected]', 'custom-contact-forms' ); ?><?php } ?>" type="text" value="<?php if ( ! empty( $email_post_value ) ) { echo esc_attr( $email_post_value ); } else { echo esc_attr( $value ); } ?>"> | ||
<?php if ( ! empty( $errors ) ) : foreach ( $errors as $error ) : ?> | ||
<div class="error"><?php echo esc_html( $error ); ?></div> | ||
<?php endforeach; endif; ?> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ msgstr "" | |
"Project-Id-Version: Custom Contact Forms\n" | ||
"Report-Msgid-Bugs-To: https://github.com/tlovett1/custom-contact-forms/" | ||
"issues\n" | ||
"POT-Creation-Date: 2015-06-29 10:27-0500\n" | ||
"PO-Revision-Date: 2015-06-29 10:27-0500\n" | ||
"POT-Creation-Date: 2015-08-31 09:26-0500\n" | ||
"PO-Revision-Date: 2015-08-31 09:26-0500\n" | ||
"Last-Translator: Taylor Lovett <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: en\n" | ||
|
@@ -96,14 +96,14 @@ msgstr "" | |
msgid "Form Field Choices" | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-custom-contact-forms.php:49 | ||
#: ../classes/class-ccf-custom-contact-forms.php:71 | ||
#, php-format | ||
msgid "" | ||
"Custom Contact Forms will not work unless pretty permalinks (not default) " | ||
"are enabled. Please update your <a href=\"%s\">permalinks settings</a>." | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-custom-contact-forms.php:67 | ||
#: ../classes/class-ccf-custom-contact-forms.php:89 | ||
#, php-format | ||
msgid "<a href=\"%s\">Forms and Submissions</a>" | ||
msgstr "" | ||
|
@@ -173,6 +173,11 @@ msgstr "" | |
msgid "Country" | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-field-renderer.php:793 | ||
#: ../classes/class-ccf-form-manager.php:1211 | ||
msgid "[email protected]" | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-field-renderer.php:803 | ||
#: ../classes/class-ccf-form-manager.php:1215 | ||
#: ../classes/class-ccf-form-manager.php:1516 | ||
|
@@ -987,10 +992,6 @@ msgstr "" | |
msgid "This is the sub-heading text." | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-form-manager.php:1211 | ||
msgid "[email protected]" | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-form-manager.php:1249 | ||
msgid "Edit" | ||
msgstr "" | ||
|
@@ -1088,10 +1089,14 @@ msgid "Invalid date" | |
msgstr "" | ||
|
||
#: ../classes/class-ccf-form-manager.php:1545 | ||
msgid "Form Submission" | ||
msgid "Field Label" | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-form-manager.php:1546 | ||
msgid "Form Submission" | ||
msgstr "" | ||
|
||
#: ../classes/class-ccf-form-manager.php:1547 | ||
#: ../classes/class-ccf-form-renderer.php:120 | ||
msgid "This form is paused right now. Check back later!" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters