# Copyright (C) 2026 wpWax - Contact Form Plugin & WP Form Builder
# This file is distributed under the GPL v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: FormGent 1.12.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/formgent\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-09-01T05:05:20+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.13.0-alpha\n"
"X-Domain: formgent\n"

#. Plugin Name of the plugin
#: formgent.php
#: app/Abilities/AbilityRegistrar.php:67
#: app/Providers/Admin/MenuServiceProvider.php:52
#: app/Providers/PostTypeServiceProvider.php:176
msgid "FormGent"
msgstr ""

#. Description of the plugin
#: formgent.php
msgid "Next-Gen AI Form Builder for WordPress with Multi-Step, Quizzes, Payments & More."
msgstr ""

#. Author of the plugin
#: formgent.php
msgid "wpWax - Contact Form Plugin & WP Form Builder"
msgstr ""

#. Author URI of the plugin
#: formgent.php
msgid "http://wpwax.com"
msgstr ""

#: app/Abilities/AbilityRegistrar.php:68
msgid "Secure form, response, analytics, and settings abilities from FormGent."
msgstr ""

#: app/Abilities/AbilityRegistrar.php:124
msgid "A compatible MCP Adapter transport is unavailable."
msgstr ""

#: app/Abilities/AbilityRegistrar.php:140
msgid "The MCP Adapter is missing required handler classes."
msgstr ""

#: app/Abilities/AbilityRegistrar.php:148
msgid "FormGent MCP Server"
msgstr ""

#: app/Abilities/AbilityRegistrar.php:149
msgid "Secure FormGent form building and management."
msgstr ""

#: app/Abilities/AbilityRegistrar.php:161
msgid "The FormGent MCP server could not be registered."
msgstr ""

#: app/Abilities/AbstractAbility.php:88
msgid "The WordPress Abilities API is unavailable."
msgstr ""

#: app/Abilities/AbstractAbility.php:95
#: app/Abilities/FormGentAbility.php:39
msgid "The ability input does not match the declared schema."
msgstr ""

#: app/Abilities/AbstractAbility.php:103
msgid "The ability input could not be sanitized."
msgstr ""

#: app/Abilities/AbstractAbility.php:168
msgid "The value is invalid for this field."
msgstr ""

#: app/Abilities/Analytics/GetFormAnalytics.php:34
msgid "Get FormGent analytics"
msgstr ""

#: app/Abilities/Analytics/GetFormAnalytics.php:38
msgid "Returns bounded, permission-filtered aggregates. Response rows and answers are never returned."
msgstr ""

#: app/Abilities/Forms/CreateForm.php:34
msgid "Create a FormGent form"
msgstr ""

#: app/Abilities/Forms/CreateForm.php:38
msgid "Creates a complete form from either normalized fields or an exact Gutenberg layout. Provide exactly one representation."
msgstr ""

#: app/Abilities/Forms/DeleteForm.php:34
msgid "Delete a FormGent form"
msgstr ""

#: app/Abilities/Forms/DeleteForm.php:38
msgid "Deletes a form. State whether the operation uses trash or irreversible permanent deletion before execution."
msgstr ""

#: app/Abilities/Forms/DuplicateForm.php:34
msgid "Duplicate a FormGent form"
msgstr ""

#: app/Abilities/Forms/DuplicateForm.php:38
msgid "Creates a new draft from safe form content. Confirm the source and optional title before execution."
msgstr ""

#: app/Abilities/Forms/GetEmbedCode.php:34
msgid "Get FormGent embed code"
msgstr ""

#: app/Abilities/Forms/GetEmbedCode.php:38
msgid "Returns bounded FormGent shortcode and Gutenberg embed markup after validating the form."
msgstr ""

#: app/Abilities/Forms/GetForm.php:34
msgid "Get a FormGent form"
msgstr ""

#: app/Abilities/Forms/GetForm.php:38
msgid "Returns normalized fields plus the complete safe Gutenberg layout. Use layout when an exact structural round trip is required."
msgstr ""

#: app/Abilities/Forms/GetFormAutomations.php:41
msgid "Get FormGent form automations"
msgstr ""

#: app/Abilities/Forms/GetFormAutomations.php:45
msgid "Returns non-secret email, PDF, registration, and licensed automation configuration for a form. Credentials and PDF passwords are never returned."
msgstr ""

#: app/Abilities/Forms/GetFormStats.php:34
msgid "Get FormGent form statistics"
msgstr ""

#: app/Abilities/Forms/GetFormStats.php:38
msgid "Returns bounded, permission-filtered aggregate statistics without response records."
msgstr ""

#: app/Abilities/Forms/ListForms.php:34
msgid "List FormGent forms"
msgstr ""

#: app/Abilities/Forms/ListForms.php:38
msgid "Returns a bounded, permission-filtered list of form summaries without form content."
msgstr ""

#: app/Abilities/Forms/UpdateForm.php:34
msgid "Update a FormGent form"
msgstr ""

#: app/Abilities/Forms/UpdateForm.php:38
msgid "Updates a form after full validation. Supplying fields or layout replaces the complete structure; use layout to preserve screens, buttons, and nested blocks."
msgstr ""

#: app/Abilities/Forms/UpdateFormAutomations.php:41
msgid "Update FormGent form automations"
msgstr ""

#: app/Abilities/Forms/UpdateFormAutomations.php:45
msgid "Replaces each supplied automation collection after validation. Omitted collections remain unchanged; credentials, passwords, payment settings, webhooks, and executable scripts are excluded."
msgstr ""

#: app/Abilities/Responses/BulkGetResponses.php:35
msgid "Bulk get FormGent responses"
msgstr ""

#: app/Abilities/Responses/BulkGetResponses.php:39
msgid "Returns up to 50 ordered, permission-filtered responses with mandatory sensitive-data redaction."
msgstr ""

#: app/Abilities/Responses/DeleteResponse.php:35
msgid "Delete FormGent responses"
msgstr ""

#: app/Abilities/Responses/DeleteResponse.php:39
msgid "Permanently deletes responses. This is irreversible and requires confirm=true."
msgstr ""

#: app/Abilities/Responses/GetResponse.php:35
msgid "Get a FormGent response"
msgstr ""

#: app/Abilities/Responses/GetResponse.php:39
msgid "Returns one bounded, permission-filtered response with sensitive answer types redacted."
msgstr ""

#: app/Abilities/Responses/ListResponses.php:35
msgid "List FormGent responses"
msgstr ""

#: app/Abilities/Responses/ListResponses.php:39
msgid "Returns bounded, permission-filtered response summaries without answer data."
msgstr ""

#: app/Abilities/Responses/UpdateResponseState.php:35
msgid "Update FormGent response state"
msgstr ""

#: app/Abilities/Responses/UpdateResponseState.php:39
msgid "Marks responses read or unread, or stars or unstars them. Confirm the requested state before execution."
msgstr ""

#: app/Abilities/Settings/GetGlobalSettings.php:41
msgid "Get FormGent global settings"
msgstr ""

#: app/Abilities/Settings/GetGlobalSettings.php:45
msgid "Returns a bounded, permission-filtered subset of non-secret FormGent settings."
msgstr ""

#: app/Abilities/Settings/UpdateGlobalSettings.php:41
msgid "Update FormGent global settings"
msgstr ""

#: app/Abilities/Settings/UpdateGlobalSettings.php:45
msgid "Updates an allowlisted FormGent setting subset. Confirm the requested settings change before execution."
msgstr ""

#: app/EnumeratedList/OrderStatus.php:26
#: app/EnumeratedList/PaymentStatus.php:26
#: resources/views/shortcodes/payment-success.php:255
msgid "Pending"
msgstr ""

#: app/EnumeratedList/OrderStatus.php:27
#: app/EnumeratedList/PaymentStatus.php:27
msgid "Paid"
msgstr ""

#: app/EnumeratedList/OrderStatus.php:28
#: app/EnumeratedList/PaymentStatus.php:28
msgid "Failed"
msgstr ""

#: app/EnumeratedList/OrderStatus.php:29
#: app/EnumeratedList/PaymentStatus.php:29
msgid "Cancelled"
msgstr ""

#: app/EnumeratedList/OrderStatus.php:30
#: app/EnumeratedList/PaymentStatus.php:32
msgid "Expired"
msgstr ""

#: app/EnumeratedList/OrderStatus.php:31
#: app/EnumeratedList/PaymentStatus.php:30
msgid "Refunded"
msgstr ""

#: app/EnumeratedList/OrderStatus.php:32
#: app/EnumeratedList/PaymentStatus.php:31
msgid "Unpaid"
msgstr ""

#: app/Fields/FileUpload/MethodResolver.php:36
#: app/Http/Controllers/AttachmentController.php:77
msgid "Invalid file token"
msgstr ""

#: app/Fields/Password/MethodResolver.php:58
#: app/Http/Controllers/RegisterController.php:91
#: app/Providers/UserRegistrationServiceProvider.php:398
#: assets/blocks/password/render.php:205
msgid "Password strength is too weak."
msgstr ""

#: app/Fields/Password/MethodResolver.php:62
msgid "Validation failed."
msgstr ""

#: app/Helpers/form-helpers.php:678
#: assets/blocks/payment-summary/render.php:22
#: assets/blocks/payment/render.php:95
msgid "Item"
msgstr ""

#: app/Helpers/form-helpers.php:679
msgid "Qty"
msgstr ""

#: app/Helpers/form-helpers.php:680
msgid "Unit Price"
msgstr ""

#: app/Helpers/form-helpers.php:681
#: assets/blocks/payment-summary/render.php:28
#: assets/blocks/payment/render.php:107
msgid "Total"
msgstr ""

#: app/Helpers/form-helpers.php:753
#: resources/views/shortcodes/payment-success.php:131
#: assets/blocks/payment/index.js:1
msgid "Daily"
msgstr ""

#: app/Helpers/form-helpers.php:754
#: resources/views/shortcodes/payment-success.php:132
#: assets/blocks/payment/index.js:1
msgid "Weekly"
msgstr ""

#: app/Helpers/form-helpers.php:755
#: resources/views/shortcodes/payment-success.php:133
#: assets/blocks/payment/index.js:1
msgid "Monthly"
msgstr ""

#: app/Helpers/form-helpers.php:756
#: resources/views/shortcodes/payment-success.php:134
#: assets/blocks/payment/index.js:1
msgid "Yearly"
msgstr ""

#: app/Helpers/form-helpers.php:1254
#: app/Helpers/form-helpers.php:1355
#: app/Helpers/form-helpers.php:1384
msgid "Generated PDF"
msgstr ""

#: app/Helpers/Form.php:315
#, php-format
msgid "%s minute"
msgid_plural "%s minutes"
msgstr[0] ""
msgstr[1] ""

#: app/Helpers/Form.php:322
#, php-format
msgid "%s second"
msgid_plural "%s seconds"
msgstr[0] ""
msgstr[1] ""

#: app/Helpers/Form.php:329
#, php-format
msgid "%s Question"
msgid_plural "%s Questions"
msgstr[0] ""
msgstr[1] ""

#: app/Helpers/helper.php:436
#: app/Repositories/SummaryRepository.php:32
msgid "Field handler not found."
msgstr ""

#: app/Helpers/helper.php:442
msgid "Please use a valid field handler."
msgstr ""

#: app/Helpers/payment.php:54
msgid "Payment gateway not found."
msgstr ""

#: app/Helpers/payment.php:145
msgid "United Arab Emirates dirham"
msgstr ""

#: app/Helpers/payment.php:146
msgid "Afghan afghani"
msgstr ""

#: app/Helpers/payment.php:147
msgid "Albanian lek"
msgstr ""

#: app/Helpers/payment.php:148
msgid "Armenian dram"
msgstr ""

#: app/Helpers/payment.php:149
msgid "Netherlands Antillean guilder"
msgstr ""

#: app/Helpers/payment.php:150
msgid "Angolan kwanza"
msgstr ""

#: app/Helpers/payment.php:151
msgid "Argentine peso"
msgstr ""

#: app/Helpers/payment.php:152
msgid "Australian dollar"
msgstr ""

#: app/Helpers/payment.php:153
msgid "Aruban florin"
msgstr ""

#: app/Helpers/payment.php:154
msgid "Azerbaijani manat"
msgstr ""

#: app/Helpers/payment.php:155
msgid "Bosnia and Herzegovina convertible mark"
msgstr ""

#: app/Helpers/payment.php:156
msgid "Barbadian dollar"
msgstr ""

#: app/Helpers/payment.php:157
msgid "Bangladeshi taka"
msgstr ""

#: app/Helpers/payment.php:158
msgid "Bulgarian lev"
msgstr ""

#: app/Helpers/payment.php:159
msgid "Bahraini dinar"
msgstr ""

#: app/Helpers/payment.php:160
msgid "Burundian franc"
msgstr ""

#: app/Helpers/payment.php:161
msgid "Bermudian dollar"
msgstr ""

#: app/Helpers/payment.php:162
msgid "Brunei dollar"
msgstr ""

#: app/Helpers/payment.php:163
msgid "Bolivian boliviano"
msgstr ""

#: app/Helpers/payment.php:164
msgid "Brazilian real"
msgstr ""

#: app/Helpers/payment.php:165
msgid "Bahamian dollar"
msgstr ""

#: app/Helpers/payment.php:166
msgid "Bitcoin"
msgstr ""

#: app/Helpers/payment.php:167
msgid "Bhutanese ngultrum"
msgstr ""

#: app/Helpers/payment.php:168
msgid "Botswana pula"
msgstr ""

#: app/Helpers/payment.php:169
msgid "Belarusian ruble (old)"
msgstr ""

#: app/Helpers/payment.php:170
msgid "Belarusian ruble"
msgstr ""

#: app/Helpers/payment.php:171
msgid "Belize dollar"
msgstr ""

#: app/Helpers/payment.php:172
msgid "Canadian dollar"
msgstr ""

#: app/Helpers/payment.php:173
msgid "Congolese franc"
msgstr ""

#: app/Helpers/payment.php:174
msgid "Swiss franc"
msgstr ""

#: app/Helpers/payment.php:175
msgid "Chilean peso"
msgstr ""

#: app/Helpers/payment.php:176
msgid "Chinese yuan"
msgstr ""

#: app/Helpers/payment.php:177
msgid "Colombian peso"
msgstr ""

#: app/Helpers/payment.php:178
msgid "Costa Rican col&oacute;n"
msgstr ""

#: app/Helpers/payment.php:179
msgid "Cuban convertible peso"
msgstr ""

#: app/Helpers/payment.php:180
msgid "Cuban peso"
msgstr ""

#: app/Helpers/payment.php:181
msgid "Cape Verdean escudo"
msgstr ""

#: app/Helpers/payment.php:182
msgid "Czech koruna"
msgstr ""

#: app/Helpers/payment.php:183
msgid "Djiboutian franc"
msgstr ""

#: app/Helpers/payment.php:184
msgid "Danish krone"
msgstr ""

#: app/Helpers/payment.php:185
msgid "Dominican peso"
msgstr ""

#: app/Helpers/payment.php:186
msgid "Algerian dinar"
msgstr ""

#: app/Helpers/payment.php:187
msgid "Egyptian pound"
msgstr ""

#: app/Helpers/payment.php:188
msgid "Eritrean nakfa"
msgstr ""

#: app/Helpers/payment.php:189
msgid "Ethiopian birr"
msgstr ""

#: app/Helpers/payment.php:190
msgid "Euro"
msgstr ""

#: app/Helpers/payment.php:191
msgid "Fijian dollar"
msgstr ""

#: app/Helpers/payment.php:192
msgid "Falkland Islands pound"
msgstr ""

#: app/Helpers/payment.php:193
msgid "Pound sterling"
msgstr ""

#: app/Helpers/payment.php:194
msgid "Georgian lari"
msgstr ""

#: app/Helpers/payment.php:195
msgid "Guernsey pound"
msgstr ""

#: app/Helpers/payment.php:196
msgid "Ghana cedi"
msgstr ""

#: app/Helpers/payment.php:197
msgid "Gibraltar pound"
msgstr ""

#: app/Helpers/payment.php:198
msgid "Gambian dalasi"
msgstr ""

#: app/Helpers/payment.php:199
msgid "Guinean franc"
msgstr ""

#: app/Helpers/payment.php:200
msgid "Guatemalan quetzal"
msgstr ""

#: app/Helpers/payment.php:201
msgid "Guyanese dollar"
msgstr ""

#: app/Helpers/payment.php:202
msgid "Hong Kong dollar"
msgstr ""

#: app/Helpers/payment.php:203
msgid "Honduran lempira"
msgstr ""

#: app/Helpers/payment.php:204
msgid "Croatian kuna"
msgstr ""

#: app/Helpers/payment.php:205
msgid "Haitian gourde"
msgstr ""

#: app/Helpers/payment.php:206
msgid "Hungarian forint"
msgstr ""

#: app/Helpers/payment.php:207
msgid "Indonesian rupiah"
msgstr ""

#: app/Helpers/payment.php:208
msgid "Israeli new shekel"
msgstr ""

#: app/Helpers/payment.php:209
msgid "Manx pound"
msgstr ""

#: app/Helpers/payment.php:210
msgid "Indian rupee"
msgstr ""

#: app/Helpers/payment.php:211
msgid "Iraqi dinar"
msgstr ""

#: app/Helpers/payment.php:212
msgid "Iranian rial"
msgstr ""

#: app/Helpers/payment.php:213
msgid "Iranian toman"
msgstr ""

#: app/Helpers/payment.php:214
msgid "Icelandic kr&oacute;na"
msgstr ""

#: app/Helpers/payment.php:215
msgid "Jersey pound"
msgstr ""

#: app/Helpers/payment.php:216
msgid "Jamaican dollar"
msgstr ""

#: app/Helpers/payment.php:217
msgid "Jordanian dinar"
msgstr ""

#: app/Helpers/payment.php:218
msgid "Japanese yen"
msgstr ""

#: app/Helpers/payment.php:219
msgid "Kenyan shilling"
msgstr ""

#: app/Helpers/payment.php:220
msgid "Kyrgyzstani som"
msgstr ""

#: app/Helpers/payment.php:221
msgid "Cambodian riel"
msgstr ""

#: app/Helpers/payment.php:222
msgid "Comorian franc"
msgstr ""

#: app/Helpers/payment.php:223
msgid "North Korean won"
msgstr ""

#: app/Helpers/payment.php:224
msgid "South Korean won"
msgstr ""

#: app/Helpers/payment.php:225
msgid "Kuwaiti dinar"
msgstr ""

#: app/Helpers/payment.php:226
msgid "Cayman Islands dollar"
msgstr ""

#: app/Helpers/payment.php:227
msgid "Kazakhstani tenge"
msgstr ""

#: app/Helpers/payment.php:228
msgid "Lao kip"
msgstr ""

#: app/Helpers/payment.php:229
msgid "Lebanese pound"
msgstr ""

#: app/Helpers/payment.php:230
msgid "Sri Lankan rupee"
msgstr ""

#: app/Helpers/payment.php:231
msgid "Liberian dollar"
msgstr ""

#: app/Helpers/payment.php:232
msgid "Lesotho loti"
msgstr ""

#: app/Helpers/payment.php:233
msgid "Libyan dinar"
msgstr ""

#: app/Helpers/payment.php:234
msgid "Moroccan dirham"
msgstr ""

#: app/Helpers/payment.php:235
msgid "Moldovan leu"
msgstr ""

#: app/Helpers/payment.php:236
msgid "Malagasy ariary"
msgstr ""

#: app/Helpers/payment.php:237
msgid "Macedonian denar"
msgstr ""

#: app/Helpers/payment.php:238
msgid "Burmese kyat"
msgstr ""

#: app/Helpers/payment.php:239
msgid "Mongolian t&ouml;gr&ouml;g"
msgstr ""

#: app/Helpers/payment.php:240
msgid "Macanese pataca"
msgstr ""

#: app/Helpers/payment.php:241
msgid "Mauritanian ouguiya"
msgstr ""

#: app/Helpers/payment.php:242
msgid "Mauritian rupee"
msgstr ""

#: app/Helpers/payment.php:243
msgid "Maldivian rufiyaa"
msgstr ""

#: app/Helpers/payment.php:244
msgid "Malawian kwacha"
msgstr ""

#: app/Helpers/payment.php:245
msgid "Mexican peso"
msgstr ""

#: app/Helpers/payment.php:246
msgid "Malaysian ringgit"
msgstr ""

#: app/Helpers/payment.php:247
msgid "Mozambican metical"
msgstr ""

#: app/Helpers/payment.php:248
msgid "Namibian dollar"
msgstr ""

#: app/Helpers/payment.php:249
msgid "Nigerian naira"
msgstr ""

#: app/Helpers/payment.php:250
msgid "Nicaraguan c&oacute;rdoba"
msgstr ""

#: app/Helpers/payment.php:251
msgid "Norwegian krone"
msgstr ""

#: app/Helpers/payment.php:252
msgid "Nepalese rupee"
msgstr ""

#: app/Helpers/payment.php:253
msgid "New Zealand dollar"
msgstr ""

#: app/Helpers/payment.php:254
msgid "Omani rial"
msgstr ""

#: app/Helpers/payment.php:255
msgid "Panamanian balboa"
msgstr ""

#: app/Helpers/payment.php:256
msgid "Sol"
msgstr ""

#: app/Helpers/payment.php:257
msgid "Papua New Guinean kina"
msgstr ""

#: app/Helpers/payment.php:258
msgid "Philippine peso"
msgstr ""

#: app/Helpers/payment.php:259
msgid "Pakistani rupee"
msgstr ""

#: app/Helpers/payment.php:260
msgid "Polish z&#x142;oty"
msgstr ""

#: app/Helpers/payment.php:261
msgid "Transnistrian ruble"
msgstr ""

#: app/Helpers/payment.php:262
msgid "Paraguayan guaran&iacute;"
msgstr ""

#: app/Helpers/payment.php:263
msgid "Qatari riyal"
msgstr ""

#: app/Helpers/payment.php:264
msgid "Romanian leu"
msgstr ""

#: app/Helpers/payment.php:265
msgid "Serbian dinar"
msgstr ""

#: app/Helpers/payment.php:266
msgid "Russian ruble"
msgstr ""

#: app/Helpers/payment.php:267
msgid "Rwandan franc"
msgstr ""

#: app/Helpers/payment.php:268
msgid "Saudi riyal"
msgstr ""

#: app/Helpers/payment.php:269
msgid "Solomon Islands dollar"
msgstr ""

#: app/Helpers/payment.php:270
msgid "Seychellois rupee"
msgstr ""

#: app/Helpers/payment.php:271
msgid "Sudanese pound"
msgstr ""

#: app/Helpers/payment.php:272
msgid "Swedish krona"
msgstr ""

#: app/Helpers/payment.php:273
msgid "Singapore dollar"
msgstr ""

#: app/Helpers/payment.php:274
msgid "Saint Helena pound"
msgstr ""

#: app/Helpers/payment.php:275
msgid "Sierra Leonean leone"
msgstr ""

#: app/Helpers/payment.php:276
msgid "Somali shilling"
msgstr ""

#: app/Helpers/payment.php:277
msgid "Surinamese dollar"
msgstr ""

#: app/Helpers/payment.php:278
msgid "South Sudanese pound"
msgstr ""

#: app/Helpers/payment.php:279
msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe dobra"
msgstr ""

#: app/Helpers/payment.php:280
msgid "Syrian pound"
msgstr ""

#: app/Helpers/payment.php:281
msgid "Swazi lilangeni"
msgstr ""

#: app/Helpers/payment.php:282
msgid "Thai baht"
msgstr ""

#: app/Helpers/payment.php:283
msgid "Tajikistani somoni"
msgstr ""

#: app/Helpers/payment.php:284
msgid "Turkmenistan manat"
msgstr ""

#: app/Helpers/payment.php:285
msgid "Tunisian dinar"
msgstr ""

#: app/Helpers/payment.php:286
msgid "Tongan pa&#x2bb;anga"
msgstr ""

#: app/Helpers/payment.php:287
msgid "Turkish lira"
msgstr ""

#: app/Helpers/payment.php:288
msgid "Trinidad and Tobago dollar"
msgstr ""

#: app/Helpers/payment.php:289
msgid "New Taiwan dollar"
msgstr ""

#: app/Helpers/payment.php:290
msgid "Tanzanian shilling"
msgstr ""

#: app/Helpers/payment.php:291
msgid "Ukrainian hryvnia"
msgstr ""

#: app/Helpers/payment.php:292
msgid "Ugandan shilling"
msgstr ""

#: app/Helpers/payment.php:293
msgid "United States (US) dollar"
msgstr ""

#: app/Helpers/payment.php:294
msgid "Uruguayan peso"
msgstr ""

#: app/Helpers/payment.php:295
msgid "Uzbekistani som"
msgstr ""

#: app/Helpers/payment.php:296
msgid "Venezuelan bol&iacute;var (2008–2018)"
msgstr ""

#: app/Helpers/payment.php:297
msgid "Venezuelan bol&iacute;var"
msgstr ""

#: app/Helpers/payment.php:298
msgid "Vietnamese &#x111;&#x1ed3;ng"
msgstr ""

#: app/Helpers/payment.php:299
msgid "Vanuatu vatu"
msgstr ""

#: app/Helpers/payment.php:300
msgid "Samoan t&#x101;l&#x101;"
msgstr ""

#: app/Helpers/payment.php:301
msgid "Central African CFA franc"
msgstr ""

#: app/Helpers/payment.php:302
msgid "East Caribbean dollar"
msgstr ""

#: app/Helpers/payment.php:303
msgid "West African CFA franc"
msgstr ""

#: app/Helpers/payment.php:304
msgid "CFP franc"
msgstr ""

#: app/Helpers/payment.php:305
msgid "Yemeni rial"
msgstr ""

#: app/Helpers/payment.php:306
msgid "South African rand"
msgstr ""

#: app/Helpers/payment.php:307
msgid "Zambian kwacha"
msgstr ""

#: app/Http/Controllers/Admin/AnalyticsController.php:30
#: app/Http/Controllers/Admin/EmailNotificationController.php:53
#: app/Http/Controllers/Admin/EmailNotificationController.php:78
#: app/Http/Controllers/Admin/FormController.php:246
#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:84
#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:162
#: app/Http/Controllers/Admin/MailchimpController.php:103
#: app/Http/Controllers/Admin/MailchimpController.php:183
#: app/Http/Controllers/Admin/PdfController.php:71
#: app/Http/Controllers/Admin/ResponseController.php:364
#: app/Http/Controllers/Admin/ResponseController.php:711
#: app/Http/Controllers/Admin/ResponseController.php:916
#: app/Http/Controllers/Admin/UserRegistrationController.php:44
#: app/Http/Controllers/Admin/UserRegistrationController.php:73
#: app/Http/Controllers/Admin/UserRegistrationController.php:124
#: app/Http/Controllers/Admin/UserRegistrationController.php:182
#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:72
#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:137
#: app/Http/Controllers/AnalyticsController.php:40
#: app/Http/Controllers/FormController.php:32
#: app/Http/Controllers/ResponseController.php:79
#: app/Http/Controllers/ResponseController.php:396
#: app/Repositories/FormPresetFieldRepository.php:162
msgid "Form not found"
msgstr ""

#: app/Http/Controllers/Admin/AnalyticsController.php:39
#: app/Http/Controllers/AnalyticsController.php:49
msgid "Analytics is disabled for this form."
msgstr ""

#: app/Http/Controllers/Admin/EmailNotificationController.php:62
msgid "Email notification was created successfully!"
msgstr ""

#: app/Http/Controllers/Admin/EmailNotificationController.php:87
msgid "Email notification was updated successfully!"
msgstr ""

#: app/Http/Controllers/Admin/EmailNotificationController.php:104
#: app/Http/Controllers/Admin/EmailNotificationController.php:144
msgid "Email notification not found"
msgstr ""

#: app/Http/Controllers/Admin/EmailNotificationController.php:127
msgid "Email notification was deleted successfully!"
msgstr ""

#: app/Http/Controllers/Admin/EmailNotificationController.php:165
msgid "Email notification was duplicated successfully!"
msgstr ""

#: app/Http/Controllers/Admin/EmailNotificationController.php:182
#: app/Http/Controllers/Admin/MailchimpController.php:289
#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:186
msgid "The status has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:99
msgid "Limit Reached: You have used all 5 free AI Forms."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:160
msgid "The form has been created successfully."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:181
msgid "The form title has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:199
msgid "Sorry, some thing was wrong"
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:208
#: app/Http/Controllers/Admin/FormController.php:229
msgid "The form status has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:271
msgid "The form has been duplicated successfully."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:310
msgid "The form has been deleted successfully."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:327
#: app/Http/Controllers/Admin/ResponseController.php:194
#: app/Http/Controllers/Admin/ResponseController.php:904
#: app/Http/Controllers/Admin/ResponseController.php:1033
#: app/Http/Controllers/Admin/ResponseController.php:1093
msgid "Sorry, Something was wrong."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:340
msgid "Forms have been successfully deleted."
msgstr ""

#: app/Http/Controllers/Admin/FormController.php:415
#: app/Http/Controllers/Admin/SettingsController.php:60
msgid "Settings have been saved successfully."
msgstr ""

#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:129
#: app/Http/Controllers/Admin/MailchimpController.php:143
#: app/Http/Controllers/Admin/UserRegistrationController.php:100
msgid "Item was created successfully"
msgstr ""

#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:166
msgid "Spreadsheet not found"
msgstr ""

#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:194
#: app/Http/Controllers/Admin/MailchimpController.php:272
#: app/Http/Controllers/Admin/UserRegistrationController.php:158
#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:146
msgid "Item was updated successfully"
msgstr ""

#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:211
msgid "The spreadsheet status has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/GoogleSpreadsheetController.php:234
msgid "Spreadsheet was deleted successfully"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:62
msgid "Item not found"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:109
#: app/Http/Controllers/Admin/MailchimpController.php:196
msgid "The email field must be mapped"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:116
#: app/Http/Controllers/Admin/MailchimpController.php:203
msgid "Group option is required when group is selected"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:138
msgid "Could not create the item"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:190
msgid "The item not found"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:265
msgid "Nothing to update"
msgstr ""

#: app/Http/Controllers/Admin/MailchimpController.php:477
#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:169
msgid "Item was deleted successfully"
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:36
msgid "A settings object is required."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:42
msgid "Only known boolean MCP settings may be changed."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:44
msgid "The AI connection settings could not be saved."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:50
msgid "AI connection settings have been saved."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:57
msgid "You are not allowed to activate plugins."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:67
msgid "The official MCP Adapter is not installed."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:71
msgid "The MCP Adapter is already active."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:77
msgid "The MCP Adapter could not be activated."
msgstr ""

#: app/Http/Controllers/Admin/McpController.php:80
msgid "The MCP Adapter has been activated."
msgstr ""

#: app/Http/Controllers/Admin/NoteController.php:54
msgid "The note has been created successfully."
msgstr ""

#: app/Http/Controllers/Admin/NoteController.php:75
msgid "The note has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/NoteController.php:92
msgid "The note has been deleted successfully."
msgstr ""

#: app/Http/Controllers/Admin/OrderController.php:55
msgid "Order status updated successfully"
msgstr ""

#: app/Http/Controllers/Admin/PdfController.php:38
#: app/Http/Controllers/Admin/PdfController.php:100
#: app/Http/Controllers/Admin/PdfResourcesController.php:164
#: app/Http/Controllers/ResponseController.php:475
#: app/Repositories/ResponseRepository.php:35
#: app/Repositories/ResponseRepository.php:819
#: app/Repositories/ResponseRepository.php:872
#: app/Repositories/SummaryRepository.php:17
#: app/Repositories/SummaryRepository.php:47
#: app/Services/Mcp/McpErrorFactory.php:48
msgid "Form not found."
msgstr ""

#: app/Http/Controllers/Admin/PdfController.php:81
msgid "PDF template was created successfully!"
msgstr ""

#: app/Http/Controllers/Admin/PdfController.php:109
#: app/Http/Controllers/Admin/PdfController.php:141
#: app/Http/Controllers/Admin/PdfController.php:168
#: app/Http/Controllers/ResponseController.php:499
msgid "PDF template not found."
msgstr ""

#: app/Http/Controllers/Admin/PdfController.php:120
msgid "PDF template updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/PdfController.php:177
msgid "PDF template deleted successfully."
msgstr ""

#: app/Http/Controllers/Admin/PdfResourcesController.php:54
msgid "PDF resources zip not found or could not be downloaded. Enter a valid local path above, or ensure the remote URL is reachable."
msgstr ""

#: app/Http/Controllers/Admin/PdfResourcesController.php:66
msgid "Could not create formgent-libraries/pdf directory."
msgstr ""

#: app/Http/Controllers/Admin/PdfResourcesController.php:81
msgid "Failed to extract PDF resources archive."
msgstr ""

#: app/Http/Controllers/Admin/PdfResourcesController.php:91
msgid "Verification failed: vendor/autoload.php not found after extraction."
msgstr ""

#: app/Http/Controllers/Admin/PdfResourcesController.php:102
msgid "PDF resources installed successfully."
msgstr ""

#: app/Http/Controllers/Admin/PdfResourcesController.php:139
msgid "PDF library removed successfully."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:210
#, php-format
msgid "%d response has been successfully deleted."
msgid_plural "%d responses have been successfully deleted."
msgstr[0] ""
msgstr[1] ""

#: app/Http/Controllers/Admin/ResponseController.php:219
msgid "Failed to delete responses."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:252
msgid "Either \"id\" or \"page\" parameter is required."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:275
#: app/Http/Controllers/ResponseController.php:87
#: app/Http/Controllers/ResponseController.php:485
#: app/Services/Mcp/McpErrorFactory.php:52
#: app/Services/Responses/ResponseCommandService.php:189
#: app/Services/Responses/ResponseReadService.php:106
msgid "Response not found."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:302
msgid "Parameter \"form_id\" is required when using \"page\"."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:352
msgid "Response not found"
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:394
msgid "No fields were processed. Please check field names."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:409
msgid "Response has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:459
msgid "Field not found in form settings"
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:467
msgid "Field type not allowed in response"
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:477
msgid "Form type not supported by field handler"
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:519
msgid "Failed to update answer in database"
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:532
msgid "Failed to create answer in database"
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:551
msgid "No fields were processed. Please check field names and ensure they exist in the form."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:945
msgid "The response starred has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:966
msgid "The response read has been updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:983
msgid "Invalid IDs."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:995
msgid "Responses read state updated successfully."
msgstr ""

#: app/Http/Controllers/Admin/ResponseController.php:1107
msgid "Responses have been successfully deleted."
msgstr ""

#: app/Http/Controllers/Admin/ResponseLogController.php:60
msgid "Log deleted successfully."
msgstr ""

#: app/Http/Controllers/Admin/SubscriptionController.php:36
#: app/Http/Controllers/Admin/SubscriptionController.php:136
#: app/Http/Controllers/PaymentController.php:149
msgid "Order not found."
msgstr ""

#: app/Http/Controllers/Admin/SubscriptionController.php:47
#: app/Http/Controllers/Admin/SubscriptionController.php:147
msgid "Payment not found."
msgstr ""

#: app/Http/Controllers/Admin/SubscriptionController.php:161
msgid "No subscription found for this order."
msgstr ""

#: app/Http/Controllers/Admin/SubscriptionController.php:173
msgid "Invalid subscription metadata."
msgstr ""

#: app/Http/Controllers/Admin/SubscriptionController.php:195
msgid "Subscription cancellation is not supported for this gateway."
msgstr ""

#: app/Http/Controllers/Admin/UserRegistrationController.php:134
#: app/Http/Controllers/Admin/UserRegistrationController.php:192
msgid "User registration not found"
msgstr ""

#: app/Http/Controllers/Admin/UserRegistrationController.php:200
msgid "User registration was deleted successfully"
msgstr ""

#: app/Http/Controllers/Admin/UserRegistrationController.php:324
msgid "User verification confirmation page is required."
msgstr ""

#: app/Http/Controllers/Admin/UserRegistrationController.php:331
msgid "Verification email template is required."
msgstr ""

#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:82
msgid "Zoho CRM feed was created."
msgstr ""

#: app/Http/Controllers/Admin/ZohoCRMFeedController.php:107
msgid "Feed data not found"
msgstr ""

#: app/Http/Controllers/AnalyticsController.php:67
msgid "Could't update the view count"
msgstr ""

#: app/Http/Controllers/AttachmentController.php:50
#: app/Http/Controllers/AttachmentController.php:83
msgid "Invalid file path"
msgstr ""

#: app/Http/Controllers/CaptchaController.php:30
msgid "Failed to verify captcha"
msgstr ""

#: app/Http/Controllers/CaptchaController.php:38
msgid "Captcha verification failed"
msgstr ""

#: app/Http/Controllers/CaptchaController.php:47
msgid "Captcha verification successful"
msgstr ""

#: app/Http/Controllers/LoginController.php:21
msgid "Username/email and password are required."
msgstr ""

#: app/Http/Controllers/LoginController.php:49
msgid "Login successful. Redirecting..."
msgstr ""

#: app/Http/Controllers/PaymentController.php:46
msgid "Payment was not completed."
msgstr ""

#: app/Http/Controllers/PaymentController.php:56
#: app/Http/Controllers/PaymentController.php:120
msgid "Payment is being processed."
msgstr ""

#: app/Http/Controllers/PaymentController.php:69
#: app/Http/Controllers/PaymentController.php:102
msgid "Payment successful."
msgstr ""

#: app/Http/Controllers/PaymentController.php:86
msgid "Payment information was not found."
msgstr ""

#: app/Http/Controllers/PaymentController.php:130
msgid "Payment canceled."
msgstr ""

#: app/Http/Controllers/PaymentController.php:158
msgid "Order is already paid."
msgstr ""

#: app/Http/Controllers/PaymentController.php:170
msgid "Order items not found."
msgstr ""

#: app/Http/Controllers/PaymentController.php:185
msgid "Payment method not found."
msgstr ""

#: app/Http/Controllers/RegisterController.php:14
#: app/Providers/UserRegistrationServiceProvider.php:337
msgid "User registration is currently disabled."
msgstr ""

#: app/Http/Controllers/RegisterController.php:62
#: app/Providers/UserRegistrationServiceProvider.php:369
msgid "Email is required."
msgstr ""

#: app/Http/Controllers/RegisterController.php:64
#: app/Providers/UserRegistrationServiceProvider.php:371
msgid "Please enter a valid email address."
msgstr ""

#: app/Http/Controllers/RegisterController.php:66
#: app/Providers/UserRegistrationServiceProvider.php:373
msgid "This email is already registered."
msgstr ""

#: app/Http/Controllers/RegisterController.php:74
#: app/Providers/UserRegistrationServiceProvider.php:381
msgid "Emails do not match."
msgstr ""

#: app/Http/Controllers/RegisterController.php:78
#: app/Providers/UserRegistrationServiceProvider.php:385
msgid "Password is required."
msgstr ""

#: app/Http/Controllers/RegisterController.php:80
#: app/Providers/UserRegistrationServiceProvider.php:387
msgid "Passwords do not match."
msgstr ""

#: app/Http/Controllers/RegisterController.php:95
#: app/Providers/UserRegistrationServiceProvider.php:402
msgid "This username is already taken."
msgstr ""

#: app/Http/Controllers/RegisterController.php:101
#: app/Providers/UserRegistrationServiceProvider.php:42
#: app/Providers/UserRegistrationServiceProvider.php:231
msgid "Registration failed. Please fix the errors."
msgstr ""

#: app/Http/Controllers/RegisterController.php:121
msgid "Registration details validated."
msgstr ""

#. translators: %s: field label.
#: app/Http/Controllers/RegisterController.php:190
#: app/Providers/UserRegistrationServiceProvider.php:664
#, php-format
msgid "%s is required."
msgstr ""

#. translators: 1: field label, 2: character limit.
#: app/Http/Controllers/RegisterController.php:204
#: app/Providers/UserRegistrationServiceProvider.php:678
#, php-format
msgid "%1$s must not exceed %2$d characters."
msgstr ""

#: app/Http/Controllers/ResponseController.php:58
#: app/Http/Controllers/ResponseController.php:377
msgid "Form submission is temporarily unavailable because the site database is not ready."
msgstr ""

#: app/Http/Controllers/ResponseController.php:95
msgid "Skipping submission: Response is already completed."
msgstr ""

#: app/Http/Controllers/ResponseController.php:103
msgid "Oops, something went wrong. Please try again."
msgstr ""

#: app/Http/Controllers/ResponseController.php:137
msgid "Verification required."
msgstr ""

#: app/Http/Controllers/ResponseController.php:179
msgid "The form was submitted successfully!"
msgstr ""

#: app/Http/Controllers/ResponseController.php:420
#: app/Http/Controllers/ResponseController.php:436
msgid "The form response could not be started. Please try again."
msgstr ""

#: app/Http/Controllers/ResponseController.php:511
msgid "PDF library is not installed for this form."
msgstr ""

#: app/Http/Controllers/ResponseController.php:524
msgid "PDF engine could not be loaded."
msgstr ""

#: app/Http/Controllers/ResponseController.php:545
msgid "Failed to generate PDF."
msgstr ""

#: app/Http/Controllers/ResponseController.php:616
msgid "Invalid file name."
msgstr ""

#: app/Http/Controllers/ResponseController.php:626
msgid "Upload directory is not available."
msgstr ""

#: app/Http/Controllers/ResponseController.php:641
#: app/Http/Controllers/ResponseController.php:650
msgid "PDF file not found."
msgstr ""

#: app/Integrations/Mailchimp/Mailchimp.php:71
#: app/Integrations/Mailchimp/Mailchimp.php:79
#: app/Integrations/Mailchimp/Mailchimp.php:89
msgid "The email is required"
msgstr ""

#. translators: %s: field display label
#: app/Integrations/ZohoCRM/ZohoCRM.php:104
#, php-format
msgid "Enter %s value or choose form input provided by shortcode."
msgstr ""

#. translators: %s: field display label
#: app/Integrations/ZohoCRM/ZohoCRM.php:114
#, php-format
msgid "%s is a required field. Enter value or choose form input provided by shortcode."
msgstr ""

#. translators: %s: field display label
#: app/Integrations/ZohoCRM/ZohoCRM.php:121
#, php-format
msgid "%s is a required field. Enter value or choose form input shortcode. <br> Make sure format is (01/01/2022 00:00 +0:00)"
msgstr ""

#. translators: %s: field display label
#: app/Integrations/ZohoCRM/ZohoCRM.php:129
#, php-format
msgid "Choose %s type in select list."
msgstr ""

#: app/Multisite/SiteLifecycle.php:216
msgid "FormGent database setup is incomplete."
msgstr ""

#: app/Multisite/SiteLifecycle.php:239
msgid "FormGent could not provision every network site."
msgstr ""

#: app/Multisite/SiteLifecycle.php:240
#, php-format
msgid "Run `wp formgent multisite repair`. Affected site IDs: %s"
msgstr ""

#. translators: %s is a comma-separated list of missing database objects.
#: app/Multisite/SiteLifecycle.php:306
#, php-format
msgid "Missing database objects: %s"
msgstr ""

#: app/Multisite/SiteLifecycle.php:333
msgid "The requested site does not exist."
msgstr ""

#: app/Multisite/SiteLifecycle.php:339
msgid "Could not switch to the requested site."
msgstr ""

#: app/Multisite/SiteLifecycle.php:548
msgid "The FormGent database schema is incomplete."
msgstr ""

#: app/PaymentProcessors/Mollie.php:40
#: app/PaymentProcessors/Mollie.php:184
msgid "Mollie API key is not configured."
msgstr ""

#: app/PaymentProcessors/Mollie.php:176
msgid "Payment was not found."
msgstr ""

#. translators: %d: order id
#: app/PaymentProcessors/Mollie.php:261
#, php-format
msgid "FormGent Order #%d"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:19
#: app/Providers/Admin/MenuServiceProvider.php:53
#: app/Providers/PostTypeServiceProvider.php:214
msgid "All Forms"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:20
#: app/Providers/Admin/MenuServiceProvider.php:68
msgid "Go Pro"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:55
#: app/Providers/Admin/MenuServiceProvider.php:63
msgid "Entries"
msgstr ""

#: app/Providers/Admin/MenuServiceProvider.php:65
msgid "Settings"
msgstr ""

#: app/Providers/MailchimpProvider.php:94
msgid "Merge fields is empty"
msgstr ""

#: app/Providers/MailchimpProvider.php:98
msgid "Email field is empty"
msgstr ""

#: app/Providers/PaymentServiceProvider.php:66
msgid "The selected payment method does not support subscriptions."
msgstr ""

#: app/Providers/PaymentServiceProvider.php:385
msgid "Payment"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:63
msgid "FormGent Payment Success"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:65
msgid "FormGent Payment Failed"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:182
msgid "FormGent Payment Fields"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:205
msgctxt "Post type general name"
msgid "Forms"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:206
msgctxt "Post type singular name"
msgid "Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:207
msgctxt "Admin Menu text"
msgid "Formgent Forms"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:208
msgctxt "Add New on Toolbar"
msgid "Formgent Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:209
msgid "Add New"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:210
msgid "Add New Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:211
msgid "New Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:212
msgid "Edit Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:213
msgid "View Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:215
msgid "Search Forms"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:216
msgid "Parent Forms:"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:217
msgid "No Forms found."
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:218
msgid "No Forms found in Trash."
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:219
msgctxt "Overrides the “Featured Image” phrase for this post type. Added in 4.3"
msgid "Form Cover Image"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:220
msgctxt "Overrides the “Set featured image” phrase for this post type. Added in 4.3"
msgid "Set cover image"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:221
msgctxt "Overrides the “Remove featured image” phrase for this post type. Added in 4.3"
msgid "Remove cover image"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:222
msgctxt "Overrides the “Use as featured image” phrase for this post type. Added in 4.3"
msgid "Use as cover image"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:223
msgctxt "The post type archive label used in nav menus. Default “Post Archives”. Added in 4.4"
msgid "Form archives"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:224
msgctxt "Overrides the “Insert into post”/”Insert into page” phrase (used when inserting media into a post). Added in 4.4"
msgid "Insert into Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:225
msgctxt "Overrides the “Uploaded to this post”/”Uploaded to this page” phrase (used when viewing media attached to a post). Added in 4.4"
msgid "Uploaded to this Form"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:226
msgctxt "Screen reader text for the filter links heading on the post type listing screen. Default “Filter posts list”/”Filter pages list”. Added in 4.4"
msgid "Filter Forms list"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:227
msgctxt "Screen reader text for the pagination heading on the post type listing screen. Default “Posts list navigation”/”Pages list navigation”. Added in 4.4"
msgid "Forms list navigation"
msgstr ""

#: app/Providers/PostTypeServiceProvider.php:228
msgctxt "Screen reader text for the items list heading on the post type listing screen. Default “Posts list”/”Pages list”. Added in 4.4"
msgid "Forms list"
msgstr ""

#. translators: %d: row number
#: app/Providers/ResponseLogServiceProvider.php:224
#, php-format
msgid "Row %d"
msgstr ""

#: app/Providers/UserRegistrationServiceProvider.php:207
#: app/Providers/UserRegistrationServiceProvider.php:315
msgid "Registration successful."
msgstr ""

#: app/Providers/UserRegistrationServiceProvider.php:251
msgid "Registration failed. Please try again."
msgstr ""

#: app/Providers/UserRegistrationServiceProvider.php:747
msgid "You are now logged in."
msgstr ""

#. translators: %s: error message
#: app/Providers/ZohoCRMServiceProvider.php:48
#, php-format
msgid "ZohoCRM connection failed (%s). Please try again."
msgstr ""

#: app/Providers/ZohoCRMServiceProvider.php:51
msgid "ZohoCRM connection failed"
msgstr ""

#: app/Providers/ZohoCRMServiceProvider.php:54
msgid "« Back To ZohoCRM Integration"
msgstr ""

#: app/Repositories/AnalyticRepository.php:224
#: app/Repositories/AnalyticRepository.php:245
msgid "Could not update the view count."
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:172
msgid "Prints the response ID"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:177
msgid "Prints the IP address"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:182
msgid "Prints the device name"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:187
msgid "Prints the browser name"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:192
msgid "Prints the browser version name"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:198
msgid "Prints the website URL"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:203
msgid "Prints the website name"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:208
msgid "Prints the admin email address"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:213
msgid "Prints the admin name"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:218
msgid "Prints the user email address"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:223
msgid "Prints user name"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:227
msgid "Prints the fields value"
msgstr ""

#: app/Repositories/FormPresetFieldRepository.php:228
msgid "Prints the fields label"
msgstr ""

#: app/Repositories/FormRepository.php:421
msgid "Forms not found."
msgstr ""

#: app/Repositories/MailchimpRepository.php:37
msgid "The item not found."
msgstr ""

#: app/Repositories/ResponseRepository.php:429
#: app/Repositories/ResponseRepository.php:450
msgid "Other"
msgstr ""

#: app/Repositories/SpreadsheetRepository.php:35
msgid "Spreadsheet not found."
msgstr ""

#: app/Repositories/SummaryRepository.php:23
msgid "Field not found"
msgstr ""

#: app/Services/Analytics/McpAnalyticsService.php:75
msgid "Both analytics range dates are required."
msgstr ""

#: app/Services/Analytics/McpAnalyticsService.php:83
msgid "The analytics date range is invalid."
msgstr ""

#: app/Services/Analytics/McpAnalyticsService.php:87
msgid "The analytics date range cannot exceed 366 days."
msgstr ""

#: app/Services/Forms/AiFormQuotaService.php:33
msgid "The free AI form creation limit has been reached."
msgstr ""

#: app/Services/Forms/AiFormQuotaService.php:105
msgid "Form creation is busy. Try again."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:70
msgid "At least one automation collection must be supplied."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:263
msgid "An email notification does not belong to this form."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:267
msgid "Email notification IDs must be unique."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:292
msgid "A PDF template does not belong to this form."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:296
msgid "PDF template IDs must be unique."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:344
msgid "User registration IDs must be unique."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:353
msgid "A published verification confirmation page is required when automatic login is disabled."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:358
msgid "The selected user role is not permitted for registration automations."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:363
msgid "The selected custom user role is not permitted for registration automations."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:371
msgid "The registration email notification does not belong to this form."
msgstr ""

#: app/Services/Forms/FormAutomationService.php:375
msgid "A registration email notification ID is required when registration email delivery is enabled."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:99
msgid "The form type is invalid."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:103
msgid "A form must contain between 1 and 100 fields."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:178
msgid "A form field has an invalid nested structure."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:184
msgid "A form field type is not supported."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:190
msgid "Every form field requires a label of at most 255 characters."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:197
msgid "Supplied field names must be non-empty and unique."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:211
msgid "Supplied field IDs must be safe and unique."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:235
msgid "A form field has an invalid block width."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:245
msgid "Options are allowed only for choice fields."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:264
msgid "This field does not accept the supplied children."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:289
msgid "Payment settings are accepted only by the payment field."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:306
msgid "A field can contain at most 100 options."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:314
msgid "A field option is invalid."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:321
msgid "Field option labels and values must be non-empty and unique."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:328
msgid "Supplied option IDs must be safe and unique."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:346
msgid "Choice option numeric values must be valid numbers."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:386
msgid "Default Step"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:415
#: resources/views/form.php:96
#: resources/views/submit-button.php:25
msgid "Submit"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:415
#: assets/blocks/page-break/index.js:1
#: assets/blocks/submit-button/index.js:2
msgid "Next"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:416
#: assets/blocks/page-break/index.js:1
msgid "Back"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:432
#: app/Services/Forms/FormTypeConversionService.php:406
msgid "Welcome"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:433
#: app/Services/Forms/FormTypeConversionService.php:407
msgid "Hi there, please fill out and submit this form."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:439
#: app/Services/Forms/FormTypeConversionService.php:413
msgid "Start"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:464
#: app/Services/Forms/FormTypeConversionService.php:428
msgid "Thank you"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:465
#: app/Services/Forms/FormTypeConversionService.php:429
msgid "Your submission has been received!"
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:688
msgid "The payment type or amount type is invalid."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:692
msgid "Subscription payments require FormGent Pro to be active."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:699
msgid "At least one registered payment method is required."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:708
msgid "A selected payment method does not support subscriptions."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:717
#: app/Services/Forms/FormBlockBuilder.php:781
msgid "Payment field mappings must contain unique field names."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:734
msgid "The payment amounts, quantity, billing count, or trial duration is invalid."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:741
msgid "The subscription amount type or billing interval is invalid."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:774
msgid "A payment field mapping is invalid."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:823
msgid "A form can contain only one payment field."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:838
msgid "The payment field must be at the top level of the form."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:846
msgid "A payment amount mapping references an incompatible or missing field."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:851
msgid "An amount-from-fields payment requires at least one amount field."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:855
msgid "Quantity mappings must reference selected one-time amount fields."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:860
msgid "An amount-from-fields subscription requires at least one amount field."
msgstr ""

#: app/Services/Forms/FormBlockBuilder.php:867
msgid "A subscription requires mapped customer name and email fields."
msgstr ""

#: app/Services/Forms/FormCommandService.php:67
msgid "The form was created as a draft because the current user cannot publish forms."
msgstr ""

#: app/Services/Forms/FormCommandService.php:70
msgid "Provide exactly one of fields or layout when creating a form."
msgstr ""

#: app/Services/Forms/FormCommandService.php:129
msgid "At least one form property must be changed."
msgstr ""

#: app/Services/Forms/FormCommandService.php:144
msgid "Fields and layout cannot be replaced in the same update."
msgstr ""

#: app/Services/Forms/FormCommandService.php:149
msgid "This form contains internal or unsupported blocks that cannot be safely replaced through the layout contract."
msgstr ""

#: app/Services/Forms/FormCommandService.php:337
msgid "The form could not be deleted."
msgstr ""

#: app/Services/Forms/FormCommandService.php:432
msgid "A form title must contain between 5 and 255 characters."
msgstr ""

#: app/Services/Forms/FormFieldAttributeService.php:60
msgid "Detailed settings accepted by the selected registered FormGent field type."
msgstr ""

#: app/Services/Forms/FormFieldAttributeService.php:78
msgid "Detailed field attributes must be an object."
msgstr ""

#: app/Services/Forms/FormFieldAttributeService.php:85
msgid "A detailed setting is not supported by this field type."
msgstr ""

#: app/Services/Forms/FormFieldAttributeService.php:97
msgid "A detailed field setting has an invalid value."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:77
msgid "A form layout cannot be empty."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:88
msgid "A form layout must contain at least one input field."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:184
msgid "The form layout is too deeply nested or contains too many blocks."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:191
msgid "A form layout block is invalid."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:197
msgid "The form layout contains an unsupported block."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:203
msgid "Form layout block attributes must be an object."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:210
msgid "A form layout block contains an unknown attribute."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:217
msgid "A form layout block has invalid children."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:231
msgid "A form screen text block requires bounded text content."
msgstr ""

#: app/Services/Forms/FormLayoutService.php:236
msgid "Only heading and paragraph blocks accept direct content."
msgstr ""

#: app/Services/Forms/FormReadService.php:126
msgid "A positive form ID is required."
msgstr ""

#: app/Services/Forms/FormTypeConversionService.php:28
msgid "The form type conversion is invalid."
msgstr ""

#: app/Services/Forms/FormTypeConversionService.php:55
msgid "Conditional logic was removed because general and conversational forms use different rule structures."
msgstr ""

#: app/Services/Forms/FormTypeConversionService.php:115
msgid "Question"
msgstr ""

#: app/Services/Forms/FormTypeConversionService.php:470
msgid "This form contains content that cannot be converted safely without data loss."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:67
#: app/Services/Forms/SafeFormSettingsService.php:356
msgid "Thank you! Your submission has been received."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:124
msgid "An unknown form setting group was provided."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:145
#: app/Services/Forms/SafeFormSettingsService.php:150
msgid "The form behavior settings are invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:201
msgid "The custom CSS/JS settings are invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:276
#, php-format
msgid "Grade %d"
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:350
msgid "The confirmation settings are invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:366
msgid "The confirmation type or post-submit behavior is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:371
msgid "The confirmation message is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:378
msgid "A message confirmation requires a message."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:384
msgid "A page confirmation requires a published page."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:389
msgid "The confirmation URL must be a valid HTTP or HTTPS URL."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:396
msgid "A URL confirmation requires a valid URL."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:400
msgid "The confirmation redirects to an external host."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:411
msgid "The quiz settings are invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:416
msgid "Quiz state settings must be boolean."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:424
msgid "The quiz score text is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:446
msgid "A quiz can contain at most 20 grades."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:454
msgid "A quiz grade is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:462
msgid "Quiz grade labels and ranges must be unique and valid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:478
msgid "Quiz grade ranges cannot overlap."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:488
msgid "The appearance settings are invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:503
msgid "Appearance switches must be boolean."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:509
msgid "An appearance option is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:530
msgid "Appearance colors must use six-digit hexadecimal values."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:536
msgid "The form background type is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:542
msgid "The submit button label is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:581
msgid "The design settings are invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:589
msgid "Design switches must be boolean."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:595
msgid "The cover type is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:601
msgid "The design title is invalid."
msgstr ""

#: app/Services/Forms/SafeFormSettingsService.php:607
msgid "The design width must be a valid CSS length."
msgstr ""

#: app/Services/Mcp/McpErrorFactory.php:24
msgid "FormGent abilities are disabled."
msgstr ""

#. translators: %s: disabled MCP access scope.
#: app/Services/Mcp/McpErrorFactory.php:32
#, php-format
msgid "The required FormGent MCP scope is disabled: %s."
msgstr ""

#: app/Services/Mcp/McpErrorFactory.php:40
msgid "You are not allowed to perform this FormGent operation."
msgstr ""

#: app/Services/Mcp/McpErrorFactory.php:72
msgid "Too many FormGent MCP requests. Try again shortly."
msgstr ""

#: app/Services/Mcp/McpErrorFactory.php:83
msgid "FormGent could not complete the operation."
msgstr ""

#: app/Services/Mcp/McpInputValidator.php:31
#: app/Services/Mcp/McpInputValidator.php:36
msgid "Response operations require between 1 and 50 positive unique IDs."
msgstr ""

#: app/Services/Mcp/McpInputValidator.php:43
msgid "Response IDs must be unique."
msgstr ""

#: app/Services/Mcp/McpInputValidator.php:59
msgid "A from and to date are required for a custom date frame."
msgstr ""

#: app/Services/Mcp/McpInputValidator.php:67
msgid "The custom date frame is invalid."
msgstr ""

#: app/Services/Responses/ResponseCommandService.php:43
msgid "The response state operation is invalid."
msgstr ""

#: app/Services/Responses/ResponseCommandService.php:85
#: app/Services/Responses/ResponseCommandService.php:198
msgid "The response state could not be updated."
msgstr ""

#: app/Services/Responses/ResponseCommandService.php:111
msgid "Permanent response deletion requires confirm=true."
msgstr ""

#: app/Services/Responses/ResponseCommandService.php:159
msgid "The response could not be deleted."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:51
msgid "An unknown settings category was requested."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:149
msgid "Settings updates must contain exactly one known category."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:156
msgid "Each settings category must contain values."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:184
msgid "A settings toggle must be either yes or no."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:199
msgid "An unknown validation message was provided."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:208
msgid "Validation messages must contain between 1 and 255 characters."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:220
msgid "An unknown login or registration setting was provided."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:227
msgid "A login or registration setting is invalid."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:234
msgid "Login and registration states must be 0 or 1."
msgstr ""

#: app/Services/Settings/SafeGlobalSettingsService.php:238
msgid "An enabled login or registration route requires a published page."
msgstr ""

#: app/Services/UserVerificationService.php:41
msgid "Registration successful. Your account is awaiting manual approval."
msgstr ""

#: app/Services/UserVerificationService.php:51
msgid "Registration successful. Please check your email to verify your account."
msgstr ""

#: app/Services/UserVerificationService.php:72
#: app/Services/UserVerificationService.php:81
#: app/Services/UserVerificationService.php:91
msgid "Invalid verification link."
msgstr ""

#: app/Services/UserVerificationService.php:86
msgid "Verification link has expired."
msgstr ""

#: app/Services/UserVerificationService.php:108
msgid "Please verify your account from the email we sent before signing in."
msgstr ""

#: app/Services/UserVerificationService.php:115
msgid "Your account is awaiting manual approval."
msgstr ""

#: app/Services/UserVerificationService.php:129
msgid "Invalid username/email or password."
msgstr ""

#: app/Services/UserVerificationService.php:160
msgid "Verified"
msgstr ""

#: app/Services/UserVerificationService.php:161
msgid "Pending email verification"
msgstr ""

#: app/Services/UserVerificationService.php:162
msgid "Pending manual approval"
msgstr ""

#: app/Services/UserVerificationService.php:166
msgid "FormGent account verification"
msgstr ""

#: app/Services/UserVerificationService.php:169
msgid "Verification status"
msgstr ""

#: app/Services/UserVerificationService.php:175
msgid "Mark this user as verified"
msgstr ""

#: app/Services/UserVerificationService.php:228
msgid "Verify your account"
msgstr ""

#: app/Services/UserVerificationService.php:268
msgid "Hi {{user_name}},"
msgstr ""

#: app/Services/UserVerificationService.php:268
msgid "Please verify your account by clicking the link below:"
msgstr ""

#: app/Services/UserVerificationService.php:268
msgid "Verify account"
msgstr ""

#: app/Utils/Capabilities.php:162
msgid "FormGent MCP Operator"
msgstr ""

#: app/Widgets/Form.php:32
#: assets/blocks/form/index.js:1
msgid "General"
msgstr ""

#: app/Widgets/Form.php:40
msgid "Select Form"
msgstr ""

#: assets/blocks/captcha/render.php:80
msgid "Captcha validation failed. Please complete the captcha."
msgstr ""

#: assets/blocks/file-upload/render.php:86
msgid "Upload file"
msgstr ""

#: assets/blocks/file-upload/render.php:192
msgid "Delete file"
msgstr ""

#: assets/blocks/google-map/render.php:53
msgid "Google Maps API key is not configured. Please configure it in the Global Settings."
msgstr ""

#: assets/blocks/login-password/render.php:42
#: assets/blocks/login-password/index.js:1
msgid "Toggle password visibility"
msgstr ""

#. translators: %s: user display name
#: assets/blocks/login/render.php:33
#, php-format
msgid "You are already logged in as %s."
msgstr ""

#: assets/blocks/login/render.php:38
msgid "Log out"
msgstr ""

#: assets/blocks/password/render.php:38
msgid "Use at least 6 characters."
msgstr ""

#: assets/blocks/password/render.php:41
msgid "Use at least 10 characters with uppercase, lowercase, a number, and a symbol."
msgstr ""

#: assets/blocks/password/render.php:45
msgid "Use at least 8 characters with letters and a number."
msgstr ""

#: assets/blocks/password/render.php:83
msgid "Show or hide password"
msgstr ""

#: assets/blocks/password/render.php:136
msgid "Show or hide confirm password"
msgstr ""

#: assets/blocks/payment-summary/render.php:23
#: assets/blocks/payment/render.php:98
#: assets/blocks/payment/index.js:1
msgid "Price"
msgstr ""

#: assets/blocks/payment-summary/render.php:27
msgid "Quantity"
msgstr ""

#: assets/blocks/payment-summary/render.php:61
#: assets/blocks/payment/render.php:157
msgid "Total:"
msgstr ""

#: assets/blocks/payment/render.php:85
msgid "No payment items has been selected yet."
msgstr ""

#: assets/blocks/payment/render.php:207
msgid "Credit Card (Stripe)"
msgstr ""

#: assets/blocks/payment/render.php:210
msgid "Pay securely with Stripe"
msgstr ""

#: assets/blocks/payment/render.php:214
msgid "Paypal checkout"
msgstr ""

#: assets/blocks/payment/render.php:217
msgid "Pay securely with PayPal"
msgstr ""

#: assets/blocks/payment/render.php:221
msgid "Mollie"
msgstr ""

#: assets/blocks/payment/render.php:224
msgid "Pay securely with Mollie"
msgstr ""

#: assets/blocks/repeater/render.php:28
#: assets/blocks/repeater/render.php:42
msgid "Remove Item"
msgstr ""

#: assets/blocks/repeater/render.php:50
msgid "Add another"
msgstr ""

#: resources/views/form-unavailable.php:4
msgid "This form has been deleted or is unavailable."
msgstr ""

#: resources/views/form.php:97
msgid "You will be redirected in"
msgstr ""

#. translators: %1$s is the current page number, %2$s is the total number of pages
#: resources/views/multi-step-indicator.php:35
#, php-format
msgid "Page %1$s of %2$s"
msgstr ""

#. translators: %s is the step number
#: resources/views/multi-step-indicator.php:67
#, php-format
msgid "Step %s"
msgstr ""

#: resources/views/shortcodes/payment-failed.php:43
#: resources/views/shortcodes/payment-failed.php:69
msgid "Try again"
msgstr ""

#: resources/views/shortcodes/payment-failed.php:44
msgid "Trying"
msgstr ""

#: resources/views/shortcodes/payment-failed.php:53
#: resources/views/shortcodes/payment-success.php:146
msgid "You are viewing sample order data."
msgstr ""

#: resources/views/shortcodes/payment-failed.php:60
msgid "Payment Failed"
msgstr ""

#: resources/views/shortcodes/payment-failed.php:61
msgid "Please try again or contact support if the problem continues."
msgstr ""

#: resources/views/shortcodes/payment-failed.php:74
msgid "Go Home"
msgstr ""

#: resources/views/shortcodes/payment-success.php:124
msgid "day"
msgstr ""

#: resources/views/shortcodes/payment-success.php:125
msgid "week"
msgstr ""

#: resources/views/shortcodes/payment-success.php:126
msgid "month"
msgstr ""

#: resources/views/shortcodes/payment-success.php:127
msgid "year"
msgstr ""

#: resources/views/shortcodes/payment-success.php:156
msgid "Payment Processing"
msgstr ""

#: resources/views/shortcodes/payment-success.php:158
msgid "Payment Success"
msgstr ""

#: resources/views/shortcodes/payment-success.php:165
msgid "Your payment is still being processed. We will update your order after the gateway confirms the final status."
msgstr ""

#: resources/views/shortcodes/payment-success.php:167
msgid "Your subscription has been activated successfully."
msgstr ""

#: resources/views/shortcodes/payment-success.php:169
msgid "Your transaction has been completed successfully."
msgstr ""

#: resources/views/shortcodes/payment-success.php:177
msgid "Amount:"
msgstr ""

#. translators: %d: number of trial days
#: resources/views/shortcodes/payment-success.php:191
#, php-format
msgid "after %d days"
msgstr ""

#: resources/views/shortcodes/payment-success.php:212
msgid "Payment Method:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:229
msgid "Subscription ID:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:241
msgid "Transaction ID:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:253
#: resources/views/shortcodes/payment-success.php:263
msgid "Status:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:265
msgid "Active"
msgstr ""

#: resources/views/shortcodes/payment-success.php:271
msgid "Start Date:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:282
msgid "Next Billing Date:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:307
msgid "Billing Cycle:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:316
msgid "Plan:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:326
msgid "Date:"
msgstr ""

#: resources/views/shortcodes/payment-success.php:344
msgid "Your Documents"
msgstr ""

#: resources/views/shortcodes/payment-success.php:349
msgid "Download PDF"
msgstr ""

#: assets/blocks/address/index.js:1
#: assets/blocks/captcha/index.js:1
#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/date-picker/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/gdpr/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/login/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/name/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/register/index.js:1
#: assets/blocks/repeater/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Label Alignment"
msgstr ""

#: assets/blocks/address/index.js:1
#: assets/blocks/captcha/index.js:1
#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/date-picker/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/gdpr/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/login/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/name/index.js:1
#: assets/blocks/next-button/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/register-signin-link/index.js:1
#: assets/blocks/register/index.js:1
#: assets/blocks/repeater/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/submit-button/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Left"
msgstr ""

#: assets/blocks/address/index.js:1
#: assets/blocks/captcha/index.js:1
#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/date-picker/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/gdpr/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/login/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/name/index.js:1
#: assets/blocks/next-button/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/register-signin-link/index.js:1
#: assets/blocks/register/index.js:1
#: assets/blocks/repeater/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/submit-button/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Right"
msgstr ""

#: assets/blocks/address/index.js:1
#: assets/blocks/captcha/index.js:1
#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/date-picker/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/gdpr/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/login/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/name/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/register/index.js:1
#: assets/blocks/repeater/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Top"
msgstr ""

#: assets/blocks/address/index.js:1
#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/login/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/name/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/register/index.js:1
#: assets/blocks/repeater/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Justify"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Unable to update AI connection settings."
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Unable to load AI connection settings."
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "New Template"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Portrait"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Landscape"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Left to right (LTR)"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Right to left (RTL)"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Site Title"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Site URL"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Form Title"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Submission Date"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "User ID"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "User Email"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "User Display Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "User First Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "User Last Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "User Username"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Admin Email"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Admin Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Login URL"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Registration URL"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Lost Password URL"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Logout URL"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Browser Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Browser Platform"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "IP Address"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Current Date"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Embedded Post ID"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Embedded Post Title"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "GET Parameters"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Cookie Values"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Payment Amount"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Payment Currency"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Payment Method"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Transaction ID"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Payment Status"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Billing Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Billing Email"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Billing Country"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Payment Date"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Order Items Table"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/payment/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Subscription Plan Name"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Subscription Billing Interval"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Subscription Billing Times"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Subscription Trial Days"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Subscription Start Date"
msgstr ""

#: assets/blocks/captcha/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Subscription Next Billing Date"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Captcha Type"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Google Recaptcha"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Cloudflare Turnstile"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "hCaptcha"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Theme"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Light"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Dark"
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "Please set the credentials for the captcha in "
msgstr ""

#: assets/blocks/captcha/index.js:1
msgid "settings"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/date-picker/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-remember-me/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Required"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/quantity/index.js:1
msgid "Limit"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/quantity/index.js:1
msgid "Minimum"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/quantity/index.js:1
msgid "Maximum"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/google-map/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Field Placeholder"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/hidden/index.js:1
#: assets/blocks/html/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Default Value"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/date-picker/index.js:1
#: assets/blocks/dropdown/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/input-masking/index.js:1
#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-password/index.js:1
#: assets/blocks/login-remember-me/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/login-username/index.js:1
#: assets/blocks/login/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/name/index.js:1
#: assets/blocks/number/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/payment-summary/index.js:1
#: assets/blocks/payment/index.js:1
#: assets/blocks/phone-number/index.js:1
#: assets/blocks/quantity/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/rating/index.js:1
#: assets/blocks/register-signin-link/index.js:1
#: assets/blocks/register/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Field Name"
msgstr ""

#: assets/blocks/custom-payment-amount/index.js:1
#: assets/blocks/email/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/password/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Type sub label here (optional)"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "MM-DD-YY"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "DD-MM-YYYY"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "YYYY-MM-DD"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "MM.DD.YY"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "DD.MM.YYYY"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "YYYY.MM.DD"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "MM/DD/YY"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "DD/MM/YYYY"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "YYYY/MM/DD"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Picker Type"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Date"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Time"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Both"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Placeholder"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Range"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Start Placeholder"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "End Placeholder"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Date Format"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Separator"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "-"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "."
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "/"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Allowed Days"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Sunday"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Monday"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Tuesday"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Wednesday"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Thursday"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Friday"
msgstr ""

#: assets/blocks/date-picker/index.js:1
msgid "Saturday"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "All Icons"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Arrows"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Media"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Layout"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Text & Editor"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "UI Elements"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Shapes"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Social"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Misc"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Icon Library"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Search"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "No icons found."
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Insert Icon"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Select Image"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Use Image"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Replace icon or image"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Choose Icon"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Upload Image"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Remove"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Add icon or image"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Delete Item"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "is"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "is not"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "equal length"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "less then length"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "greater then length"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "contains"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "does not contain"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "is null"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "is not null"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "regex"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Less then"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Greater then"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "between"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "begins with"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "ends with"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "does not begin with"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/end/index.js:1
#: assets/blocks/file-upload/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/step/index.js:1
#: assets/blocks/stripe/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "does not end with"
msgstr ""

#: assets/blocks/dropdown/index.js:1
msgid "Dropdown Items"
msgstr ""

#: assets/blocks/dropdown/index.js:1
msgid "Allow Multi Select"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Quiz Answer & Scoring Information"
msgstr ""

#: assets/blocks/dropdown/index.js:1
msgid "Mark one or more default options to define the correct answers. The numeric values of those correct options will be summed to determine the total points for this question."
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "The selected default option will be treated as the correct answer for this question. The numeric value assigned to that option will determine the points awarded."
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Enable Numeric Values for Options"
msgstr ""

#: assets/blocks/dropdown/index.js:1
msgid "Disable Option Search"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Options value"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Value"
msgstr ""

#: assets/blocks/dropdown/index.js:1
#: assets/blocks/payment-item/index.js:1
#, js-format
msgid "%s options in list"
msgstr ""

#: assets/blocks/email/index.js:1
#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
#: assets/blocks/website/index.js:1
msgid "Character Limit"
msgstr ""

#: assets/blocks/email/index.js:1
msgid "Enable Confirmation Field"
msgstr ""

#: assets/blocks/email/index.js:1
#: assets/blocks/password/index.js:1
msgid "Confirm Field Placeholder"
msgstr ""

#: assets/blocks/email/index.js:1
msgid "Show Email Icon"
msgstr ""

#: assets/blocks/email/index.js:1
#: assets/blocks/password/index.js:1
msgid "Type your question"
msgstr ""

#: assets/blocks/end/index.js:1
msgid "Show Quiz Results"
msgstr ""

#: assets/blocks/end/index.js:1
msgid "You can use the placeholders {{points}}, {{percentage}}, and {{grade}} to display the user's quiz results. These will be automatically replaced with the actual values when the form is submitted."
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Limit file size"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "KB"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "MB"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Limit number of files"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Allowed types"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Type upload text here"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Type upload instruction here"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Maximum file size allowed: {file_size}"
msgstr ""

#: assets/blocks/file-upload/index.js:1
msgid "Maximum number of files allowed: {file_limit}"
msgstr ""

#: assets/blocks/form/index.js:1
msgid "-- Select a Form --"
msgstr ""

#: assets/blocks/form/index.js:1
msgid "SELECT A FORM"
msgstr ""

#: assets/blocks/google-map/index.js:1
msgid "Set Default Location"
msgstr ""

#: assets/blocks/google-map/index.js:1
msgid "Location Preview"
msgstr ""

#: assets/blocks/google-map/index.js:1
msgid "Google Maps Preview"
msgstr ""

#: assets/blocks/google-map/index.js:1
msgid "Configure API key to see map"
msgstr ""

#: assets/blocks/google-map/index.js:1
msgid "Google Maps API key is not configured. Please <link>go to Settings</link> to configure it."
msgstr ""

#: assets/blocks/hidden/index.js:1
msgid "Hidden"
msgstr ""

#: assets/blocks/hidden/index.js:1
msgid "Enter default value"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "Generic Tags"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "Form fields"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "Generated PDFs"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "Dynamic tags"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "No HTML content added yet"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "Edit HTML Content"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "HTML Code Block"
msgstr ""

#: assets/blocks/html/index.js:1
msgid "Done"
msgstr ""

#: assets/blocks/info/index.js:1
msgid "Show Info Items"
msgstr ""

#: assets/blocks/info/index.js:1
msgid "Show Both"
msgstr ""

#: assets/blocks/info/index.js:1
msgid "Show Question Count"
msgstr ""

#: assets/blocks/info/index.js:1
msgid "Time to Complete"
msgstr ""

#: assets/blocks/info/index.js:1
#, js-format
msgid "%s Questions"
msgstr ""

#: assets/blocks/info/index.js:1
#, js-format
msgid "Takes %s"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "Mask Type"
msgstr ""

#: assets/blocks/input-masking/index.js:1
#: assets/blocks/number/index.js:1
msgid "None"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "(###) ###-####"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "(##) ####-####"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "26/09/2024"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "23:59:59"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "23/09/2024 23:59:59"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "00/00"
msgstr ""

#: assets/blocks/input-masking/index.js:1
msgid "00000"
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/register-signin-link/index.js:1
msgid "Prefix Text"
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/register-signin-link/index.js:1
msgid "URL"
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/register-signin-link/index.js:1
msgid "Suffix Text"
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/register-signin-link/index.js:1
msgid "Text Alignment"
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/register-signin-link/index.js:1
msgid "Center"
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
msgid "Prefix text..."
msgstr ""

#: assets/blocks/login-forgot-password/index.js:1
msgid "Forgot Password?"
msgstr ""

#: assets/blocks/login-password/index.js:1
msgid "Enable Password Visibility Toggle"
msgstr ""

#: assets/blocks/login-remember-me/index.js:1
msgid "Remember Me"
msgstr ""

#: assets/blocks/login-signup-link/index.js:1
#: assets/blocks/register-signin-link/index.js:1
msgid "Link Text"
msgstr ""

#: assets/blocks/login-signup-link/index.js:1
msgid "Don't have an account?"
msgstr ""

#: assets/blocks/login-signup-link/index.js:1
msgid "Sign Up"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
msgid "Multi Choice Options"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/range-slider/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "+ Add Option"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Column layout"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Default"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Full width"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Two columns"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Style"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Frame"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Standard"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
msgid "Choice Limit"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
msgid "Mark one or more options as default to define the correct answers. The numeric values of those correct options will be summed to determine the total points for this question."
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/paypal/index.js:1
#: assets/blocks/single-choice/index.js:1
#: assets/blocks/stripe/index.js:1
msgid "Type label here..."
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Type placeholder here..."
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/payment-item/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Add Option"
msgstr ""

#: assets/blocks/multiple-choice/index.js:1
#: assets/blocks/single-choice/index.js:1
msgid "Add Other"
msgstr ""

#: assets/blocks/next-button/index.js:1
msgid "Arrow icon"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Button Alignment"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Middle"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Block"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Button Style"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Default Style"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Solid"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Bordered"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Background Color"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Border Color"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:1
msgid "Text Color"
msgstr ""

#: assets/blocks/next-button/index.js:1
msgid "Skip button"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/submit-button/index.js:2
msgid "Button text"
msgstr ""

#: assets/blocks/next-button/index.js:1
#: assets/blocks/page-break/index.js:1
#: assets/blocks/submit-button/index.js:2
msgid "Add text..."
msgstr ""

#: assets/blocks/next-button/index.js:1
msgid "Next button text"
msgstr ""

#: assets/blocks/number/index.js:1
msgid "Number Format"
msgstr ""

#: assets/blocks/number/index.js:1
msgid "Decimal (Ex: 364.54)"
msgstr ""

#: assets/blocks/number/index.js:1
msgid "Non Decimal (Ex: 364)"
msgstr ""

#: assets/blocks/number/index.js:1
msgid "Enable Calculation"
msgstr ""

#: assets/blocks/number/index.js:1
msgid "Rounding"
msgstr ""

#: assets/blocks/page-break/index.js:1
msgid "Page Break Settings"
msgstr ""

#: assets/blocks/page-break/index.js:1
msgid "Go to settings"
msgstr ""

#: assets/blocks/page-break/index.js:1
#: assets/blocks/submit-button/index.js:2
msgid "Page Break"
msgstr ""

#: assets/blocks/password/index.js:1
msgid "Enable Password Strength"
msgstr ""

#: assets/blocks/password/index.js:1
msgid "Minimum Strength"
msgstr ""

#: assets/blocks/password/index.js:1
msgid "Weak"
msgstr ""

#: assets/blocks/password/index.js:1
msgid "Medium"
msgstr ""

#: assets/blocks/password/index.js:1
msgid "Strong"
msgstr ""

#: assets/blocks/password/index.js:1
msgid "Enable Password Confirmation"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Product Display Type"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Single"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Radio"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Checkbox"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Select"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Payment Item"
msgstr ""

#: assets/blocks/payment-item/index.js:1
msgid "Amount Label"
msgstr ""

#: assets/blocks/payment-summary/index.js:1
msgid "Empty payment selected text"
msgstr ""

#: assets/blocks/payment-summary/index.js:1
msgid "Payment Summary will be shown here."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Payment Type"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "One Time"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Subscription"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Pro Feature"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Subscription payments require the FormGent Pro plugin. Please install and activate FormGent Pro to use this feature."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Payment Methods"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Amount Type"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Fixed Amount"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Amount from Fields"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Label"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Amount fields"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Select one or more fields. Their amounts will be added together."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Billing Interval"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Total Billing Times"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "0 means the subscription never ends."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Free Trial"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Let customers try before first charge."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Trial Days"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Customer Fields Required"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Subscription payments require both Customer Email and Customer Name fields to be mapped. Stripe uses these to create the customer and send billing receipts."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Customer Name Field"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Select the field that contains the customer name."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Customer Email Field"
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Select the field that contains the customer email."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "This is a placeholder for the payment block. The fully configured payment block, including all selected settings and payment methods, will appear when you preview or publish the form."
msgstr ""

#: assets/blocks/payment/index.js:1
msgid "Subscription payments require the following customer fields to be mapped in the block settings:"
msgstr ""

#: assets/blocks/paypal/index.js:1
msgid "Paypal credentials are missing. Please <link>go to Settings</link> to configure them."
msgstr ""

#: assets/blocks/phone-number/index.js:1
msgid "Show Country Code"
msgstr ""

#: assets/blocks/phone-number/index.js:1
msgid "Enable Auto Country Detection"
msgstr ""

#: assets/blocks/phone-number/index.js:1
msgid "Include Plus Sign (+)"
msgstr ""

#: assets/blocks/phone-number/index.js:1
msgid "Default Country"
msgstr ""

#: assets/blocks/quantity/index.js:1
msgid "Product Field Mapping"
msgstr ""

#: assets/blocks/quantity/index.js:1
msgid "This block only works with the \"Payment Item\", \"Custom Payment Amount\" and Payment methods blocks."
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Type"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Number"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Text"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Right Label"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Left Label"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Tooltip Prefix"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "e.g., $"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Tooltip Suffix"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "e.g., %"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Min Value"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Max Value"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Step Increment"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Slider Options"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "Options Value"
msgstr ""

#: assets/blocks/range-slider/index.js:1
msgid "No options"
msgstr ""

#: assets/blocks/rating/index.js:1
msgid "Rating Icon"
msgstr ""

#: assets/blocks/rating/index.js:1
msgid "Rating Scale"
msgstr ""

#: assets/blocks/rating/index.js:1
msgid "Default Rating"
msgstr ""

#: assets/blocks/rating/index.js:1
#, js-format
msgid "%s/%s"
msgstr ""

#: assets/blocks/register-signin-link/index.js:1
msgid "Already have an account?"
msgstr ""

#: assets/blocks/register-signin-link/index.js:1
msgid "Sign In"
msgstr ""

#: assets/blocks/single-choice/index.js:1
msgid "Single Choice Options"
msgstr ""

#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Add media"
msgstr ""

#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Layout type"
msgstr ""

#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Select or Upload Media Of Your Chosen Persuasion"
msgstr ""

#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Use this media"
msgstr ""

#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Upload Media"
msgstr ""

#: assets/blocks/step/index.js:1
#: assets/blocks/welcome/index.js:1
msgid "Select Media"
msgstr ""

#: assets/blocks/stripe/index.js:1
msgid "Stripe credentials are missing. Please <link>go to Settings</link> to configure them."
msgstr ""

#. translators: 1: <strong>Submit Button</strong>, 2: <strong>Next</strong>, 3: <strong>Page Break</strong>, 4: <strong>submit the form on the final step</strong>
#: assets/blocks/submit-button/index.js:2
#, js-format
msgid "The %1$s block is not compatible with multi-step forms. Instead, the %2$s button in the %3$s block will automatically %4$s."
msgstr ""

#: assets/blocks/submit-button/index.js:2
msgid "Submit Button"
msgstr ""

#: assets/blocks/submit-button/index.js:2
msgid "submit the form on the final step"
msgstr ""

#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
msgid "Correct answer"
msgstr ""

#: assets/blocks/text/index.js:1
#: assets/blocks/textarea/index.js:1
msgid "Points"
msgstr ""
