| 1 |
# Copyright (C) 2018 html-forms |
| 2 |
# This file is distributed under the same license as the html-forms package. |
| 3 |
msgid "" |
| 4 |
msgstr "" |
| 5 |
"Project-Id-Version: html-forms\n" |
| 6 |
"MIME-Version: 1.0\n" |
| 7 |
"Content-Type: text/plain; charset=UTF-8\n" |
| 8 |
"Content-Transfer-Encoding: 8bit\n" |
| 9 |
"X-Poedit-Basepath: ..\n" |
| 10 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" |
| 11 |
"X-Poedit-SearchPath-0: .\n" |
| 12 |
"X-Poedit-SearchPathExcluded-0: *.js\n" |
| 13 |
"X-Poedit-SourceCharset: UTF-8\n" |
| 14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
| 15 |
|
| 16 |
#: src/Form.php:66 |
| 17 |
msgid "Please enable JavaScript for this form to work." |
| 18 |
msgstr "" |
| 19 |
|
| 20 |
#: src/Forms.php:388 |
| 21 |
msgid "Error:" |
| 22 |
msgstr "" |
| 23 |
|
| 24 |
#: src/Forms.php:388 |
| 25 |
msgid "No form found with slug %s" |
| 26 |
msgstr "" |
| 27 |
|
| 28 |
#: src/functions.php:55 |
| 29 |
msgid "Thank you! We will be in touch soon." |
| 30 |
msgstr "" |
| 31 |
|
| 32 |
#: src/functions.php:56 |
| 33 |
msgid "Sorry, that email address looks invalid." |
| 34 |
msgstr "" |
| 35 |
|
| 36 |
#: src/functions.php:57 |
| 37 |
msgid "Please fill in the required fields." |
| 38 |
msgstr "" |
| 39 |
|
| 40 |
#: src/functions.php:58 |
| 41 |
msgid "Oops. An error occurred." |
| 42 |
msgstr "" |
| 43 |
|
| 44 |
#: src/Actions/Email.php:14 |
| 45 |
msgid "Send Email" |
| 46 |
msgstr "" |
| 47 |
|
| 48 |
#: src/Actions/Email.php:43 |
| 49 |
msgid "From" |
| 50 |
msgstr "" |
| 51 |
|
| 52 |
#: src/Actions/Email.php:49 |
| 53 |
msgid "To" |
| 54 |
msgstr "" |
| 55 |
|
| 56 |
#: src/Actions/Email.php:55, src/Admin/Admin.php:343 |
| 57 |
msgid "Subject" |
| 58 |
msgstr "" |
| 59 |
|
| 60 |
#: src/Actions/Email.php:57 |
| 61 |
msgid "Your email subject" |
| 62 |
msgstr "" |
| 63 |
|
| 64 |
#: src/Actions/Email.php:62, src/Admin/Admin.php:344 |
| 65 |
msgid "Message" |
| 66 |
msgstr "" |
| 67 |
|
| 68 |
#: src/Actions/Email.php:64 |
| 69 |
msgid "Your email message" |
| 70 |
msgstr "" |
| 71 |
|
| 72 |
#: src/Actions/Email.php:65 |
| 73 |
msgid "You can use the following variables (in all fields): " |
| 74 |
msgstr "" |
| 75 |
|
| 76 |
#: src/Actions/Email.php:70 |
| 77 |
msgid "Content Type" |
| 78 |
msgstr "" |
| 79 |
|
| 80 |
#: src/Actions/Email.php:80 |
| 81 |
msgid "Additional headers" |
| 82 |
msgstr "" |
| 83 |
|
| 84 |
#: src/Actions/MailChimp.php:13 |
| 85 |
msgid "MailChimp" |
| 86 |
msgstr "" |
| 87 |
|
| 88 |
#: src/Actions/MailChimp.php:41 |
| 89 |
msgid "Subscribe to %s" |
| 90 |
msgstr "" |
| 91 |
|
| 92 |
#: src/Actions/MailChimp.php:46 |
| 93 |
msgid "List" |
| 94 |
msgstr "" |
| 95 |
|
| 96 |
#: src/Actions/MailChimp.php:50 |
| 97 |
msgid "Select MailChimp list" |
| 98 |
msgstr "" |
| 99 |
|
| 100 |
#: src/Actions/MailChimp.php:57 |
| 101 |
msgid "Please connect your MailChimp account first." |
| 102 |
msgstr "" |
| 103 |
|
| 104 |
#: src/Admin/Admin.php:121 |
| 105 |
msgid "Forms" |
| 106 |
msgstr "" |
| 107 |
|
| 108 |
#: src/Admin/Admin.php:121 |
| 109 |
msgid "All Forms" |
| 110 |
msgstr "" |
| 111 |
|
| 112 |
#: src/Admin/Admin.php:122 |
| 113 |
msgid "Add new form" |
| 114 |
msgstr "" |
| 115 |
|
| 116 |
#: src/Admin/Admin.php:122 |
| 117 |
msgid "Add New" |
| 118 |
msgstr "" |
| 119 |
|
| 120 |
#: src/Admin/Admin.php:123, src/Admin/Admin.php:123, src/Admin/Table.php:182 |
| 121 |
msgid "Settings" |
| 122 |
msgstr "" |
| 123 |
|
| 124 |
#: src/Admin/Admin.php:341 |
| 125 |
msgid "Your name" |
| 126 |
msgstr "" |
| 127 |
|
| 128 |
#: src/Admin/Admin.php:342 |
| 129 |
msgid "Your email" |
| 130 |
msgstr "" |
| 131 |
|
| 132 |
#: src/Admin/Admin.php:345 |
| 133 |
msgid "Send" |
| 134 |
msgstr "" |
| 135 |
|
| 136 |
#: src/Admin/GDPR.php:36 |
| 137 |
msgid "Form submissions" |
| 138 |
msgstr "" |
| 139 |
|
| 140 |
#: src/Admin/Table.php:110 |
| 141 |
msgid "Form" |
| 142 |
msgstr "" |
| 143 |
|
| 144 |
#: src/Admin/Table.php:111 |
| 145 |
msgid "Shortcode" |
| 146 |
msgstr "" |
| 147 |
|
| 148 |
#: src/Admin/Table.php:180 |
| 149 |
msgid "Fields" |
| 150 |
msgstr "" |
| 151 |
|
| 152 |
#: src/Admin/Table.php:181 |
| 153 |
msgid "Messages" |
| 154 |
msgstr "" |
| 155 |
|
| 156 |
#: src/Admin/Table.php:183 |
| 157 |
msgid "Actions" |
| 158 |
msgstr "" |
| 159 |
|
| 160 |
#: src/Admin/Table.php:187 |
| 161 |
msgid "Submissions" |
| 162 |
msgstr "" |
| 163 |
|
| 164 |
#: src/Admin/Table.php:214 |
| 165 |
msgid "No forms found. <a href=\"%s\">Would you like to create one now</a>?" |
| 166 |
msgstr "" |
| 167 |
|