# Translation of Plugins - GiveWP &#8211; Donation Plugin and Fundraising Platform - Development (trunk) in Galician
# This file is distributed under the same license as the Plugins - GiveWP &#8211; Donation Plugin and Fundraising Platform - Development (trunk) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2025-06-20 08:55:03+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/4.0.3\n"
"Language: gl_ES\n"
"Project-Id-Version: Plugins - GiveWP &#8211; Donation Plugin and Fundraising Platform - Development (trunk)\n"

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:37
msgid "%s subscription ID: %s"
msgstr ""

#: src/DonorDashboards/Routes/LoginRoute.php:129
msgid "The provided credentials are invalid."
msgstr ""

#: src/DonorDashboards/Routes/LoginRoute.php:118
msgid "Too many failed login attempts. Please try again later."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:471
msgid "Donation amount cannot be decreased."
msgstr ""

#. translators: %s: maximum donation amount
#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:447
msgid "Donation amount must not exceed %s."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:439
msgid "Invalid donation amount."
msgstr ""

#: src/DonationForms/Controllers/DonationFormViewController.php:26
#: src/DonationForms/Controllers/DonationFormViewController.php:55
msgid "Not Found"
msgstr ""

#: src/DonationForms/Controllers/DonationFormViewController.php:25
#: src/DonationForms/Controllers/DonationFormViewController.php:54
msgid "Donation form not found."
msgstr ""

#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Continue editing upgraded form"
msgstr ""

#: build/assets/dist/js/give-edit-v2form.js:1
msgid "This form has been upgraded to the Visual Form Builder. Complete the transfer to finalize the upgrade."
msgstr ""

#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Upgrade in Progress"
msgstr ""

#. translators: %s: donation form title
#: templates/shortcode-form-grid.php:106
msgid "View donation form: %s"
msgstr ""

#. translators: %s: donation form title
#: templates/shortcode-form-grid.php:90
msgid "Open donation form: %s"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:388
msgid "A column must be mapped to \"donor_id\" or \"email\"."
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:39
msgid "Failed Donation"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Default Country"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:122
#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:110
msgid "Ribbon"
msgstr ""

#. translators: %1$s: donor name, %2$s: donation amount
#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:97
msgctxt "donor name and donation amount"
msgid "%1$s donated %2$s"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:57
#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:63
msgid "Empty state icon"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:214
msgid "Preferred payment method"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:210
msgid "Type of donor"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:204
msgid "Last donation details"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:200
msgid "First donation details"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:196
msgid "Total number of donations"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:192
msgid "Average donation amount"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:188
msgid "Highest single donation amount"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:184
msgid "Total lifetime donation amount"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:611
msgid "Search donors by name or email."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:544
msgid "Total number of donations made by the donor"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:539
msgid "Total amount donated by the donor"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:531
msgid "Total amount donated in minor units (cents)"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:527
msgid "Total amount donated in decimal format"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:518
msgid "Link to edit the WordPress user associated with the donor"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:512
msgid "URL of the donor avatar image"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:507
msgid "Donor full name (calculated from firstName and lastName)"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:502
msgid "WordPress user ID associated with the donor"
msgstr ""

#. translators: %s: WordPress documentation URL
#: src/API/REST/V3/Routes/Donors/DonorController.php:493
msgid "Donor creation date in ISO 8601 format. Follows WordPress REST API date format standards. See %s for more information."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:73
msgid "Whether to embed related resources in the response. It can be true when we want to embed all available resources, or a string like \"givewp:statistics\" when we wish to embed only a specific one. Available embeddable resources: givewp:statistics | givewp:donations | givewp:subscriptions. IMPORTANT: Use with caution when setting to true, as donations and subscriptions return 30 items by default, which can result in a large payload."
msgstr ""

#. translators: %s: WordPress documentation URL
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:426
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:403
msgid "The date the note was last updated in ISO 8601 format. Follows WordPress REST API date format standards. See %s for more information."
msgstr ""

#. translators: %s: WordPress documentation URL
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:415
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:392
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:421
msgid "The date the note was created in ISO 8601 format. Follows WordPress REST API date format standards. See %s for more information."
msgstr ""

#: src/API/Endpoints/Reports/Endpoint.php:236
msgid "You do not have permission to view the reports resource."
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:61
msgid "This email is to inform you that a donation has failed on your website:"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:44
msgid "Failed Donation - #{payment_id}"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:40
msgid "Sent to designated recipient(s) when a donation status is changed to failed."
msgstr ""

#: build/campaignDetails.js:10
msgid "Failed to create campaign page"
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign page created"
msgstr ""

#: build/campaignDetails.js:10
msgid "Failed to update campaign status"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:167
msgid "Page content."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:163
msgid "WordPress post status for the page."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:159
msgid "Last updated date-time (Y-m-d H:i:s)."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:154
msgid "Creation date-time (Y-m-d H:i:s)."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:149
msgid "The associated Campaign ID."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:144
msgid "The Campaign Page ID."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:139
msgid "Represents a Campaign Page resource."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:123
msgid "Error while preparing campaign page for response: %s"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:86
msgid "Error while creating campaign page"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:502
msgid "Error while merging campaigns"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:401
msgid "Error while creating campaign"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:356
msgid "Error while preparing campaign for response: %s"
msgstr ""

#: includes/currencies-list.php:838
msgid "Caribbean Guilder (%1$s)"
msgstr ""

#: includes/country-functions.php:144
msgid "Curaçao"
msgstr ""

#: build/donorDetails.js:10
msgid "Donated to <campaign />"
msgstr ""

#: build/campaignListTable.js:4
msgid "The campaign title is required."
msgstr ""

#: src/API/REST/V3/Support/Schema/SchemaTypes.php:35
msgid "Currency code in uppercase three letter format (e.g., USD, EUR)"
msgstr ""

#: src/API/REST/V3/Support/Schema/SchemaTypes.php:29
msgid "Value in minor units (cents)"
msgstr ""

#: src/API/REST/V3/Support/Schema/SchemaTypes.php:25
msgid "Value in decimal format"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:394
msgid "Subscription Note routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:22
msgid "Subscription routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:175
msgid "Provides statistics for a specific donor."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:364
msgid "Donor Note routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:368
msgid "Donor routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:386
msgid "Donation Note routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1188
msgid "Ticket type last update date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1183
msgid "Ticket type creation date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1179
msgid "Ticket type capacity"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1176
msgid "Ticket type price"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1174
msgid "Ticket type description"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1170
msgid "Ticket type title"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1152
msgid "Event last update date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1147
msgid "Event creation date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1142
msgid "Event ticket close date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1137
msgid "Event end date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1132
msgid "Event start date and time"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1128
msgid "Event description"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1124
msgid "Event title"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1112
msgid "Updated at Date and Time string"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1104
msgid "Event ticket amount"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1098
#: src/API/REST/V3/Routes/Donations/DonationController.php:1162
msgid "Ticket type ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1094
#: src/API/REST/V3/Routes/Donations/DonationController.php:1120
#: src/API/REST/V3/Routes/Donations/DonationController.php:1166
msgid "Event ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1090
msgid "Event ticket ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1076
msgid "Gateway transaction URL"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1025
#: src/API/REST/V3/Routes/Donations/DonationController.php:1030
#: src/API/REST/V3/Routes/Donations/DonationController.php:1107
msgid "Created at Date and Time string"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:890
msgid "Donation routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:716
msgid "Campaign creation date (Y-m-d H:i:s)"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:711
msgid "Campaign end date"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:706
msgid "Campaign start date"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:697
msgid "Default campaign form title"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:687
msgid "Campaign type"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:680
msgid "Formatted goal value"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:676
msgid "Goal value"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:672
msgid "Progress percentage"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:668
msgid "Formatted actual progress"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:664
msgid "Actual progress value"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:659
msgid "Campaign goal statistics"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:635
msgid "Campaign featured image URL"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:630
msgid "Campaign logo URL"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:602
msgid "Campaign page permalink"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:592
msgid "Campaign routes for CRUD operations"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignStatisticsController.php:149
msgid "The number of donors for the campaign."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignStatisticsController.php:145
msgid "The number of donations for the campaign."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignStatisticsController.php:141
msgid "The amount raised for the campaign."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignStatisticsController.php:133
msgid "Provides statistics for a specific campaign."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignRevenueController.php:237
msgid "Provides daily revenue data for a specific campaign."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:164
msgid "Include anonymous comments"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:160
msgid "Comments per page"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:155
msgid "The Campaign ID."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:150
msgid "Provides comments for a specific campaign."
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Active Subscriptions"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Total Contributions"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Are you sure you want remove from trash the following subscriptions?"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Are you sure you want add to trash the following subscriptions?"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Restore the following subscription #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Trash the following subscription #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Really delete subscription #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Are you sure you want remove from trash the following donations?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Show trashed"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "Restore the following donation #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "Trash the following donation #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Filter by"
msgstr ""

#: src/Subscriptions/ListTable/Columns/CampaignColumn.php:51
msgid "Campaign #%d"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Link the subscription to the selected donor"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Manage the donor connected to this subscription"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Changing the Gateway Subscription ID will stop renewal recordings in Give if not accurate."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Enter gateway subscription ID"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Connects the subscription from the gateway to Give, syncing subscription changes and recording renewals."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Edit field"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Cancel editing"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Select a form"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Error loading forms. Please try again."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Loading forms..."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Search for a form..."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Error loading campaigns. Please try again."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Loading campaigns..."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Search for a campaign..."
msgstr ""

#: build/donationDetails.js:10
msgid "View subscription"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "Subscribers"
msgstr ""

#: src/Promotions/resources/views/BFCM2025.php:32
msgid "CLAIM MY 30% DISCOUNT"
msgstr ""

#: src/Promotions/resources/views/BFCM2025.php:31
msgid "Cart icon"
msgstr ""

#: src/Promotions/resources/views/BFCM2025.php:30
msgid "Claim your 30% discount - opens in new tab"
msgstr ""

#: src/Promotions/resources/views/BFCM2025.php:25
msgid "Your cause deserves the best! Do more good & spend less: Nov 24 - Dec 2."
msgstr ""

#: src/Promotions/resources/views/BFCM2025.php:24
msgid "Amplify Your Impact With <span class=\"givewp-bfcm-2025-banner__discount\">30%</span> Off"
msgstr ""

#: src/Promotions/resources/views/BFCM2025.php:20
msgid "Black Friday Cyber Monday 2025 Promotion"
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:63
msgid "Import a CSV of subscriptions (recurring donations)."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1286
msgid "Renews At"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1279
msgid "Recovered Fee Amount"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1278
msgid "Recurring Amount"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1277
msgid "Installments"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1275
msgid "Subscription Period"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1157
msgid "Row %1$d: Initial donation creation failed (%2$s)"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1047
msgid "Invalid subscription period \"%1$s\". Valid options: %2$s. You can also use: daily, weekly, monthly, quarterly, yearly."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:985
msgid "Row %d: Either donor_id or email is required to resolve the donor"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:978
msgid "Row %1$d: Missing required field \"%2$s\""
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:834
msgid "Delete the uploaded CSV from the Media Library after import."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:823
msgid "Automatically create a WordPress user account for newly created donors.  This is required for donors to access their Donor Dashboard and manage their subscriptions."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:812
msgid "Select whether these subscriptions should be marked as \"test\"."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:801
msgid "If your CSV uses a different delimiter (like a tab), set that here."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:776
msgid "The file must be a Comma Separated Values (CSV) file type only."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:751
msgid "This tool allows you to import subscription data via a CSV file."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:750
msgid "Import subscriptions from a CSV file"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:720
msgid "Preview what the import would look like without making any changes."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:458
msgid "Select fields from your CSV file to map against subscription fields or to ignore during import."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:451
msgid "Amount (donor facing amount)"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:445
#: includes/admin/tools/import/class-give-import-subscriptions.php:1275
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Period"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:442
msgid "Donor ID or Donor Email"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:435
msgid "These fields are required for the import to be submitted"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:431
msgid "Map CSV fields to subscriptions"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:394
msgid "A column must be mapped to \"%s\"."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:336
msgid "Your subscriptions are now being imported..."
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:289
msgid "Errors"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:285
msgid "%s initial donation failed"
msgid_plural "%s initial donations failed"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:282
msgid "%s subscription failed"
msgid_plural "%s subscriptions failed"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:279
msgid "%s subscription created"
msgid_plural "%s subscriptions created"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:273
msgid "View Subscriptions"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:253
#: includes/admin/tools/views/html-admin-page-import-subscriptions.php:20
#: includes/admin/tools/views/html-admin-page-imports.php:61
#: includes/admin/tools/views/html-admin-page-imports.php:67
msgid "Import Subscriptions"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:245
msgid "Failed to import %s row"
msgid_plural "Failed to import %s rows"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:239
msgid "Import complete! %s row processed"
msgid_plural "Import complete! %s rows processed"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:234
msgid "Dry run import complete! %s row processed"
msgid_plural "Dry run import complete! %s rows processed"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:910
msgid "All subscriptions uploaded successfully!"
msgstr ""

#: includes/admin/admin-actions.php:774 includes/admin/admin-actions.php:902
#: includes/admin/tools/import/class-give-import-subscriptions.php:1169
msgid "Row %1$d: %2$s"
msgstr ""

#: src/DonationForms/Routes/Permissions/DonationFormPermissions.php:114
msgid "You do not have permission to associate forms with campaigns."
msgstr ""

#: src/DonationForms/Routes/Permissions/DonationFormPermissions.php:76
msgid "You do not have permission to view private, draft, or trashed donation forms."
msgstr ""

#: src/DonationForms/Controllers/DonationFormsRequestController.php:37
msgid "You do not have permission to view this donation form."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:94
#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:309
msgid "You do not have permission to view this campaign."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/Permissions/CampaignPermissions.php:75
msgid "You do not have permission to view private, draft, or archived campaigns."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "No subscription found"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "This includes the subscription information"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "No donor associated with this subscription"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "This will not change the status at the gateway."
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set status for the following subscriptions?"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "search subscriptions"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Name, Email, or Subscription ID"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "filter subscriptions by campaign"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "Filter donors by campaign"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Switch to the legacy donations table view"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Import donations"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Import donations from external source"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Information"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Learn about Manual Donations add-on (opens in new tab)"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "New donation"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Create a new donation record"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "One-Time Donations"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
msgid "PRO TIP: "
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "Move donation #%d to trash."
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "Edit donation #%d."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:180
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Donation statistics"
msgstr ""

#: src/DonationForms/Rules/CurrencyRule.php:55
msgid "%s must be a valid currency. Provided: %s"
msgstr ""

#: src/DonationForms/Rules/CurrencyRule.php:48
msgid "%s must be a valid 3-letter currency code in uppercase format (example: USD)"
msgstr ""

#: includes/currencies-list.php:1748
msgid "Zimbabwean dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1628
msgid "Tunisian Dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1588
msgid "Salvadoran colón (%1$s)"
msgstr ""

#: includes/currencies-list.php:1568
msgid "São Tomé and Príncipe dobra (old) (%1$s)"
msgstr ""

#: includes/currencies-list.php:1518
msgid "Sierra Leonean leone (old) (%1$s)"
msgstr ""

#: includes/currencies-list.php:1318
msgid "Mauritanian ouguiya (old) (%1$s)"
msgstr ""

#: includes/currencies-list.php:848
msgid "Special Drawing Rights (%1$s)"
msgstr ""

#: includes/currencies-list.php:818
msgid "Venezuelan bolívar digital (%1$s)"
msgstr ""

#: includes/currencies-list.php:808
msgid "Venezuelan bolívar soberano (%1$s)"
msgstr ""

#: includes/currencies-list.php:798
msgid "Venezuelan bolívar (old) (%1$s)"
msgstr ""

#: includes/currencies-list.php:768
msgid "Tuvaluan dollar (%1$s)"
msgstr ""

#: includes/admin/tools/data/class-give-tools-reset-stats.php:315
msgid "Successfully reset data for campaigns, campaign pages, donation forms, subscriptions, events, revenue, donation counts, logs, etc."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "Please check the form for errors."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "Required fields are missing."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be no more than %s."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be at least %s."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be no more than %d characters long."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be at least %d characters long."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be one of: %s"
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be an object."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a list."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be true or false."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a whole number."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a number."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be text."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s format is invalid."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a valid color code."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a valid UUID."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a valid date and time."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a valid URL."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s must be a valid email address."
msgstr ""

#: build/campaignDetails.js:7 build/donationDetails.js:7
#: build/donorDetails.js:7 build/subscriptionDetails.js:7
msgid "%s is invalid."
msgstr ""

#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:385
msgid "Refund the donation at %s?"
msgstr ""

#: src/Framework/ListTable/ListTable.php:190
msgid "Something went wrong, more in detail in <a href=\"%s\">logs</a>"
msgstr ""

#: src/Framework/Http/ConnectServer/Client/ConnectClient.php:118
msgid "The request to the %1$s failed. Error:  %2$s"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:194
msgid "Projected annual revenue in minor units (cents)"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:190
msgid "Projected annual revenue in decimal format"
msgstr ""

#. translators: %s: WordPress documentation URL
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:179
msgid "Next renewal date in ISO 8601 format. Follows WordPress REST API date format standards. See %s for more information."
msgstr ""

#. translators: %s: WordPress documentation URL
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:169
msgid "Subscription creation date in ISO 8601 format. Follows WordPress REST API date format standards. See %s for more information."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:162
msgid "Payment gateway details. Returns null when gateway is not available or not registered."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:159
msgid "Whether the gateway supports transaction synchronization"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:155
msgid "Gateway dashboard subscription URL"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1072
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:150
msgid "Payment method label"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1068
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:146
msgid "Gateway name"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1283
#: src/API/REST/V3/Routes/Donations/DonationController.php:1064
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:142
msgid "Gateway ID"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:128
msgid "Gateway subscription ID. Returns empty string when sensitive data is excluded."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:123
msgid "Transaction ID. Returns empty string when sensitive data is excluded."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:89
msgid "Fee amount in minor units (cents)"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:85
msgid "Fee amount in decimal format"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:536
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:74
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:94
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:199
msgid "Currency code (e.g., USD, EUR)"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:69
msgid "Amount in minor units (cents)"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:65
msgid "Amount in decimal format"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:57
msgid "Donor last name. Returns \"anonymous\" for anonymous donors when data is redacted."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:52
msgid "Donor first name. Returns \"anonymous\" for anonymous donors when data is redacted."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:47
msgid "Donor ID. Returns 0 for anonymous donors when data is redacted."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignRevenueController.php:250
msgid "The amount of revenue received on the given date."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignRevenueController.php:246
msgid "The date for the revenue entry (YYYY-MM-DD)."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "This will update the subscription details using the most recent data from the gateway. However, no changes will be made to existing payments."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Proceed to sync"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Resync"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Syncing"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Sync subscription details"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Trash Subscription"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Move subscription to trash"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Trash subscription"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Sync subscription"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "every"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Test Subscription"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Subscription gateway isn’t active on your site."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Move subscription to trash after cancelling"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "This will not cancel the subscription at the gateway. Do you want to proceed anyway?"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "If you cancel this subscription, you won't receive any more payments from this subscription. Do you want to proceed?"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Proceed anyway"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Subscription cancelled successfully"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Subscription cancelled and moved to trash"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "ACCURATE"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Payment details"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "A donation of <PaymentAmount/> has been added."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Accurate payment synchronization details"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "OLD"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Payment synchronization successful"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Platform"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Accurate synchronization details"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Some changes made to this subscription will only affect future renewals."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Failed to add renewal"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Renewal added successfully"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "results"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "result"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Show all recurring donations under this subscription."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Please note that this will not charge the donor nor create the renewal at the gateway."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Add renewal"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Adding renewal"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Update renewal date"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Date is required"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Amount is required"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Renewal donation"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Estimated contribution"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Estimated yearly contribution based on billing amount."
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Projected Annual Revenue"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Information about the initial recurring donation"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "View subscription on gateway"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Next payment"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Subscription details"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Limited"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Unlimited"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Payments completed"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Total contribution so far"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Select a donor"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Loading donors..."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Search for a donor..."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Error loading donors. Please try again."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "This donation's gateway is not active on your site. Install the matching payment gateway to see full details."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Gateway Details Unavailable"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:74
msgid "Trashed"
msgstr ""

#: src/Donations/ListTable/Columns/SubscriptionDonationTypeColumn.php:55
msgid "Initial donation"
msgstr ""

#: src/Donations/ListTable/Columns/SubscriptionDonationTypeColumn.php:51
msgid "One-time donation"
msgstr ""

#: src/Donations/ListTable/Columns/SubscriptionDonationTypeColumn.php:35
msgid "Subscription Donation Type"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:448
msgid "HATEOAS links for the subscription note."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:45
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:408
msgid "The ID of the subscription this note belongs to."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:633
msgid "Error while preparing subscription for response: %s"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:502
#: build/subscriptionDetails.js:10
msgid "Failed to cancel subscription"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:408
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:456
msgid "Failed to trash subscription"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:402
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:448
msgid "Failed to delete subscription"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:302
msgid "Failed to create subscription: %s"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:160
msgid "Whether to also move the subscription to trash (trash=true) instead of just canceling it."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:104
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:133
msgid "The subscription ID."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:88
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:138
msgid "Whether to permanently delete (force=true) or move to trash (force=false, default)."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:80
msgid "Array of subscription IDs to delete"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Permissions/SubscriptionPermissions.php:122
msgid "You do not have permission to delete subscriptions."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Permissions/SubscriptionPermissions.php:102
msgid "You do not have permission to update subscriptions."
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:202
msgid "Projected annual revenue for this subscription"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1286
msgid "Next Renewal Date"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1284
#: build/subscriptionDetails.js:10
msgid "Gateway Subscription ID"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:118
msgid "Number of installments (0 for unlimited)"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:113
msgid "Billing frequency"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:107
msgid "Subscription billing period"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:101
msgid "Subscription status"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:77
msgid "Subscription amount"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:42
msgid "Donation form ID"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionCollectionParams.php:61
msgid "Filter subscriptions by donor ID"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionCollectionParams.php:56
msgid "Filter subscriptions by campaign ID"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionCollectionParams.php:47
msgid "Filter subscriptions by status"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionCollectionParams.php:41
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:31
msgid "Subscription mode (live or test)"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionCollectionParams.php:35
msgid "Sort direction for subscription results"
msgstr ""

#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionCollectionParams.php:19
msgid "Sort field for subscription results"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1035
msgid "Whether to update the subscription renewal date with the createdAt date when creating subscription or renewal donations"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:998
msgid "Donation comment"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:992
msgid "Exchange rate"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:987
msgid "Gateway transaction ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:978
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:27
msgid "Subscription ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:973
msgid "Form title"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:943
msgid "Donation type"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:784
msgid "You do not have permission to create donations."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:319
msgid "Failed to create donation"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:203
msgid "When subscriptionId is zero, type can only be \"single\""
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:193
msgid "Gateway ID must match the subscription gateway for subscription and renewal donations"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:182
msgid "A subscription donation already exists for this subscription"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:162
msgid "When subscriptionId is provided, type must be \"subscription\" or \"renewal\""
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:142
msgid "Cannot create donation: subscription installments limit reached"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:133
#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:172
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:258
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:334
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:393
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:437
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:480
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:100
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:162
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:196
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:224
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:270
#: src/Subscriptions/SubscriptionsAdminPage.php:32
msgid "Subscription not found"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:111
msgid "Cannot create renewal donation for non-renewal type"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:92
#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:122
msgid "Missing required field: %s"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DataTransferObjects/DonationCreateData.php:81
msgid "Cannot create single donation for renewal type"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:305
msgid "Excerpt Length"
msgstr ""

#: build/donationDetails.js:10
msgid "No donor associated with this donation"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:356
msgid "The text that appears on the \"Read More\" link if your donor comments are truncated."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:347
msgid "Load More"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:346
msgid "The text that appears on the \"Load More\" button if you have multiple \"pages\" of donor cards."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:337
msgid "Button Text Settings"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:295
msgid "Number of characters to allow to be shown in the donor comments. This can help make each donor card a more consistent height."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:293
msgid "Comment Length (characters)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:191
msgid "The number of columns to display. Note that \"Best Fit\" will always stretch to fill the available width."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:149
msgid "Select the form to pull donors from."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:132
msgid "On Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:487
msgid "Filter forms by specific tags."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:476
msgid "Filter forms by specific categories."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:467
msgid "Filter Options"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:454
msgid "Text color for the donate button."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:444
msgid "Text color for form tags."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:434
msgid "Background color for form tags."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:421
msgid "Choose the color for the goal progress bar."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:412
msgid "Style Options"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:400
msgid "Enable"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:399
msgid "Enable pagination for the form grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:397
msgid "Enable Pagination"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:386
msgid "Show/Hide the donate button on each form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:360
msgid "Number of words to display in the excerpt."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:358
msgid "Excerpt Length (words)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:333
msgid "Set a fixed height for images in pixels."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:331
msgid "Image Height (px)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:316
msgid "Set the height of the featured image."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:302
msgid "Full Size"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:301
msgid "Large"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:300
msgid "Medium"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:299
msgid "Thumbnail"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:297
msgid "Select the size of the featured image."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:248
msgid "Select specific forms to exclude from the grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:234
msgid "Select specific forms to include in the grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:232
msgid "Include Forms"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:223
msgid "Exclude Specific Forms"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:222
msgid "Include Specific Forms"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:219
msgid "Choose how to select forms to display."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:210
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:217
msgid "Form Selection"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignStatsWidget/ElementorCampaignStatsWidget.php:128
msgid "Statistic Type"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignStatsWidget/ElementorCampaignStatsWidget.php:114
msgid "Campaign Statistics"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignStatsWidget/ElementorCampaignStatsWidget.php:29
msgid "GiveWP Campaign Stats"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:195
msgid "Per Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:134
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:129
msgid "Show Image"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:123
msgid "Full"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:113
msgid "Campaign Grid"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:27
msgid "GiveWP Campaign Grid"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGoalWidget/ElementorCampaignGoalWidget.php:30
msgid "GiveWP Campaign Goal"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:128
msgid "Show Anonymous Donors"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:114
msgid "Campaign Donors"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:29
msgid "GiveWP Campaign Donors"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:201
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:213
msgid "Load More Button Text"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:189
msgid "Donations Per Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:140
msgid "Show Icon"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:114
msgid "Campaign Donations"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:29
msgid "GiveWP Campaign Donations"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:115
msgid "Campaign Comments"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:30
msgid "GiveWP Campaign Comments"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:209
msgid "Visit the GiveWP Docs for more info on the GiveWP Totals."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:207
msgid "This is the GiveWP Totals widget. Use this to display a total of one or many forms."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:206
msgid "GIVEWP TOTALS WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:193
msgid "Comma separated list of GiveWP tag IDs you want to combine into this total."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:184
msgid "Comma separated list of GiveWP category IDs you want to combine into this total."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:172
msgid "Show or hide a the progress bar."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:170
msgid "Show Progress"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:162
msgid "The text you want to hyperlink with your link."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:147
msgid "The url of where you want to link donors to encourage them to donate toward the goal."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:137
msgid "(Optional) The total goal you want to reflect in your message."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:127
msgid "Designate a goal amount."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:114
msgid "Choose the forms you want to combine in this total."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:104
msgid "GiveWP Totals Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:45
msgid "Give Totals (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:280
msgid "May 4, 2020"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:270
msgid "Auto renew on June 4, 2020"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:258
msgid "Form with a Goal"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:191
msgid "Visit the GiveWP Docs for more info on the GiveWP Subscriptions table."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:189
msgid "This is the GiveWP Subscriptions widget. Choose which columns you want to have appear for your donors subscription history."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:188
msgid "GIVEWP SUBSCRIPTION HISTORY WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:173
msgid "The number of subscriptions to show before pagination appears."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:171
msgid "Subscriptions per Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:161
msgid "Show or hide a column with the subscription end date."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:149
msgid "Show or hide a column with the subscription start date."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:137
msgid "Show or hide a column with progress of the subscription."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:125
msgid "Show or hide a column with the subscription renewal date."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:113
msgid "Show or hide the subscription status column."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:103
msgid "GiveWP Subscriptions Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:44
msgid "Give Subscriptions (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:136
msgid "Visit the GiveWP Docs for more info on the GiveWP Register feature."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:134
msgid "This is a sample register form with all fields exposed. This is only to help position and style the form with Elementor. If you want to see the live form, go to this page while logged out or in an Icognito browser."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:133
msgid "This is the GiveWP Register widget. Allow your visitors to register on your website."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:132
msgid "GIVEWP REGISTER WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:113
msgid "The url you want to redirect users to after they submit the registration form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:111
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:145
msgid "Link"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:103
msgid "GiveWP Register Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveRegisterWidget.php:44
msgid "Give Register (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveProfileEditorWidget.php:120
msgid "Visit the GiveWP Docs for more info on the GiveWP Profile Editor."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveProfileEditorWidget.php:118
msgid "This is the GiveWP Profile Editor widget. The Profile Editor has no settings at all, just drop it on your page and it's ready to go."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveProfileEditorWidget.php:117
msgid "GIVEWP PROFILE EDITOR WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveProfileEditorWidget.php:103
msgid "GiveWP Profile Editor Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveProfileEditorWidget.php:44
msgid "Give Profile Editor (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:202
msgid "Choose the summary text placed below the heading title."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:190
msgid "Choose the image URL of the multi-form goal card."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:188
msgid "Featured Image of the Card"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:180
msgid "Choose the heading to be displayed on the multi-form goal card."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:178
msgid "Heading Title"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:170
msgid "Choose the primary color of the multi-form goal card"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:160
msgid "Define when the multi-form goal should come to an end."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:150
msgid "Choose the goal amount to be displayed in the multi-form goal card."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:139
msgid "If you have categories enabled in GiveWP, you can list the category IDs that you want displayed in this grid. A comma-separated list of form category IDs will cause the grid to include only forms from those categories"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:126
msgid "If you have tags enabled in GiveWP, you can list the category IDs that you want displayed in this grid. A comma-separated list of form tag IDs will cause the grid to include only forms with those tags."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:115
msgid "Choose the IDs of the forms you want to display in the multi-form goal. Display all the forms (default), a single form ID, or a comma-separated list of IDs"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:113
msgid "Donation Form IDs"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:105
msgid "Give Multi Form Goal Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:49
msgid "Give Multi Form Goal (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:130
msgid "Visit the GiveWP Docs for more info on the GiveWP Login."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:128
msgid "This is a sample Login form with all fields exposed. This is only to help position and style the form with Elementor. If you want to see the live form, go to this page while logged out or in an Icognito browser."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:127
msgid "This is the GiveWP Login widget."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:126
msgid "GIVEWP LOGIN WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:103
msgid "GiveWP Login Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:44
msgid "Give Login (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:153
msgid "Visit the GiveWP Docs for more info on the GiveWP Goal."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:151
msgid "This is the GiveWP Goal widget. Choose how you want your form goal to be displayed. Note that this widget only supports forms that have a goal enabled. If you want to show progress of any form or multiple forms, use the \"GiveWP Totals\" widget instead."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:150
msgid "GIVEWP GOAL WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:134
msgid "Show or hide progress bar."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:122
msgid "Show or hide the goal text."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:120
msgid "Show Text"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:103
msgid "GiveWP Goal Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:44
msgid "Give Goal (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:249
msgid "Visit the GiveWP Docs for more info on the GiveWP Form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:244
msgid "This is the GiveWP Form widget. Choose which form you want to embed on this page with it's form \"ID\"."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:243
msgid "GIVEWP FORM WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:217
msgid "Form Display Style changes will not be visible for Donation forms created using the Visual Form Builder. Save the page and view it on the front end."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:215
msgid "Important Note"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:205
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:278
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:143
msgid "Continue to Donate"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:204
msgid "Text on the button that reveals the form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:202
msgid "Reveal Button Text"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:192
msgid "Modal Reveal"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:191
msgid "Button Only"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:188
msgid "Choose which display to use for this GiveWP form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:186
msgid "Form Display Style"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:166
msgid "Show/hide the content of this form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:164
msgid "Show Form Content"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:153
msgid "Show/hide the progress bar and goal for this form."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:132
msgid "Show/hide the GiveWP form title."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:121
msgid "Choose the GiveWP Form you want to embed."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:111
msgid "GiveWP Form Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:47
msgid "Give Donation Form (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:411
msgid "Visit the GiveWP Docs for more info on the GiveWP Form Grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:409
msgid "This is the GiveWP Form Grid widget. Choose the elements you want to see appear in the form grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:408
msgid "GIVEWP FORM GRID WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:393
msgid "Open the form in a modal window."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:392
msgid "Redirect to the single Form Page."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:390
msgid "Choose the behavior when a form is clicked on within the grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:355
msgid "Featured image height. Default \"auto\". Accepts valid CSS heights"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:343
msgid "Featured image size. Default \"medium\". Accepts WordPress image sizes."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:331
msgid "Show/Hide the form featured image."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:329
msgid "Show Form Featured Image"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:319
msgid "Show/Hide the form goal."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:317
msgid "Show Form Goal"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:295
msgid "Show/Hide the form excerpt."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:293
msgid "Show Form Excerpt"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:283
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:271
msgid "Show/Hide the form title."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:281
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:130
msgid "Show Form Title"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:241
msgid "Closest to Goal"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:198
msgid "The number of forms to show in the grid before the \"Load More\" button appears."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:189
msgid "List the form IDs that you want excluded from this Form Grid."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:187
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:246
msgid "Exclude Forms"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:175
msgid "Show by Form Tags"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:165
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:177
msgid "Place the form category IDs you'd like to show in your grid here, separated by commas."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:163
msgid "Show by Form Categories"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:152
msgid "Place the form IDs you'd like to show in your grid here, separated by commas."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:150
msgid "Show by Form IDs"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:128
msgid "Do you want to show all forms in your grid?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:126
msgid "Show All Forms?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:113
msgid "Would you like to show forms by ID, by their Categories, or by their Tags?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:111
msgid "Collection Method"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:103
msgid "GiveWP Form Grid Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:44
msgid "Give Form Grid (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:353
msgid "Visit the GiveWP Docs for more info on the GiveWP Donor Wall."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:351
msgid "This is the GiveWP Donor Wall widget. Choose the elements you want to see appear in the donor wall. Note that the live preview only works if you have existing donors to display."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:350
msgid "GIVEWP DONOR WALL WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:335
msgid "The text that appears on the \"Read More\" link if your donor comments are truncated because of the comment length."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:324
msgid "The text that appears on the \"Load More\" button if you have multiple \"pages\" of donor cards beyond what the \"Donors per Page\" setting above is set to."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:311
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:324
msgid "Include/Exclude donations made that selected to be \"Anonymous\". They will be shown without the name or comments."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:309
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:128
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:322
msgid "Show Anonymous Donations"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:295
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:308
msgid "Only show donations that have comments."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:293
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:306
msgid "Only Show Donations with Comments"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:282
msgid "Number of characters to allow to be shown in the donor comments. This can help make each donor card a more consistent height for appearance purposes."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:280
msgid "Comment length in characters"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:269
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:282
msgid "Show/Hide the donor comment if any was provided by the donor."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:256
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:269
msgid "Show/Hide the date the donation was made."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:243
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:256
msgid "Show/Hide the donation amount."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:230
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:243
msgid "Show/Hide the donor's name."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:217
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:230
msgid "Set the size of the Avatar in pixels."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:204
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:217
msgid "Show/Hide the donor avatar. Will display the donor's initials if no avatar is supported for their email address."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:187
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:266
msgid "The number of columns to display. Note that \"Best Fit\" will always stretch to fill the available width that the donor wall is placed within."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:185
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:264
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:189
msgid "Number of Columns"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:173
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:252
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:177
msgid "The order the donors will be displayed in according to the \"Order By\" field chosen."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:159
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:233
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:163
msgid "The element which the order will be determined by."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:146
msgid "What is the form ID of the form you want to pull the donors from?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:125
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:136
msgid "Do you want to show all donors here, or choose one form?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:123
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:134
msgid "Show All Donors?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:113
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:124
msgid "Set how many donors will show before the \"Show More\" button appears."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:111
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:122
msgid "Donors per Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:103
msgid "GiveWP Donor Wall Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:44
msgid "Give Donor Wall (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:415
msgid "Manage Subscriptions"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:408
msgid "Progress:"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:405
msgid "June 4, 2020"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:404
msgid "Renewal Date:"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:392
msgid "Subscription:"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:371
msgid "Receipt"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:348
msgid "First Form"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:337
msgid "April 18, 2020"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:325
msgid "Test Donor"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:301
msgid "You are missing the donation ID to view this donation receipt."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:239
msgid "Visit the GiveWP Docs for more info on the GiveWP Donation Receipt."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:237
msgid "This is a sample receipt with all fields exposed. The alerts and info will show correctly for your donors. This receipt is just for preview/editing purposes."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:237
msgid "NOTE:"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:236
msgid "This is the GiveWP Receipt widget. Choose the columns you want to have appear for your donor receipts."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:235
msgid "GIVEWP RECEIPT WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:219
msgid "Show or hide an alert above the receipt table showing the status of the donation payment."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:217
msgid "Payment Status Notice"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:207
msgid "Show or hide a row with the company name the donor provided."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:195
msgid "Show or hide a row with the status of the payment."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:183
msgid "Show or hide a row with the ID of the donation."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:171
msgid "Show or hide a row with the name of the payment type (credit card, offline, etc)."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:159
msgid "Show or hide a row with the date of the donation."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:147
msgid "Show or hide a row with the donors full name."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:135
msgid "Show or hide a row with the total donation amount."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:125
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:126
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:307
msgid "Thank you for your donation."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:124
msgid "Custom text to show if the donation was successful."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:122
msgid "Success Message"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:113
msgid "Custom text to show if there is an error showing the receipt table."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:103
msgid "GiveWP Donation Receipt Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:44
msgid "Give Donation Receipt (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:192
msgid "Visit the GiveWP Docs for more info on the GiveWP Donation History."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:190
msgid "This is the GiveWP Donation History widget. Choose which columns you want to have appear for your donors history."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:189
msgid "GIVEWP DONATION HISTORY WIDGET"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:173
msgid "Show or hide a column with the name of the payment method."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:161
msgid "Show or hide a column with the status of the payment."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:149
msgid "Show or hide a column with the amount of the donation."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:137
msgid "Show or hide a column with the donors full name."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:125
msgid "Show or hide a column with the date of the donation."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:113
msgid "Show or hide the \"ID\" column."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:103
msgid "Donation History Widget"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:44
msgid "Give Donation History (Legacy)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Settings/RegisterSettings.php:47
msgid "If enabled, this option will add legacy widgets to elementor that were previously available in the GiveWP Elementor Widgets plugin."
msgstr ""

#: src/ThirdPartySupport/Elementor/Settings/RegisterSettings.php:46
msgid "Enable Elementor Legacy Widgets"
msgstr ""

#: src/ThirdPartySupport/Elementor/Settings/RegisterSection.php:15
msgid "Elementor"
msgstr ""

#: src/ThirdPartySupport/Elementor/ServiceProvider.php:109
msgid "GiveWP now includes Elementor widgets! You can safely deactivate and remove the GiveWP Elementor Widgets plugin as it is no longer needed. Rest assured, all of your widgets currently being used will remain working properly."
msgstr ""

#: src/ThirdPartySupport/Elementor/ServiceProvider.php:55
msgid "GiveWP (Legacy)"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:396
msgid "PayPal API error: %s"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:388
msgid "Error! Donation %s was NOT refunded. Find more details on the error in the logs at Donations > Tools > Logs. To refund the donation, use the PayPal dashboard tools."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:378
msgid "Donation refunded in PayPal for transaction ID: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementGateway.php:202
msgid "Stripe API error: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementGateway.php:194
msgid "Error! Donation %s was NOT refunded. Find more details on the error in the logs at Donations > Tools > Logs. To refund the donation, use the Stripe dashboard tools."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementGateway.php:184
msgid "Donation refunded in Stripe for transaction ID: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementGateway.php:178
msgid "Refund failed. Please check the Stripe dashboard for more details."
msgstr ""

#: build/donationDetails.js:10
msgid "Are you sure you want to move this donation to the trash? You can restore it later if needed."
msgstr ""

#: build/donationDetails.js:10
msgid "Refund <strong>%s</strong> to <strong>%s</strong>"
msgstr ""

#: build/donationDetails.js:10
msgid "Refund Donation"
msgstr ""

#: build/donationDetails.js:10
msgid "Trash donation"
msgstr ""

#: build/donationDetails.js:10
msgid "Refund"
msgstr ""

#: build/donationDetails.js:10
msgid "Refund completed successfully"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Records"
msgstr ""

#: build/donationDetails.js:10
msgid "Manage the custom fields filled by the donor"
msgstr ""

#: build/donationDetails.js:10
msgid "Custom form fields"
msgstr ""

#: build/donationDetails.js:10
msgid "Select a %s"
msgstr ""

#: build/donationDetails.js:10
msgid "This includes the billing name, email and address"
msgstr ""

#: build/donationDetails.js:10
msgid "Billing details"
msgstr ""

#: build/donationDetails.js:10
msgid "Link the donation to the selected donor"
msgstr ""

#: build/donationDetails.js:10
msgid "Manage the donor connected to this donation"
msgstr ""

#: build/donationDetails.js:10
msgid "Enter company"
msgstr ""

#: build/donationDetails.js:10
msgid "Donor comment"
msgstr ""

#: build/donationDetails.js:10
msgid "Donation date and time"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Enter amount"
msgstr ""

#: build/donationDetails.js:10
msgid "This includes the donation information"
msgstr ""

#: build/donationDetails.js:10
msgid "Donation details"
msgstr ""

#: build/donationDetails.js:10
msgid "Receipt actions"
msgstr ""

#: build/donationDetails.js:10
msgid "Billing information"
msgstr ""

#: build/donationDetails.js:10
msgid "Donation breakdown"
msgstr ""

#: build/donationDetails.js:10
msgid "Below is a detailed breakdown of this donation."
msgstr ""

#: build/donationDetails.js:10
msgid "Resend receipt"
msgstr ""

#: build/donationDetails.js:10
msgid "Resend donation receipt to email"
msgstr ""

#: build/donationDetails.js:10
msgid "Receipt has been resent successfully"
msgstr ""

#: build/donationDetails.js:10
msgid "Failed to resend receipt"
msgstr ""

#: build/donationDetails.js:10
msgid "Resending"
msgstr ""

#: build/donationDetails.js:10
msgid "Donation ID not found."
msgstr ""

#: build/donationDetails.js:10
msgid "Currency breakdown"
msgstr ""

#: build/donationDetails.js:10
msgid "Fee Recovered"
msgstr ""

#: build/donationDetails.js:10
msgid "View donation on gateway"
msgstr ""

#: build/donationDetails.js:10
msgid "Donation info"
msgstr ""

#: build/donationDetails.js:10
msgid "Donation summary"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Associated donor"
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Campaign name"
msgstr ""

#: build/donationDetails.js:10
msgid "Fees recovered"
msgstr ""

#: build/donationDetails.js:10
msgid "Event ticket"
msgstr ""

#: build/donationDetails.js:10
msgid "Keep 100% of your fundraising revenue by providing donors with the option to cover the credit card processing fees."
msgstr ""

#: build/donationDetails.js:10
msgid "Trash Donation"
msgstr ""

#: build/donationDetails.js:10
msgid "Move donation to trash"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Are you sure you want to move this subscription to the trash? You can restore it later if needed."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Access denied. You don't have permission to perform this action."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "You don't have permission to perform this action."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "An error occurred while performing this action."
msgstr ""

#: src/Donations/Endpoints/DonationActions.php:185
msgid "You don't have permission to change donation statuses"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:45
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:395
msgid "The ID of the donation this note belongs to."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1052
#: src/API/REST/V3/Routes/Donors/DonorController.php:483
msgid "Field value"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1047
#: src/API/REST/V3/Routes/Donors/DonorController.php:478
msgid "Field label"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1041
#: src/API/REST/V3/Routes/Donors/DonorController.php:472
msgid "Custom fields (sensitive data)"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1020
msgid "Purchase key (sensitive data)"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1015
msgid "Donor IP address (sensitive data)"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1003
msgid "Billing address"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:960
msgid "Whether the donation is anonymous"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:955
msgid "Donation mode (live or test)"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:950
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:133
msgid "Payment gateway ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:937
msgid "Donation status"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:934
msgid "Event tickets amount"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:933
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:97
msgid "Fee amount recovered"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:932
#: build/donationDetails.js:10
msgid "Donation amount"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:914
msgid "Donor honorific/prefix"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:832
msgid "You do not have permission to refund donations."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:768
msgid "You do not have permission to update donations."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:452
#: src/API/REST/V3/Routes/Donations/DonationController.php:496
msgid "Failed to trash donation"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:445
#: src/API/REST/V3/Routes/Donations/DonationController.php:488
msgid "Failed to delete donation"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:417
#: build/donationDetails.js:10
msgid "Failed to refund donation"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:401
msgid "Refunds are not supported for this gateway"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:141
msgid "Array of donation IDs to delete"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:68
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionController.php:109
msgid "Whether to embed related resources in the response. It can be true when we want to embed all available resources, or a string like \"givewp:donor\" when we wish to embed only a specific one."
msgstr ""

#: includes/admin/settings/class-settings-email.php:60
msgid "<em><strong>Note:</strong> Email sending is currently disabled. <a href=\"%s\">Click here</a> to enable it.</em>"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:159
msgid "Connect to the Stripe payment gateway using this section. Multiple Stripe accounts can be connected simultaneously. All donation forms will use the \"Default Account\" unless configured otherwise. To specify a different Stripe account for a form, configure the settings within the \"Stripe Account\" tab on the individual form edit screen. An additional 2%% fee is applied to donations for free users (removed with any premium product license). Read our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Stripe documentation</a> for more information."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:216
msgid "Displays a button allowing Donors to pay with Credit Card. This option is only available if \"Smart Buttons Only\" is selected on Payment Field Type."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:213
msgid "Accept Credit Card (Smart Buttons Only)"
msgstr ""

#: src/PaymentGateways/Gateways/TestGateway/TestGateway.php:158
msgid "Webhook Notification failed."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:113
#: src/Onboarding/Setup/templates/stories/src/stripe.js:13
msgid "Stripe is one of the most popular payment gateways, and for good reason! Receive one-time and Recurring Donations (add-on) using many of the most popular payment methods. Additional fees may apply for free users. Read our <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Stripe documentation</a> for more information."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/SubscriptionFirstDonationCompleted.php:68
msgid "Subscription First Donation Updated."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:82
msgid "Subscription Pending."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:79
msgid "Subscription Paused."
msgstr ""

#: includes/admin/import-functions.php:492
msgid "Transaction Identifier"
msgstr ""

#: includes/admin/import-functions.php:491
msgid "Gateway Transaction ID"
msgstr ""

#: build/donorDetails.js:10
msgid "View WordPress profile"
msgstr ""

#: build/donorDetails.js:10
msgid "Send Email"
msgstr ""

#: build/donorDetails.js:10
msgid "Send email to donor"
msgstr ""

#: src/Donations/ListTable/Columns/PaymentTypeColumn.php:55
#: build/donationDetails.js:10 build/donorDetails.js:10
msgid "Recurring"
msgstr ""

#: build/donorDetails.js:10
msgid "Recaptured"
msgstr ""

#: build/donorDetails.js:10
msgid "New"
msgstr ""

#: build/donorDetails.js:10
msgid "Lapsed"
msgstr ""

#: build/donorDetails.js:10
msgid "Retained"
msgstr ""

#: build/donorDetails.js:10
msgid "Prospective"
msgstr ""

#: build/donorDetails.js:10
msgid "Current"
msgstr ""

#: build/donorDetails.js:10
msgid "Additional information about the donor"
msgstr ""

#: build/donorDetails.js:10
msgid "View All Transactions"
msgstr ""

#: build/donorDetails.js:10
msgid "Shows the five recent transactions"
msgstr ""

#: build/donorDetails.js:10
msgid "Recent Transactions"
msgstr ""

#: build/donorDetails.js:10
msgid "Shows the donor's contribution over time"
msgstr ""

#: build/donorDetails.js:10
msgid "Contributions"
msgstr ""

#: build/donorDetails.js:10
msgid "Highest donation"
msgstr ""

#: build/donorDetails.js:10
msgid "Preferred Method"
msgstr ""

#: build/donorDetails.js:10
msgid "First Contribution"
msgstr ""

#: build/donorDetails.js:10
msgid "Never"
msgstr ""

#: build/donorDetails.js:10
msgid "Last Contributed"
msgstr ""

#: build/donorDetails.js:10
msgid "Donor Since"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
msgid "Phone"
msgstr ""

#: build/donorDetails.js:10
msgid "Title prefix"
msgstr ""

#: build/donorDetails.js:10
msgid "Photo"
msgstr ""

#: build/donorDetails.js:10
msgid "This includes profile photo, name, phone, etc."
msgstr ""

#: build/donorDetails.js:10
msgid "Personal Details"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
msgid "Phone number"
msgstr ""

#: build/donorDetails.js:10
msgid "Upload %s"
msgstr ""

#: build/donorDetails.js:10
msgid "emails"
msgstr ""

#: build/donorDetails.js:10
msgid "email"
msgstr ""

#: build/donorDetails.js:10
msgid "Add new email address. Currently"
msgstr ""

#: build/donorDetails.js:10
msgid "Delete email"
msgstr ""

#: build/donorDetails.js:10
msgid "as primary email"
msgstr ""

#: build/donorDetails.js:10
msgid "Set"
msgstr ""

#: build/donorDetails.js:10
msgid "Actions for email"
msgstr ""

#: build/donorDetails.js:10
msgid "Email actions for"
msgstr ""

#: build/donorDetails.js:10
msgid "Additional email address"
msgstr ""

#: build/donorDetails.js:10
msgid "Primary email badge"
msgstr ""

#: build/donorDetails.js:10
msgid "Primary email address"
msgstr ""

#: build/donorDetails.js:10
msgid "Donor email addresses"
msgstr ""

#: build/donorDetails.js:10
msgid "Manage the email address of the donor"
msgstr ""

#: build/donorDetails.js:10
msgid "Confirm deletion of %s"
msgstr ""

#: build/donorDetails.js:10
msgid "Are you sure you want to delete <strong>%s</strong>?"
msgstr ""

#: build/donorDetails.js:10
msgid "Delete email address"
msgstr ""

#: build/donorDetails.js:10
msgid "Please enter an email address to continue"
msgstr ""

#: build/donorDetails.js:10
msgid "Please fix the email validation errors before submitting"
msgstr ""

#: build/donorDetails.js:10
msgid "Set as primary email address for this donor"
msgstr ""

#: build/donorDetails.js:10
msgid "Email is required"
msgstr ""

#: build/donorDetails.js:10
msgid "Add an email"
msgstr ""

#: build/donorDetails.js:10
msgid "Custom fields filled by the donor"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
msgid "No custom fields added yet"
msgstr ""

#: build/donorDetails.js:10
msgid "total"
msgstr ""

#: build/donorDetails.js:10
msgid "addresses"
msgstr ""

#: build/donorDetails.js:10
msgid "address"
msgstr ""

#: build/donorDetails.js:10
msgid "Add new address. Currently"
msgstr ""

#: build/donorDetails.js:10
msgid "Add the first address for this donor"
msgstr ""

#: build/donorDetails.js:10
msgid "Manage the address of the donor"
msgstr ""

#: build/donorDetails.js:10
msgid "Set as primary"
msgstr ""

#: build/donorDetails.js:10
msgid "Actions for address"
msgstr ""

#: build/donorDetails.js:10
msgid "Address actions for"
msgstr ""

#: build/donorDetails.js:10
msgid "Primary"
msgstr ""

#: build/donorDetails.js:10
msgid "Primary address badge"
msgstr ""

#: build/donorDetails.js:10
msgid "Billing Address %s"
msgstr ""

#: build/donorDetails.js:10
msgid "Billing Address:"
msgstr ""

#: build/donorDetails.js:10
msgid "This donor does not have any address saved."
msgstr ""

#: build/donorDetails.js:10
msgid "Delete billing address"
msgstr ""

#: build/donorDetails.js:10
msgid "Confirm deletion of Billing Address %s"
msgstr ""

#: build/donorDetails.js:10
msgid "Cancel deletion"
msgstr ""

#: build/donorDetails.js:10
msgid "Address to be deleted"
msgstr ""

#: build/donorDetails.js:10
msgid "Are you sure you want to delete Billing Address <strong>%s</strong>?"
msgstr ""

#: build/donorDetails.js:10
msgid "Delete address"
msgstr ""

#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "Please fill in all required fields to continue"
msgstr ""

#: build/donorDetails.js:10
msgid "Add address"
msgstr ""

#: build/donorDetails.js:10
msgid "Update address"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
msgid "Zip/Postal code"
msgstr ""

#: build/donorDetails.js:10
msgid "Zip/Postal code is required"
msgstr ""

#: build/donorDetails.js:10
msgid "City is required"
msgstr ""

#: build/donorDetails.js:10
msgid "Address 1 is required"
msgstr ""

#: build/donorDetails.js:10
msgid "Country is required"
msgstr ""

#: build/donorDetails.js:10
msgid "Add an address"
msgstr ""

#: build/donorDetails.js:10
msgid "Edit address"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Delete note"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Delete Note"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Show more"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "No notes yet"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Private note edited"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Private note deleted successfully"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "You added a private note"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Add note"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "This note will be seen by only admins"
msgstr ""

#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Private Note"
msgstr ""

#: build/campaignDetails.js:10 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "Saving changes"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "No gateways support recurring payments. Please select a different payment gateway or contact the site administrator for assistance."
msgstr ""

#: src/Donations/ListTable/Columns/PaymentTypeColumn.php:51
#: src/Donors/ValueObjects/DonorType.php:36 build/donationDetails.js:10
msgid "One-time"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:56
msgid "The ID of the campaign to filter donors by - zero or empty mean \"all campaigns\"."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:50
msgid "The mode of donations to filter by \"live\" or \"test\"."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:455
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:454
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:471
msgid "The note ID."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:430
msgid "HATEOAS links for the note."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:407
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:476
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:384
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:475
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:413
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:491
msgid "The type of the note."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:400
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:468
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:378
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:467
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:402
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:484
msgid "The content of the note."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:390
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:368
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:397
msgid "Unique identifier for the note."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:195
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:223
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:267
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:174
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:202
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:246
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:201
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:229
#: src/API/REST/V3/Routes/Subscriptions/SubscriptionNotesController.php:275
msgid "Note not found"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:46
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:373
msgid "The ID of the donor this note belongs to."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:657
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionSharedParamsForGetMethods.php:23
msgid "Exclude, include, or redact data that can be used to identify the donors, such as ID, first name, last name, etc (require proper permissions)."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:649
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionSharedParamsForGetMethods.php:17
msgid "Include or not include data that can be used to contact or locate the donors, such as phone number, email, billing address, etc. (require proper permissions)"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:603
msgid "The ID of the campaign to filter donors by - zero or empty mean \"all campaigns\" (it only gets applied when \"onlyWithDonations\" is set to true)."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:594
msgid "The mode of donations to filter by \"live\" or \"test\" (it only gets applied when \"onlyWithDonations\" is set to true)."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:589
msgid "Whether to include only donors who have made donations."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:583
msgid "The direction of sorting: ascending (ASC) or descending (DESC)."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:569
msgid "The field by which to sort the donors."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:463
msgid "Donor address zip"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:458
msgid "Donor address country"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:453
msgid "Donor address state"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:448
msgid "Donor address city"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:443
msgid "Donor address line 2"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:438
msgid "Donor address line 1"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:434
#: build/donorDetails.js:10
msgid "Donor address"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:431
#: build/donorDetails.js:10
msgid "Donor addresses"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:427
msgid "Invalid avatar ID"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:425
msgid "Donor avatar ID"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:929
#: src/API/REST/V3/Routes/Donors/DonorController.php:420
msgid "Donor company"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:924
#: src/API/REST/V3/Routes/Donors/DonorController.php:415
msgid "Donor phone"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:407
msgid "Donor additional emails"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:919
#: src/API/REST/V3/Routes/Donors/DonorController.php:401
msgid "Donor email"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:395
msgid "Last name is required"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:909
#: src/API/REST/V3/Routes/Donors/DonorController.php:392
msgid "Donor last name"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:386
msgid "First name is required"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:904
#: src/API/REST/V3/Routes/Donors/DonorController.php:383
msgid "Donor first name"
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:378
msgid "Donor prefix"
msgstr ""

#: src/API/REST/V3/Routes/Donors/Permissions/DonorPermissions.php:119
msgid "You do not have permission to update this donor."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:90
msgid "The ID of the campaign to filter donors by - zero or empty mean \"all campaigns\" (it only gets applied when \"_embed\" is set)."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:81
msgid "The mode of donations to filter by \"live\" or \"test\" (it only gets applied when \"_embed\" is set)."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:65
#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:45
msgid "The donor ID."
msgstr ""

#: src/API/REST/V3/Support/CURIE.php:52
msgid "The $rel value should be a unique identifier, not a full URL."
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "tickets remaining"
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "Increase quantity of"
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "Ticket quantity"
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "Decrease quantity of"
msgstr ""

#: build/donationFormBlockApp.js:1 build/elementorDonationFormWidget.js:1
#: build/elementorLegacyGiveFormWidget.js:1
msgid "Opens in a new tab"
msgstr ""

#: templates/shortcode-form-grid.php:298
msgid "Form progress: %s%% toward goal"
msgstr ""

#: src/Donors/Endpoints/DeleteDonor.php:73
msgid "You don't have permission to delete Donors"
msgstr ""

#: src/Donations/Endpoints/DonationActions.php:120
msgid "You don't have permission to delete Donation"
msgstr ""

#: src/DonationForms/V2/Endpoints/Endpoint.php:53
msgid "You don't have permission to view forms"
msgstr ""

#: src/Subscriptions/Endpoints/SubscriptionActions.php:107
msgid "You don't have permission to delete Subscription"
msgstr ""

#: src/Subscriptions/Endpoints/Endpoint.php:41
msgid "You don't have permission to view Subscriptions"
msgstr ""

#: includes/admin/payments/actions.php:379
msgid "You do not have permission to delete payments."
msgstr ""

#: build/Campaigns/Blocks/CampaignForm/block.json
#: src/Campaigns/Blocks/CampaignForm/block.json
msgctxt "block description"
msgid "The GiveWP Campaign Form block inserts an existing campaign form into the page."
msgstr ""

#: build/Campaigns/Blocks/CampaignForm/block.json
#: src/Campaigns/Blocks/CampaignForm/block.json
msgctxt "block title"
msgid "Campaign Form"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "The selected file must be a valid file type."
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "The selected file must be less than or equal to %d bytes."
msgstr ""

#: build/donationFormApp.js:2
msgid "Progress: Step %1$d of %2$d"
msgstr ""

#: build/campaignBlocks.js:1
msgid "Button text"
msgstr ""

#: build/campaignBlocks.js:1
msgid "On page"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:338
msgid "Reverse Update"
msgstr ""

#: src/License/Actions/AddPlatformFeeAmountToSystemInfo.php:30
msgid "The GiveWP Platform Fee Percentage."
msgstr ""

#: src/License/Actions/AddPlatformFeeAmountToSystemInfo.php:22
msgid "Platform Fee Amount"
msgstr ""

#: src/Framework/Migrations/Actions/Notices.php:34
msgid "<strong>GiveWP</strong> Pending database update: \"%s\". %s"
msgstr ""

#: src/Framework/Migrations/Actions/Notices.php:26
msgid "Run update"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:112
#: build/formBuilderRegistrars.js:1
msgid "Doe"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:110
#: build/formBuilderRegistrars.js:1
msgid "John"
msgstr ""

#: src/API/Endpoints/Migrations/RunMigration.php:293
msgid "Rollback failed"
msgstr ""

#: src/API/Endpoints/Migrations/RunMigration.php:191
#: src/Framework/Migrations/MigrationsRunner.php:157
msgid "Migration failed"
msgstr ""

#: build/campaignListTable.js:4
msgid "Are you sure you want to duplicate the following campaign: %s?"
msgstr ""

#: build/campaignDetails.js:7 build/campaignDetails.js:10
msgid "Move to Active"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Loading donation forms"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Associate forms "
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Select campaign"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Selected forms"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Associate forms with campaign"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Associate forms"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgid "Date created"
msgstr ""

#: build/assets/dist/js/orphaned-forms-list-table.js:4
msgctxt "Date format"
msgid "MM/dd/yyyy 'at' h:mmaaa"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:142
msgid "You are using the Pro version of the GiveWP add-on, which includes additional connection options and premium support."
msgstr ""

#: src/DonationForms/Controllers/DonationFormsRequestController.php:31
msgid "Form not found"
msgstr ""

#: src/Campaigns/Actions/DuplicateCampaign.php:26
msgid "%s (copy)"
msgstr ""

#: includes/admin/tools/class-settings-data.php:157
msgid "Orphaned donation forms"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:307
msgid "The Stripe payment gateway includes a 2% processing fee in addition to Stripe’s transaction fee. This ensures our ability to provide future support and updates for the plugin."
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:302
msgid "Activate the free Stripe payment gateway %1$s, <a href=\"%2$s\" target=\"_blank\">PayPal Donations</a>, or a premium gateway like <a href=\"%3$s\" target=\"_blank\">2checkout</a>, or <a href=\"%4$s\" target=\"_blank\">Authorize.Net</a>."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:214
msgid "Show orphaned donation forms list-table. Tools > Data > Orphaned forms"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:213
msgid "Orphaned Donation Forms"
msgstr ""

#: build/payPalCommerceGateway.js:1
msgid "Missing PayPal Order ID."
msgstr ""

#: build/payPalCommerceGateway.js:1
msgid "PayPal Card Fields are invalid"
msgstr ""

#: build/payPalCommerceGateway.js:1
msgid "PayPal Card Fields are not available."
msgstr ""

#: build/payPalCommerceGateway.js:1
msgid "Card type and issuing bank are not ready to complete a 3D Secure authentication."
msgstr ""

#: build/payPalCommerceGateway.js:1
msgid "PayPal Card Fields Error:"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Inherit the colors from the campaign settings."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Inherit Campaign Colors"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Learn more about the difference"
msgstr ""

#: build/formBuilderApp.js:13
msgid "You can either use the campaign goal or set a separate goal specifically for this form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Campaign and Form Goal"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form Goal"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Install Form Field Manager"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Install Form Field Manager to unlock additional fields."
msgstr ""

#: build/campaignDetails.js:10 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "Reload page"
msgstr ""

#: build/campaignDetails.js:10 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "An error occurred. The error message is:"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "The shortcode for Donation Form #%d has been copied to your clipboard!"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1 build/donationFormBlockApp.js:1
#: build/elementorDonationFormWidget.js:1
#: build/elementorLegacyGiveFormWidget.js:1
msgid "Close donation form"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1 build/donationFormBlockApp.js:1
#: build/elementorDonationFormWidget.js:1
#: build/elementorLegacyGiveFormWidget.js:1
msgid "In progress"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1 build/donationFormBlockApp.js:1
#: build/elementorDonationFormWidget.js:1
#: build/elementorLegacyGiveFormWidget.js:1
msgid "Open donation form"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:341
msgid "PayPal Order has an error: %s"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:332
msgid "PayPal Order has been declined.  Transaction status:: %s"
msgstr ""

#: src/Onboarding/FormRepository.php:89
msgid "Fundraising Campaign"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:222
msgid "Set the custom goal for this form"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:217
msgid "The goal for this form will automatically adjust according to the campaign goal. Change campaign goal."
msgstr ""

#: src/Campaigns/CampaignsAdminPage.php:23
#: src/Campaigns/CampaignsAdminPage.php:24 build/campaignDetails.js:10
#: build/campaignListTable.js:4
msgid "Campaigns"
msgstr ""

#: src/Campaigns/Actions/PreventDeleteDefaultForm.php:46
msgid "The form %s with ID %d cannot be moved to trash because it is the default form for a campaign."
msgstr ""

#: src/Campaigns/Actions/PreventDeleteDefaultForm.php:24
msgid "The form %s with ID %d cannot be deleted because it is the default form for a campaign."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:253
msgid "Add your own custom CSS styles here to customize the appearance of all donation forms across your site. These styles will be applied globally, allowing you to maintain consistent design without editing each form individually."
msgstr ""

#: includes/admin/payments/view-payment-details.php:446
msgid "Campaign:"
msgstr ""

#: includes/admin/class-give-html-elements.php:245
#: build/assets/dist/js/give-admin-donors.js:4
msgid "All Campaigns"
msgstr ""

#: build/Campaigns/Blocks/DonateButton/block.json
#: src/Campaigns/Blocks/DonateButton/block.json
msgctxt "block description"
msgid "The GiveWP Donate Button inserts an donate button into the page."
msgstr ""

#: build/Campaigns/Blocks/DonateButton/block.json
#: src/Campaigns/Blocks/DonateButton/block.json
msgctxt "block title"
msgid "Donate Button"
msgstr ""

#: build/Campaigns/Blocks/CampaignTitle/block.json
#: src/Campaigns/Blocks/CampaignTitle/block.json
msgctxt "block description"
msgid "Displays the title of the campaign."
msgstr ""

#: build/Campaigns/Blocks/CampaignTitle/block.json
#: src/Campaigns/Blocks/CampaignTitle/block.json
msgctxt "block title"
msgid "Campaign Title"
msgstr ""

#: build/Campaigns/Blocks/CampaignStats/block.json
#: src/Campaigns/Blocks/CampaignStats/block.json
msgctxt "block description"
msgid "Displays the campaign’s statistics."
msgstr ""

#: build/Campaigns/Blocks/CampaignStats/block.json
#: src/Campaigns/Blocks/CampaignStats/block.json
msgctxt "block title"
msgid "Campaign Statistics"
msgstr ""

#: build/Campaigns/Blocks/CampaignGrid/block.json
#: src/Campaigns/Blocks/CampaignGrid/block.json
msgctxt "block title"
msgid "Campaign Grid"
msgstr ""

#: build/Campaigns/Blocks/CampaignGoal/block.json
#: src/Campaigns/Blocks/CampaignGoal/block.json
msgctxt "block description"
msgid "Displays the goal of the campaign."
msgstr ""

#: build/Campaigns/Blocks/CampaignGoal/block.json
#: src/Campaigns/Blocks/CampaignGoal/block.json
msgctxt "block title"
msgid "Campaign Goal"
msgstr ""

#: build/Campaigns/Blocks/CampaignDonors/block.json
#: src/Campaigns/Blocks/CampaignDonors/block.json
msgctxt "block description"
msgid "Display all the donors associated with a campaign."
msgstr ""

#: build/Campaigns/Blocks/CampaignDonors/block.json
#: src/Campaigns/Blocks/CampaignDonors/block.json
msgctxt "block title"
msgid "Campaign Donors"
msgstr ""

#: build/Campaigns/Blocks/CampaignDonations/block.json
#: src/Campaigns/Blocks/CampaignDonations/block.json
msgctxt "block description"
msgid "Display all the donations associated with a campaign."
msgstr ""

#: build/Campaigns/Blocks/CampaignDonations/block.json
#: src/Campaigns/Blocks/CampaignDonations/block.json
msgctxt "block title"
msgid "Campaign Donations"
msgstr ""

#: build/Campaigns/Blocks/CampaignCover/block.json
#: src/Campaigns/Blocks/CampaignCover/block.json
msgctxt "block description"
msgid "Displays the cover image of the campaign."
msgstr ""

#: build/Campaigns/Blocks/CampaignCover/block.json
#: src/Campaigns/Blocks/CampaignCover/block.json
msgctxt "block title"
msgid "Campaign Cover"
msgstr ""

#: build/Campaigns/Blocks/CampaignComments/block.json
#: src/Campaigns/Blocks/CampaignComments/block.json
msgctxt "block description"
msgid "Display all the donor comments associated with a campaign."
msgstr ""

#: build/Campaigns/Blocks/CampaignComments/block.json
#: src/Campaigns/Blocks/CampaignComments/block.json
msgctxt "block title"
msgid "Campaign Comments"
msgstr ""

#: build/Campaigns/Blocks/Campaign/block.json
#: build/Campaigns/Blocks/CampaignGrid/block.json
#: src/Campaigns/Blocks/Campaign/block.json
#: src/Campaigns/Blocks/CampaignGrid/block.json
msgctxt "block description"
msgid "Insert an existing campaign into the page."
msgstr ""

#: build/Campaigns/Blocks/Campaign/block.json
#: src/Campaigns/Blocks/Campaign/block.json
msgctxt "block title"
msgid "Campaign Block"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Go back to campaign forms"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Campaign Overview"
msgstr ""

#: build/campaignListTable.js:4
msgid "Read documentation on what we changed"
msgstr ""

#: build/campaignListTable.js:4
msgid "We've created a campaign from each of your donation forms. Your forms still work as before, but now with the added power of campaign management! Select a campaign to see how you can seamlessly manage your online fundraising."
msgstr ""

#: build/campaignListTable.js:4
msgid "Campaign List"
msgstr ""

#: build/campaignListTable.js:4
msgid "Don’t worry, let’s help you set up your first campaign."
msgstr ""

#: build/campaignListTable.js:4
msgid "No campaign created yet"
msgstr ""

#: build/campaignListTable.js:4
msgid "campaign"
msgstr ""

#: build/campaignListTable.js:4
msgid "Filter campaign by status"
msgstr ""

#: build/campaignListTable.js:4
msgid "Read more on campaigns"
msgstr ""

#: build/campaignListTable.js:4
msgid "Add multiple donation forms, update your campaign on the go, and get tailored performance reports — all in one place."
msgstr ""

#: build/campaignListTable.js:4
msgid "Empowering your fundraising efforts"
msgstr ""

#: build/campaignListTable.js:4
msgid "We’ve reimagined your online fundraising. Now, you can build a campaign page, track, and optimize entire fundraising campaigns with just a few steps."
msgstr ""

#: build/campaignListTable.js:4
msgid "Introducing Campaigns"
msgstr ""

#: build/campaignListTable.js:4
msgid "Merge campaigns"
msgstr ""

#: build/campaignListTable.js:4
msgid "Try again"
msgstr ""

#: build/campaignListTable.js:4
msgid "An error occurred during the merging process. Please try again, or contact our support team if the issue persists."
msgstr ""

#: build/campaignListTable.js:4
msgid "Campaigns couldn't be merged"
msgstr ""

#: build/campaignListTable.js:4
msgid "View destination campaign"
msgstr ""

#: build/campaignListTable.js:4
msgid "Back to campaign list"
msgstr ""

#: build/campaignListTable.js:4
msgid "All donations, donors, and forms from selected campaigns now belong to your destination campaign."
msgstr ""

#: build/campaignListTable.js:4
msgid "Campaigns have been successfully merged"
msgstr ""

#: build/campaignListTable.js:4
msgid "Once completed, this action is irreversible."
msgstr ""

#: build/campaignListTable.js:4
msgid "Merging in progress..."
msgstr ""

#: build/campaignListTable.js:4
msgid "Choose from selected campaigns"
msgstr ""

#: build/campaignListTable.js:4
msgid "All selected campaigns will be merged into this campaign."
msgstr ""

#: build/campaignListTable.js:4
msgid "Select your destination campaign"
msgstr ""

#: build/campaignListTable.js:4
msgid "All selected campaigns will be merged into the destination campaign. This means that forms, donors, donations, and all related data will be added to the destination campaign, and the merged campaigns will cease to exist."
msgstr ""

#: build/campaignListTable.js:4
msgid "Create campaign"
msgstr ""

#: build/campaignListTable.js:4
msgid "Your goal progress is measured by the number of donors. eg. 10 of 50 donors have given."
msgstr ""

#: build/campaignListTable.js:4
msgid "Your goal progress is measured by the number of donations. eg. 1 of 5 donations."
msgstr ""

#: build/campaignListTable.js:4
msgid "Your goal progress is measured by the total amount of funds raised eg. %s of %s raised."
msgstr ""

#: build/campaignListTable.js:4
msgid "Set the goal your fundraising efforts will work toward."
msgstr ""

#: build/campaignListTable.js:4
msgid "Brief description for your campaign."
msgstr ""

#: build/campaignListTable.js:4
msgid "Eg. Holiday Food Drive"
msgstr ""

#: build/campaignListTable.js:4
msgid "Set up your campaign goal"
msgstr ""

#: build/campaignListTable.js:4
msgid "Tell us about your fundraising cause"
msgstr ""

#: build/campaignDetails.js:10
msgid "Archive Campaign"
msgstr ""

#: build/campaignDetails.js:10
msgid "View Campaign"
msgstr ""

#: build/campaignDetails.js:10
msgid "Create Campaign Page"
msgstr ""

#: build/campaignDetails.js:10
msgid "Creating Campaign Page"
msgstr ""

#: build/campaignDetails.js:10
msgid "Edit campaign page"
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign is now active"
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign is moved to archive"
msgstr ""

#: build/campaignDetails.js:7
msgid "Your campaign is currently archived. You can view the campaign details but won't be able to make any changes until it's moved out of archive."
msgstr ""

#: build/campaignDetails.js:10
msgid "Archive campaign"
msgstr ""

#: build/campaignDetails.js:10
msgid "Are you sure you want to archive your campaign? All forms associated with this campaign will be inaccessible to donors."
msgstr ""

#: build/campaignDetails.js:10
msgid "Learn more about campaign and form settings"
msgstr ""

#: build/campaignDetails.js:10
msgid "You can make changes to your campaign page, campaign details, campaign goal, and campaign theme. Publish your campaign when you’re done with your changes."
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign Settings"
msgstr ""

#: build/campaignDetails.js:10
msgid "This will affect your goal progress indicator, badges, icons, etc"
msgstr ""

#: build/campaignDetails.js:10
msgid "Select your preferred secondary color"
msgstr ""

#: build/campaignDetails.js:10
msgid "This will affect your main cta’s like your donate button, active and focus states of other UI elements."
msgstr ""

#: build/campaignDetails.js:10
msgid "Select your preferred primary color"
msgstr ""

#: build/campaignDetails.js:10
msgid "Choose a preferred theme for your campaign."
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign Theme"
msgstr ""

#: build/campaignDetails.js:10
msgid "Set the details of your campaign goal here."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "How would you like to set your goal?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGoalWidget/ElementorCampaignGoalWidget.php:115
#: build/campaignDetails.js:10
msgid "Campaign Goal"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Select to upload"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Cover"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Upload an image to represent and inspire your campaign."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Add a cover image for your campaign."
msgstr ""

#: build/campaignDetails.js:10
msgid "This will be displayed in your campaign block and campaign grid."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Let your donors know the story behind your campaign."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "What's your campaign about?"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Give your campaign a title that tells donors what it's about."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "What's the title of your campaign?"
msgstr ""

#: build/campaignDetails.js:10
msgid "This includes the campaign title, description, and the cover of your campaign."
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign Details"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "e.g. 100 subscribers"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Only the donors that subscribed to a recurring donation are counted toward the goal."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Set the target number of recurring donors for your campaign. One-time donations do not count."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "How many recurring donors?"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "e.g. 100 subscriptions"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Only the first donation of a recurring donation is counted toward the goal."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Set the target number of recurring donations for your campaign. One-time donations do not count."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "How many recurring donations?"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Only the first donation amount of a recurring donation is counted toward the goal."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Set the target recurring amount for your campaign to raise. One-time donations do not count."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "e.g. 100 donors"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Your goal progress is measured by the number of donors. e.g. 10 of 50 donors have given."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Set the target number of donors for your campaign."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "How many donors?"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "e.g. 100 donations"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Your goal progress is measured by the number of donations. e.g. 1 of 5 donations."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Set the target number of donations for your campaign."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "How many donations?"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "e.g. %s"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Your goal progress is measured by the total amount of funds raised e.g. %s of %s raised."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Set the target amount for your campaign to raise."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "How much do you want to raise?"
msgstr ""

#: build/campaignDetails.js:10
msgid "Edit color"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "or drag your image here"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donorDetails.js:10
msgid "Change %s"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donorDetails.js:10
msgid "Remove %s"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donorDetails.js:10
msgid "Please select an image file only."
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donorDetails.js:10
msgid "Upload Media"
msgstr ""

#: build/campaignDetails.js:10
msgid "All you need to know about campaigns"
msgstr ""

#: build/campaignDetails.js:10
msgid "Get a quick view of all the forms associated with your campaign in the forms page. You can edit and add multiple forms to your campaign."
msgstr ""

#: build/campaignDetails.js:10
msgid "Campaign Form"
msgstr ""

#: build/campaignDetails.js:10
msgid "This chart shows your campaign goal progress."
msgstr ""

#: build/campaignDetails.js:10
msgid "Goal progress"
msgstr ""

#: build/campaignDetails.js:10
msgid "This graph shows revenue for the campaign over its lifetime."
msgstr ""

#: build/campaignDetails.js:10
msgid "total for all-time"
msgstr ""

#: build/campaignDetails.js:10
msgid "All-time"
msgstr ""

#: build/campaignDetails.js:10
msgid "from the last 90 days"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10
msgid "Last 90 days"
msgstr ""

#: build/campaignDetails.js:10
msgid "from the last 30 days"
msgstr ""

#: build/campaignDetails.js:10
msgid "from the last 7 days"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10
msgid "Last 7 days"
msgstr ""

#: build/campaignDetails.js:10
msgid "from today"
msgstr ""

#: build/campaignDetails.js:10
msgid "Your campaign page and blocks will collect donations through this form by default."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Set the number of comments to be displayed on the first page load."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:206
#: build/campaignBlocksLandingPage.js:1
msgid "Comments Per Page"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Comment Settings"
msgstr ""

#: build/campaignBlocksLandingPage.js:1 build/campaignCommentsBlockApp.js:1
#: build/elementorCampaignCommentsWidget.js:1
msgid "Leave a supportive message by donating to the campaign."
msgstr ""

#: build/campaignBlocksLandingPage.js:1 build/campaignCommentsBlockApp.js:1
#: build/elementorCampaignCommentsWidget.js:1
msgid "Share your support"
msgstr ""

#: build/campaignBlocksLandingPage.js:1 build/campaignCommentsBlockApp.js:1
#: build/elementorCampaignCommentsWidget.js:1
msgid "donating to the campaign."
msgstr ""

#: build/campaignBlocksLandingPage.js:1 build/campaignCommentsBlockApp.js:1
#: build/elementorCampaignCommentsWidget.js:1
msgid "Leave a supportive message by"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Type"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Displays the average donation of the selected campaign."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Displays the top donation of the selected campaign."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "The maximum number of donors to display."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "The order donors are displayed in."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Show avatar"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Show company name"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "The maximum number of donations to display."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Limit"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "The order donations are displayed in."
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Recent donations"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Top donations"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Sort by"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "This shows on the header"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Show button"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Show icon"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Show anonymous"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Donations are collected through this form."
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
msgid "Change default form"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
msgid "Change campaign default form"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
msgid "Uses the campaign’s default form."
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
msgid "Use default form"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Donate button"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Select form"
msgstr ""

#: build/campaignBlocksLandingPage.js:1
msgid "Edit campaign goal settings"
msgstr ""

#: build/campaignBlocks.js:4
msgid "All campaigns will be spread across multiple pages."
msgstr ""

#: build/campaignBlocks.js:4
msgid "Show pagination"
msgstr ""

#: build/campaignBlocks.js:4
msgid "Set the number of campaigns to be displayed on the first page load."
msgstr ""

#: build/campaignBlocks.js:4
msgid "Campaigns per page"
msgstr ""

#: build/campaignBlocks.js:4
msgid "Filter by Campaign"
msgstr ""

#: build/campaignBlocks.js:4
msgid "Choose whether the campaign order ascends or descends."
msgstr ""

#: build/campaignBlocks.js:4
msgid "Total Amount Raised"
msgstr ""

#: build/campaignBlocks.js:4
msgid "The order campaigns are displayed in."
msgstr ""

#: build/campaignBlocks.js:4
msgid "Grid"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignGridApp.js:1
#: build/elementorCampaignGridWidget.js:1
msgid "Next page"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignGridApp.js:1
#: build/elementorCampaignGridWidget.js:1
msgid "Page %d"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignGridApp.js:1
#: build/elementorCampaignGridWidget.js:1
msgid "Previous page"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocks.js:4
msgid "Show goal"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocks.js:4
msgid "Show description"
msgstr ""

#: build/campaignBlocks.js:1 build/campaignBlocks.js:4
msgid "Show campaign image"
msgstr ""

#: build/campaignBlocks.js:1
msgid "Create campaign page."
msgstr ""

#: build/campaignBlocks.js:1
msgid "For this campaign block to work properly, create a campaign page."
msgstr ""

#: build/campaignBlocks.js:1
msgid "There is no Campaign page for this campaign."
msgstr ""

#: build/campaignBlocks.js:1
msgid "Users will be redirected to campaign page."
msgstr ""

#: build/campaignBlocks.js:1
msgid "Campaign interaction"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Loading Campaigns..."
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "No campaigns were found."
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Choose a campaign"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Select a campaign"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Edit campaign"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Edit campaign settings in a new tab"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Select a campaign to display."
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Select a Campaign"
msgstr ""

#: includes/admin/class-give-html-elements.php:305 build/campaignBlock.js:1
#: build/campaignBlocks.js:4 build/campaignBlocksLandingPage.js:1
#: build/campaignDonateButtonBlock.js:1 build/campaignFormBlock.js:1
#: build/campaignGoalBlock.js:1 build/donationDetails.js:10
#: build/subscriptionDetails.js:10
msgid "No campaigns found."
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlockApp.js:1
#: build/campaignBlocks.js:4 build/campaignBlocksLandingPage.js:1
#: build/campaignGoalBlockApp.js:1 build/campaignGridApp.js:1
#: build/campaignGridBlock.js:1 build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
msgid "Our goal"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlockApp.js:1
#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignGoalBlockApp.js:1
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:4 build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
msgid "Number of recurring donors"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlockApp.js:1
#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignGoalBlockApp.js:1
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:4 build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
msgid "Number of recurring donations"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlockApp.js:1
#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignGoalBlockApp.js:1
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:4 build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
msgid "Recurring amount raised"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlockApp.js:1
#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignGoalBlockApp.js:1
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:4 build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
msgid "Number of donors"
msgstr ""

#: build/campaignBlock.js:1 build/campaignBlockApp.js:1
#: build/campaignBlocks.js:1 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignGoalBlockApp.js:1
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:4 build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
msgid "Amount raised"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:226
msgid "Continue Update"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "Are you sure you want to delete the following donors?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Are you sure you want add to trash the following donations?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "filter donations by campaign"
msgstr ""

#: includes/admin/payments/view-payment-details.php:455
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Select Campaign"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Choose how you want to edit your campaign form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Add campaign form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Yes proceed"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Make as default"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "This will set <title_link/> as the default form for this campaign. Do you want to proceed?"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Are you sure you want to trash the following donation form? "
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Are you sure you want to trash the following donation forms?"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "  Below are the donation forms to be edited."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "All Campaign Forms"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "All Status"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "The default form will always appear at the top of this list. Your campaign page and blocks will collect donations through this form by default. You can change it at any time."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Default campaign form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Use Option-Based Form Editor"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Recommended"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Manage Campaign"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Create a Campaign Form"
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:66
msgid "Explore campaigns"
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:59
msgid "Update your campaigns on the fly."
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:54
msgid "Add as many donation forms as you want."
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:47
msgid "Enjoy tailored reports—all in one awesome place!"
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:39
msgid "Easily create, manage, and level up your campaigns."
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:32
msgid "Say hello to a whole new way to supercharge your fundraising!"
msgstr ""

#: src/Promotions/resources/views/CampaignWelcomeBanner.php:29
msgid "Introducing Campaigns in Give 4.0 !"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:71
msgid "Customize campaign"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:57
msgid "Create your first campaign"
msgstr ""

#: src/MigrationLog/MigrationLogStatus.php:40
msgid "Incomplete"
msgstr ""

#: src/MigrationLog/MigrationLogStatus.php:39
msgid "Running"
msgstr ""

#: src/Framework/Migrations/MigrationsRunner.php:139
msgid "Incomplete database update: \"%s\". %s"
msgstr ""

#: src/Framework/Migrations/MigrationsRunner.php:131
msgid "Resume update"
msgstr ""

#: src/Framework/Migrations/MigrationsRunner.php:113
msgid "GiveWP is running database updates in the background. You will be notified as soon as it completes."
msgstr ""

#: src/API/REST/V3/Routes/Donors/Permissions/DonorPermissions.php:93
#: src/API/REST/V3/Routes/Subscriptions/Permissions/SubscriptionPermissions.php:81
msgid "You do not have permission to include anonymous donors."
msgstr ""

#: src/API/REST/V3/Routes/Donors/DonorController.php:180
#: src/API/REST/V3/Routes/Donors/DonorController.php:203
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:98
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:141
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:169
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:197
#: src/API/REST/V3/Routes/Donors/DonorNotesController.php:241
#: src/API/REST/V3/Routes/Donors/DonorStatisticsController.php:81
#: src/Donors/DonorsAdminPage.php:45
msgid "Donor not found"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:748
msgid "You do not have permission to include anonymous donations."
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:737
#: src/API/REST/V3/Routes/Donors/Permissions/DonorPermissions.php:83
#: src/API/REST/V3/Routes/Subscriptions/Permissions/SubscriptionPermissions.php:71
msgid "You do not have permission to include sensitive data."
msgstr ""

#: src/API/REST/V3/Routes/Donations/ViewModels/DonationViewModel.php:117
#: src/API/REST/V3/Routes/Donors/ViewModels/DonorViewModel.php:131
#: src/Subscriptions/ViewModels/SubscriptionViewModel.php:102
msgid "anonymous"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:279
#: src/API/REST/V3/Routes/Donations/DonationController.php:338
#: src/API/REST/V3/Routes/Donations/DonationController.php:395
#: src/API/REST/V3/Routes/Donations/DonationController.php:432
#: src/API/REST/V3/Routes/Donations/DonationController.php:475
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:96
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:157
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:190
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:218
#: src/API/REST/V3/Routes/Donations/DonationNotesController.php:262
#: src/Donations/DonationsAdminPage.php:66
msgid "Donation not found"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:847
msgid "Number of recurring donors must be greater than 0"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:825
msgid "Number of recurring donations must be greater than 0"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:803
msgid "Goal recurring amount must be greater than 0"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:781
msgid "Number of donors must be greater than 0"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:759
msgid "Number of donations must be greater than 0"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:737
msgid "Goal amount must be greater than 0"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:702
msgid "Campaign page ID"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:692
msgid "Default campaign form ID"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:654
msgid "Campaign goal type"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:648
msgid "Must be a number"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:647
msgid "Campaign goal"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:643
msgid "Secondary color for the campaign"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:639
msgid "Primary color for the campaign"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:615
msgid "Campaign status"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:607
msgid "Campaign title"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:597
#: src/API/REST/V3/Routes/Donations/DonationController.php:965
#: src/API/REST/V3/Routes/Subscriptions/Actions/GetSubscriptionItemSchema.php:37
msgid "Campaign ID"
msgstr ""

#: src/Campaigns/ListTable/Columns/TitleColumn.php:41
#: src/Donations/ListTable/Columns/CampaignColumn.php:50
#: src/Subscriptions/ListTable/Columns/CampaignColumn.php:57
msgid "Visit campaign page"
msgstr ""

#: src/Campaigns/ListTable/Columns/StatusColumn.php:44
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Archived"
msgstr ""

#: src/Campaigns/ListTable/Columns/StatusColumn.php:41
msgid "Inactive"
msgstr ""

#: src/Campaigns/ListTable/Columns/DescriptionColumn.php:26
msgid "Short Description"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:625
#: src/Campaigns/Factories/CampaignFactory.php:31
msgid "Campaign long description"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:620
#: src/Campaigns/Factories/CampaignFactory.php:30
msgid "Campaign short description"
msgstr ""

#: src/Campaigns/Factories/CampaignFactory.php:29
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:30
msgid "GiveWP Campaign"
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:83
#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:299
#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:413
#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:486
#: src/API/REST/V3/Routes/Campaigns/CampaignController.php:516
#: src/API/REST/V3/Routes/Campaigns/CampaignPageController.php:69
#: src/API/REST/V3/Routes/Campaigns/CampaignRevenueController.php:75
#: src/API/REST/V3/Routes/Campaigns/CampaignStatisticsController.php:84
#: src/Campaigns/CampaignsAdminPage.php:41
msgid "Campaign not found"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:92
#: build/campaignBlocksLandingPage.js:1 build/campaignCommentsBlockApp.js:1
#: build/elementorCampaignCommentsWidget.js:1
msgid "Donor avatar"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:71
msgid "Be the first donor"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:55
msgid "Be one of the first to make an impact!"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:49
msgid "No recent donors listed yet."
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:48
msgid "No top donors listed yet."
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:15
#: src/Campaigns/Shortcodes/CampaignDonorsShortcode.php:71
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:178
msgid "Join the list"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:14
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:192
#: build/campaignBlocksLandingPage.js:1
msgid "Recent Donors"
msgstr ""

#. translators: %s: human-readable time difference
#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:108
#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:122
msgctxt "human-readable time difference"
msgid "%s ago"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:86
#: build/subscriptionDetails.js:10
msgid "Donation icon"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:65
msgid "Be the first"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:49
msgid "Be the one to make it happen!"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:45
msgid "Every campaign starts with one donation."
msgstr ""

#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:12
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:180
msgid "Top Donations"
msgstr ""

#: src/Campaigns/Actions/ReplaceGiveFormsCptLabels.php:16
msgid "Edit Campaign Form"
msgstr ""

#: src/Campaigns/Actions/ReplaceGiveFormsCptLabels.php:15
msgid "Add New Campaign Form"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:58
#: includes/admin/shortcodes/shortcode-give-goal.php:59
msgid "You must first select a Campaign Form!"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:56
#: includes/admin/shortcodes/shortcode-give-goal.php:56
#: includes/admin/shortcodes/shortcode-give-goal.php:57
msgid "Select a Campaign Form"
msgstr ""

#: includes/admin/admin-pages.php:402
msgid "GiveWP Campaign Page"
msgstr ""

#: build/Campaigns/Blocks/CampaignStats/render.php:38
#: src/Campaigns/Blocks/CampaignStats/render.php:38
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignStatsWidget/ElementorCampaignStatsWidget.php:131
#: build/campaignBlocksLandingPage.js:1
msgid "Top Donation"
msgstr ""

#: build/Campaigns/Blocks/CampaignCover/render.php:19
#: src/Campaigns/Blocks/CampaignCover/render.php:19
msgid "Campaign cover image"
msgstr ""

#: blocks/donation-form-grid/class-give-donation-form-grid-block.php:291
#: includes/admin/class-blank-slate.php:265
#: blocks/components/no-form/index.js:32
msgid "Create Campaign Form"
msgstr ""

#: blocks/donation-form-grid/class-give-donation-form-grid-block.php:288
#: includes/admin/class-blank-slate.php:262
#: includes/admin/shortcodes/shortcode-give-form.php:60
#: includes/admin/shortcodes/shortcode-give-goal.php:61
#: blocks/components/no-form/index.js:22
msgid "No campaign forms found."
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgctxt "Title above the list of ticket types in the Event Tickets template"
msgid "Select tickets"
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "Ended"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Donation amount must be greater than zero."
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Payment options are not available:"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Briefly describe the details of your event"
msgstr ""

#: templates/shortcode-donor-wall.php:45
msgid "Donor Avatar"
msgstr ""

#: src/FeatureFlags/OptionBasedFormEditor/OptionBasedFormEditor.php:49
msgid "Only for Option-Based Form Editor"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:482
msgid "We recommend moving away from Legacy settings and the Option-Based Editor as they are not compatible with newer features and will eventually be removed."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:82
msgid "If enabled, you'll gain access to the legacy settings and can create forms using the Option-Based Editor. Disabling this option will not affect existing forms created with the Option-Based Editor."
msgstr ""

#: build/stripePaymentElementGateway.js:1
msgid "Donation amount must be greater than zero to proceed."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Resume Subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Are you sure you want to cancel your subscription?"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Pause Subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "How long would you like to pause your subscription?"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Duration of pause"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "3 months"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "2 months"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "1 month"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-cancel-modal/utils/index.js:26
#: src/DonorDashboards/resources/js/app/components/subscription-manager/utils/index.js:28
#: src/DonorDashboards/resources/js/app/components/subscription-manager/utils/index.js:60
msgid "An error occurred while processing your request.  Please try again later, or contact support if the issue persists."
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:68
msgid "Paused"
msgstr ""

#: src/Settings/Security/Actions/RegisterSettings.php:48
msgid "If enabled, this option will add a honeypot security measure to all donation forms"
msgstr ""

#: src/Settings/Security/Actions/RegisterSettings.php:47
msgid "Enable Honeypot Field"
msgstr ""

#: src/Settings/Security/Actions/RegisterSection.php:15
#: src/Settings/Security/SecuritySettingsPage.php:17
msgid "Security"
msgstr ""

#: includes/process-donation.php:1638
msgid "The company field is not enabled."
msgstr ""

#: includes/process-donation.php:1642
msgid "The name title prefix field is not valid."
msgstr ""

#: includes/process-donation.php:1634
msgid "The name title prefix field is not enabled."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Go to payment gateway settings"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enable multiple payment gateways on your forms via the global settings."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Additional Payment Gateways"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enable more payment gateways"
msgstr ""

#: src/DonationForms/Rules/HoneyPotRule.php:42
msgid "Thank you for the submission!"
msgstr ""

#: includes/admin/class-admin-settings.php:1032
msgid "Select Some Options"
msgstr ""

#: build/formTaxonomySettings.js:1
msgid "Tags and Categories"
msgstr ""

#: build/formTaxonomySettings.js:1
msgid "Add Form Tag"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Upgrade your plan"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form Field Overview"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Toggle block inserter"
msgstr ""

#: build/formBuilderApp.js:13
msgid "When enabled, donors are redirected to a separate page to view their donation confirmation rather than viewing it on the donation form page. This can be useful for event and conversion tracking tools like Google Analytics. <a>Learn how to customize the confirmation page.</a>"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Enable redirect"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Confirmation Page Redirect"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Post"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Page"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Upgrade"
msgstr ""

#: src/Donations/Actions/LoadDonationsListTableAssets.php:90
#: src/Donors/Actions/LoadDonorsListTableAssets.php:85
#: src/Subscriptions/Actions/LoadSubscriptionsListTableAssets.php:87
msgid "Any"
msgstr ""

#: src/DonationForms/AsyncData/Actions/GetAsyncFormDataForListView.php:36
msgid "Invalid post type."
msgstr ""

#: src/DonationForms/AsyncData/Actions/GetAsyncFormDataForListView.php:31
msgid "Missing Form ID."
msgstr ""

#: src/DonationForms/AsyncData/Actions/GetAsyncFormDataForListView.php:26
msgid "The current user does not have permission to execute this operation."
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Use the new visual form builder"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Allow donors to dedicate their donation to someone special."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Accept donations in your preferred currencies."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Add custom fields to your donation forms."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Provide custom donation receipts in PDF format."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Enable donors to cover payment processing fees."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Allow donors to make donations on a recurring basis."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "By opting in, you get access to tips for improving fundraising strategies and increasing donations, live events, product updates, and online courses. You can unsubscribe any time."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Maximize your fundraising success"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Extend functionality with add-ons and more"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "🎉 Congrats! Check out your first donation form."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Donors can donate via their company."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Enable donors to give anonymously."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Donors can choose to donate offline, via mail or in person."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Require donors to accept terms and conditions."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Allow donors to add comments to their donations."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Show the donation goal progress on the form."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Select the features you need. These can always be changed later."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "This information will be used to set up your donation form experience."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "By opting-in, you'll enable us to gather anonymous data on how you use GiveWP. This information helps us make GiveWP better for you. No personal information about you or your donors is collected."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Help us enhance your product experience"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "👋 Hi there! Tell us about your cause."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Get started quickly with our Onboarding Wizard and begin accepting donations on your website in minutes."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:412
msgid "Learn the basics and advanced tips to optimize your fundraising with GiveWP."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:389
msgid "View all premium add-ons"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:380
msgid "Boost your fundraising efforts with powerful add-ons like Recurring Donations, Fee Recovery, Google Analytics, Mailchimp, and more. Explore our extensive library of 35+ add-ons to enhance your fundraising now."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:368
msgid "Get Tributes"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:347
msgid "Get Currency Switcher"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:338
msgid "Let donors choose from your selected currencies, increasing global donations with live exchange rates and extensive currency options."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:326
msgid "Get Form Field Manager"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:305
msgid "Get PDF Receipts"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:275
msgid "Maximize your donations by allowing donors to cover payment processing fees, ensuring more funds go directly to your cause."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:263
msgid "Get Recurring Donations"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:254
msgid "Raise funds reliably through subscriptions based donations. Let your donors choose how often they give and how much. Manage your subscriptions, view specialized reports, and strengthen relationships with your recurring donors."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:237
msgid "License key"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:229
msgid "Activate your license"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:228
msgid "Already have an add-on license?"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:225
msgid "Based on your selections, Give recommends the following add-ons to support your fundraising."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:214
msgid "Get more from your fundraising campaign with add-ons"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:175
msgid "GiveWP has support for many others including Authorize.net, Square, Razorpay and more!"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:174
msgid "Explore other payment gateways:"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:76
msgid "Configure GiveWP"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:65
#: src/Onboarding/Setup/templates/index.html.php:98
msgid "Not Completed"
msgstr ""

#: src/Onboarding/BlockFactory.php:49
msgid "Acceptance of any contribution, gift or grant is at the discretion of the GiveWP. The GiveWP will not accept any gift unless it can be used or expended consistently with the purpose and mission of the GiveWP. No irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security. The GiveWP will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation."
msgstr ""

#: src/DonorDashboards/Tabs/EditProfileTab/AvatarRoute.php:59
msgid "Permission denied."
msgstr ""

#: src/DonorDashboards/Pipeline/Stages/UpdateDonorAvatar.php:50
msgid "Avatar update permission denied."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Add your own to customize or leave blank to use the default text placeholder."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enable this option if you want to require the donor login by default."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Provides the donor the option to log in to complete donation"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "Forgot your password?"
msgstr ""

#: src/Framework/FieldsAPI/Authentication.php:30
#: build/formBuilderRegistrars.js:1
msgid "Enter your password"
msgstr ""

#: src/Framework/FieldsAPI/Authentication.php:25
#: build/formBuilderRegistrars.js:1
msgid "Enter your username or email"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:170
msgid "Acceptable"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:170
msgid "Error: Too long"
msgstr ""

#: build/stripePaymentElementGateway.js:1
msgid "Invalid Payment Data. Error Details: %s (code: %s)"
msgstr ""

#: build/stripePaymentElementGateway.js:1
msgid "Invalid Payment Data. Error Details: %s"
msgstr ""

#: build/stripePaymentElementGateway.js:1
msgid "Invalid Payment Data."
msgstr ""

#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Save 40% on all GiveWP products"
msgstr ""

#: src/Promotions/ReportsWidgetBanner/ReportsWidgetBanner.php:21
msgid "Make it yours. Save 40% on all GiveWP products."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:130
msgid "Learn why this is critically important."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:128
msgid "Continue to receive events, including subscription renewals, from the disconnected account? If you have existing recurring donations with this account, you'll want to leave this checked. This is not reversible."
msgstr ""

#: src/FormMigration/FormMetaDecorator.php:1002
msgid "The current exchange rate is 1.00 %1$s equals %2$s %3$s."
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:480
msgid "Donor's Phone Number"
msgstr ""

#: includes/admin/tools/export/export-functions.php:158
#: includes/admin/tools/export/give-export-donations-exporter.php:204
#: src/Exports/DonorsExport.php:185
msgid "Donor Phone Number"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Description goes here"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enable amount description"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:319
#: build/formBuilderRegistrars.js:1
msgid "Fixed"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Multi-level"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donation Type"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Learn more about how to use the custom goal progress."
msgstr ""

#: build/formBuilderApp.js:13
msgid "You can now set a time frame to show progress toward your goal."
msgstr ""

#: build/formBuilderApp.js:13
msgid "What is custom goal progress?"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Select Date"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Goal Progress"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Set Date"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:241
msgid "Displays the goal progress from the start date to the end date."
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:236
msgid "Displays the goal progress for a lifetime, starting from when this form was published."
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:235
msgid "All time"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donors can input their phone number"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donor Phone"
msgstr ""

#: src/Helpers/IntlTelInput.php:73
msgid "Invalid number: too long."
msgstr ""

#: src/Helpers/IntlTelInput.php:72
msgid "Invalid number: too short."
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:193
#: build/formBuilderRegistrars.js:1
msgid "Phone Number"
msgstr ""

#: includes/admin/payments/view-payment-details.php:666
msgid "Donor Phone:"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Want to view the guided tour later? Access this option in the three dots menu above at any time."
msgstr ""

#: src/Helpers/IntlTelInput.php:54
msgid "No results found"
msgstr ""

#: src/FormMigration/FormMetaDecorator.php:535
#: src/FormMigration/FormMetaDecorator.php:945
msgid "Subscribe to our newsletter?"
msgstr ""

#: src/Helpers/IntlTelInput.php:58
msgid "${count} results found"
msgstr ""

#: src/Helpers/IntlTelInput.php:50
msgid "List of countries"
msgstr ""

#: src/Helpers/IntlTelInput.php:48
msgid "No country selected"
msgstr ""

#: src/Helpers/IntlTelInput.php:46
msgid "Selected country"
msgstr ""

#: src/Helpers/IntlTelInput.php:71
msgid "Invalid country code."
msgstr ""

#: src/Helpers/IntlTelInput.php:70 src/Helpers/IntlTelInput.php:74
msgid "Invalid number."
msgstr ""

#: includes/admin/donors/donors.php:500
msgid "Phone:"
msgstr ""

#: build/EventTickets/resources/blocks/EventTicketsBlock/block.json
#: src/EventTickets/resources/blocks/EventTicketsBlock/block.json
msgctxt "block description"
msgid "Sell event tickets for your cause"
msgstr ""

#: build/EventTickets/resources/blocks/EventTicketsBlock/block.json
#: src/EventTickets/resources/blocks/EventTicketsBlock/block.json
msgctxt "block title"
msgid "Event Tickets"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This has a side-by-side layout which breaks the sections of the donation process into steps."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Two Panel form design"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Overlay Opacity"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Overlay"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Header Image"
msgstr ""

#: build/eventTicketsBlock.js:1
msgid "Select your preferred event for this donation form"
msgstr ""

#: build/eventTicketsBlock.js:1
msgid "No event selected yet"
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "Sold out"
msgstr ""

#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "remaining"
msgstr ""

#: build/eventTicketsBlock.js:1
msgid "No events created yet. Go to the <a>events page</a> to create and manage your own event."
msgstr ""

#: build/eventTicketsBlock.js:1
msgid "Add or edit an event in the <a>events page</a>."
msgstr ""

#: build/eventTicketsBlock.js:1
msgid "<a>Create an event</a>"
msgstr ""

#: build/eventTicketsBlock.js:1
msgid "Donors will not be able to see any event on this form"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Event Tickets Details"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "Easily connect your events to your donation form. To enable this go to Settings > General > Beta Features and enable event tickets"
msgstr ""

#: src/API/REST/V3/Routes/Donations/DonationController.php:1084
#: build/assets/dist/js/welcome-banner.js:1
msgid "Event tickets"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "New Updates"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "What’s new in the Visual Form Builder"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Don’t worry, let’s help you setup your first event."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/eventTicketsBlock.js:1
msgid "No event created yet"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "events"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "event"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Really delete the following events?"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "search events"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Search by keyword"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "This is an early access to our event feature. Let us know how we can improve this feature to make your experience better. You can also choose to opt-out of accessing beta features in Settings."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Event Beta Feedback"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Create your event"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Create event"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "This event cannot be deleted because it has donations associated with it."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Really delete event #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Go to events list"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Event details"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Attendees"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Purchase Date"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Ticket Type"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "No attendees yet"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "No linked form yet"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "<a>To link an event to a donation form</a>, add an event block to a donation form in the visual form builder."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Add Ticket"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Tickets"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/eventTicketsBlock.js:1 build/eventTicketsTemplate.js:1
msgid "Free"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "%d of %s"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Ticket"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Create a ticket to complete your event setup."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "No ticket created yet"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Really delete ticket #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "This ticket type cannot be deleted because it has donations associated with it."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Save ticket"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "The ticket capacity is required."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Capacity"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "free"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Leave empty for"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Enter ticket name"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "The ticket name is required."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Ticket Name"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Create ticket"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Edit ticket"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Edit your event"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgctxt "Date format for event details page"
msgid "MM/dd/yyyy 'at' h:mmaaa"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Save event"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "End date and time"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "The event must have a start date!"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Start date and time"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Enter event name"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "The event must have a name!"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/eventTicketsBlock.js:1
msgid "Event Name"
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/SubscriptionRenewalDonationCreated.php:76
msgid "Subscription Renewal Donation Created."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/SubscriptionFirstDonationCompleted.php:82
msgid "Subscription Active After The First Donation Got Completed."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/SubscriptionFirstDonationCompleted.php:62
msgid "Subscription First Donation Completed."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:85
msgid "Subscription Suspended."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:76
msgid "Subscription Failing."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:73
msgid "Subscription Cancelled."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:70
msgid "Subscription Active."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:67
msgid "Subscription Expired."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateSubscriptionStatus.php:64
msgid "Subscription Completed."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:115
msgid "Donation Revoked."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:112
msgid "Donation Refunded."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:109
msgid "Donation Processing."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:106
msgid "Donation Pre Approval."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:103
msgid "Donation Pending."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:100
msgid "Donation Failed."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:97
msgid "Donation Completed."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:94
msgid "Donation Cancelled."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:91
msgid "Donation Abandoned."
msgstr ""

#: src/Framework/PaymentGateways/Webhooks/EventHandlers/Actions/UpdateDonationStatus.php:36
#: src/Framework/PaymentGateways/Webhooks/EventHandlers/SubscriptionFirstDonationCompleted.php:73
#: src/Framework/PaymentGateways/Webhooks/EventHandlers/SubscriptionRenewalDonationCreated.php:81
msgid "%s transaction ID: %s"
msgstr ""

#: src/Campaigns/ListTable/Routes/GetCampaignsListTable.php:242
msgid "You don't have permission to view Campaigns"
msgstr ""

#: src/EventTickets/Routes/DeleteEventTicketType.php:60
msgid "This ticket type has been sold and cannot be deleted."
msgstr ""

#: src/Campaigns/ListTable/Routes/DeleteCampaignListTable.php:116
msgid "You don't have permission to delete Campaigns"
msgstr ""

#: src/EventTickets/ListTable/Columns/TitleColumn.php:51
msgid "Visit event page"
msgstr ""

#: src/EventTickets/ListTable/Columns/TitleColumn.php:36
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/eventTicketsBlock.js:1
msgid "Event"
msgstr ""

#: src/EventTickets/ListTable/Columns/SalesCountColumn.php:52
msgid "%1$d out of %2$d"
msgstr ""

#: src/EventTickets/ListTable/Columns/SalesCountColumn.php:34
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "No. of tickets sold"
msgstr ""

#: src/EventTickets/ListTable/Columns/SalesAmountColumn.php:35
msgid "Ticket Sales"
msgstr ""

#: src/Campaigns/ListTable/Columns/EndDateColumn.php:38
#: src/Campaigns/ListTable/Columns/StartDateColumn.php:38
#: src/EventTickets/ListTable/Columns/DateColumn.php:49
msgctxt "date format"
msgid "m/d/Y \\a\\t g:ia"
msgstr ""

#: src/EventTickets/Actions/RegisterEventsMenuItem.php:37
msgid "Event not found"
msgstr ""

#: src/EventTickets/Actions/RegisterEventsMenuItem.php:18
#: src/EventTickets/Actions/RegisterEventsMenuItem.php:19
#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Events"
msgstr ""

#: src/EventTickets/Actions/AddEventTicketsToDonationConfirmationPageEventTicketDetails.php:43
msgid "%s - %s"
msgstr ""

#: src/DonationForms/FormDesigns/TwoPanelStepsFormLayout/TwoPanelStepsFormLayout.php:27
#: build/formBuilderApp.js:13
msgid "Two Panel"
msgstr ""

#: src/BetaFeatures/ServiceProvider.php:59
msgid "Submit your feedback."
msgstr ""

#: src/BetaFeatures/ServiceProvider.php:58
msgid "How can we improve this feature?"
msgstr ""

#: src/BetaFeatures/ServiceProvider.php:51
msgid "Beta features are a way to get early access to new features. These features are functional but will be updated frequently. Updates may include changes to the feature settings, admin screens, design and database."
msgstr ""

#: src/BetaFeatures/Actions/RegisterSettingSection.php:15
msgid "Beta Features"
msgstr ""

#: src/BetaFeatures/Actions/RegisterSettings.php:30
msgid "If enabled, you’ll be get access to the event tickets feature where you can create events and sell tickets on your donation forms. Since this is in a beta, your feedback is crucial to help us improve and make the experience better before making it public."
msgstr ""

#: src/BetaFeatures/Actions/RegisterSettings.php:29
#: src/EventTickets/Actions/AddEventTicketsToDonationConfirmationPageDonationTotal.php:25
msgid "Event Tickets"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Center"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Background"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Determines how the image will be applied in the header for this form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Image Style"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donorDetails.js:10 build/formBuilderApp.js:13
msgid "uploaded image"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Upload Image"
msgstr ""

#: includes/process-donation.php:355
msgid "Serialized fields detected. Go away!"
msgstr ""

#: build/payPalCommerceGateway.js:1
msgid "Waiting for PayPal..."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Styles"
msgstr ""

#: build/formBuilderApp.js:13
msgid "These settings gives you the ability to change the overall appearance of your form to suit your brand"
msgstr ""

#: build/formBuilderApp.js:13
msgid "These settings affect the basic appearance of the form"
msgstr ""

#: src/FormMigration/Steps/GiftAid.php:34
msgid "What is Gift Aid?"
msgstr ""

#: src/FormMigration/Steps/GiftAid.php:33
msgid "Tell me more"
msgstr ""

#: includes/shortcodes.php:174 includes/shortcodes.php:255
msgid "The form is not published."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Choose your form layout"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Editing a form layout"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Change the appearance of your donation form on your site. Each option has a different layout."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form layout"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Duplicate path found in FormSettings routes:"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Uses global settings when disabled."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Customize email options"
msgstr ""

#: build/formBuilderApp.js:13
msgid "GiveWP sends emails to both donors and specified site admins for various purposes."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Email notifications"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Available template tags for the header and description of the donation confirmation."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Notify donors that they have an account they can use to manage their donations"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This includes the form name, the permalink and the visibility of this form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "The GiveWP Form Grid provides a way to add a grid layout of multiple forms into posts and pages using either a block or shortcode. <a>Learn more about the Form Grid</a>"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Enter the email address you want to send a test email to."
msgstr ""

#: build/formBuilderApp.js:13
msgid "View template tags"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Set the content structure for the email"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Template details"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Email notification"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Customize the Redirect URL and Donate button text for this form in the Form Grid."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Back to main menu"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Design"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Build"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:204
msgid "Instructions for resetting your password have been sent to you email."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:193
msgid "Forgot Password?"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:149
msgid "Reset your password by entering your email address."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:213
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:228
msgid "Update Password"
msgstr ""

#: src/FormMigration/FormMetaDecorator.php:587
#: src/FormMigration/FormMetaDecorator.php:892
msgid "Subscribe to newsletter?"
msgstr ""

#: src/DonorDashboards/Routes/PasswordResetRoute.php:75
msgid "Unable to reset password. Please try again."
msgstr ""

#: src/DonorDashboards/Routes/PasswordResetRoute.php:65
msgid "The password reset email has been sent."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Global Label and Text options."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Global Title Prefixes options."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Embed form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "%s about the shortcode"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Copy and paste the shortcode within your page builder."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Not using the block editor?"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Create"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Creating %s"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Created page"
msgstr ""

#: build/formBuilderApp.js:13
msgid "%s with that name already exists"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Create new"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Insert form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Inserting form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form inserted"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Please select a %s"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Add to existing content"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Button label"
msgstr ""

#: build/campaignBlocks.js:1 build/formBuilderApp.js:13
msgid "Display style"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form settings"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Close Embed Form modal window"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Embed Form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "post"
msgstr ""

#: build/formBuilderApp.js:13
msgid "page"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Select a post"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Select a page"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Only a button is visible; clicking it opens the form in a new window"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Only a button is visible; clicking it opens the form in a modal window"
msgstr ""

#: build/formBuilderApp.js:13
msgid "All fields are visible on one page with the donate button at the bottom"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Full form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Double-check your settings before publishing"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Are you ready to publish?"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Copy"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Copied"
msgstr ""

#: build/formBuilderApp.js:13
msgid "PAGE ADDRESS"
msgstr ""

#: build/formBuilderApp.js:13
msgid "What's next?"
msgstr ""

#: build/formBuilderApp.js:13
msgid "%s is now live."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Close panel"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Publishing"
msgstr ""

#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:48
msgid "Visible to everyone"
msgstr ""

#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:47
msgid "Only visible to site admins and editors"
msgstr ""

#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:52
msgid "Public"
msgstr ""

#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:44
msgid "Visibility"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:132
#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1 build/formBuilderApp.js:13
msgid "New Tab"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:388
msgid "For Mastercard, account closed as fraudulent. Obtain another type of payment from customer due to account being closed or fraud. Possible reason: Account closed as fraudulent. For Visa, the card holder wants to stop all recurring payment transactions for a specific merchant. Stop recurring payment requests."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:384
msgid "For Mastercard, over credit limit or insufficient funds. Retry the transaction 72 hours later. For Visa, the card holder wants to stop only one specific payment in the recurring payment relationship. The merchant must NOT resubmit the same transaction. The merchant can continue the billing process in the subsequent billing period."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:380
msgid "For Mastercard, expired card account upgrade or portfolio sale conversion. Obtain new account information before next billing cycle."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:376
msgid "For Mastercard, the card holder has been unsuccessful at canceling recurring payment through merchant. Stop recurring payment requests. For Visa, all recurring payments were canceled for the card number requested. Stop recurring payment requests."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:366
msgid "VIRTUAL_TERMINAL_UNSUPPORTE.D"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:365
msgid "VALIDATION_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:364
msgid "VALIDATE_CURRENCY."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:363
msgid "UNSUPPORTED_REVERSAL."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:362
msgid "UNSUPPORT_POS_FLAG."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:361
msgid "UNSUPPORT_INSTALLMENT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:360
msgid "UNSUPPORT_ENTITY."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:359
msgid "CURRENCY_CODE_UNSUPPORTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:358
msgid "USER_NOT_AUTHORIZED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:357
msgid "INVALID_VERIFICATION_TOKEN."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:356
msgid "TRANSACTION_TYPE_UNSUPPORTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:355
msgid "VERIFICATION_TOKEN_REVOKED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:354
msgid "INVALID_TRANSACTION_ID."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:353
msgid "INVALID_TRACE_REFERENCE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:352
msgid "VERIFICATION_TOKEN_EXPIRED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:351
msgid "AMEX_DENIED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:350
msgid "STATUS_DESCRIPTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:349
msgid "ARC_SCORE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:348
msgid "AMOUNT_MISMATCH."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:347
msgid "CREDITCARD_MISMATCH."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:346
msgid "CURRENCY_MISMATCH."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:345
msgid "BANKAUTH_EXPIRED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:344
msgid "BANKAUTH_ROW_VOIDED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:343
msgid "BANKAUTH_ROW_SETTLED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:342
msgid "BANKAUTH_ROW_MISMATCH."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:341
msgid "MERCHANT_NOT_REGISTERED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:340
msgid "INVALID_PARENT_TRANSACTION_STATUS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:339
msgid "UNSUPPORT_REFUND_ON_PENDING_BC."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:338
msgid "QUASI_CASH_UNSUPPORTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:337
msgid "INVALID_PAYMENT_METHOD."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:336
msgid "INVALID_PRODUCT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:335
msgid "NO_PHONE_FOR_DCC_TRANSACTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:334
msgid "NETWORK_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:333
msgid "NO_MID_FOUND."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:332
msgid "EXCEEDS_NETWORK_FREQUENCY_LIMIT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:331
msgid "NOT_SUPPORTED_NRC."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:330
msgid "PPMD."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:329
msgid "BLOCKED_Mastercard."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:328
msgid "MISSING_BUSINESS_RULE_OR_DATA."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:327
msgid "LARGE_STATUS_CODE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:326
msgid "LATE_REVERSAL."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:325
msgid "INVALID_TRACE_ID."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:324
msgid "ID_MISMATCH."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:323
msgid "INVALID_INPUT_FAILURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:322
msgid "IDEMPOTENCY_FAILURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:321
msgid "H1_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:320
msgid "GAMING_REFUND_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:319
msgid "FIELD_VALIDATION_FAILED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:318
msgid "RESTRICTED_FUNDING_INSTRUMENT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:317
msgid "INVALID_FUNDING_INSTRUMENT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:316
msgid "FUNDING_SOURCE_ALREADY_EXISTS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:315
msgid "EXPIRY_DATE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:314
msgid "INTERNAL_SYSTEM_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:313
msgid "EXCEEDS_FREQUENCY_LIMIT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:312
msgid "EXPIRED_FUNDING_INSTRUMENT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:311
msgid "DECLINE_THRESHOLD_BREACH."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:310
msgid "AUTH_MESSAGE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:309
msgid "DINERS_REJECT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:308
msgid "DCC_UNSUPPORTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:307
msgid "SECURE_ERROR_3DS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:306
msgid "CURRENCY_USED_INVALID."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:305
msgid "CARD_TYPE_UNSUPPORTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:304
msgid "CREDIT_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:303
msgid "COUNTRY."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:302
msgid "CE_REGISTRATION_INCOMPLETE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:301
msgid "ARC_CVV."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:300
msgid "BAD_GAMING."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:299
msgid "AMOUNT_EXCEEDED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:298
msgid "ARC_AVS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:297
msgid "MCC_CODE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:296
msgid "AUTH_RESULT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:295
msgid "AMOUNT_INCOMPATIBLE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:294
msgid "ADULT_GAMING_UNSUPPORTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:293
msgid "AMEX_DISABLED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:292
msgid "ACCOUNT_BLOCKED_BY_ISSUER."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:291
msgid "BILLING_ADDRESS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:290
msgid "REATTEMPT_NOT_PERMITTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:289
msgid "ACCOUNT_CLOSED. A previously open account is now closed."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:288
msgid "CVV_FAILURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:287
msgid "CONTINGENCIES_NOT_RESOLVED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:286
msgid "ISSUER_REJECTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:285
msgid "CANCELLED_PAYMENT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:284
msgid "SYSTEM_MALFUNCTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:283
msgid "UNACCEPTABLE_PIN."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:282
msgid "CRYPTOGRAPHIC_FAILURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:281
msgid "BAD_RESPONSE_REVERSAL_REQUIRED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:280
msgid "UNAUTHORIZED_TRANSACTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:279
msgid "DO_NOT_HONOR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:278
msgid "ACCOUNT_NOT_FOUND."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:277
msgid "REFERRAL."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:276
msgid "CVV2_FAILURE_POSSIBLE_RETRY_WITH_CVV."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:275
msgid "APPROVED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:274
msgid "UNRECOGNIZED_RESPONSE_CODE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:273
msgid "REFUSED_CARD."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:269
msgid "HOLD_CALL_CENTER. The merchant must call the number on the back of the card. POS scenario."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:268
msgid "LOST_OR_STOLEN. try using another card. Do not retry the same card."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:267
msgid "SECURITY_VIOLATION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:266
msgid "SUSPECTED_FRAUD. try using another card. Do not retry the same card."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:265
msgid "DECLINED_PLEASE_RETRY. Retry."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:264
msgid "SYSTEM_UNAVAILABLE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:263
msgid "RETRIABLE_COMMUNICATION_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:262
msgid "FATAL_COMMUNICATION_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:261
msgid "UNSUPPORTED_OPERATION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:260
msgid "CONFIGURATION_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:259
msgid "HOST_KEY_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:258
msgid "PROCESSOR_SYSTEM_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:257
msgid "PIN_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:256
msgid "BIN_ERROR."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:255
msgid "AUTHENTICATION_FAILED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:254
msgid "ERROR_3DS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:253
msgid "APPROVED_NON_CAPTURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:252
msgid "ACCOUNT_NOT_ON_FILE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:248
msgid "DECLINED_DUE_TO_UPDATED_ACCOUNT. External decline as an updated card has been issued."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:247
msgid "CARD_NOT_ACTIVATED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:246
msgid "ISSUER_NOT_AVAILABLE_RETRIABLE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:245
msgid "ISSUER_NOT_AVAILABLE_NOT_RETRIABLE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:244
msgid "INVALID_ISSUE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:243
msgid "REVERSAL_REJECTED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:242
msgid "TX_ATTEMPTS_EXCEED_LIMIT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:241
msgid "TRANSACTION_NOT_PERMITTED. Outside of scope of accepted business."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:240
msgid "DECLINED_SCA_REQUIRED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:239
msgid "INCORRECT_PIN_REENTER."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:238
msgid "EXPIRED_CARD."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:237
msgid "INVALID_TRANSACTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:236
msgid "DUPLICATE_TRANSACTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:235
msgid "SOFT_AVS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:231
msgid "INVALID_OR_RESTRICTED_CARD. try using another card. Do not retry the same card."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:230
msgid "AVS_FAILURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:229
msgid "UNAUTHORIZED_USER."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:225
msgid "PICKUP_CARD_SPECIAL_CONDITIONS. try using another card. Do not retry the same card."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:224
msgid "CARD_CLOSED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:223
msgid "DECLINED_PIN_TRY_EXCEEDED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:222
msgid "INVALID_PIN."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:221
msgid "INSUFFICIENT_FUNDS."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:220
msgid "CVV2_FAILURE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:219
msgid "GENERIC_DECLINE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:218
msgid "TRANSACTION_CANNOT_BE_COMPLETED."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:217
msgid "INVALID_ORDER."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:216
msgid "INVALID_LIFE_CYCLE_OF_TRANSACTION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:215
msgid "INVALID_CARD_VERIFICATION_VALUE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:214
msgid "INVALID_EXPIRATION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:213
msgid "INVALID_MCC."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:212
msgid "BAD_PROCESSING_CODE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:211
msgid "RESTRICTED_OR_INACTIVE_ACCOUNT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:210
msgid "INVALID_MERCHANT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:209
msgid "INVALID_TERMINAL."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:208
msgid "INVALID_ACCOUNT_RECURRING."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:207
msgid "INVALID_ACCOUNT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:206
msgid "INVALID_CURRENCY_CODE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:205
msgid "INVALID_CAPTURE_DATE."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:204
msgid "INVALID_TRANSACTION_CARD_ISSUER_ACQUIRER."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:203
msgid "INVALID_AMOUNT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:202
msgid "INVALID_DATA_FORMAT."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:201
msgid "PARTIAL_AUTHORIZATION."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:188
msgid "For Visa, Mastercard, Discover, or American Express, no response. For Maestro, the service is not available."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:184
msgid "For Visa, Mastercard, Discover, or American Express, unknown - the issuer is not certified."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:179
msgid "For Visa, Mastercard, Discover, or American Express, it was not processed."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:175
msgid "For Visa, Mastercard, Discover, or American Express, the CVV2/CSC does not match."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:174
msgid "For Visa, Mastercard, Discover, or American Express, the CVV2/CSC matches."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:173
msgid "For Visa, Mastercard, Discover, or American Express, invalid or null."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:169
msgid "For Visa, Mastercard, Discover, or American Express, error - unrecognized or unknown response."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:168
msgid "For Maestro, the service is not available."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:167
msgid "For Maestro, the merchant has indicated that CVV2 is not present on card."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:166
msgid "For Maestro, the merchant has not implemented CVV2 code handling."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:165
msgid "For Maestro, the CVV2 did not match."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:164
msgid "For Maestro, the CVV2 matched."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:157
msgid "For Maestro, no AVS response was obtained ."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:153
msgid "For Visa, Mastercard, or Discover transactions, the five - digit ZIP code matches but no address . for American Express, only the card holder postal code is correct."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:149
msgid "For Visa, Mastercard, or Discover transactions, the address and five-digit ZIP code match. For American Express, the card holder address and postal code are both correct."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:145
msgid "For Visa, Mastercard, or Discover transactions, exact match of the address and the nine-digit ZIP code. For American Express, the card holder name, address, and postal code are all incorrect."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:141
msgid "For Visa, Mastercard, or Discover transactions, whole ZIP code. For American Express, the card holder name, address, and postal code are all incorrect."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:137
msgid "For Visa, Mastercard, or Discover transactions, the service is unavailable. For American Express, information is not available. For Maestro, the address is not checked or the acquirer had no response. The service is not available."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:133
#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:180
msgid "For Visa, Mastercard, Discover, or American Express, the service is not supported."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:129
msgid "For Visa, Mastercard, or Discover transactions, re-try the request. For American Express, the system is unavailable."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:125
msgid "For Visa, Mastercard, or Discover transactions, postal international Z. Postal code only."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:121
msgid "For Visa, Mastercard, or Discover transactions, nothing matches. For American Express card holder, the address and postal code are both incorrect."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:117
msgid "For Visa, Mastercard, or Discover transactions, the address and postal code match. For American Express card holder, the name, address, and postal code match."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:113
msgid "For Visa, Mastercard, or Discover transactions, international is unavailable. Not applicable."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:109
msgid "For Visa, Mastercard, or Discover transactions, global is unavailable. Nothing matches."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:105
msgid "For Visa, Mastercard, or Discover transactions, the address and postal code match. UK-specific X. For American Express card holder, the name is incorrect but the address matches."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:101
msgid "For Visa, Mastercard, or Discover transactions, not allowed for Internet or phone transactions. For American Express card holder, the name is incorrect but the address and postal code match."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:97
msgid "For Visa, Mastercard, or Discover transactions, the address and postal code match. International X."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:93
msgid "For Visa, Mastercard, or Discover transactions, no values match. International N."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:89
msgid "For Visa, Mastercard, or Discover transactions, the address matches. International A."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:85
msgid "For Visa, Mastercard, or Discover transactions, the address matches but the zip code does not match. For American Express transactions, the card holder address is correct."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:81
msgid "For Maestro, the address was not checked or the acquirer had no response. The service is not available."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:77
msgid "For Maestro, the merchant did not provide AVS information. It was not processed."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:76
msgid "For Maestro, part of the address information matches."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:75
msgid "For Maestro, none of the address information matches."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCheckoutSdk/ProcessorResponseError.php:74
msgid "For Maestro, all address information matches."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Submit Feedback"
msgstr ""

#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/page-slug.jsx:39
msgid "The last part of the URL"
msgstr ""

#: src/Promotions/InPluginUpsells/SaleBanners.php:64
msgid "Upgrade to Pro and get Peer-to-Peer fundraising."
msgstr ""

#: src/Promotions/InPluginUpsells/SaleBanners.php:60
msgid "Upgrade to a Plus Plan to get all must-have add-ons."
msgstr ""

#: src/Promotions/InPluginUpsells/SaleBanners.php:56
#: src/Promotions/InPluginUpsells/SaleBanners.php:68
msgid "Upgrade to a Pricing Plan for Recurring Donations, Fee Recovery, and more."
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/sale-banners.php:39
msgid "Shop now"
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/sale-banners.php:24
msgid "Save %s on GiveWP Today."
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:107
msgid "Mrs"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:106
msgid "Ms"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:105
msgid "Mr"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:33
msgid "How would you like to pay for your donation?"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:32
msgid "Payment Details"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:26
msgid "We'll never share this information with anyone."
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:25
msgid "Who's Giving Today?"
msgstr ""

#: build/DonationForms/Blocks/DonationFormBlock/block.json
#: src/DonationForms/Blocks/DonationFormBlock/block.json
msgctxt "block description"
msgid "The GiveWP Donation Form block inserts an existing donation form into the page."
msgstr ""

#: build/DonationForms/Blocks/DonationFormBlock/block.json
#: src/DonationForms/Blocks/DonationFormBlock/block.json
msgctxt "block title"
msgid "Donation Form"
msgstr ""

#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:54
msgid "Allow Guest Donations"
msgstr ""

#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:36
msgid "Display the registration and/or login forms in the payment section for non-logged-in users."
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "All donations are processed through the default Stripe account."
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "No default account set"
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "Connect a Stripe account"
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "Choose Account"
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "Use global default"
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "You can also add another account in <a>Global settings</a>."
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "Select an account you would like to use to process donations for this form."
msgstr ""

#: build/stripePaymentElementFormBuilder.js:1
msgid "All donations are processed through the default account set in the <a>Global settings</a>."
msgstr ""

#: build/offlineGatewayFormBuilder.js:1
msgid "Use global instructions"
msgstr ""

#: build/offlineGatewayFormBuilder.js:1
msgid "Enable offline donations"
msgstr ""

#: build/offlineGatewayFormBuilder.js:1
msgid "Global instructions are defined in the <a>Global Settings</a>. When disabled, custom instructions can be written for this form"
msgstr ""

#: build/offlineGatewayFormBuilder.js:1
msgid "The name of this website."
msgstr ""

#: build/offlineGatewayFormBuilder.js:1
msgid "The mailing address provided to the donor to send their payment to."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Modal Accept Button"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Modal Heading"
msgstr ""

#: build/formBuilderApp.js:13 build/formBuilderRegistrars.js:1
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/page-slug.jsx:39
msgid "URL"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:160
#: build/formBuilderRegistrars.js:1
msgid "Link Text"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Link to terms"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Show terms in form"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Show terms in modal"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Checkbox Label"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "TERMS AND CONDITIONS"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Field Options"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "<p>Acceptance of any contribution, gift or grant is at the discretion of the GiveWP.</p><p>The GiveWP will not accept any gift unless it can be used or expended consistently with the purpose and mission of the GiveWP.</p><p>No irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security.</p><p>The GiveWP will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation.</p>"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donors can accept the terms and conditions"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Terms and conditions"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid " Go to the settings to change the "
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Do you want to force the Address Line 2 field to be required?"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Collects the donor billing address with display options."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Login Confirmation"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Login Notice"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Redirect to login page"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Require donor login"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Already have an account? Log in."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "User Login"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "The interface for donors to specify the amount they want to donate."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donation Amount and Levels"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Billing Period"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Custom amount"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Interval"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Default Frequency"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:448
#: includes/admin/tools/import/class-give-import-subscriptions.php:1276
#: build/formBuilderRegistrars.js:1
msgid "Frequency"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enable one-time donation"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enable recurring donation"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "None of the payment gateways currently enabled support Recurring Donations. To collect recurring donations, enable one of the following payment gateways:"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Default Level"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Sets the maximum donation amount for all gateways. Leave empty for no maximum amount."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Maximum"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Sets the minimum donation amount for all gateways."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Minimum"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "The donation amount is fixed to the following amount:"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Set multiple price donations for this form."
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:46
msgid "Failed Donation!"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Every 6th"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Every 5th"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Every 4th"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Every 3rd"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Every 2nd"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Every"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Show values"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Value"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donation amount level"
msgstr ""

#: build/formBuilderApp.js:13 build/formBuilderRegistrars.js:1
msgid "Options"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Provide donors the option of making flexible recurring donations."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Once"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Shows a donation summary in real-time for donors to review before donating."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Display payment gateway options for donors to process their donation."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "The required email field for donors to enter their email address."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Show Name Title Prefix"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Collects the donor name with display options."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Donors can input their company name"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Text field"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "A custom text field that donors can use."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Text Field"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Field"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Enter some text"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Paragraph"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Attributes"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "A section groups form fields and content together."
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Section"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Drag a block here or click to add a block"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgctxt "Generic label for block inserter button"
msgid "Add block"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Content & Media"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Input Fields"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Return to editing form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Make sure to check the settings for each section and block, and maybe even run some test donations to ensure your new form is good to go."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Upgraded form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Your form has been upgraded"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Something went wrong with the transfer."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transfer not completed!"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Your donation data was successfully transferred to the upgraded form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transfer completed successfully"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transfer"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Confirm transfer"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transferring donation data cannot be undone"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transfer existing donation data"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Delete the existing form after transfer"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Type <strong>transfer</strong> to confirm transfer of donation data for the form selected. This means all blocks, shortcodes, and the form URL will automatically redirect to the upgraded form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transferring donation data to the upgraded form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transfer data"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Once you're happy with your new form, permanently transfer your existing donation data to this new form."
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Feedback"
msgstr ""

#: build/assets/dist/js/give-admin-event-tickets.js:4
msgid "Provide Feedback"
msgstr ""

#: build/formBuilderApp.js:13 build/formBuilderRegistrars.js:1
msgid "Section Description"
msgstr ""

#: build/formBuilderApp.js:13 build/formBuilderRegistrars.js:1
msgid "Section Title"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:421 build/formBuilderApp.js:13
msgid "Get started"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Let’s quickly explore the new visual donation form builder. This will take less than a minute."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Learn how to edit your form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/formBuilderApp.js:13 build/subscriptionDetails.js:10
msgid "Proceed"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This walks the donor through a number of steps to the donation process. The sections are broken into steps in the form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Multi-step"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Multi-Step form design"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This displays all form fields on one page. Donors fill out the form as they scroll down the page"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Classic form design"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Select one that suits your taste and requirements for your cause."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Select a block to edit the settings for that individual block on the Block tab of the editor. Settings will vary depending on the type of block selected."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Block Settings"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Drag and drop the block you need onto the canvas. Input fields that can only be inserted once are greyed out when in use."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Add section/block"
msgstr ""

#: build/formBuilderApp.js:13
msgid "These two buttons give you the ability to add and reorder sections and blocks to the canvas, with drag-and-drop ease."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Sidebar Toggles"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Forms are broken into sections, which contain blocks for fields or content."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form Sections"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Add, reorder, and edit blocks and sections here to make up your form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Canvas"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This is where you add and edit various blocks and sections to make up your form."
msgstr ""

#: build/formBuilderApp.js:13
msgid "This is where you can customize the appearance (i.e. colors and features) of your form based on the selected form layout."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Exit tour"
msgstr ""

#: build/formBuilderApp.js:13
msgid "<strong>Step <stepNumber /></strong> of <stepCount />"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Form design settings"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Preparing your form design"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Updating your changes"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Got it!"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Error saving form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Want to transfer donation data later? Access this option in the three dots menu above at any time."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Transfer Donation Data"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Show Guided Tour"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Switch to Draft"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Save as Draft"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Saving..."
msgstr ""

#: build/formBuilderApp.js:13
msgid "View form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Draft saved."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Return to GiveWP"
msgstr ""

#. translators: accessibility text for the publish landmark region.
#: build/formBuilderApp.js:11 build/formBuilderApp.js:13
msgid "Publish"
msgstr ""

#. translators: accessibility text for the secondary sidebar landmark region.
#: build/formBuilderApp.js:7
msgid "Block Library"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Upgrade to unlock additional fields"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Additional Fields"
msgstr ""

#: build/formBuilderApp.js:1
msgid "List View"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Standalone Block Editor advanced settings."
msgstr ""

#: build/formBuilderApp.js:1
msgid "Block"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Default template"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Choose your template from the available registered template types"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "Global"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Logo URL"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Preview email"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Back to template settings"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Available template tags for this email. HTML is accepted. <a>See our documentation</a> for examples of how to use custom meta email tags to output additional donor or donation information in your GiveWP emails"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Generating preview..."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Send a test email"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This email is automatically sent to the individual fundraiser and the recipient cannot be customized."
msgstr ""

#: build/donorDetails.js:10 build/formBuilderApp.js:13
msgid "Add email"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Email address that should receive a notification"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Email recipient"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Choose email type"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Email content type"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Enter the email header that appears at the top of the email"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Enter the email subject line"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Global options are set in GiveWP settings. You may override them for this form here."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Email options"
msgstr ""

#: build/formBuilderApp.js:13
msgid "The full URL of the page you want this form to redirect to when clicked on from the Form Grid. This only applies when the Form Grid uses the \"Redirect\" method."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Customize form grid"
msgstr ""

#: build/formBuilderApp.js:13
msgid "This is the second message that displays in the donation confirmation."
msgstr ""

#: build/formBuilderApp.js:13
msgid "This is the first message that displays in the donation confirmation."
msgstr ""

#: build/formBuilderApp.js:13 build/offlineGatewayFormBuilder.js:1
msgid "Template tags"
msgstr ""

#: build/formBuilderApp.js:13 build/offlineGatewayFormBuilder.js:1
msgid "Copy Tag"
msgstr ""

#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donorDetails.js:10 build/formBuilderApp.js:1
#: build/formBuilderApp.js:13
msgid "Use this media"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Edit in Modal"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:252
#: build/formBuilderApp.js:13
msgid "Custom Styles"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:146
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:141
#: build/formBuilderApp.js:13
msgid "Show Description"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Show Heading"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Show Header"
msgstr ""

#. translators: accessibility text for the top bar landmark region.
#: build/formBuilderApp.js:3 build/formBuilderApp.js:13
msgid "Header"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Secondary Color"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Enter the text you want to display on the donation button."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Button caption"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Next Step Button Text"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Customize the text that appears in the first step, prompting the user to go to the next step."
msgstr ""

#: build/formBuilderApp.js:13
msgid "First Step Button Text"
msgstr ""

#: build/formBuilderApp.js:13
msgid "When enabled, donors will be notified that they have an account they can use to manage their donations. Disable if you do not want donors to be aware of their account."
msgstr ""

#: build/formBuilderApp.js:13
msgid "Send new account notifications"
msgstr ""

#: build/formBuilderApp.js:13
msgid "User Registration"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Goal Type"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Auto-Close Form"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Enable Donation Goal"
msgstr ""

#: build/formBuilderApp.js:1
msgid "If enabled, the data collected by this field is saved to the Donor record instead of the Donation record. This is useful for data that doesn't normally change between donations, like a phone number or t-shirt size."
msgstr ""

#: build/formBuilderApp.js:1
msgid "Save to Donor Record"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Use this email tag to dynamically output the data in supported GiveWP emails."
msgstr ""

#: build/formBuilderApp.js:1
msgid "Email Tag"
msgstr ""

#: build/formBuilderApp.js:1
msgid "The value of the field if the donor does not fill out this field. Leave blank in most cases."
msgstr ""

#: build/formBuilderApp.js:1
msgid "Default Value"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Display in Receipt"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Display in Admin"
msgstr ""

#: build/formBuilderApp.js:1 build/formBuilderRegistrars.js:1
msgid "Field Settings"
msgstr ""

#: build/formBuilderApp.js:1 build/formBuilderApp.js:13
msgid "Yes, proceed"
msgstr ""

#: build/formBuilderApp.js:1
msgid "No, cancel"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Changing the meta key value will affect the visibility of existing donation data. Would you like to proceed?"
msgstr ""

#: build/formBuilderApp.js:1
msgid "Edit field meta key"
msgstr ""

#: build/formBuilderApp.js:1
msgid "The name of the meta key this field will to in the database. Can only be letters, numbers, and underscores."
msgstr ""

#: build/formBuilderApp.js:1
msgid "Meta Key"
msgstr ""

#: build/formBuilderApp.js:1
msgid "An unknown error has occurred. Please try saving again and contact support if the problem persists."
msgstr ""

#: build/formBuilderApp.js:1
msgid "Custom field"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "The following error occurred when submitting the form:"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Additional Details"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:384
#: build/donationFormRegistrars.js:1 build/subscriptionDetails.js:10
msgid "Subscription Details"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Every <period />"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Success!"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Something went wrong. Please try or again or contact a site administrator."
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Donate with %s"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Test mode is <strong>enabled</strong>. While in test mode no live donations are processed."
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "An error occurred while loading the gateway fields.  Please notify the site administrator.  The error message is:"
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "No gateways have been enabled yet.  To get started accepting donations, enable a compatible payment gateway in your settings."
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "The selected currency is not supported by any of the available payment gateways.  Please select a different currency or contact the site administrator for assistance."
msgstr ""

#: build/donationFormRegistrars.js:1
msgid "Enter custom amount"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "repeats"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "This donation <amount /> every <period />."
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "This donation <amount /> every <period /> for <count /> <donations />."
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "This donation is <amount/>"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "yearly"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "years"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
#: build/subscriptionDetails.js:10
msgid "year"
msgid_plural "years"
msgstr[0] ""
msgstr[1] ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "quarterly"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "quarters"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
#: build/subscriptionDetails.js:10
msgid "quarter"
msgid_plural "quarters"
msgstr[0] ""
msgstr[1] ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "monthly"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "months"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
#: build/subscriptionDetails.js:10
msgid "month"
msgid_plural "months"
msgstr[0] ""
msgstr[1] ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "weekly"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "weeks"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
#: build/subscriptionDetails.js:10
msgid "week"
msgid_plural "weeks"
msgstr[0] ""
msgstr[1] ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "daily"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
#: build/subscriptionDetails.js:10
msgid "day"
msgid_plural "days"
msgstr[0] ""
msgstr[1] ""

#: build/adminBlocks.js:1 build/donationFormBlock.js:1
msgid "Loading Donation Forms..."
msgstr ""

#: build/adminBlocks.js:1 build/donationFormBlock.js:1
msgid "Open Form Button"
msgstr ""

#: build/adminBlocks.js:1 build/donationFormBlock.js:1
msgid "No forms were found using the GiveWP form builder."
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1
msgid "Choose a donation form"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1
msgid "Form Settings"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: build/campaignListTable.js:4 build/donationFormApp.js:2
#: build/formBuilderApp.js:13
msgid "Previous"
msgstr ""

#: build/donationFormApp.js:2 build/donationFormRegistrars.js:1
msgid "Submitting…"
msgstr ""

#. translators: base error message
#: build/donationFormApp.js:2
msgid "This is a required field"
msgstr ""

#: build/donationFormApp.js:1 build/donationFormApp.js:2
#: build/payPalCommerceGateway.js:1
msgid "This payment gateway does not support recurring payments, please try selecting another payment gateway."
msgstr ""

#: build/donationFormApp.js:1 build/donationFormApp.js:2
#: build/donationFormRegistrars.js:1 build/payPalCommerceGateway.js:1
msgid "Something went wrong, please try again or contact support."
msgstr ""

#: build/donationFormApp.js:1 build/donationFormRegistrars.js:1
#: build/formBuilderApp.js:13
msgid "Reload form"
msgstr ""

#: build/donationFormApp.js:1 build/formBuilderApp.js:13
msgid "An error occurred in the form.  Please notify the site administrator.  The error message is:"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1 build/subscriptionDetails.js:10
msgid "UPDATED"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "See exactly what your form looks like for potential donors using the “Design” tab of the builder. Changes are visible immediately."
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "Design mode"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "Spotlight on awesome features"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "Read documentation"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "The team is still working on some new features, add-on and payment gateway compatibility to make your form experience better."
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "This is powered by the new Visual Donation Form Builder"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "Create a donation form"
msgstr ""

#: src/Campaigns/Actions/AddNewBadgeToAdminMenuItem.php:35
#: src/Promotions/resources/views/CampaignWelcomeBanner.php:20
#: build/campaignListTable.js:4 build/subscriptionDetails.js:10
msgid "NEW"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "GiveWP introduces an enhanced forms experience powered by the new Visual Donations Form Builder."
msgstr ""

#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Upgrade this form"
msgstr ""

#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Easily upgrade your form to support the new form builder"
msgstr ""

#: build/assets/dist/js/give-edit-v2form.js:1
msgid "Migration Guide"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "The name of this form is already associated with an upgraded form. You can safely delete this form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Uses the Visual Form Builder"
msgstr ""

#: build/assets/dist/js/welcome-banner.js:1
msgid "Try the new form builder"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "Proceed with the new form builder"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "Proceed with upgrade"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "Supported add-ons"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "GiveWP 3.0 introduces an enhanced forms experience powered by the new Visual Donation Form Builder. The team is still working on add-on and gateway compatibility. If you need to use an add-on or gateway that isn't listed, use the \"%sAdd form%s\" option for now."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/formBuilderApp.js:13
#: build/subscriptionDetails.js:10
msgid "Close dialog icon"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Read more about the connection types"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Chargeback Protection"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Fraud Protection"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Requires Application Approval"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Advanced Card Processing"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Seller Protection"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Accept Credit & Debit Cards"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Standard Card Processing"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "There was an issue retrieving a link to connect to PayPal. Please try again. If the issue continues please contact an administrator."
msgstr ""

#: src/Views/Form/Templates/Classic/resources/views/header.php:31
#: build/donationFormRegistrars.js:1
msgid "Raised"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:134
msgid ""
"PayPal allows you to accept credit or debit cards directly on your website. Because of\n"
"                            this, your site needs to maintain <a href=\"%1$s\" target=\"_blank\">PCI-DDS compliance</a>.\n"
"                            GiveWP never stores sensitive information like card details to your server and works\n"
"                            seamlessly with SSL certificates. Compliance is comprised of, but not limited to:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:462
msgid "Connected as Standard for payments as"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:461
msgid "Connected as Advanced for payments as"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:138
msgid "Live PayPal accounts will not work."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:137
msgid "Set up a separate PayPal Sandbox account for testing."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:135
msgid "PayPal sandbox is currently NOT connected."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/Webhooks/Listeners/PaymentIntentPaymentFailed.php:63
msgid "Payment failed in Stripe."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/Webhooks/Listeners/InvoicePaymentSucceeded.php:124
#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/Webhooks/Listeners/PaymentIntentSucceeded.php:63
msgid "Payment succeeded in Stripe."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/Webhooks/Listeners/InvoicePaymentFailed.php:90
msgid "Subscription - Renewal Payment Failed"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/Webhooks/Listeners/ChargeRefunded.php:65
msgid "Payment refunded in Stripe."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementGateway.php:56
msgid "Stripe Payment Element"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementGateway.php:48
msgid "Stripe - Payment Element"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:84
msgid "How it works"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:280
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:123
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:241
msgid "Renewal Date"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:276
msgid "Subscription Status"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:238
#: build/formBuilderRegistrars.js:1
msgid "Anonymous Donation"
msgstr ""

#: src/Framework/FieldsAPI/MultiSelect.php:38
msgid "Field type must be either \"checkbox\" or \"dropdown\"."
msgstr ""

#: src/FormMigration/Steps/FeeRecovery.php:62
msgid "Plus an additional {fee_amount} to cover gateway fees."
msgstr ""

#: src/FormMigration/Steps/FeeRecovery.php:55
msgid "I'd like to help cover the transaction fees of {fee_amount} for my donation."
msgstr ""

#: src/FormMigration/ServiceProvider.php:117
msgid "The ID of the form (v3) to transfer donations (from v2)."
msgstr ""

#: src/FormMigration/ServiceProvider.php:93
msgid "The ID of the form (v2) to migrate to v3."
msgstr ""

#: src/FormMigration/Controllers/MigrationController.php:77
msgid "Form migrated from v2 to v3."
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:95
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:96
#: src/Framework/FieldsAPI/BillingAddress.php:72
#: build/formBuilderRegistrars.js:1
msgid "Zip/Postal Code"
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:94
#: build/formBuilderRegistrars.js:1
msgid "This changes by country selection..."
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:93
#: src/Framework/FieldsAPI/BillingAddress.php:69
#: build/formBuilderRegistrars.js:1
msgid "State/Province/Country"
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:84
#: build/formBuilderRegistrars.js:1
msgid "A full country list will be displayed here..."
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:73
#: src/Onboarding/BlockFactory.php:54 build/formBuilderRegistrars.js:1
msgid "Accept"
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:72
#: src/Onboarding/BlockFactory.php:53 build/formBuilderRegistrars.js:1
msgid "Do you consent to the following"
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:68
msgid "Acceptance of any contribution, gift or grant is at the discretion of the GiveWP. The GiveWP will not accept any gift unless it can be used or expended consistently with the purpose and mission of the GiveWP. No irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security.The GiveWP will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation."
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:64
#: src/Onboarding/BlockFactory.php:45 build/formBuilderRegistrars.js:1
msgid "I agree to the Terms and conditions."
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:53
#: build/formBuilderRegistrars.js:1
msgid "Thank you for your continued support."
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:282
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:283
msgid "The email supplied by the donor during their donation."
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:275
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:276
msgid "The last name supplied by the donor during their donation."
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:268
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:269
msgid "The first name supplied by the donor during their donation."
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:200
msgid "The total number of unique donors who have donated to the form through subscriptions"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:199
msgid "Number of Subscribers"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:195
msgid "The total number of subscriptions made for the form"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:194
msgid "Number of Subscriptions"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:189
msgid "The total amount raised for the form through subscriptions"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:188
msgid "Subscription Amount Raised"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:180
msgid "The total number of unique donors who have donated to the form"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:175
msgid "The total number of donations made for the form"
msgstr ""

#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:169
msgid "The total amount raised for the form"
msgstr ""

#: src/FormBuilder/Routes/RegisterFormBuilderPageRoute.php:81
msgid "Donation form does not exist."
msgstr ""

#: src/FormBuilder/Controllers/FormBuilderResourceController.php:151
msgid "<p>The following block was not found and is required for the form to work:</p>%s<p>Please add the missing block and try again.</p>"
msgid_plural "<p>The following blocks were not found and are required for the form to work:</p>%s<p>Please add these missing blocks and try again.</p>"
msgstr[0] ""
msgstr[1] ""

#: src/FormBuilder/Controllers/FormBuilderResourceController.php:87
msgid "ERROR: the form was not saved due to a meta key name conflict. A field already exists on this form with the meta key '%s'. Meta key names must be unique. Change the conflicting meta key and try to save again. "
msgstr ""

#: src/FormBuilder/Controllers/FormBuilderResourceController.php:64
msgid "Form not found."
msgstr ""

#: src/Donations/CustomFields/Views/DonationDetailsView.php:52
#: src/Donors/CustomFields/Views/DonorDetailsView.php:60
#: build/donorDetails.js:10 build/formBuilderApp.js:13
msgid "Custom Fields"
msgstr ""

#: src/DonationForms/ViewModels/DonationFormViewModel.php:205
msgid "Counted"
msgstr ""

#: src/DonationForms/V2/ValueObjects/DonationFormStatus.php:45
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Upgraded"
msgstr ""

#: src/DonationForms/Rules/SubscriptionPeriodRule.php:41
msgid "%s must be a valid subscription period.  Valid periods are: %s"
msgstr ""

#: src/DonationForms/Rules/Size.php:77
msgid "%s must be exactly %d characters"
msgstr ""

#: src/DonationForms/Rules/Size.php:73
msgid "%s must be exactly %s"
msgstr ""

#: src/DonationForms/Rules/Max.php:43 src/DonationForms/Rules/Min.php:43
msgid "%s must be more than or equal to %d characters"
msgstr ""

#: src/DonationForms/Rules/Max.php:39 src/DonationForms/Rules/Min.php:39
msgid "%s must be greater than or equal to %s"
msgstr ""

#: src/DonationForms/Rules/GatewayRule.php:41
msgid "%s must be a valid gateway.  Valid gateways are: %s"
msgstr ""

#: src/DonationForms/Rules/DonationTypeRule.php:39
msgid "%s must be a valid donation type.  Valid types are: %s"
msgstr ""

#: src/DonationForms/Rules/BillingAddressZipRule.php:35
msgid "Zip required."
msgstr ""

#: src/DonationForms/Rules/BillingAddressStateRule.php:34
msgid "State required."
msgstr ""

#: src/DonationForms/Rules/BillingAddressCityRule.php:35
msgid "City required."
msgstr ""

#: src/DonationForms/Rules/AuthenticationRule.php:32
msgid "Login required."
msgstr ""

#: src/DonationForms/Rules/ArrayRule.php:43
msgid "%s must be an array"
msgstr ""

#: src/DonationForms/Routes/AuthenticationRoute.php:49
msgid "The login/password does not match or is incorrect."
msgstr ""

#: src/DonationForms/Properties/FormSettings.php:339
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:359
msgid "{first_name}, your contribution means a lot and will be put to good use in making a difference. We’ve sent your donation receipt to {email}."
msgstr ""

#: src/DonationForms/Properties/FormSettings.php:335
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:342
msgid "Hey {first_name}, thanks for your donation!"
msgstr ""

#: blocks/donation-form/class-give-donation-form-block.php:137
#: src/DonationForms/Blocks/DonationFormBlock/DataTransferObjects/BlockAttributes.php:39
#: src/DonationForms/Properties/FormSettings.php:309
#: src/DonationForms/Properties/FormSettings.php:371 build/campaignBlocks.js:1
msgid "Donate now"
msgstr ""

#: src/DonationForms/Properties/FormSettings.php:304
msgid "Help our organization by donating today! Donations go to making a difference for our cause."
msgstr ""

#: src/DonationForms/FormDesigns/MultiStepFormDesign/MultiStepFormDesign.php:35
msgid "Multi-Step"
msgstr ""

#: src/DonationForms/FormDesigns/ClassicFormDesign/ClassicFormDesign.php:25
#: build/formBuilderApp.js:13
msgid "Classic"
msgstr ""

#: src/DonationForms/DataTransferObjects/DonationFormGoalData.php:236
msgid "recurring donations"
msgstr ""

#: src/DonationForms/Controllers/DonateController.php:222
msgid "[%s] This payment gateway does not support recurring payments, please try selecting another payment gateway."
msgstr ""

#: src/DonationForms/Actions/ConvertDonationAmountBlockToFieldsApi.php:171
msgid "Choose your donation frequency"
msgstr ""

#: src/DonationForms/Actions/ConvertDonationAmountBlockToFieldsApi.php:156
#: build/formBuilderRegistrars.js:1
msgid "One Time"
msgstr ""

#: src/DonationForms/Actions/ConvertConsentBlockToFieldsApi.php:38
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:66
#: src/Onboarding/BlockFactory.php:47 build/formBuilderRegistrars.js:1
msgid "Show terms"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "Read more on Add-ons and Gateways compatibility"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/formBuilderApp.js:13
msgid "Got it"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "Supported gateways"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/formBuilderApp.js:13
#: build/subscriptionDetails.js:10
msgid "Close dialog"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "Feature notice"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:391
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Uses the blocks-based visual form builder for creating and customizing a donation form."
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:385
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Visual Form Builder"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:405
#: src/FeatureFlags/OptionBasedFormEditor/OptionBasedFormEditor.php:50
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Uses the traditional settings options for creating and customizing a donation form."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:81
#: includes/admin/settings/class-settings-gateways.php:399
msgid "Option-Based Form Editor"
msgstr ""

#: give.php:472
msgid "The Visual Form Builder Beta plugin is no longer needed, since the form builder is included in your current version of GiveWP. To prevent conflicts, the Beta plugin has been deactivated and can be safely deleted."
msgstr ""

#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:299
msgid "This donation form is not accepting donations."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:208
msgid "Smart Buttons Only"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:197
msgid "\"Auto\" provides the most payment options to the donor as possible, based on your account. \"Smart Buttons Only\" shows only the payment buttons. There is no \"Hosted Only\" option at this time due to limitations with PayPal's hosted fields. Not sure what this means? %1$sRead here%2$s."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:195
msgid "Payment Field Type"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalStandardToDonationsMigrationGlobalBanner.php:80
msgid "Connect PayPal Donations"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalStandardToDonationsMigrationGlobalBanner.php:75
msgid "Read Documentation"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalStandardToDonationsMigrationGlobalBanner.php:70
msgid "Migrate to PayPal Donations, which fully supports PayPal's latest API updates. As PayPal Standard is being deprecated, it will soon be removed from our platform. PayPal Standard will continue to work a while longer, but we strongly recommend migrating to PayPal Donations as soon as you can."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalStandardToDonationsMigrationGlobalBanner.php:65
msgid "PayPal Standard is no longer supported by PayPal"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalStandardToDonationsMigrationGlobalBanner.php:58
msgid "PayPal Standard Deprecation"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalDonationsSettingPageBanner.php:28
msgid "Go to gateway settings"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/PayPalDonationsSettingPageBanner.php:23
msgid "Make sure you enable PayPal Donation in the gateway settings to receive payment on your form."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/GatewaySettingPageBanner.php:53
msgid "How to migrate safely"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/GatewaySettingPageBanner.php:49
msgid "PayPal Standard is no longer supported by PayPal. It is recommended to migrate to PayPal Donations."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Banners/GatewaySettingPageBanner.php:48
msgid "Important"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Migrations/RemovePaymentIntentSecretMeta.php:28
msgid "Remove payment intent secret meta"
msgstr ""

#: src/Framework/PaymentGateways/Controllers/GatewaySubscriptionController.php:67
msgid "An unexpected error occurred while synchronizing the subscription.  Please try again or contact the site administrator."
msgstr ""

#: src/Framework/ValidationRules/Rules/File.php:95
msgid "%s must be less than or equal to %d bytes."
msgstr ""

#: src/Framework/ValidationRules/Rules/File.php:89
msgid "%s must be a valid file type."
msgstr ""

#: src/Framework/ValidationRules/Rules/File.php:83
#: src/Framework/ValidationRules/Rules/File.php:100
msgid "%s must be a valid file."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:228
msgid "Unable to load PayPal Commerce client token. Please try again later. Error: %1$s"
msgstr ""

#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Make it yours."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Repositories/MerchantDetails.php:150
msgid "Unable to generate client token."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:204
msgid "You are not allowed to perform this action."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:132
msgid "Connect with PayPal Sandbox"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:130
msgid "PayPal Sandbox Connection"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:123
msgid "Connect with PayPal Live"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:100
msgid "The country the PayPal account is based from. Make sure to select before connecting."
msgstr ""

#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Boost your fundraising by over 30% with our improved recurring add-on and start collecting donations effortlessly on your website."
msgstr ""

#: build/assets/dist/js/admin-reports-widget.js:1
msgid "You don't have any donations yet"
msgstr ""

#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Get a quick view of your donation activity"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:495
msgid "Advance card processing is not active on your PayPal account. That capability is required in order to display card fields directly on your website. To accept donations with card fields directly on your site, called <a href=\"https://developer.paypal.com/docs/checkout/advanced/#enable-your-account\" title=\"Link to PayPal Docs\">hosted fields</a>, you'll need to enable custom card processing. This is something PayPal support can help with, and depends on factors outside of GiveWP's control. You can still accept donations with <a href=\"https://developer.paypal.com/docs/checkout/\" title=\"Link to PayPal Docs\">PayPal smart buttons</a>, which allow donors to log into PayPal and complete the donation in a modal window, in the meantime."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:475
msgid "Your primary email address needs to be confirmed"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:471
msgid "An banking account needs to be connected to your PayPal account and verified"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:461
msgid "Your account is not fully set up and ready to receive payments. Please log into your PayPal account at <a href=\"https://paypal.com\">paypal.com</a> and address the following issues. Reach out to PayPal support if you need help setting up your account."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:156
msgid "The Merchant ID for PayPal was not found. Try connecting to PayPal again. The PayPal return URL is:"
msgstr ""

#: src/Framework/PaymentGateways/Controllers/GatewayPaymentController.php:68
msgid "An unexpected error occurred while refunding the donation.  Please try again or contact a site administrator."
msgstr ""

#: src/Exports/DonorsExport.php:184
msgid "Donor Created"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Need to add in a record for a donation received elsewhere, or reconcile with the payment gateway? Add donation records with the Manual Donations add-on!"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Enter donations"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "ADD-ON"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid " 90% of donors opt to give more to help cover transaction fees when given the opportunity. Give donors that opportunity."
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Start creating designated funds"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Elevate your fundraising campaigns with unlimited donation fund designations, and tailored fundraising reports."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:284
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Get Fee Recovery"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Raise more money per donation by providing donors with the option to help cover the credit card processing fees."
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "<strong>PRO TIP: </strong> <message />"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
#: build/assets/dist/js/give-admin-donors.js:4
msgid "Get the Fee Recovery add-on today"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "90% of donors opt to give more to help cover transaction fees when given the opportunity. Give donors that opportunity."
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Get More Donations"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
msgid "Increase your fundraising revenue by over 30% with recurring giving campaigns."
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/payment-gateway.php:18
msgid "Recover your fees"
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/payment-gateway.php:11
msgid "Dramatically reduce the impact of gateway credit card processing fees by providing donors the option to cover that cost regardless of the gateway selected."
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/donation-options-form-editor.php:13
#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Get more donations"
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/donation-options-form-editor.php:7
msgid "Did you know? You can provide donors with flexible recurring donation options! Recurring donors give up to 30% more."
msgstr ""

#: src/Promotions/InPluginUpsells/Endpoints/ProductRecommendationsRoute.php:62
#: src/Promotions/WelcomeBanner/Endpoints/DismissWelcomeBannerRoute.php:51
msgid "You don't have permission to dismiss options. Only users with the \"manage_options\" capability can perform this action."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:72
msgid "There was an issue with your donation transaction: %s<br>Please check your payment method or contact your card issuer for assistance. If the issue persists, try a different payment method or contact the site administrators."
msgstr ""

#: includes/admin/views/html-admin-settings.php:114
msgid "ADD-ONS"
msgstr ""

#: includes/admin/settings/class-settings-recurring.php:22
msgid "RECOMMENDED"
msgstr ""

#: includes/admin/settings/class-settings-recurring.php:19
msgid "%s Recurring Donations %s"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Recurring Donations."
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "No subscriptions found"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "GiveWP Donors."
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "No donors found"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "GiveWP Donations."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "No donation forms"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10 build/subscriptionDetails.js:10
msgid "Need help? Learn more about"
msgstr ""

#: src/Subscriptions/Endpoints/SubscriptionActions.php:81
msgid "You don't have permission to edit Subscriptions"
msgstr ""

#: src/Donors/Endpoints/Endpoint.php:43
msgid "You don't have permission to view Donors"
msgstr ""

#: src/Donations/Endpoints/DonationActions.php:92
msgid "You don't have permission to edit Donations"
msgstr ""

#: src/DonationForms/V2/Endpoints/FormActions.php:84
msgid "You don't have permission to edit Donation Forms"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:459
#: includes/admin/tools/import/class-give-import-subscriptions.php:412
msgid "Something went wrong."
msgstr "Algo saíu mal."

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:187
msgid "There was a problem with retrieving PayPal access token. Please try again or contact support."
msgstr ""

#: includes/forms/template.php:884
msgid "Is this donation on behalf of a company?"
msgstr ""

#. translators: %s: Link to the GiveWP docs.
#: includes/admin/settings/class-settings-general.php:214
msgid "If enabled, amounts are automatically formatted based on the selected currency. This option requires the intl extension for PHP. Read more about <a href=\"%s\" target=\"_blank\">this option and how GiveWP values internationalization in web applications.</a>"
msgstr ""

#: includes/admin/settings/class-settings-general.php:211
msgid "Auto-format server currency amounts"
msgstr ""

#: includes/admin/settings/class-settings-general.php:180
msgid "This option is disabled because the PHP Intl extension is not installed."
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "subscriptions"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "subscription"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Suspended"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Failing"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Expired"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Active"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Really delete the following subscriptions?"
msgstr ""

#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "View Test Subscriptions"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "Really delete the follow donor?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "from"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "from "
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "View Test Donations"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Really delete the following form?"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:71
msgid "Suspended"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:72
msgid "Expired"
msgstr ""

#: src/Campaigns/ListTable/Columns/StatusColumn.php:38
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:64
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:400
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:264
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Active"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:41
msgid "Every %d years"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:41
#: build/formBuilderRegistrars.js:1
msgid "Yearly"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:40
msgid "Every %d months"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:40
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:394
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:260
#: build/formBuilderRegistrars.js:1
msgid "Monthly"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:39
msgid "Every %d quarters"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:39
#: build/formBuilderRegistrars.js:1
msgid "Quarterly"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:38
msgid "Every %d weeks"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:38
#: build/formBuilderRegistrars.js:1
msgid "Weekly"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:37
msgid "Every %d days"
msgstr ""

#: src/Subscriptions/ValueObjects/SubscriptionPeriod.php:37
#: build/formBuilderRegistrars.js:1
msgid "Daily"
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:89
msgid "This subscription has <strong>%s</strong> remaining donation"
msgid_plural "This subscription has <strong>%s</strong> remaining donations"
msgstr[0] ""
msgstr[1] ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:86
msgid "limited"
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:81
msgid "This subscription has <strong>exceeded</strong> the expected donations. Try syncing with the gateway and cancelling if necessary."
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:79
msgid "exceeded"
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:75
msgid "This subscription continues <strong>indefinitely</strong>"
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:73
msgid "indefinite"
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:69
msgid "This subscription has <strong>failed</strong>"
msgstr ""

#: src/Subscriptions/ListTable/Columns/RenewalDateColumn.php:38
msgid "Next payment date"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Donation form"
msgstr ""

#: src/Subscriptions/ListTable/Columns/DonorColumn.php:37
msgid "Donor name"
msgstr ""

#: src/Subscriptions/ListTable/Columns/BillingPeriodColumn.php:35
msgid "Billing period"
msgstr ""

#: src/Receipt/DonationReceipt.php:116
msgid "You will receive a final receipt in your email once it has been completed."
msgstr ""

#: src/Email/Notifications/DonationProcessingReceipt.php:56
msgid "Sincerely "
msgstr ""

#: src/Email/Notifications/DonationProcessingReceipt.php:48
msgid "Here are the details of your donation:"
msgstr ""

#: src/Email/Notifications/DonationProcessingReceipt.php:46
msgid "Thank you for your donation. Your payment is currently being processed and you will receive a final email receipt once it has completed. Your generosity is appreciated!"
msgstr ""

#: src/Email/Notifications/DonationProcessingReceipt.php:45
msgid "Dear %s!"
msgstr ""

#: src/Email/Notifications/DonationProcessingReceipt.php:23
msgid "Sent to the donor when their donation is marked as processing."
msgstr ""

#: src/Email/Notifications/DonationProcessingReceipt.php:22
#: src/Email/Notifications/DonationProcessingReceipt.php:28
#: src/Email/Notifications/DonationProcessingReceipt.php:30
msgid "Donation Processing Receipt"
msgstr ""

#: src/Donations/ValueObjects/DonationStatus.php:70
msgid "Preapproval"
msgstr ""

#: src/Donations/ListTable/Columns/DonorColumn.php:53
#: src/Subscriptions/ListTable/Columns/DonorColumn.php:57
msgid "View donor information"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:1285
msgid "Created At"
msgstr ""

#: src/DonationForms/V2/ListTable/Columns/LevelsColumn.php:48
msgid "No Levels"
msgstr ""

#: src/Campaigns/ListTable/Columns/GoalColumn.php:81
#: src/DonationForms/V2/ListTable/Columns/GoalColumn.php:103
msgid "Goal achieved icon"
msgstr ""

#: src/Campaigns/ListTable/Columns/RevenueColumn.php:50
#: src/DonationForms/V2/ListTable/Columns/DonationRevenueColumn.php:61
msgid "Visit form reports page"
msgstr ""

#: src/DonationForms/V2/ListTable/Columns/DateCreatedColumn.php:49
#: src/Donors/ListTable/Columns/DateCreatedColumn.php:49
msgctxt "human-readable datetime format"
msgid "m/d/Y \\a\\t g:i a"
msgstr ""

#: templates/shortcode-form-grid.php:453
msgid "of %s donor"
msgid_plural "of %s donors"
msgstr[0] ""
msgstr[1] ""

#: templates/shortcode-form-grid.php:440
msgid "of %s donation"
msgid_plural "of %s donations"
msgstr[0] ""
msgstr[1] ""

#. translators: %s: percentage of the amount raised compared to the goal target
#: templates/shortcode-form-grid.php:421
msgid ""
"\n"
"                                                   <span class=\"amount\">%s%%</span>\n"
"                                                   <span class=\"goal\">of 100&#37;</span>"
msgstr ""

#. translators: 1: amount of income raised 2: goal target amount.
#: templates/shortcode-form-grid.php:407
msgid ""
"<span class=\"amount\"  data-amounts=\"%1$s\">%2$s</span>\n"
"                                                     <span class=\"goal\" data-amounts=\"%3$s\">of %4$s</span>"
msgstr ""

#: src/Log/Migrations/CompleteRemovedLegacyLogMigration.php:36
msgid "Remove legacy Log table"
msgstr ""

#: src/DonorDashboards/Tabs/EditProfileTab/AvatarRoute.php:117
msgid "No file with an upload URL was found"
msgstr ""

#: includes/admin/settings/class-settings-email.php:236
msgid "We recommend SendWP to ensure quick and reliable delivery of all emails sent from your store, such as donation receipts, recurring donation renewal reminders, password resets, and more."
msgstr ""

#: includes/admin/settings/class-settings-email.php:235
msgid "SendWP"
msgstr ""

#: includes/admin/settings/class-settings-email.php:99
msgid "Connect with SendWP"
msgstr ""

#: includes/admin/settings/class-settings-email.php:94
msgid "%sLearn more%s"
msgstr ""

#: includes/admin/settings/class-settings-email.php:94
msgid "GiveWP recommends SendWP to ensure quick and reliable delivery of all emails sent from your site, such as donation receipts, recurring donation renewal reminders, password resets, and more."
msgstr ""

#: includes/admin/settings/class-settings-email.php:82
msgid "Disconnect SendWP"
msgstr ""

#: includes/admin/settings/class-settings-email.php:78
msgid "SendWP plugin activated."
msgstr ""

#: includes/admin/settings/class-settings-email.php:56
msgid "Access your SendWP account"
msgstr ""

#: includes/admin/misc-functions.php:316
msgid "Something went wrong. SendWP was not installed correctly."
msgstr ""

#: includes/admin/misc-functions.php:265 includes/admin/misc-functions.php:343
msgid "You do not have permission to do this."
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:85
#: src/PaymentGateways/Gateways/PayPalStandard/Views/PayPalStandardBillingFields.php:42
msgid "You will be redirected to PayPal to complete your donation with your debit card, credit card, or with your PayPal account. Once complete, you will be redirected back to this site to view your receipt."
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:54
msgid "Donor creation date"
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:53
msgid "Donation date"
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:52
msgid "Search by:"
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:15
msgid "Select Date Range:"
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:8
msgid "Download a CSV of donors."
msgstr ""

#: includes/admin/tools/export/export-actions.php:52
msgid "We're unable to recognize exporter class. Please refresh the screen to try again; otherwise contact your website administrator for assistance."
msgstr ""

#: blocks/donor-wall/data/options.js:13 build/adminBlocks.js:1
msgid "Full width"
msgstr ""

#: blocks/donation-form-grid/data/options.js:34
#: blocks/donor-wall/data/options.js:16 build/adminBlocks.js:1
msgid "Max (4)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:125
#: blocks/donation-form-grid/data/options.js:33
#: blocks/donor-wall/data/options.js:15 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Triple"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:124
#: blocks/donation-form-grid/data/options.js:32
#: blocks/donor-wall/data/options.js:14 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Double"
msgstr ""

#: blocks/donation-form-grid/data/options.js:31 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Full Width"
msgstr ""

#. translators: 1: Stripe checkout payment method session id
#: src/PaymentGateways/Gateways/Stripe/Actions/CreateCheckoutSession.php:70
msgid "Stripe Checkout Session ID: %s"
msgstr ""

#: blocks/donor-wall/index.js:21 build/adminBlocks.js:1
msgid "The GiveWP Donor Wall block displays donations on the front end of the site. The settings below allow you to customize the information displayed"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:168
#: blocks/donor-wall/edit/inspector.js:273 build/adminBlocks.js:1
#: build/formBuilderApp.js:13
msgid "Color"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:255 build/adminBlocks.js:1
msgid "Wall Interaction"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:176
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:188
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:170
#: blocks/donor-wall/edit/inspector.js:231 build/adminBlocks.js:1
msgid "Sort By"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:228 build/adminBlocks.js:1
msgid "Wall Settings"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:214 build/adminBlocks.js:1
#: build/campaignBlocksLandingPage.js:1
msgid "Limits the amount of characters to be displayed on donations with comments."
msgstr ""

#: blocks/donor-wall/edit/inspector.js:207 build/adminBlocks.js:1
msgid "Only Comments"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:195 build/adminBlocks.js:1
msgid "Show Tributes"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:169 build/adminBlocks.js:1
msgid "Avatar size. Default height is 75. Accepts valid heights in px."
msgstr ""

#: blocks/donor-wall/edit/inspector.js:122 build/adminBlocks.js:1
msgid "Controls how many columns of the Form Grid appear. All sizes will adjust responsively to the space available. The maximum number allowed per row is 4"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:442
#: blocks/donation-form-grid/edit/inspector.js:316 build/adminBlocks.js:1
msgid "Tag Text Color"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:432
#: blocks/donation-form-grid/edit/inspector.js:310 build/adminBlocks.js:1
msgid "Tag Background Color"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:305 build/adminBlocks.js:1
msgid "Color Settings"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:300 build/adminBlocks.js:1
msgid "Enable form display to multiple pages."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:292 build/adminBlocks.js:1
msgid "Sets the number of forms to be displayed on the first page load."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:283 build/adminBlocks.js:1
msgid "Modal with the donation form will be displayed on the same page."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:280 build/adminBlocks.js:1
msgid "Users will be redirected to the donation form page."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:269 build/adminBlocks.js:1
msgid "Grid Interaction"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:216 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Grid Settings"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:150
#: blocks/donor-wall/edit/inspector.js:134 build/adminBlocks.js:1
#: build/campaignBlocks.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1
msgid "Display Elements"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:120
#: blocks/donation-form-grid/edit/inspector.js:134
#: blocks/donor-wall/edit/inspector.js:118 build/adminBlocks.js:1
#: build/campaignBlocks.js:4 build/formBuilderApp.js:13
msgid "Layout"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:207
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:318
#: blocks/donation-form-grid/data/options.js:52 build/adminBlocks.js:1
msgid "Auto"
msgstr ""

#: blocks/donor-wall/data/options.js:34 build/adminBlocks.js:1
msgid "Wall Attributes"
msgstr ""

#: blocks/donor-wall/data/options.js:33 build/adminBlocks.js:1
msgid "Donor Info"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:110
msgid "For privacy, enter the email address used to make a donation below and we'll send you a link to access your donor dashboard."
msgstr ""

#: src/Donors/ValueObjects/DonorType.php:33
msgid "No Donations"
msgstr ""

#: includes/admin/admin-actions.php:663
#: src/DonationForms/V2/DonationFormsAdminPage.php:319
#: src/Donors/DonorsAdminPage.php:79
#: src/Subscriptions/SubscriptionsAdminPage.php:65
msgid "Switch to New View"
msgstr ""

#: build/assets/dist/js/paypal-commerce.js:1
msgid "A problem has occurred with the connection between this site and PayPal, preventing donations. Please contact site administrators if reloading the page does not fix the issue. This is usually the result of some JavaScript conflict on the page."
msgstr ""

#: blocks/donor-wall/edit/inspector.js:177 build/adminBlocks.js:1
msgid "Show Donation Form"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:105 build/adminBlocks.js:1
msgid "By Default, donations to all forms will display. Use this setting to restrict the donor to display only donations to certains forms. Use a comma-separated list of form IDs."
msgstr ""

#: blocks/donor-wall/edit/inspector.js:98 build/adminBlocks.js:1
msgid "By default, all donors will display. Use this setting to restrict the donor wall to only display certain donors. Use a comma-separated list of donor IDs."
msgstr ""

#: blocks/donor-wall/edit/inspector.js:262 build/adminBlocks.js:1
msgid "How many donors should show up on the initial page load?"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:220
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:207
#: blocks/donation-form-grid/edit/inspector.js:297 build/adminBlocks.js:1
msgid "Show Pagination"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:262 build/adminBlocks.js:1
msgid "Type the ID of your form to exclude it from the list. Forms with these IDs you choose will not be displayed in this grid."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:248 build/adminBlocks.js:1
msgid "Exclude specific forms?"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:126
#: blocks/donor-wall/edit/inspector.js:110 build/adminBlocks.js:1
msgid "Type the ID of your form to add it to the list. Only forms with these IDs you choose will be displayed in this grid."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:114
#: blocks/donor-wall/edit/inspector.js:87 build/adminBlocks.js:1
msgid "Type the name of your tag to add it to the list. Only forms with these tags you choose will be displayed in this grid."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:101
#: blocks/donor-wall/edit/inspector.js:76 build/adminBlocks.js:1
msgid "Type the name of your category to add it to the list. Only forms within the categories you choose will be displayed in this grid."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:234 build/adminBlocks.js:1
msgid "Whether the order ascends or descends."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:224 build/adminBlocks.js:1
msgid "The order forms are displayed in."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:376
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:452
#: blocks/donation-form-grid/edit/inspector.js:321 build/adminBlocks.js:1
msgid "Donate Button Text Color"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:365
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:152
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:164
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:384
#: blocks/donation-form-grid/edit/inspector.js:174 build/adminBlocks.js:1
msgid "Show Donate Button"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:209 build/adminBlocks.js:1
msgid "Featured image height. Default \"auto\". Accepts valid heights in px, em, or rem."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:353
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:314
#: blocks/donation-form-grid/edit/inspector.js:199 build/adminBlocks.js:1
msgid "Image Height"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:341
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:295
#: blocks/donation-form-grid/edit/inspector.js:191 build/adminBlocks.js:1
msgid "Image Size"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:132
msgid "Show Progress Bar"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:307
msgid "Excerpt Length."
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:139 build/adminBlocks.js:1
msgid "Controls how many columns of the Form Grid appear. \"Best Fit\" will adjust responsively to the space available."
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "Search donors"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "Delete all associated donations and records"
msgstr ""

#: src/Donors/ListTable/Columns/DonorTypeColumn.php:35 build/donorDetails.js:10
msgid "Donor Type"
msgstr ""

#: src/Donors/ListTable/Columns/LatestDonationColumn.php:37
msgid "Latest Donation"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "%d donations"
msgstr ""

#: src/Donors/ListTable/Columns/DonationRevenueColumn.php:37
msgid "Total Given"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "Really delete donation #%d?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Resend Email Receipts for following donations?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Set status for the following donations?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "Really delete the following donations?"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
msgid "search donations"
msgstr ""

#: src/Donations/ListTable/Columns/PaymentTypeColumn.php:35
msgid "Payment Type"
msgstr ""

#: build/formBuilderRegistrars.js:1
msgid "one-time"
msgstr ""

#: src/Donors/ValueObjects/DonorType.php:34
msgid "Subscriber"
msgstr ""

#: src/Donors/ValueObjects/DonorType.php:35
msgid "Repeat donor"
msgstr ""

#: build/assets/dist/js/give-admin-donors.js:4
msgid "One-Time Donors"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10
msgid "Switch to Legacy View"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "donation forms"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "donation form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Really delete the following donation forms?"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Pending Review"
msgstr ""

#: src/DonationForms/V2/ValueObjects/DonationFormStatus.php:42
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:53
msgid "Private"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Keep current status"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Set form status"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Keep current author"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Set form author"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "status"
msgstr ""

#: src/DonationForms/V2/ListTable/Columns/LevelsColumn.php:35
msgid "Donation Levels"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Bulk Actions"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "final page"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "next page"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "previous page"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "first page"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "%s table"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Click here to reload the page."
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "There was a problem retrieving the %s."
msgstr ""

#. translators:
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "dismiss"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7
msgid "Loading %s"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:1 build/campaignBlocks.js:4
#: build/campaignDetails.js:7 build/campaignDetails.js:10
#: build/campaignGridApp.js:1 build/campaignGridApp.js:4
#: build/campaignGridBlock.js:1 build/campaignGridBlock.js:4
#: build/campaignListTable.js:1 build/campaignListTable.js:4
#: build/donationDetails.js:7 build/donationDetails.js:10
#: build/donorDetails.js:7 build/donorDetails.js:10
#: build/elementorCampaignGridWidget.js:1
#: build/elementorCampaignGridWidget.js:4 build/subscriptionDetails.js:7
#: build/subscriptionDetails.js:10
msgid "items"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:1 build/campaignBlocks.js:4
#: build/campaignDetails.js:7 build/campaignDetails.js:10
#: build/campaignGridApp.js:1 build/campaignGridApp.js:4
#: build/campaignGridBlock.js:1 build/campaignGridBlock.js:4
#: build/campaignListTable.js:1 build/campaignListTable.js:4
#: build/donationDetails.js:7 build/donationDetails.js:10
#: build/donorDetails.js:7 build/donorDetails.js:10
#: build/elementorCampaignGridWidget.js:1
#: build/elementorCampaignGridWidget.js:4 build/subscriptionDetails.js:7
#: build/subscriptionDetails.js:10
msgid "item"
msgstr ""

#: src/Donations/ListTable/Columns/SubscriptionDonationTypeColumn.php:59
#: src/Donations/ValueObjects/DonationStatus.php:69
#: build/subscriptionDetails.js:10
msgid "Renewal"
msgstr ""

#: src/Subscriptions/ListTable/Columns/StatusColumn.php:67
msgid "failed"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7
msgid "Select %1s %2s"
msgstr ""

#: src/Views/Admin/Form/FormGrid-Settings.php:8
msgid "The GiveWP Form Grid provides a way to add a grid layout of multiple forms into posts and pages using either a block or shortcode."
msgstr ""

#: src/Views/Admin/Form/FormGrid-Settings.php:7
msgid "What is the Form Grid?"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:184
msgid "Displays a button allowing Donors to pay with Venmo (US-only). Donations still come into your PayPal account and are subject to normal PayPal transaction fees."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:181
msgid "Accept Venmo"
msgstr ""

#: includes/currencies-list.php:718
msgid "Romanian New Leu (%1$s)"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:70
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:171
#: blocks/donation-form-grid/data/options.js:20 build/adminBlocks.js:1
msgid "Random"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:161
msgid "This option controls the display of the %s when GiveWP is first installed."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:652
#: build/formBuilderApp.js:13
msgid "The text on the Donate Button for this form when displayed on the Form Grid. This setting only applies if the Donate Button display option is enabled in your Form Grid."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:651
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:164
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:176
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:141
#: build/formBuilderApp.js:13
msgid "Donate Button Text"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:641
msgid "The full URL of the page you want this form to redirect to when clicked on from the Form Grid. This only applies when the Form Grid uses the “Redirect” method. "
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:640
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:111
#: build/formBuilderApp.js:13
msgid "Redirect URL"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:632
msgid "Default options"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:627
msgid "These settings are used to customize how this form looks or functions when displayed as a part of a Form Grid. The default option is for donors to be redirected to the individual form page (linked above), and to have \"Donate\" as the default text. To change that behavior, select to customize the options."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:622
#: includes/admin/forms/class-metabox-form-data.php:626
#: build/formBuilderApp.js:13
msgid "Form Grid"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Filter donation forms by status"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Search by name or ID"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Search donation forms"
msgstr ""

#: src/Campaigns/ListTable/Columns/StatusColumn.php:47
#: src/Campaigns/ListTable/Columns/StatusColumn.php:59
#: src/DonationForms/V2/ValueObjects/DonationFormStatus.php:43
#: build/assets/dist/js/give-admin-donation-forms.js:4 build/campaignBlock.js:1
#: build/campaignBlocks.js:4 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
msgid "Draft"
msgstr ""

#: src/DonationForms/V2/ValueObjects/DonationFormStatus.php:41
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Published"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1 build/donationFormBlockApp.js:1
#: build/elementorDonationFormWidget.js:1
#: build/elementorLegacyGiveFormWidget.js:1
msgid "Loading donation form"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Copy shortcode"
msgstr ""

#: src/Campaigns/ListTable/Columns/GoalColumn.php:82
#: src/DonationForms/V2/ListTable/Columns/GoalColumn.php:104
msgid "Goal achieved!"
msgstr ""

#: src/DonationForms/V2/ValueObjects/DonationFormStatus.php:44
#: src/Donations/ValueObjects/DonationStatus.php:71
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10 build/subscriptionDetails.js:10
msgid "Trash"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "Delete Permanently"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10 build/subscriptionDetails.js:10
msgid "Restore"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/avatar-control/index.js:50
msgid "find image"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/avatar-control/index.js:48
msgid "avatar or"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/avatar-control/index.js:47
msgid "Drag image here to set"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/avatar-control/index.js:44
msgid "Drop the image here..."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "We are unable to update Stripe statement descriptor."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Invalid Stripe Statement Descriptor Text"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Read more about stripe statement descriptor text requirements."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Does not contain any of the special characters < > \\ ' \" *."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Contains at least one letter."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Contains between 5 and 22 characters, inclusive."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Contains only Latin characters."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "List of important Stripe statement descriptor text requirements:"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Please enter a valid Stripe statement descriptor."
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Invalid Statement Descriptor Text"
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:2
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:53
msgid "GiveWP.com"
msgstr ""

#. translators: 1: Text before anchor html tag 2: Open anchor html tag 3:
#. Website name 4: Close anchor tag
#: build/assets/dist/js/admin-upsell-addons-page.js:2
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:51
msgid "This page is loaded from"
msgstr ""

#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:13
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:191
#: build/assets/dist/js/admin-reports.js:1 build/campaignBlocksLandingPage.js:1
msgid "Top Donors"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Donation Activity"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Form Performance"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Payment Statuses"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Revenue Breakdown"
msgstr ""

#: build/Campaigns/Blocks/CampaignStats/render.php:38
#: src/Campaigns/Blocks/CampaignStats/render.php:38
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignStatsWidget/ElementorCampaignStatsWidget.php:132
#: build/assets/dist/js/admin-reports.js:1 build/campaignBlocksLandingPage.js:1
msgid "Average Donation"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Revenue for Period"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Export CSV"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "No data found."
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "ago"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "New Subscription"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Renewal Donation"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "One-Time Donation"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "View test data"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Currency:"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Explore Sample Reports"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Set up a campaign form to begin collection donations or load some sample data to preview what the reports look like."
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "It looks like there hasn't been any donations yet on your website. "
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Get a detailed view of your"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Set up a campaign form to begin collecting donations now."
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "It looks like there hasn't been any donations yet on your website."
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Get a quick view of your"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Features"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Location"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Cause"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Custom Form Fields"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Take your fundraising to the next level with these premium add-ons."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "What else do you need to support your cause?"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Add or remove payment options"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Modify donation amounts and add a fundraising goal"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Customize the text, color and image"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "After setup you can:"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "This form is customized based on your responses."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Building Form Preview..."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Donation Comments"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "What do you need in your first donation form?"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "🌎 Where are you fundraising?"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "What type of cause is yours?"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "What are you fundraising for?"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "My fundraising is"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Organization"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "I'm fundraising within an"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Individual"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "I'm fundraising as an"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "This information will be used to customize your experience to your fundraising needs."
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Start Setup"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Welcome To"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Dismiss Setup Wizard"
msgstr ""

#: src/Log/ValueObjects/LogType.php:55
msgid "Debug"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:808
msgid "Free addon"
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:2
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:62
msgid "Get a Free Add-on!"
msgstr ""

#: src/PaymentGateways/Stripe/Traits/HasStripeStatementDescriptorText.php:40
msgid "Stripe statement descriptor text should not contain any of the special characters <code>< > \\ ' \" *</code>."
msgstr ""

#: src/PaymentGateways/Stripe/Traits/HasStripeStatementDescriptorText.php:34
msgid "Stripe statement descriptor text should contain at least one letter."
msgstr ""

#: src/PaymentGateways/Stripe/Traits/HasStripeStatementDescriptorText.php:28
msgid "Stripe statement descriptor text should contain between 5 - 22 letters, inclusive."
msgstr ""

#: src/PaymentGateways/Stripe/Repositories/Settings.php:51
msgid "Invalid Stripe account id."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:354
msgid "This is the text that appears on your donor's bank statements. This is typically the name of your website or organization. Click on this icon to read more about Stripe statement text requirements."
msgstr ""

#: src/PaymentGateways/Actions/RegisterPaymentGateways.php:158
msgid "PayPal order id is missing."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Traits/HandlePaymentIntentStatus.php:36
msgid "Unhandled payment intent status: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Traits/CheckoutInstructions.php:36
msgid "Donate quickly and securely with Stripe"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Actions/GetPaymentMethodFromRequest.php:33
msgid "Stripe Source/Payment Method ID: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Actions/GetOrCreateStripeCustomer.php:46
#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementRepository.php:88
msgid "Stripe Customer ID: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Actions/GetOrCreateStripeCustomer.php:27
msgid "Unable to find or create stripe customer object."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Actions/CreatePaymentIntent.php:78
msgid "Stripe requires additional action to be fulfilled. Check your Stripe account."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementRepository.php:160
msgid "Stripe Payment Intent Client Secret: %s"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Actions/CreatePaymentIntent.php:72
#: src/PaymentGateways/Gateways/Stripe/StripePaymentElementGateway/StripePaymentElementRepository.php:155
msgid "Stripe Charge/Payment Intent ID: %s"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscriptions-api.php:264
msgid "No subscriptions found!"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscriptions-api.php:258
msgid "No subscriptions found for %s!"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscriptions-api.php:152
msgid "No donor found for %s!"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscriptions-api.php:88
msgid "'%s' is not a valid status."
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:288
#: src/LegacySubscriptions/includes/give-subscription.php:1053
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:409
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:275
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:285
#: build/formBuilderRegistrars.js:1 build/subscriptionDetails.js:10
msgid "Ongoing"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscription.php:827
msgid "Subscription #%1$d cancelled by %2$s"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscription.php:823
msgid "gateway"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscription.php:335
msgid "Status changed from %s to %s"
msgstr ""

#: src/LegacySubscriptions/includes/give-subscription.php:234
msgid "Can't get property %s"
msgstr ""

#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:172
msgid "An unexpected error occurred while processing the subscription.  Please try again or contact the site administrator."
msgstr ""

#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:221
msgid "An unexpected error occurred while processing the donation.  Please try again or contact the site administrator."
msgstr ""

#: src/Helpers/Date.php:28 src/Helpers/Date.php:37 src/Helpers/Date.php:45
msgid "at"
msgstr ""

#: src/DonationForms/DataTransferObjects/DonationFormGoalData.php:239
msgid "amount"
msgstr ""

#: src/Views/Form/Templates/Sequoia/Sequoia.php:389
msgid "Multi-Step Form"
msgstr ""

#: src/Views/Form/Templates/Legacy/Legacy.php:22
msgid "Legacy Form"
msgstr ""

#: src/Views/Form/Templates/Classic/resources/views/receipt.php:137
#: build/donationFormRegistrars.js:1
msgid "Go to my Donor Dashboard"
msgstr ""

#: src/Views/Form/Templates/Classic/resources/views/header.php:48
msgid "%s of %s goal"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:252
msgid "{name}, your contribution means a lot and will be put to good use in making a difference. We’ve sent your donation receipt to {donor_email}."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:245
msgid "Hey {name}, thanks for your donation!"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:238
msgid "Donation Receipt and Thank You"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:196
msgid "This donation is a secure and encrypted payment."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:189
msgid "How would you like to pay today?"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:187
msgid "The Headline introduces the section where donors provide payment information. Best practice: limit the headline to one short sentence. Leave blank to remove."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:182
msgid "%1$sSection 3:%2$s Payment Method"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:170
#: src/Views/Form/Templates/Classic/optionConfig.php:194
msgid "The description displays below the headline and is designed to remove obstacles from donating. Best practice: use this section to reassure donors that their information is secure. Leave blank to remove."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:163
msgid "The Headline introduces the section where donors provide information about themselves. Best practice: limit the headline to one short sentence. Leave blank to remove."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:158
msgid "%1$sSection 2:%2$s Donor Information"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:20
#: src/Views/Form/Templates/Classic/optionConfig.php:149
msgid "All donations directly impact our organization and help us further our mission."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:147
msgid "The description displays below the headline and is designed to remove obstacles from donating. Best practice: use this section to reassure donors that they are making a wise decision. Leave blank to remove."
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:19
#: src/Views/Form/Templates/Classic/optionConfig.php:142
msgid "How much would you like to donate today?"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:140
msgid "The Headline displays before the donation level amounts, and is designed to provide context for those levels. Best practice: limit this to 1 sentence crafted to drive the donor to decide and to remove friction. Leave blank to remove."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:135
msgid "%1$sSection 1:%2$s Donation Amount"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:123
#: build/classicFormDesignJs.js:1 build/donationFormApp.js:2
msgid "100% Secure Donation"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:121
msgid "This is the text that displays for the security badge."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:120
msgid "Secure Donation Badge Text"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:107
msgid "If enabled, a badge will display show in the header providing a security reassurance for donors."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:106
msgid "Secure Donation Badge"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:97
msgid "This color is used to tint the header image (if set), or be the header color if no image is present, as well as the receipt page header color."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:96
msgid "Header Background Color"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:88
msgid "Upload an eye-catching image that reflects your cause. For best results use an image in 16x9 aspect ratio at least 855x480px."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:87
msgid "Header Background Image"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:68
msgid "This is the text that displays as a headline in the form header."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:67
msgid "Main Heading"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:54
msgid "If enabled, a headline and description show above the donation fields."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:53
msgid "Display Header"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:34
msgid "User's System Font"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:31
msgid "A custom Google Font can make the donation form look great but can increase page load times as well as create a third party dependency. The Theme Font option will use your theme’s font. The System Font option uses the system font of a particular operating system and can boost performance."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:24
msgid "Unboxed"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:23
msgid "Boxed"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:20
msgid "Do you want your donation form to be in a white container or without a container so that it blends into your website’s background?"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:19
msgid "Container Style"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:13
msgid "The primary color is used throughout the Form Template for various elements including buttons, line breaks, and focus/hover elements. Set a color that reflects your brand or website colors for best results."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:8
msgid "%1$sVisual Appearance%2$s"
msgstr ""

#: src/Views/Form/Templates/Classic/Classic.php:51
msgid "Classic Form"
msgstr ""

#: src/PaymentGateways/Gateways/TestOffsiteGateway/TestOffsiteGateway.php:52
#: src/PaymentGateways/Gateways/TestOffsiteGateway/TestOffsiteGateway.php:73
msgid "Test Gateway (Offsite)"
msgstr ""

#: src/Framework/PaymentGateways/Routes/GatewayRoute.php:175
msgid "An unexpected error occurred while processing your donation.  Please try again or contact us to help resolve."
msgstr ""

#: includes/admin/add-ons/actions.php:377
msgid "License is invalid, so it can't be deactivated."
msgstr ""

#: includes/admin/add-ons/actions.php:231
msgid "This license key does not belong to this add-on. <a href=\"%1$s\" target=\"_blank\">Reach out to the Customer Success team</a> if you continue to have issues."
msgstr ""

#: includes/admin/add-ons/actions.php:215
#: includes/admin/add-ons/actions.php:260
#: includes/admin/add-ons/actions.php:296
msgid "The license failed to activate, due to a status of <code>%2$s</code>. Check the logs at Donations > Tools > Logs for more detail, and <a href=\"%1$s\" target=\"_blank\">reach out to the Customer Success team.</a>"
msgstr ""

#: includes/admin/add-ons/actions.php:166
msgid "You entered an invalid key. Confirm your license key on your GiveWP dashboard and try again."
msgstr ""

#: includes/admin/add-ons/actions.php:96
msgid "The file system did not load correctly. This is usually a permissions issue on your server, and not something that GiveWP has control over. Try uploading the ZIP like a regular plugin."
msgstr ""

#: includes/admin/add-ons/actions.php:55
msgid "Uploaded add-ons must be (zipped) ZIP files. Upload a valid add-on ZIP."
msgstr ""

#: includes/admin/add-ons/actions.php:45
msgid "In order to upload add-ons here, GiveWP needs direct access to the file system. Please <a href=\"%1$s\" target=\"_blank\">visit the main plugin page</a> to manually upload the add-on."
msgstr ""

#: includes/admin/add-ons/actions.php:36
msgid "The current user does not have permission to upload plugins on this site."
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:2
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:61
msgid "Additional Add-ons"
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:2
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:59
msgid "View Pricing Plans"
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:2
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:60
msgid "Must Have Add-ons"
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:1
#: src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddons.js:30
msgid "Didn’t find what you were looking for?<br> View the entire catalog!"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:226
#: src/Views/Form/Templates/Sequoia/optionConfig.php:255
msgid "After Payment Fields"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:225
#: src/Views/Form/Templates/Sequoia/optionConfig.php:254
msgid "Before Payment Fields"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:222
#: src/Views/Form/Templates/Sequoia/optionConfig.php:251
msgid "Where should the donation summary be placed?"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:221
#: src/Views/Form/Templates/Sequoia/optionConfig.php:250
msgid "Summary Location"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:212
#: src/Views/Form/Templates/Sequoia/optionConfig.php:241
msgid "This text displays above the donation summary table and is designed to help introduce the donation breakdown to the visitor. Leave blank to remove."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:211
#: src/Views/Form/Templates/Sequoia/optionConfig.php:240
msgid "Summary Heading"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:201
#: src/Views/Form/Templates/Sequoia/optionConfig.php:230
msgid "Display a summary of the donation on the Payment Information step"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:245
msgid "Transaction Type"
msgstr ""

#: src/Promotions/InPluginUpsells/SaleBanners.php:74
#: src/Promotions/ReportsWidgetBanner/ReportsWidgetBanner.php:22
msgid "Shop Now"
msgstr ""

#: src/Promotions/InPluginUpsells/SaleBanners.php:53
msgid "Black Friday/Giving Tuesday Sale"
msgstr ""

#: src/Promotions/InPluginUpsells/resources/views/sale-banners.php:43
#: src/Promotions/InPluginUpsells/resources/views/stellarwp-sale-banner.php:54
#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Dismiss"
msgstr ""

#: src/Helpers/Form/Template.php:59 src/Onboarding/DefaultFormFactory.php:152
#: src/Views/Form/Templates/Classic/optionConfig.php:217
#: src/Views/Form/Templates/Sequoia/optionConfig.php:246
msgid "Here's what you're about to donate:"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:93
msgid "Ensures 100% of your donation reaches our cause"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:88
msgid "Cover Donation Fees"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:77
#: build/donationFormRegistrars.js:1
msgid "One time"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:64
msgid "Consider making this donation %srecurring%s"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:53
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "Giving Frequency"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:43
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "Payment Amount"
msgstr ""

#: src/DonationSummary/resources/views/summary.php:21
#: src/FormMigration/DataTransferObjects/DonationSummarySettings.php:44
#: src/Views/Form/Templates/Classic/optionConfig.php:200
#: src/Views/Form/Templates/Sequoia/optionConfig.php:229
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "Donation Summary"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/customize-stripe-account-validation.js:47
msgid "You've selected to customize the Stripe account for this form, but not selected a different account. Please set an account as default for this form on the Stripe settings tab."
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/customize-stripe-account-validation.js:46
msgid "Select a Stripe Account"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:45
msgid "User’s System Font"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:44
msgid "Montserrat Google Font"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:37
msgid "The default font for this donation form uses the Montserrat Google Font. The System Font option uses the system font of a particular operating system and can boost performance but impact visual appearance."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:30
#: src/Views/Form/Templates/Sequoia/optionConfig.php:36
msgid "Primary Font"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:23
msgid "Visual Appearance"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-manager/amount-control/index.js:103
msgid "Subscription Amount"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-manager/amount-control/index.js:85
#: src/DonorDashboards/resources/js/app/components/subscription-manager/amount-control/index.js:92
msgid "Amount must be more than %s."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-manager/amount-control/index.js:81
msgid "Amount must be less than %s."
msgstr ""

#: src/DonorDashboards/Routes/VerifyEmailRoute.php:87
#: src/DonorDashboards/Routes/VerifyEmailRoute.php:122
msgid "Email sent. If not received, make sure it is a valid donor email."
msgstr ""

#: includes/class-give-scripts.php:527 includes/process-donation.php:779
msgid "Please enter your last name."
msgstr ""

#: includes/admin/settings/class-settings-display.php:92
msgid "Do you want to require donor last names/surnames? By default, only the first name field on a donation is required. This setting is also configurable on a per-form basis."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:371
#: build/formBuilderRegistrars.js:1
msgid "Do you want to force the Last Name field to be required?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:370
#: includes/admin/settings/class-settings-display.php:91
msgid "Last Name Field Required"
msgstr ""

#: includes/admin/emails/filters.php:44
msgid "Click this link to send a test email to yourself at %s"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:383
msgid "Click the \"Send Test Email\" button to send a test email to yourself at"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:382
msgid "Click the \"Preview Email\" button to preview the email in your browser."
msgstr ""

#: src/Form/LegacyConsumer/Validators/FileUploadValidator.php:120
msgid "File size exceed upload limit. Maximum file limit is %s"
msgstr ""

#: src/Form/LegacyConsumer/Validators/FileUploadValidator.php:92
msgid "type"
msgid_plural "types"
msgstr[0] ""
msgstr[1] ""

#: src/Form/LegacyConsumer/Validators/FileUploadValidator.php:91
msgid "Unable to upload file. Allowed file %1$s: %2$s"
msgstr ""

#: src/Form/LegacyConsumer/Commands/SetupFieldValidation.php:97
msgid "%1$s field value exceed allowed character limit."
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/set-default-account-action.js:80
msgid "Confirm New Default Account"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/set-default-account-action.js:64
msgid "Please confirm you’d like to set the account below as the new default Stripe account for this donation form. All donations will process through this Stripe account rather than the Global default Stripe account. %1$s<br>%2$s%3$s"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/set-default-account-action.js:55
msgid "Please confirm you’d like to set the account below as the new default Stripe account. All donation forms set to inherit the Global Settings will use this new default account. %1$s<br>%2$s%3$s"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/set-default-account-action.js:41
msgid "Account Email"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/set-default-account-action.js:32
msgid "Account Name"
msgstr ""

#: src/PaymentGateways/Stripe/Repositories/Settings.php:127
msgid "Stripe account already connected"
msgstr ""

#: src/PaymentGateways/Stripe/Repositories/Settings.php:120
msgid "Stripe account already exist with same name."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:135
msgid "Donations are processed through a Stripe account custom to this donation form. The default account is overridden for this form."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:100
msgid "None set"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:94
msgid "Default account name:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:87
msgid "All donations are processed through the default account set in the"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:47
msgid "Which Stripe account would you like to use to process donations for this form?"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:128
msgid "This is the more traditional credit card fieldset format that many are familiar with. All fields are separate from one another."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:126
msgid "Multiple Fields"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:98
#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:135
msgid "Example"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:92
msgid "The single credit card format combines the Card number, expiration date, CVC, and zip / postal code (if enabled) fields  into one intuitive field."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:54
msgid "The credit card fieldset uses Stripe Elements for a secure method of accepting payment. Stripe offers two different types of credit card fields. A consolidated single field or a more traditional multi-fields format."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:637
msgid "This overrides the global default account setting for this donation form."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:633
msgid "You can set this globally (for all donation forms) or override the Stripe account per donation form."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:627
msgid "Stripe donations process through the account set above"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:626
msgid "All payments go to the default account"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:558
msgid "Add a new account to customize the Stripe account used for this donation form."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:557
msgid "Connect an account to get started!"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:411
msgid "Connection Status:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:325
msgid "Account ID:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:312
msgid "Account email:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:301
msgid "Account name:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:214
msgid "Add a New Stripe Account"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:150
msgid "Pro Version Active"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:135
msgid "Accept Donations with Stripe"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:110
msgid "Connected Accounts"
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:164
#: src/Views/Form/Templates/Classic/optionConfig.php:273
#: src/Views/Form/Templates/Classic/optionConfig.php:283
#: src/Views/Form/Templates/Sequoia/optionConfig.php:327
#: src/Views/Form/Templates/Sequoia/optionConfig.php:332
msgid "Help spread the word by sharing your support with your friends and followers!"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/donor-info/index.js:42
msgid "Last donated %s ago"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7 src/Views/Components/Table/index.js:92
msgid "No data"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:379
msgid "Loading updates activity"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:228
#: src/MigrationLog/Admin/Migrations/index.js:328
msgid "Re-run Update"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:274
msgid "Run Order"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:245
msgid "Migration Title"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:203
msgid "We strongly recommend you create a complete backup of your WordPress files and database prior to performing an update. We are not responsible for any misuse, deletions, white screens, fatal errors, or any other issue resulting from the use of this plugin."
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:198
msgid "Create a Backup Before Running Database Update"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:188
msgid "Running Update"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:182
msgid "Check migration details for more information"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:177
msgid "Database update failed!"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:158
#: src/MigrationLog/Admin/Migrations/index.js:256
msgid "Last run"
msgstr ""

#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:152
msgid "Migration Failed"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/donor-info/index.js:48
msgid "Donor for %s"
msgstr ""

#: src/DonorDashboards/Exceptions/DuplicateTabException.php:27
msgid "A tab can only be added once. Make sure there are not id conflicts."
msgstr ""

#: src/DonorDashboards/Exceptions/MissingTabException.php:27
msgid "No tab exists with the ID: "
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:271
msgid "If enabled, required billing address fields are added to PayPal Donations Donation forms. These fields are required to process the transaction when enabled. Billing address details are added to both the donation and donor record in GiveWP."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/avatar-control/index.js:31
msgid "Avatar"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/utils/index.js:43
msgid "The site is unable to verify your access to this data. Try refreshing the page, and if the problem persists reach out to the site administrator."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:5
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/index.js:7
msgid "Edit Profile"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:5
#: src/DonorDashboards/resources/js/app/tabs/dashboard/index.js:7
msgid "Dashboard"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/annual-receipts/index.js:7
msgid "Annual Receipts"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:52
msgid "Do you want to enable decimal amounts? When the setting is disabled, decimal values are rounded."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:51
msgid "Decimal amounts"
msgstr ""

#: src/DonorDashboards/Tabs/EditProfileTab/AvatarRoute.php:45
msgid "No files were included in request for upload."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:120
msgid "No Subscriptions"
msgstr ""

#: src/DonorDashboards/Tabs/DonationHistoryTab/DonationsRoute.php:101
msgid "An error occurred while retrieving your donation records. Contact the site administrator for assistance."
msgstr ""

#: src/DonorDashboards/Tabs/Contracts/Route.php:104
msgid "An error occurred while retrieving your donation records. Contact a site administrator and have them search the logs at Donations > Tools > Logs for a more specific cause of the problem."
msgstr ""

#: src/DonorDashboards/Tabs/Contracts/Route.php:94
msgid "Donor ID could not be validated for request."
msgstr ""

#: src/DonorDashboards/Tabs/Contracts/Route.php:86
msgid "An error occurred while validating donor ID on request."
msgstr ""

#: src/Revenue/Migrations/AddPastDonationsToRevenueTable.php:92
msgid "An error occurred inserting data into the revenue table"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donationFormRegistrars.js:1 build/donorDetails.js:10
#: build/elementorCampaignGridWidget.js:4 build/formBuilderApp.js:13
#: build/formBuilderRegistrars.js:1 build/subscriptionDetails.js:10
#: src/Log/Admin/Logs/index.js:454
msgid "Reset"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:398
msgid "Loading log activity"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:355
msgid "Date/Time"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:285
msgid "Do you want to flush all logs?"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:283 src/Log/Admin/Logs/index.js:481
msgid "Flush all logs"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:277
msgid "Flushing logs"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:265 src/Log/Admin/Logs/index.js:407
#: src/MigrationLog/Admin/Migrations/index.js:388
msgid "Something went wrong!"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:251
msgid "Date & Time"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:250 src/Log/Admin/Logs/index.js:349
#: src/MigrationLog/Admin/Migrations/index.js:265
msgid "Source"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:249 src/Log/Admin/Logs/index.js:343
msgid "Category"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:217
msgid "All sources"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:201
msgid "All statuses"
msgstr ""

#: build/assets/dist/js/donor-dashboards-block.js:1
#: src/DonorDashboards/resources/js/block/edit/inspector.js:33
msgid "Accent Color"
msgstr ""

#: build/assets/dist/js/donor-dashboards-block.js:1
#: src/DonorDashboards/resources/js/block/edit/inspector.js:29
msgid "Appearance"
msgstr ""

#: build/assets/dist/js/donor-dashboards-block.js:1
#: src/DonorDashboards/resources/js/block/index.js:27
msgid "dashboard"
msgstr ""

#: build/assets/dist/js/donor-dashboards-block.js:1
#: src/DonorDashboards/resources/js/block/index.js:21
msgid "The Donor Dashboard block allows donors to modify and review their donor information from the front-end."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/annual-receipts/content.js:38
msgid "Total Annual Receipts"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:113
msgid "Total Subscriptions"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:55
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:67
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:79
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:94
msgid "Back to Recurring Donations"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:203
msgid "Update Profile"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:188
msgid "This will prevent your avatar, first name, donation comments, and other information from appearing publicly on this organization’s website."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:187
msgid "Anonymous Giving"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:184
msgid "Additional Info"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:146
msgid "Profile Information"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:93
msgid "Private - only organization admins can view my info"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:89
msgid "Public - show my donations publicly"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:84
msgid "Looks like you have not set up an address!"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:74
msgid "Primary Address"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:48
msgid "Additional Address"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/email-controls/index.js:63
msgid "Primary Email"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/email-controls/index.js:39
msgid "Additional Emails"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-donations.js:4 build/donorDetails.js:10
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:80
msgid "Total Donations"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:47
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:59
msgid "Back to Donation History"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1 build/donorDetails.js:10
#: src/DonorDashboards/resources/js/app/tabs/donation-history/stats/index.js:68
msgid "Average donation"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1 build/donorDetails.js:10
#: src/DonorDashboards/resources/js/app/tabs/donation-history/stats/index.js:46
msgid "Lifetime donations"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/dashboard-content.js:35
msgid "Your Giving Stats"
msgstr ""

#: build/adminBlocks.js:1 build/assets/dist/js/donor-dashboards-app.js:1
#: build/campaignBlock.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
#: build/donationFormBlock.js:1
#: src/DonorDashboards/resources/js/app/components/select-control/index.js:14
msgid "Select..."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/logout-modal/index.js:16
msgid "Yes, logout"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/tab-menu/index.js:31
msgid "Are you sure you want to logout?"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/tab-menu/index.js:43
msgid "Logout"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:186
msgid "Log in"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:174
msgid "Log in below to access your dashboard"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:123
msgid "Email Sent"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:101
msgid "The account you are currently logged into the site with does not have any donations associated with it. Donate now or contact the site administrator to associate this WordPress user with an existing donor."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:96
msgid "Log in to see your donor dashboard"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/logout-modal/index.js:18
msgid "Nevermind"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Yes, cancel"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "Cancel subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Update Subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:199
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:224
msgid "Updated"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Cancel Subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:86
msgid "Manage Subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "View Subscription"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-manager/amount-control/index.js:125
msgid "Enter amount..."
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:60
msgid "Receipts"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:50
msgid "Statement"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:49
msgid "Count"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:58
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:60
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:61
msgid "Showing"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:284
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:135
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:244
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:53
msgid "Progress"
msgstr ""

#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:52
msgid "Next Renewal"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:265
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:236
#: build/assets/dist/js/donor-dashboards-app.js:1 build/entitiesAdmin.js:1
#: build/entitiesPublic.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:50
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:62
msgid "Subscription"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10 src/Views/Components/Pagination/index.js:46
msgid "Current Page"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7 src/Views/Components/Modal/index.js:94
msgid "Additional context"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7 src/Views/Components/Modal/index.js:94
msgid "Error details"
msgstr ""

#: src/Framework/Migrations/Contracts/BaseMigration.php:59
msgid "GiveWP Core"
msgstr ""

#: src/Framework/FieldsAPI/Concerns/IsRequired.php:40
msgid "Please enter a value for "
msgstr ""

#: src/Log/Migrations/MigrateExistingLogs.php:71
msgid "Migrate existing logs to give_log table"
msgstr ""

#: src/Log/Migrations/DeleteOldLogTables.php:27
msgid "Delete give_logs and give_logmeta tables"
msgstr ""

#: src/Log/Migrations/CreateNewLogTable.php:31
msgid "Create new give_log table"
msgstr ""

#: src/Log/LogFactory.php:68 src/Log/LogModel.php:129
msgid "Give Core"
msgstr ""

#: src/Log/ValueObjects/LogType.php:53
msgid "HTTP"
msgstr ""

#: src/Log/ValueObjects/LogType.php:52
msgid "Info"
msgstr ""

#: src/Log/ValueObjects/LogType.php:50
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:202
msgid "Notice"
msgstr ""

#: src/Log/ValueObjects/LogType.php:49
msgid "Warning"
msgstr ""

#: src/MigrationLog/Migrations/MigrateCompletedMigrations.php:45
msgid "Migrate completed migrations to give_migrations table"
msgstr ""

#: src/MigrationLog/Migrations/CreateMigrationsTable.php:31
msgid "Create new give_migrations table"
msgstr ""

#: src/DonorDashboards/resources/views/upgradenotice.php:55
msgid "I'll setup Donor Dashboards later"
msgstr ""

#: src/DonorDashboards/resources/views/upgradenotice.php:45
msgid "Want to know more? Learn more about the <a href=\"%s\" target=\"_blank\">new Donor Dashboard <i class=\"fas fa-external-link-alt\"></i></a>"
msgstr ""

#: src/DonorDashboards/resources/views/upgradenotice.php:40
msgid "Create Donor Dashboard Page"
msgstr ""

#: src/DonorDashboards/resources/views/upgradenotice.php:31
msgid "The Donor Dashboard provides your donors with a one-stop location to manage all their giving history, profile, and more! Ready to get started? In order to use the new Donor Dashboard, GiveWP needs to create a new page on your site."
msgstr ""

#: src/DonorDashboards/resources/views/upgradenotice.php:26
msgid "New in GiveWP 2.10.0"
msgstr ""

#: src/DonorDashboards/resources/views/upgradenotice.php:22
msgid "Introducing the Donor Dashboard"
msgstr ""

#: src/DonorDashboards/resources/views/successnotice.php:12
msgid "Success! Donor Dashboard page was created. You can <a href=\"%s\">take a look at it here.</a>"
msgstr ""

#: src/DonorDashboards/Admin/Settings.php:142
#: src/DonorDashboards/resources/views/donordashboard.php:14
#: build/assets/dist/js/donor-dashboards-block.js:1
#: src/DonorDashboards/resources/js/block/index.js:20
msgid "Donor Dashboard"
msgstr ""

#: src/DonorDashboards/Admin/Settings.php:105
msgid "Use the Donor Dashboard instead of the legacy donation management pages (Donation History, Edit Profile, Subscriptions, etc)."
msgstr ""

#: src/DonorDashboards/Admin/Settings.php:104
msgid "Override Legacy Donation Management Pages"
msgstr ""

#: src/DonorDashboards/Admin/Settings.php:74
msgid "This is the page where donors can manage their information, review history and more -- all in one place. The Donor Dashboard block or <code>[give_donor_dashboard]</code> shortcode should be on this page. "
msgstr ""

#: src/DonorDashboards/Admin/Settings.php:73
msgid "Donor Dashboard Page"
msgstr ""

#: src/DonorDashboards/Admin/Settings.php:68
msgid " Need helping setting one up? <a href=\"%s\">Generate a new Donor Dashboard page.</a>"
msgstr ""

#: src/DonorDashboards/Routes/LogoutRoute.php:80
msgid "User was logged out successfully."
msgstr ""

#: src/DonorDashboards/Tabs/DonationHistoryTab/DonationsRoute.php:88
msgid "An error occurred while retrieving donation records"
msgstr ""

#: src/API/Endpoints/Migrations/Endpoint.php:33
msgid "You don't have the right permissions to view Migrations"
msgstr ""

#: src/API/Endpoints/Migrations/RunMigration.php:150
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:157
msgid "Migration ID"
msgstr ""

#: src/API/Endpoints/Logs/GetLogs.php:138
#: src/API/Endpoints/Migrations/GetMigrations.php:126
msgid "Sort by column"
msgstr ""

#: src/API/Endpoints/Logs/GetLogs.php:134
#: src/API/Endpoints/Migrations/GetMigrations.php:130
msgid "Sort direction"
msgstr ""

#: src/API/Endpoints/Logs/GetLogs.php:130
msgid "Log source"
msgstr ""

#: src/API/Endpoints/Logs/GetLogs.php:126
msgid "Log category"
msgstr ""

#: src/API/Endpoints/Logs/GetLogs.php:118
#: src/API/Endpoints/Migrations/GetMigrations.php:122
msgid "Current page"
msgstr ""

#: src/API/Endpoints/Logs/Endpoint.php:33
msgid "You don't have the right permissions to view Logs"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:101
msgid "Disable notice for 48 hours"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:100
msgid "Dismiss Forever"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:98
msgid "Not Right Now"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:96
msgid "Glad to Help"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:88
msgid "Learn more about how GiveWP respects user and donor privacy while improving the plugin >"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:84
msgid "Can you help improve GiveWP? With your permission, the GiveWP team uses non-sensitive data from plugin users to optimize donation form conversion rates, increase average donation amounts, and streamline the fundraising experience. This data is never shared with any third party."
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:81
msgid "Help GiveWP improve your fundraising experience"
msgstr ""

#: src/Tracking/UsageTrackingOnBoarding.php:80
msgid "Anonymous usage tracking icon"
msgstr ""

#: src/Tracking/AdminSettings.php:39
msgid "Can GiveWP collect data about the usage of the plugin? Usage data is completely anonymous, does not include any personal information, and will only be used to improve the software."
msgstr ""

#: src/Tracking/AdminSettings.php:38
msgid "Allow usage of GiveWP to be tracked."
msgstr ""

#: src/Tracking/AdminSettings.php:37
msgid "Anonymous Usage Tracking"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:202
msgid "This option is only for advanced users and/or those directed by GiveWP support. Once you enable this, you'll have the ability to override the run order and to force re-running for database updates at Donations > Tools > Data. If you don't know what you are doing, you can easily break things with this option enabled. Do not leave this option enabled after you're done troubleshooting."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:201
msgid "Advanced Database Updates"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:192
msgid "This slug is used as a base for the (invisible to users/site visitors) iframe URL that contains all form templates besides the legacy form template. The URL currently looks like this: %1$s. This option allows you to modify that URL to avoid conflicts that might exist with other pages and URLs on the site."
msgstr ""

#. translators: 1:
#. https://codex.wordpress.org/Plugin_API/Filter_Reference/the_content 2:
#. the_content
#: includes/admin/settings/class-settings-advanced.php:133
msgid "This controls whether or not GiveWP legacy form content is treated like WordPress content. Disabling this option means that things like social sharing and other theme- or plugin-added functionality to enhance or append things to content will not be applied to GiveWP legacy form content. <a href=\"%1$s\" target=\"_blank\">Learn more</a> about %2$s filter."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:122
msgid "Users are given this user role when they opt into creating a WordPress/site account along with their donation."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:98
msgid "This controls GiveWP's default styles for legacy donation forms and other front end elements. Disabling this option means that you'll need to supply your own styles."
msgstr ""

#: includes/admin/tools/class-settings-data.php:153
msgid "Recount stats"
msgstr ""

#: includes/admin/tools/class-settings-data.php:152
msgid "Database updates"
msgstr ""

#: includes/class-give-logging.php:106 src/Log/LogFactory.php:66
#: src/Log/LogModel.php:104
msgid "Something went wrong"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:228
#: blocks/donor-wall/edit/inspector.js:168 build/adminBlocks.js:1
msgid "Avatar Size"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:307
msgid "Please help me resolve these account errors so I can begin accepting payments via PayPal on GiveWP."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:299
msgid "I am trying to connect my PayPal account to the GiveWP plugin for WordPress. I have gone through the onboarding process to connect my account, but when I finish I'm given the following message from GiveWP:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:298
msgid "Greetings!"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:289
msgid "There is an issue with your PayPal account that is preventing you from being able to accept donations."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:284
msgid "Warning, your account is not ready to accept donations."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:267
msgid " and relay the following message:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:261
msgid "Please reach out to PayPal support from your PayPal account Resolution Center"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:257
msgid "Please call a PayPal support representative at %1$s"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:393
msgid "Having trouble connecting to PayPal?"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:385
msgid "If you’re still having problems connecting: "
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:381
msgid "The last screen of the PayPal connect process includes a button to be sent back to your site. It is important you click this and do not close the window yourself."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AjaxRequestHandler.php:377
msgid "Make sure to complete the entire PayPal process. Do not close the window until you have finished the process."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:448
msgid "PayPal merchant status check API request response is:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:394
msgid "There was a problem with PayPal client rest API request and we could not find valid client id and secret."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:390
msgid "PayPal client rest api credentials API request response is:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:384
msgid "PayPal client access token API request response is:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:263
msgid "There was a problem with creating webhook on PayPal. A gateway error log also added to get details information about PayPal response."
msgstr ""

#: includes/user-functions.php:381
msgid "The email address provided is already associated with another donor in the system. Please log in or use a different email"
msgstr ""

#: includes/user-functions.php:368
msgid "The email address provided is already in use by a registered account on this site. Please log in and try again."
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/disconnect-stripe-account-action.js:22
msgid "Are you sure you want to disconnect this Stripe account?"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:91
msgid "Please contact support for assistance."
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:90
msgid "An unexpected issue occurred during the database update which caused it to stop automatically."
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/components/date-time-control/index.js:37
msgid "Set date"
msgstr ""

#. translators: %s: error message describing the problem
#: build/adminBlocks.js:4
#: src/MultiFormGoals/resources/js/components/server-side-render-x/index.js:109
msgid "Error loading block: %s"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/components/server-side-render-x/index.js:104
msgid "Block rendered as empty."
msgstr ""

#: src/MultiFormGoals/resources/js/components/image-control/index.js:36
msgid "Select an Image"
msgstr ""

#: build/formBuilderApp.js:13
#: src/MultiFormGoals/resources/js/components/image-control/index.js:27
msgid "Change Image"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:200
#: build/adminBlocks.js:1 build/donorDetails.js:10 build/formBuilderApp.js:13
#: build/subscriptionDetails.js:10
#: src/MultiFormGoals/resources/js/blocks/multi-form-goal/edit/index.js:43
msgid "Summary"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/multi-form-goal/index.js:33
msgid "multi form goals"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/multi-form-goal/index.js:27
msgid "The Multi-Form Goals block displays progress made across donation forms towards a common goal."
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/multi-form-goal/index.js:26
msgid "Multi-Form Goal"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:79
msgid "All tags"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:77
msgid "Filter by tags"
msgstr ""

#: build/adminBlocks.js:1 build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:185
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:71
msgid "All categories"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:69
msgid "Filter by categories"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:63
msgid "All forms"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:61
msgid "Filter by forms"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:58
msgid "Filters"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:53
msgid "Progress bar color"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:46
msgid "Goal end date"
msgstr ""

#: build/adminBlocks.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:39
msgid "Goal amount"
msgstr ""

#: build/adminBlocks.js:4
#: src/MultiFormGoals/resources/js/blocks/progress-bar/index.js:33
msgid "progress-bar"
msgstr ""

#: build/adminBlocks.js:4
#: src/MultiFormGoals/resources/js/blocks/progress-bar/index.js:27
msgid "The Progress Bar block displays progress made across donation forms towards a common goal."
msgstr ""

#: build/adminBlocks.js:4
#: src/MultiFormGoals/resources/js/blocks/progress-bar/index.js:26
msgid "Progress Bar"
msgstr ""

#: build/adminBlocks.js:1 build/formBuilderApp.js:13
#: src/MultiFormGoals/resources/js/blocks/progress-bar/data/utils.js:17
#: src/MultiFormGoals/resources/js/blocks/progress-bar/data/utils.js:39
#: src/MultiFormGoals/resources/js/blocks/progress-bar/data/utils.js:61
msgid "(no title)"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:140
#: blocks/donor-wall/edit/inspector.js:150 build/adminBlocks.js:1
msgid "Show Company Name"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Repositories/PayPalOrder.php:403
msgid "To create a paypal order, please provide formId, donationAmount and payer"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/DonationDetailsPage.php:22
msgid "View PayPal Commerce payment"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:271
msgid "Checking donation status with PayPal."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:266
#: build/payPalCommerceGateway.js:1
msgid "Or pay with card"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:259
msgid "There was an error processing your donation. Please contact the administrator."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:258
msgid "Error Code"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:254
msgid "There was a problem authenticating your payment method. Please try again. If the problem persists, please try another payment method."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:252
msgid "MM/YY"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:247
msgid "Card CVC:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:245
msgid "Card Expiration Date:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:153
msgid "Keep plugins up to date to ensure latest security fixes are present."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:152
msgid "Implement an SSL certificate to keep your donations secure."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:148
msgid "Maintain security best practices when setting passwords and limit access to your server."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:144
msgid "Using a trusted, secure hosting provider – preferably one which claims and actively promotes PCI compliance."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:132
msgid "You’re connected to PayPal! Here’s what’s next..."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:124
msgid "Are you sure you want to disconnect your PayPal account?"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:123
msgid "Disconnect PayPal Account"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/RefundPaymentHandler.php:121
msgid "Refund Charge in PayPal?"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/RefundPaymentHandler.php:92
msgid " for detailed information."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/RefundPaymentHandler.php:91
msgid "check log"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/RefundPaymentHandler.php:89
msgid "Please "
msgstr ""

#: src/PaymentGateways/PayPalCommerce/RefundPaymentHandler.php:88
msgid "We were unable to process refund."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:230
msgid "PayPal Donations Gateway Settings"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:227
msgid "PayPal Donations Gateway Settings Docs Link"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:176
msgid "Connect With Paypal"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:70
msgid "PayPal Donations"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AccountAdminNotices.php:87
msgid "Account Status"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AccountAdminNotices.php:83
msgid "Please check your account status as additional setup is needed before you may accept donations."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AccountAdminNotices.php:55
msgid "Connect Account"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AccountAdminNotices.php:54
msgid "Please connect to your account so donations may be processed."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AccountAdminNotices.php:53
#: src/PaymentGateways/PayPalCommerce/AccountAdminNotices.php:82
#: src/PaymentGateways/PayPalCommerce/RefundPaymentHandler.php:87
msgid "PayPal Donations:"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:194
msgid "Supports 3D Secure payments"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:191
msgid "Donate via PayPal accounts"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:188
msgid "Accept payments from around the world"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:185
msgid "Easy no-API key connection"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:182
msgid "Improve donation conversion rates"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:178
msgid "Credit and Debit Card Donations"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:173
msgid "PayPal Logo Image"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:162
msgid "Allow your donors to give using Debit or Credit Cards directly on your website with no additional fees."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:159
msgid "Accept Donations with PayPal Donations"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:334
msgid "Re-Check Account Status"
msgstr ""

#: includes/admin/tools/import/class-give-import-subscriptions.php:512
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:63
msgid "Subscriptions"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:464
msgid "Connected for payments as"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:124
msgid "PayPal is currently NOT connected."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:435
msgid "Click to get started!"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:439
msgid "Sign up for PayPal"
msgstr ""

#: build/assets/dist/js/admin.js:1
msgid "Connect With PayPal"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:121
#: build/assets/dist/js/admin.js:1
msgid "PayPal Connection"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:93
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:171
msgid "Account Country"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:132
msgid "Transaction Successful. PayPal Transaction ID: %1$s    PayPal Order ID: %2$s"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:547
msgid "There was a problem setting up the webhooks for your PayPal account. Please try disconnecting and reconnecting your PayPal account. If the problem persists, please contact support and provide them with the latest %1$s"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:541
msgid "logs data"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:453
msgid ""
"A valid SSL certificate is required to accept donations and set up your PayPal account. Once a\n"
"                certificate is installed and the site is using https, please disconnect and reconnect your account."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/onBoardingRedirectHandler.php:294
msgid "PayPal account connected successfully."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Webhooks/Listeners/PayPalCommerce/PaymentCaptureDenied.php:30
msgid "Charge Denied in PayPal"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Webhooks/Listeners/PayPalCommerce/PaymentCaptureRefunded.php:32
msgid "Charge refunded in PayPal"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Webhooks/Listeners/PayPalCommerce/PaymentCaptureCompleted.php:30
msgid "Charge Completed in PayPal"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Models/PayPalOrder.php:154
msgid "To create a PayPalOrder object, please provide valid %1$s"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Models/PayPalPayment.php:114
msgid "To create a PayPalPayment object, please provide valid id, amount, status, create_time, update_time and links"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/Models/MerchantDetail.php:184
msgid "To create a MerchantDetail object, please provide the following: "
msgstr ""

#: src/API/Endpoints/Reports/AverageDonation.php:109
msgid "Avg Revenue"
msgstr ""

#: src/API/Endpoints/Reports/TotalIncome.php:99
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Total Revenue"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Block.php:105
msgid "Grey"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Block.php:101
msgid "Purple"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Block.php:97
msgid "Blue"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Block.php:93
msgid "Green"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Block.php:89
msgid "Orange"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Block.php:85
msgid "Red"
msgstr ""

#: src/MultiFormGoals/ProgressBar/Model.php:344
msgid "minute to go"
msgid_plural "minutes to go"
msgstr[0] ""
msgstr[1] ""

#: src/MultiFormGoals/ProgressBar/Model.php:340
msgid "hour to go"
msgid_plural "hours to go"
msgstr[0] ""
msgstr[1] ""

#: src/MultiFormGoals/ProgressBar/Model.php:336
msgid "day to go"
msgid_plural "days to go"
msgstr[0] ""
msgstr[1] ""

#: src/Onboarding/Setup/templates/index.html.php:160
msgid "PayPal Settings"
msgstr ""

#: src/Framework/Migrations/Actions/ManuallyRunMigration.php:36
#: src/Framework/Migrations/MigrationsRunner.php:171
msgid "There was a problem running the migrations. Please reach out to GiveWP support for assistance:"
msgstr ""

#: includes/class-give-scripts.php:510
#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:272
msgid "This will only take a second!"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:527
msgid "All Database Migrations Completed."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:526
msgid "Few Database Migrations still need to run."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:519
msgid "This will inform you whether database migration completed or not."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:518
msgid "Database Migrations"
msgstr ""

#. translators: %s: currency
#: includes/admin/tools/export/class-export-earnings.php:71
msgid "Revenue (%s)"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:114
msgid "Revenue to Date"
msgstr ""

#: includes/admin/reports/reports.php:312
msgid "Revenue Report"
msgstr ""

#: includes/admin/reports/class-form-reports-table.php:126
msgid "Monthly Average Revenue"
msgstr ""

#: includes/admin/reports/graphing.php:467
msgid "Average monthly revenue:"
msgstr ""

#. translators: %s: form title
#: includes/admin/reports/graphing.php:437
msgid "Revenue Report for %s"
msgstr ""

#: includes/admin/reports/graphing.php:216
msgid "Estimated monthly revenue:"
msgstr ""

#: includes/admin/reports/graphing.php:207
#: includes/admin/reports/graphing.php:459
msgid "Total revenue for period:"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:41
#: includes/admin/reports/class-earnings-report.php:38
#: includes/admin/reports/class-earnings-report.php:76
#: includes/admin/reports/class-form-reports-table.php:124
#: includes/admin/reports/graphing.php:179
#: includes/admin/reports/graphing.php:428
#: includes/admin/reports/reports.php:122
#: includes/admin/tools/export/pdf-reports.php:279
#: src/Campaigns/ListTable/Columns/RevenueColumn.php:30
#: src/DonationForms/V2/ListTable/Columns/DonationRevenueColumn.php:37
#: build/campaignDetails.js:10
msgid "Revenue"
msgstr ""

#: src/Views/Form/Templates/Sequoia/Sequoia.php:371
#: build/subscriptionDetails.js:10
msgid "optional"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:437
msgid "Dismiss Setup Screen"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:403
msgid "Get the most out of GiveWP"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:359
msgid "Allow donors to give to your cause via customizable tributes like “In honor of,” “In memory of,” or any dedication you prefer. Send eCards and produce customizable mailable cards that your donors and their honorees will love."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:357
#: src/Onboarding/Setup/templates/index.html.php:358
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Tributes"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:336
#: src/Onboarding/Setup/templates/index.html.php:337
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Currency Switcher"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:317
msgid "Form Field Manager (FFM) allows you to add and manage additional fields for your GiveWP donation forms using an intuitive drag-and-drop interface. Form fields include simple fields such as checkboxes, dropdowns, radios, and more. The more complex form fields that you can add are file upload fields, Rich text editors (TinyMCE), and the powerful Repeater field."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:315
#: src/Onboarding/Setup/templates/index.html.php:316
msgid "Form Field Manager"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:296
msgid "PDF Receipts makes it easy for your donors to print their tax deductible receipts by making PDF downloadable copies of them easily available. Donors can get a link to their receipt provided to them in the confirmation email, there is also a link in the donation confirmation screen, and a link in their Donation History page."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:294
#: src/Onboarding/Setup/templates/index.html.php:295
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "PDF Receipts"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:273
#: src/Onboarding/Setup/templates/index.html.php:274
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Fee Recovery"
msgstr ""

#: src/DonationForms/ViewModels/DonationFormViewModel.php:202
#: src/Onboarding/Setup/templates/index.html.php:252
#: src/Onboarding/Setup/templates/index.html.php:253
#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-donations.js:4
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/index.js:12
msgid "Recurring Donations"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:179
msgid "View all gateways"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:111
msgid "Connect to Stripe"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:144
msgid "PayPal is synonymous with nonprofits and online charitable gifts. It's been the go-to payment merchant for many of the world's top NGOs. Accept PayPal, credit and debit cards without any added platform fees."
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:90
msgid "Connect a payment gateway"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:57
#: src/Onboarding/Setup/templates/index.html.php:90
#: src/Onboarding/Setup/templates/index.html.php:214
msgid "Step"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:20
msgid "GiveWP Setup Guide"
msgstr ""

#: src/Onboarding/Setup/Page.php:66
msgid "Setup"
msgstr ""

#: src/Onboarding/Setup/Page.php:65
msgid "Set up GiveWP"
msgstr ""

#: src/Onboarding/Wizard/templates/form-preview.php:16
#: src/Onboarding/Wizard/templates/index.php:16
msgid "GiveWP &rsaquo; Onboarding Wizard"
msgstr ""

#: src/Onboarding/Routes/LocationRoute.php:81
msgid "A short alphabetic geographical code representing a country."
msgstr ""

#: src/Onboarding/Routes/AddonsRoute.php:105
#: src/Onboarding/Routes/FeaturesRoute.php:86
#: src/Onboarding/Routes/SettingsRoute.php:136
msgid "The value of the setting being updated."
msgstr ""

#: src/Onboarding/Routes/AddonsRoute.php:101
#: src/Onboarding/Routes/FeaturesRoute.php:82
#: src/Onboarding/Routes/SettingsRoute.php:132
msgid "The reference name for the setting being updated."
msgstr ""

#: src/Onboarding/Config/CauseTypes.php:9
msgid "Religious"
msgstr ""

#: src/Onboarding/Config/CauseTypes.php:8
msgid "Political"
msgstr ""

#: src/Onboarding/Config/CauseTypes.php:7
msgid "Health"
msgstr ""

#: src/Onboarding/Config/CauseTypes.php:6
msgid "Environmental"
msgstr ""

#: src/Onboarding/Config/CauseTypes.php:5
msgid "Education"
msgstr ""

#: src/Onboarding/Config/CauseTypes.php:4
msgid "Advocacy"
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:73
msgid "The terms can be customized in the donation form settings."
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:72
msgid "Agree to terms?"
msgstr ""

#: build/Campaigns/Blocks/DonateButton/render.php:24
#: includes/gateways/stripe/includes/give-stripe-scripts.php:45
#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:13
#: src/Campaigns/Blocks/DonateButton/render.php:24
#: src/Campaigns/Shortcodes/CampaignDonationsShortcode.php:69
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:166
#: templates/shortcode-form-grid.php:226 build/campaignBlocksLandingPage.js:1
#: build/donationFormApp.js:2 build/formBuilderApp.js:13
msgid "Donate"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:328
msgid "Background Image"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:313
msgid "Modal (Stripe Elements)"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:306
msgid "interface that provides donors an easy way to pay with Credit or Debit Cards, Apple, and Google Pay."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:305
msgid "Checkout"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:303
msgid "This option allows you to select from the two types of Stripe Checkout methods available for processing donations. The \"Modal\" option uses Stripe elements in a popup modal which does not take the donor off your website. The \"Redirect\" option uses Stripe's new off-site"
msgstr ""

#: includes/admin/settings/class-settings-general.php:407
#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:80
msgid "Choose a country"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:157
msgid "Setup Page"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:250
#: src/Views/Form/Templates/Sequoia/optionConfig.php:291
msgid "The description is displayed directly below the main headline and should be 1-2 sentences. You may use <a href=\"http://docs.givewp.com/email-tags\" target=\"_blank\">any of the available template tags</a> within this message."
msgstr ""

#: src/API/Endpoints/Reports/TotalDonors.php:91
#: src/API/Endpoints/Reports/TotalRefunds.php:91
msgid "%d Donor"
msgid_plural "%d Donors"
msgstr[0] ""
msgstr[1] ""

#: src/PaymentGateways/Gateways/Stripe/CreditCardGateway.php:33
msgid "Credit Card fields are disabled because Stripe is not connected and your site is not running securely over HTTPS."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/CreditCardGateway.php:29
msgid "Credit Card fields are disabled because your site is not running securely over HTTPS."
msgstr ""

#. translators: %s: site name
#: includes/gateways/offline-donations.php:111
msgid "On the memo line of the check, indicate that the donation is for \"{sitename}\""
msgstr ""

#: blocks/components/edit-form/index.js:25
msgid "An error occured with donation form settings that rendered the preview inaccessible."
msgstr ""

#: src/PaymentGateways/Gateways/TestGateway/Views/LegacyFormFieldMarkup.php:16
#: src/PaymentGateways/Gateways/TestOffsiteGateway/TestOffsiteGateway.php:61
#: build/testGateway.js:1
msgid "There are no fields for this gateway and you will not be charged. This payment option is only for you to test the donation experience."
msgstr ""

#: src/PaymentGateways/Gateways/TestGateway/Views/LegacyFormFieldMarkup.php:14
#: build/testGateway.js:1
msgid "Test GiveWP with the Test Donation Gateway"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:83
#: src/PaymentGateways/Gateways/PayPalStandard/Views/PayPalStandardBillingFields.php:40
msgid "Make your donation quickly and securely with PayPal"
msgstr ""

#: includes/gateways/offline-donations.php:146
msgid "Thanks in advance!"
msgstr ""

#: includes/gateways/offline-donations.php:145
msgid "Once we receive the check, we will mark it as complete in our system, which will generate an email receipt for your records. Please contact us with any questions you may have!"
msgstr ""

#: includes/gateways/offline-donations.php:134
msgid "Thank you for letting us know that you're mailing a check! Your generosity is greatly appreciated. Here are those steps again:"
msgstr ""

#: includes/gateways/offline-donations.php:133
msgid "Hi {name},"
msgstr ""

#: includes/gateways/offline-donations.php:117
msgid "Your tax-deductible donation is greatly appreciated!"
msgstr ""

#: includes/gateways/offline-donations.php:114
#: includes/gateways/offline-donations.php:142
msgid "Mail your check to:"
msgstr ""

#: includes/gateways/offline-donations.php:100
msgid "To make an offline donation toward this cause, follow these steps:"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Traits/BECSMandateForm.php:40
msgid "BSB Number and Account Number of your bank account."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/BECSGateway.php:42
msgid "Mandate form fields are disabled. Please connect and configure your Stripe account to accept donations."
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:46
#: src/PaymentGateways/Gateways/Stripe/SEPAGateway.php:42
msgid "IBAN fields are disabled. Please connect and configure your Stripe account to accept donations."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/CreditCardGateway.php:37
msgid "Credit Card fields are disabled. Please connect and configure your Stripe account to accept donations."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Traits/CheckoutInstructions.php:38
msgid "A Stripe window will open after you click the Donate Now button where you can securely make your donation. You will then be brought back to this page to view your receipt."
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/Views/PayPalStandardBillingFields.php:41
#: src/PaymentGateways/Gateways/Stripe/Traits/CheckoutInstructions.php:37
#: src/PaymentGateways/Gateways/TestGateway/Views/LegacyFormFieldMarkup.php:15
#: build/testGateway.js:1
msgid "How it works:"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:380
#: src/PaymentGateways/Gateways/Stripe/LegacyStripeAdapter.php:93
msgid "Stripe Account:"
msgstr ""

#: src/PaymentGateways/Stripe/Controllers/NewStripeAccountOnBoardingController.php:68
#: src/PaymentGateways/Stripe/Controllers/NewStripeAccountOnBoardingController.php:145
msgid "We are unable to connect your Stripe account. Please contact the support team for assistance."
msgstr ""

#: src/PaymentGateways/Stripe/Controllers/NewStripeAccountOnBoardingController.php:67
#: src/PaymentGateways/Stripe/Controllers/NewStripeAccountOnBoardingController.php:144
msgid "Stripe Error:"
msgstr ""

#: src/PaymentGateways/Stripe/DonationFormSettingPage.php:75
msgid "Stripe Documentation"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/disconnect-stripe-account-action.js:21
msgid "Disconnect Stripe Account"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:132
msgid "Customize Stripe Account"
msgstr ""

#: src/PaymentGateways/Stripe/DonationFormSettingPage.php:33
#: build/stripePaymentElementFormBuilder.js:1
msgid "Stripe Account"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:703
msgid "Stripe webhooks are critical to configure so that GiveWP can recieve communication properly from the payment gateway. Webhooks for test-mode donations are configured separately on the Stripe dashboard. Note: webhooks do not function on localhost or websites in maintenance mode."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:528
msgid "to complete your pending database updates."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:522
msgid "Give 2.7.0 introduces the ability to connect a single site to multiple Stripe accounts. To use this feature, you need to complete database updates. "
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:551
msgid "Connect a New Stripe Account"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:550
msgid "No Stripe Accounts Connected"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:337
msgid "Connection Method:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:450
msgid "Set as Default"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:439
#: src/PaymentGateways/Stripe/Admin/CustomizeAccountField.php:82
msgid "Default Account"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Update"
msgstr ""

#. translators: 1. GiveWP Support URL
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:207
msgid "Check this option if you would like donors to receive receipt emails directly from Stripe. By default, donors will receive GiveWP generated <a href=\"%1$s\" target=\"_blank\">receipt emails</a>. Checking this option does not disable GiveWP emails."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:110
msgid "Manage Accounts"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:1511
msgid "Unable to retrieve account details. Please contact support for assistance. Details:"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:1508
msgid "Give - Stripe Error"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:383
#: includes/admin/settings/class-settings-display.php:103
#: build/formBuilderRegistrars.js:1
msgid "Do you want to provide donors the ability mark themselves anonymous while giving? This will prevent their information from appearing publicly on your website but you will still receive their information for your records in the admin panel."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:111
msgid "Form Template"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:115
msgid "If enabled, donations are processed through the sandbox/test accounts configured in each gateway's settings. This prevents having to use real money for tests. See the payment gateway documentation for instructions on configuring sandbox accounts."
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:80
msgid "The Offline Donation Instructions are a chance for you to educate the donor on how to best submit offline donations. These instructions appear directly on the form, and after submission of the form. Note: You may also customize the instructions on individual forms as needed."
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:69
msgid "If enabled, required billing address fields are added to Offline Donation forms. These fields are not required to process the transaction, but you may have a need to collect the data. Billing address details are added to both the donation and donor record in GiveWP. "
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:247
msgid "Enter a prefix for your invoice numbers. If you use your PayPal account for multiple fundraising platforms or ecommerce stores, ensure this prefix is unique. PayPal will not allow orders or donations with the same invoice number."
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:232
msgid "If enabled, required billing address fields are added to PayPal Standard forms. These fields are not required by PayPal to process the transaction, but you may have a need to collect the data. Billing address details are added to both the donation and donor record in GiveWP."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:320
#: includes/admin/settings/class-settings-display.php:348
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:31
msgid "Form Fields"
msgstr ""

#: includes/admin/settings/class-settings-display.php:145
msgid "By default, all donation forms have single views enabled. This creates a specific URL on your website for that form. Selecting \"Disabled\" will prevent the single view from being publicly displayed. Note: if selecting \"Disabled\", to display each form you will need to embed it using a block, shortcode, or widget."
msgstr ""

#: includes/admin/settings/class-settings-display.php:30
msgid "Default Options"
msgstr ""

#: includes/admin/settings/class-settings-general.php:140
msgid "Navigate to <a href=\"%s\" target=\"_blank\">the reCAPTCHA website</a> and sign up for an API key and paste your reCAPTCHA site key here. The reCAPTCHA uses Google's user-friendly single click verification method."
msgstr ""

#: includes/admin/settings/class-settings-general.php:123
msgid "If enabled, this option adds a reCAPTCHA field to the email access form. Note: this does not add reCAPTCHA to donation forms."
msgstr ""

#: includes/admin/settings/class-settings-general.php:109
msgid "If enabled, donors can access their donation history by verifying access to the email address used to donate. When they visit the donation history page, they input their email address and can access the site from a link in the resulting email."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:190
msgid "Form Page URL Prefix"
msgstr ""

#: includes/forms/widget.php:303
msgid "Loading settings..."
msgstr ""

#: includes/forms/widget.php:298
msgid "Set the color of button."
msgstr ""

#: includes/forms/widget.php:296
msgid "Button Color:"
msgstr ""

#: includes/forms/widget.php:291
msgid "This label will appear on button."
msgstr ""

#: includes/forms/widget.php:284
msgid "Provide an introduction text to invite the visitor to become a donor. Leave this blank to not display any text."
msgstr ""

#: includes/forms/widget.php:282
msgid "Widget Text:"
msgstr ""

#: includes/forms/widget.php:276
msgid "Display the entire donation form in the sidebar"
msgstr ""

#: includes/forms/widget.php:275
msgid "Display a button and launch the donation form on click"
msgstr ""

#: includes/forms/widget.php:232 includes/forms/widget.php:277
msgid "Select a donation form style."
msgstr ""

#: includes/forms/widget.php:224 includes/forms/widget.php:270
msgid "Options for Legacy form template "
msgstr ""

#: includes/forms/widget.php:220
msgid "Select a donation form to use for this widget."
msgstr ""

#: includes/forms/widget.php:204
msgid "Donation Form:"
msgstr ""

#: includes/class-give-scripts.php:343
msgid "Please activate a \"Form Template\" to save the donation form. Select a template by clicking on the \"Form Template\" tab and \"Activate\"."
msgstr ""

#: includes/class-give-scripts.php:342
msgid "Select Form Template"
msgstr ""

#: includes/emails/class-give-email-tags.php:1518
msgid "Not an anonymous donation"
msgstr ""

#: includes/emails/class-give-email-tags.php:1516 build/donationDetails.js:10
msgid "Anonymous donation"
msgstr ""

#: includes/emails/class-give-email-tags.php:418
msgid "Did the donor check the anonymous donation checkbox?"
msgstr ""

#: src/FormAPI/Fields.php:102
msgid "To create a Field object, please provide valid id, name and type."
msgstr ""

#: src/FormAPI/Section.php:87
msgid "To create a Group object, please provide id, name and fields."
msgstr ""

#: src/FormAPI/Form/Field.php:141
msgid "To create a TextField object, please provide valid id, name and type."
msgstr ""

#: src/FormAPI/Form/Group.php:89
msgid "Field with %1$s Id does not exist in group."
msgstr ""

#: src/Helpers/Gateways/Stripe.php:57
msgid "using Manual API Keys."
msgstr ""

#: src/Helpers/Gateways/Stripe.php:51
msgid "using Stripe Connect."
msgstr ""

#: src/Helpers/Gateways/Stripe.php:49 src/Helpers/Gateways/Stripe.php:55
msgid "Donation accepted with Stripe account"
msgstr ""

#: src/Views/IframeView.php:102
msgid "Click to donate"
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:73
msgid "Customize the form template using the options below. See those customizations at any time using the \"Preview\" button."
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:70
msgid "Form Template Options"
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:56
msgid "Learn the ins and outs of creating the perfect Donation Form with GiveWP"
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:48
msgid "Form Templates allow you to change the appearance of a GiveWP donation form on your site. Each template has a different design, layout, and features. Choose the one that suits your taste and the requirements for your cause. Note: compatibility with add-ons and third-party plugins or themes is not guaranteed. Always thoroughly test your donation forms before going live!"
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:45
msgid "What Are Form Templates?"
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:34
msgid "active"
msgstr ""

#: src/Views/Admin/Form/Metabox-Settings.php:15
msgid "Available Form Templates"
msgstr ""

#: src/Views/Form/Templates/Classic/resources/views/receipt.php:81
#: src/Views/Form/Templates/Sequoia/views/social-sharing.php:47
msgid "Share on Twitter"
msgstr ""

#: src/Views/Form/Templates/Classic/resources/views/receipt.php:77
#: src/Views/Form/Templates/Sequoia/views/social-sharing.php:27
msgid "Share on Facebook"
msgstr ""

#: src/Views/Form/Templates/Sequoia/Sequoia.php:112
msgid "Process Donation"
msgstr ""

#: src/Views/Form/Templates/Sequoia/sections/footer.php:17
msgid "Insecure Donation"
msgstr ""

#: src/Views/Form/Templates/Sequoia/sections/footer.php:12
#: src/Views/Form/Templates/Sequoia/views/receipt.php:119
msgid "Secure Donation"
msgstr ""

#: src/MultiFormGoals/resources/views/progressbar.php:46
#: src/Views/Form/Templates/Sequoia/sections/income-stats.php:90
msgid "goal"
msgstr ""

#: src/MultiFormGoals/resources/views/progressbar.php:34
#: src/Views/Form/Templates/Sequoia/sections/income-stats.php:74
msgid "raised"
msgstr ""

#: src/Views/Form/Templates/Sequoia/sections/form-navigator.php:5
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Introduction"
msgstr ""

#: src/Views/Form/Templates/Sequoia/Actions.php:351
msgid "Donate with %1$s"
msgstr ""

#: src/Views/Form/Templates/Sequoia/Actions.php:290
#: src/Views/Form/Templates/Sequoia/optionConfig.php:157
#: src/Views/Form/Templates/Sequoia/optionConfig.php:165
msgid "How much would you like to donate? As a contributor to %s we make sure your donation goes directly to supporting our cause. Thank you for your generosity!"
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:168
#: src/Views/Form/Templates/Sequoia/optionConfig.php:346
#: src/Views/Form/Templates/Sequoia/optionConfig.php:348
msgid "I just gave to this cause. Who's next?"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:281
#: src/Views/Form/Templates/Sequoia/optionConfig.php:340
msgid "This puts \"words in the mouth\" of your donor to share with their Twitter followers."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:280
#: src/Views/Form/Templates/Sequoia/optionConfig.php:339
msgid "Twitter Message"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:271
#: src/Views/Form/Templates/Sequoia/optionConfig.php:321
msgid "Sharing instructions display above the social sharing buttons. Best practice: be direct, bold, and confident here. Donors share when they are asked to."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:270
#: src/Views/Form/Templates/Sequoia/optionConfig.php:320
msgid "Sharing Instruction"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:257
#: src/Views/Form/Templates/Sequoia/optionConfig.php:309
msgid "Enable to display links for donors to share on social media that they donated."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:256
#: src/Views/Form/Templates/Sequoia/optionConfig.php:308
msgid "Social Sharing"
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:159
#: src/Views/Form/Templates/Sequoia/optionConfig.php:297
#: src/Views/Form/Templates/Sequoia/optionConfig.php:302
msgid "{name}, your contribution means a lot and will be put to good use in making a difference. We’ve sent your donation receipt to {donor_email}. "
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:158
#: src/Views/Form/Templates/Sequoia/optionConfig.php:284
#: src/Views/Form/Templates/Sequoia/optionConfig.php:286
msgid "A great big thank you!"
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:243
#: src/Views/Form/Templates/Sequoia/optionConfig.php:278
msgid "This message displays in large font on the thank you screen. Best practice: short, sweet, and sincere works best."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:269
msgid "This image appears above the main thank you content. If no image is provided, a check mark icon will appear. For best results use an image in 16x9 aspect ratio at least 680x400px."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:263
msgid "%1$s Step 4: %2$s Thank You"
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:150
#: src/Views/Form/Templates/Classic/optionConfig.php:172
#: src/Views/Form/Templates/Sequoia/Actions.php:259
#: src/Views/Form/Templates/Sequoia/optionConfig.php:223
#: src/Views/Form/Templates/Sequoia/optionConfig.php:225
msgid "We’ll never share this information with anyone."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:217
msgid "The description displays below the checkout step, and is designed to remove obstacles from donating. Best practice: use this section to reassure donors that they are making a wise decision."
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:149
#: src/Views/Form/Templates/Classic/optionConfig.php:165
#: src/Views/Form/Templates/Sequoia/Actions.php:255
#: src/Views/Form/Templates/Sequoia/optionConfig.php:210
#: src/Views/Form/Templates/Sequoia/optionConfig.php:212
msgid "Who's giving today?"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:204
msgid "The Headline introduces the section where donors provide information about themselves. Best practice: limit the headline to fewer than 5 words."
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:148
#: src/Views/Form/Templates/Sequoia/optionConfig.php:197
#: src/Views/Form/Templates/Sequoia/optionConfig.php:199
#: src/Views/Form/Templates/Sequoia/Sequoia.php:108
msgid "Add Your Information"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:185
msgid "%1$s Step 3: %2$s Payment Information"
msgstr ""

#: includes/forms/widget.php:170 includes/forms/widget.php:177
#: src/DonationForms/Properties/FormSettings.php:373
#: src/Onboarding/DefaultFormFactory.php:140
#: src/Views/Form/Templates/Sequoia/Actions.php:325
#: src/Views/Form/Templates/Sequoia/optionConfig.php:178
#: src/Views/Form/Templates/Sequoia/optionConfig.php:180
#: src/Views/Form/Templates/Sequoia/Sequoia.php:100
#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: build/campaignListTable.js:4 build/donationFormApp.js:2
msgid "Continue"
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:134
msgid "How much would you like to donate? As a contributor to %s we make sure your donation goes directly to supporting our cause."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:150
msgid "Content displays before the level amounts, and is designed to provide context for those levels. Best practice: limit this to 1-2 short sentences crafted to drive the donor to decide and to remove friction."
msgstr ""

#: src/Onboarding/DefaultFormFactory.php:132
#: src/Views/Form/Templates/Sequoia/optionConfig.php:143
#: src/Views/Form/Templates/Sequoia/optionConfig.php:145
#: src/Views/Form/Templates/Sequoia/Sequoia.php:104
msgid "Choose Amount"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:137
#: src/Views/Form/Templates/Sequoia/optionConfig.php:191
msgid "The Header Label displays at the top of this step, and is designed to focus the donor's attention on what this step is about. Best Practice: limit this to fewer than 4 words."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:136
#: src/Views/Form/Templates/Sequoia/optionConfig.php:190
msgid "Header Label"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:131
msgid "%1$s Step 2: %2$s Payment Amount"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:121
#: src/Views/Form/Templates/Sequoia/optionConfig.php:175
#: build/formBuilderApp.js:13
msgid "Customize the text that appears prompting the user to go to the next step."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:120
#: build/campaignBlocksLandingPage.js:1 build/formBuilderApp.js:13
msgid "Donate Button"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:28
msgid "The primary color is used throughout the Form Template for various elements including buttons, line breaks, and focus/hover elements. Set a color that reflects your brand or main featured image for best results."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:12
#: src/Views/Form/Templates/Sequoia/optionConfig.php:27
#: build/formBuilderApp.js:13
msgid "Primary Color"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:112
msgid "Upload an eye-catching image that reflects your cause. For best results use an image in 16x9 aspect ratio at least 680x400px."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:78
#: src/Views/Form/Templates/Sequoia/optionConfig.php:99
msgid "The description displays below the headline, and defaults to the Donation Form's excerpt, if present. Best practice: limit the description to short sentences that drive the donor toward the next step."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:86
msgid "The headline displays at the top of step one, and defaults to the Form Title. Best practice: limit the headline to fewer than 8 words."
msgstr ""

#: src/Views/Form/Templates/Classic/optionConfig.php:139
#: src/Views/Form/Templates/Classic/optionConfig.php:162
#: src/Views/Form/Templates/Classic/optionConfig.php:186
#: src/Views/Form/Templates/Classic/optionConfig.php:242
#: src/Views/Form/Templates/Sequoia/optionConfig.php:85
#: src/Views/Form/Templates/Sequoia/optionConfig.php:203
#: src/Views/Form/Templates/Sequoia/optionConfig.php:277
msgid "Headline"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:71
msgid "If enabled, a headline and description show for the first step of the donation process."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:70
msgid "Include Step One"
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:67
#: src/Views/Form/Templates/Sequoia/optionConfig.php:132
#: src/Views/Form/Templates/Sequoia/optionConfig.php:186
#: src/Views/Form/Templates/Sequoia/optionConfig.php:264
msgid "Step description goes here."
msgstr ""

#: src/Views/Form/Templates/Sequoia/optionConfig.php:66
msgid "%1$s Step 1: %2$s Introduction"
msgstr ""

#: includes/forms/widget.php:171
#: src/DonationForms/Factories/DonationFormFactory.php:38
#: src/Onboarding/DefaultFormFactory.php:123
#: src/Views/Form/Templates/Classic/optionConfig.php:80
#: src/Views/Form/Templates/Sequoia/optionConfig.php:15
msgid "Help our organization by donating today! All donations go directly to making a difference for our cause."
msgstr ""

#: src/DonationForms/Factories/DonationFormFactory.php:37
#: src/DonationForms/Properties/FormSettings.php:302
#: src/Onboarding/DefaultFormFactory.php:122
#: src/Views/Form/Templates/Classic/optionConfig.php:70
#: src/Views/Form/Templates/Sequoia/optionConfig.php:10
msgid "Support Our Cause"
msgstr ""

#: src/Views/Form/Templates/Legacy/optionConfig.php:10
msgid "Step description will show up here if any"
msgstr ""

#: src/Views/Form/defaultFormDonationProcessing.php:15
#: src/Views/Form/defaultRedirectHandlerTemplate.php:16
msgid "Redirecting..."
msgstr ""

#: src/Receipt/DonationReceipt.php:218
msgid "Invalid receipt section. Please provide valid section id"
msgstr ""

#: src/Receipt/DonationReceipt.php:163
msgid "Additional Information"
msgstr ""

#: src/Receipt/DonationReceipt.php:103 build/donationDetails.js:10
#: build/donationFormRegistrars.js:1
msgid "Donation Details"
msgstr ""

#: src/Receipt/Section.php:161
msgid "Invalid receipt section line item. Please provide valid line item id, label, and value."
msgstr ""

#: includes/shortcodes.php:1111
msgid "Next &raquo;"
msgstr ""

#: includes/shortcodes.php:1110
msgid "&laquo; Previous"
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:211
#: src/PaymentGateways/Gateways/Stripe/BECSGateway.php:96
#: src/PaymentGateways/Gateways/Stripe/BECSGateway.php:104
msgid "Stripe - BECS Direct Debit"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:486
msgid "This text displays below the Bank Account fields and should provide clarity to your donors on how this payment option works."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:471
msgid "The mandate acceptance text is meant to explain to your donors how the payment processing will work for their donation. The text will display below the Bank Account fields."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:443
msgid "This option allows you to display a bank building icon within the bank account input field for BECS Direct Debit."
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:212
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:115
msgid "BECS Direct Debit"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:342
msgid "The currency must be set as \"AUD (&dollar;)\" within Give's <a href=\"%s\">Currency Settings</a> in order to collect donations through the Stripe - BECS Direct Debit Payment Gateway."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Traits/BECSMandateForm.php:38
msgid "Bank Account"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Traits/BECSMandateForm.php:21
msgid "Bank Account Info"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:376
msgid "The Stripe Gateway returned an error while creating the customer. Details:"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:1172
msgid "By providing your bank account details and confirming this payment, you agree to this Direct Debit Request and the <a href=\"%1$s\" target=\"_blank\">Direct Debit Request service agreement</a>, and authorize Stripe Payments Australia Pty Ltd ACN 160 180 343 Direct Debit User ID number 507156 (“Stripe”) to debit your account through the Bulk Electronic Clearing System (BECS) on behalf of %2$s (the “Merchant”) for any amounts separately communicated to you by the Merchant. You certify that you are either an account holder or an authorized signatory on the account listed above."
msgstr ""

#. translators: %s: donor first name
#: includes/admin/donors/donors.php:261
msgid "Edit Donor: %1$s %2$s"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:275
msgid "%1$s %2$s imported"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:257
msgid "%1$s %2$s created"
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:205
#: src/PaymentGateways/Gateways/Stripe/SEPAGateway.php:98
#: src/PaymentGateways/Gateways/Stripe/SEPAGateway.php:106
msgid "Stripe - SEPA Direct Debit"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:452
#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:415
msgid "Connected"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:485
msgid "Stripe webhooks are required so GiveWP can communicate properly with the payment gateway to confirm payment completion, renewals, and more."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:479
msgid "In order for Stripe to function properly, you must add a new Stripe webhook endpoint. To do this please visit the <a href='https://dashboard.stripe.com/webhooks' target='_blank'>Webhooks Section of your Stripe Dashboard</a> and click the <strong>Add endpoint</strong> button and paste the following URL:"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:472
msgid "You are connected! Now this is important: Please configure your Stripe webhook to finalize the setup."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:415
msgid "This text displays below the IBAN field and should provide clarity to your donors on how this payment option works."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:414
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:485
msgid "Mandate Acceptance Text"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:400
msgid "The mandate acceptance text explains to donors how the payment processing will work for their donation. The text will display below the IBAN field."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:399
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:470
msgid "Display Mandate Acceptance"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:394
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:465
msgid "Solid"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:387
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:458
msgid "This option allows you to select the icon style for the IBAN element of SEPA Direct Debit."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:386
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:457
msgid "Icon Style"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:372
msgid "This option allows you to display a bank building icon within the IBAN input field for SEPA Direct Debit."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:371
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:442
msgid "Display Icon"
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:206
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:114
msgid "SEPA Direct Debit"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:321
msgid "The currency must be set as \"Euro (&euro;)\" within Give's <a href=\"%s\">Currency Settings</a> in order to collect donations through the Stripe - SEPA Direct Debit Payment Gateway."
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:95
#: src/PaymentGateways/Gateways/Stripe/Traits/SEPAMandateForm.php:40
msgid "IBAN"
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/BECSGateway.php:34
msgid "Mandate form fields are disabled because your site is not running securely over HTTPS."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/BECSGateway.php:38
msgid "Mandate form fields are disabled because Stripe is not connected and your site is not running securely over HTTPS."
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:78
#: src/PaymentGateways/Gateways/Stripe/Traits/SEPAMandateForm.php:20
msgid "IBAN Info"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:1165
msgid "By providing your IBAN and confirming this payment, you are authorizing %1$s and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited."
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:55
#: build/assets/dist/js/admin-reports.js:1
msgid "Legacy Reports"
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:50
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/campaignDetails.js:10 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "Overview"
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:32
#: build/assets/dist/js/admin-reports.js:1
msgid "All Time"
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:28
#: build/assets/dist/js/admin-reports.js:1
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:47
msgid "Year"
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:24
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Month"
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:20
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Week"
msgstr ""

#: src/Views/Admin/Pages/templates/reports-template.php:16
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Day"
msgstr ""

#: src/Views/Admin/DashboardWidgets/templates/reports-template.php:11
#: src/Views/Admin/Pages/templates/reports-template.php:63
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "donation activity"
msgstr ""

#: src/Views/Admin/DashboardWidgets/templates/reports-template.php:11
#: src/Views/Admin/Pages/templates/reports-template.php:63
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Loading your latest"
msgstr ""

#: src/Views/Admin/DashboardWidgets/Reports.php:35
msgid "Visit Reports"
msgstr ""

#: src/Views/Admin/DashboardWidgets/Reports.php:32
msgid "GiveWP Donations: Reports"
msgstr ""

#: src/API/Endpoints/Reports/TotalRefunds.php:92
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Total Refunds"
msgstr ""

#: src/API/Endpoints/Reports/IncomeBreakdown.php:86
msgid "Net"
msgstr ""

#: src/API/Endpoints/Reports/IncomeBreakdown.php:85
msgid "Refunds"
msgstr ""

#: src/API/Endpoints/Reports/TotalDonors.php:92
#: build/assets/dist/js/admin-reports-widget.js:1
#: build/assets/dist/js/admin-reports.js:1
msgid "Total Donors"
msgstr ""

#: src/API/Endpoints/Reports/Endpoint.php:280
msgid "The data for the report."
msgstr ""

#: src/API/Endpoints/Reports/AverageDonation.php:130
#: src/API/Endpoints/Reports/TotalDonors.php:110
#: src/API/Endpoints/Reports/TotalIncome.php:117
#: src/API/Endpoints/Reports/TotalRefunds.php:110
msgid "VS previous day"
msgstr ""

#: src/API/Endpoints/Reports/AverageDonation.php:130
#: src/API/Endpoints/Reports/TotalDonors.php:110
#: src/API/Endpoints/Reports/TotalIncome.php:117
#: src/API/Endpoints/Reports/TotalRefunds.php:110
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "days"
msgstr ""

#: src/API/Endpoints/Reports/AverageDonation.php:130
#: src/API/Endpoints/Reports/TotalDonors.php:110
#: src/API/Endpoints/Reports/TotalIncome.php:117
#: src/API/Endpoints/Reports/TotalRefunds.php:110
msgid "VS previous"
msgstr ""

#: build/assets/dist/js/admin-reports-widget.js:1
msgid "Avg. Donation"
msgstr ""

#: src/Views/Admin/UpsellNotice.php:44
msgid "View Add-on"
msgstr ""

#: src/Views/Admin/UpsellNotice.php:41
msgid "Click to view the Recurring Donations add-on"
msgstr ""

#: src/Views/Admin/UpsellNotice.php:36
msgid "Activate the <a href=\"%1$s\" title=\"%2$s\" target=\"_blank\">Recurring Donations add-on</a> and provide your donors with flexible subscription giving options."
msgstr ""

#: src/Log/ValueObjects/LogType.php:54
msgid "Spam"
msgstr ""

#: includes/admin/admin-actions.php:564
msgid "this"
msgid_plural "these"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:562
msgid "was"
msgid_plural "were"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:561
msgid "Go to spam log list page"
msgstr ""

#: includes/admin/admin-actions.php:559
msgid "donor email"
msgid_plural "donor emails"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:557
msgid "Akismet flagged %1$s %2$s as spam. If you believe %7$s %5$s actual %6$s, you can whitelist %7$s to allow the %6$s to process donations. <a href=\"%3$s\" title=\"%4$s\">Click here</a> to review spam logs."
msgstr ""

#: includes/admin/admin-actions.php:349
msgid "Email de-blacklisted successfully. Now Donor will able to process donation with email flagged as spam"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:296
msgid "To permanently prevent emails from being flagged as SPAM by Akismet <a href=\"%1$s\" target=\"_blank\">contact their team here</a>."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:293
msgid "Add emails one at a time to ensure that donations using that email bypass GiveWP's Akismet SPAM filtering. Emails added to the list here are always allowed to donate, even if they've been flagged by Akismet."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:290
msgid "Whitelist by Email"
msgstr ""

#: includes/admin/views/html-admin-settings.php:136
msgid "New Reports Dashboard"
msgstr ""

#: includes/process-donation.php:363
msgid "The email you are using has been flagged as one used in SPAM comments or donations by our system. Please try using a different email address or contact the site administrator if you have any questions."
msgstr ""

#: includes/filters.php:161
#: src/DonationSpam/Akismet/DataTransferObjects/SpamContext.php:50
msgid "Response"
msgstr ""

#: includes/filters.php:159
#: src/DonationSpam/Akismet/DataTransferObjects/SpamContext.php:48
msgid "Request"
msgstr ""

#: includes/misc-functions.php:1626
msgid "%1$s was called <strong>incorrectly</strong>. %2$s"
msgstr ""

#: includes/class-give-session.php:652 includes/class-give-session.php:672
msgid "We are using database session logic instead of PHP session since GiveWP 2.2.0"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:287
msgid "Error:  "
msgstr ""

#: includes/class-give-cron.php:101
msgid "Every Third Day"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:242
msgid "Stripe - Customer Update Error"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:254
msgid "This option allows you to show single or multiple credit card fields on your donation forms."
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:116
msgid "The Stripe Gateway returned an error while updating the payment method of the customer. Details: %s"
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:108
msgid "<strong>Action Needed:</strong> Please update the Recurring Donations add-on to version <strong>1.9.4+</strong> in order to be compatible with GiveWP <strong>2.5.5+</strong>. If you are experiencing any issues please rollback GiveWP to 2.5.4 or below using the <a href=\"%1$s\" target=\"_blank\">WP Rollback</a> plugin and <a href=\"%2$s\" target=\"_blank\">contact support</a> for prompt assistance."
msgstr ""

#: blocks/components/help-link/index.js:13
msgid "GiveWP 101"
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:199
#: src/PaymentGateways/Gateways/Stripe/CheckoutGateway.php:94
#: src/PaymentGateways/Gateways/Stripe/CheckoutGateway.php:102
msgid "Stripe - Checkout"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:314
msgid "Redirect (Checkout 2.0)"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:300
msgid "Checkout Type"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:113
msgid "Stripe Checkout"
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-checkout-session.php:105
msgid "The Stripe Gateway returned an error while retrieving the Checkout Session. Details: %s"
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-checkout-session.php:65
msgid "The Stripe Gateway returned an error while creating the Checkout Session. Details: %s"
msgstr ""

#: blocks/donor-wall/class-give-donor-wall.php:290
#: includes/admin/class-blank-slate.php:261
msgid "GiveWP Icon"
msgstr ""

#: includes/admin/emails/class-donor-note-email.php:43
msgid "Sent when a donation note is added to a donation payment."
msgstr ""

#: includes/admin/emails/class-donor-note-email.php:42
msgid "Donation Note"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:254
msgid "Available template tags for this email. HTML is accepted."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:204
msgid "Stripe Receipt Emails"
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:227
msgid "The Stripe Gateway returned an error while creating a pending donation."
msgstr ""

#. translators: %s Donation Data
#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:223
msgid "Unable to create a pending donation. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:220
msgid "Donation creating error"
msgstr ""

#. translators: 1: amount of income raised 2: goal target amount.
#: templates/shortcode-goal.php:206
msgid "<span class=\"income\" data-amounts=\"%1$s\">%2$s</span> of <span class=\"goal-text\" data-amounts=\"%3$s\">%4$s</span> raised"
msgstr ""

#: includes/country-functions.php:1542
msgid "Tyrone"
msgstr ""

#: includes/country-functions.php:1526
msgid "Fermanagh"
msgstr ""

#: includes/country-functions.php:1525
msgid "Derry"
msgstr ""

#: includes/country-functions.php:1524
msgid "Down"
msgstr ""

#: includes/country-functions.php:1517
msgid "Armagh"
msgstr ""

#: includes/country-functions.php:1516
msgid "Antrim"
msgstr ""

#: includes/country-functions.php:296
msgid "Eswatini"
msgstr ""

#: includes/class-give-license-handler.php:1105
msgid "installed"
msgstr ""

#: includes/class-give-license-handler.php:1105
msgid "activated"
msgstr ""

#: includes/class-give-license-handler.php:1096
msgid "Changelog of"
msgstr ""

#: includes/class-give-license-handler.php:1095
msgid "View Changelog"
msgstr ""

#: includes/class-give-license-handler.php:1040
msgid "Access Support"
msgstr ""

#: includes/class-give-license-handler.php:1035
msgid "Manage License"
msgstr ""

#: includes/class-give-license-handler.php:1022
msgid "Purchase License"
msgstr ""

#: includes/class-give-license-handler.php:1012
msgid "License Actions"
msgstr ""

#: includes/class-give-license-handler.php:1006
msgid "This is an unlicensed add-on and is not receiving updates or support. Please activate your license key to fix the issue."
msgstr ""

#: includes/class-give-license-handler.php:999
msgid "Activation Remaining"
msgid_plural "Activations Remaining"
msgstr[0] ""
msgstr[1] ""

#: includes/class-give-license-handler.php:993
msgid "No activations remaining"
msgstr ""

#: includes/class-give-license-handler.php:987
msgid "Renew to manage sites"
msgstr ""

#: includes/class-give-license-handler.php:975
msgid "Renews:"
msgstr ""

#: includes/class-give-license-handler.php:975
msgid "Expired:"
msgstr ""

#: includes/class-give-license-handler.php:965
msgid "License Information"
msgstr ""

#: includes/class-give-license-handler.php:957
msgid "Please activate your license key."
msgstr ""

#: includes/class-give-license-handler.php:954
msgid "Please <a href=\"%1$s\" target=\"_blank\">Visit your dashboard</a> to check this license details and activate this license to receive updates and support."
msgstr ""

#: includes/class-give-license-handler.php:951
msgid "License is inactive."
msgstr ""

#: includes/class-give-license-handler.php:944
msgid "License is active and you are receiving updates and support."
msgstr ""

#: includes/class-give-license-handler.php:943
msgid "License is expired. Please activate your license key."
msgstr ""

#: includes/class-give-license-handler.php:927
#: includes/class-give-scripts.php:303
#: src/Views/Admin/Form/Metabox-Settings.php:35
msgid "Deactivate"
msgstr ""

#: includes/class-give-license-handler.php:920
msgid "Reactivate"
msgstr ""

#: includes/class-give-license-handler.php:916
#: includes/class-give-scripts.php:302
#: src/Views/Admin/Form/Metabox-Settings.php:35
msgid "Activate"
msgstr ""

#: includes/class-give-license-handler.php:912
msgid "License Key"
msgstr ""

#: includes/class-give-license-handler.php:524
msgid "Valid edd_action not defined"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:143
#: src/Onboarding/Setup/templates/index.html.php:160
msgid "Connect to PayPal"
msgstr ""

#: give.php:499
msgid "<strong>Attention:</strong> GiveWP 2.5.0+ requires the latest version of the Recurring Donations add-on to process payments properly with Stripe. Please update to the latest version add-on to resolve compatibility issues. If your license is active, you should see the update available in WordPress. Otherwise, you can access the latest version by <a href=\"%1$s\" target=\"_blank\">logging into your account</a> and visiting <a href=\"%1$s\" target=\"_blank\">your downloads</a> page on the GiveWP website."
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:194
#: includes/gateways/stripe/class-give-stripe.php:200
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:112
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:80
msgid "Credit Card"
msgstr ""

#: includes/gateways/stripe/class-give-stripe.php:193
#: src/PaymentGateways/Gateways/Stripe/CreditCardGateway.php:91
#: src/PaymentGateways/Gateways/Stripe/CreditCardGateway.php:99
msgid "Stripe - Credit Card"
msgstr ""

#. translators: 1. Main Text, 2. Connect Link
#: includes/gateways/stripe/includes/admin/admin-actions.php:275
msgid "<p><strong>Stripe Connect:</strong> %1$s </p>%2$s"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:262
msgid "The Stripe gateway is enabled but you're not connected. Connect to Stripe to start accepting credit card donations directly on your website."
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:178
msgid "Something went wrong while refunding the charge in Stripe."
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:162
msgid "The Stripe payment gateway returned an error while refunding a donation."
msgstr ""

#. translators: 1. Refund ID
#: includes/gateways/stripe/includes/admin/admin-actions.php:155
msgid "Charge refunded in Stripe: %s"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:73
msgid "Refund Charge in Stripe?"
msgstr ""

#. translators: %s Error Message
#: includes/gateways/stripe/includes/admin/admin-actions.php:41
msgid "<strong>Error:</strong> GiveWP could not disconnect from the Stripe API. Reason: %s"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:774
msgid "Invalid Styles"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:758
msgid "Empty Styles"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:744
msgid "Base Styles"
msgstr ""

#. translators: 1. Documentation on webhook setup.
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:695
msgid "See our <a href=\"%1$s\" target=\"_blank\">documentation</a> for more information."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:686
msgid "Last webhook received on"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:676
msgid "Webhook URL:"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:672
msgid "Please add a new webhook endpoint for the following URL:"
msgstr ""

#. translators: 1. Webhook settings page.
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:669
msgid " You can  visit your <a href=\"%1$s\" target=\"_blank\">Stripe Account Dashboard</a> to add a new webhook. "
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:666
msgid "In order for Stripe to function properly, you must configure your Stripe webhooks."
msgstr ""

#: src/PaymentGateways/PayPalCommerce/AdminSettingFields.php:480
#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:427
msgid "Disconnect"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:598
msgid "Edit the font properties above to match the fonts of your WordPress theme. These font properties will be applied to Stripe Credit Card fields including Card Number, CVC and Expiration. However, it must be formatted as JSON, not CSS."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:590
msgid "Please enter the Google Fonts URL which is applied to your theme to have the Stripe Credit Card fields reflect the same fonts."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:589
msgid "Google Fonts URL"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:584
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:597
msgid "Custom Fonts"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:583
msgid "Google Fonts"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:578
msgid "Select the type of font you want to load in Stripe Credit Card fields including Card Number, CVC and Expiration. For more information on Styling Stripe CC fields please see this <a href=\"https://docs.givewp.com/stripe-styles\" target=\"_blank\">article</a>."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:577
msgid "Stripe Fonts"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:570
msgid "Edit the properties above to match the look and feel of your WordPress theme. These styles will be applied to Stripe Credit Card fields including Card Number, CVC and Expiration. Any valid CSS property can be defined, however, it must be formatted as JSON, not CSS. For more information on Styling Stripe CC fields please see this <a href=\"https://stripe.com/docs/stripe-js/reference#element-options\" target=\"_blank\">article</a>."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:569
msgid "Stripe Styles"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:563
msgid "If your site has problems with processing cards using Stripe JS, check this option to use a fallback method of processing."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:562
msgid "Stripe JS Incompatibility"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:224
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:227
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:271
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:274
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:351
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:354
msgid "Stripe Gateway Documentation"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:156
msgid "Processing Fee"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:337
msgid "Add or Upload Image"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:329
msgid "This background image appears in the header section of the Stripe checkout modal window and provides better brand recognition that leads to increased conversion rates. The recommended minimum size of background image is 400x200px. The supported image types are: .gif, .jpeg, and .png."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:320
msgid "This is the main heading within the modal checkout. Typically, this is the name of your organization, cause, or website."
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:319
msgid "Checkout Heading"
msgstr ""

#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:90
msgid "Single Field"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:253
#: src/PaymentGateways/Stripe/Admin/CreditCardSettingField.php:51
msgid "Credit Card Fields Format"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:198
msgid "This option enables the billing details section for Stripe, requiring the donor's address to complete the donation. These fields are not required by Stripe to process the transaction, but you may have the need to collect the data."
msgstr ""

#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:348
msgid "Statement Descriptor:"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:189
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:659
msgid "Stripe Webhooks"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-helpers.php:80
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:161
msgid "Stripe Connect"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:67
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:94
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:132
#: src/Onboarding/Setup/templates/index.html.php:110
msgid "Stripe"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-scripts.php:49
#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:270
msgid "Donation Processing..."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-checkout-session.php:69
#: includes/gateways/stripe/includes/class-give-stripe-checkout-session.php:109
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:468
msgid "An occurred while processing the donation with the gateway. Please try your donation again."
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:459
msgid "The Stripe Gateway returned an error while creating the customer. Details: %s"
msgstr ""

#. translators: %s Site URL
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:350
msgid "Stripe Customer generated by GiveWP via %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:190
msgid "Stripe - Customer Creation Error"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:600
msgid "Error processing donation with Stripe. Please try again."
msgstr ""

#. translators: %s Exception Error Message
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:596
msgid "Unable to create a successful charge. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:593
msgid "Stripe Charge Error"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:525
msgid "Your donation could not be recorded, please contact the site administrator."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:441
msgid "The Stripe payment gateway returned an error while processing the donation."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:489
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:571
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:389
msgid "An error occurred retrieving or creating the "
msgstr ""

#. translators: %s Exception Error Message
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:373
msgid "The Stripe Gateway returned an error while processing a donation. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:370
msgid "Stripe Card Error"
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:318
msgid "Unable to create source. Details: %s"
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:278
msgid "Unable to retrieve source. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:275
msgid "Stripe Source Error"
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:238
msgid "Unable to retrieve token. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:235
msgid "Stripe Token Error"
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:183
msgid "Unable to set Stripe API Version. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:133
msgid "An error occurred due to requests hitting the API too quickly. Please let us know if you're consistently running into this error."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:130
msgid "An error occurred while processing the card."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:127
msgid "There is no card on a customer that is being charged."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:124
msgid "The card was declined."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:121
msgid "The card's zip code failed validation."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:118
msgid "The card's security code is incorrect."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:115
msgid "The card has expired."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:112
msgid "The card's security code is invalid."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:109
msgid "The card's expiration year is invalid."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:106
msgid "The card's expiration month is invalid."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:103
msgid "The card number is not a valid credit card number."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:100
msgid "The card number is incorrect."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:464
#: includes/gateways/stripe/includes/class-give-stripe-logger.php:73
msgid "The Stripe API request was invalid, please try again."
msgstr ""

#. translators: %s Trace String
#. translators: 1. Error Code
#: includes/gateways/stripe/includes/admin/admin-actions.php:164
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:457
#: includes/gateways/stripe/includes/class-give-stripe-logger.php:67
msgid "Code: %s"
msgstr ""

#. translators: %s Exception Message
#. translators: 1. Error Message
#: includes/gateways/stripe/includes/admin/admin-actions.php:163
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:448
#: includes/gateways/stripe/includes/class-give-stripe-logger.php:61
msgid "Message: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-logger.php:55
msgid "The payment gateway returned an error while processing the donation."
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:44
#: src/PaymentGateways/Gateways/Stripe/SEPAGateway.php:34
msgid "IBAN fields are disabled because your site is not running securely over HTTPS."
msgstr ""

#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:45
#: src/PaymentGateways/Gateways/Stripe/SEPAGateway.php:38
msgid "IBAN fields are disabled because Stripe is not connected and your site is not running securely over HTTPS."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Webhooks/Listeners/ChargeRefunded.php:36
msgid "Charge refunded in Stripe."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Webhooks/Listeners/PaymentIntentPaymentFailed.php:30
msgid "Charge failed in Stripe."
msgstr ""

#: src/PaymentGateways/Gateways/Stripe/Webhooks/Listeners/PaymentIntentSucceeded.php:37
msgid "Charge succeeded in Stripe."
msgstr ""

#. translators: 1. Processing result.
#: includes/gateways/stripe/includes/class-give-stripe-webhooks.php:102
msgid "Processed event: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-webhooks.php:105
msgid "Something went wrong with processing the payment gateway event."
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-invoice.php:53
msgid "An error occurred while retrieving invoice. Please try again."
msgstr ""

#. translators: %s Exception Message.
#: includes/gateways/stripe/includes/class-give-stripe-invoice.php:49
msgid "An error while retrieving invoice. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-invoice.php:46
msgid "Stripe - Invoices Error"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:161
msgid "An occurred while fetching the list of payment methods of the customer. Please try again."
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:157
msgid "The Stripe Gateway returned an error while fetching the list of payment methods of the customer. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:85
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:120
msgid "An occurred while retrieving the payment method of the customer. Please try again."
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:81
msgid "The Stripe Gateway returned an error while retrieving the payment method of the customer. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:53
msgid "An occurred while creating the payment method. Please try again."
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:49
msgid "The Stripe Gateway returned an error while creating the payment method. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:287
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:46
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:78
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:113
#: includes/gateways/stripe/includes/class-give-stripe-payment-method.php:154
msgid "Stripe Payment Method Error"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:977
msgid "The Stripe Gateway returned an error while processing the donation."
msgstr ""

#. translators: %s Donation Data
#: includes/gateways/stripe/includes/give-stripe-helpers.php:973
msgid "Customer creation failed while processing the donation. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:970
msgid "Stripe Customer Creation Failed"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-customer.php:485
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:570
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:187
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:242
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:282
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:322
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:388
#: includes/gateways/stripe/includes/give-stripe-helpers.php:668
msgid "An error occurred while processing the donation. Please try again."
msgstr ""

#. translators: %s Exception Message Body
#: includes/gateways/stripe/includes/give-stripe-helpers.php:664
msgid "Unable to set Stripe API Key. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:597
msgid "Unable to set application information to Stripe. Please try again."
msgstr ""

#. translators: %s Exception Error Message
#: includes/gateways/stripe/includes/give-stripe-helpers.php:592
msgid "Unable to set application information to Stripe. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/admin/admin-actions.php:167
#: includes/gateways/stripe/includes/class-give-stripe-checkout-session.php:62
#: includes/gateways/stripe/includes/class-give-stripe-checkout-session.php:102
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:373
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:456
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:488
#: includes/gateways/stripe/includes/class-give-stripe-customer.php:571
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:180
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:315
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:389
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:468
#: includes/gateways/stripe/includes/class-give-stripe-logger.php:77
#: includes/gateways/stripe/includes/give-stripe-helpers.php:589
#: includes/gateways/stripe/includes/give-stripe-helpers.php:661
#: includes/gateways/stripe/includes/give-stripe-helpers.php:826
msgid "Stripe Error"
msgstr ""

#: includes/gateways/stripe/includes/give-stripe-helpers.php:512
msgid "-- N/A --"
msgstr ""

#: includes/deprecated/deprecated-functions.php:1203
#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:609
msgid "Connect with Stripe"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:154
msgid "Error updating payment intent with Stripe. Please try again."
msgstr ""

#. translators: %s Exception Error Message
#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:148
msgid "Unable to update a payment intent. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:112
msgid "Error retrieving payment intent with Stripe. Please try again."
msgstr ""

#. translators: %s Exception Error Message
#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:107
msgid "Unable to retrieve a payment intent. Details: %s"
msgstr ""

#. translators: %s Exception Error Message
#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:65
msgid "Unable to create a payment intent. Details: %s"
msgstr ""

#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:62
#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:104
#: includes/gateways/stripe/includes/class-give-stripe-payment-intent.php:145
msgid "Stripe Payment Intent Error"
msgstr ""

#: includes/admin/admin-actions.php:513
msgid "User has been successfully disconnected from donor."
msgstr ""

#: includes/admin/add-ons/actions.php:412
msgid "You have successfully deactivated the license."
msgstr ""

#: includes/admin/add-ons/actions.php:187
msgid "This license key is already in use on this website."
msgstr ""

#: includes/admin/add-ons/actions.php:73
msgid "This add-on is already installed."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:734
msgid "Displays whether when last Stripe Webhook is received with which donation or transaction."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:733
msgid "Stripe Webhook Notifications"
msgstr ""

#: includes/admin/tools/export/give-export-donations-exporter.php:258
#: includes/admin/tools/export/give-export-donations-functions.php:351
msgid "Donation Note (to donor)"
msgstr ""

#: includes/admin/tools/export/give-export-donations-exporter.php:255
#: includes/admin/tools/export/give-export-donations-functions.php:343
msgid "Donation Note (private)"
msgstr ""

#: includes/admin/upgrades/views/upgrades-complete.php:28
msgid "Congratulations! You are all up to date and running the latest versions of GiveWP and its add-ons."
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:118
msgid "Update %1$s of %2$s"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-profile-editor.php:39
msgid "Learn more about the Donation Profile Editor Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:136
msgid "Learn more about the Donation Totals Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-register.php:50
msgid "Learn more about the Register Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:183
msgid "Learn more about the Donor Wall Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:121
msgid "Learn more about the Donation Form Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-history.php:39
msgid "Learn more about the Donation History Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-login.php:60
msgid "Learn more about the Login Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:146
msgid "Learn more about the Donation Form Grid Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-goal.php:90
msgid "Learn more about the Goal Shortcode"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-receipt.php:102
msgid "Learn more about the Donation Receipt Shortcode"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:86
msgid "Sincerely"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:82
msgid "You can log in to your account using the link below:"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:80
msgid "To reset your password, simply click the link below to create a new password:"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:79
msgid "A user account has been created for you on {site_url}. You may access your account at anytime by using \"{username}\" to log in."
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:78
msgid "Dear {name}"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Support"
msgstr ""

#: build/formBuilderApp.js:13
msgid "Learn more"
msgstr ""

#: build/assets/dist/js/give-add-v2form.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-edit-v2form.js:1 build/campaignDetails.js:10
msgid "What's new"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:323
msgid "View Premium Gateways"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:292
msgid "Want to accept credit card donations directly on your website?"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:200
msgid "Enter the email address associated with your PayPal account to connect with the gateway."
msgstr ""

#: includes/admin/settings/class-settings-license.php:262
msgid "The following list displays your add-ons and their corresponding activation and license statuses."
msgstr ""

#: includes/admin/add-ons/actions.php:467
#: includes/admin/settings/class-settings-license.php:253
msgid "Last refreshed on %1$s at %2$s"
msgstr ""

#: includes/admin/settings/class-settings-license.php:244
msgid "Refreshing All Licenses..."
msgstr ""

#: includes/admin/settings/class-settings-license.php:243
#: includes/admin/settings/class-settings-license.php:248
msgid "Refresh All Licenses"
msgstr ""

#: includes/admin/settings/class-settings-license.php:236
msgid "Refresh limit reached. Licenses can only be refreshed 5 times per day."
msgstr ""

#: includes/admin/settings/class-settings-license.php:231
msgid "Licenses and Add-ons"
msgstr ""

#: includes/admin/settings/class-settings-license.php:217
msgid "Because of security reasons you can not upload add-ons from here. Please <a href=\"%1$s\" target=\"_blank\">visit network plugin install page</a> to install add-ons."
msgstr ""

#: includes/admin/settings/class-settings-license.php:208
msgid "Select File"
msgstr ""

#: includes/admin/settings/class-settings-license.php:201
msgid "Select a File"
msgstr ""

#: includes/admin/settings/class-settings-license.php:197
msgid "or"
msgstr ""

#: includes/admin/settings/class-settings-license.php:196
msgid "Drag a plugin zip file here to upload"
msgstr ""

#: includes/admin/settings/class-settings-license.php:189
msgid "Activating Add-on..."
msgstr ""

#: includes/admin/settings/class-settings-license.php:188
#: includes/admin/settings/class-settings-license.php:190
msgid "Activate Add-on"
msgstr ""

#: includes/admin/settings/class-settings-license.php:184
msgid "Add-on succesfully uploaded."
msgstr ""

#: includes/admin/settings/class-settings-license.php:166
msgid "Sorry, you can not upload plugin from here because we do not have direct access to file system. Please <a href=\"%1$s\" target=\"_blank\">click here</a> to upload GiveWP Add-on."
msgstr ""

#: includes/admin/settings/class-settings-license.php:155
msgid "Drag an add-on zip file below to upload and activate it. Access your downloads by activating a license or via the <a href=\"%1$s\" target=\"_blank\">My Downloads</a> section on the GiveWP website. "
msgstr ""

#: includes/admin/settings/class-settings-license.php:147
msgid "Upload and Activate an Add-on"
msgstr ""

#: includes/admin/settings/class-settings-license.php:129
#: src/Onboarding/Setup/templates/index.html.php:240
msgid "Verifying License..."
msgstr ""

#: includes/admin/settings/class-settings-license.php:124
#: src/Onboarding/Setup/templates/index.html.php:238
msgid "Enter your license key"
msgstr ""

#: includes/admin/settings/class-settings-license.php:102
#: src/Onboarding/Setup/templates/index.html.php:233
msgid "Enter your license key below to unlock your GiveWP add-ons. You can access your licenses anytime from the <a href=\"%1$s\" target=\"_blank\">My Account</a> section on the GiveWP website. "
msgstr ""

#: includes/admin/settings/class-settings-license.php:96
#: src/Onboarding/Setup/templates/index.html.php:231
msgid "Activate an Add-on License"
msgstr ""

#: includes/class-give-scripts.php:421
msgid "Activating..."
msgstr ""

#: includes/class-give-scripts.php:420 includes/class-give-scripts.php:510
msgid "Processing..."
msgstr ""

#: includes/class-give-scripts.php:419
msgid "Uploading..."
msgstr ""

#: includes/class-give-scripts.php:417 build/formBuilderApp.js:13
msgid "Updating..."
msgstr ""

#: includes/class-give-scripts.php:256
msgid "Error: Please complete the required field."
msgstr ""

#: includes/class-give-scripts.php:232 src/Onboarding/Setup/Page.php:112
msgid "The add-on did not activate successfully."
msgstr ""

#: includes/class-give-scripts.php:231 src/Onboarding/Setup/Page.php:111
msgid "{pluginName} add-on activated successfully."
msgstr ""

#: includes/class-give-scripts.php:230 src/Onboarding/Setup/Page.php:110
msgid "Success! You have activated your license key and are receiving updates and priority support. <a href=\"{link}\">Click here</a> to download your add-on."
msgstr ""

#: includes/class-give-scripts.php:229 src/Onboarding/Setup/Page.php:109
msgid "Sorry, you entered an invalid key."
msgstr ""

#: includes/ajax-functions.php:799
msgid "Sorry, unable to load changelog."
msgstr ""

#: includes/class-give-cron.php:95
msgid "Once Monthly"
msgstr ""

#: includes/admin/donors/donor-actions.php:433
#: includes/admin/donors/donor-actions.php:512
#: includes/admin/donors/donor-actions.php:563
#: includes/admin/tools/export/export-actions.php:31
#: includes/admin/tools/export/pdf-reports.php:35
#: includes/api/class-give-api.php:1961 includes/formatting.php:825
#: includes/formatting.php:867 includes/gateways/actions.php:48
#: includes/process-donation.php:913
#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:278
msgid "We're unable to recognize your session. Please refresh the screen to try again; otherwise contact your website administrator for assistance."
msgstr ""

#. translators: 1: total number of donors completed 2: total number of donors
#. set as goal
#: templates/shortcode-goal.php:237
msgid "<span class=\"income\">%1$s</span> of <span class=\"goal-text\">%2$s</span> donor"
msgid_plural "<span class=\"income\">%1$s</span> of <span class=\"goal-text\">%2$s</span> donors"
msgstr[0] ""
msgstr[1] ""

#: includes/forms/template.php:1645
msgid "Your username or email"
msgstr ""

#: includes/forms/template.php:1636
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:163
#: templates/shortcode-login.php:34
msgid "Username or Email Address"
msgstr ""

#: includes/class-give-scripts.php:529
msgid "Invalid email address or username."
msgstr ""

#: includes/process-donation.php:971
msgid "Please enter your username or email to log in."
msgstr ""

#: includes/forms/template.php:856
msgid "Last Name is used to personalize your donation record."
msgstr ""

#: includes/forms/template.php:828
msgid "First Name is used to personalize your donation record."
msgstr ""

#: includes/forms/template.php:794
msgid "Title is used to personalize your donation record.."
msgstr ""

#: src/API/REST/V3/Routes/Campaigns/CampaignCommentsController.php:125
#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:98
#: src/Campaigns/Blocks/CampaignDonors/resources/views/render.php:100
#: templates/shortcode-donor-wall.php:87
#: build/assets/dist/js/admin-reports.js:1
msgid "Anonymous"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:533
msgid "This will show list of installed database tables."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:532
msgid "Database Tables"
msgstr ""

#: includes/admin/settings/class-settings-email.php:258
msgid "Email notifications sent from GiveWP for donor are listed below. Click on an email to configure it."
msgstr ""

#: includes/process-donation.php:696
msgid "Please enter a credit card expiry date."
msgstr ""

#: includes/process-donation.php:685
msgid "Please enter a name of your credit card account holder."
msgstr ""

#: includes/process-donation.php:665
msgid "Please enter a credit card CVC information."
msgstr ""

#: includes/process-donation.php:654
msgid "Please enter a credit card number."
msgstr ""

#: includes/emails/class-give-email-tags.php:476
msgid "The donor's email access link for donation history."
msgstr ""

#: includes/emails/class-give-email-tags.php:452
msgid "The donor's company name."
msgstr ""

#: includes/emails/class-give-email-tags.php:434
msgid "The donor's name for salutation purposes—either first name only or prefix and last name if provided."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:138
#: blocks/donor-wall/edit/inspector.js:156 build/adminBlocks.js:1
#: build/campaignBlocksLandingPage.js:1
msgid "Show Anonymous"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:157
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:171
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:231
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:250
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:160
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:161
#: blocks/donation-form-grid/edit/inspector.js:219 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Order By"
msgstr ""

#: includes/payments/class-give-payment.php:782
msgid "This custom meta key has been deprecated for performance reasons. Your custom meta data will still be stored but we recommend updating your code to store meta keys individually from GiveWP 2.0.0."
msgstr ""

#: includes/admin/payments/class-payments-table.php:279
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Name, Email, or Donation ID"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:238
msgid "Import Again"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:233
msgid "Successfully Reverted Settings Import"
msgstr ""

#: includes/admin/donors/class-donor-table.php:90
#: build/assets/dist/js/give-admin-donors.js:4
msgid "Name, Email, or Donor ID"
msgstr ""

#: includes/admin/settings/class-settings-email.php:354
msgid "Admin Emails"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:569
msgid "Goal Not Set"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:562
msgid "Goal In Progress"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:555
msgid "Goal Achieved"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:548
msgid "Any Goal Status"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:498
msgid "Form Name or ID"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:78
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:182
msgid "Display forms based on order."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:69
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:170
#: blocks/donation-form-grid/data/options.js:19 build/adminBlocks.js:1
msgid "Closest To Goal"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:68
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:169
#: blocks/donation-form-grid/data/options.js:18 build/adminBlocks.js:1
msgid "Provided Form IDs"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:67
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:239
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:168
#: blocks/donation-form-grid/data/options.js:17 build/adminBlocks.js:1
msgid "Menu Order"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:65
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:237
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:166
#: templates/shortcode-donor-wall.php:180
#: blocks/donation-form-grid/data/options.js:15 build/adminBlocks.js:1
msgid "Amount Donated"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:62
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:162
msgid "Different parameter to set the order for the forms display in the form grid."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:125
msgid "Determines whether anonymous donations are included."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:82
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:68
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:175
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:254
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:186
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:184
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:179
#: blocks/donation-form-grid/data/options.js:25
#: blocks/donor-wall/data/options.js:21 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Descending"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:80
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:66
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:176
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:255
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:185
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:185
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:180
#: blocks/donation-form-grid/data/options.js:26
#: blocks/donor-wall/data/options.js:22 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Ascending"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:54
msgid "Different parameters to set the order in which donors appear."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:61
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:53
msgid "Order By:"
msgstr ""

#: includes/forms/template.php:1026
msgid "Would you like to prevent your name and image from being displayed publicly?"
msgstr ""

#: includes/forms/template.php:1026
#: src/FormBuilder/Actions/ConvertGlobalDefaultOptionsToDefaultBlocks.php:53
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:121
#: src/Onboarding/BlockFactory.php:92 build/formBuilderRegistrars.js:1
msgid "Would you like to prevent your name, image, and comment from being displayed publicly?"
msgstr ""

#: templates/shortcode-donor-wall.php:35
msgid "Anonymous User"
msgstr ""

#. Author URI of the plugin
#: give.php
msgid "https://givewp.com/"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:388
#: blocks/donation-form-grid/edit/inspector.js:272 build/adminBlocks.js:1
#: build/formBuilderRegistrars.js:1
msgid "Display Type"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:282
#: blocks/donation-form-grid/edit/inspector.js:182 build/adminBlocks.js:1
msgid "Show Featured Image"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:345
#: blocks/donation-form-grid/edit/inspector.js:167 build/adminBlocks.js:1
msgid "Show Excerpt"
msgstr ""

#: blocks/donation-form-grid/edit/inspector.js:257 build/adminBlocks.js:1
msgid "Excluded Form IDs"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:196
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:131
#: blocks/donation-form-grid/edit/inspector.js:289 build/adminBlocks.js:1
msgid "Forms Per Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:124
msgid "Form Grid Settings"
msgstr ""

#: blocks/donation-form-grid/index.js:27 build/adminBlocks.js:1
msgid "grid"
msgstr ""

#: blocks/donation-form-grid/index.js:21 build/adminBlocks.js:1
msgid "The GiveWP Donation Form Grid block insert an existing donation form into the page. Each form's presentation can be customized below."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:31
msgid "GiveWP Donation Form Grid"
msgstr ""

#: blocks/components/edit-form/index.js:24
msgid "Edit Form."
msgstr ""

#: src/DonationForms/Factories/DonationFormFactory.php:25
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:30
msgid "GiveWP Donation Form"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1
msgid "Edit donation form"
msgstr ""

#: blocks/components/edit-form/index.js:35
msgid "Change Form"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1
msgid "Content Position"
msgstr ""

#: build/adminBlocks.js:1 build/donationFormBlock.js:1
msgid "Form Format"
msgstr ""

#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/donationFormBlock.js:1
msgid "One Button Launch"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:190
#: build/adminBlocks.js:1 build/donationFormBlock.js:1
msgid "Full Form"
msgstr ""

#: blocks/donation-form/index.js:21 build/adminBlocks.js:1
msgid "The GiveWP Donation Form block inserts an existing donation form into the page. Each donation form's presentation can be customized below."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:322
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:344
#: blocks/donor-wall/edit/inspector.js:267 build/adminBlocks.js:1
msgid "Load More Text"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:333
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:197
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:354
#: blocks/donor-wall/edit/inspector.js:220 build/adminBlocks.js:1
#: build/campaignBlocksLandingPage.js:1
msgid "Read More Text"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:186
#: blocks/donor-wall/edit/inspector.js:213 build/adminBlocks.js:1
#: build/campaignBlocksLandingPage.js:1
msgid "Comment Length"
msgstr ""

#: blocks/donor-wall/edit/inspector.js:189 build/adminBlocks.js:1
msgid "Show Time"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:143
#: blocks/donation-form-grid/edit/inspector.js:136
#: blocks/donation-form-grid/edit/inspector.js:142
#: blocks/donor-wall/edit/inspector.js:127 build/adminBlocks.js:1
msgid "Columns"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:182
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:180
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:175
#: blocks/donation-form-grid/edit/inspector.js:229
#: blocks/donor-wall/edit/inspector.js:238 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Order"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:201
#: blocks/donor-wall/edit/inspector.js:259 build/adminBlocks.js:1
msgid "Donors Per Page"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:115
msgid "Donor Wall Settings"
msgstr ""

#: blocks/donor-wall/index.js:27 build/adminBlocks.js:1
msgid "wall"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:30
msgid "GiveWP Donor Wall"
msgstr ""

#: includes/misc-functions.php:2343
msgid "You are trying to access invalid donation receipt. Please try again."
msgstr ""

#: includes/admin/settings/class-settings-general.php:351
#: includes/admin/settings/class-settings-general.php:371
#: includes/admin/settings/class-settings-general.php:395
#: src/DonorDashboards/Admin/Settings.php:89
msgid "Choose a page"
msgstr ""

#. Author of the plugin
#: give.php includes/admin/upgrades/class-give-updates.php:229
#: src/ThirdPartySupport/Elementor/ServiceProvider.php:63
#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: build/assets/dist/js/admin-upsell-addons-page.js:1
#: src/Promotions/InPluginUpsells/resources/js/components/AddonsAdminPage.js:41
msgid "GiveWP"
msgstr ""

#: includes/forms/template.php:1141 src/Helpers/Gateways/Stripe.php:155
msgid "The name of the credit card account holder."
msgstr ""

#: includes/forms/template.php:1139 includes/forms/template.php:1145
#: src/Helpers/Gateways/Stripe.php:151 src/Helpers/Gateways/Stripe.php:165
msgid "Cardholder Name"
msgstr ""

#: includes/emails/class-give-email-tags.php:519
msgid "The Donor Comment that was submitted with the donation."
msgstr ""

#: includes/emails/class-give-email-tags.php:412
msgid "The donor note."
msgstr ""

#: includes/class-give-scripts.php:410
msgid "Please confirm you would like to add a donor note. An email notification will be sent to the donor with the note. If you do not want to notify the donor you may add a private note or disable the donor note email."
msgstr ""

#: includes/class-give-scripts.php:328
msgid "Are you sure you want to delete all the donations in the specfied date range?"
msgstr ""

#: includes/class-give-scripts.php:310
msgid "Shortcode could not be copied."
msgstr ""

#: includes/class-give-scripts.php:309 build/formBuilderApp.js:13
#: build/offlineGatewayFormBuilder.js:1
msgid "Copied!"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:118
msgid "all LIVE and TEST donations within a specified date range. If date range is not set then all donations are deleted.\t"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:40
msgid "Delete Test Donors and Donations"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:39
msgid "Delete Live and Test Donations"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:38
msgid "Delete Test Donations"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:276
msgid "%1$s %2$s will be imported"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:264
msgid "%1$s donation %2$s will be created"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:258
msgid "%1$s %2$s will be created"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:488
msgid "Donor's Comment"
msgstr ""

#: includes/admin/tools/export/export-functions.php:159
#: src/Exports/DonorsExport.php:186
#: build/assets/dist/js/donor-dashboards-app.js:1 build/campaignBlock.js:1
#: build/campaignBlockApp.js:1 build/campaignBlocks.js:1
#: build/campaignBlocksLandingPage.js:1 build/campaignDetails.js:10
#: build/campaignGoalBlockApp.js:1 build/campaignGridApp.js:1
#: build/campaignGridBlock.js:1 build/campaignListTable.js:4
#: build/elementorCampaignGoalWidget.js:1
#: build/elementorCampaignGridWidget.js:1 build/elementorCampaignWidget.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/stats/index.js:24
msgid "Number of donations"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:296
msgid "Select All Fields"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:296
msgid "Deselect All Fields"
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-donations.php:156
#: src/API/REST/V3/Routes/Donations/DonationController.php:800
#: src/API/REST/V3/Routes/Donations/DonationController.php:816
msgid "You do not have permission to delete donations."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:175
msgid "Determines whether the comment is visible."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:174
msgid "Donor Comment:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:165
msgid "Determines whether the date of the donation is visible."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:155
msgid "Determines whether the donation total is visible."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:145
msgid "Determines whether the name is visible."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:135
msgid "Determines whether the avatar is visible."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:134
msgid "Donor Avatar:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:112
msgid "Sets the number of donors per row."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:105
msgid "Defines the button text used for pagination."
msgstr ""

#: blocks/donor-wall/class-give-donor-wall.php:164
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:99
#: includes/donors/class-give-donor-wall.php:221
#: blocks/donor-wall/data/attributes.js:89 build/adminBlocks.js:1
#: build/formBuilderRegistrars.js:1
msgid "Read more"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:98
msgid "Defines the text that appears if a comment is truncated."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:91
msgid "Sets the number of characters to display before the comment is truncated."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:84
msgid "Sets the number of donors per page."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:78
msgid "All Donors"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:76
msgid "Donors with Comments"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:74
msgid "Determines whether to display all donors or only donors with comments."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:73
msgid "Donors:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:64
msgid "Sets the order in which donors appear."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:77
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:63
msgid "Order:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:47
msgid "Filters donors by form. By default, all donations except for anonymous donations are displayed."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:46
msgid "Form:"
msgstr ""

#: includes/admin/settings/class-settings-general.php:270
msgid "A preview of the formatted currency. This preview cannot be edited directly as it is generated from the settings above."
msgstr ""

#: includes/admin/settings/class-settings-general.php:269
msgid "Currency Preview"
msgstr ""

#: includes/admin/payments/view-payment-details.php:937
msgid "Note to donor"
msgstr ""

#: includes/admin/payments/view-payment-details.php:936
msgid "Private note"
msgstr ""

#: includes/admin/payments/view-payment-details.php:934
msgid "Note type"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:140
#: includes/admin/forms/metabox.php:38 build/formBuilderApp.js:13
msgid "Copy Shortcode"
msgstr ""

#: includes/admin/emails/class-donor-note-email.php:58
msgid "New Donation Note Added"
msgstr ""

#: includes/admin/emails/class-donor-note-email.php:47
msgid "Note added to your %1$s donation from %2$s"
msgstr ""

#: includes/admin/emails/abstract-email-notification.php:938
#: src/FormBuilder/EmailPreview/Actions/ApplyPreviewTemplateTags.php:62
msgid "Sample Donor Comment"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:246
msgid "Invoice ID Prefix"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:394
#: includes/admin/settings/class-settings-display.php:113
#: build/formBuilderRegistrars.js:1
msgid "Donor Comments"
msgstr ""

#: includes/process-donation.php:637
msgid "Please enter your title."
msgstr ""

#: includes/forms/functions.php:1525
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:40
msgid "Ms."
msgstr ""

#: includes/forms/functions.php:1524
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:44
msgid "Mrs."
msgstr ""

#: includes/forms/functions.php:1523
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:36
msgid "Mr."
msgstr ""

#: includes/admin/import-functions.php:446
msgid "Last"
msgstr ""

#: includes/admin/import-functions.php:441
msgid "First"
msgstr ""

#: includes/admin/import-functions.php:435
#: includes/admin/import-functions.php:552
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:151
msgid "Prefix"
msgstr ""

#: includes/admin/import-functions.php:423
msgid "Code"
msgstr ""

#: includes/admin/import-functions.php:421
msgid "Currencies Code"
msgstr ""

#: includes/admin/import-functions.php:416 build/donationDetails.js:10
msgid "Total"
msgstr ""

#. translators: %s: site name
#: includes/gateways/offline-donations.php:105
#: includes/gateways/offline-donations.php:137
msgid "Write a check payable to \"{sitename}\""
msgstr ""

#: includes/forms/template.php:1048
msgid "Leave a comment"
msgstr ""

#: includes/forms/template.php:1042
#: src/FormBuilder/Actions/ConvertGlobalDefaultOptionsToDefaultBlocks.php:35
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:110
#: src/Onboarding/BlockFactory.php:73 build/formBuilderRegistrars.js:1
msgid "Would you like to add a comment to this donation?"
msgstr ""

#: includes/forms/template.php:1017
#: src/FormBuilder/Actions/ConvertGlobalDefaultOptionsToDefaultBlocks.php:52
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:120
#: src/Onboarding/BlockFactory.php:91 build/formBuilderRegistrars.js:1
msgid "Make this an anonymous donation."
msgstr ""

#: includes/emails/class-give-email-tags.php:512
msgid "The Offline Mailing Address which is used for the Offline Donations Payment Gateway."
msgstr ""

#: includes/emails/class-give-email-tags.php:505
msgid "The website URL."
msgstr ""

#: includes/emails/class-give-email-tags.php:498
msgid "The custom admin email which is set inside Emails > Contact Information. By default this tag will use your WordPress admin email."
msgstr ""

#: includes/donors/actions.php:40
msgid "Your comment is too long."
msgstr ""

#: includes/currencies-list.php:1738
msgid "Zambian kwacha (%1$s)"
msgstr ""

#: includes/currencies-list.php:1728
msgid "Yemeni rial (%1$s)"
msgstr ""

#: includes/currencies-list.php:1718
msgid "CFP franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:1708
msgid "West African CFA franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:1698
msgid "Central African CFA franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:1688
msgid "Samoan tālā (%1$s)"
msgstr ""

#: includes/currencies-list.php:1678
msgid "Vanuatu vatu (%1$s)"
msgstr ""

#: includes/currencies-list.php:1668
msgid "Vietnamese đồng (%1$s)"
msgstr ""

#: includes/currencies-list.php:1658
msgid "Uzbekistani som (%1$s)"
msgstr ""

#: includes/currencies-list.php:1648
msgid "Ugandan shilling (%1$s)"
msgstr ""

#: includes/currencies-list.php:1638
msgid "Trinidad and Tobago dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1618
msgid "Turkmenistan manat (%1$s)"
msgstr ""

#: includes/currencies-list.php:1608
msgid "Tajikistani somoni (%1$s)"
msgstr ""

#: includes/currencies-list.php:1598
msgid "Syrian pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1578
msgid "São Tomé and Príncipe dobra (%1$s)"
msgstr ""

#: includes/currencies-list.php:1558
msgid "South Sudanese pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1548
msgid "Surinamese dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1538
msgid "Somali shilling (%1$s)"
msgstr ""

#: includes/currencies-list.php:1528
msgid "Sierra Leonean leone (%1$s)"
msgstr ""

#: includes/currencies-list.php:1508
msgid "Saint Helena pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1498
msgid "Sudanese pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1488
msgid "Seychellois rupee (%1$s)"
msgstr ""

#: includes/currencies-list.php:1478
msgid "Solomon Islands dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1468
msgid "Rwandan franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:1458
msgid "Serbian dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1448
msgid "Qatari riyal (%1$s)"
msgstr ""

#: includes/currencies-list.php:1438
msgid "Paraguayan guaraní (%1$s)"
msgstr ""

#: includes/currencies-list.php:1428
msgid "Transnistrian ruble (%1$s)"
msgstr ""

#: includes/currencies-list.php:1418
msgid "Papua New Guinean kina (%1$s)"
msgstr ""

#: includes/currencies-list.php:1408
msgid "Panamanian balboa (%1$s)"
msgstr ""

#: includes/currencies-list.php:1398
msgid "Nicaraguan córdoba (%1$s)"
msgstr ""

#: includes/currencies-list.php:1388
msgid "Nigerian naira (%1$s)"
msgstr ""

#: includes/currencies-list.php:1378
msgid "Namibian dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1368
msgid "Mozambican metical (%1$s)"
msgstr ""

#: includes/currencies-list.php:1358
msgid "Malawian kwacha (%1$s)"
msgstr ""

#: includes/currencies-list.php:1348
msgid "Maldivian rufiyaa (%1$s)"
msgstr ""

#: includes/currencies-list.php:1338
msgid "Mauritian rupee (%1$s)"
msgstr ""

#: includes/currencies-list.php:1328
msgid "Mauritanian ouguiya (%1$s)"
msgstr ""

#: includes/currencies-list.php:1308
msgid "Macanese pataca (%1$s)"
msgstr ""

#: includes/currencies-list.php:1298
msgid "Mongolian tögrög (%1$s)"
msgstr ""

#: includes/currencies-list.php:1288
msgid "Burmese kyat (%1$s)"
msgstr ""

#: includes/currencies-list.php:1278
msgid "Malagasy ariary (%1$s)"
msgstr ""

#: includes/currencies-list.php:1268
msgid "Moldovan leu (%1$s)"
msgstr ""

#: includes/currencies-list.php:1258
msgid "Libyan dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1248
msgid "Lesotho loti (%1$s)"
msgstr ""

#: includes/currencies-list.php:1238
msgid "Liberian dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1228
msgid "Sri Lankan rupee (%1$s)"
msgstr ""

#: includes/currencies-list.php:1218
msgid "Lebanese pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1208
msgid "Lao kip (%1$s)"
msgstr ""

#: includes/currencies-list.php:1198
msgid "Kazakhstani tenge (%1$s)"
msgstr ""

#: includes/currencies-list.php:1188
msgid "North Korean won (%1$s)"
msgstr ""

#: includes/currencies-list.php:1178
msgid "Comorian franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:1168
msgid "Cambodian riel (%1$s)"
msgstr ""

#: includes/currencies-list.php:1158
msgid "Kyrgyzstani som (%1$s)"
msgstr ""

#: includes/currencies-list.php:1148
msgid "Jersey pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1138
msgid "Iranian toman (%1$s)"
msgstr ""

#: includes/currencies-list.php:1128
msgid "Iraqi dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1118
msgid "Manx pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1108
msgid "Haitian gourde (%1$s)"
msgstr ""

#: includes/currencies-list.php:1098
msgid "Guyanese dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1088
msgid "Guinean franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:1078
msgid "Gambian dalasi (%1$s)"
msgstr ""

#: includes/currencies-list.php:1068
msgid "Ghana cedi (%1$s)"
msgstr ""

#: includes/currencies-list.php:1058
msgid "Guernsey pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1048
msgid "Georgian lari (%1$s)"
msgstr ""

#: includes/currencies-list.php:1038
msgid "Falkland Islands pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:1028
msgid "Fijian dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:1018
msgid "Ethiopian birr (%1$s)"
msgstr ""

#: includes/currencies-list.php:1008
msgid "Eritrean nakfa (%1$s)"
msgstr ""

#: includes/currencies-list.php:998
msgid "Algerian dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:988
msgid "Djiboutian franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:978
msgid "Cape Verdean escudo (%1$s)"
msgstr ""

#: includes/currencies-list.php:968
msgid "Congolese franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:958
msgid "Belarusian ruble (%1$s)"
msgstr ""

#: includes/currencies-list.php:948
msgid "Belarusian ruble (old) (%1$s)"
msgstr ""

#: includes/currencies-list.php:938
msgid "Bhutanese ngultrum (%1$s)"
msgstr ""

#: includes/currencies-list.php:928
msgid "Bitcoin (%1$s)"
msgstr ""

#: includes/currencies-list.php:918
msgid "Burundian franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:908
msgid "Bulgarian lev (%1$s)"
msgstr ""

#: includes/currencies-list.php:898
msgid "Barbadian dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:888
msgid "Azerbaijani manat (%1$s)"
msgstr ""

#: includes/currencies-list.php:878
msgid "Angolan kwanza (%1$s)"
msgstr ""

#: includes/currencies-list.php:868
msgid "Albanian lek (%1$s)"
msgstr ""

#: includes/currencies-list.php:858
msgid "Afghan afghani (%1$s)"
msgstr ""

#: includes/class-give-scripts.php:407
msgid "No result found. Press enter to add"
msgstr ""

#: includes/class-give-scripts.php:255
msgid "Skip and Deactivate"
msgstr ""

#: includes/class-give-scripts.php:254
msgid "Submit and Deactivate"
msgstr ""

#: includes/class-give-scripts.php:253
msgid "Error: Please select at least one option."
msgstr ""

#: includes/class-give-comment.php:588
msgid "This comment has invalid ID or comment text or comment type"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:74
msgid "in the background."
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:73
msgid "GiveWP is currently updating the database"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:61
msgid "GiveWP is currently updating the database. Please do not refresh or leave this page while the update is in progress."
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:432
msgid "Donor's Title Prefix"
msgstr ""

#: includes/admin/import-functions.php:496
#: includes/admin/tools/export/give-export-donations-exporter.php:225
#: includes/admin/tools/export/give-export-donations-functions.php:335
#: includes/admin/tools/import/class-give-import-subscriptions.php:1281
msgid "Payment Mode"
msgstr ""

#: includes/admin/import-functions.php:434
#: includes/admin/import-functions.php:551
#: includes/admin/tools/export/give-export-donations-exporter.php:181
msgid "Title Prefix"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:267
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:280
#: blocks/donor-wall/edit/inspector.js:201 build/adminBlocks.js:1
msgid "Show Comments"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:254
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:162
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:267
#: build/campaignBlocksLandingPage.js:1
msgid "Show Date"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:241
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:254
#: blocks/donor-wall/edit/inspector.js:183 build/adminBlocks.js:1
msgid "Show Total"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:228
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:174
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:241
#: blocks/donor-wall/edit/inspector.js:144 build/adminBlocks.js:1
#: build/campaignBlocksLandingPage.js:1
msgid "Show Name"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:202
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:215
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:150
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:152
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:215
#: blocks/donor-wall/edit/inspector.js:162 build/adminBlocks.js:1
#: build/campaignBlocksLandingPage.js:1
msgid "Show Avatar"
msgstr ""

#: blocks/donor-wall/class-give-donor-wall.php:168
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:106
#: includes/donors/class-give-donor-wall.php:222
#: src/Campaigns/Shortcodes/CampaignDonationsShortcode.php:72
#: src/Campaigns/Shortcodes/CampaignDonorsShortcode.php:74
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:203
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:215
#: blocks/donor-wall/data/attributes.js:93 build/adminBlocks.js:1
msgid "Load more"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:104
msgid "Load More Text:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:97
msgid "Read More Text:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:90
msgid "Comment Length:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:83
msgid "Donors Per Page:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:27
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:28
#: blocks/donor-wall/index.js:20 build/adminBlocks.js:1
msgid "Donor Wall"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:56
msgid "Excluded Forms"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:55
msgid "Enter a comma-separated list of form IDs to exclude those from the grid."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:54
msgid "Excluded Form IDs:"
msgstr ""

#: includes/admin/settings/class-settings-email.php:356
msgid "Contact Information"
msgstr ""

#: includes/admin/settings/class-settings-email.php:313
msgid "email tag for the Offline Donations payment gateway."
msgstr ""

#: includes/admin/settings/class-settings-email.php:313
msgid "Set the mailing address to where you would like your donors to send their offline donations. This will customize the"
msgstr ""

#: includes/admin/settings/class-settings-email.php:311
msgid "Offline Mailing Address"
msgstr ""

#: includes/admin/settings/class-settings-email.php:305
msgid "tag will use your WordPress admin email. If you would like to customize this address you can do so in the field above."
msgstr ""

#: includes/admin/settings/class-settings-email.php:305
msgid "By default, the"
msgstr ""

#: includes/admin/settings/class-settings-email.php:303
msgid "Admin Email Address"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:395
#: includes/admin/settings/class-settings-display.php:114
#: build/formBuilderRegistrars.js:1
msgid "Do you want to provide donors the ability to add a comment to their donation? The comment will display publicly on the donor wall if they do not select to give anonymously."
msgstr ""

#: includes/admin/settings/class-settings-display.php:80
msgid "Do you want a Company field to appear after First Name and Last Name fields on all donation forms? You can enable this option per form as well."
msgstr ""

#: includes/admin/settings/class-settings-display.php:79
msgid "Company Field"
msgstr ""

#: includes/admin/settings/class-settings-display.php:57
msgid "Do you want a Name Title Prefix field to appear before First Name?"
msgstr ""

#: includes/admin/plugins.php:570
msgid "By default the custom roles, GiveWP options, and database entries are not deleted when you deactivate Give. If you are deleting GiveWP completely from your website and want those items removed as well check this option. Note: This will permanently delete all GiveWP data from your database."
msgstr ""

#: includes/admin/plugins.php:567
msgid "Would you like to delete all GiveWP data?"
msgstr ""

#: includes/admin/plugins.php:558
msgid "Please describe why you're deactivating Give"
msgstr ""

#: includes/admin/plugins.php:554 src/Onboarding/Config/CauseTypes.php:10
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Other"
msgstr ""

#: includes/admin/plugins.php:533
msgid "The plugin suddenly stopped working"
msgstr ""

#: includes/admin/plugins.php:522 includes/admin/plugins.php:543
msgid "Can you describe the issue?"
msgstr ""

#: includes/admin/plugins.php:520 includes/admin/plugins.php:541
msgid "We're sorry to hear that, check"
msgstr ""

#: includes/admin/plugins.php:512
msgid "The plugin broke my site"
msgstr ""

#: includes/admin/plugins.php:505
msgid "I only needed the plugin for a short period"
msgstr ""

#: includes/admin/plugins.php:497
msgid "What is the name of the plugin?"
msgstr ""

#: includes/admin/plugins.php:493
msgid "I found a better plugin"
msgstr ""

#: includes/admin/plugins.php:486
msgid "I no longer need the plugin"
msgstr ""

#: includes/admin/plugins.php:479
msgid "I'm only deactivating temporarily"
msgstr ""

#: includes/admin/plugins.php:474
msgid "If you have a moment, please let us know why you are deactivating Give. All submissions are anonymous and we only use this feedback to improve this plugin."
msgstr ""

#: includes/admin/plugins.php:471
msgid "GiveWP Deactivation"
msgstr ""

#: includes/admin/payments/view-payment-details.php:970
#: build/donationDetails.js:10
msgid "Add a comment"
msgstr ""

#: includes/admin/payments/view-payment-details.php:503
msgid "Anonymous Donation:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:962
#: includes/admin/tools/export/give-export-donations-exporter.php:207
msgid "Donor Comment"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:382
#: includes/admin/settings/class-settings-display.php:102
#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:47
msgid "Anonymous Donations"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:346
#: includes/admin/settings/class-settings-display.php:69
msgid "Add or remove salutations from the dropdown using the field above."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:345
#: includes/admin/settings/class-settings-display.php:68
#: build/formBuilderRegistrars.js:1
msgid "Title Prefixes"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:333
#: build/formBuilderRegistrars.js:1
msgid "Do you want to add a name title prefix dropdown field before the donor's first name field? This will display a dropdown with options such as Mrs, Miss, Ms, Sir, and Dr for the donor to choose from."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:332
#: includes/admin/settings/class-settings-display.php:56
#: build/formBuilderRegistrars.js:1
msgid "Name Title Prefix"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
msgid "Duplicate"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:178
msgid "Please click the link to access your donation history on {site_url}. If you did not request this email, please contact {admin_email}."
msgstr ""

#: includes/forms/template.php:1038
#: src/FormBuilder/Actions/ConvertGlobalDefaultOptionsToDefaultBlocks.php:34
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:109
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:229
#: src/Onboarding/BlockFactory.php:72 build/formBuilderRegistrars.js:1
msgid "Comment"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:124
msgid "Anonymous:"
msgstr ""

#. translators: %s: invalid donation amount
#: includes/process-donation.php:1586
msgid "Donation amount %s is invalid."
msgstr ""

#: includes/class-give-scripts.php:322
msgid "No form selected"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:97
msgid "Please enter a valid total goal amount."
msgstr ""

#: includes/actions.php:265
msgid "GiveWP version %s is required to update this add-on."
msgstr ""

#: includes/process-donation.php:1650
msgid "The First Name and Last Name fields cannot contain an email address or numbers."
msgstr ""

#: includes/process-donation.php:482
msgid "The donation form will process with a valid payment gateway."
msgstr ""

#: includes/class-give-cli-commands.php:1257
#: includes/class-give-scripts.php:305 src/Log/ValueObjects/LogType.php:51
#: src/MigrationLog/MigrationLogStatus.php:36
#: src/Views/Form/Templates/Classic/resources/views/receipt.php:44
msgid "Success"
msgstr ""

#: includes/class-give-cli-commands.php:1219
msgid "%1$s: '%2$s' does not contain git repo."
msgstr ""

#: includes/class-give-cli-commands.php:1185
msgid "The GiveWP add-on '%s' was not updated."
msgstr ""

#: includes/class-give-cli-commands.php:1181
msgid "The GiveWP add-on '%s' is up-to-date with origin."
msgstr ""

#: includes/class-give-cli-commands.php:1162
msgid "This is not a Git repo"
msgstr ""

#: includes/class-give-cli-commands.php:1154
msgid "The GiveWP add-on '%s' does not exist."
msgstr ""

#: includes/class-give-cli-commands.php:1140
msgid "Too many associative arguments."
msgstr ""

#: includes/class-give-cache.php:222
msgid "Do not pass invalid empty cache key"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:141
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:133
msgid "Sets the number of forms to display per page."
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:54
msgid "New Offline Donation!"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:231
msgid "Enter the email header that appears at the top of the email."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:230
#: build/formBuilderApp.js:13
msgid "Email Header"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:48
msgid "Enter a comma-separated list of form IDs. If empty, all published forms are displayed."
msgstr ""

#: includes/admin/give-metabox-functions.php:492
msgid "Minimum amount"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:496
msgid "Set the total number of donations as a goal."
msgstr ""

#: includes/process-donation.php:771
msgid "Please enter Company Name."
msgstr ""

#. translators: %s: Maximum donation amount
#: includes/process-donation.php:515
msgid "This form has a maximum donation amount of %s."
msgstr ""

#: includes/admin/import-functions.php:470
msgid "zipcode"
msgstr ""

#: includes/admin/import-functions.php:452
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:171
msgid "Company"
msgstr ""

#: includes/admin/import-functions.php:451
msgid "Donor Company"
msgstr ""

#: includes/admin/import-functions.php:450
msgid "Donor Company Name"
msgstr ""

#: includes/admin/import-functions.php:420
msgid "Currencies"
msgstr ""

#: includes/admin/import-functions.php:419
msgid "Donation Currencies"
msgstr ""

#: includes/forms/template.php:936
msgid "Donate on behalf of Company"
msgstr ""

#: includes/forms/functions.php:1300
msgid "Goal achieved"
msgstr ""

#: includes/forms/functions.php:1290
#: src/Campaigns/ListTable/Columns/GoalColumn.php:74
#: src/DonationForms/V2/ListTable/Columns/GoalColumn.php:96
#: src/EventTickets/ListTable/Columns/SalesAmountColumn.php:95
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:58
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:60
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:61
#: src/Views/Components/Pagination/index.js:50
msgid "of"
msgstr ""

#: build/donorDetails.js:10
msgid "Company name"
msgstr ""

#: includes/currencies-list.php:728
msgid "Saudi riyal (%1$s)"
msgstr ""

#: includes/currencies-list.php:688
msgid "Omani rial (%1$s)"
msgstr ""

#: includes/currencies-list.php:588
msgid "Croatian kuna (%1$s)"
msgstr ""

#: includes/currencies-list.php:488
msgid "Chinese yuan (%1$s)"
msgstr ""

#: includes/currencies-list.php:458
msgid "Botswana pula (%1$s)"
msgstr ""

#: includes/currencies-list.php:378
msgid "Aruban florin (%1$s)"
msgstr ""

#: includes/currencies-list.php:318
msgid "Iranian Rial (%1$s)"
msgstr ""

#: includes/currencies-list.php:308
msgid "Turkish Lira (%1$s)"
msgstr ""

#: includes/currencies-list.php:298
msgid "Indian Rupee (%1$s)"
msgstr ""

#: includes/currencies-list.php:288
msgid "Thai Baht (%1$s)"
msgstr ""

#: includes/currencies-list.php:268
msgid "Swiss Franc (%1$s)"
msgstr ""

#: includes/currencies-list.php:258
msgid "Swedish Krona (%1$s)"
msgstr ""

#: includes/currencies-list.php:218
msgid "Polish Zloty (%1$s)"
msgstr ""

#: includes/currencies-list.php:178
msgid "Moroccan Dirham (%1$s)"
msgstr ""

#: includes/currencies-list.php:148
msgid "Japanese Yen (%1$s)"
msgstr ""

#: includes/currencies-list.php:138
msgid "Israeli Shekel (%1$s)"
msgstr ""

#: includes/currencies-list.php:108
msgid "Danish Krone (%1$s)"
msgstr ""

#: includes/currencies-list.php:98
msgid "Czech Koruna (%1$s)"
msgstr ""

#: includes/currencies-list.php:48
msgid "Euros (%1$s)"
msgstr ""

#: includes/class-give-scripts.php:507
msgid "The maximum custom donation amount for this form is"
msgstr ""

#: includes/class-give-scripts.php:357
msgid "No payments selected"
msgstr ""

#: includes/class-give-scripts.php:351
msgid "No action selected"
msgstr ""

#: includes/class-give-scripts.php:347
msgid "No donors selected"
msgstr ""

#: includes/class-give-scripts.php:338
msgid "Action forbidden"
msgstr ""

#: includes/class-give-scripts.php:321
msgid "Flush error"
msgstr ""

#: includes/class-give-scripts.php:320
msgid "Flush success"
msgstr ""

#: includes/class-give-scripts.php:319
msgid "Import failed"
msgstr ""

#: includes/class-give-scripts.php:315
msgid "Confirm bulk action"
msgstr ""

#: includes/class-give-scripts.php:314
msgid "Confirm re-send"
msgstr ""

#: includes/class-give-scripts.php:313
msgid "Confirm Delete Donation"
msgstr ""

#: includes/class-give-scripts.php:312
msgid "Confirm Deletion"
msgstr ""

#: includes/class-give-scripts.php:311
msgid "Confirm Action"
msgstr ""

#: includes/class-give-scripts.php:308 build/adminBlocks.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4 build/campaignBlock.js:1
#: build/campaignBlocks.js:4 build/campaignBlocksLandingPage.js:1
#: build/campaignDetails.js:10 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donationFormBlock.js:1 build/donorDetails.js:10
#: build/elementorCampaignGridWidget.js:4 build/subscriptionDetails.js:10
#: src/Log/Admin/Logs/index.js:294
#: src/MigrationLog/Admin/Migrations/index.js:211
msgid "Confirm"
msgstr ""

#: includes/class-give-scripts.php:301
msgid "Ok"
msgstr ""

#: includes/class-give-scripts.php:293
msgid "Are you sure you want to <strong>permanently</strong> delete this donation?"
msgstr ""

#: includes/admin/tools/views/html-admin-page-import-donations.php:30
#: includes/admin/tools/views/html-admin-page-import-subscriptions.php:25
msgid "(Dry Run)"
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:5
msgid "Export Donors"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:119
msgid "ALL donations, donors, and related log entries regardless of TEST or LIVE mode."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:117
msgid "all TEST donations, donors, and related log entries."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:117
#: includes/admin/tools/views/html-admin-page-data.php:118
#: includes/admin/tools/views/html-admin-page-data.php:119
msgid "Deletes"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:963
msgid "Select whether you would like these donations to be marked as \"test\" donations within the database. By default, they will be marked as live donations."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:922
#: includes/admin/tools/import/class-give-import-subscriptions.php:771
msgid "here"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:920
#: includes/admin/tools/import/class-give-import-subscriptions.php:769
msgid "Download the sample file"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:865
#: includes/admin/tools/import/class-give-import-subscriptions.php:731
msgid "Begin Import"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:848
msgid "Preview what the import would look like without making any default changes to your site or your database."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:844
#: includes/admin/tools/import/class-give-import-subscriptions.php:717
msgid "Dry Run"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:328
#: includes/admin/tools/import/class-give-import-subscriptions.php:267
msgid "Start Import"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:293
msgid "Dry run import complete! %s donation processed"
msgid_plural "Dry run import complete! %s donations processed"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/export/give-export-donations-functions.php:584
msgid "The following hidden custom fields contain data created by GiveWP Core, a GiveWP Add-on, another plugin, etc.<br/>Hidden fields are generally used for programming logic, but may contain data you would like to export."
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:579
msgid "Hidden Custom Field Columns:"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:559
msgid "The following fields may have been created by custom code, or another plugin."
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:554
msgid "Custom Field Columns:"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:472
msgid "Donor's Billing Address"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:456
msgid "Donor's Email"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:448
msgid "Donor's Last Name"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:440
msgid "Donor's First Name"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:424
msgid "Donor Fields"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:404
msgid "Donation Form Level Title"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:396
msgid "Donation Form Level ID"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:371
msgid "Donation Form Fields"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:249
msgid "Donation Payment Fields"
msgstr ""

#: includes/admin/tools/export/give-export-donations-functions.php:239
msgid "Standard Columns:"
msgstr ""

#: includes/admin/import-functions.php:500
#: includes/admin/tools/export/give-export-donations-exporter.php:252
#: includes/admin/tools/export/give-export-donations-functions.php:512
msgid "Donor IP Address"
msgstr ""

#: includes/admin/import-functions.php:430
#: includes/admin/tools/export/give-export-donations-exporter.php:243
#: includes/admin/tools/export/give-export-donations-functions.php:319
msgid "Donation Time"
msgstr ""

#: includes/admin/import-functions.php:562
#: includes/admin/tools/export/give-export-donations-exporter.php:237
msgid "Level Title"
msgstr ""

#: includes/admin/tools/export/give-export-donations-exporter.php:234
#: src/API/REST/V3/Routes/Donations/DonationController.php:982
msgid "Level ID"
msgstr ""

#: includes/admin/import-functions.php:486
#: includes/admin/tools/export/give-export-donations-exporter.php:222
#: includes/admin/tools/export/give-export-donations-functions.php:327
msgid "Payment Gateway"
msgstr ""

#: includes/admin/tools/export/give-export-donations-exporter.php:216
#: includes/admin/tools/export/give-export-donations-functions.php:295
msgid "Currency Symbol"
msgstr ""

#: includes/admin/import-functions.php:415
#: includes/admin/tools/export/give-export-donations-exporter.php:210
#: includes/admin/tools/export/give-export-donations-functions.php:279
#: src/DonationSummary/resources/views/summary.php:109
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:166
#: src/Receipt/DonationReceipt.php:144
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:133
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "Donation Total"
msgstr ""

#: includes/admin/import-functions.php:449
#: includes/admin/tools/export/give-export-donations-exporter.php:193
#: includes/admin/tools/export/give-export-donations-functions.php:464
#: includes/forms/template.php:929 includes/forms/template.php:944
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:39
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:220
#: src/Onboarding/BlockFactory.php:25
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:205
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:330
#: templates/shortcode-profile-editor.php:67 templates/shortcode-receipt.php:62
#: build/formBuilderRegistrars.js:1
msgid "Company Name"
msgstr ""

#: includes/admin/tools/export/give-export-donations-exporter.php:178
#: includes/admin/tools/export/give-export-donations-functions.php:268
msgid "Donation Number"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:322
msgid "Export Donations"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:264
msgid "Filter by Status:"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:235
msgid "Filter by Date:"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:223
msgid "No donation forms found"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:212
msgid "Filter by Donation Form:"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:181
msgid "Filter by Tags:"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:148
msgid "Filter by Categories:"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:137
msgid "Download an export of donors for specific donation forms with the option to include custom fields."
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:136
msgid "Export Donation History and Custom Fields to CSV"
msgstr ""

#: includes/admin/tools/export/export-functions.php:157
msgid "Donor Created Date"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:127
msgid "Select whether you would like to show a goal progress bar."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:121
msgid "Donate!"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:120
msgid "Enter hyperlink text for the link to the main campaign donation form."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:119
msgid "Link Text:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:114
msgid "Enter a link to the main campaign donation form."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:113
msgid "Link:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:105
#: includes/shortcodes.php:648
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:138
msgid "Hey! We've raised {total} of the {total_goal} we are trying to raise for this campaign!"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:104
msgid "Enter a message to display encouraging donors to support the goal."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:103
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:135
msgid "Message:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:95
msgid "Enter the total goal amount that you would like to display."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:94
msgid "Total Goal:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:87
msgid "Enter the IDs separated by commas for the donation forms you would like to combine within the totals."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:86
msgid "Donation Form IDs:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:81
msgid "Shortcode Configuration"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:76
msgid "This shortcode shows the total amount raised towards a custom goal for one or several forms regardless of whether they have goals enabled or not."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:67
msgid "Select a Donation Form Tag"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:66
msgid "Select a Donation Form Tag:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:51
msgid "Select a Donation Form Category"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:50
msgid "Select a Donation Form Category:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-totals.php:26
#: includes/admin/shortcodes/shortcode-give-totals.php:27
msgid "GiveWP Totals"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:140
msgid "Forms Per Page:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:133
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:199
#: blocks/donation-form-grid/data/options.js:39 build/adminBlocks.js:1
msgid "Redirect"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:131
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:196
msgid "Show form as modal window or redirect to a new page?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:121
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:284
msgid "Do you want to display the featured image?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:120
msgid "Show Featured Image:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:111
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:347
msgid "Do you want to display the excerpt?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:110
msgid "Show Excerpt:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:100
msgid "Show Goal:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:95
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:119
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:189
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:268
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:147
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:193
msgid "Best Fit"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:93
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:117
msgid "4"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:92
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:116
msgid "3"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:91
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:115
msgid "2"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:90
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:114
msgid "1"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:88
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:145
msgid "Sets the number of forms per row."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:87
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:111
msgid "Columns:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:47
msgid "Form IDs:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:26
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:27
#: blocks/donation-form-grid/index.js:20 build/adminBlocks.js:1
msgid "Donation Form Grid"
msgstr ""

#: includes/admin/settings/class-settings-general.php:708
msgid "Unlock all settings"
msgstr ""

#: includes/admin/settings/class-settings-general.php:602
msgid "Next Donation Number must be equal to or larger than %s to avoid conflicts with existing donation IDs."
msgstr ""

#: includes/admin/settings/class-settings-general.php:527
msgid "Sequential Ordering Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-general.php:521
msgid "A preview of the next sequential donation ID. This preview cannot be edited directly as it is generated from the settings above."
msgstr ""

#: includes/admin/settings/class-settings-general.php:518
msgid "Donation ID Preview"
msgstr ""

#: includes/admin/settings/class-settings-general.php:506
msgid "The minimum number of digits in the sequential donation number. Enter %1$s to display %2$s as %3$s."
msgstr ""

#: includes/admin/settings/class-settings-general.php:503
msgid "Number Padding"
msgstr ""

#: includes/admin/settings/class-settings-general.php:494
msgid "The suffix appended to all sequential donation numbers. Spaces are replaced by %s."
msgstr ""

#: includes/admin/settings/class-settings-general.php:491
msgid "Number Suffix"
msgstr ""

#: includes/admin/settings/class-settings-general.php:482
msgid "The prefix appended to all sequential donation numbers. Spaces are replaced by %s."
msgstr ""

#: includes/admin/settings/class-settings-general.php:479
msgid "Number Prefix"
msgstr ""

#: includes/admin/settings/class-settings-general.php:470
msgid "The number used to generate the next donation ID. This value must be greater than or equal to %s to avoid conflicts with existing donation IDs."
msgstr ""

#: includes/admin/settings/class-settings-general.php:467
msgid "Next Donation Number"
msgstr ""

#: includes/admin/settings/class-settings-general.php:455
msgid "Custom donation numbering that increases sequentially to prevent gaps between donation IDs. If disabled, then donation numbers are generated from WordPress post IDs, which will result in gaps between numbers."
msgstr ""

#: includes/admin/settings/class-settings-general.php:453
#: includes/admin/settings/class-settings-general.php:530
#: includes/admin/settings/class-settings-general.php:571
msgid "Sequential Ordering"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:490
#: build/formBuilderApp.js:1 build/formBuilderRegistrars.js:1
msgid "Label"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:147
#: includes/admin/settings/class-settings-gateways.php:153
msgid "Gateways Label"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:227
msgid "Click this button if you want to clear GiveWP's cache. The plugin stores common settings and queries in cache to optimize performance. Clearing cache will remove and begin rebuilding these saved queries."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:226
msgid "Clear Cache"
msgstr ""

#: includes/admin/payments/view-payment-details.php:347
msgid "The transaction ID within %s."
msgstr ""

#: includes/admin/payments/class-payments-table.php:485
msgid "View Donation %s"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:696
msgid "Goal Statistics"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:505
msgid "Donor Goal"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:476
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:179
#: build/assets/dist/js/give-admin-donors.js:4 build/campaignBlocks.js:4
msgid "Number of Donors"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:474
msgid "Percentage Raised"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:473
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:168
msgid "Amount Raised"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:468
msgid "Do you want to display the total amount raised based on your monetary goal or a percentage? For instance, \"$500 of $1,000 raised\" or \"50% funded\" or \"1 of 5 donations\". You can also display a donor-based goal, such as \"100 of 1,000 donors have given\"."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:339
#: includes/admin/forms/class-metabox-form-data.php:364
#: includes/admin/forms/class-metabox-form-data.php:378
#: includes/admin/settings/class-settings-display.php:64
#: includes/admin/settings/class-settings-display.php:87
#: includes/admin/settings/class-settings-display.php:98
#: src/Onboarding/Setup/templates/index.html.php:217
msgid "Optional"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:338
#: includes/admin/forms/class-metabox-form-data.php:363
#: includes/admin/forms/class-metabox-form-data.php:377
#: includes/admin/settings/class-settings-display.php:63
#: includes/admin/settings/class-settings-display.php:86
#: includes/admin/settings/class-settings-display.php:97
#: src/Form/LegacyConsumer/templates/label-content.html.php:16
#: build/formBuilderApp.js:1 build/formBuilderRegistrars.js:1
msgid "Required"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:357
msgid "Do you want a Company field to appear after First Name and Last Name?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:356
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Company Donations"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:197
msgid "Donation Limits: "
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:187
msgid "Set the minimum and maximum amount for all gateways."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:186
msgid "Donation Limit"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:356
msgid "This email is automatically sent to the donor and the recipient cannot be customized."
msgstr ""

#: includes/admin/donors/donors.php:519
#: includes/admin/payments/view-payment-details.php:698
#: includes/admin/shortcodes/shortcode-give-receipt.php:94
msgid "Company Name:"
msgstr ""

#: includes/admin/donors/donors.php:468
msgid "Unregistered"
msgstr ""

#: includes/admin/class-admin-settings.php:887
#: includes/admin/give-metabox-functions.php:1045
#: src/Views/Form/Templates/Sequoia/optionConfig.php:111
#: src/Views/Form/Templates/Sequoia/optionConfig.php:268
#: build/formBuilderApp.js:13
msgid "Image"
msgstr ""

#: includes/admin/class-admin-settings.php:887
#: includes/admin/give-metabox-functions.php:1045
msgid "File"
msgstr ""

#: includes/admin/class-admin-settings.php:887
#: includes/admin/give-metabox-functions.php:1045
msgid "Add or Upload %s"
msgstr ""

#: includes/admin/class-addon-activation-banner.php:376
msgid "New GiveWP Add-on Activated: "
msgstr ""

#: includes/admin/admin-actions.php:1553
msgid "An error occurred while flushing the cache."
msgstr ""

#: includes/admin/admin-actions.php:1547
msgid "Cache flushed successfully."
msgstr ""

#: includes/class-give-cache.php:169
msgid "In order for <strong>database caching</strong> to work with GiveWP you must add %1$s to the \"Ignored query stems\" option in <a href=\"%2$s\">W3 Total Cache settings</a>."
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:138
msgid "Checked options from the list will not be exported."
msgstr ""

#: templates/shortcode-profile-editor.php:227
msgid "Your password has been updated."
msgstr ""

#: templates/shortcode-profile-editor.php:222
#: templates/shortcode-profile-editor.php:228
msgid "Log in with your new credentials."
msgstr ""

#: templates/shortcode-profile-editor.php:221
msgid "Your profile and password has been updated."
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:69
msgid "%1$s <a href=\"%2$s\" class=\"give-update-now %3$s\">%4$s</a>"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:633
#: includes/admin/upgrades/class-give-updates.php:829
msgid "An unexpected issue occurred during the database update which caused it to stop automatically. Please contact support for assistance."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:521
msgid "Form Title or ID"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:483
msgid "These fields are required for the import to submitted"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:481
#: includes/admin/tools/import/class-give-import-subscriptions.php:433
msgid "Required Fields"
msgstr ""

#: includes/admin/settings/class-settings-general.php:122
msgid "Enable reCAPTCHA"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:260
msgid "for examples of how to use custom meta email tags to output additional donor or donation information in your GiveWP emails."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:259
msgid "See our documentation"
msgstr "Ver documentación"

#: includes/forms/template.php:1614
msgid "Register or donate as a guest &raquo;"
msgstr ""

#: includes/forms/template.php:1612
msgid "Register as a part of your donation &raquo;"
msgstr ""

#: includes/forms/template.php:1607
msgid "Don't have an account?"
msgstr ""

#: includes/class-give-scripts.php:316
msgid "Do you want to restart the update process?"
msgstr ""

#: includes/class-give-scripts.php:318
msgid "Do you want to stop the update process now?"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:108
msgid "Pause Upgrades"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:103
msgid "Restart Upgrades"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:823
#: includes/admin/upgrades/views/upgrades.php:96
msgid "The updates have been paused."
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:634
#: includes/admin/upgrades/views/upgrades.php:92
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:357
#: build/campaignBlocksLandingPage.js:1 build/campaignCommentsBlockApp.js:1
#: build/elementorCampaignCommentsWidget.js:1
msgid "Read More"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:629
msgid "Restart the updater"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:625
msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a backup before proceeding."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:493
msgid "%1$s updates still need to run. (Paused) "
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:159
msgid "The table prefix used in your WordPress database."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:158
msgid "Table Prefix"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:377
msgid "Select \"Merge\" to retain existing settings, or \"Replace\" to overwrite with the settings from the JSON file"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:367
msgid "The file type must be JSON."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:360
msgid "Choose a JSON file:"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:354
msgid "This tool allows you to import GiveWP settings from another GiveWP installation. Settings imported contain data from GiveWP core as well as any of our Premium Add-ons."
msgstr ""

#. translators: 1: total number of donations completed 2: total number of
#. donations set as goal
#: templates/shortcode-goal.php:223
msgid "<span class=\"income\">%1$s</span> of <span class=\"goal-text\">%2$s</span> donation"
msgid_plural "<span class=\"income\">%1$s</span> of <span class=\"goal-text\">%2$s</span> donations"
msgstr[0] ""
msgstr[1] ""

#. translators: %s: percentage of the amount raised compared to the goal target
#: templates/shortcode-goal.php:216 templates/shortcode-totals-progress.php:34
msgid "<span class=\"give-percentage\">%s%%</span> funded"
msgstr ""

#: includes/class-give-scripts.php:339
msgid "To edit first name and last name, please go to the user profile of the donor."
msgstr ""

#: src/Framework/WordPressLibraries/WPBackgroundProcess.php:455
msgid "Every %d Minutes"
msgstr ""

#: includes/forms/template.php:1511
msgid "Create an account on the site to see and manage donation history."
msgstr ""

#: includes/forms/template.php:1310
msgid "(optional) The suite, apartment number, post office box (etc) associated with your billing address."
msgstr ""

#: includes/emails/class-give-email-tags.php:1437
msgid "Reset your password"
msgstr ""

#: includes/emails/class-give-email-tags.php:1432
msgid "Reset your password &raquo;"
msgstr ""

#: includes/emails/class-give-email-tags.php:1290
msgid "View your donation history"
msgstr ""

#: includes/emails/class-give-email-tags.php:491
msgid "The reset password link for user."
msgstr ""

#: includes/emails/class-give-email-tags.php:470
msgid "The donor's email access link."
msgstr ""

#: includes/emails/class-give-email-tags.php:387
msgid "The payment total for this donation."
msgstr ""

#: includes/class-give-translation.php:154
msgid "Text ID within a group already exists."
msgstr ""

#: includes/class-give-translation.php:145
msgid "Text ID without a group already exists."
msgstr ""

#: includes/class-give-translation.php:137
msgid "Empty ID is not allowed."
msgstr ""

#: includes/class-give-translation.php:133
msgid "Empty string is not allowed."
msgstr ""

#: includes/class-give-cache.php:189
msgid "Do not pass empty action to generate cache key."
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:79
msgid "Update now"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:76
msgid "GiveWP needs to update the database."
msgstr ""

#: includes/class-give-scripts.php:317
msgid "It is recommended that you backup your database before proceeding. Do you want to run the update now?"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:679
msgid "Run the updater"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:675
msgid "GiveWP needs to update your database to the latest version. The following process will make updates to your site's database. Please create a complete backup before proceeding."
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:624
#: includes/admin/upgrades/class-give-updates.php:632
#: includes/admin/upgrades/class-give-updates.php:674
msgid "Database Update"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:660
#: includes/admin/upgrades/class-give-updates.php:836
#: includes/admin/upgrades/views/db-upgrades-complete-metabox.php:11
msgid "GiveWP database updates completed successfully. Thank you for updating to the latest version!"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:587
msgid "Whether emails is enabled in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:586
msgid "GiveWP Emails"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:478
#: includes/admin/tools/views/html-admin-page-system-info.php:582
msgid "Whether cache is enabled in GiveWP settings."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:224
#: includes/admin/tools/views/html-admin-page-system-info.php:477
#: includes/admin/tools/views/html-admin-page-system-info.php:581
msgid "GiveWP Cache"
msgstr ""

#: includes/admin/settings/class-settings-email.php:279
msgid "Email notifications sent from GiveWP for admin are listed below. Click on an email to configure it."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:330
msgid "If caching is enabled the plugin will start caching custom post type related queries and reduce the overall load time."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:329
msgid "Cache"
msgstr ""

#: includes/admin/payments/view-payment-details.php:716
msgid "New Donor Last Name:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:710
msgid "New Donor First Name:"
msgstr ""

#: includes/admin/give-metabox-functions.php:1192
#: includes/emails/template.php:146
msgid "Send Test Email."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:506
msgid "Set the total number of donors as a goal."
msgstr ""

#: includes/admin/emails/filters.php:42 build/formBuilderApp.js:13
msgid "Send test email"
msgstr ""

#: includes/admin/emails/filters.php:38
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Preview"
msgstr ""

#: includes/admin/emails/class-offline-donation-instruction-email.php:45
msgid "Sent to the donor when they submit an offline donation."
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:113
msgid "Hooray! The donation is in a pending status and is awaiting payment. Donation instructions have been emailed to the donor. Once you receive payment, be sure to mark the donation as complete using the link below."
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:112
msgid "An offline donation has been made on your website:"
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:58
#: includes/admin/emails/class-offline-donation-instruction-email.php:58
msgid "This notification is automatically toggled based on whether the gateway is enabled or not."
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:45
msgid "Sent to designated recipient(s) for a new (pending) offline donation."
msgstr ""

#: includes/admin/emails/class-new-donor-register-email.php:81
msgid "Email: {user_email}"
msgstr ""

#: includes/admin/emails/class-new-donor-register-email.php:79
msgid "New user registration on your site {sitename}:"
msgstr ""

#: includes/admin/emails/class-new-donor-register-email.php:38
msgid "Sent to designated recipient(s) when a new user registers on the site via a donation form."
msgstr ""

#: includes/admin/emails/class-new-donation-email.php:45
msgid "Sent to designated recipient(s) when a new donation is received or a pending donation is marked as complete."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:336
msgid "Email Recipient"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:329
msgid "Enter the email address that should receive a notification."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:322
msgid "Add Recipient"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:318
msgid "Enter the email address(es) that should receive a notification."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:317
msgid "Email Recipients"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:290
msgid "Choose email type."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:289
msgid "Email Content Type"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:268
#: build/formBuilderApp.js:13
msgid "Email message"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:249
msgid "Enter the email message."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:211
msgid "Enter the email subject line."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:186
msgid "Notification"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:183
msgid "Global Options are set <a href=\"%s\">in GiveWP settings</a>. You may override them for this form here."
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:183
msgid "Choose whether you want this email enabled or not."
msgstr ""

#: includes/admin/emails/class-email-notifications.php:132
#: includes/admin/emails/class-email-setting-field.php:175
msgid "Global Options"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:127
msgid "Email Options"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:168
msgid "Email Notification"
msgstr ""

#: includes/admin/emails/class-email-notification-util.php:261
#: build/formBuilderApp.js:13
msgid "Plain"
msgstr ""

#: includes/admin/emails/class-email-notification-util.php:260
#: build/formBuilderApp.js:13
msgid "HTML"
msgstr ""

#: includes/admin/emails/class-email-notification-table.php:306
msgid "No give email notification found."
msgstr ""

#: includes/admin/emails/class-email-notification-table.php:71
msgid "Edit Email"
msgstr ""

#: includes/admin/emails/class-email-notification-table.php:70
msgid "Recipient(s)"
msgstr ""

#: includes/admin/emails/class-email-notification-table.php:69
msgid "Content Type"
msgstr ""

#: includes/admin/emails/class-email-notification-table.php:67
msgid "Email Status"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:51
#: includes/admin/emails/class-new-offline-donation-email.php:60
#: includes/admin/emails/class-offline-donation-instruction-email.php:60
msgid "Edit Setting"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:49
msgid "This notification is automatically toggled based on whether the email access is enabled or not."
msgstr ""

#: includes/admin/emails/class-email-access-email.php:37
msgid "Sent when donors request access to their donation history using only their email as verification. (See Settings > General > Access Control)"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:36
msgid "Email access"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:196
#: includes/admin/emails/class-new-donor-register-email.php:206
msgid "Preview email with a donor:"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:161
#: includes/admin/emails/class-new-donor-register-email.php:156
msgid "- Select a donor -"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:157
#: includes/admin/emails/class-new-donor-register-email.php:152
msgid "No donor(s) found."
msgstr ""

#: includes/admin/emails/class-new-donor-register-email.php:80
msgid "Username: {username}"
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:38
msgid "Sent to the donor when they register for an account on the site when giving."
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:37
msgid "User Registration Information"
msgstr ""

#: src/Donations/Endpoints/Endpoint.php:43
msgid "You don't have permission to view Donations"
msgstr ""

#: includes/admin/emails/class-donation-receipt-email.php:43
msgid "Sent to the donor when their donation completes or a pending donation is marked as complete."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:372
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:63
msgid "Download Receipt"
msgstr ""

#: includes/admin/emails/abstract-email-notification.php:158
msgid "You can not edit notification status from here."
msgstr ""

#: includes/admin/donors/donors.php:660
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:79
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:86
msgid "Add Address"
msgstr ""

#: includes/admin/donors/donors.php:657
msgid "This donor does not have any addresses saved."
msgstr ""

#: includes/admin/donors/donors.php:604
msgid "Addresses"
msgstr ""

#: includes/admin/donors/donors.php:79
#: includes/admin/emails/class-email-notification-table.php:203
#: includes/admin/emails/class-email-notification-table.php:237
#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:377
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10 build/campaignListTable.js:4
#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Edit"
msgstr ""

#: includes/admin/class-admin-settings.php:604
msgid "Remove setting field"
msgstr ""

#: includes/admin/class-admin-settings.php:475
msgid "Add Field"
msgstr ""

#: includes/admin/admin-actions.php:1414
msgid "Personal Address"
msgstr ""

#: includes/admin/admin-actions.php:1374
msgid "Successfully updated a address of donor"
msgstr ""

#: includes/admin/admin-actions.php:1356
msgid "Error: Unable to update address. Please check if address already exist."
msgstr ""

#: includes/admin/admin-actions.php:1344
msgid "Successfully removed a address of donor."
msgstr ""

#: includes/admin/admin-actions.php:1336
msgid "Error: Unable to delete address."
msgstr ""

#: includes/admin/admin-actions.php:1320
msgid "Successfully added a new address to the donor."
msgstr ""

#: includes/admin/admin-actions.php:1291
msgid "Error: Unable to save the address. Please check if address already exist."
msgstr ""

#: includes/admin/admin-actions.php:1257
msgid "Error: Security issue."
msgstr ""

#: includes/admin/admin-actions.php:1130
msgid "View Donor Information"
msgstr ""

#: includes/admin/admin-actions.php:1100
msgid "ERROR"
msgstr ""

#: includes/admin/import-functions.php:561
msgid "Level"
msgstr ""

#: includes/admin/donors/donors.php:376 includes/admin/import-functions.php:548
#: includes/forms/template.php:790
#: src/DonationForms/Actions/ConvertDonationFormBlocksToFieldsApi.php:308
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:129
#: build/adminBlocks.js:1 build/campaignBlocks.js:1
#: build/campaignBlocksLandingPage.js:1 build/donationFormBlock.js:1
#: build/formBuilderApp.js:13 build/formBuilderRegistrars.js:1
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:31
msgid "Title"
msgstr ""

#: includes/admin/import-functions.php:497
#: includes/admin/tools/import/class-give-import-subscriptions.php:1281
msgid "Mode"
msgstr ""

#: includes/admin/import-functions.php:485
msgid "Method"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:507
msgid "%1$s of %2$s updates still need to run."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:500
msgid "%1$s updates still need to run."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:486
msgid "All DB Updates Completed."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:483
msgid "This will show the number of pending database updates."
msgstr ""

#: includes/admin/admin-pages.php:395
msgid "Donation Failed Page"
msgstr ""

#: includes/admin/admin-pages.php:391
msgid "Donation Success Page"
msgstr ""

#: templates/email-login-form.php:102
msgid "Please verify your email to access your donation history."
msgstr ""

#: includes/shortcodes.php:530
msgid "The email you entered belongs to another donor. Please use another."
msgstr ""

#: includes/shortcodes.php:78
msgid "&laquo; Return to All Donations"
msgstr ""

#: includes/class-give-scripts.php:352
msgid "You must select a bulk action to proceed."
msgstr ""

#: includes/class-give-scripts.php:348
msgid "You must choose at least one or more donors to delete."
msgstr ""

#: includes/class-give-scripts.php:340
msgid "Remove from Bulk Delete"
msgstr ""

#: includes/misc-functions.php:1587
msgid "Email Sent!"
msgstr ""

#: includes/misc-functions.php:1579
msgid "For security reasons, please confirm your email address (%s) to view your complete donation history."
msgstr ""

#: includes/login-register.php:406
msgid "We were unable to find any donations associated with the email address provided. Please try again using another email."
msgstr ""

#: includes/currencies-list.php:828
msgid "East Caribbean dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:788
msgid "Uruguayan peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:778
msgid "Ukrainian hryvnia (%1$s)"
msgstr ""

#: includes/currencies-list.php:758
msgid "Tanzanian shilling (%1$s)"
msgstr ""

#: includes/currencies-list.php:748
msgid "Tongan paʻanga (%1$s)"
msgstr ""

#: includes/currencies-list.php:738
msgid "Swazi lilangeni (%1$s)"
msgstr ""

#: includes/currencies-list.php:708
msgid "Pakistani rupee (%1$s)"
msgstr ""

#: includes/currencies-list.php:698
msgid "Peruvian nuevo sol (%1$s)"
msgstr ""

#: includes/currencies-list.php:678
msgid "Nepalese rupee (%1$s)"
msgstr ""

#: includes/currencies-list.php:668
msgid "Macedonian denar (%1$s)"
msgstr ""

#: includes/currencies-list.php:658
msgid "Cayman Islands dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:648
msgid "Kuwaiti dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:638
msgid "Kenyan shilling (%1$s)"
msgstr ""

#: includes/currencies-list.php:628
msgid "Jordanian dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:618
msgid "Jamaican dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:608
msgid "Icelandic króna (%1$s)"
msgstr ""

#: includes/currencies-list.php:598
msgid "Indonesian rupiah (%1$s)"
msgstr ""

#: includes/currencies-list.php:578
msgid "Honduran lempira (%1$s)"
msgstr ""

#: includes/currencies-list.php:568
msgid "Guatemalan quetzal (%1$s)"
msgstr ""

#: includes/currencies-list.php:558
msgid "Gibraltar pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:548
msgid "Egyptian pound (%1$s)"
msgstr ""

#: includes/currencies-list.php:538
msgid "Dominican peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:518 includes/currencies-list.php:528
msgid "Cuban convertible peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:508
msgid "Costa Rican colón (%1$s)"
msgstr ""

#: includes/currencies-list.php:498
msgid "Colombian peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:478
msgid "Chilean peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:468
msgid "Belizean dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:448
msgid "Bahamian dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:438
msgid "Bolivian boliviano (%1$s)"
msgstr ""

#: includes/currencies-list.php:428
msgid "Brunei dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:418
msgid "Bermudian dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:408
msgid "Bahraini dinar (%1$s)"
msgstr ""

#: includes/currencies-list.php:398
msgid "Bangladeshi taka (%1$s)"
msgstr ""

#: includes/currencies-list.php:388
msgid "Bosnia and Herzegovina convertible mark (%1$s)"
msgstr ""

#: includes/currencies-list.php:368
msgid "Argentine peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:358
msgid "Netherlands Antillean guilder (%1$s)"
msgstr ""

#: includes/currencies-list.php:348
msgid "Armenian dram (%1$s)"
msgstr ""

#: includes/currencies-list.php:338
msgid "United Arab Emirates dirham (%1$s)"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:45
#: includes/misc-functions.php:1585
msgid "Confirm Email"
msgstr ""

#: includes/admin/emails/abstract-email-notification.php:918
#: includes/admin/emails/abstract-email-notification.php:928
#: includes/emails/class-give-email-tags.php:1283
#: src/FormBuilder/EmailPreview/Actions/ApplyPreviewTemplateTags.php:75
#: src/FormBuilder/EmailPreview/Actions/ApplyPreviewTemplateTags.php:88
msgid "View your donation history &raquo;"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:43
msgid "Please confirm your email for %s"
msgstr ""

#: src/DonorDashboards/Routes/VerifyEmailRoute.php:123
#: templates/email-login-form.php:61 templates/history-donations.php:46
msgid "%s minute"
msgid_plural "%s minutes"
msgstr[0] ""
msgstr[1] ""

#: templates/email-login-form.php:60 templates/history-donations.php:45
msgid "Too many access email requests detected. Please wait %s before requesting a new donation history access link."
msgstr ""

#: includes/ajax-functions.php:709 includes/class-give-scripts.php:492
#: templates/email-login-form.php:33
msgid "Please check your email and click on the link to access your complete donation history."
msgstr ""

#: includes/login-register.php:396
#: src/DonorDashboards/Routes/VerifyEmailRoute.php:69
#: src/DonorDashboards/Routes/VerifyEmailRoute.php:104
msgid "Unable to send email. Please try again."
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:81
msgid "Import JSON"
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:77
msgid "Import Give's settings in JSON format."
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:75
msgid "Import GiveWP Settings"
msgstr ""

#: includes/admin/tools/views/html-admin-page-import-core-settings.php:23
msgid "Import Settings"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:156
msgid "Export JSON"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:130
msgid "Download an export of Give's settings and import it in a new WordPress installation."
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:128
msgid "Export GiveWP Settings"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:997
#: includes/admin/tools/import/class-give-import-subscriptions.php:846
msgid "Determine how many rows you would like to import per cycle."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:995
#: includes/admin/tools/import/class-give-import-subscriptions.php:844
msgid "Process Rows Per Batch:"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:442
msgid "In order to import donations, a column must be mapped to either the \"Donor Email\" or \"Donor ID\" field. Please map a column to that field."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:437
msgid "In order to import donations, a column must be mapped to the \"Amount\" field. Please map a column to that field."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:432
msgid "In order to import donations, a column must be mapped to either the \"Donation Form Title\" or \"Donation Form ID\" field. Please map a column to one of those fields."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:472
#: includes/misc-functions.php:1547
msgid "Please upload or provide a valid JSON file."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:424
msgid "Please upload a valid JSON settings file."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:382
msgid "Replace"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:381
#: build/campaignListTable.js:4
msgid "Merge"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:376
msgid "Merge Type:"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:353
msgid "Import Core Settings from a JSON file"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:294
msgid "Upload JSON file"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:266
msgid "Your settings are now being imported..."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:246
msgid "View Settings"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:235
msgid "Failed to Import"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:228
msgid "Undo Importing"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:223
msgid "Settings Import Complete!"
msgstr ""

#: includes/admin/settings/class-settings-general.php:95
msgid "Adjusts the number of donations displayed to a non logged-in user when they attempt to access the Donation History page without an active session. For security reasons, it's best to leave this at 1-3 donations."
msgstr ""

#: includes/admin/settings/class-settings-general.php:94
msgid "Limit Donations Displayed"
msgstr ""

#: includes/admin/payments/view-payment-details.php:23
msgid "Sorry, you are not allowed to access this page."
msgstr ""

#: includes/admin/donors/class-donor-table.php:595
msgid "Are you sure you want to delete the selected donor(s)?"
msgstr ""

#: includes/admin/donors/class-donor-table.php:581
msgid "BULK DELETE"
msgstr ""

#: includes/admin/settings/class-settings-general.php:175
msgid "After - 10%s&#x200f;"
msgstr ""

#: includes/admin/settings/class-settings-general.php:174
msgid "Before - %s&#x200e;10"
msgstr ""

#: includes/admin/admin-actions.php:436
msgid "Unable to delete selected donor(s)."
msgstr ""

#: includes/admin/admin-actions.php:414
msgid "You must confirm to delete the selected donor(s)."
msgstr ""

#: includes/admin/admin-actions.php:403
msgid "The selected donor(s) and the associated donation(s) has been deleted."
msgstr ""

#: includes/admin/admin-actions.php:392
msgid "The selected donor(s) has been deleted."
msgstr ""

#: includes/admin/admin-actions.php:207
msgid "Donation status updated successfully."
msgid_plural "Donation statuses updated successfully."
msgstr[0] ""
msgstr[1] ""

#: templates/email-login-form.php:133
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:123
msgid "Verify Email"
msgstr ""

#: includes/login-register.php:331
msgid "Please enter the email address you used for your donation."
msgstr ""

#: includes/admin/reports/reports.php:162
#: includes/admin/reports/reports.php:307
msgid "You do not have permission to access this report"
msgstr ""

#: includes/admin/admin-actions.php:524
msgid "Donor information updated successfully."
msgstr ""

#: includes/admin/import-functions.php:545
#: includes/admin/tools/export/give-export-donations-functions.php:388
msgid "Donation Form Title"
msgstr ""

#: includes/admin/import-functions.php:471
msgid "Postal Code"
msgstr ""

#: templates/shortcode-receipt.php:137
msgid "Your Donation is Almost Complete!"
msgstr ""

#: templates/shortcode-profile-editor.php:45 build/donorDetails.js:10
msgid "Profile"
msgstr ""

#: includes/shortcodes.php:438
msgid "Your Donor and User profile are no longer connected. Please contact the site administrator."
msgstr ""

#: includes/class-give-scripts.php:402
msgid "Changes you made may not be saved."
msgstr ""

#: includes/class-give-scripts.php:390
msgid "Run Updates"
msgstr ""

#: includes/misc-functions.php:321
msgid "Untitled donation form"
msgstr ""

#: includes/misc-functions.php:321
#: src/Framework/PaymentGateways/DonationSummary.php:78
msgid "Donation Form ID: %d"
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:53
msgid "Import CSV"
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:49
msgid "Import a CSV of Donations."
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:28
msgid "Import Options"
msgstr ""

#: includes/admin/tools/views/html-admin-page-imports.php:27
msgid "Import Type"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:93
msgid "Delete imported WordPress users"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:1086
#: includes/admin/tools/import/class-give-import-donations.php:1090
#: includes/admin/tools/import/class-give-import-subscriptions.php:916
#: includes/admin/tools/import/class-give-import-subscriptions.php:920
msgid "Please upload or provide a valid CSV file."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:985
msgid "Your CSV file will be uploaded via the WordPress Media Library. It's a good idea to delete it after the import is finished so that your sensitive data is not accessible on the web. Disable this only if you plan to delete the file manually later."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:974
msgid "The importer can create WordPress user accounts based on the names and email addresses of the donations in your CSV file. Enable this option if you'd like the importer to do that."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:957
#: includes/admin/tools/import/class-give-import-subscriptions.php:806
msgid "Tab"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:956
#: includes/admin/tools/import/class-give-import-subscriptions.php:805
msgid "Comma"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:952
msgid "In case your CSV file supports a different type of separator (or delimiter) -- like a tab or space -- you can set that here."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:927
msgid "The file must be a Comma Seperated Version (CSV) file type only."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:895
msgid "This tool allows you to import or add donation data to your give form(s) via a CSV file."
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:39
msgid "Dependency missing."
msgstr ""

#: includes/admin/tools/class-settings-import.php:105
msgid "Import Tab"
msgstr ""

#: includes/admin/tools/class-settings-import.php:102
msgid "Import Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-general.php:419
msgid "The state/province your site operates from."
msgstr ""

#: includes/admin/settings/class-settings-general.php:418
msgid "Base State/Province"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:279
msgid "Add a layer of SPAM protection to your donation submissions with Akismet. When enabled, donation submissions will be first sent through Akismet's SPAM check API if you have the plugin activated and configured."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:278
#: includes/admin/settings/class-settings-advanced.php:375
msgid "Akismet SPAM Protection"
msgstr ""

#: includes/admin/donors/donors.php:484
msgid "View User Profile"
msgstr ""

#: includes/admin/donors/donors.php:483
msgid "View User Profile of current user ID."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:440
msgid "Please properly configure Akismet to enable SPAM protection."
msgstr ""

#: includes/admin/admin-actions.php:502
msgid "User has been successfully connected with Donor."
msgstr ""

#: includes/class-give-scripts.php:392
msgid "Something went wrong kindly try again!"
msgstr ""

#: includes/class-give-scripts.php:327
msgid "Are you sure you want to delete all the imported donors? This process will also delete imported donations as well."
msgstr ""

#: includes/post-types.php:417
msgid "Preapproval <span class=\"count\">(%s)</span>"
msgid_plural "Preapproval <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: includes/post-types.php:412
msgctxt "Preapproval payment status"
msgid "Preapproval"
msgstr ""

#: includes/admin/import-functions.php:262
#: includes/admin/import-functions.php:353
msgid "This donor was imported by %s"
msgstr ""

#: includes/admin/import-functions.php:556
#: includes/admin/tools/export/give-export-donations-functions.php:380
#: includes/admin/tools/import/class-give-import-subscriptions.php:1270
msgid "Donation Form ID"
msgstr ""

#: includes/admin/import-functions.php:522
#: includes/admin/tools/export/give-export-donations-exporter.php:249
#: includes/admin/tools/export/give-export-donations-functions.php:504
#: includes/admin/tools/import/class-give-import-subscriptions.php:1271
#: src/API/REST/V3/Routes/Donations/DonationController.php:900
#: src/API/REST/V3/Routes/Donors/DonorController.php:373
#: blocks/donor-wall/data/options.js:39 build/adminBlocks.js:1
msgid "Donor ID"
msgstr ""

#: includes/admin/import-functions.php:501
#: includes/admin/tools/import/class-give-import-donations.php:571
msgid "Import as Meta"
msgstr ""

#: includes/admin/import-functions.php:475
#: includes/admin/tools/import/class-give-import-subscriptions.php:1274
msgid "Donor Email"
msgstr ""

#: includes/admin/import-functions.php:444
#: includes/admin/tools/import/class-give-import-subscriptions.php:1273
msgid "Donor Last Name"
msgstr ""

#: includes/admin/import-functions.php:438
#: includes/admin/tools/import/class-give-import-subscriptions.php:1272
msgid "Donor First Name"
msgstr ""

#: includes/admin/import-functions.php:389
msgid "Do not import"
msgstr ""

#: includes/admin/import-functions.php:1115
msgid "This donation was imported by %s"
msgstr ""

#: includes/class-give-roles.php:113
msgid "GiveWP Donor"
msgstr ""

#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "is"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:41
msgid "Delete Imported Donors and Donations"
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:332
msgid "Imported donor and transactions successfully deleted."
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:311
msgid "You do not have permission to delete Import transactions."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:984
#: includes/admin/tools/import/class-give-import-subscriptions.php:833
msgid "Delete CSV after import:"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:973
#: includes/admin/tools/import/class-give-import-subscriptions.php:822
msgid "Create WP users for new donors:"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:962
#: includes/admin/tools/import/class-give-import-subscriptions.php:811
msgid "Test Mode:"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:951
#: includes/admin/tools/import/class-give-import-subscriptions.php:800
msgid "CSV Delimiter:"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:934
#: includes/admin/tools/import/class-give-import-subscriptions.php:783
msgid "Choose a CSV file:"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:894
msgid "Import donations from a CSV file"
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:300
#: includes/admin/tools/import/class-give-import-donations.php:792
#: includes/admin/tools/import/class-give-import-subscriptions.php:670
msgid "Done!"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:786
#: includes/admin/tools/import/class-give-import-subscriptions.php:664
msgid "Column mapping"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:783
#: includes/admin/tools/import/class-give-import-subscriptions.php:661
msgid "Upload CSV file"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:533
#: includes/admin/tools/import/class-give-import-subscriptions.php:464
msgid "Map to field"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:532
#: includes/admin/tools/import/class-give-import-subscriptions.php:463
msgid "Column name"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:527
msgid "Select fields from your CSV file to map against donations fields or to ignore during import."
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:479
msgid "Map CSV fields to donations"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:390
msgid "Your donations are now being imported..."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:265
#: includes/admin/tools/import/class-give-import-donations.php:389
#: includes/admin/tools/import/class-give-import-subscriptions.php:335
msgid "Importing"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:334
msgid "View Donations"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:312
msgid "Import Donation"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:304
msgid "Failed to import %s donation"
msgid_plural "Failed to import %s donations"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-donations.php:298
msgid "Import complete! %s donation processed"
msgid_plural "Import complete! %s donations processed"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-donations.php:272
#: includes/admin/tools/import/class-give-import-donations.php:278
#: includes/forms/functions.php:1293
#: src/DonationForms/DataTransferObjects/DonationFormGoalData.php:232
#: build/assets/dist/js/give-admin-donations.js:4
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "donations"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:271
#: includes/admin/tools/import/class-give-import-donations.php:277
#: src/MultiFormGoals/resources/views/progressbar.php:40
#: src/Views/Form/Templates/Classic/Classic.php:325
#: src/Views/Form/Templates/Sequoia/sections/income-stats.php:32
#: templates/shortcode-form-grid.php:467 blocks/donation-form-grid/index.js:27
#: blocks/donation-form/index.js:27 blocks/donor-wall/index.js:27
#: build/adminBlocks.js:1 build/adminBlocks.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: src/MultiFormGoals/resources/js/blocks/multi-form-goal/index.js:33
#: src/MultiFormGoals/resources/js/blocks/progress-bar/index.js:33
msgid "donation"
msgid_plural "donations"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-donations.php:266
msgid "forms"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:265
msgid "form"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:263
msgid "%1$s donation %2$s created"
msgstr ""

#: includes/admin/tools/import/class-give-import-donations.php:254
#: includes/admin/tools/import/class-give-import-donations.php:260
#: includes/forms/functions.php:1293
#: src/DonationForms/DataTransferObjects/DonationFormGoalData.php:228
#: build/assets/dist/js/give-admin-donors.js:4
msgid "donors"
msgstr ""

#: includes/admin/admin-actions.php:563
#: includes/admin/tools/import/class-give-import-donations.php:253
#: includes/admin/tools/import/class-give-import-donations.php:259
#: src/Views/Form/Templates/Classic/Classic.php:358
#: src/Views/Form/Templates/Sequoia/sections/income-stats.php:61
#: build/assets/dist/js/donor-dashboards-block.js:1
#: src/DonorDashboards/resources/js/block/index.js:27
msgid "donor"
msgid_plural "donors"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/tools/import/class-give-import-donations.php:251
#: includes/admin/tools/import/class-give-import-donations.php:252
#: includes/admin/tools/import/class-give-import-donations.php:269
#: includes/admin/tools/import/class-give-import-donations.php:270
msgid "%1$s duplicate %2$s detected"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:121
msgid "Default User Role"
msgstr ""

#: includes/admin/payments/class-payments-table.php:681
#: includes/admin/tools/class-settings-import.php:48
#: includes/admin/tools/class-settings-import.php:98
#: includes/admin/tools/import/class-give-import-core-settings.php:297
#: includes/admin/tools/import/class-give-import-donations.php:789
#: includes/admin/tools/import/class-give-import-subscriptions.php:667
msgid "Import"
msgstr ""

#: includes/admin/payments/class-payments-table.php:680
msgid "This donation was imported."
msgstr ""

#: includes/admin/payments/class-payments-table.php:347
msgid "Preapproval Pending"
msgstr ""

#. translators: 1: Opening anchor tag. 2: Closing anchor tag.
#: blocks/donor-wall/class-give-donor-wall.php:294
#: includes/admin/class-blank-slate.php:304
msgid "Need help? Learn more about %1$sDonors%2$s."
msgstr ""

#: includes/admin/class-blank-slate.php:299
msgid "When your first donation arrives, the donor will appear here."
msgstr ""

#: includes/admin/class-blank-slate.php:295
msgid "Your donor history will appear here, but first, you need a donation form!"
msgstr ""

#. translators: 1: Opening anchor tag. 2: Closing anchor tag.
#: includes/admin/class-blank-slate.php:288
msgid "Need help? Learn more about %1$sDonations%2$s."
msgstr ""

#: includes/admin/class-blank-slate.php:284
#: includes/admin/class-blank-slate.php:300
msgid "View All Forms"
msgstr ""

#: includes/admin/class-blank-slate.php:283
msgid "When your first donation arrives, a record of the donation will appear here."
msgstr ""

#: includes/admin/class-blank-slate.php:279
msgid "Your donation history will appear here, but first, you need a donation form!"
msgstr ""

#. translators: 1: Opening anchor tag. 2: Closing anchor tag.
#: blocks/donation-form-grid/class-give-donation-form-grid-block.php:295
#: includes/admin/class-blank-slate.php:269
msgid "Need help? Get started with %1$sGive 101%2$s."
msgstr ""

#: blocks/donation-form-grid/class-give-donation-form-grid-block.php:289
#: includes/admin/class-blank-slate.php:263
#: blocks/components/no-form/index.js:23
msgid "The first step towards accepting online donations is to create a campaign."
msgstr ""

#: blocks/donation-form-grid/class-give-donation-form-grid-block.php:287
msgid "Give Icon"
msgstr ""

#: includes/admin/admin-actions.php:789
msgid "All donation uploaded successfully!"
msgstr ""

#: includes/admin/admin-actions.php:648
#: includes/admin/tools/views/html-admin-page-import-donations.php:25
#: includes/admin/tools/views/html-admin-page-imports.php:47
msgid "Import Donations"
msgstr ""

#: includes/class-give-scripts.php:391
msgid "The following process will make updates to your site's database. Please create a database backup before proceeding with updates."
msgstr ""

#: includes/class-give-scripts.php:326
msgid "Are you sure you want to delete all the test donors? This process will also delete test donations as well."
msgstr ""

#: includes/process-donation.php:723
msgid "Please enter billing state / province / County."
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/Controllers/PayPalStandardWebhook.php:105
msgid "IPN received on %1$s at %2$s"
msgstr ""

#: includes/formatting.php:578
msgid "%s lakh"
msgstr ""

#: includes/formatting.php:576
msgid "%s crore"
msgstr ""

#: includes/formatting.php:572
msgid "%s arab"
msgstr ""

#: includes/country-functions.php:1755
msgid "Tucum&aacute;n"
msgstr ""

#: includes/country-functions.php:1754
msgid "Tierra del Fuego"
msgstr ""

#: includes/country-functions.php:1753
msgid "Santiago del Estero"
msgstr ""

#: includes/country-functions.php:1752
msgid "Santa Fe"
msgstr ""

#: includes/country-functions.php:1750
msgid "San Luis"
msgstr ""

#: includes/country-functions.php:1749
msgid "San Juan"
msgstr ""

#: includes/country-functions.php:1748
msgid "Salta"
msgstr ""

#: includes/country-functions.php:1747
msgid "R&iacute;o Negro"
msgstr ""

#: includes/country-functions.php:1746
msgid "Neuqu&eacute;n"
msgstr ""

#: includes/country-functions.php:1745
msgid "Misiones"
msgstr ""

#: includes/country-functions.php:1744
msgid "Mendoza"
msgstr ""

#: includes/country-functions.php:1742
msgid "La Pampa"
msgstr ""

#: includes/country-functions.php:1741
msgid "Jujuy"
msgstr ""

#: includes/country-functions.php:1740
msgid "Formosa"
msgstr ""

#: includes/country-functions.php:1739
msgid "Entre R&iacute;os"
msgstr ""

#: includes/country-functions.php:1738
msgid "Corrientes"
msgstr ""

#: includes/country-functions.php:1736
msgid "Chubut"
msgstr ""

#: includes/country-functions.php:1735
msgid "Chaco"
msgstr ""

#: includes/country-functions.php:1734
msgid "Catamarca"
msgstr ""

#: includes/country-functions.php:1733
msgid "Buenos Aires"
msgstr ""

#: includes/country-functions.php:1732
msgid "Ciudad Aut&oacute;noma de Buenos Aires"
msgstr ""

#: includes/country-functions.php:1717
msgid "Thakurgaon"
msgstr ""

#: includes/country-functions.php:1716
msgid "Tangail"
msgstr ""

#: includes/country-functions.php:1715
msgid "Sylhet"
msgstr ""

#: includes/country-functions.php:1714
msgid "Sunamganj"
msgstr ""

#: includes/country-functions.php:1713
msgid "Sirajganj"
msgstr ""

#: includes/country-functions.php:1712
msgid "Sherpur"
msgstr ""

#: includes/country-functions.php:1711
msgid "Shariatpur"
msgstr ""

#: includes/country-functions.php:1710
msgid "Satkhira"
msgstr ""

#: includes/country-functions.php:1709
msgid "Rangpur"
msgstr ""

#: includes/country-functions.php:1708
msgid "Rangamati"
msgstr ""

#: includes/country-functions.php:1707
msgid "Rajshahi"
msgstr ""

#: includes/country-functions.php:1706
msgid "Rajbari"
msgstr ""

#: includes/country-functions.php:1705
msgid "Pirojpur"
msgstr ""

#: includes/country-functions.php:1704
msgid "Patuakhali"
msgstr ""

#: includes/country-functions.php:1703
msgid "Panchagarh"
msgstr ""

#: includes/country-functions.php:1702
msgid "Pabna"
msgstr ""

#: includes/country-functions.php:1701
msgid "Noakhali"
msgstr ""

#: includes/country-functions.php:1700
msgid "Nilphamari"
msgstr ""

#: includes/country-functions.php:1699
msgid "Netrakona"
msgstr ""

#: includes/country-functions.php:1698
msgid "Nawabganj"
msgstr ""

#: includes/country-functions.php:1697
msgid "Natore"
msgstr ""

#: includes/country-functions.php:1696
msgid "Narsingdi"
msgstr ""

#: includes/country-functions.php:1695
msgid "Narayanganj"
msgstr ""

#: includes/country-functions.php:1694
msgid "Narail"
msgstr ""

#: includes/country-functions.php:1693
msgid "Naogaon"
msgstr ""

#: includes/country-functions.php:1692
msgid "Mymensingh"
msgstr ""

#: includes/country-functions.php:1691
msgid "Munshiganj"
msgstr ""

#: includes/country-functions.php:1690
msgid "Moulvibazar"
msgstr ""

#: includes/country-functions.php:1689
msgid "Meherpur"
msgstr ""

#: includes/country-functions.php:1688
msgid "Manikganj "
msgstr ""

#: includes/country-functions.php:1687
msgid "Magura"
msgstr ""

#: includes/country-functions.php:1686
msgid "Madaripur"
msgstr ""

#: includes/country-functions.php:1685
msgid "Lalmonirhat"
msgstr ""

#: includes/country-functions.php:1684
msgid "Lakshmipur"
msgstr ""

#: includes/country-functions.php:1683
msgid "Kushtia"
msgstr ""

#: includes/country-functions.php:1682
msgid "Kurigram"
msgstr ""

#: includes/country-functions.php:1681
msgid "Kishoreganj"
msgstr ""

#: includes/country-functions.php:1680
msgid "Khulna"
msgstr ""

#: includes/country-functions.php:1679
msgid "Khagrachhari"
msgstr ""

#: includes/country-functions.php:1678
msgid "Joypurhat"
msgstr ""

#: includes/country-functions.php:1677
msgid "Jhenaidah"
msgstr ""

#: includes/country-functions.php:1676
msgid "Jhalokati"
msgstr ""

#: includes/country-functions.php:1675
msgid "Jessore"
msgstr ""

#: includes/country-functions.php:1674
msgid "Jamalpur"
msgstr ""

#: includes/country-functions.php:1673
msgid "Habiganj"
msgstr ""

#: includes/country-functions.php:1672
msgid "Gopalganj"
msgstr ""

#: includes/country-functions.php:1671
msgid "Gazipur"
msgstr ""

#: includes/country-functions.php:1670
msgid "Gaibandha"
msgstr ""

#: includes/country-functions.php:1669
msgid "Feni"
msgstr ""

#: includes/country-functions.php:1668
msgid "Faridpur "
msgstr ""

#: includes/country-functions.php:1667
msgid "Dinajpur"
msgstr ""

#: includes/country-functions.php:1666
msgid "Dhaka"
msgstr ""

#: includes/country-functions.php:1665
msgid "Cox's Bazar"
msgstr ""

#: includes/country-functions.php:1664
msgid "Comilla"
msgstr ""

#: includes/country-functions.php:1663
msgid "Chuadanga"
msgstr ""

#: includes/country-functions.php:1662
msgid "Chittagong"
msgstr ""

#: includes/country-functions.php:1661
msgid "Chandpur"
msgstr ""

#: includes/country-functions.php:1660
msgid "Brahmanbaria"
msgstr ""

#: includes/country-functions.php:1659
msgid "Bogra"
msgstr ""

#: includes/country-functions.php:1658
msgid "Bhola"
msgstr ""

#: includes/country-functions.php:1657
msgid "Barisal"
msgstr ""

#: includes/country-functions.php:1656
msgid "Barguna"
msgstr ""

#: includes/country-functions.php:1655
msgid "Bandarban"
msgstr ""

#: includes/country-functions.php:1654
msgid "Bagerhat"
msgstr ""

#: includes/country-functions.php:1639
msgid "Yambol"
msgstr ""

#: includes/country-functions.php:1638
msgid "Vratsa"
msgstr ""

#: includes/country-functions.php:1637
msgid "Vidin"
msgstr ""

#: includes/country-functions.php:1636
msgid "Veliko Tarnovo"
msgstr ""

#: includes/country-functions.php:1635
msgid "Varna"
msgstr ""

#: includes/country-functions.php:1634
msgid "Targovishte"
msgstr ""

#: includes/country-functions.php:1633
msgid "Stara Zagora"
msgstr ""

#: includes/country-functions.php:1632
msgid "Sofia-Grad"
msgstr ""

#: includes/country-functions.php:1631
msgid "Sofia"
msgstr ""

#: includes/country-functions.php:1630
msgid "Smolyan"
msgstr ""

#: includes/country-functions.php:1629
msgid "Sliven"
msgstr ""

#: includes/country-functions.php:1628
msgid "Silistra"
msgstr ""

#: includes/country-functions.php:1627
msgid "Shumen"
msgstr ""

#: includes/country-functions.php:1626
msgid "Ruse"
msgstr ""

#: includes/country-functions.php:1625
msgid "Razgrad"
msgstr ""

#: includes/country-functions.php:1624
msgid "Plovdiv"
msgstr ""

#: includes/country-functions.php:1623
msgid "Pleven"
msgstr ""

#: includes/country-functions.php:1622
msgid "Pernik"
msgstr ""

#: includes/country-functions.php:1621
msgid "Pazardzhik"
msgstr ""

#: includes/country-functions.php:1620
msgid "Montana"
msgstr ""

#: includes/country-functions.php:1619
msgid "Lovech"
msgstr ""

#: includes/country-functions.php:1618
msgid "Kyustendil"
msgstr ""

#: includes/country-functions.php:1617
msgid "Kardzhali"
msgstr ""

#: includes/country-functions.php:1616
msgid "Haskovo"
msgstr ""

#: includes/country-functions.php:1615
msgid "Gabrovo"
msgstr ""

#: includes/country-functions.php:1614
msgid "Dobrich"
msgstr ""

#: includes/country-functions.php:1613
msgid "Burgas"
msgstr ""

#: includes/country-functions.php:1612
msgid "Blagoevgrad"
msgstr ""

#: includes/country-functions.php:1597
msgid "Tarija"
msgstr ""

#: includes/country-functions.php:1596 includes/country-functions.php:1751
msgid "Santa Cruz"
msgstr ""

#: includes/country-functions.php:1595
msgid "Potosí"
msgstr ""

#: includes/country-functions.php:1594
msgid "Pando"
msgstr ""

#: includes/country-functions.php:1593
msgid "Oruro"
msgstr ""

#: includes/country-functions.php:1592
msgid "La Paz"
msgstr ""

#: includes/country-functions.php:1591
msgid "Cochabamba"
msgstr ""

#: includes/country-functions.php:1590
msgid "Beni"
msgstr ""

#: includes/country-functions.php:1589
msgid "Chuquisaca"
msgstr ""

#: includes/country-functions.php:1574
msgid "Κρήτη"
msgstr ""

#: includes/country-functions.php:1573
msgid "Νότιο Αιγαίο"
msgstr ""

#: includes/country-functions.php:1572
msgid "Βόρειο Αιγαίο"
msgstr ""

#: includes/country-functions.php:1571
msgid "Πελοπόννησος"
msgstr ""

#: includes/country-functions.php:1570
msgid "Στερεά Ελλάδα"
msgstr ""

#: includes/country-functions.php:1569
msgid "Δυτική Ελλάδα"
msgstr ""

#: includes/country-functions.php:1568
msgid "Ιόνιοι Νήσοι"
msgstr ""

#: includes/country-functions.php:1567
msgid "Θεσσαλία"
msgstr ""

#: includes/country-functions.php:1566
msgid "Ήπειρος"
msgstr ""

#: includes/country-functions.php:1565
msgid "Δυτική Μακεδονία"
msgstr ""

#: includes/country-functions.php:1564
msgid "Κεντρική Μακεδονία"
msgstr ""

#: includes/country-functions.php:1563
msgid "Ανατολική Μακεδονία και Θράκη"
msgstr ""

#: includes/country-functions.php:1562
msgid "Αττική"
msgstr ""

#: includes/country-functions.php:1547
msgid "Wexford"
msgstr ""

#: includes/country-functions.php:1546
msgid "Wicklow"
msgstr ""

#: includes/country-functions.php:1545
msgid "Westmeath"
msgstr ""

#: includes/country-functions.php:1544
msgid "Waterford"
msgstr ""

#: includes/country-functions.php:1543
msgid "Tipperary"
msgstr ""

#: includes/country-functions.php:1541
msgid "Sligo"
msgstr ""

#: includes/country-functions.php:1540
msgid "Roscommon"
msgstr ""

#: includes/country-functions.php:1539
msgid "Offaly"
msgstr ""

#: includes/country-functions.php:1538
msgid "Mayo"
msgstr ""

#: includes/country-functions.php:1537
msgid "Monaghan"
msgstr ""

#: includes/country-functions.php:1536
msgid "Meath"
msgstr ""

#: includes/country-functions.php:1535
msgid "Laois"
msgstr ""

#: includes/country-functions.php:1534
msgid "Leitrim"
msgstr ""

#: includes/country-functions.php:1533
msgid "Limerick"
msgstr ""

#: includes/country-functions.php:1532
msgid "Louth"
msgstr ""

#: includes/country-functions.php:1531
msgid "Longford"
msgstr ""

#: includes/country-functions.php:1530
msgid "Kerry"
msgstr ""

#: includes/country-functions.php:1529
msgid "Kilkenny"
msgstr ""

#: includes/country-functions.php:1528
msgid "Kildare"
msgstr ""

#: includes/country-functions.php:1527
msgid "Galway"
msgstr ""

#: includes/country-functions.php:1523
msgid "Dublin"
msgstr ""

#: includes/country-functions.php:1522
msgid "Donegal"
msgstr ""

#: includes/country-functions.php:1521
msgid "Carlow"
msgstr ""

#: includes/country-functions.php:1520
msgid "Cavan"
msgstr ""

#: includes/country-functions.php:1519
msgid "Cork"
msgstr ""

#: includes/country-functions.php:1518
msgid "Clare"
msgstr ""

#: includes/country-functions.php:1501
msgid "Sistan and Baluchestan (سیستان و بلوچستان)"
msgstr ""

#: includes/country-functions.php:1500
msgid "Hormozgan (هرمزگان)"
msgstr ""

#: includes/country-functions.php:1499
msgid "Markazi (مرکزی)"
msgstr ""

#: includes/country-functions.php:1498
msgid "Mazandaran (مازندران)"
msgstr ""

#: includes/country-functions.php:1497
msgid "Gilan (گیلان)"
msgstr ""

#: includes/country-functions.php:1496
msgid "Golestan (گلستان)"
msgstr ""

#: includes/country-functions.php:1495
msgid "Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)"
msgstr ""

#: includes/country-functions.php:1494
msgid "Kurdistan / کردستان)"
msgstr ""

#: includes/country-functions.php:1493
msgid "Qom (قم)"
msgstr ""

#: includes/country-functions.php:1492
msgid "Fars (فارس)"
msgstr ""

#: includes/country-functions.php:1491
msgid "Semnan (سمنان)"
msgstr ""

#: includes/country-functions.php:1490
msgid "North Khorasan (خراسان جنوبی)"
msgstr ""

#: includes/country-functions.php:1489
msgid "Razavi Khorasan (خراسان رضوی)"
msgstr ""

#: includes/country-functions.php:1488
msgid "South Khorasan (خراسان جنوبی)"
msgstr ""

#: includes/country-functions.php:1487
msgid "Chaharmahal and Bakhtiari (چهارمحال و بختیاری)"
msgstr ""

#: includes/country-functions.php:1486
msgid "West Azarbaijan (آذربایجان غربی)"
msgstr ""

#: includes/country-functions.php:1485
msgid "East Azarbaijan (آذربایجان شرقی)"
msgstr ""

#: includes/country-functions.php:1484
msgid "Alborz (البرز)"
msgstr ""

#: includes/country-functions.php:1483
msgid "Luristan (لرستان)"
msgstr ""

#: includes/country-functions.php:1482
msgid "Zanjan (زنجان)"
msgstr ""

#: includes/country-functions.php:1481
msgid "Ghazvin (قزوین)"
msgstr ""

#: includes/country-functions.php:1480
msgid "Hamadan (همدان)"
msgstr ""

#: includes/country-functions.php:1479
msgid "Kerman (کرمان)"
msgstr ""

#: includes/country-functions.php:1478
msgid "Kermanshah (کرمانشاه)"
msgstr ""

#: includes/country-functions.php:1477
msgid "Yazd (یزد)"
msgstr ""

#: includes/country-functions.php:1476
msgid "Isfahan (اصفهان)"
msgstr ""

#: includes/country-functions.php:1475
msgid "Ardabil (اردبیل)"
msgstr ""

#: includes/country-functions.php:1474
msgid "Bushehr (بوشهر)"
msgstr ""

#: includes/country-functions.php:1473
msgid "Ilaam (ایلام)"
msgstr ""

#: includes/country-functions.php:1472
msgid "Tehran  (تهران)"
msgstr ""

#: includes/country-functions.php:1471
msgid "Khuzestan  (خوزستان)"
msgstr ""

#: includes/country-functions.php:1456
msgid "Viterbo"
msgstr ""

#: includes/country-functions.php:1455
msgid "Vicenza"
msgstr ""

#: includes/country-functions.php:1454
msgid "Vibo Valentia"
msgstr ""

#: includes/country-functions.php:1453
msgid "Verona"
msgstr ""

#: includes/country-functions.php:1452
msgid "Vercelli"
msgstr ""

#: includes/country-functions.php:1451
msgid "Verbano-Cusio-Ossola"
msgstr ""

#: includes/country-functions.php:1450
msgid "Venezia"
msgstr ""

#: includes/country-functions.php:1449
msgid "Varese"
msgstr ""

#: includes/country-functions.php:1448
msgid "Udine"
msgstr ""

#: includes/country-functions.php:1447
msgid "Trieste"
msgstr ""

#: includes/country-functions.php:1446
msgid "Treviso"
msgstr ""

#: includes/country-functions.php:1445
msgid "Trento"
msgstr ""

#: includes/country-functions.php:1444
msgid "Trapani"
msgstr ""

#: includes/country-functions.php:1443
msgid "Ogliastra"
msgstr ""

#: includes/country-functions.php:1442
msgid "Torino"
msgstr ""

#: includes/country-functions.php:1441
msgid "Terni"
msgstr ""

#: includes/country-functions.php:1440
msgid "Teramo"
msgstr ""

#: includes/country-functions.php:1439
msgid "Taranto"
msgstr ""

#: includes/country-functions.php:1438
msgid "Sondrio"
msgstr ""

#: includes/country-functions.php:1437
msgid "Siracusa"
msgstr ""

#: includes/country-functions.php:1436
msgid "Siena"
msgstr ""

#: includes/country-functions.php:1435
msgid "Savona"
msgstr ""

#: includes/country-functions.php:1434
msgid "Sassari"
msgstr ""

#: includes/country-functions.php:1433
msgid "Medio Campidano"
msgstr ""

#: includes/country-functions.php:1432
msgid "Salerno"
msgstr ""

#: includes/country-functions.php:1431
msgid "Rovigo"
msgstr ""

#: includes/country-functions.php:1430
msgid "Roma"
msgstr ""

#: includes/country-functions.php:1429
msgid "Rimini"
msgstr ""

#: includes/country-functions.php:1428
msgid "Rieti"
msgstr ""

#: includes/country-functions.php:1427
msgid "Reggio Emilia"
msgstr ""

#: includes/country-functions.php:1426
msgid "Reggio Calabria"
msgstr ""

#: includes/country-functions.php:1425
msgid "Ravenna"
msgstr ""

#: includes/country-functions.php:1424
msgid "Ragusa"
msgstr ""

#: includes/country-functions.php:1423
msgid "Prato"
msgstr ""

#: includes/country-functions.php:1422
msgid "Potenza"
msgstr ""

#: includes/country-functions.php:1421
msgid "Pordenone"
msgstr ""

#: includes/country-functions.php:1420
msgid "Pistoia"
msgstr ""

#: includes/country-functions.php:1419
msgid "Pisa"
msgstr ""

#: includes/country-functions.php:1418
msgid "Piacenza"
msgstr ""

#: includes/country-functions.php:1417
msgid "Pescara"
msgstr ""

#: includes/country-functions.php:1416
msgid "Pesaro e Urbino"
msgstr ""

#: includes/country-functions.php:1415
msgid "Perugia"
msgstr ""

#: includes/country-functions.php:1414
msgid "Pavia"
msgstr ""

#: includes/country-functions.php:1413
msgid "Parma"
msgstr ""

#: includes/country-functions.php:1412
msgid "Palermo"
msgstr ""

#: includes/country-functions.php:1411
msgid "Padova"
msgstr ""

#: includes/country-functions.php:1410
msgid "Oristano"
msgstr ""

#: includes/country-functions.php:1409
msgid "Olbia-Tempio"
msgstr ""

#: includes/country-functions.php:1408
msgid "Nuoro"
msgstr ""

#: includes/country-functions.php:1407
msgid "Novara"
msgstr ""

#: includes/country-functions.php:1406
msgid "Napoli"
msgstr ""

#: includes/country-functions.php:1405
msgid "Monza e della Brianza"
msgstr ""

#: includes/country-functions.php:1404
msgid "Modena"
msgstr ""

#: includes/country-functions.php:1403
msgid "Milano"
msgstr ""

#: includes/country-functions.php:1402
msgid "Messina"
msgstr ""

#: includes/country-functions.php:1401
msgid "Matera"
msgstr ""

#: includes/country-functions.php:1400
msgid "Massa-Carrara"
msgstr ""

#: includes/country-functions.php:1399
msgid "Mantova"
msgstr ""

#: includes/country-functions.php:1398
msgid "Macerata"
msgstr ""

#: includes/country-functions.php:1397
msgid "Lucca"
msgstr ""

#: includes/country-functions.php:1396
msgid "Lodi"
msgstr ""

#: includes/country-functions.php:1395
msgid "Livorno"
msgstr ""

#: includes/country-functions.php:1394
msgid "Lecco"
msgstr ""

#: includes/country-functions.php:1393
msgid "Lecce"
msgstr ""

#: includes/country-functions.php:1392
msgid "Latina"
msgstr ""

#: includes/country-functions.php:1391
msgid "L'Aquila"
msgstr ""

#: includes/country-functions.php:1390
msgid "La Spezia"
msgstr ""

#: includes/country-functions.php:1389
msgid "Isernia"
msgstr ""

#: includes/country-functions.php:1388
msgid "Imperia"
msgstr ""

#: includes/country-functions.php:1387
msgid "Grosseto"
msgstr ""

#: includes/country-functions.php:1386
msgid "Gorizia"
msgstr ""

#: includes/country-functions.php:1385
msgid "Genova"
msgstr ""

#: includes/country-functions.php:1384
msgid "Frosinone"
msgstr ""

#: includes/country-functions.php:1383
msgid "Forlì-Cesena"
msgstr ""

#: includes/country-functions.php:1382
msgid "Foggia"
msgstr ""

#: includes/country-functions.php:1381
msgid "Firenze"
msgstr ""

#: includes/country-functions.php:1380
msgid "Ferrara"
msgstr ""

#: includes/country-functions.php:1379
msgid "Fermo"
msgstr ""

#: includes/country-functions.php:1378
msgid "Enna"
msgstr ""

#: includes/country-functions.php:1377
msgid "Cuneo"
msgstr ""

#: includes/country-functions.php:1376
msgid "Crotone"
msgstr ""

#: includes/country-functions.php:1375
msgid "Cremona"
msgstr ""

#: includes/country-functions.php:1374
msgid "Cosenza"
msgstr ""

#: includes/country-functions.php:1373
msgid "Como"
msgstr ""

#: includes/country-functions.php:1372
msgid "Chieti"
msgstr ""

#: includes/country-functions.php:1371
msgid "Catanzaro"
msgstr ""

#: includes/country-functions.php:1370
msgid "Catania"
msgstr ""

#: includes/country-functions.php:1369
msgid "Caserta"
msgstr ""

#: includes/country-functions.php:1368
msgid "Carbonia-Iglesias"
msgstr ""

#: includes/country-functions.php:1367
msgid "Campobasso"
msgstr ""

#: includes/country-functions.php:1366
msgid "Caltanissetta"
msgstr ""

#: includes/country-functions.php:1365
msgid "Cagliari"
msgstr ""

#: includes/country-functions.php:1364
msgid "Brindisi"
msgstr ""

#: includes/country-functions.php:1363
msgid "Brescia"
msgstr ""

#: includes/country-functions.php:1362
msgid "Bolzano"
msgstr ""

#: includes/country-functions.php:1361
msgid "Bologna"
msgstr ""

#: includes/country-functions.php:1360
msgid "Biella"
msgstr ""

#: includes/country-functions.php:1359
msgid "Bergamo"
msgstr ""

#: includes/country-functions.php:1358
msgid "Benevento"
msgstr ""

#: includes/country-functions.php:1357
msgid "Belluno"
msgstr ""

#: includes/country-functions.php:1356
msgid "Barletta-Andria-Trani"
msgstr ""

#: includes/country-functions.php:1355
msgid "Bari"
msgstr ""

#: includes/country-functions.php:1354
msgid "Avellino"
msgstr ""

#: includes/country-functions.php:1353
msgid "Asti"
msgstr ""

#: includes/country-functions.php:1352
msgid "Ascoli Piceno"
msgstr ""

#: includes/country-functions.php:1351
msgid "Arezzo"
msgstr ""

#: includes/country-functions.php:1350
msgid "Aosta"
msgstr ""

#: includes/country-functions.php:1349
msgid "Ancona"
msgstr ""

#: includes/country-functions.php:1348
msgid "Alessandria"
msgstr ""

#: includes/country-functions.php:1347
msgid "Agrigento"
msgstr ""

#: includes/country-functions.php:1332
msgid "Okinawa"
msgstr ""

#: includes/country-functions.php:1331
msgid "Kagoshima"
msgstr ""

#: includes/country-functions.php:1330
msgid "Miyazaki"
msgstr ""

#: includes/country-functions.php:1329
msgid "Oita"
msgstr ""

#: includes/country-functions.php:1328
msgid "Kumamoto"
msgstr ""

#: includes/country-functions.php:1327
msgid "Nagasaki"
msgstr ""

#: includes/country-functions.php:1326
msgid "Saga"
msgstr ""

#: includes/country-functions.php:1325
msgid "Fukuoka"
msgstr ""

#: includes/country-functions.php:1324
msgid "Kochi"
msgstr ""

#: includes/country-functions.php:1323
msgid "Ehime"
msgstr ""

#: includes/country-functions.php:1322
msgid "Kagawa"
msgstr ""

#: includes/country-functions.php:1321
msgid "Tokushima"
msgstr ""

#: includes/country-functions.php:1320
msgid "Yamaguchi"
msgstr ""

#: includes/country-functions.php:1319
msgid "Hiroshima"
msgstr ""

#: includes/country-functions.php:1318
msgid "Okayama"
msgstr ""

#: includes/country-functions.php:1317
msgid "Shimane"
msgstr ""

#: includes/country-functions.php:1316
msgid "Tottori"
msgstr ""

#: includes/country-functions.php:1315
msgid "Wakayama"
msgstr ""

#: includes/country-functions.php:1314
msgid "Nara"
msgstr ""

#: includes/country-functions.php:1313
msgid "Hyogo"
msgstr ""

#: includes/country-functions.php:1312
msgid "Osaka"
msgstr ""

#: includes/country-functions.php:1311
msgid "Kyoto"
msgstr ""

#: includes/country-functions.php:1310
msgid "Shiga"
msgstr ""

#: includes/country-functions.php:1309
msgid "Mie"
msgstr ""

#: includes/country-functions.php:1308
msgid "Aichi"
msgstr ""

#: includes/country-functions.php:1307
msgid "Shizuoka"
msgstr ""

#: includes/country-functions.php:1306
msgid "Gifu"
msgstr ""

#: includes/country-functions.php:1305
msgid "Nagano"
msgstr ""

#: includes/country-functions.php:1304
msgid "Yamanashi"
msgstr ""

#: includes/country-functions.php:1303
msgid "Fukui"
msgstr ""

#: includes/country-functions.php:1302
msgid "Ishikawa"
msgstr ""

#: includes/country-functions.php:1301
msgid "Toyama"
msgstr ""

#: includes/country-functions.php:1300
msgid "Niigata"
msgstr ""

#: includes/country-functions.php:1299
msgid "Kanagawa"
msgstr ""

#: includes/country-functions.php:1298
msgid "Tokyo"
msgstr ""

#: includes/country-functions.php:1297
msgid "Chiba"
msgstr ""

#: includes/country-functions.php:1296
msgid "Saitama"
msgstr ""

#: includes/country-functions.php:1295
msgid "Gunma"
msgstr ""

#: includes/country-functions.php:1294
msgid "Tochigi"
msgstr ""

#: includes/country-functions.php:1293
msgid "Ibaraki"
msgstr ""

#: includes/country-functions.php:1292
msgid "Fukushima"
msgstr ""

#: includes/country-functions.php:1291
msgid "Yamagata"
msgstr ""

#: includes/country-functions.php:1290
msgid "Akita"
msgstr ""

#: includes/country-functions.php:1289
msgid "Miyagi"
msgstr ""

#: includes/country-functions.php:1288
msgid "Iwate"
msgstr ""

#: includes/country-functions.php:1287
msgid "Aomori"
msgstr ""

#: includes/country-functions.php:1286
msgid "Hokkaido"
msgstr ""

#: includes/country-functions.php:1271
msgid "Zacatecas"
msgstr ""

#: includes/country-functions.php:1270
msgid "Yucatán"
msgstr ""

#: includes/country-functions.php:1269
msgid "Veracruz"
msgstr ""

#: includes/country-functions.php:1268
msgid "Tlaxcala"
msgstr ""

#: includes/country-functions.php:1267
msgid "Tamaulipas"
msgstr ""

#: includes/country-functions.php:1266
msgid "Tabasco"
msgstr ""

#: includes/country-functions.php:1265
msgid "Sonora"
msgstr ""

#: includes/country-functions.php:1264
msgid "Sinaloa"
msgstr ""

#: includes/country-functions.php:1263
msgid "San Luis Potosí"
msgstr ""

#: includes/country-functions.php:1262
msgid "Quintana Roo"
msgstr ""

#: includes/country-functions.php:1261
msgid "Querétaro"
msgstr ""

#: includes/country-functions.php:1260
msgid "Puebla"
msgstr ""

#: includes/country-functions.php:1259
msgid "Oaxaca"
msgstr ""

#: includes/country-functions.php:1258
msgid "Nayarit"
msgstr ""

#: includes/country-functions.php:1257
msgid "Morelos"
msgstr ""

#: includes/country-functions.php:1256
msgid "Michoacán"
msgstr ""

#: includes/country-functions.php:1255
msgid "Edo. de México"
msgstr ""

#: includes/country-functions.php:1254
msgid "Hidalgo"
msgstr ""

#: includes/country-functions.php:1253
msgid "Guerrero"
msgstr ""

#: includes/country-functions.php:1252
msgid "Guanajuato"
msgstr ""

#: includes/country-functions.php:1251
msgid "Durango"
msgstr ""

#: includes/country-functions.php:1250
msgid "Colima"
msgstr ""

#: includes/country-functions.php:1249
msgid "Coahuila"
msgstr ""

#: includes/country-functions.php:1248
msgid "Chihuahua"
msgstr ""

#: includes/country-functions.php:1247
msgid "Chiapas"
msgstr ""

#: includes/country-functions.php:1246
msgid "Campeche"
msgstr ""

#: includes/country-functions.php:1245
msgid "Baja California Sur"
msgstr ""

#: includes/country-functions.php:1244
msgid "Baja California"
msgstr ""

#: includes/country-functions.php:1243
msgid "Aguascalientes"
msgstr ""

#: includes/country-functions.php:1242
msgid "Nuevo León"
msgstr ""

#: includes/country-functions.php:1241
msgid "Jalisco"
msgstr ""

#: includes/country-functions.php:1240
msgid "Distrito Federal"
msgstr ""

#: includes/country-functions.php:1225
msgid "Zamfara"
msgstr ""

#: includes/country-functions.php:1224
msgid "Yobe"
msgstr ""

#: includes/country-functions.php:1223
msgid "Taraba"
msgstr ""

#: includes/country-functions.php:1222
msgid "Sokoto"
msgstr ""

#: includes/country-functions.php:1221
msgid "Rivers"
msgstr ""

#: includes/country-functions.php:1220
msgid "Plateau"
msgstr ""

#: includes/country-functions.php:1219
msgid "Oyo"
msgstr ""

#: includes/country-functions.php:1218
msgid "Osun"
msgstr ""

#: includes/country-functions.php:1217
msgid "Ondo"
msgstr ""

#: includes/country-functions.php:1216
msgid "Ogun"
msgstr ""

#: includes/country-functions.php:1214
msgid "Nasarawa"
msgstr ""

#: includes/country-functions.php:1213
msgid "Lagos"
msgstr ""

#: includes/country-functions.php:1212
msgid "Kwara"
msgstr ""

#: includes/country-functions.php:1211
msgid "Kogi"
msgstr ""

#: includes/country-functions.php:1210
msgid "Kebbi"
msgstr ""

#: includes/country-functions.php:1209
msgid "Katsina"
msgstr ""

#: includes/country-functions.php:1208
msgid "Kano"
msgstr ""

#: includes/country-functions.php:1207
msgid "Kaduna"
msgstr ""

#: includes/country-functions.php:1206
msgid "Jigawa"
msgstr ""

#: includes/country-functions.php:1205
msgid "Imo"
msgstr ""

#: includes/country-functions.php:1204
msgid "Gombe"
msgstr ""

#: includes/country-functions.php:1203
msgid "Enugu"
msgstr ""

#: includes/country-functions.php:1202
msgid "Ekiti"
msgstr ""

#: includes/country-functions.php:1201
msgid "Edo"
msgstr ""

#: includes/country-functions.php:1200
msgid "Ebonyi"
msgstr ""

#: includes/country-functions.php:1199
msgid "Delta"
msgstr ""

#: includes/country-functions.php:1198
msgid "Cross River"
msgstr ""

#: includes/country-functions.php:1197
msgid "Borno"
msgstr ""

#: includes/country-functions.php:1196
msgid "Benue"
msgstr ""

#: includes/country-functions.php:1195
msgid "Bayelsa"
msgstr ""

#: includes/country-functions.php:1194
msgid "Bauchi"
msgstr ""

#: includes/country-functions.php:1193
msgid "Anambra"
msgstr ""

#: includes/country-functions.php:1192
msgid "Akwa Ibom"
msgstr ""

#: includes/country-functions.php:1191
msgid "Adamawa"
msgstr ""

#: includes/country-functions.php:1190
msgid "Abuja"
msgstr ""

#: includes/country-functions.php:1189
msgid "Abia"
msgstr ""

#: includes/country-functions.php:1174
msgid "Seti"
msgstr ""

#: includes/country-functions.php:1173
msgid "Sagarmatha"
msgstr ""

#: includes/country-functions.php:1172
msgid "Rapti"
msgstr ""

#: includes/country-functions.php:1171
msgid "Narayani"
msgstr ""

#: includes/country-functions.php:1170
msgid "Mechi"
msgstr ""

#: includes/country-functions.php:1169
msgid "Mahakali"
msgstr ""

#: includes/country-functions.php:1168
msgid "Lumbini"
msgstr ""

#: includes/country-functions.php:1167
msgid "Koshi"
msgstr ""

#: includes/country-functions.php:1166
msgid "Karnali"
msgstr ""

#: includes/country-functions.php:1165
msgid "Janakpur"
msgstr ""

#: includes/country-functions.php:1164
msgid "Gandaki"
msgstr ""

#: includes/country-functions.php:1163
msgid "Dhaulagiri"
msgstr ""

#: includes/country-functions.php:1162
msgid "Bheri"
msgstr ""

#: includes/country-functions.php:1161
msgid "Bagmati"
msgstr ""

#: includes/country-functions.php:1146
msgid "Ucayali"
msgstr ""

#: includes/country-functions.php:1145
msgid "Tumbes"
msgstr ""

#: includes/country-functions.php:1144
msgid "Tacna"
msgstr ""

#: includes/country-functions.php:1143
msgid "San Mart&iacute;n"
msgstr ""

#: includes/country-functions.php:1142
msgid "Puno"
msgstr ""

#: includes/country-functions.php:1141
msgid "Piura"
msgstr ""

#: includes/country-functions.php:1140
msgid "Pasco"
msgstr ""

#: includes/country-functions.php:1139
msgid "Moquegua"
msgstr ""

#: includes/country-functions.php:1138
msgid "Madre de Dios"
msgstr ""

#: includes/country-functions.php:1137
msgid "Loreto"
msgstr ""

#: includes/country-functions.php:1136
msgid "Lima"
msgstr ""

#: includes/country-functions.php:1135
msgid "Lambayeque"
msgstr ""

#: includes/country-functions.php:1134
msgid "La Libertad"
msgstr ""

#: includes/country-functions.php:1133
msgid "Jun&iacute;n"
msgstr ""

#: includes/country-functions.php:1132
msgid "Ica"
msgstr ""

#: includes/country-functions.php:1131
msgid "Hu&aacute;nuco"
msgstr ""

#: includes/country-functions.php:1130
msgid "Huancavelica"
msgstr ""

#: includes/country-functions.php:1129
msgid "Cusco"
msgstr ""

#: includes/country-functions.php:1128
msgid "Cajamarca"
msgstr ""

#: includes/country-functions.php:1127
msgid "Ayacucho"
msgstr ""

#: includes/country-functions.php:1126
msgid "Arequipa"
msgstr ""

#: includes/country-functions.php:1125
msgid "Apur&iacute;mac"
msgstr ""

#: includes/country-functions.php:1124
msgid "Ancash"
msgstr ""

#: includes/country-functions.php:1123
msgid "Amazonas"
msgstr ""

#: includes/country-functions.php:1122
msgid "Municipalidad Metropolitana de Lima"
msgstr ""

#: includes/country-functions.php:1121
msgid "El Callao"
msgstr ""

#: includes/country-functions.php:1106
msgid "Metro Manila"
msgstr ""

#: includes/country-functions.php:1105
msgid "Zamboanga Sibugay"
msgstr ""

#: includes/country-functions.php:1104
msgid "Zamboanga del Sur"
msgstr ""

#: includes/country-functions.php:1103
msgid "Zamboanga del Norte"
msgstr ""

#: includes/country-functions.php:1102
msgid "Zambales"
msgstr ""

#: includes/country-functions.php:1101
msgid "Tawi-Tawi"
msgstr ""

#: includes/country-functions.php:1100
msgid "Tarlac"
msgstr ""

#: includes/country-functions.php:1099
msgid "Surigao del Sur"
msgstr ""

#: includes/country-functions.php:1098
msgid "Surigao del Norte"
msgstr ""

#: includes/country-functions.php:1097
msgid "Sulu"
msgstr ""

#: includes/country-functions.php:1096
msgid "Sultan Kudarat"
msgstr ""

#: includes/country-functions.php:1095
msgid "Southern Leyte"
msgstr ""

#: includes/country-functions.php:1094
msgid "South Cotabato"
msgstr ""

#: includes/country-functions.php:1093
msgid "Sorsogon"
msgstr ""

#: includes/country-functions.php:1092
msgid "Siquijor"
msgstr ""

#: includes/country-functions.php:1091
msgid "Sarangani"
msgstr ""

#: includes/country-functions.php:1090
msgid "Samar"
msgstr ""

#: includes/country-functions.php:1089
msgid "Romblon"
msgstr ""

#: includes/country-functions.php:1088
msgid "Rizal"
msgstr ""

#: includes/country-functions.php:1087
msgid "Quirino"
msgstr ""

#: includes/country-functions.php:1086
msgid "Quezon"
msgstr ""

#: includes/country-functions.php:1085
msgid "Pangasinan"
msgstr ""

#: includes/country-functions.php:1084
msgid "Pampanga"
msgstr ""

#: includes/country-functions.php:1083
msgid "Palawan"
msgstr ""

#: includes/country-functions.php:1082
msgid "Oriental Mindoro"
msgstr ""

#: includes/country-functions.php:1081
msgid "Occidental Mindoro"
msgstr ""

#: includes/country-functions.php:1080
msgid "Nueva Vizcaya"
msgstr ""

#: includes/country-functions.php:1079
msgid "Nueva Ecija"
msgstr ""

#: includes/country-functions.php:1078
msgid "Northern Samar"
msgstr ""

#: includes/country-functions.php:1077
msgid "Negros Oriental"
msgstr ""

#: includes/country-functions.php:1076
msgid "Negros Occidental"
msgstr ""

#: includes/country-functions.php:1075
msgid "Mountain Province"
msgstr ""

#: includes/country-functions.php:1074
msgid "Misamis Oriental"
msgstr ""

#: includes/country-functions.php:1073
msgid "Misamis Occidental"
msgstr ""

#: includes/country-functions.php:1072
msgid "Masbate"
msgstr ""

#: includes/country-functions.php:1071
msgid "Marinduque"
msgstr ""

#: includes/country-functions.php:1070
msgid "Maguindanao"
msgstr ""

#: includes/country-functions.php:1069
msgid "Leyte"
msgstr ""

#: includes/country-functions.php:1068
msgid "Lanao del Sur"
msgstr ""

#: includes/country-functions.php:1067
msgid "Lanao del Norte"
msgstr ""

#: includes/country-functions.php:1066
msgid "Laguna"
msgstr ""

#: includes/country-functions.php:1065
msgid "La Union"
msgstr ""

#: includes/country-functions.php:1064
msgid "Kalinga"
msgstr ""

#: includes/country-functions.php:1063
msgid "Isabela"
msgstr ""

#: includes/country-functions.php:1062
msgid "Iloilo"
msgstr ""

#: includes/country-functions.php:1061
msgid "Ilocos Sur"
msgstr ""

#: includes/country-functions.php:1060
msgid "Ilocos Norte"
msgstr ""

#: includes/country-functions.php:1059
msgid "Ifugao"
msgstr ""

#: includes/country-functions.php:1058
msgid "Guimaras"
msgstr ""

#: includes/country-functions.php:1057
msgid "Eastern Samar"
msgstr ""

#: includes/country-functions.php:1056
msgid "Dinagat Islands"
msgstr ""

#: includes/country-functions.php:1055
msgid "Davao Oriental"
msgstr ""

#: includes/country-functions.php:1054
msgid "Davao Occidental"
msgstr ""

#: includes/country-functions.php:1053
msgid "Davao del Sur"
msgstr ""

#: includes/country-functions.php:1052
msgid "Davao del Norte"
msgstr ""

#: includes/country-functions.php:1051
msgid "Cotabato"
msgstr ""

#: includes/country-functions.php:1050
msgid "Compostela Valley"
msgstr ""

#: includes/country-functions.php:1049
msgid "Cebu"
msgstr ""

#: includes/country-functions.php:1048
msgid "Cavite"
msgstr ""

#: includes/country-functions.php:1047
msgid "Catanduanes"
msgstr ""

#: includes/country-functions.php:1046
msgid "Capiz"
msgstr ""

#: includes/country-functions.php:1045
msgid "Camiguin"
msgstr ""

#: includes/country-functions.php:1044
msgid "Camarines Sur"
msgstr ""

#: includes/country-functions.php:1043
msgid "Camarines Norte"
msgstr ""

#: includes/country-functions.php:1042
msgid "Cagayan"
msgstr ""

#: includes/country-functions.php:1041
msgid "Bulacan"
msgstr ""

#: includes/country-functions.php:1040
msgid "Bukidnon"
msgstr ""

#: includes/country-functions.php:1039
msgid "Bohol"
msgstr ""

#: includes/country-functions.php:1038
msgid "Biliran"
msgstr ""

#: includes/country-functions.php:1037
msgid "Benguet"
msgstr ""

#: includes/country-functions.php:1036
msgid "Batangas"
msgstr ""

#: includes/country-functions.php:1035
msgid "Batanes"
msgstr ""

#: includes/country-functions.php:1034
msgid "Bataan"
msgstr ""

#: includes/country-functions.php:1033
msgid "Basilan"
msgstr ""

#: includes/country-functions.php:1032
msgid "Aurora"
msgstr ""

#: includes/country-functions.php:1031
msgid "Apayao"
msgstr ""

#: includes/country-functions.php:1030
msgid "Antique"
msgstr ""

#: includes/country-functions.php:1029
msgid "Albay"
msgstr ""

#: includes/country-functions.php:1028
msgid "Aklan"
msgstr ""

#: includes/country-functions.php:1027
msgid "Agusan del Sur"
msgstr ""

#: includes/country-functions.php:1026
msgid "Agusan del Norte"
msgstr ""

#: includes/country-functions.php:1025
msgid "Abra"
msgstr ""

#: includes/country-functions.php:1010
msgid "Sindh"
msgstr ""

#: includes/country-functions.php:1009
msgid "Punjab"
msgstr ""

#: includes/country-functions.php:1008
msgid "Khyber Pakhtunkhwa"
msgstr ""

#: includes/country-functions.php:1007
msgid "Islamabad Capital Territory"
msgstr ""

#: includes/country-functions.php:1006
msgid "Gilgit Baltistan"
msgstr ""

#: includes/country-functions.php:1005
msgid "FATA"
msgstr ""

#: includes/country-functions.php:1004
msgid "Balochistan"
msgstr ""

#: includes/country-functions.php:1003
msgid "Azad Kashmir"
msgstr ""

#: includes/country-functions.php:988
msgid "Vrancea"
msgstr ""

#: includes/country-functions.php:987
msgid "Vaslui"
msgstr ""

#: includes/country-functions.php:986
msgid "Valcea"
msgstr ""

#: includes/country-functions.php:985
msgid "Tulcea"
msgstr ""

#: includes/country-functions.php:984
msgid "Timis"
msgstr ""

#: includes/country-functions.php:983
msgid "Teleorman"
msgstr ""

#: includes/country-functions.php:982
msgid "Suceava"
msgstr ""

#: includes/country-functions.php:981
msgid "Sibiu"
msgstr ""

#: includes/country-functions.php:980
msgid "Satu Mare"
msgstr ""

#: includes/country-functions.php:979
msgid "Salaj"
msgstr ""

#: includes/country-functions.php:978
msgid "Prahova"
msgstr ""

#: includes/country-functions.php:977
msgid "Olt"
msgstr ""

#: includes/country-functions.php:976
msgid "Neamt"
msgstr ""

#: includes/country-functions.php:975
msgid "Mures"
msgstr ""

#: includes/country-functions.php:974
msgid "Mehedinti"
msgstr ""

#: includes/country-functions.php:973
msgid "Maramures"
msgstr ""

#: includes/country-functions.php:972
msgid "Ilfov"
msgstr ""

#: includes/country-functions.php:971
msgid "Iasi"
msgstr ""

#: includes/country-functions.php:970
msgid "Ialomita"
msgstr ""

#: includes/country-functions.php:969
msgid "Hunedoara"
msgstr ""

#: includes/country-functions.php:968
msgid "Harghita"
msgstr ""

#: includes/country-functions.php:967
msgid "Gorj"
msgstr ""

#: includes/country-functions.php:966
msgid "Giurgiu"
msgstr ""

#: includes/country-functions.php:965
msgid "Galati"
msgstr ""

#: includes/country-functions.php:964
msgid "Dolj"
msgstr ""

#: includes/country-functions.php:963
msgid "Dambovita"
msgstr ""

#: includes/country-functions.php:962
msgid "Covasna"
msgstr ""

#: includes/country-functions.php:961
msgid "Constanta"
msgstr ""

#: includes/country-functions.php:960
msgid "Cluj"
msgstr ""

#: includes/country-functions.php:959
msgid "Caras-Severin"
msgstr ""

#: includes/country-functions.php:958
msgid "Calarasi"
msgstr ""

#: includes/country-functions.php:957
msgid "Buzau"
msgstr ""

#: includes/country-functions.php:956
msgid "Bucuresti"
msgstr ""

#: includes/country-functions.php:955
msgid "Brasov"
msgstr ""

#: includes/country-functions.php:954
msgid "Braila"
msgstr ""

#: includes/country-functions.php:953
msgid "Botosani"
msgstr ""

#: includes/country-functions.php:952
msgid "Bistrita-Nasaud"
msgstr ""

#: includes/country-functions.php:951
msgid "Bihor"
msgstr ""

#: includes/country-functions.php:950
msgid "Bacau"
msgstr ""

#: includes/country-functions.php:949
msgid "Arges"
msgstr ""

#: includes/country-functions.php:948
msgid "Arad"
msgstr ""

#: includes/country-functions.php:947
msgid "Alba"
msgstr ""

#: includes/country-functions.php:932
msgid "D&#252;zce"
msgstr ""

#: includes/country-functions.php:931
msgid "Osmaniye"
msgstr ""

#: includes/country-functions.php:930
msgid "Kilis"
msgstr ""

#: includes/country-functions.php:929
msgid "Karab&#252;k"
msgstr ""

#: includes/country-functions.php:928
msgid "Yalova"
msgstr ""

#: includes/country-functions.php:927
msgid "I&#287;d&#305;r"
msgstr ""

#: includes/country-functions.php:926
msgid "Ardahan"
msgstr ""

#: includes/country-functions.php:925
msgid "Bart&#305;n"
msgstr ""

#: includes/country-functions.php:924
msgid "&#350;&#305;rnak"
msgstr ""

#: includes/country-functions.php:923
msgid "Batman"
msgstr ""

#: includes/country-functions.php:922
msgid "K&#305;r&#305;kkale"
msgstr ""

#: includes/country-functions.php:921
msgid "Karaman"
msgstr ""

#: includes/country-functions.php:920
msgid "Bayburt"
msgstr ""

#: includes/country-functions.php:919
msgid "Aksaray"
msgstr ""

#: includes/country-functions.php:918
msgid "Zonguldak"
msgstr ""

#: includes/country-functions.php:917
msgid "Yozgat"
msgstr ""

#: includes/country-functions.php:916
msgid "Van"
msgstr ""

#: includes/country-functions.php:915
msgid "U&#351;ak"
msgstr ""

#: includes/country-functions.php:914
msgid "&#350;anl&#305;urfa"
msgstr ""

#: includes/country-functions.php:913
msgid "Tunceli"
msgstr ""

#: includes/country-functions.php:912
msgid "Trabzon"
msgstr ""

#: includes/country-functions.php:911
msgid "Tokat"
msgstr ""

#: includes/country-functions.php:910
msgid "Tekirda&#287;"
msgstr ""

#: includes/country-functions.php:909
msgid "Sivas"
msgstr ""

#: includes/country-functions.php:908
msgid "Sinop"
msgstr ""

#: includes/country-functions.php:907
msgid "Siirt"
msgstr ""

#: includes/country-functions.php:906
msgid "Samsun"
msgstr ""

#: includes/country-functions.php:905
msgid "Sakarya"
msgstr ""

#: includes/country-functions.php:904
msgid "Rize"
msgstr ""

#: includes/country-functions.php:903
msgid "Ordu"
msgstr ""

#: includes/country-functions.php:902
msgid "Ni&#287;de"
msgstr ""

#: includes/country-functions.php:901
msgid "Nev&#351;ehir"
msgstr ""

#: includes/country-functions.php:900
msgid "Mu&#351;"
msgstr ""

#: includes/country-functions.php:899
msgid "Mu&#287;la"
msgstr ""

#: includes/country-functions.php:898
msgid "Mardin"
msgstr ""

#: includes/country-functions.php:897
msgid "Kahramanmara&#351;"
msgstr ""

#: includes/country-functions.php:896
msgid "Manisa"
msgstr ""

#: includes/country-functions.php:895
msgid "Malatya"
msgstr ""

#: includes/country-functions.php:894
msgid "K&#252;tahya"
msgstr ""

#: includes/country-functions.php:893
msgid "Konya"
msgstr ""

#: includes/country-functions.php:892
msgid "Kocaeli"
msgstr ""

#: includes/country-functions.php:891
msgid "K&#305;r&#351;ehir"
msgstr ""

#: includes/country-functions.php:890
msgid "K&#305;rklareli"
msgstr ""

#: includes/country-functions.php:889
msgid "Kayseri"
msgstr ""

#: includes/country-functions.php:888
msgid "Kastamonu"
msgstr ""

#: includes/country-functions.php:887
msgid "Kars"
msgstr ""

#: includes/country-functions.php:886
msgid "&#304;zmir"
msgstr ""

#: includes/country-functions.php:885
msgid "&#304;stanbul"
msgstr ""

#: includes/country-functions.php:884
msgid "&#304;&#231;el"
msgstr ""

#: includes/country-functions.php:883
msgid "Isparta"
msgstr ""

#: includes/country-functions.php:882
msgid "Hatay"
msgstr ""

#: includes/country-functions.php:881
msgid "Hakkari"
msgstr ""

#: includes/country-functions.php:880
msgid "G&#252;m&#252;&#351;hane"
msgstr ""

#: includes/country-functions.php:879
msgid "Giresun"
msgstr ""

#: includes/country-functions.php:878
msgid "Gaziantep"
msgstr ""

#: includes/country-functions.php:877
msgid "Eski&#351;ehir"
msgstr ""

#: includes/country-functions.php:876
msgid "Erzurum"
msgstr ""

#: includes/country-functions.php:875
msgid "Erzincan"
msgstr ""

#: includes/country-functions.php:874
msgid "Elaz&#305;&#287;"
msgstr ""

#: includes/country-functions.php:873
msgid "Edirne"
msgstr ""

#: includes/country-functions.php:872
msgid "Diyarbak&#305;r"
msgstr ""

#: includes/country-functions.php:871
msgid "Denizli"
msgstr ""

#: includes/country-functions.php:870
msgid "&#199;orum"
msgstr ""

#: includes/country-functions.php:869
msgid "&#199;ank&#305;r&#305;"
msgstr ""

#: includes/country-functions.php:868
msgid "&#199;anakkale"
msgstr ""

#: includes/country-functions.php:867
msgid "Bursa"
msgstr ""

#: includes/country-functions.php:866
msgid "Burdur"
msgstr ""

#: includes/country-functions.php:865
msgid "Bolu"
msgstr ""

#: includes/country-functions.php:864
msgid "Bitlis"
msgstr ""

#: includes/country-functions.php:863
msgid "Bing&#246;l"
msgstr ""

#: includes/country-functions.php:862
msgid "Bilecik"
msgstr ""

#: includes/country-functions.php:861
msgid "Bal&#305;kesir"
msgstr ""

#: includes/country-functions.php:860
msgid "Ayd&#305;n"
msgstr ""

#: includes/country-functions.php:859
msgid "Artvin"
msgstr ""

#: includes/country-functions.php:858
msgid "Antalya"
msgstr ""

#: includes/country-functions.php:857
msgid "Ankara"
msgstr ""

#: includes/country-functions.php:856
msgid "Amasya"
msgstr ""

#: includes/country-functions.php:855
msgid "A&#287;r&#305;"
msgstr ""

#: includes/country-functions.php:854
msgid "Afyon"
msgstr ""

#: includes/country-functions.php:853
msgid "Ad&#305;yaman"
msgstr ""

#: includes/country-functions.php:852
msgid "Adana"
msgstr ""

#: includes/country-functions.php:786
msgid "Municipality"
msgstr ""

#: includes/country-functions.php:734
msgid "State / Zone"
msgstr ""

#: includes/country-functions.php:684
msgid "Prefecture"
msgstr ""

#: includes/admin/import-functions.php:463 includes/country-functions.php:652
#: includes/country-functions.php:662 includes/country-functions.php:814
msgid "County"
msgstr ""

#: includes/admin/import-functions.php:464 includes/country-functions.php:591
#: includes/country-functions.php:647 includes/country-functions.php:723
msgid "Region"
msgstr ""

#: includes/country-functions.php:584
msgid "Canton"
msgstr ""

#: includes/admin/import-functions.php:462 includes/country-functions.php:568
#: includes/country-functions.php:579 includes/country-functions.php:596
#: includes/country-functions.php:657 includes/country-functions.php:679
#: includes/country-functions.php:717 includes/country-functions.php:781
#: includes/country-functions.php:804 includes/country-functions.php:831
msgid "Province"
msgstr ""

#: includes/country-functions.php:562
msgid "District"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:169
msgid "There is %1$d GiveWP addon that needs to be updated. <a href=\"%2$s\">Update now</a>"
msgid_plural "There are %1$d GiveWP addons that need to be updated. <a href=\"%2$s\">Update now</a>"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/upgrades/views/upgrades.php:163
msgid "Add-on Updates"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:482
#: includes/admin/upgrades/views/db-upgrades-complete-metabox.php:4
#: includes/admin/upgrades/views/upgrades.php:53
msgid "Database Updates"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:47
msgid "GiveWP regularly receives new features, bug fixes, and enhancements. It is important to always stay up-to-date with latest version of GiveWP core and its add-ons.  <strong>If you do not have a backup already, please create a full backup before updating.</strong> To update add-ons be sure your <a href=\"%1$s\">license keys</a> are activated."
msgstr ""

#: includes/admin/upgrades/views/upgrades-complete.php:21
msgid "GiveWP %s Updates Complete"
msgstr ""

#: includes/admin/upgrades/views/plugins-update-section.php:52
msgid "(Latest Version: %s)"
msgstr ""

#: includes/admin/upgrades/views/plugins-update-section.php:45
msgid "Unlicensed add-ons cannot be updated. Please purchase or renew a valid license."
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:837
#: includes/admin/upgrades/views/db-upgrades-complete-metabox.php:7
msgid "Updates Completed."
msgstr ""

#: includes/class-give-scripts.php:376
msgid "Please reload this page and try again"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:275
msgid "GiveWP Updates"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:260
#: includes/admin/upgrades/class-give-updates.php:278
msgid "Updates"
msgstr ""

#: includes/admin/upgrades/class-give-updates.php:259
msgid "GiveWP Updates Complete"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:712
msgid "IPN received for <a href=\"%1$s\">#%2$s</a> ( <a href=\"%3$s\" target=\"_blank\">%4$s</a> ) on %5$s at %6$s. Status %7$s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:697
msgid "Displays whether when last PayPal IPN is received with which donation or transaction."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:696
msgid "PayPal IPN Notifications"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:654
msgid "The page where past donations are listed."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:217
msgid "The server's connection as rated by https://www.howsmyssl.com/"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:216
msgid "TLS Rating"
msgstr ""

#. translators: %s: SSL connection response
#: includes/admin/tools/views/html-admin-page-system-info.php:210
msgid "Connection uses %s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:200
msgid "Most payment gateway APIs only support connections using the TLS 1.2 security protocol."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:199
msgid "TLS Connection"
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:279
msgid "Test donor and transactions successfully deleted."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:117
msgid "No, keep my GiveWP settings and donation data"
msgstr ""

#: includes/admin/reports/class-gateways-reports-table.php:146
msgid "Total Payments"
msgstr ""

#: includes/admin/reports/class-gateways-reports-table.php:145
msgid "Pending / Failed Payments"
msgstr ""

#: includes/admin/reports/class-gateways-reports-table.php:144
msgid "Complete Payments"
msgstr ""

#: includes/admin/donors/donors.php:723
#: includes/admin/payments/view-payment-details.php:842
msgid "State / Province / County:"
msgstr ""

#: includes/admin/admin-filters.php:93
msgid "The 'Decimal Separator' option has automatically been set to empty because it can not be equal to the 'Thousand Separator'"
msgstr ""

#: includes/admin/admin-filters.php:60
msgid "The 'Number of Decimals' option has been automatically set to %s because you entered a number higher than the maximum allowed."
msgstr ""

#: includes/admin/admin-filters.php:42
msgid "The 'Number of Decimals' option has been automatically set to zero because the 'Decimal Separator' is not set."
msgstr ""

#. translators: %s: user first name
#: includes/process-donation.php:318
msgid "Welcome %s! You have successfully logged into your account."
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:49
#: includes/admin/emails/class-new-donor-register-email.php:37
#: includes/admin/emails/class-new-donor-register-email.php:50
msgid "New User Registration"
msgstr ""

#: includes/user-functions.php:431
msgid "Passwords should have at least 6 characters."
msgstr ""

#: includes/class-give-scripts.php:380
msgid "Choose Image"
msgstr ""

#: includes/class-give-scripts.php:372
msgid "Are you sure you want to set status of {payment_count} donations to {status}?"
msgstr ""

#: includes/class-give-scripts.php:371
msgid "Are you sure you want to set status of this donation to {status}?"
msgstr ""

#: includes/class-give-scripts.php:370
msgid "You must choose at least one or more donations to set status to {status}."
msgstr ""

#: includes/class-notices.php:518
#: src/PaymentGateways/Stripe/Admin/AccountManagerSettingField.php:527
msgid "Click here"
msgstr ""

#: includes/admin/payments/class-payments-table.php:778
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Set To Preapproval"
msgstr ""

#: includes/admin/payments/class-payments-table.php:772
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Set To Processing"
msgstr ""

#: includes/class-give-scripts.php:388
msgid "Searching results for match {search_term}"
msgstr ""

#: includes/class-give-scripts.php:387
msgid "No results match {search_term}"
msgstr ""

#: includes/class-give-scripts.php:337
msgid "Type to search all states/provinces"
msgstr ""

#: includes/class-give-scripts.php:336
msgid "Type to search all countries"
msgstr ""

#: includes/class-give-scripts.php:335
msgid "Type to search all donors"
msgstr ""

#: includes/class-give-scripts.php:298
msgid "Are you sure you want to disconnect the user from this donor?"
msgstr ""

#: includes/admin/class-give-html-elements.php:870
msgid "Select a user"
msgstr ""

#: includes/admin/payments/class-payments-table.php:506
msgid "via"
msgstr ""

#: includes/admin/donors/donor-actions.php:426
msgid "Donor ID is required."
msgstr ""

#. translators: 1. Donor Email, 2. Submitted Email
#: includes/process-donation.php:271
msgid "You are logged in as %1$s, and are submitting a donation as %2$s, which is an existing donor. To ensure that the email address is tied to the correct donor, please submit this donation from a logged-out browser, or choose another email address."
msgstr ""

#: includes/post-types.php:405
msgid "Processing <span class=\"count\">(%s)</span>"
msgid_plural "Processing <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: includes/post-types.php:400
msgctxt "Processing payment status"
msgid "Processing"
msgstr ""

#: includes/admin/payments/class-payments-table.php:323
#: includes/payments/functions.php:607
#: src/Campaigns/ListTable/Columns/StatusColumn.php:53
#: src/Donations/ValueObjects/DonationStatus.php:64
msgid "Processing"
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:44
msgid "New Offline Donation"
msgstr ""

#: includes/class-give-cache.php:224 includes/class-give-cache.php:265
#: includes/class-give-cache.php:314
msgid "Cache key format should be give_cache_*"
msgstr ""

#: templates/shortcode-receipt.php:200
msgid "Payment Abandoned: This donation has not been completed."
msgstr ""

#: templates/shortcode-receipt.php:196
msgid "Payment Cancelled: Your donation has been cancelled."
msgstr ""

#: templates/shortcode-receipt.php:188
msgid "Payment Preapproved: Thank you for your donation."
msgstr ""

#: templates/shortcode-receipt.php:184
msgid "Payment Refunded: Your donation has been refunded."
msgstr ""

#: templates/shortcode-receipt.php:180
msgid "Payment Pending: Your donation is currently processing."
msgstr ""

#: includes/forms/widget.php:237 includes/forms/widget.php:289
msgid "Button Text:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:116
msgid "Button Text"
msgstr ""

#: includes/admin/add-ons/actions.php:602
msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s or %5$supdate now%6$s."
msgstr ""

#: includes/admin/add-ons/actions.php:594
#: includes/admin/add-ons/actions.php:668
msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:536
msgid "Do you want to display a custom message when the goal is closed?"
msgstr ""

#: templates/history-donations.php:226
msgid "View Receipt &raquo;"
msgstr ""

#: templates/history-donations.php:212
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "View"
msgstr ""

#: includes/admin/donors/donor-actions.php:471
#: includes/admin/donors/donor-actions.php:577
msgid "Email address %1$s set as primary by %2$s"
msgstr ""

#: includes/user-functions.php:323
msgid "Enter a username."
msgstr ""

#: includes/class-give-scripts.php:367
msgid "Are you sure you want to resend the emails receipt to {payment_count} recipients?"
msgstr ""

#: includes/class-give-scripts.php:366
msgid "Are you sure you want to resend the email receipt to this recipient?"
msgstr ""

#: includes/class-give-scripts.php:365
msgid "You must choose at least one or more recipients to resend the email receipt."
msgstr ""

#: includes/class-give-scripts.php:362
msgid "Are you sure you want to permanently delete the selected {payment_count} donations?"
msgstr ""

#: includes/class-give-scripts.php:361
msgid "Are you sure you want to permanently delete this donation?"
msgstr ""

#: includes/class-give-scripts.php:360
msgid "You must choose at least one or more donations to delete."
msgstr ""

#: includes/class-give-scripts.php:333 build/assets/dist/js/admin.js:1
#: build/assets/dist/js/give.js:1
msgid "Dismiss this notice."
msgstr ""

#. translators : %s: Donation form options metabox
#: includes/class-give-scripts.php:331
msgid "Do you want to delete this item?"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:210
#: build/formBuilderApp.js:13
msgid "Email Subject"
msgstr ""

#: includes/gateways/offline-donations.php:69
#: build/offlineGatewayFormBuilder.js:1
msgid "Donation Instructions"
msgstr ""

#: includes/gateways/offline-donations.php:56
msgid "Billing Fields"
msgstr ""

#: includes/gateways/offline-donations.php:42
msgid "Do you want to customize the donation instructions for this form?"
msgstr ""

#: includes/forms/widget.php:265
msgid "Override the display content setting for this GiveWP form."
msgstr ""

#: includes/forms/widget.php:264 build/adminBlocks.js:1
#: build/campaignBlocks.js:1 build/donationFormBlock.js:1
msgid "Below"
msgstr ""

#: includes/forms/widget.php:263 build/adminBlocks.js:1
#: build/campaignBlocks.js:1 build/donationFormBlock.js:1
#: build/formBuilderApp.js:13
msgid "Above"
msgstr ""

#: includes/forms/widget.php:261
msgid "Display Content (optional):"
msgstr ""

#: includes/admin/views/html-admin-settings.php:180
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/campaignDetails.js:10 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "Save changes"
msgstr ""

#: includes/admin/views/html-admin-settings.php:143
msgid "View remaining setting tabs"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1040
msgid "The parent theme developers URL."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1039
msgid "Parent Theme Author URL"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1035
msgid "The installed version of the parent theme."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1034
msgid "Parent Theme Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1030
msgid "The name of the parent theme."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1029
msgid "Parent Theme Name"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1020
msgid "If you're modifying GiveWP on a parent theme you didn't build personally, then we recommend using a child theme. See: <a href=\"%s\" target=\"_blank\">How to Create a Child Theme</a>"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1017
msgid "Whether the current theme is a child theme."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1016
msgid "Child Theme"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1012
msgid "The theme developer's URL."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1011
msgid "Author URL"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1007
msgid "The installed version of the current active theme."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1006
#: includes/class-give-license-handler.php:1079
msgid "Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:1002
msgid "The name of the current active theme."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:992
#: build/campaignDetails.js:10
msgid "Theme"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:944
msgid "Active MU Plugins"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:893
msgid "Inactive Plugins"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:840
msgid "Other Active Plugins"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:825
#: includes/admin/tools/views/html-admin-page-system-info.php:882
#: includes/admin/tools/views/html-admin-page-system-info.php:929
#: includes/admin/tools/views/html-admin-page-system-info.php:979
#: includes/admin/upgrades/views/plugins-update-section.php:51
msgctxt "by author"
msgid "by %s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:818
#: includes/admin/upgrades/views/plugins-update-section.php:46
msgid "Unlicensed"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:813
#: includes/admin/upgrades/views/plugins-update-section.php:41
msgid "Licensed"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:797
#: includes/admin/tools/views/html-admin-page-system-info.php:874
#: includes/admin/tools/views/html-admin-page-system-info.php:921
#: includes/admin/upgrades/views/plugins-update-section.php:29
msgid "Visit author homepage"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:787
#: includes/admin/tools/views/html-admin-page-system-info.php:864
#: includes/admin/tools/views/html-admin-page-system-info.php:911
#: includes/admin/tools/views/html-admin-page-system-info.php:960
#: includes/admin/upgrades/views/plugins-update-section.php:18
msgid "Visit plugin homepage"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:765
msgid "Active GiveWP Add-ons"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:729
msgid "Whether donors can access their donation history using only email."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:728
msgid "Donor Email Access"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:692
msgid "The default payment gateway selected in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:691
msgid "Default Payment Gateway"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:687
msgid "All payment gateways enabled in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:686
msgid "Enabled Payment Gateways"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:659
msgid "The slug used for GiveWP donation forms."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:658
msgid "GiveWP Forms Slug"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:649
msgid "The page where donors land following a failed transaction."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:648
msgid "Failure Page"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:644
msgid "The page where donors land following a successful transaction."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:639
msgid "The thousands separator defined in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:634
msgid "The decimal separator defined in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:630
msgid "After"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:630
msgid "Before"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:629
msgid "The currency position selected in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:624
msgid "The currency code selected in GiveWP settings."
msgstr ""

#: includes/admin/import-functions.php:422
#: includes/admin/tools/export/give-export-donations-exporter.php:213
#: includes/admin/tools/export/give-export-donations-functions.php:287
#: includes/admin/tools/views/html-admin-page-system-info.php:623
msgid "Currency Code"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:619
msgid "Whether Test Mode is enabled in GiveWP settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:614
msgid "The version of GiveWP installed prior to the last update."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:613
msgid "Upgraded From"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:473
msgid "The version of GiveWP installed on your site."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:472
msgid "GiveWP Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:466
msgid "GiveWP Configuration"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:434
msgid "wp_remote_get() failed. The GiveWP plugin updater won't work with your server. Contact your hosting provider."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:427
msgid "GiveWP plugins may use this method of communication when checking for plugin updates."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:426
msgid "Remote Get"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:420
#: includes/admin/tools/views/html-admin-page-system-info.php:438
msgid "Status code: %s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:418
#: includes/admin/tools/views/html-admin-page-system-info.php:436
msgid "Error: %s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:416
msgid "wp_remote_post() failed. PayPal IPN won't work with your server. Contact your hosting provider."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:399
msgid "PayPal uses this method of communicating when sending back transaction information."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:398
msgid "Remote Post"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:394
msgid "Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:388
msgid "Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:383
msgid "GD Graphics Library is used for dynamically manipulating images."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:377
msgid "Your server does not support the %s function - this is used for file compression and decompression."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:371
msgid "gzip is used for file compression and decompression."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:366
msgid "Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:360
msgid "HTML/Multipart emails use DOMDocument to generate inline CSS in templates."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:355
msgid "Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:349
msgid "Some webservices like shipping use SOAP to get information from remote servers, for example, live shipping quotes from FedEx require SOAP to be installed."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:344
msgid "Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:338
msgid "Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:326
msgid "Default timezone is %s - it should be UTC"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:321
msgid "The default timezone for your server."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:320
msgid "Default Timezone is UTC"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:311
msgid "WordPress Requirements"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:311
msgid "%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:305
msgid "The version of MySQL installed on your hosting server."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:304
msgid "MySQL Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:293
msgid "Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:292
msgid "SUHOSIN Installed"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:281
msgid "%s - We recommend a minimum cURL version of 7.40."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:274
msgid "The version of cURL installed on your server."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:273
msgid "cURL Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:269
msgid "The largest filesize that can be uploaded to your WordPress installation."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:268
msgid "PHP Max Upload Size"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:264
msgid "The maximum number of variables your server can use for a single function to avoid overloads."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:263
msgid "PHP Max Input Vars"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:259
msgid "The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:258
msgid "PHP Time Limit"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:254
msgid "The largest filesize that can be contained in one post."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:253
msgid "PHP Post Max Size"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:246
msgid "Couldn't determine PHP version because phpversion() doesn't exist."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:241
msgid "PHP Requirements in Give"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:241
msgid "%1$s - We recommend a minimum PHP version of 5.6. See: %2$s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:233
msgid "The version of PHP installed on your hosting server."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:232
msgid "PHP Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:228
msgid "Information about the web server that is currently hosting your site."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:227
msgid "Server Info"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:196
#: src/DonorDashboards/Repositories/Donations.php:378
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Unknown"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:195
msgid "The hosting provider for this WordPress installation."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:194
msgid "Hosting Provider"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:188
msgid "Server Environment"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:179
msgid "A list of all registered post statuses."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:178
msgid "Registered Post Statuses"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:175
msgid "Inaccessible"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:175
msgid "Accessible"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:174
msgid "Whether Admin AJAX is accessible."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:173
msgid "Admin AJAX"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:169
msgid "The status of the table prefix used in your WordPress database."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:168
msgid "Table Prefix Status"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:164
msgid "The length of the table prefix used in your WordPress database."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:163
msgid "Table Prefix Length"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:153
msgid "The page set to display your posts."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:152
msgid "Page for Posts"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:149
#: includes/admin/tools/views/html-admin-page-system-info.php:154
msgid "Unset"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:148
msgid "The page set to display as your front page."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:147
msgid "Page on Front"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:138
msgid "Whether your front page is set to show posts or a static page."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:137
msgid "Show on Front"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:133
msgid "The permalink structure as defined in Settings."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:132
msgid "Permalink Structure"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:128
msgid "The current language used by WordPress. Default = English"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:127
msgid "Language"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:117
msgid "Displays whether or not WP Cron Jobs are enabled."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:116
msgid "WP Cron"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:106
msgid "Displays whether or not WordPress is in Debug Mode."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:105
msgid "WP Debug Mode"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:97
msgid "Increasing memory allocated to PHP"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:97
msgid "%1$s - We recommend setting memory to at least 64 MB. See: %2$s"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:86
msgid "The maximum amount of memory (RAM) that your site can use at one time."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:85
msgid "WP Memory Limit"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:72
msgid "Whether or not you have WordPress Multisite enabled."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:71
msgid "WP Multisite"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:67
msgid "The version of WordPress installed on your site."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:66
msgid "WP Version"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:62
msgid "The root URL of your site."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:61
msgid "Site URL"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:57
msgid "The URL of your site's homepage."
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:56
msgid "Home URL"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:51
msgid "WordPress Environment"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:39
msgid "Understanding the System Report"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:37
msgid "Get System Report"
msgstr ""

#: includes/admin/tools/views/html-admin-page-system-info.php:35
msgid "Please copy and paste this information in your ticket when contacting support:"
msgstr ""

#: includes/admin/tools/class-settings-data.php:49
msgid "Data"
msgstr ""

#: includes/admin/settings/class-settings-general.php:433
msgid "General Options"
msgstr ""

#: includes/admin/settings/class-settings-general.php:430
msgid "General Options Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-general.php:286
msgid "Currency Options Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-general.php:246
msgid "The symbol (typically , or .) to separate thousands."
msgstr ""

#: includes/admin/settings/class-settings-general.php:160
msgid "Access Control Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-general.php:152
msgid "Please paste the reCAPTCHA secret key here from your  reCAPTCHA API Keys panel."
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:50
#: includes/admin/emails/class-offline-donation-instruction-email.php:50
msgid "Offline"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:182
msgid "Gateway Settings"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:179
msgid "Gateways Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:92
msgid "Offline Gateway Settings"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:89
msgid "Offline Donations Settings Docs Link"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:258
msgid "PayPal Standard Gateway Settings"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:255
msgid "PayPal Standard Gateway Settings Docs Link"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:209
msgid "Enter the name of the PayPal page style to use, or leave blank to use the default."
msgstr ""

#: includes/admin/settings/class-settings-email.php:243
msgid "Donation Notification Settings"
msgstr ""

#: includes/admin/settings/class-settings-email.php:240
msgid "Donation Notification Settings Docs Link"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:123
msgid "Email Notifications"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:160
#: includes/admin/settings/class-settings-email.php:229
#: build/formBuilderApp.js:13
msgid "Email address from which all GiveWP emails are sent from. This will act as the \"from\" and \"reply-to\" email address."
msgstr ""

#: includes/admin/emails/class-email-notifications.php:153
#: includes/admin/settings/class-settings-email.php:222
#: build/formBuilderApp.js:13
msgid "The name which appears in the \"From\" field in all GiveWP donation emails."
msgstr ""

#: includes/admin/emails/class-email-notifications.php:139
#: includes/admin/settings/class-settings-email.php:209
msgid "Choose your template from the available registered template types."
msgstr ""

#: includes/admin/settings/class-settings-display.php:310
msgid "Terms and Conditions Settings"
msgstr ""

#: includes/admin/settings/class-settings-display.php:307
msgid "Terms and Conditions Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-display.php:302
msgid "This is the actual text which the user will be asked to agree to in order to donate. Note: You can customize the content per form as needed."
msgstr ""

#: includes/admin/settings/class-settings-display.php:292
msgid "The label shown next to the agree to terms check box. Customize it here or leave blank to use the default placeholder text. Note: You can customize the label per form."
msgstr ""

#: includes/admin/settings/class-settings-display.php:281
msgid "Would you like to require that donors agree to your terms when donating? Note: You can enable/disable this option and customize the terms per form as well."
msgstr ""

#: includes/admin/settings/class-settings-display.php:263
msgid "Taxonomies Settings"
msgstr ""

#: includes/admin/settings/class-settings-display.php:260
msgid "Taxonomies Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-display.php:250
msgid "Enable Tags for all GiveWP forms."
msgstr ""

#: includes/admin/settings/class-settings-display.php:249
#: build/formTaxonomySettings.js:1
msgid "Form Tags"
msgstr ""

#: includes/admin/settings/class-settings-display.php:239
msgid "Enable Categories for all GiveWP forms."
msgstr ""

#: includes/admin/settings/class-settings-display.php:238
#: build/formTaxonomySettings.js:1
msgid "Form Categories"
msgstr ""

#: includes/admin/settings/class-settings-display.php:221
msgid "Post Types Settings"
msgstr ""

#: includes/admin/settings/class-settings-display.php:218
msgid "Post Types Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-display.php:208
msgid "The sidebar allows you to add additional widgets to the GiveWP single form view. If you don't plan on using the sidebar you may disable it with this option."
msgstr ""

#: includes/admin/settings/class-settings-display.php:207
msgid "Single Form Sidebar"
msgstr ""

#: includes/admin/settings/class-settings-display.php:188
msgid "Form Featured Image"
msgstr ""

#: includes/admin/settings/class-settings-display.php:177
msgid "Form Excerpts"
msgstr ""

#: includes/admin/settings/class-settings-display.php:158
msgid "Archive pages list all the donation forms you have created. This option will disable only the form's archive page(s). The form's single view will still be displayed. Note: you will need to <a href=\"%s\">refresh your permalinks</a> after this option has been enabled."
msgstr ""

#: includes/admin/settings/class-settings-display.php:155
msgid "Form Archives"
msgstr ""

#: includes/admin/settings/class-settings-display.php:144
msgid "Form Single Views"
msgstr ""

#: includes/admin/settings/class-settings-display.php:127
msgid "Display Options Settings"
msgstr ""

#: includes/admin/settings/class-settings-display.php:124
msgid "Display Settings Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:97
msgid "Default GiveWP Styles"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:235
msgid "Advanced Settings"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:232
msgid "Advanced Settings Docs Link"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:152
msgid "Head"
msgstr ""

#. translators: accessibility text for the footer landmark region.
#: includes/admin/settings/class-settings-advanced.php:153
#: build/formBuilderApp.js:13
msgid "Footer"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:146
msgid "This allows you to load your GiveWP scripts either in the <code>&lt;head&gt;</code> or footer of your website."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:145
msgid "Script Loading Location"
msgstr ""

#. translators: %s: the_content
#: includes/admin/settings/class-settings-advanced.php:131
msgid "%s filter"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:116
msgid "Yes, Remove all data"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:110
msgid "When the plugin is deleted, completely remove all GiveWP data. This includes all GiveWP settings, forms, form meta, donor, donor data, donations. Everything."
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:109
msgid "Remove Data on Uninstall"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:196
msgid "Choose one or more from tags"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:163
msgid "Choose one or more from categories"
msgstr ""

#: includes/admin/reports/graphing.php:841
msgid "Refresh Report Data"
msgstr ""

#: includes/admin/reports/class-gateways-report.php:87
#: includes/admin/settings/class-settings-gateways.php:225
msgid "Gateways"
msgstr ""

#: includes/admin/reports/class-gateways-report.php:37
#: includes/admin/reports/reports.php:124
msgid "Donation Methods"
msgstr ""

#: includes/admin/class-give-html-elements.php:206
#: includes/admin/class-give-html-elements.php:299
#: includes/admin/class-give-html-elements.php:310
#: includes/admin/reports/class-form-reports-table.php:86
#: includes/admin/shortcodes/abstract-shortcode-generator.php:347
msgid "Untitled (#%s)"
msgstr ""

#: includes/admin/give-metabox-functions.php:1440 src/FormAPI/Form/Group.php:36
#: build/formBuilderRegistrars.js:1
msgid "Group"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:584
msgid "Agreement Label"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:577
#: includes/gateways/offline-donations.php:51
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:401
msgid "Disable"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:133
#: includes/admin/emails/class-email-setting-field.php:176
#: includes/admin/forms/class-metabox-form-data.php:576
#: includes/admin/forms/class-metabox-form-data.php:633
#: includes/gateways/offline-donations.php:50 build/formBuilderRegistrars.js:1
msgid "Customize"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:569
msgid "Do you want to require the donor to accept terms prior to being able to complete their donation?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:561
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Terms & Conditions"
msgstr ""

#: src/Form/Template/Options.php:222
msgid "Below fields"
msgstr ""

#: src/Form/Template/Options.php:221
msgid "Above fields"
msgstr ""

#: src/Form/Template/Options.php:215
msgid "This option controls where the content appears within the donation form."
msgstr ""

#: src/Form/Template/Options.php:214
msgid "Content Placement"
msgstr ""

#: src/Form/Template/Options.php:190
msgid "Do you want to add custom content to this form?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:523
msgid "Close Form"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:515
msgid "Customize the color of the goal progress bar."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:514
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:419
#: blocks/donation-form-grid/edit/inspector.js:326 build/adminBlocks.js:1
msgid "Progress Bar Color"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:448
#: includes/admin/forms/class-metabox-form-data.php:455
#: includes/admin/forms/class-metabox-form-data.php:495
#: includes/admin/forms/class-metabox-form-data.php:546
#: build/assets/dist/js/admin-onboarding-wizard.js:1 build/formBuilderApp.js:13
msgid "Donation Goal"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:425
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:26
msgid "Registration + Login"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:417
#: includes/admin/forms/class-metabox-form-data.php:423
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:18
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:35
msgid "Registration"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:407
msgid "Do you want to allow non-logged-in users to make donations?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:406
msgid "Guest Donations"
msgstr ""

#: src/Form/Template/Options.php:56
msgid "Submit Button"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:117
#: includes/forms/widget.php:239 src/Form/Template/Options.php:136
msgid "The button label for displaying the additional payment fields."
msgstr ""

#: src/Form/Template/Options.php:135
#: src/Views/Form/Templates/Sequoia/optionConfig.php:174
msgid "Continue Button"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:109
#: includes/forms/widget.php:231 src/Form/Template/Options.php:113
msgid "Button"
msgstr ""

#: src/Form/Template/Options.php:107
msgid "How would you like to display donation information for this form?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:433
#: src/Views/Form/Templates/Legacy/optionConfig.php:9
msgid "Form Display"
msgstr ""

#: includes/admin/give-metabox-functions.php:492
msgid "Maximum amount"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:55
msgid "Donation Form Options"
msgstr ""

#. translators: %s Title
#: includes/admin/class-admin-settings.php:1073
#: includes/admin/give-metabox-functions.php:1137
msgid "Need Help? See docs on \"%s\""
msgstr ""

#: includes/admin/class-admin-settings.php:122
msgid "Your settings have been saved."
msgstr ""

#: includes/admin/class-admin-settings.php:107
msgid "Action failed. Please refresh the page and retry."
msgstr ""

#: includes/admin/admin-actions.php:181
msgid "Successfully sent email receipt to one recipient."
msgid_plural "Successfully sent email receipts to %d recipients."
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:161
msgid "Successfully deleted one donation."
msgid_plural "Successfully deleted %d donations."
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:339 includes/class-give-scripts.php:332
msgid "You cannot set the success and failed pages to the same page"
msgstr ""

#: includes/admin/admin-pages.php:93
msgid "GiveWP Tools"
msgstr ""

#: includes/admin/abstract-admin-settings-page.php:189
#: includes/admin/views/html-admin-settings.php:193
msgid "Oops, this settings page does not exist."
msgstr ""

#: includes/admin/payments/view-payment-details.php:419
msgid "Donation Form ID:"
msgstr ""

#: includes/admin/donors/donors.php:817
#: includes/admin/settings/class-settings-email.php:353
msgid "Donor Emails"
msgstr ""

#: templates/shortcode-receipt.php:204
msgid "Payment Revoked: Please contact the site owner for assistance."
msgstr ""

#: templates/shortcode-receipt.php:192
msgid "Payment Failed: Please contact the site owner for assistance."
msgstr ""

#: templates/shortcode-receipt.php:176
msgid "Payment Complete: Thank you for your donation."
msgstr ""

#: templates/shortcode-profile-editor.php:26
msgid "Your profile has been updated."
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:289
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/annual-receipt-row/index.js:19
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:44
msgid "View Receipt"
msgstr ""

#. translators: %s: the template
#: includes/template-functions.php:58
msgid "The %s template was not found."
msgstr ""

#: includes/shortcodes.php:259
msgid "The form does not have Goals enabled."
msgstr ""

#: includes/shortcodes.php:166 includes/shortcodes.php:251
msgid "The shortcode is missing a valid Donation Form ID attribute."
msgstr ""

#: includes/class-give-scripts.php:334
msgid "Type to search all forms"
msgstr ""

#: includes/class-give-scripts.php:299
msgid "Choose a form"
msgstr ""

#: includes/class-give-scripts.php:525
msgid "Please select payment mode."
msgstr ""

#: includes/class-give-scripts.php:532 includes/process-donation.php:603
msgid "You must agree to the terms and conditions."
msgstr ""

#: includes/post-types.php:445 includes/post-types.php:455
msgid "Form submitted."
msgstr ""

#: includes/post-types.php:444 includes/post-types.php:454
msgid "Form saved."
msgstr ""

#: includes/post-types.php:443 includes/post-types.php:453
#: build/formBuilderApp.js:13
msgid "Form published."
msgstr ""

#: includes/post-types.php:441 includes/post-types.php:442
#: includes/post-types.php:451 includes/post-types.php:452
#: build/formBuilderApp.js:13
msgid "Form updated."
msgstr ""

#: includes/post-types.php:68
msgid "No forms found in Trash."
msgstr ""

#: includes/post-types.php:66
msgid "Search Forms"
msgstr ""

#: includes/admin/class-give-html-elements.php:153
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:49
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:48
#: includes/admin/tools/export/class-give-export-donations.php:222
#: includes/post-types.php:64
#: src/DonationForms/V2/DonationFormsAdminPage.php:73
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:221
msgid "All Forms"
msgstr ""

#: includes/admin/import-functions.php:341 includes/post-types.php:63
msgid "New Form"
msgstr ""

#: includes/post-types.php:62 blocks/components/edit-form/index.js:30
msgid "Edit Donation Form"
msgstr ""

#: includes/post-types.php:60
msgid "Add Form"
msgstr ""

#: includes/payments/functions.php:1513
msgid "Delete this donation note."
msgstr ""

#: includes/install.php:464
#: src/Views/Form/Templates/Classic/resources/views/receipt.php:39
#: src/Views/Form/Templates/Sequoia/views/receipt.php:34
msgid "Donation Failed"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10
msgid "GiveWP Forms"
msgstr ""

#: includes/forms/template.php:1886
msgid "Terms"
msgstr ""

#: includes/forms/template.php:1871
msgid "Please enter valid terms and conditions in <a href=\"%s\">this form's settings</a>."
msgstr ""

#: includes/emails/template.php:187
msgid "- Select a donation -"
msgstr ""

#: includes/admin/emails/abstract-email-notification.php:907
#: includes/emails/template.php:86
#: src/FormBuilder/EmailPreview/Actions/ApplyPreviewTemplateTags.php:53
msgid "Sample Donation Form Title - Sample Donation Level"
msgstr ""

#: includes/emails/class-give-email-tags.php:406
msgid "The donation receipt direct URL, to view the receipt on the website."
msgstr ""

#: includes/emails/class-give-email-tags.php:400
msgid "The donation receipt direct link, to view the receipt on the website."
msgstr ""

#: includes/emails/class-give-email-tags.php:484
msgid "The name of your site."
msgstr ""

#. translators: %s: filter name
#: includes/deprecated/deprecated-filters.php:87
#: includes/gateways/stripe/includes/deprecated/deprecated-filters.php:60
msgid "The %s filter"
msgstr ""

#. translators: %s: action name.
#: includes/deprecated/deprecated-actions.php:143
#: src/Form/LegacyConsumer/Commands/DeprecateOldTemplateHook.php:32
msgid "The %s action"
msgstr ""

#: includes/country-functions.php:2317
msgid "Álava"
msgstr ""

#: includes/admin/class-give-html-elements.php:85
msgid "Select a donation"
msgstr ""

#: includes/class-give-email-access.php:302
msgid "Your access token has expired. Please request a new one."
msgstr ""

#: includes/class-give-cli-commands.php:811
msgid "Error while deleting this transient"
msgstr ""

#: includes/class-give-cli-commands.php:747
msgid "Type wp give cache --action=delete to delete all stat transients"
msgstr ""

#: includes/class-give-cli-commands.php:715
msgid "Sales"
msgstr ""

#: includes/class-give-cli-commands.php:714
msgid "Earnings"
msgstr ""

#: includes/class-give-cli-commands.php:629
msgid "%1$s. Donation #%2$s"
msgstr ""

#: includes/class-give-cli-commands.php:480
msgid "s_no"
msgstr ""

#: includes/class-give-cli-commands.php:430
msgid "%1$d donors created in %2$d seconds"
msgstr ""

#: includes/class-give-cli-commands.php:423
msgid "Failed to create donor"
msgstr ""

#: includes/class-give-cli-commands.php:421
msgid "Donor #%d created successfully"
msgstr ""

#: includes/class-give-cli-commands.php:282
msgid "%d donation forms found"
msgstr ""

#: includes/class-give-cli-commands.php:270
msgid "Not set"
msgstr ""

#: includes/class-give-cli-commands.php:259
msgid "form type"
msgstr ""

#: includes/class-give-cli-commands.php:152
msgid "Not any payment gateways found"
msgstr ""

#: includes/class-give-cli-commands.php:143
msgid "Enabled Gateways: "
msgstr ""

#: includes/class-give-cli-commands.php:139
msgid "Default Gateway: "
msgstr ""

#: includes/class-give-cli-commands.php:138
msgid "Test Mode: "
msgstr ""

#: includes/class-give-cli-commands.php:137
msgid "Number of Decimals: "
msgstr ""

#: includes/class-give-cli-commands.php:136
msgid "Decimal Separator: "
msgstr ""

#: includes/class-give-cli-commands.php:135
msgid "Thousand Separator: "
msgstr ""

#: includes/class-give-cli-commands.php:134
msgid "Currency Position: "
msgstr ""

#: includes/class-give-cli-commands.php:133
msgid "Currency: "
msgstr ""

#: includes/class-give-cli-commands.php:131
msgid "Currency Information"
msgstr ""

#: includes/class-give-cli-commands.php:124
msgid "Country: "
msgstr ""

#: includes/class-give-cli-commands.php:123
msgid "Donation History Page: "
msgstr ""

#: includes/class-give-cli-commands.php:122
msgid "Failed Donation Page: "
msgstr ""

#: includes/class-give-cli-commands.php:121
#: includes/class-give-cli-commands.php:122
#: includes/class-give-cli-commands.php:123
#: includes/class-give-cli-commands.php:139
msgid "Not Set"
msgstr ""

#: includes/class-give-cli-commands.php:121
msgid "Success Page: "
msgstr ""

#: includes/class-give-cli-commands.php:115
msgid "General information"
msgstr ""

#: includes/class-give-cli-commands.php:110
msgid "GiveWP Version: "
msgstr ""

#: blocks/load.php:16 includes/admin/plugins.php:256
msgid "Give"
msgstr ""

#: build/assets/dist/js/admin.js:1
#: src/PaymentGateways/resources/js/stripe-account-manager/set-default-account-action.js:49
msgid "View Documentation >"
msgstr ""

#: src/Views/Admin/Form/FormGrid-Settings.php:12
#: src/Views/Admin/Form/Metabox-Settings.php:59
msgid "Learn More"
msgstr ""

#: includes/admin/tools/data/class-give-tools-reset-stats.php:294
msgid "You do not have permission to reset data."
msgstr ""

#: includes/admin/tools/data/class-give-tools-recount-income.php:200
msgid "Revenue stats have been successfully recounted."
msgstr ""

#: includes/admin/tools/data/class-give-tools-recount-donor-stats.php:221
#: includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php:208
msgid "Donor stats have been successfully recounted."
msgstr ""

#: includes/admin/class-give-html-elements.php:201
#: includes/admin/tools/export/pdf-reports.php:192
#: includes/class-give-cli-commands.php:216 includes/post-types.php:67
#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "No forms found."
msgstr ""

#: includes/admin/reports/class-gateways-reports-table.php:208
msgid "Donation Methods Report"
msgstr ""

#: includes/admin/import-functions.php:411
#: includes/admin/tools/export/give-export-donations-exporter.php:175
#: includes/admin/tools/export/give-export-donations-functions.php:257
#: src/API/REST/V3/Routes/Donations/DonationController.php:895
#: src/API/REST/V3/Routes/Donations/DonationController.php:1102
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:359
#: templates/shortcode-receipt.php:100
msgid "Donation ID"
msgstr ""

#: includes/admin/payments/view-payment-details.php:927
msgid "No donation notes."
msgstr ""

#: includes/admin/payments/view-payment-details.php:910
msgid "Donation Notes"
msgstr ""

#: includes/admin/donors/donors.php:700
#: includes/admin/payments/view-payment-details.php:824
msgid "Address 2:"
msgstr ""

#: includes/admin/donors/donors.php:692
#: includes/admin/payments/view-payment-details.php:817
msgid "Address 1:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:722
msgid "New Donor Email:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:615
msgid "Create New Donor"
msgstr ""

#: includes/admin/payments/view-payment-details.php:684
msgid "Change Donor:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:624
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:144
msgid "Donor Name:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:618
msgid "Donor Since:"
msgstr ""

#: includes/admin/donors/donors.php:430
#: includes/admin/payments/view-payment-details.php:605
msgid "Donor ID:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:467
msgid "Donation Level:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:299
msgid "Donation Meta"
msgstr ""

#: includes/admin/payments/view-payment-details.php:259
msgid "Save Donation"
msgstr ""

#: includes/admin/payments/view-payment-details.php:140
msgid "Update Donation"
msgstr ""

#: includes/admin/payments/class-payments-table.php:667
#: includes/admin/payments/view-payment-details.php:83
msgid "This donation was made in test mode."
msgstr ""

#: includes/admin/payments/class-payments-table.php:638
#: includes/admin/payments/view-payment-details.php:159
msgid "Delete Donation %s"
msgstr ""

#: includes/admin/payments/class-payments-table.php:617
msgid "Resend Donation %s Receipt"
msgstr ""

#: includes/admin/payments/class-payments-table.php:530
msgid "View Donation #%s"
msgstr ""

#: includes/admin/payments/actions.php:91
msgid "Error Updating Donation."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:96
msgid "Display content BELOW the fields"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:95
msgid "Display content ABOVE the fields"
msgstr ""

#. translators: %s: number of posts published
#: includes/admin/dashboard-widgets.php:36
msgid "%s GiveWP Form"
msgid_plural "%s GiveWP Forms"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/donors/donors.php:1104
msgid "No donor notes found."
msgstr ""

#: includes/admin/donors/donors.php:1003 includes/post-types.php:65
#: includes/post-types.php:451 includes/post-types.php:452
#: includes/post-types.php:453 includes/post-types.php:454
#: includes/post-types.php:455
msgid "View Form"
msgstr ""

#. translators: %s: form name
#: includes/admin/donors/donors.php:1000
msgid "View Form %s."
msgstr ""

#: includes/admin/donors/donors.php:977
msgid "Completed Forms"
msgstr ""

#. translators: %s: Donation ID
#: includes/admin/donors/donors.php:944
msgid "View Donation %s."
msgstr ""

#: includes/admin/donors/donors.php:890
msgid "No Emails Found"
msgstr ""

#: includes/admin/donors/donors.php:882
#: includes/admin/emails/class-email-setting-field.php:335
#: includes/admin/settings/class-settings-advanced.php:307
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/email-controls/index.js:70
msgid "Add Email"
msgstr ""

#: includes/admin/donors/donors.php:863 includes/admin/donors/donors.php:880
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:54
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/email-controls/index.js:49
msgid "Make Primary"
msgstr ""

#: includes/admin/donors/donors.php:435
msgid "User ID:"
msgstr ""

#: includes/admin/donors/donor-actions.php:525
msgid "Email address %1$s removed by %2$s"
msgstr ""

#: includes/admin/donors/donor-actions.php:467
msgid "Email address %1$s added by %2$s"
msgstr ""

#: includes/admin/donors/donor-actions.php:461
msgid "Email successfully added to donor."
msgstr ""

#: includes/admin/donors/donor-actions.php:454
msgid "Email address is already associated with another donor."
msgstr ""

#: includes/admin/donors/donor-actions.php:449
msgid "Email already associated with this donor."
msgstr ""

#: includes/admin/donors/donor-actions.php:428
msgid "An error has occurred. Please try again."
msgstr ""

#: includes/admin/donors/donor-actions.php:424
msgid "Email address is required."
msgstr ""

#: includes/admin/donors/donor-actions.php:59
#: includes/admin/donors/donor-actions.php:230
#: includes/admin/donors/donor-actions.php:321
#: includes/admin/emails/class-donation-receipt-email.php:274
#: includes/admin/emails/class-donation-receipt-email.php:313
#: includes/admin/emails/class-donor-note-email.php:78
#: includes/admin/emails/class-donor-register-email.php:113
#: includes/admin/emails/class-failed-donation-email.php:252
#: includes/admin/emails/class-new-donation-email.php:247
#: includes/admin/emails/class-new-donor-register-email.php:109
#: includes/admin/emails/class-new-offline-donation-email.php:259
#: includes/admin/emails/class-offline-donation-instruction-email.php:225
msgid "Cheatin&#8217; uh?"
msgstr ""

#: includes/admin/donors/class-donor-table.php:342
msgid "Delete \"%s\""
msgstr ""

#: includes/admin/donors/class-donor-table.php:341
msgid "View \"%s\""
msgstr ""

#: includes/admin/settings/class-settings-general.php:80
msgid "The length of time a user's session is kept alive. GiveWP starts a new session per user upon donation. Sessions allow donors to view their donation receipts without being logged in."
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:129
#: includes/admin/settings/class-settings-gateways.php:135
msgid "Enable your payment gateway. Can be ordered by dragging."
msgstr ""

#: includes/admin/settings/class-settings-general.php:262
msgid "The number of decimal points displayed in amounts."
msgstr ""

#: includes/admin/settings/class-settings-general.php:226
msgid "The position of the currency symbol."
msgstr ""

#: includes/admin/settings/class-settings-general.php:400
msgid "The country your site operates from."
msgstr ""

#: includes/admin/settings/class-settings-general.php:355
msgid "Failed Donation Page"
msgstr ""

#: includes/admin/admin-actions.php:491
msgid "Failed to set primary email."
msgstr ""

#: includes/admin/admin-actions.php:480
msgid "Primary email updated for donor."
msgstr ""

#: includes/admin/admin-actions.php:469
msgid "Failed to remove donor email."
msgstr ""

#: includes/admin/admin-actions.php:458
msgid "Donor email removed."
msgstr ""

#: includes/admin/admin-actions.php:447
msgid "Donor email added."
msgstr ""

#: includes/admin/admin-actions.php:376
msgid "The donation has been updated."
msgstr ""

#: includes/admin/admin-actions.php:366
msgid "The donation note has been added."
msgstr ""

#: includes/admin/admin-actions.php:319
msgid "API keys have been revoked."
msgstr ""

#: includes/admin/admin-actions.php:309
msgid "API keys have been regenerated."
msgstr ""

#: includes/admin/admin-actions.php:289
msgid "API keys have been generated."
msgstr ""

#: includes/admin/admin-actions.php:233
msgid "The donation has been deleted."
msgstr ""

#: includes/actions.php:114
msgid "WordPress user #%1$d is connected to #%2$d"
msgstr ""

#: includes/emails/class-give-email-tags.php:351
#: includes/emails/class-give-email-tags.php:357
msgid "The total donation amount with currency sign."
msgstr ""

#: includes/emails/class-give-email-tags.php:426
msgid "The donation form name."
msgstr ""

#: includes/shortcodes.php:522
msgid "The email you entered is not valid. Please use another"
msgstr ""

#: includes/shortcodes.php:518
msgid "The email you entered is empty."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:337
#: includes/admin/forms/class-metabox-form-data.php:362
#: includes/admin/forms/class-metabox-form-data.php:376
#: includes/admin/forms/class-metabox-form-data.php:388
#: includes/admin/forms/class-metabox-form-data.php:400
#: includes/admin/forms/class-metabox-form-data.php:575
#: includes/forms/widget.php:245 includes/gateways/offline-donations.php:49
#: src/Form/Template/Options.php:169
msgid "Global Option"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:135
#: includes/admin/shortcodes/shortcode-give-form.php:107
#: includes/forms/widget.php:230
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:198
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:132
#: src/Views/Form/Templates/Legacy/optionConfig.php:15
#: blocks/donation-form-grid/data/options.js:40 build/adminBlocks.js:1
#: build/campaignBlocks.js:1 build/donationFormBlock.js:1
#: build/formBuilderApp.js:13
msgid "Modal"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:108
#: includes/forms/widget.php:229
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:193
#: src/Views/Form/Templates/Legacy/optionConfig.php:16 build/adminBlocks.js:1
#: build/campaignBlocks.js:1 build/donationFormBlock.js:1
msgid "Reveal"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:106
#: includes/forms/widget.php:228 src/Form/Template/Options.php:112
msgid "All Fields"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:130
#: includes/forms/widget.php:227 includes/forms/widget.php:274
msgid "Display Style:"
msgstr ""

#: includes/admin/class-i18n-module.php:180
msgid "Register now &raquo;"
msgstr ""

#: includes/admin/class-i18n-module.php:177
msgid "Help Translate GiveWP to %s"
msgstr ""

#: includes/admin/class-i18n-module.php:147
msgid "complete the translation"
msgstr ""

#: includes/admin/class-i18n-module.php:146
msgid "WordPress.org"
msgstr ""

#: includes/admin/class-i18n-module.php:142
msgid "You're using WordPress in a language we don't support yet. We'd love for %2$s to be translated in that language too, but unfortunately, it isn't right now. You can change that! Register at %4$s to help translate it!"
msgstr ""

#: includes/admin/class-i18n-module.php:140
msgid "You're using WordPress in %1$s. While %2$s has been %3$d%% translated to %1$s, it has not been shipped with the plugin yet. You can help! Register at %4$s to help complete the translation to %1$s!"
msgstr ""

#: includes/admin/class-i18n-module.php:138
msgid "As you can see, there is a translation of this plugin in %1$s. This translation is currently %3$d%% complete. We need your help to make it complete and to fix any errors. Please register at %4$s to help %5$s to %1$s!"
msgstr ""

#: includes/emails/class-give-email-tags.php:345
msgid "The donation form name, and the donation level (if applicable)."
msgstr ""

#. translators: %s Redirect URL.
#: templates/shortcode-login.php:81
msgid "You are already logged in to the site. <a href=\"%s\">Click here</a> to log out."
msgstr ""

#: includes/admin/emails/class-donor-register-email.php:84
msgid "Click Here to Log In &raquo;"
msgstr ""

#: includes/class-give-scripts.php:329
msgid "Please enter amount in monetary decimal ( %1$s ) format without thousand separator ( %2$s ) ."
msgstr ""

#: includes/forms/template.php:1676 includes/process-donation.php:1006
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:178
#: templates/shortcode-login.php:52
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:155
msgid "Reset Password"
msgstr ""

#: includes/payments/functions.php:1777
msgctxt "custom donation dropdown item"
msgid "Custom"
msgstr ""

#: includes/admin/donors/donor-actions.php:438 includes/login-register.php:267
#: includes/process-donation.php:869 includes/process-donation.php:1069
#: includes/user-functions.php:373
msgid "Invalid email."
msgstr ""

#: includes/gateways/offline-donations.php:140
msgid "On the memo line of the check, indicate that the donation is for \"{form_title}\""
msgstr ""

#: includes/gateways/offline-donations.php:168
msgid "Please enter offline donation instructions in <a href=\"%s\">this form's settings</a>."
msgstr ""

#: includes/formatting.php:595
msgid "%s million"
msgstr ""

#: includes/formatting.php:590
msgid "%s billion"
msgstr ""

#: includes/formatting.php:585
msgid "%s trillion"
msgstr ""

#: includes/emails/template.php:220
msgid "Preview email with a donation:"
msgstr ""

#: includes/admin/emails/abstract-email-notification.php:906
#: includes/emails/template.php:85
#: src/FormBuilder/EmailPreview/Actions/ApplyPreviewTemplateTags.php:52
msgid "Sample Donation Form Title"
msgstr ""

#: includes/misc-functions.php:2226 includes/misc-functions.php:2266
msgid "View the receipt in your browser &raquo;"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:66
#: includes/emails/functions.php:115
#: src/Email/Notifications/DonationProcessingReceipt.php:54
msgid "Payment ID:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:463
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:164
#: includes/emails/functions.php:112
#: src/Email/Notifications/DonationProcessingReceipt.php:51
msgid "Donation Date:"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:64
#: includes/admin/emails/class-new-offline-donation-email.php:116
#: includes/emails/functions.php:89 includes/emails/functions.php:113
#: src/Email/Notifications/DonationProcessingReceipt.php:52
msgid "Amount:"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:62
#: includes/admin/emails/class-new-offline-donation-email.php:115
#: includes/emails/functions.php:87 includes/emails/functions.php:110
#: src/Email/Notifications/DonationProcessingReceipt.php:49
msgid "Donor:"
msgstr ""

#: includes/country-functions.php:1864
msgid "Yukon"
msgstr ""

#: includes/country-functions.php:1863
msgid "Saskatchewan"
msgstr ""

#: includes/country-functions.php:1862
msgid "Quebec"
msgstr ""

#: includes/country-functions.php:1861
msgid "Prince Edward Island"
msgstr ""

#: includes/country-functions.php:1860
msgid "Ontario"
msgstr ""

#: includes/country-functions.php:1859
msgid "Nunavut"
msgstr ""

#: includes/country-functions.php:1858
msgid "Northwest Territories"
msgstr ""

#: includes/country-functions.php:1857
msgid "Nova Scotia"
msgstr ""

#: includes/country-functions.php:1856
msgid "Newfoundland and Labrador"
msgstr ""

#: includes/country-functions.php:1855
msgid "New Brunswick"
msgstr ""

#: includes/country-functions.php:1854
msgid "Manitoba"
msgstr ""

#: includes/country-functions.php:1853
msgid "British Columbia"
msgstr ""

#: includes/country-functions.php:1852
msgid "Alberta"
msgstr ""

#: includes/country-functions.php:330 includes/country-functions.php:2445
msgid "Zimbabwe"
msgstr ""

#: includes/country-functions.php:329
msgid "Zambia"
msgstr ""

#: includes/country-functions.php:328
msgid "Yugoslavia"
msgstr ""

#: includes/country-functions.php:327 includes/country-functions.php:2444
msgid "Yemen"
msgstr ""

#: includes/country-functions.php:326
msgid "Western Samoa"
msgstr ""

#: includes/country-functions.php:325
msgid "Western Sahara"
msgstr ""

#: includes/country-functions.php:324
msgid "Wallis and Futuna Islands"
msgstr ""

#: includes/country-functions.php:323
msgid "Virgin Islands (USA)"
msgstr ""

#: includes/country-functions.php:322
msgid "Virgin Islands (British)"
msgstr ""

#: includes/country-functions.php:321
msgid "Vietnam"
msgstr ""

#: includes/country-functions.php:320
msgid "Venezuela"
msgstr ""

#: includes/country-functions.php:319 includes/country-functions.php:2443
msgid "Vanuatu"
msgstr ""

#: includes/country-functions.php:318
msgid "Uzbekistan"
msgstr ""

#: includes/country-functions.php:317
msgid "US Minor Outlying Islands"
msgstr ""

#: includes/country-functions.php:316
msgid "Uruguay"
msgstr ""

#: includes/country-functions.php:315 includes/country-functions.php:2442
msgid "United Arab Emirates"
msgstr ""

#: includes/country-functions.php:314
msgid "Ukraine"
msgstr ""

#: includes/country-functions.php:313 includes/country-functions.php:2441
msgid "Uganda"
msgstr ""

#: includes/country-functions.php:312 includes/country-functions.php:2440
msgid "Tuvalu"
msgstr ""

#: includes/country-functions.php:311
msgid "Turks and Caicos Islands"
msgstr ""

#: includes/country-functions.php:310
msgid "Turkmenistan"
msgstr ""

#: includes/country-functions.php:309
msgid "Turkey"
msgstr ""

#: includes/country-functions.php:308
msgid "Tunisia"
msgstr ""

#: includes/country-functions.php:307 includes/country-functions.php:2439
msgid "Trinidad and Tobago"
msgstr ""

#: includes/country-functions.php:306
msgid "Thailand"
msgstr ""

#: includes/country-functions.php:305 includes/country-functions.php:2438
msgid "Tonga"
msgstr ""

#: includes/country-functions.php:304 includes/country-functions.php:2437
msgid "Tokelau"
msgstr ""

#: includes/country-functions.php:303
msgid "Togo"
msgstr ""

#: includes/country-functions.php:302 includes/country-functions.php:2436
msgid "Tanzania"
msgstr ""

#: includes/country-functions.php:301
msgid "Tajikistan"
msgstr ""

#: includes/country-functions.php:300
msgid "Taiwan"
msgstr ""

#: includes/country-functions.php:299 includes/country-functions.php:2435
msgid "Syrian Arab Republic"
msgstr ""

#: includes/country-functions.php:298
msgid "Switzerland"
msgstr ""

#: includes/country-functions.php:297
msgid "Sweden"
msgstr ""

#: includes/country-functions.php:295
msgid "Svalbard and Jan Mayen Islands"
msgstr ""

#: includes/country-functions.php:294 includes/country-functions.php:2434
msgid "Suriname"
msgstr ""

#: includes/country-functions.php:293
msgid "Sudan"
msgstr ""

#: includes/country-functions.php:292
msgid "Sri Lanka"
msgstr ""

#: includes/country-functions.php:291
msgid "Spain"
msgstr ""

#: includes/country-functions.php:290
msgid "South Korea"
msgstr ""

#: includes/country-functions.php:289
msgid "South Georgia"
msgstr ""

#: includes/country-functions.php:288 includes/country-functions.php:2433
msgid "South Africa"
msgstr ""

#: includes/country-functions.php:287 includes/country-functions.php:2432
msgid "Somalia"
msgstr ""

#: includes/country-functions.php:286 includes/country-functions.php:2431
msgid "Solomon Islands"
msgstr ""

#: includes/country-functions.php:285
msgid "Slovenia"
msgstr ""

#: includes/country-functions.php:284
msgid "Slovak Republic"
msgstr ""

#: includes/country-functions.php:283
msgid "Singapore"
msgstr ""

#: includes/country-functions.php:282 includes/country-functions.php:2430
msgid "Sierra Leone"
msgstr ""

#: includes/country-functions.php:281 includes/country-functions.php:2429
msgid "Seychelles"
msgstr ""

#: includes/country-functions.php:280
msgid "Serbia"
msgstr ""

#: includes/country-functions.php:279
msgid "Senegal"
msgstr ""

#: includes/country-functions.php:278
msgid "Saudi Arabia"
msgstr ""

#: includes/country-functions.php:277 includes/country-functions.php:2428
msgid "Sao Tome and Principe"
msgstr ""

#: includes/country-functions.php:276
msgid "San Marino"
msgstr ""

#: includes/country-functions.php:275
msgid "Saint Vincent and the Grenadines"
msgstr ""

#: includes/country-functions.php:274
msgid "Saint Pierre and Miquelon"
msgstr ""

#: includes/country-functions.php:273 includes/country-functions.php:2427
msgid "Saint Lucia"
msgstr ""

#: includes/country-functions.php:272 includes/country-functions.php:2426
msgid "Saint Kitts and Nevis"
msgstr ""

#: includes/country-functions.php:271
msgid "Saint Helena"
msgstr ""

#: includes/country-functions.php:270 includes/country-functions.php:2425
msgid "Rwanda"
msgstr ""

#: includes/country-functions.php:269
msgid "Russian Federation"
msgstr ""

#: includes/country-functions.php:268
msgid "Romania"
msgstr ""

#: includes/country-functions.php:267
msgid "Reunion Island"
msgstr ""

#: includes/country-functions.php:266 includes/country-functions.php:2424
msgid "Qatar"
msgstr ""

#: includes/country-functions.php:265
msgid "Puerto Rico"
msgstr ""

#: includes/country-functions.php:264
msgid "Portugal"
msgstr ""

#: includes/country-functions.php:263
msgid "Poland"
msgstr ""

#: includes/country-functions.php:262
msgid "Pitcairn Island"
msgstr ""

#: includes/country-functions.php:261
msgid "Philippines"
msgstr ""

#: includes/country-functions.php:260
msgid "Peru"
msgstr ""

#: includes/country-functions.php:259
msgid "Paraguay"
msgstr ""

#: includes/country-functions.php:258
msgid "Papua New Guinea"
msgstr ""

#: includes/country-functions.php:257 includes/country-functions.php:2423
msgid "Panama"
msgstr ""

#: includes/country-functions.php:256
msgid "Palestinian Territories"
msgstr ""

#: includes/country-functions.php:255
msgid "Palau"
msgstr ""

#: includes/country-functions.php:254
msgid "Pakistan"
msgstr ""

#: includes/country-functions.php:253
msgid "Oman"
msgstr ""

#: includes/country-functions.php:252
msgid "Norway"
msgstr ""

#: includes/country-functions.php:251
msgid "Northern Mariana Islands"
msgstr ""

#: includes/country-functions.php:250 includes/country-functions.php:2422
msgid "North Korea"
msgstr ""

#: includes/country-functions.php:249
msgid "Norfolk Island"
msgstr ""

#: includes/country-functions.php:248 includes/country-functions.php:2421
msgid "Niue"
msgstr ""

#: includes/country-functions.php:247
msgid "Nigeria"
msgstr ""

#: includes/country-functions.php:246 includes/country-functions.php:1215
msgid "Niger"
msgstr ""

#: includes/country-functions.php:245
msgid "Nicaragua"
msgstr ""

#: includes/country-functions.php:244
msgid "New Zealand"
msgstr ""

#: includes/country-functions.php:243
msgid "New Caledonia"
msgstr ""

#: includes/country-functions.php:2420
msgid "Netherlands Antilles"
msgstr ""

#: includes/country-functions.php:242
msgid "Netherlands"
msgstr ""

#: includes/country-functions.php:241
msgid "Nepal"
msgstr ""

#: includes/country-functions.php:240 includes/country-functions.php:2419
msgid "Nauru"
msgstr ""

#: includes/country-functions.php:239
msgid "Namibia"
msgstr ""

#: includes/country-functions.php:238
msgid "Myanmar"
msgstr ""

#: includes/country-functions.php:237
msgid "Mozambique"
msgstr ""

#: includes/country-functions.php:236
msgid "Morocco"
msgstr ""

#: includes/country-functions.php:235 includes/country-functions.php:2418
msgid "Montserrat"
msgstr ""

#: includes/country-functions.php:234
msgid "Montenegro"
msgstr ""

#: includes/country-functions.php:233
msgid "Mongolia"
msgstr ""

#: includes/country-functions.php:232
msgid "Monaco"
msgstr ""

#: includes/country-functions.php:231
msgid "Moldova, Republic of"
msgstr ""

#: includes/country-functions.php:230
msgid "Micronesia"
msgstr ""

#: includes/country-functions.php:229
msgid "Mexico"
msgstr ""

#: includes/country-functions.php:228
msgid "Mayotte"
msgstr ""

#: includes/country-functions.php:227 includes/country-functions.php:2417
msgid "Mauritius"
msgstr ""

#: includes/country-functions.php:226 includes/country-functions.php:2416
msgid "Mauritania"
msgstr ""

#: includes/country-functions.php:225
msgid "Martinique"
msgstr ""

#: includes/country-functions.php:224
msgid "Marshall Islands"
msgstr ""

#: includes/country-functions.php:223
msgid "Malta"
msgstr ""

#: includes/country-functions.php:222 includes/country-functions.php:2415
msgid "Mali"
msgstr ""

#: includes/country-functions.php:221
msgid "Maldives"
msgstr ""

#: includes/country-functions.php:220
msgid "Malaysia"
msgstr ""

#: includes/country-functions.php:219 includes/country-functions.php:2414
msgid "Malawi"
msgstr ""

#: includes/country-functions.php:218
msgid "Madagascar"
msgstr ""

#: includes/country-functions.php:217
msgid "Macedonia"
msgstr ""

#: includes/country-functions.php:216 includes/country-functions.php:2413
msgid "Macau"
msgstr ""

#: includes/country-functions.php:215
msgid "Luxembourg"
msgstr ""

#: includes/country-functions.php:214
msgid "Lithuania"
msgstr ""

#: includes/country-functions.php:213
msgid "Liechtenstein"
msgstr ""

#: includes/country-functions.php:212
msgid "Libyan Arab Jamahiriya"
msgstr ""

#: includes/country-functions.php:211
msgid "Liberia"
msgstr ""

#: includes/country-functions.php:210
msgid "Lesotho"
msgstr ""

#: includes/country-functions.php:209
msgid "Lebanon"
msgstr ""

#: includes/country-functions.php:208
msgid "Latvia"
msgstr ""

#: includes/country-functions.php:207
msgid "Lao People's Democratic Republic"
msgstr ""

#: includes/country-functions.php:206
msgid "Kyrgyzstan"
msgstr ""

#: includes/country-functions.php:205
msgid "Kuwait"
msgstr ""

#: includes/country-functions.php:204 includes/country-functions.php:2412
msgid "Kiribati"
msgstr ""

#: includes/country-functions.php:203 includes/country-functions.php:2411
msgid "Kenya"
msgstr ""

#: includes/country-functions.php:202
msgid "Kazakhstan"
msgstr ""

#: includes/country-functions.php:201
msgid "Jordan"
msgstr ""

#: includes/country-functions.php:200
msgid "Jersey"
msgstr ""

#: includes/country-functions.php:199
msgid "Japan"
msgstr ""

#: includes/country-functions.php:198 includes/country-functions.php:2410
msgid "Jamaica"
msgstr ""

#: includes/country-functions.php:197
msgid "Italy"
msgstr ""

#: includes/country-functions.php:196
msgid "Israel"
msgstr ""

#: includes/country-functions.php:195
msgid "Isle of Man"
msgstr ""

#: includes/country-functions.php:194 includes/country-functions.php:2409
msgid "Ireland"
msgstr ""

#: includes/country-functions.php:193
msgid "Iraq"
msgstr ""

#: includes/country-functions.php:192
msgid "Iran"
msgstr ""

#: includes/country-functions.php:191
msgid "Indonesia"
msgstr ""

#: includes/country-functions.php:190
msgid "India"
msgstr ""

#: includes/country-functions.php:189
msgid "Iceland"
msgstr ""

#: includes/country-functions.php:188
msgid "Hungary"
msgstr ""

#: includes/country-functions.php:187 includes/country-functions.php:2408
msgid "Hong Kong"
msgstr ""

#: includes/country-functions.php:186
msgid "Honduras"
msgstr ""

#: includes/country-functions.php:185
msgid "Holy See (City Vatican State)"
msgstr ""

#: includes/country-functions.php:184
msgid "Heard and McDonald Islands"
msgstr ""

#: includes/country-functions.php:183
msgid "Haiti"
msgstr ""

#: includes/country-functions.php:182 includes/country-functions.php:2407
msgid "Guyana"
msgstr ""

#: includes/country-functions.php:181
msgid "Guinea-Bissau"
msgstr ""

#: includes/country-functions.php:180 includes/country-functions.php:2406
msgid "Guinea"
msgstr ""

#: includes/country-functions.php:179
msgid "Guernsey"
msgstr ""

#: includes/country-functions.php:178
msgid "Guatemala"
msgstr ""

#: includes/country-functions.php:177
msgid "Guam"
msgstr ""

#: includes/country-functions.php:176
msgid "Guadeloupe"
msgstr ""

#: includes/country-functions.php:175 includes/country-functions.php:2405
msgid "Grenada"
msgstr ""

#: includes/country-functions.php:174
msgid "Greenland"
msgstr ""

#: includes/country-functions.php:173
msgid "Gibraltar"
msgstr ""

#: includes/country-functions.php:172 includes/country-functions.php:2404
msgid "Ghana"
msgstr ""

#: includes/country-functions.php:171
msgid "Greece"
msgstr ""

#: includes/country-functions.php:170
msgid "Germany"
msgstr ""

#: includes/country-functions.php:169
msgid "Georgia"
msgstr ""

#: includes/country-functions.php:168 includes/country-functions.php:2403
msgid "Gambia"
msgstr ""

#: includes/country-functions.php:167
msgid "Gabon"
msgstr ""

#: includes/country-functions.php:166 includes/country-functions.php:2402
msgid "French Southern Territories"
msgstr ""

#: includes/country-functions.php:165
msgid "French Polynesia"
msgstr ""

#: includes/country-functions.php:164
msgid "French Guiana"
msgstr ""

#: includes/country-functions.php:163
msgid "France"
msgstr ""

#: includes/country-functions.php:162
msgid "Finland"
msgstr ""

#: includes/country-functions.php:161 includes/country-functions.php:2401
msgid "Fiji"
msgstr ""

#: includes/country-functions.php:160
msgid "Faroe Islands"
msgstr ""

#: includes/country-functions.php:159
msgid "Falkland Islands"
msgstr ""

#: includes/country-functions.php:158
msgid "Ethiopia"
msgstr ""

#: includes/country-functions.php:157
msgid "Estonia"
msgstr ""

#: includes/country-functions.php:156 includes/country-functions.php:2400
msgid "Eritrea"
msgstr ""

#: includes/country-functions.php:155
msgid "El Salvador"
msgstr ""

#: includes/country-functions.php:154 includes/country-functions.php:2399
msgid "Equatorial Guinea"
msgstr ""

#: includes/country-functions.php:153
msgid "Egypt"
msgstr ""

#: includes/country-functions.php:152
msgid "Ecuador"
msgstr ""

#: includes/country-functions.php:151
msgid "East Timor"
msgstr ""

#: includes/country-functions.php:150
msgid "Dominican Republic"
msgstr ""

#: includes/country-functions.php:149 includes/country-functions.php:2398
msgid "Dominica"
msgstr ""

#: includes/country-functions.php:148 includes/country-functions.php:2397
msgid "Djibouti"
msgstr ""

#: includes/country-functions.php:147
msgid "Denmark"
msgstr ""

#: includes/country-functions.php:146
msgid "Czech Republic"
msgstr ""

#: includes/country-functions.php:145
msgid "Cyprus Island"
msgstr ""

#: includes/country-functions.php:143
msgid "Cuba"
msgstr ""

#: includes/country-functions.php:142
msgid "Croatia/Hrvatska"
msgstr ""

#: includes/country-functions.php:141 includes/country-functions.php:2396
msgid "Cote d'Ivoire"
msgstr ""

#: includes/country-functions.php:140
msgid "Costa Rica"
msgstr ""

#: includes/country-functions.php:139 includes/country-functions.php:2395
msgid "Cook Islands"
msgstr ""

#: includes/country-functions.php:138 includes/country-functions.php:2394
msgid "Congo, Republic of"
msgstr ""

#: includes/country-functions.php:137 includes/country-functions.php:2393
msgid "Congo, Democratic People's Republic"
msgstr ""

#: includes/country-functions.php:136 includes/country-functions.php:2392
msgid "Comoros"
msgstr ""

#: includes/country-functions.php:135
msgid "Colombia"
msgstr ""

#: includes/country-functions.php:134
msgid "Cocos Islands"
msgstr ""

#: includes/country-functions.php:133
msgid "Christmas Island"
msgstr ""

#: includes/country-functions.php:132
msgid "China"
msgstr ""

#: includes/country-functions.php:131
msgid "Chile"
msgstr ""

#: includes/country-functions.php:130
msgid "Chad"
msgstr ""

#: includes/country-functions.php:129 includes/country-functions.php:2391
msgid "Central African Republic"
msgstr ""

#: includes/country-functions.php:128
msgid "Cayman Islands"
msgstr ""

#: includes/country-functions.php:127
msgid "Cape Verde"
msgstr ""

#: includes/country-functions.php:126 includes/country-functions.php:2390
msgid "Cameroon"
msgstr ""

#: includes/country-functions.php:125
msgid "Cambodia"
msgstr ""

#: includes/country-functions.php:124 includes/country-functions.php:2389
msgid "Burundi"
msgstr ""

#: includes/country-functions.php:123 includes/country-functions.php:2388
msgid "Burkina Faso"
msgstr ""

#: includes/country-functions.php:122
msgid "Bulgaria"
msgstr ""

#: includes/country-functions.php:121
msgid "Brunei Darrussalam"
msgstr ""

#: includes/country-functions.php:120
msgid "British Indian Ocean Territory"
msgstr ""

#: includes/country-functions.php:119
msgid "Brazil"
msgstr ""

#: includes/country-functions.php:118
msgid "Bouvet Island"
msgstr ""

#: includes/country-functions.php:117 includes/country-functions.php:2387
msgid "Botswana"
msgstr ""

#: includes/country-functions.php:116
msgid "Bosnia and Herzegovina"
msgstr ""

#: includes/country-functions.php:115
msgid "Bolivia"
msgstr ""

#: includes/country-functions.php:114
msgid "Bhutan"
msgstr ""

#: includes/country-functions.php:113
msgid "Bermuda"
msgstr ""

#: includes/country-functions.php:112 includes/country-functions.php:2386
msgid "Benin"
msgstr ""

#: includes/country-functions.php:111 includes/country-functions.php:2385
msgid "Belize"
msgstr ""

#: includes/country-functions.php:110
msgid "Belgium"
msgstr ""

#: includes/country-functions.php:109
msgid "Belarus"
msgstr ""

#: includes/country-functions.php:108
msgid "Barbados"
msgstr ""

#: includes/country-functions.php:107
msgid "Bangladesh"
msgstr ""

#: includes/country-functions.php:106
msgid "Bahrain"
msgstr ""

#: includes/country-functions.php:105 includes/country-functions.php:2384
msgid "Bahamas"
msgstr ""

#: includes/country-functions.php:104
msgid "Azerbaijan"
msgstr ""

#: includes/country-functions.php:103
msgid "Austria"
msgstr ""

#: includes/country-functions.php:102
msgid "Australia"
msgstr ""

#: includes/country-functions.php:101 includes/country-functions.php:2383
msgid "Aruba"
msgstr ""

#: includes/country-functions.php:100
msgid "Armenia"
msgstr ""

#: includes/country-functions.php:99
msgid "Argentina"
msgstr ""

#: includes/country-functions.php:98 includes/country-functions.php:2382
msgid "Antigua and Barbuda"
msgstr ""

#: includes/country-functions.php:97
msgid "Antarctica"
msgstr ""

#: includes/country-functions.php:96
msgid "Anguilla"
msgstr ""

#: includes/country-functions.php:95 includes/country-functions.php:2381
msgid "Angola"
msgstr ""

#: includes/country-functions.php:94
msgid "Andorra"
msgstr ""

#: includes/country-functions.php:93
msgid "American Samoa"
msgstr ""

#: includes/country-functions.php:92
msgid "Algeria"
msgstr ""

#: includes/country-functions.php:91
msgid "Albania"
msgstr ""

#: includes/country-functions.php:90
msgid "Afghanistan"
msgstr ""

#: includes/country-functions.php:89
msgid "United Kingdom"
msgstr ""

#: includes/country-functions.php:88
msgid "Canada"
msgstr ""

#: includes/country-functions.php:87
msgid "United States"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-login.php:56
msgid "Enter an URL here to redirect to after logout."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-login.php:50
msgid "Logout Redirect URL (optional):"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-login.php:40
msgid "Login Redirect URL (optional):"
msgstr ""

#. translators: %s: create new form URL
#: includes/admin/shortcodes/shortcode-give-form.php:44
#: includes/admin/shortcodes/shortcode-give-goal.php:43
msgid "<a href=\"%s\">Create</a> a new Campaign Form."
msgstr ""

#: includes/admin/shortcodes/abstract-shortcode-generator.php:304
#: includes/forms/widget.php:212
msgid "- Select -"
msgstr ""

#. translators: 1: start date 2: end date
#: includes/admin/tools/export/pdf-reports.php:47
#: includes/admin/tools/views/html-admin-page-exports.php:99
msgid "%1$s to %2$s"
msgstr ""

#: includes/admin/donors/donors.php:670
#: includes/admin/payments/view-payment-details.php:796
msgid "Country:"
msgstr ""

#: includes/admin/donors/donors.php:709
#: includes/admin/payments/view-payment-details.php:831
msgid "City:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:366
msgid "View all donations for this donor &raquo;"
msgstr ""

#: includes/admin/payments/class-payments-table.php:573
msgid "Email donor"
msgstr ""

#: build/subscriptionDetails.js:10
msgid "View details"
msgstr ""

#: includes/admin/payments/class-payments-table.php:496
msgid "by"
msgstr ""

#: includes/admin/donors/class-donor-table.php:341
msgid "View Donor"
msgstr ""

#. translators: 1: http://docs.givewp.com/api 2:
#. http://docs.givewp.com/addon-zapier
#: includes/admin/misc-functions.php:140
msgid "You can create API keys for individual users within their profile edit screen. API keys allow users to use the <a href=\"%1$s\" target=\"_blank\">GiveWP REST API</a> to retrieve donation data in JSON or XML for external applications or devices, such as <a href=\"%2$s\" target=\"_blank\">Zapier</a>."
msgstr ""

#: includes/admin/settings/class-settings-general.php:261
msgid "Number of Decimals"
msgstr ""

#: includes/admin/settings/class-settings-general.php:197
msgid "The donation currency. Note that some payment gateways have currency restrictions."
msgstr ""

#: includes/admin/settings/class-settings-general.php:378
msgid "The page showing a complete donation history for the current user. The %s shortcode should be on this page."
msgstr ""

#. translators: %s: Link to 5 star rating
#: includes/admin/admin-footer.php:32
msgid "If you like <strong>GiveWP</strong> please leave us a %s rating. It takes a minute and helps a lot. Thanks in advance!"
msgstr ""

#: includes/admin/import-functions.php:480
#: includes/admin/tools/export/give-export-donations-exporter.php:219
#: includes/admin/tools/export/give-export-donations-functions.php:303
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:353
#: templates/shortcode-receipt.php:94
msgid "Donation Status"
msgstr ""

#: includes/class-give-scripts.php:325
msgid "Are you sure you want to reset Give? This process is <strong><em>not reversible</em></strong> and will delete all data regardless of test or live mode. Please be sure you have a recent backup before proceeding."
msgstr ""

#: includes/class-give-scripts.php:324
msgid "Required fields not completed."
msgstr ""

#: includes/class-give-scripts.php:323
msgid "You must choose a method."
msgstr ""

#: includes/process-donation.php:350
msgid "Honeypot field detected. Go away bad bot!"
msgstr ""

#: includes/currencies-list.php:248
msgid "South African Rand (%1$s)"
msgstr ""

#: includes/currencies-list.php:238
msgid "South Korean Won (%1$s)"
msgstr ""

#: includes/class-give-donate-form.php:428
msgid "New Donation Form"
msgstr ""

#: includes/ajax-functions.php:591
msgid "All Levels"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-receipt.php:57
msgid "Show Donor Name:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-receipt.php:48
msgid "Show Donation Amount:"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:106
msgid "Recalculates the lifetime value and donation counts for all donors."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:105
msgid "Recalculates the earnings and sales stats for all forms."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:104
msgid "Recalculates the donation and revenue stats for a specific form."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:103
msgid "Recalculates the overall donation revenue amount."
msgstr ""

#: includes/admin/tools/import/class-give-import-core-settings.php:398
#: includes/admin/tools/import/class-give-import-donations.php:208
#: includes/admin/tools/import/class-give-import-subscriptions.php:186
#: includes/admin/tools/views/html-admin-page-data.php:98
msgid "Submit"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:42
msgid "Delete All Data"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:37
msgid "Recalculate Donor Statistics"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:36
msgid "Recalculate Revenue Amount and Donation Counts for All Forms"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:35
msgid "Recalculate Revenue Amount and Donation Counts for a Form"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:34
msgid "Recalculate Total Donation Revenue Amount"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:27
msgid "Use these tools to recount stats, delete test transactions, or reset stats."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:24
msgid "Recount Stats"
msgstr ""

#: includes/admin/tools/data/class-give-tools-recount-form-stats.php:232
msgid "Donation counts and revenue amount statistics successfully recounted for \"%s\"."
msgstr ""

#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:267
msgid "Donation form income amounts and donation counts stats successfully recounted."
msgstr ""

#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:250
#: includes/admin/tools/data/class-give-tools-recount-donor-stats.php:205
#: includes/admin/tools/data/class-give-tools-recount-form-stats.php:219
#: includes/admin/tools/data/class-give-tools-recount-income.php:187
#: includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php:161
msgid "You do not have permission to recount stats."
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-test-transactions.php:150
msgid "Test transactions successfully deleted."
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:260
#: includes/admin/tools/data/class-give-tools-delete-test-transactions.php:134
msgid "You do not have permission to delete test transactions."
msgstr ""

#: src/Exports/resources/views/export-donors-table-row.php:70
msgid "Export Columns:"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:82
#: build/subscriptionDetails.js:10
msgid "End date"
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:73
#: build/subscriptionDetails.js:10
msgid "Start date"
msgstr ""

#: includes/admin/admin-pages.php:94
#: includes/admin/tools/class-settings-data.php:96
msgid "Tools"
msgstr ""

#: includes/admin/tools/export/export-functions.php:104
msgid "Batch Processing Complete"
msgstr ""

#: includes/admin/tools/export/export-functions.php:97
msgid "No data found for export parameters."
msgstr ""

#: includes/admin/tools/export/export-functions.php:70
msgid "Export location or file not writable."
msgstr ""

#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:62
msgid "Excerpt"
msgstr ""

#: src/EventTickets/ListTable/Columns/DescriptionColumn.php:34
#: src/Views/Form/Templates/Classic/optionConfig.php:77
#: src/Views/Form/Templates/Classic/optionConfig.php:146
#: src/Views/Form/Templates/Classic/optionConfig.php:169
#: src/Views/Form/Templates/Classic/optionConfig.php:193
#: src/Views/Form/Templates/Classic/optionConfig.php:249
#: src/Views/Form/Templates/Sequoia/optionConfig.php:98
#: src/Views/Form/Templates/Sequoia/optionConfig.php:216
#: src/Views/Form/Templates/Sequoia/optionConfig.php:290
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4 build/formBuilderApp.js:1
#: build/formBuilderApp.js:13 src/Log/Admin/Logs/index.js:248
#: src/Log/Admin/Logs/index.js:361
msgid "Description"
msgstr ""

#: includes/admin/import-functions.php:469
#: includes/admin/tools/export/class-batch-export-donors.php:191
#: includes/admin/tools/export/give-export-donations-exporter.php:200
#: src/Exports/DonorsExport.php:193
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-fields/index.js:75
msgid "Zip"
msgstr ""

#: includes/admin/reports/class-form-reports-table.php:203
msgid "Donation Forms Report"
msgstr ""

#: includes/admin/payments/view-payment-details.php:472
#: includes/ajax-functions.php:635
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/MigrationLog/Admin/Migrations/index.js:158
msgid "n/a"
msgstr ""

#: includes/admin/payments/view-payment-details.php:431
msgid "Donation Form Title:"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:374
#: includes/misc-functions.php:538 includes/post-types.php:58
#: src/DonationForms/V2/DonationFormsAdminPage.php:72
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/campaignDetails.js:10
msgid "Donation Forms"
msgstr ""

#: includes/admin/payments/class-payments-table.php:752
msgid "donor missing"
msgstr ""

#: includes/admin/payments/class-payments-table.php:668
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Test"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:539
#: src/DonationForms/Factories/DonationFormFactory.php:42
#: src/DonationForms/Properties/FormSettings.php:331
#: src/Onboarding/DefaultFormFactory.php:67
msgid "Thank you to all our donors, we have met our fundraising goal."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:535
#: build/formBuilderApp.js:13
msgid "Goal Achieved Message"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:524
#: build/formBuilderApp.js:13
msgid "Do you want to close the donation forms and stop accepting donations once this goal has been met?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:481
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:148
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:125
#: build/formBuilderApp.js:13
msgid "Goal Amount"
msgstr ""

#: includes/install.php:465 src/Form/Template.php:213
#: src/Views/Form/Templates/Classic/resources/views/receipt.php:40
#: src/Views/Form/Templates/Sequoia/views/receipt.php:37
msgid "We're sorry, your donation failed to process. Please try again or contact site support."
msgstr ""

#: includes/misc-functions.php:440
msgid "%1$s is <strong>deprecated</strong> since GiveWP version %2$s with no alternative available."
msgstr ""

#: includes/misc-functions.php:436
msgid "%1$s is <strong>deprecated</strong> since GiveWP version %2$s! Use %3$s instead."
msgstr ""

#: includes/forms/template.php:2334
msgid "Please log in in order to complete your donation."
msgstr ""

#: includes/admin/payments/actions.php:122
msgid "Error creating new donor."
msgstr ""

#: templates/shortcode-login.php:71
msgid "Login successful. Welcome!"
msgstr ""

#: templates/email-login-form.php:106
msgid "Donation Email:"
msgstr ""

#: includes/login-register.php:370
msgid "It looks like the reCAPTCHA test has failed."
msgstr ""

#: includes/login-register.php:365
msgid "Unable to connect to reCAPTCHA server."
msgstr ""

#: includes/login-register.php:360
msgid "reCAPTCHA test failed."
msgstr ""

#: includes/shortcodes.php:359
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:114
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:115
msgid "You are missing the donation id to view this donation receipt."
msgstr ""

#: includes/post-types.php:383
msgid "Cancelled <span class=\"count\">(%s)</span>"
msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: templates/shortcode-register.php:49
msgid "Confirm PW"
msgstr ""

#: includes/admin/import-functions.php:426
#: includes/admin/tools/export/give-export-donations-exporter.php:240
#: includes/admin/tools/export/give-export-donations-functions.php:311
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:161
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:165
msgid "Donation Date"
msgstr ""

#: includes/emails/functions.php:109
msgid "Thank you for your donation. Your generosity is appreciated! Here are the details of your donation:"
msgstr ""

#: includes/admin/settings/class-settings-general.php:151
msgid "reCAPTCHA Secret Key"
msgstr ""

#: includes/admin/settings/class-settings-general.php:137
msgid "reCAPTCHA Site Key"
msgstr ""

#: includes/admin/settings/class-settings-general.php:108
msgid "Email Access"
msgstr ""

#: includes/admin/settings/class-settings-general.php:163
#: includes/admin/settings/class-settings-general.php:570
msgid "Access Control"
msgstr ""

#: includes/admin/settings/class-settings-display.php:189
msgid "If you do not wish to use the featured image functionality you can disable it using this option and it will not be displayed for single donation forms."
msgstr ""

#: includes/admin/settings/class-settings-display.php:200
msgid "The Featured Image is an image that is chosen as the representative image for a donation form. Some themes may have custom featured image sizes. Please select the size you would like to display for your single donation form's featured image."
msgstr ""

#: includes/admin/settings/class-settings-display.php:199
msgid "Featured Image Size"
msgstr ""

#: includes/admin/plugins.php:69
msgid "Documentation"
msgstr "Documentación"

#: includes/admin/payments/class-payments-table.php:776
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Cancelled"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:467
msgid "Goal Format"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:482
msgid "This is the monetary goal amount you want to reach for this form."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:204
msgid "This text appears as a label below the custom amount field for set donation forms. For multi-level forms the text will appear as its own level (button, radio, or select option)."
msgstr ""

#. translators: %s: site name
#: includes/admin/emails/class-donor-register-email.php:45
msgid "[%s] Your username and password"
msgstr "[%s] O teu nome de usuario e contrasinal"

#. translators: %s: site name
#: includes/admin/emails/class-new-donor-register-email.php:46
msgid "[%s] New User Registration"
msgstr "[%s] Rexistro de usuario novo"

#: includes/class-give-scripts.php:506
msgid "The minimum custom donation amount for this form is"
msgstr ""

#. translators: %s: minimum donation amount
#: includes/process-donation.php:498
msgid "This form has a minimum donation amount of %s."
msgstr ""

#: includes/currencies-list.php:328
msgid "Russian Rubles (%1$s)"
msgstr ""

#: includes/currencies-list.php:278
msgid "Taiwan New Dollars (%1$s)"
msgstr ""

#: includes/currencies-list.php:228
msgid "Singapore Dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:208
msgid "Philippine Pesos (%1$s)"
msgstr ""

#: includes/currencies-list.php:188
msgid "New Zealand Dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:168
msgid "Mexican Peso (%1$s)"
msgstr ""

#: includes/currencies-list.php:158
msgid "Malaysian Ringgits (%1$s)"
msgstr ""

#: includes/currencies-list.php:128
msgid "Hungarian Forint (%1$s)"
msgstr ""

#: includes/currencies-list.php:118
msgid "Hong Kong Dollar (%1$s)"
msgstr ""

#: includes/currencies-list.php:88
msgid "Canadian Dollars (%1$s)"
msgstr ""

#: includes/currencies-list.php:78
msgid "Brazilian Real (%1$s)"
msgstr ""

#: includes/currencies-list.php:68
msgid "Australian Dollars (%1$s)"
msgstr ""

#: includes/currencies-list.php:58
msgid "Pounds Sterling (%1$s)"
msgstr ""

#: includes/currencies-list.php:38
msgid "US Dollars (%1$s)"
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:121
msgid "Click Here to View and/or Update Donation Details"
msgstr ""

#: includes/api/class-give-api.php:1971
msgid "User ID Required."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:418
msgid "Display the registration and login forms in the payment section for non-logged-in users."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:156
msgid "This is the set donation amount for this form. If you have a \"Custom Amount Minimum\" set, make sure it is less than this amount."
msgstr ""

#. Description of the plugin
#: give.php
msgid "The most robust, flexible, and intuitive way to accept donations on WordPress."
msgstr ""

#. Plugin URI of the plugin
#: give.php
msgid "https://givewp.com"
msgstr ""

#. Plugin Name of the plugin
#: give.php
msgid "Give - Donation Plugin"
msgstr ""

#: templates/single-give-form/featured-image.php:42 build/formBuilderApp.js:1
#: build/formBuilderRegistrars.js:1
msgid "Placeholder"
msgstr ""

#: templates/shortcode-register.php:20
msgid "Register a New Account"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:139
#: src/Receipt/DonationReceipt.php:108
msgid "Payment Status"
msgstr ""

#: src/API/Endpoints/Reports/PaymentMethods.php:73
#: src/API/Endpoints/Reports/PaymentStatuses.php:84
#: src/API/Endpoints/Reports/PaymentStatuses.php:89
#: src/API/Endpoints/Reports/PaymentStatuses.php:94
#: src/API/Endpoints/Reports/PaymentStatuses.php:99
#: src/API/Endpoints/Reports/PaymentStatuses.php:104
#: src/API/Endpoints/Reports/PaymentStatuses.php:109
msgid "Payments"
msgstr ""

#: templates/shortcode-receipt.php:21
msgid "The specified receipt ID appears to be invalid."
msgstr ""

#: templates/shortcode-profile-editor.php:237
msgid "You need to log in to edit your profile."
msgstr ""

#: templates/shortcode-profile-editor.php:193
msgid "Save Changes"
msgstr "Gardar cambios"

#: templates/shortcode-profile-editor.php:173
msgid "Please note after changing your password, you must log back in."
msgstr ""

#: templates/shortcode-profile-editor.php:157
msgid "Re-enter Password"
msgstr ""

#: templates/shortcode-profile-editor.php:151
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:217
msgid "New Password"
msgstr ""

#: templates/shortcode-profile-editor.php:147
msgid "Change your Password"
msgstr ""

#: templates/shortcode-profile-editor.php:74
msgid "Display Name"
msgstr ""

#: templates/shortcode-profile-editor.php:48
msgid "Change your Name"
msgstr ""

#: templates/shortcode-profile-editor.php:26
#: templates/shortcode-profile-editor.php:221
#: templates/shortcode-profile-editor.php:227
msgid "Success:"
msgstr "Éxito"

#: templates/shortcode-login.php:47 build/donationFormRegistrars.js:1
#: build/formBuilderRegistrars.js:1
msgid "Log In"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:161
#: templates/shortcode-login.php:22
msgid "Log into Your Account"
msgstr ""

#. translators: %s: success page URL
#: templates/payment-processing.php:11
msgid "Your donation is processing. This page will reload automatically in 8 seconds. If it does not, click <a href=\"%s\">here</a>."
msgstr ""

#: templates/history-donations.php:276
msgid "It looks like you haven't made any donations."
msgstr ""

#: includes/shortcodes.php:527
msgid "The email you entered belongs to another user. Please use another."
msgstr ""

#: includes/user-functions.php:438
msgid "Passwords you entered do not match. Please try again."
msgstr ""

#: includes/misc-functions.php:2364
msgid "You must be logged in to view this donation receipt."
msgstr ""

#: includes/shortcodes.php:112
msgid "You must be logged in to view your donation history. Please login using your account or create an account using the same email you used to donate with."
msgstr ""

#: includes/class-give-scripts.php:300
msgid "Choose one or more forms"
msgstr ""

#: includes/class-give-scripts.php:297 build/donationDetails.js:10
msgid "Are you sure you want to resend the donation receipt?"
msgstr ""

#: includes/class-give-scripts.php:296
msgid "Are you sure you want to regenerate this API key?"
msgstr ""

#: includes/class-give-scripts.php:295
msgid "Are you sure you want to revoke this API key?"
msgstr ""

#: includes/class-give-scripts.php:294 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
msgid "Are you sure you want to delete this note?"
msgstr ""

#: includes/class-give-scripts.php:292
msgid "Not available for variable priced forms."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:33
#: includes/class-give-scripts.php:543
msgid "Please select an option"
msgstr ""

#: includes/class-give-scripts.php:509
msgid "Please Wait..."
msgstr ""

#: includes/class-give-scripts.php:418 includes/class-give-scripts.php:508
#: build/adminBlocks.js:1 build/assets/dist/js/donor-dashboards-app.js:1
#: build/campaignBlock.js:1 build/campaignBlocks.js:1 build/campaignBlocks.js:4
#: build/campaignBlocksLandingPage.js:1 build/campaignDonateButtonBlock.js:1
#: build/campaignFormBlock.js:1 build/campaignGoalBlock.js:1
#: build/donationFormBlock.js:1 build/donationFormRegistrars.js:1
#: build/formBuilderApp.js:13
#: src/DonorDashboards/resources/js/app/tabs/annual-receipts/content.js:33
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:44
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:73
#: src/DonorDashboards/resources/js/app/tabs/donation-history/dashboard-content.js:19
#: src/DonorDashboards/resources/js/app/tabs/donation-history/dashboard-content.js:38
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:52
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:76
#: src/DonorDashboards/resources/js/app/tabs/recurring-donations/content.js:106
msgid "Loading..."
msgstr "Cargando..."

#: includes/class-give-scripts.php:505
msgid "Please select a payment method."
msgstr ""

#: includes/process-donation.php:1277
msgid "The zip / postal code you entered for your billing address is invalid."
msgstr ""

#: includes/class-give-scripts.php:531 includes/user-functions.php:423
msgid "Enter the password confirmation."
msgstr ""

#: includes/class-give-scripts.php:530 includes/process-donation.php:1024
#: includes/user-functions.php:419
msgid "Enter a password."
msgstr ""

#: includes/login-register.php:279
msgid "Passwords don't match."
msgstr ""

#: includes/process-donation.php:1095 includes/user-functions.php:363
msgid "Enter an email."
msgstr ""

#: includes/user-functions.php:328
msgid "You must register or log in to complete your donation."
msgstr ""

#: includes/user-functions.php:314
msgid "Invalid username. Only lowercase letters (a-z) and numbers are allowed."
msgstr ""

#: includes/process-donation.php:874
msgid "The user information is invalid."
msgstr ""

#: includes/process-donation.php:718
msgid "Please select your billing country."
msgstr ""

#: includes/process-donation.php:714
msgid "Please enter your billing city."
msgstr ""

#: includes/process-donation.php:710
msgid "Please enter your zip / postal code."
msgstr ""

#: includes/process-donation.php:706
msgid "Please enter your primary billing address."
msgstr ""

#: includes/admin/admin-actions.php:1101 includes/class-give-scripts.php:526
#: includes/process-donation.php:629 includes/shortcodes.php:510
msgid "Please enter your first name."
msgstr ""

#: includes/process-donation.php:486
msgid "The selected payment gateway is not enabled."
msgstr ""

#: includes/process-donation.php:490
msgid "Please insert a valid donation amount."
msgstr ""

#: includes/post-types.php:501
msgid "Widgets in this area will be shown on the single GiveWP forms aside area. This sidebar will not display for embedded forms."
msgstr ""

#: includes/post-types.php:499
msgid "GiveWP Single Form Sidebar"
msgstr ""

#: includes/post-types.php:394
msgid "Abandoned <span class=\"count\">(%s)</span>"
msgid_plural "Abandoned <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: includes/post-types.php:372
msgid "Revoked <span class=\"count\">(%s)</span>"
msgid_plural "Revoked <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: includes/post-types.php:361
msgid "Failed <span class=\"count\">(%s)</span>"
msgid_plural "Failed <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: includes/post-types.php:350
msgid "Refunded <span class=\"count\">(%s)</span>"
msgid_plural "Refunded <span class=\"count\">(%s)</span>"
msgstr[0] ""
msgstr[1] ""

#: includes/post-types.php:318 includes/post-types.php:326
msgid "Enter form title here"
msgstr ""

#: build/campaignListTable.js:4
msgid "campaigns"
msgstr ""

#: includes/admin/payments/class-payments-table.php:416
#: src/Campaigns/Actions/ReplaceGiveFormsCptLabels.php:17
#: src/Donations/ListTable/Columns/CampaignColumn.php:34
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:216
#: src/Subscriptions/ListTable/Columns/CampaignColumn.php:36
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:120
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:119
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:119
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGoalWidget/ElementorCampaignGoalWidget.php:120
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignStatsWidget/ElementorCampaignStatsWidget.php:119
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:115
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:120
#: build/assets/dist/js/donor-dashboards-app.js:1 build/campaignBlock.js:1
#: build/campaignBlocks.js:4 build/campaignBlocksLandingPage.js:1
#: build/campaignDonateButtonBlock.js:1 build/campaignFormBlock.js:1
#: build/campaignGoalBlock.js:1 build/donationDetails.js:10
#: build/entitiesAdmin.js:1 build/entitiesPublic.js:1
#: build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:50
msgid "Campaign"
msgstr ""

#: includes/admin/reports/class-forms-report.php:37
#: includes/admin/reports/class-forms-report.php:75
#: includes/admin/reports/reports.php:123
#: includes/admin/tools/import/class-give-import-donations.php:610
#: includes/post-types.php:275
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:115
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:112
#: build/campaignDetails.js:10
msgid "Forms"
msgstr ""

#: includes/admin/donors/class-donor-table.php:131
#: includes/admin/donors/donors.php:984
#: includes/admin/payments/class-payments-table.php:196
#: includes/admin/reports/class-form-reports-table.php:122
#: includes/post-types.php:59 includes/post-types.php:274
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:120
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:147
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/campaignBlocksLandingPage.js:1 build/donationDetails.js:10
#: build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:17
msgid "Form"
msgstr ""

#: includes/post-types.php:208
msgid "Choose from most used tags."
msgstr ""

#: includes/post-types.php:206
msgid "New Tag Name"
msgstr ""

#: includes/post-types.php:205
msgid "Add New Tag"
msgstr ""

#: includes/post-types.php:204
msgid "Update Tag"
msgstr ""

#: includes/post-types.php:203
msgid "Edit Tag"
msgstr ""

#: includes/post-types.php:202
msgid "Parent Tag:"
msgstr ""

#: includes/post-types.php:201
msgid "Parent Tag"
msgstr ""

#: includes/admin/class-give-html-elements.php:490 includes/post-types.php:200
msgid "All Tags"
msgstr ""

#: includes/post-types.php:199
msgid "Search Tags"
msgstr ""

#: includes/post-types.php:198
msgctxt "taxonomy singular name"
msgid "Tag"
msgstr ""

#: includes/post-types.php:197
msgctxt "taxonomy general name"
msgid "Form Tags"
msgstr ""

#: includes/post-types.php:169
msgid "New Category Name"
msgstr ""

#: includes/post-types.php:168
msgid "Add New Category"
msgstr ""

#: includes/post-types.php:167
msgid "Update Category"
msgstr ""

#: includes/post-types.php:166
msgid "Edit Category"
msgstr ""

#: includes/post-types.php:165
msgid "Parent Category:"
msgstr ""

#: includes/post-types.php:164
msgid "Parent Category"
msgstr ""

#: includes/post-types.php:162
msgid "Search Categories"
msgstr ""

#: includes/post-types.php:161
msgctxt "taxonomy singular name"
msgid "Category"
msgstr ""

#: includes/post-types.php:160
msgctxt "taxonomy general name"
msgid "Form Categories"
msgstr ""

#: includes/post-types.php:124
msgid "No donations found in Trash."
msgstr ""

#: includes/admin/class-blank-slate.php:278
#: includes/admin/class-blank-slate.php:282
#: includes/admin/class-give-html-elements.php:109
#: includes/admin/donors/donors.php:969
#: includes/class-give-cli-commands.php:621 includes/emails/template.php:182
#: includes/post-types.php:123
msgid "No donations found."
msgstr ""

#: includes/post-types.php:122
msgid "Search Donations"
msgstr ""

#: includes/admin/donors/donors.php:947 includes/post-types.php:121
msgid "View Donation"
msgstr ""

#: includes/post-types.php:120
msgid "All Donations"
msgstr ""

#: includes/admin/emails/class-new-donation-email.php:44
#: includes/post-types.php:119 src/Onboarding/DefaultFormFactory.php:82
msgid "New Donation"
msgstr ""

#: includes/post-types.php:118
#: src/DonationSummary/resources/views/summary.php:27
msgid "Edit Donation"
msgstr ""

#: includes/post-types.php:117
msgid "Add New Donation"
msgstr ""

#: includes/post-types.php:116
msgid "Add New"
msgstr ""

#: includes/post-types.php:115
msgctxt "post type singular name"
msgid "Donation"
msgstr ""

#: includes/post-types.php:114
msgctxt "post type general name"
msgid "Donations"
msgstr ""

#. translators: %s: admin title
#: includes/admin/payments/payments-history.php:112
msgid "Edit Donation - %s"
msgstr ""

#: includes/post-types.php:61
msgid "Add New Donation Form"
msgstr ""

#. translators: %s: donation number
#: includes/admin/payments/view-payment-details.php:77
msgid "Donation %s"
msgstr ""

#: includes/admin/donors/donor-actions.php:466
#: includes/admin/donors/donor-actions.php:524
#: includes/admin/donors/donor-actions.php:576
#: includes/payments/functions.php:1493
msgid "System"
msgstr ""

#: includes/payments/functions.php:606
msgid "Pre-Approved"
msgstr ""

#: includes/admin/payments/class-payments-table.php:339
#: includes/payments/functions.php:604 includes/post-types.php:378
#: src/API/Endpoints/Reports/PaymentStatuses.php:105
#: src/Donations/ValueObjects/DonationStatus.php:65
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:66
#: build/assets/dist/js/admin-reports.js:1
msgid "Cancelled"
msgstr ""

#: includes/payments/functions.php:601
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:354
msgid "Complete"
msgstr ""

#: build/adminBlocks.js:1 build/formBuilderApp.js:13
#: src/MultiFormGoals/resources/js/blocks/multi-form-goal/edit/index.js:37
msgid "Heading"
msgstr ""

#. translators: 1: old status 2: new status.
#: includes/payments/actions.php:144
msgid "Status changed from %1$s to %2$s."
msgstr ""

#: includes/currencies-list.php:198
msgid "Norwegian Krone (%1$s)"
msgstr ""

#: includes/login-register.php:275
msgid "Please enter a password."
msgstr ""

#: includes/login-register.php:271
msgid "Invalid payment email."
msgstr ""

#: includes/login-register.php:263
msgid "Email address already taken."
msgstr ""

#: includes/login-register.php:255 includes/user-functions.php:307
msgid "Username already taken."
msgstr ""

#: includes/login-register.php:251 includes/login-register.php:259
#: includes/user-functions.php:317
msgid "Invalid username."
msgstr ""

#: includes/login-register.php:125 includes/process-donation.php:1028
msgid "The username you entered does not exist."
msgstr ""

#: includes/login-register.php:122 includes/process-donation.php:1004
msgid "The password you entered is incorrect."
msgstr ""

#: includes/admin/donors/donors.php:781 build/assets/dist/js/admin.js:1
#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/subscriptionDetails.js:10
msgid "Save"
msgstr "Gardar"

#: build/formBuilderApp.js:1
msgid "Add or upload file"
msgstr ""

#: includes/admin/give-metabox-functions.php:1573 src/FormAPI/Form/Group.php:37
msgid "Add Row"
msgstr ""

#: includes/class-give-license-handler.php:1112
msgid "Download"
msgstr ""

#: includes/admin/donors/donors.php:80 includes/admin/donors/donors.php:865
msgid "Remove"
msgstr "Eliminar"

#: src/MultiFormGoals/resources/js/components/image-control/index.js:30
msgid "Remove Image"
msgstr "Eliminar a imaxe"

#: includes/admin/import-functions.php:431
msgid "Time"
msgstr "Tempo"

#: includes/class-give-scripts.php:383
msgid "Choose File"
msgstr ""

#: build/campaignListTable.js:4 build/formBuilderApp.js:13
msgid "Next"
msgstr "Seguinte"

#: includes/admin/give-metabox-functions.php:1459
#: includes/admin/give-metabox-functions.php:1494
#: includes/admin/give-metabox-functions.php:1533
msgid "Remove Group"
msgstr ""

#: includes/install.php:446 build/formBuilderApp.js:13
msgid "Donation Confirmation"
msgstr ""

#. translators: %s: Paypal transaction ID
#: includes/gateways/paypal/paypal-standard.php:93
#: src/PaymentGateways/Gateways/PayPalStandard/Actions/ProcessIpnDonationRefund.php:43
msgid "PayPal Refund Transaction ID: %s"
msgstr ""

#. translators: 1: Paypal parent transaction ID 2. Paypal reason code
#: includes/gateways/paypal/paypal-standard.php:85
#: src/PaymentGateways/Gateways/PayPalStandard/Actions/ProcessIpnDonationRefund.php:35
msgid "PayPal Payment #%1$s Refunded for reason: %2$s"
msgstr ""

#. translators: %s: Paypal parent transaction ID
#: includes/gateways/paypal/paypal-standard.php:73
#: src/PaymentGateways/Gateways/PayPalStandard/Actions/ProcessIpnDonationRefund.php:28
msgid "Partial PayPal refund processed: %s"
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:255
msgid "Payment is pending for unknown reasons. Contact PayPal support for assistance."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:251
msgid "PayPal account is not verified. Verify account in order to accept this donation."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:247
msgid "PayPal account must be upgraded before this payment can be accepted."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:243
msgid "Payment was sent to non-confirmed or non-registered email address."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:236
msgid "Payment is being reviewed by PayPal staff as high-risk or in possible violation of government regulations."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:231
msgid "Payment received in non-shop currency and must be accepted manually through PayPal."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:224
msgid "Payment must be accepted manually through PayPal due to international account regulations."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:217
msgid "Payment requires a confirmed donor address and must be accepted manually through PayPal."
msgstr ""

#: includes/gateways/paypal/paypal-standard.php:213
msgid "Payment made via eCheck and will clear automatically in 5-8 days."
msgstr ""

#. translators: %s: Paypal transaction ID
#: src/PaymentGateways/Gateways/PayPalStandard/Webhooks/Listeners/PaymentUpdated.php:40
msgid "PayPal Transaction ID: %s"
msgstr ""

#: includes/admin/emails/class-email-access-email.php:181
#: includes/emails/functions.php:118
msgid "Sincerely,"
msgstr ""

#: includes/gateways/offline-donations.php:70
msgid "Enter the instructions you want to display to the donor during the donation process. Most likely this would include important information like mailing address and who to make the check out to."
msgstr ""

#: includes/gateways/offline-donations.php:57
msgid "This option will enable the billing details section for this form's offline donation payment gateway. The fieldset will appear above the offline donation instructions."
msgstr ""

#. translators: %s: admin title
#: includes/admin/payments/payments-history.php:105
msgid "View Donation Details - %s"
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:111
msgid "Dear Admin,"
msgstr ""

#: includes/admin/emails/class-new-offline-donation-email.php:86
msgid "New Pending Donation"
msgstr ""

#: src/PaymentGateways/Gateways/Offline/OfflineGateway.php:41
#: src/PaymentGateways/Gateways/Offline/OfflineGateway.php:49
msgid "Offline Donation"
msgstr ""

#: includes/admin/payments/view-payment-details.php:84
#: includes/admin/tools/views/html-admin-page-system-info.php:673
#: src/PaymentGateways/Gateways/TestGateway/TestGateway.php:48
#: src/PaymentGateways/Gateways/TestGateway/TestGateway.php:75
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:366
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:35
msgid "Test Donation"
msgstr ""

#: includes/admin/emails/abstract-email-notification.php:901
#: src/FormBuilder/EmailPreview/Actions/ApplyPreviewTemplateTags.php:47
#: src/Onboarding/Setup/templates/index.html.php:142
#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:73
#: src/PaymentGateways/PaypalSettingPage.php:72
msgid "PayPal"
msgstr ""

#: includes/gateways/actions.php:147
msgid "You must enable a payment gateway to use Give."
msgstr ""

#. translators: %s: Documentation link to
#. http://docs.givewp.com/form-floating-labels
#: includes/forms/widget.php:252
msgid "Override the <a href=\"%s\" target=\"_blank\">floating labels</a> setting for this GiveWP form."
msgstr ""

#: includes/forms/widget.php:244
msgid "Floating Labels (optional):"
msgstr ""

#: includes/forms/widget.php:193
msgid "Leave blank to hide the widget title."
msgstr ""

#: includes/forms/widget.php:191
msgid "Title:"
msgstr ""

#: includes/forms/widget.php:69
msgid "Display a GiveWP Donation Form in your theme's widget powered sidebar."
msgstr ""

#: includes/forms/widget.php:67
msgid "GiveWP - Donation Form"
msgstr ""

#: includes/forms/template.php:2305
msgid "Test mode is enabled. While in test mode no live donations are processed."
msgstr ""

#: includes/forms/template.php:2305
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:121
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:132
#: includes/gateways/stripe/includes/class-give-stripe-gateway.php:143
#: src/PaymentGateways/Gateways/Stripe/Traits/CreditCardForm.php:106
#: src/PaymentGateways/Gateways/Stripe/Traits/CreditCardForm.php:117
#: src/PaymentGateways/Gateways/Stripe/Traits/CreditCardForm.php:128
#: src/PaymentGateways/Gateways/Stripe/Traits/FormFieldMarkup.php:18
#: src/PaymentGateways/Gateways/Stripe/Traits/FormFieldMarkup.php:29
#: src/PaymentGateways/Gateways/Stripe/Traits/FormFieldMarkup.php:40
msgid "Notice:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donor-wall.php:154
#: includes/forms/template.php:1953
msgid "Donation Total:"
msgstr ""

#: includes/forms/template.php:1909
msgid "Hide Terms"
msgstr ""

#: includes/forms/template.php:1907
msgid "Show Terms"
msgstr ""

#: includes/forms/template.php:1738
msgid "Select Payment Method"
msgstr ""

#: includes/forms/template.php:1658
msgid "Your password"
msgstr ""

#: includes/forms/template.php:1599
msgid "Log In to Your Account"
msgstr ""

#: includes/forms/template.php:1651
#: src/Framework/FieldsAPI/Authentication.php:29
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveLoginWidget.php:168
#: templates/shortcode-login.php:39 templates/shortcode-register.php:44
#: build/formBuilderRegistrars.js:1
msgid "Password"
msgstr ""

#: includes/forms/template.php:1601
msgid "(optional)"
msgstr ""

#: includes/forms/template.php:1510
msgid "Create an account"
msgstr ""

#: includes/class-give-scripts.php:541
msgid "Loading"
msgstr ""

#: includes/forms/template.php:1528
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:52
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/auth-modal/index.js:171
msgid "Already have an account?"
msgstr ""

#: includes/forms/template.php:1376
msgid "The state, province, or county for your billing address."
msgstr ""

#: includes/forms/template.php:1263
msgid "The country for your billing address."
msgstr ""

#: includes/admin/donors/donors.php:769
#: includes/admin/payments/view-payment-details.php:870
msgid "Zip / Postal Code:"
msgstr ""

#: includes/forms/template.php:1406
msgid "The zip or postal code for your billing address."
msgstr ""

#: includes/forms/template.php:1404 includes/forms/template.php:1416
msgid "Zip / Postal Code"
msgstr ""

#: includes/forms/template.php:1331
msgid "The city for your billing address."
msgstr ""

#: includes/forms/template.php:1319
msgid "Address line 2"
msgstr ""

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:86
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:87
#: src/Framework/FieldsAPI/BillingAddress.php:60
#: build/formBuilderRegistrars.js:1
msgid "Address Line 1"
msgstr ""

#: includes/forms/template.php:1298
msgid "Address line 1"
msgstr ""

#: includes/forms/template.php:1289
msgid "The primary billing address for your credit card."
msgstr ""

#: includes/forms/template.php:1219
#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:231
#: src/PaymentGateways/PayPalCommerce/AdvancedCardFields.php:85
msgid "Billing Details"
msgstr ""

#: includes/forms/template.php:1171
msgid "MM / YY"
msgstr ""

#: includes/forms/template.php:1162 src/Helpers/Gateways/Stripe.php:183
msgid "The date your credit card expires, typically on the front of the card."
msgstr ""

#: includes/forms/template.php:1160 src/Helpers/Gateways/Stripe.php:179
msgid "Expiration"
msgstr ""

#: includes/forms/template.php:1129 src/Helpers/Gateways/Stripe.php:135
msgid "The 3 digit (back) or 4 digit (front) value on your card."
msgstr ""

#: includes/forms/template.php:1127 includes/forms/template.php:1133
#: includes/gateways/stripe/includes/give-stripe-scripts.php:53
#: src/Helpers/Gateways/Stripe.php:131
#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:251
msgid "CVC"
msgstr ""

#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:246
msgid "Card Number:"
msgstr ""

#: includes/forms/template.php:1116
#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:97
#: src/Helpers/Gateways/Stripe.php:112
#: src/PaymentGateways/Gateways/Stripe/Traits/SEPAMandateForm.php:43
msgid "The (typically) 16 digits on the front of your credit card."
msgstr ""

#: includes/forms/template.php:1114 includes/forms/template.php:1121
#: includes/gateways/stripe/includes/give-stripe-scripts.php:52
#: src/Helpers/Gateways/Stripe.php:108
#: src/PaymentGateways/PayPalCommerce/ScriptLoader.php:250
msgid "Card Number"
msgstr ""

#: includes/forms/template.php:1109
#: includes/gateways/stripe/includes/payment-methods/class-give-stripe-sepa.php:86
#: src/PaymentGateways/Gateways/Stripe/Traits/BECSMandateForm.php:29
#: src/PaymentGateways/Gateways/Stripe/Traits/CreditCardForm.php:40
#: src/PaymentGateways/Gateways/Stripe/Traits/SEPAMandateForm.php:29
msgid "This is a secure SSL encrypted payment."
msgstr ""

#: includes/forms/template.php:1105
#: src/PaymentGateways/Gateways/Stripe/Traits/CreditCardForm.php:31
msgid "Credit Card Info"
msgstr ""

#: build/donorDetails.js:10
msgid "Email address:"
msgstr "Enderezo de correo electrónico:"

#: includes/forms/template.php:973
msgid "We will send the donation receipt to this address."
msgstr ""

#: includes/admin/donors/donors.php:877 includes/admin/import-functions.php:477
#: includes/admin/tools/export/give-export-donations-exporter.php:190
#: includes/admin/tools/import/class-give-import-donations.php:491
#: includes/forms/template.php:966 includes/forms/template.php:981
#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:127
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:186
#: src/Receipt/DonationReceipt.php:78 templates/email-login-form.php:108
#: templates/shortcode-profile-editor.php:118 build/donorDetails.js:10
#: build/formBuilderRegistrars.js:1
msgid "Email Address"
msgstr "Enderezo de correo electrónico"

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:111
#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/formBuilderRegistrars.js:1
msgid "Last name"
msgstr ""

#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:109
#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/formBuilderRegistrars.js:1
msgid "First name"
msgstr ""

#: includes/forms/template.php:784
msgid "Personal Info"
msgstr ""

#: includes/forms/template.php:621
msgid "Choose Your Donation Amount"
msgstr ""

#: includes/forms/template.php:430 includes/forms/template.php:457
msgid "Donation Amount:"
msgstr ""

#: includes/admin/give-metabox-functions.php:1193
#: includes/emails/template.php:147
msgid "Send Test Email"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:379
msgid "Preview Email"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:67
#: includes/emails/functions.php:91
msgid "Thank you,"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:65
#: includes/emails/functions.php:90 includes/emails/functions.php:114
#: src/Email/Notifications/DonationProcessingReceipt.php:53
msgid "Payment Method:"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:63
#: includes/emails/functions.php:88 includes/emails/functions.php:111
#: src/Email/Notifications/DonationProcessingReceipt.php:50
msgid "Donation:"
msgstr ""

#: includes/emails/functions.php:86
msgid "This email is to inform you that a new donation has been made on your website:"
msgstr ""

#: includes/admin/emails/class-failed-donation-email.php:60
#: includes/emails/functions.php:85
msgid "Hi there,"
msgstr ""

#: includes/admin/emails/class-new-donation-email.php:51
#: src/Onboarding/DefaultFormFactory.php:83
msgid "New Donation!"
msgstr ""

#: includes/emails/class-give-emails.php:340
msgid "You cannot send email with Give_Emails until init/admin_init has been reached."
msgstr ""

#: includes/emails/class-give-emails.php:190 build/formBuilderApp.js:13
msgid "No template, plain text only"
msgstr ""

#: includes/emails/class-give-emails.php:189
msgid "Default Template"
msgstr ""

#: includes/emails/class-give-email-tags.php:381
msgid "The method of payment used for this donation."
msgstr ""

#: includes/emails/class-give-email-tags.php:394
msgid "The unique ID number for this donation receipt."
msgstr ""

#: includes/emails/class-give-email-tags.php:375
msgid "The unique ID number for this donation."
msgstr ""

#: includes/emails/class-give-email-tags.php:369
msgid "The date of the donation."
msgstr ""

#: includes/emails/class-give-email-tags.php:363
msgid "The donor's billing address."
msgstr ""

#: includes/emails/class-give-email-tags.php:458
#: includes/emails/class-give-email-tags.php:464
msgid "The donor's email address."
msgstr ""

#: includes/emails/class-give-email-tags.php:446
msgid "The donor's user name on the site, if they registered an account."
msgstr ""

#: includes/emails/class-give-email-tags.php:440
msgid "The donor's full name, first and last."
msgstr ""

#: includes/country-functions.php:2367
msgid "Zaragoza"
msgstr ""

#: includes/country-functions.php:2366
msgid "Zamora"
msgstr ""

#: includes/country-functions.php:2365
msgid "Bizkaia"
msgstr ""

#: includes/country-functions.php:2364
msgid "Valladolid"
msgstr ""

#: includes/country-functions.php:2363
msgid "Valencia"
msgstr ""

#: includes/country-functions.php:2362
msgid "Toledo"
msgstr ""

#: includes/country-functions.php:2361
msgid "Teruel"
msgstr ""

#: includes/country-functions.php:2360
msgid "Tarragona"
msgstr ""

#: includes/country-functions.php:2359
msgid "Soria"
msgstr ""

#: includes/country-functions.php:2358
msgid "Sevilla"
msgstr ""

#: includes/country-functions.php:2357
msgid "Segovia"
msgstr ""

#: includes/country-functions.php:2356
msgid "Santa Cruz de Tenerife"
msgstr ""

#: includes/country-functions.php:2355
msgid "Salamanca"
msgstr ""

#: includes/country-functions.php:2354
msgid "Pontevedra"
msgstr ""

#: includes/country-functions.php:2353
msgid "Palencia"
msgstr ""

#: includes/country-functions.php:2352
msgid "Ourense"
msgstr ""

#: includes/country-functions.php:2351
msgid "Navarra"
msgstr ""

#: includes/country-functions.php:2350
msgid "Murcia"
msgstr ""

#: includes/country-functions.php:2349
msgid "Melilla"
msgstr ""

#: includes/country-functions.php:2348
msgid "M&aacute;laga"
msgstr ""

#: includes/country-functions.php:2347
msgid "Madrid"
msgstr ""

#: includes/country-functions.php:2346
msgid "Lugo"
msgstr ""

#: includes/country-functions.php:2345
msgid "Lleida"
msgstr ""

#: includes/country-functions.php:2344
msgid "Le&oacute;n"
msgstr ""

#: includes/country-functions.php:2343
msgid "Las Palmas"
msgstr ""

#: includes/country-functions.php:1743 includes/country-functions.php:2342
msgid "La Rioja"
msgstr ""

#: includes/country-functions.php:2341
msgid "Ja&eacute;n"
msgstr ""

#: includes/country-functions.php:2340
msgid "Huesca"
msgstr ""

#: includes/country-functions.php:2339
msgid "Huelva"
msgstr ""

#: includes/country-functions.php:2338
msgid "Gipuzkoa"
msgstr ""

#: includes/country-functions.php:2337
msgid "Guadalajara"
msgstr ""

#: includes/country-functions.php:2336
msgid "Granada"
msgstr ""

#: includes/country-functions.php:2335
msgid "Girona"
msgstr ""

#: includes/country-functions.php:2334
msgid "Cuenca"
msgstr ""

#: includes/country-functions.php:1737 includes/country-functions.php:2333
msgid "C&oacute;rdoba"
msgstr ""

#: includes/country-functions.php:2332
msgid "Ciudad Real"
msgstr ""

#: includes/country-functions.php:2331
msgid "Ceuta"
msgstr ""

#: includes/country-functions.php:2330
msgid "Castell&oacute;n"
msgstr ""

#: includes/country-functions.php:2329
msgid "Cantabria"
msgstr ""

#: includes/country-functions.php:2328
msgid "C&aacute;diz"
msgstr ""

#: includes/country-functions.php:2327
msgid "C&aacute;ceres"
msgstr ""

#: includes/country-functions.php:2326
msgid "Burgos"
msgstr ""

#: includes/country-functions.php:2325
msgid "Barcelona"
msgstr ""

#: includes/country-functions.php:2324
msgid "Baleares"
msgstr ""

#: includes/country-functions.php:2323
msgid "Badajoz"
msgstr ""

#: includes/country-functions.php:2322
msgid "&Aacute;vila"
msgstr ""

#: includes/country-functions.php:2321
msgid "Asturias"
msgstr ""

#: includes/country-functions.php:2320
msgid "Almer&iacute;a"
msgstr ""

#: includes/country-functions.php:2319
msgid "Alicante"
msgstr ""

#: includes/country-functions.php:2318
msgid "Albacete"
msgstr ""

#: includes/country-functions.php:2316
msgid "A Coru&ntilde;a"
msgstr ""

#: includes/class-give-stats.php:436
msgid "Improper date provided."
msgstr ""

#: includes/class-give-roles.php:101
msgid "GiveWP Worker"
msgstr ""

#: includes/class-give-roles.php:91
msgid "GiveWP Accountant"
msgstr ""

#: includes/class-give-roles.php:56
msgid "GiveWP Manager"
msgstr ""

#: includes/admin/class-give-html-elements.php:451 includes/post-types.php:163
msgid "All Categories"
msgstr "Todalas Categorías"

#: includes/admin/class-blank-slate.php:294
msgid "No donors  found."
msgstr ""

#: includes/admin/class-give-html-elements.php:379
msgid "No donor attached"
msgstr ""

#: includes/admin/class-give-html-elements.php:361
msgid "Select a Donor"
msgstr ""

#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7
msgid "Select all %s"
msgstr ""

#. translators: %s: property key
#: includes/class-give-donate-form.php:405 includes/class-give-donor.php:380
msgid "Can't get property %s."
msgstr ""

#: includes/class-give-cron.php:89
msgid "Once Weekly"
msgstr ""

#. translators: %s: process
#: includes/api/class-give-api.php:1990 includes/api/class-give-api.php:2001
msgid "You do not have permission to %s API keys for this user."
msgstr ""

#: includes/api/class-give-api.php:1937
msgid "Revoke API Keys"
msgstr ""

#: includes/api/class-give-api.php:1932
msgid "Token:"
msgstr ""

#: includes/api/class-give-api.php:1928
msgid "Secret key:"
msgstr ""

#: includes/api/class-give-api.php:1924
msgid "Public key:"
msgstr ""

#: includes/api/class-give-api.php:1922
msgid "Generate API Key"
msgstr ""

#: includes/api/class-give-api.php:1913
msgid "GiveWP API Keys"
msgstr ""

#: includes/api/class-give-api.php:1218 includes/api/class-give-api.php:1353
msgid "Invalid or no date range specified."
msgstr ""

#: includes/api/class-give-api.php:1213 includes/api/class-give-api.php:1348
msgid "The end date must be later than the start date."
msgstr ""

#. translators: %s: form
#: includes/api/class-give-api.php:1053 includes/api/class-give-api.php:1328
#: includes/api/class-give-api.php:1491
msgid "Form %s not found."
msgstr ""

#: blocks/donor-wall/class-give-donor-wall.php:291
#: includes/admin/class-blank-slate.php:298
#: includes/admin/class-give-html-elements.php:385
#: includes/api/class-give-api.php:1002
#: includes/class-give-cli-commands.php:470 build/donationDetails.js:10
#: build/subscriptionDetails.js:10
msgid "No donors found."
msgstr ""

#. translators: %s: donor
#: includes/api/class-give-api.php:994
msgid "Donor %s not found."
msgstr ""

#: includes/api/class-give-api.php:678
msgid "Invalid query."
msgstr ""

#: includes/api/class-give-api.php:525
msgid "Invalid API version."
msgstr ""

#: includes/api/class-give-api.php:509
msgid "Invalid API key."
msgstr ""

#: includes/api/class-give-api.php:492
msgid "Your request could not be authenticated."
msgstr ""

#: includes/api/class-give-api.php:475
msgid "You must specify both a token and API key."
msgstr ""

#: includes/admin/class-give-html-elements.php:907
msgid "No users found."
msgstr ""

#: src/Helpers/IntlTelInput.php:56
msgid "1 result found"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:410
#: src/Onboarding/Setup/templates/index.html.php:411
msgid "GiveWP Getting Started Guide"
msgstr ""

#: includes/admin/upgrades/views/upgrades.php:25
msgid "GiveWP %s Updates"
msgstr ""

#: includes/admin/upgrades/upgrade-functions.php:501
msgid "You do not have permission to do GiveWP upgrades."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-register.php:46
msgid "Enter an URL here to redirect to after registering."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-register.php:24
#: includes/admin/shortcodes/shortcode-give-register.php:25
#: templates/shortcode-register.php:71
msgid "Register"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-receipt.php:85
msgid "Show Payment ID:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-receipt.php:76
msgid "Show Payment Method:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-receipt.php:67
msgid "Show Date:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-profile-editor.php:24
msgid "Profile Editor"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-login.php:46
msgid "Enter an URL here to redirect to after login."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-register.php:40
msgid "Redirect URL (optional):"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:424
#: includes/admin/shortcodes/shortcode-give-login.php:24
#: includes/admin/shortcodes/shortcode-give-login.php:25
#: includes/forms/template.php:1530 includes/forms/template.php:1667
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:22
msgid "Login"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:101
#: includes/admin/shortcodes/shortcode-give-goal.php:82
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:373
msgid "Do you want to display the goal's progress bar?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-goal.php:81
#: includes/admin/shortcodes/shortcode-give-totals.php:126
msgid "Show Progress Bar:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-goal.php:72
msgid "This text displays the amount of revenue raised compared to the goal."
msgstr ""

#: includes/admin/shortcodes/shortcode-give-goal.php:71
msgid "Show Text:"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:42
#: includes/admin/shortcodes/shortcode-give-form.php:65
#: includes/admin/shortcodes/shortcode-give-goal.php:66
#: includes/admin/shortcodes/shortcode-give-receipt.php:43
msgid "Optional settings"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-goal.php:26
#: includes/admin/shortcodes/shortcode-give-goal.php:27
msgid "Donation Form Goal"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:104
msgid "How would you like to display donation information?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:94
msgid "No Content"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:92
msgid "Do you want to display the form content?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:81
msgid "Do you want to display the donation goal?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:80
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:151
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:158
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:153
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:371
#: blocks/donation-form-grid/edit/inspector.js:160 build/adminBlocks.js:1
msgid "Show Goal"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-grid.php:103
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:113
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:123
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:127
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:137
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:147
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:157
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:167
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:177
#: includes/admin/shortcodes/shortcode-give-form.php:74
#: includes/admin/shortcodes/shortcode-give-form.php:84
#: includes/admin/shortcodes/shortcode-give-goal.php:75
#: includes/admin/shortcodes/shortcode-give-goal.php:85
#: includes/admin/shortcodes/shortcode-give-receipt.php:50
#: includes/admin/shortcodes/shortcode-give-receipt.php:60
#: includes/admin/shortcodes/shortcode-give-receipt.php:69
#: includes/admin/shortcodes/shortcode-give-receipt.php:78
#: includes/admin/shortcodes/shortcode-give-receipt.php:87
#: includes/admin/shortcodes/shortcode-give-receipt.php:98
#: includes/admin/shortcodes/shortcode-give-totals.php:130
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:115
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:127
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:139
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:151
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:163
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:175
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:137
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:149
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:161
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:173
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:185
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:197
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:209
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:221
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:206
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:232
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:245
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:258
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:271
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:297
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:313
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:223
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:285
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:297
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:321
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:333
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:368
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:134
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:155
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:168
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:124
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:136
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:115
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:127
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:139
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:151
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:163
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:174
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:141
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:153
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:165
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:177
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:131
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:143
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:155
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:131
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:143
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:155
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:167
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:137
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:149
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:161
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:210
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:132
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:144
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:156
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:273
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:286
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:349
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:375
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:388
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:219
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:245
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:258
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:271
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:284
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:326
msgid "Hide"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:71
msgid "Do you want to display the form title?"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:70
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:269
#: blocks/donation-form-grid/edit/inspector.js:154 build/adminBlocks.js:1
msgid "Show Title"
msgstr ""

#: build/adminBlocks.js:1 build/donationFormBlock.js:1
msgid "No donation forms were found."
msgstr ""

#: includes/admin/tools/views/html-admin-page-data.php:61
msgid "Select Form"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:55
msgid "Select a Donation Form"
msgstr ""

#: includes/admin/import-functions.php:546
#: includes/admin/shortcodes/shortcode-give-form.php:27
#: includes/admin/shortcodes/shortcode-give-form.php:28
#: includes/post-types.php:71 src/DonationForms/Properties/FormSettings.php:308
#: src/FormBuilder/Routes/CreateFormRoute.php:44
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:115
#: blocks/donation-form/index.js:20 build/adminBlocks.js:1
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:1 build/donationFormBlock.js:1
#: build/donationFormBlockApp.js:1 build/elementorDonationFormWidget.js:1
#: build/elementorLegacyGiveFormWidget.js:1 build/entitiesAdmin.js:1
#: build/entitiesPublic.js:1 build/formBuilderApp.js:13
#: build/subscriptionDetails.js:10
msgid "Donation Form"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-donation-history.php:24
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/index.js:12
msgid "Donation History"
msgstr ""

#: includes/admin/shortcodes/class-shortcode-button.php:222
#: build/assets/dist/js/donor-dashboards-app.js:1 build/formBuilderApp.js:13
msgid "Okay"
msgstr ""

#: includes/admin/shortcodes/class-shortcode-button.php:193
msgid "GiveWP Shortcodes"
msgstr ""

#: includes/admin/shortcodes/class-shortcode-button.php:182
msgid "Insert"
msgstr ""

#. translators: %s: option label
#: includes/admin/shortcodes/abstract-shortcode-generator.php:464
msgid "The \"%s\" option is required."
msgstr ""

#: includes/admin/shortcodes/abstract-shortcode-generator.php:454
msgid "Some of the shortcode options are required."
msgstr ""

#: src/DonorDashboards/Helpers/LocationList.php:23
#: src/Onboarding/Helpers/LocationList.php:23 build/adminBlocks.js:1
#: build/stripePaymentElementFormBuilder.js:1
#: src/MultiFormGoals/resources/js/components/multi-select-control/index.js:25
msgid "Select"
msgstr ""

#: includes/admin/shortcodes/abstract-shortcode-generator.php:92
#: includes/admin/shortcodes/abstract-shortcode-generator.php:97
msgid "Insert Shortcode"
msgstr ""

#: includes/admin/shortcodes/abstract-shortcode-generator.php:91
#: includes/class-give-scripts.php:307 build/formBuilderApp.js:13
#: build/formBuilderRegistrars.js:1 build/subscriptionDetails.js:10
msgid "Close"
msgstr "Pechar"

#: includes/admin/tools/export/class-give-export-donations.php:269
msgid "All Statuses"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:49
msgid "Download a CSV of all donations recorded."
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:47
msgid "Export Donation History"
msgstr ""

#: includes/admin/tools/export/class-give-export-donations.php:297
#: includes/admin/tools/views/html-admin-page-exports.php:53
#: includes/admin/tools/views/html-admin-page-exports.php:106
#: src/Exports/resources/views/export-donors-table-row.php:67
msgid "Generate CSV"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:76
msgid "Download a CSV of revenue and donations over time."
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:74
msgid "Export Revenue and Donation Stats"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:67
msgid "Generate PDF"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:63
msgid "Download a PDF of Donations and Revenue reports for all forms for the current year."
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:61
msgid "Export PDF of Donations and Revenue"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:28
msgid "Export Options"
msgstr ""

#: includes/admin/tools/views/html-admin-page-exports.php:27
msgid "Export Type"
msgstr ""

#: includes/admin/reports/reports.php:271
msgid "Go Back"
msgstr ""

#: includes/admin/reports/reports.php:219
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:105
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:115
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:125
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:129
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:139
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:149
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:159
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:169
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:179
#: includes/admin/shortcodes/shortcode-give-form.php:73
#: includes/admin/shortcodes/shortcode-give-form.php:83
#: includes/admin/shortcodes/shortcode-give-goal.php:74
#: includes/admin/shortcodes/shortcode-give-goal.php:84
#: includes/admin/shortcodes/shortcode-give-receipt.php:52
#: includes/admin/shortcodes/shortcode-give-receipt.php:59
#: includes/admin/shortcodes/shortcode-give-receipt.php:62
#: includes/admin/shortcodes/shortcode-give-receipt.php:71
#: includes/admin/shortcodes/shortcode-give-receipt.php:80
#: includes/admin/shortcodes/shortcode-give-receipt.php:89
#: includes/admin/shortcodes/shortcode-give-receipt.php:96
#: includes/admin/shortcodes/shortcode-give-totals.php:129
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:114
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:126
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:138
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:150
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:162
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:174
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:136
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:148
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:160
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:172
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:184
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:196
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:208
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:220
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:205
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:231
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:244
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:257
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:270
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:296
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:312
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:222
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:284
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:296
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:320
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:332
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:367
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:133
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:154
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:167
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:123
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:135
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:114
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:126
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:138
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:150
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:162
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:173
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:140
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:152
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:164
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignCommentsWidget/ElementorCampaignCommentsWidget.php:176
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:130
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:142
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:154
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:130
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:142
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:154
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonorsWidget/ElementorCampaignDonorsWidget.php:166
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:136
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:148
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:160
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:209
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:131
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:143
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignWidget/ElementorCampaignWidget.php:155
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:272
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:285
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:348
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:374
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:387
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:218
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:244
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:257
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:270
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:283
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:325
msgid "Show"
msgstr ""

#: includes/admin/reports/reports.php:200
msgid "Report Type"
msgstr ""

#: build/assets/dist/js/admin-reports.js:1
msgid "Payment Methods"
msgstr ""

#: includes/admin/tools/class-settings-logs.php:37
msgid "Logs"
msgstr ""

#: includes/admin/reports/reports.php:69
#: includes/admin/tools/class-settings-export.php:37
#: includes/admin/tools/class-settings-export.php:75
msgid "Export"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:338
msgid "Dec"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:337
msgid "Nov"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:336
msgid "Oct"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:335
msgid "Sept"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:334
msgid "Aug"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:333
msgid "July"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:332
msgid "June"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:331
msgid "May"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:330
msgid "Apr"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:329
msgid "Mar"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:328
msgid "Feb"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:327
msgid "Jan"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:315
msgid "Donations by Month for all GiveWP Forms"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:201
msgid "Graph View"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:475
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:66
#: includes/admin/tools/export/pdf-reports.php:113
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:174
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:238
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:167
#: blocks/donation-form-grid/data/options.js:16 build/adminBlocks.js:1
#: build/campaignBlocks.js:4 build/formBuilderRegistrars.js:1
msgid "Number of Donations"
msgstr ""

#: includes/admin/import-functions.php:547
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:64
#: includes/admin/tools/export/pdf-reports.php:100
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:236
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:165
#: blocks/donation-form-grid/data/options.js:14 build/adminBlocks.js:1
msgid "Form Name"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:95
msgid "Table View"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:91
msgid "Date Range: "
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:75
#: includes/admin/tools/export/pdf-reports.php:76
msgid "GiveWP - Democratizing Generosity"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:74
#: includes/admin/tools/export/pdf-reports.php:86
msgid "Donation report for the current year for all forms"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:31
msgid "You do not have permission to generate PDF sales reports."
msgstr ""

#: src/API/Endpoints/Logs/GetLogs.php:122
msgid "Log type"
msgstr ""

#: includes/deprecated/deprecated-functions.php:70
msgid "API Requests"
msgstr ""

#: includes/deprecated/deprecated-functions.php:69
msgid "Payment Errors"
msgstr ""

#: includes/admin/reports/graphing.php:840
msgid "Clicking this will clear the reports cache."
msgstr ""

#: includes/admin/reports/graphing.php:571
msgid "To"
msgstr ""

#: includes/admin/reports/graphing.php:555
msgid "From"
msgstr "Lugar de partida"

#: includes/admin/reports/graphing.php:590
#: blocks/donation-form-grid/edit/inspector.js:238
#: blocks/donor-wall/edit/inspector.js:245 build/adminBlocks.js:1
msgid "Filter"
msgstr "Filtro"

#: includes/admin/reports/graphing.php:516
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:221
#: src/FormBuilder/ViewModels/FormBuilderViewModel.php:240
#: blocks/donation-form-grid/data/options.js:53 build/adminBlocks.js:1
msgid "Custom"
msgstr ""

#: includes/admin/reports/graphing.php:515 includes/class-give-stats.php:105
msgid "Last Year"
msgstr ""

#: includes/admin/reports/graphing.php:514 includes/class-give-stats.php:104
msgid "This Year"
msgstr ""

#: includes/admin/reports/graphing.php:513 includes/class-give-stats.php:103
msgid "Last Quarter"
msgstr ""

#: includes/admin/reports/graphing.php:512 includes/class-give-stats.php:102
msgid "This Quarter"
msgstr ""

#: includes/admin/reports/graphing.php:511 includes/class-give-stats.php:101
msgid "Last Month"
msgstr ""

#: includes/admin/reports/graphing.php:509 includes/class-give-stats.php:99
msgid "Last Week"
msgstr ""

#: includes/admin/reports/graphing.php:507 includes/class-give-stats.php:97
#: src/Helpers/Date.php:36
msgid "Yesterday"
msgstr ""

#: includes/admin/reports/graphing.php:506 includes/class-give-stats.php:96
#: src/Helpers/Date.php:27 build/campaignDetails.js:10
msgid "Today"
msgstr "Hoxe"

#: includes/admin/reports/graphing.php:471
msgid "Average monthly donations:"
msgstr ""

#: includes/admin/reports/graphing.php:211
#: includes/admin/reports/graphing.php:463
msgid "Total donations for period:"
msgstr ""

#: includes/admin/reports/graphing.php:220
msgid "Estimated monthly donations:"
msgstr ""

#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:790
msgid "Complete Styles"
msgstr ""

#: includes/admin/import-functions.php:487
#: includes/admin/reports/class-gateways-reports-table.php:143
#: includes/admin/settings/class-settings-gateways.php:489
#: includes/admin/tools/import/class-give-import-subscriptions.php:1283
#: src/Donations/ListTable/Columns/GatewayColumn.php:37
#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Gateway"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:111
msgid "Error Message"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:181
msgid "Payment ID"
msgstr ""

#: includes/gateways/functions.php:319
msgid "Payment Error"
msgstr ""

#: includes/admin/reports/class-form-reports-table.php:127
msgid "Detailed Report"
msgstr ""

#: includes/admin/reports/class-form-reports-table.php:125
msgid "Monthly Average Donations"
msgstr ""

#: includes/admin/reports/class-form-reports-table.php:106
msgid "View Detailed Report"
msgstr ""

#: includes/admin/tools/export/class-batch-export.php:157
#: includes/admin/tools/export/class-core-settings-export.php:80
#: includes/admin/tools/export/class-export.php:186
msgid "You do not have permission to export data."
msgstr ""

#: includes/admin/import-functions.php:490
#: includes/admin/tools/import/class-give-import-subscriptions.php:1282
#: build/subscriptionDetails.js:10
msgid "Transaction ID"
msgstr ""

#: includes/admin/import-functions.php:484
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:143
#: src/Receipt/DonationReceipt.php:125
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:171
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:169
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:365
#: templates/history-donations.php:73 templates/shortcode-receipt.php:106
#: build/assets/dist/js/donor-dashboards-app.js:1
msgid "Payment Method"
msgstr ""

#: includes/admin/import-functions.php:413
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:56
#: includes/admin/tools/import/class-give-import-donations.php:511
#: src/FormBuilder/Actions/GenerateDefaultDonationFormBlockCollection.php:68
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:147
#: src/Receipt/DonationReceipt.php:131
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:162
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:166
#: blocks/donor-wall/data/options.js:27 build/adminBlocks.js:1
#: build/donationFormRegistrars.js:1 build/formBuilderRegistrars.js:1
msgid "Donation Amount"
msgstr ""

#: includes/admin/import-functions.php:468
msgid "Zip Code"
msgstr ""

#: includes/admin/import-functions.php:466
#: includes/admin/tools/export/class-batch-export-donors.php:192
#: includes/admin/tools/export/give-export-donations-exporter.php:201
#: includes/forms/template.php:1258 src/Exports/DonorsExport.php:194
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:85
#: src/Framework/FieldsAPI/BillingAddress.php:54
#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/donorDetails.js:10 build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-fields/index.js:59
msgid "Country"
msgstr "País"

#: includes/admin/import-functions.php:461
#: includes/admin/settings/class-settings-general.php:312
#: includes/admin/tools/export/class-batch-export-donors.php:190
#: includes/admin/tools/export/give-export-donations-exporter.php:199
#: includes/ajax-functions.php:208 includes/country-functions.php:502
#: includes/country-functions.php:552 includes/country-functions.php:809
#: includes/forms/template.php:1349 src/Exports/DonorsExport.php:192
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/donationFormRegistrars.js:1 build/donorDetails.js:10
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-fields/index.js:70
msgid "State"
msgstr "Estado"

#: src/FormMigration/Concerns/Blocks/BlockFactory.php:88
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:89
#: src/Framework/FieldsAPI/BillingAddress.php:63
#: build/formBuilderRegistrars.js:1
msgid "Address Line 2"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:342
#: templates/shortcode-receipt.php:75
msgid "Total Donation"
msgstr ""

#: includes/admin/donors/donors.php:402 includes/admin/import-functions.php:445
#: includes/admin/tools/export/give-export-donations-exporter.php:187
#: includes/admin/tools/import/class-give-import-subscriptions.php:1273
#: includes/forms/template.php:849 includes/forms/template.php:868
#: templates/shortcode-profile-editor.php:60
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:166
msgid "Last Name"
msgstr ""

#: includes/admin/donors/donors.php:393 includes/admin/import-functions.php:439
#: includes/admin/tools/export/give-export-donations-exporter.php:184
#: includes/admin/tools/import/class-give-import-donations.php:501
#: includes/admin/tools/import/class-give-import-subscriptions.php:1272
#: includes/forms/template.php:821 includes/forms/template.php:837
#: templates/shortcode-profile-editor.php:52
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/content.js:160
msgid "First Name"
msgstr ""

#: includes/admin/reports/class-donor-reports-table.php:139
msgid "Donors Report"
msgstr ""

#: build/assets/dist/js/give-log-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:242
msgid "Log ID"
msgstr ""

#: includes/admin/settings/class-settings-license.php:117
#: includes/admin/settings/class-settings-license.php:128
#: includes/admin/settings/class-settings-license.php:130
#: src/Onboarding/Setup/templates/index.html.php:239
#: src/Onboarding/Setup/templates/index.html.php:241
msgid "Activate License"
msgstr ""

#: includes/admin/give-metabox-functions.php:1105
msgid "Global Default"
msgstr ""

#: includes/admin/settings/class-settings-general.php:89
msgid "1 Week"
msgstr ""

#: includes/admin/settings/class-settings-general.php:88
msgid "72 Hours"
msgstr ""

#: includes/admin/settings/class-settings-general.php:87
msgid "48 Hours"
msgstr ""

#: includes/admin/settings/class-settings-general.php:86
msgid "24 Hours"
msgstr ""

#: includes/admin/settings/class-settings-general.php:79
msgid "Session Lifetime"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:373
msgid "Advanced Options"
msgstr ""

#: includes/admin/emails/class-new-donation-email.php:49
msgid "New Donation - #{payment_id}"
msgstr ""

#: includes/emails/functions.php:108
msgid "Dear"
msgstr ""

#: includes/admin/emails/class-donation-receipt-email.php:42
#: includes/admin/emails/class-donation-receipt-email.php:47
#: includes/admin/emails/class-donation-receipt-email.php:49
#: includes/admin/shortcodes/shortcode-give-receipt.php:27
#: includes/admin/shortcodes/shortcode-give-receipt.php:28
#: src/Onboarding/DefaultFormFactory.php:90
#: src/Onboarding/DefaultFormFactory.php:91
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:315
#: src/Views/Form/defaultFormReceiptTemplate.php:13
#: src/Views/Form/Templates/Classic/resources/views/receipt.php:153
#: src/Views/Form/Templates/Sequoia/views/receipt.php:129
#: templates/shortcode-receipt.php:257
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:54
msgid "Donation Receipt"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:159
#: includes/admin/settings/class-settings-email.php:228
#: build/formBuilderApp.js:13
msgid "From Email"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:152
#: includes/admin/settings/class-settings-email.php:221
#: build/formBuilderApp.js:13
msgid "From Name"
msgstr ""

#: includes/admin/emails/class-email-notifications.php:147
#: includes/admin/settings/class-settings-email.php:216
#: build/formBuilderApp.js:13
msgid "Upload or choose a logo to be displayed at the top of the donation receipt emails. Displayed on HTML emails only."
msgstr ""

#: includes/admin/emails/class-email-notifications.php:146
#: includes/admin/settings/class-settings-email.php:215
msgid "Logo"
msgstr "Logo"

#: includes/admin/emails/class-email-notifications.php:138
#: includes/admin/settings/class-settings-email.php:208
#: build/formBuilderApp.js:13
msgid "Email Template"
msgstr ""

#: includes/admin/settings/class-settings-email.php:355
#: build/formBuilderApp.js:13
msgid "Email Settings"
msgstr ""

#: includes/admin/settings/class-settings-display.php:350
msgid "Taxonomies"
msgstr ""

#: includes/admin/settings/class-settings-display.php:178
#: build/formBuilderApp.js:13
#: src/FormBuilder/resources/js/form-builder/src/settings/group-general/form-summary/index.jsx:63
msgid "The excerpt is an optional summary or description of a donation form; in short, a summary as to why the user should give."
msgstr ""

#: includes/admin/settings/class-settings-display.php:349
msgid "Post Types"
msgstr ""

#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:208
#: build/formBuilderApp.js:1
msgid "Display Settings"
msgstr ""

#: build/offlineGatewayFormBuilder.js:1
msgid "Enter the instructions you want to display to the donor during the donation process. Most likely this would include important information like mailing address and who to make the check out to"
msgstr ""

#: includes/admin/emails/class-offline-donation-instruction-email.php:52
msgid "{donation} - Offline Donation Instructions"
msgstr ""

#: includes/admin/emails/class-offline-donation-instruction-email.php:44
#: includes/admin/emails/class-offline-donation-instruction-email.php:54
#: includes/admin/settings/class-settings-gateways.php:79
msgid "Offline Donation Instructions"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:68
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:197
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:268
msgid "Collect Billing Details"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:1422
#: includes/admin/settings/class-settings-gateways.php:229
#: includes/gateways/offline-donations.php:41
#: includes/gateways/offline-donations.php:82
#: build/assets/dist/js/admin-onboarding-wizard.js:1
#: build/offlineGatewayFormBuilder.js:1
msgid "Offline Donations"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:226
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:254
msgid "Standard Transaction"
msgstr ""

#: includes/admin/payments/class-payments-table.php:415
#: src/API/Endpoints/Reports/TopDonors.php:46
#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:225
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:253
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:347
#: templates/shortcode-receipt.php:88
#: build/assets/dist/js/donor-dashboards-app.js:1 build/entitiesAdmin.js:1
#: build/entitiesPublic.js:1
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:49
msgid "Donation"
msgid_plural "Donations"
msgstr[0] ""
msgstr[1] ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:218
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:246
msgid "Nonprofits must verify their status to withdraw donations they receive via PayPal. PayPal users that are not verified nonprofits must demonstrate how their donations will be used, once they raise more than $10,000. By default, GiveWP transactions are sent to PayPal as donations. You may change the transaction type using this option if you feel you may not meet PayPal's donation requirements."
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:217
msgid "PayPal Transaction Type"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:208
msgid "PayPal Page Style"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:199
msgid "PayPal Email"
msgstr ""

#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:65
msgid "PayPal Standard"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:167
#: includes/admin/settings/class-settings-gateways.php:173
msgid "The gateway that will be selected by default."
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:128
#: includes/admin/settings/class-settings-gateways.php:134
#: includes/admin/settings/class-settings-gateways.php:423
msgid "Enabled Gateways"
msgstr ""

#: includes/admin/import-functions.php:498
#: includes/admin/settings/class-settings-gateways.php:114
#: includes/admin/tools/views/html-admin-page-system-info.php:618
msgid "Test Mode"
msgstr ""

#: includes/admin/settings/class-settings-general.php:254
msgid "The symbol (usually , or .) to separate decimal points."
msgstr ""

#: includes/admin/settings/class-settings-general.php:253
#: includes/admin/tools/views/html-admin-page-system-info.php:633
msgid "Decimal Separator"
msgstr ""

#: includes/admin/settings/class-settings-general.php:245
#: includes/admin/tools/views/html-admin-page-system-info.php:638
msgid "Thousands Separator"
msgstr ""

#: includes/admin/settings/class-settings-general.php:225
#: includes/admin/tools/views/html-admin-page-system-info.php:628
msgid "Currency Position"
msgstr ""

#: includes/admin/settings/class-settings-general.php:196
#: includes/admin/settings/class-settings-general.php:569
#: includes/admin/tools/import/class-give-import-subscriptions.php:1287
#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "Currency"
msgstr ""

#: includes/admin/settings/class-settings-general.php:190
#: includes/admin/settings/class-settings-general.php:289
msgid "Currency Settings"
msgstr ""

#: includes/admin/settings/class-settings-general.php:399
msgid "Base Country"
msgstr ""

#: includes/admin/admin-pages.php:399
#: includes/admin/settings/class-settings-general.php:375
#: includes/admin/tools/views/html-admin-page-system-info.php:653
msgid "Donation History Page"
msgstr ""

#: includes/admin/settings/class-settings-general.php:356
msgid "The page donors are sent to if their donation is cancelled or fails."
msgstr ""

#: includes/admin/settings/class-settings-general.php:334
msgid "The page donors are sent to after completing their donations. The %s shortcode should be on this page."
msgstr ""

#: includes/admin/settings/class-settings-general.php:331
#: includes/admin/tools/views/html-admin-page-system-info.php:643
msgid "Success Page"
msgstr ""

#: includes/admin/settings/class-settings-general.php:325
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:111
msgid "General Settings"
msgstr ""

#: includes/admin/tools/class-settings-system-info.php:37
msgid "System Info"
msgstr ""

#: includes/admin/tools/class-settings-api.php:37
#: includes/admin/tools/class-settings-api.php:60
msgid "API"
msgstr ""

#: includes/admin/settings/class-settings-advanced.php:35
#: build/formBuilderApp.js:13
msgid "Advanced"
msgstr ""

#: includes/admin/settings/class-settings-license.php:32
msgid "Licenses"
msgstr ""

#: includes/admin/settings/class-settings-email.php:30
msgid "Emails"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:103
#: src/Form/Template/Options.php:106
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:262
msgid "Display Options"
msgstr ""

#: includes/admin/settings/class-settings-gateways.php:35
#: build/formBuilderRegistrars.js:1
msgid "Payment Gateways"
msgstr ""

#: includes/admin/settings/class-settings-general.php:32
#: includes/admin/settings/class-settings-general.php:568
#: build/donationDetails.js:10 build/formBuilderApp.js:13
msgid "General"
msgstr ""

#: includes/admin/payments/view-payment-details.php:939
msgid "Add Note"
msgstr ""

#: includes/admin/donors/donors.php:755
#: includes/admin/payments/view-payment-details.php:854
msgid "Select a state"
msgstr ""

#: includes/admin/donors/donors.php:682
#: includes/admin/payments/view-payment-details.php:806
#: build/donationDetails.js:10 build/donorDetails.js:10
msgid "Select a country"
msgstr ""

#: includes/admin/admin-actions.php:1396
#: includes/admin/payments/view-payment-details.php:776
#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:200
#: src/Receipt/DonationReceipt.php:86 build/formBuilderRegistrars.js:1
msgid "Billing Address"
msgstr ""

#: includes/admin/payments/view-payment-details.php:732
msgid "Click \"Save Donation\" to create new donor."
msgstr ""

#: includes/admin/payments/view-payment-details.php:596
#: src/Receipt/DonationReceipt.php:66 build/donationFormRegistrars.js:1
msgid "Donor Details"
msgstr ""

#: includes/admin/import-functions.php:549
#: includes/admin/tools/export/give-export-donations-exporter.php:231
msgid "Form Title"
msgstr ""

#: includes/admin/import-functions.php:557
#: includes/admin/tools/export/give-export-donations-exporter.php:228
#: includes/admin/tools/import/class-give-import-subscriptions.php:439
#: includes/admin/tools/import/class-give-import-subscriptions.php:1270
#: src/API/REST/V3/Routes/Donations/DonationController.php:969
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:144
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:240
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormWidget.php:119
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveGoalWidget.php:111
#: blocks/donation-form-grid/data/options.js:45
#: blocks/donor-wall/data/options.js:40 build/adminBlocks.js:1
#: build/formBuilderApp.js:13
msgid "Form ID"
msgstr ""

#: includes/admin/payments/view-payment-details.php:412
msgid "Donation Information"
msgstr ""

#: includes/admin/payments/view-payment-details.php:347
msgid "Transaction ID:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:334
msgid "IP:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:327
msgid "Key:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:319
msgid "Gateway:"
msgstr ""

#: includes/admin/payments/class-payments-table.php:618
#: includes/admin/payments/view-payment-details.php:273
#: build/donationDetails.js:10
msgid "Resend Receipt"
msgstr ""

#: includes/admin/payments/view-payment-details.php:222
#: includes/admin/payments/view-payment-details.php:499
msgid "Total Donation:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:201
msgid "Time:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:194
msgid "Date:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:181
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:398
msgid "Status:"
msgstr ""

#: includes/admin/payments/view-payment-details.php:49
msgid "The specified ID does not belong to a donation. Please try again."
msgstr ""

#: includes/admin/payments/view-payment-details.php:39
msgid "Donation ID not supplied. Please try again."
msgstr ""

#: includes/admin/payments/class-payments-table.php:779
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Resend Email Receipts"
msgstr ""

#: includes/admin/payments/class-payments-table.php:777
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Abandoned"
msgstr ""

#: includes/admin/payments/class-payments-table.php:775
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Set To Failed"
msgstr ""

#: includes/admin/payments/class-payments-table.php:774
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Set To Revoked"
msgstr ""

#: includes/admin/payments/class-payments-table.php:773
#: build/assets/dist/js/give-admin-donations.js:4
msgid "Set To Refunded"
msgstr ""

#: includes/admin/payments/class-payments-table.php:771
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Pending"
msgstr ""

#: includes/admin/payments/class-payments-table.php:770
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
msgid "Set To Completed"
msgstr ""

#: includes/admin/payments/class-payments-table.php:567
msgid "(unknown)"
msgstr ""

#: includes/admin/donors/class-donor-table.php:342
#: includes/admin/donors/class-donor-table.php:391
#: includes/admin/donors/class-donor-table.php:613
#: includes/admin/payments/class-payments-table.php:639
#: includes/admin/payments/class-payments-table.php:769
#: includes/payments/functions.php:1513
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10 build/donationDetails.js:10
#: build/donorDetails.js:10 build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-controls/index.js:61
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/email-controls/index.js:53
msgid "Delete"
msgstr "Borrar"

#: includes/admin/payments/class-payments-table.php:423
#: templates/history-donations.php:74
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: src/Log/Admin/Logs/index.js:365
#: src/MigrationLog/Admin/Migrations/index.js:291
msgid "Details"
msgstr ""

#: includes/admin/payments/class-payments-table.php:343
#: includes/payments/functions.php:605 includes/post-types.php:389
#: src/API/Endpoints/Reports/PaymentStatuses.php:100
#: src/Donations/ValueObjects/DonationStatus.php:67
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:70
#: build/assets/dist/js/admin-reports.js:1
msgid "Abandoned"
msgstr ""

#: includes/admin/payments/class-payments-table.php:335
#: includes/class-give-cli-commands.php:1258
#: includes/payments/functions.php:603 includes/post-types.php:356
#: src/API/Endpoints/Reports/PaymentStatuses.php:110
#: src/Campaigns/ListTable/Columns/StatusColumn.php:56
#: src/Donations/ValueObjects/DonationStatus.php:63
#: src/MigrationLog/MigrationLogStatus.php:37
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:69
#: src/Views/Form/Templates/Classic/resources/views/receipt.php:38
msgid "Failed"
msgstr ""

#: includes/admin/payments/class-payments-table.php:331
#: includes/payments/functions.php:608 includes/post-types.php:367
#: src/Donations/ValueObjects/DonationStatus.php:68
msgid "Revoked"
msgstr ""

#: includes/admin/payments/class-payments-table.php:327
#: includes/payments/functions.php:602 includes/post-types.php:345
#: src/API/Endpoints/Reports/PaymentStatuses.php:95
#: src/Donations/ValueObjects/DonationStatus.php:66
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:73
#: build/assets/dist/js/admin-reports.js:1
msgid "Refunded"
msgstr ""

#: includes/admin/payments/class-payments-table.php:319
#: includes/payments/functions.php:600
#: src/API/Endpoints/Reports/PaymentStatuses.php:90
#: src/Campaigns/ListTable/Columns/StatusColumn.php:50
#: src/DonationForms/V2/ValueObjects/DonationFormStatus.php:40
#: src/Donations/ValueObjects/DonationStatus.php:62
#: src/MigrationLog/MigrationLogStatus.php:38
#: src/MigrationLog/MigrationLogStatus.php:41
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:65
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/campaignDetails.js:10 src/MigrationLog/Admin/Migrations/index.js:303
msgid "Pending"
msgstr ""

#: includes/admin/payments/class-payments-table.php:315
#: src/API/Endpoints/Reports/PaymentStatuses.php:85
#: src/Donations/ValueObjects/DonationStatus.php:61
#: src/Onboarding/Setup/templates/index.html.php:61
#: src/Onboarding/Setup/templates/index.html.php:94
#: src/Subscriptions/ValueObjects/SubscriptionStatus.php:67
#: build/subscriptionDetails.js:10
msgid "Completed"
msgstr ""

#: includes/admin/class-give-html-elements.php:599
#: includes/admin/payments/class-payments-table.php:311
msgid "All"
msgstr "Todo"

#: includes/admin/donors/class-donor-table.php:94
#: includes/admin/forms/dashboard-columns.php:501
#: includes/admin/payments/class-payments-table.php:166
#: src/Helpers/IntlTelInput.php:52
msgid "Search"
msgstr "Procurar"

#: includes/admin/donors/class-donor-table.php:171
#: includes/admin/forms/dashboard-columns.php:579
#: includes/admin/payments/class-payments-table.php:236
msgid "Clear Filters"
msgstr "Eliminar o filtro"

#: includes/admin/donors/class-donor-table.php:165
#: includes/admin/forms/dashboard-columns.php:573
#: includes/admin/payments/class-payments-table.php:230
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donorDetails.js:10 build/elementorCampaignGridWidget.js:4
#: build/subscriptionDetails.js:10
msgid "Apply"
msgstr ""

#: includes/admin/donors/class-donor-table.php:118
#: includes/admin/donors/class-donor-table.php:126
#: includes/admin/forms/dashboard-columns.php:526
#: includes/admin/forms/dashboard-columns.php:534
#: includes/admin/payments/class-payments-table.php:182
#: includes/admin/payments/class-payments-table.php:190
#: includes/admin/tools/export/class-give-export-donations.php:252
#: src/Campaigns/ListTable/Columns/EndDateColumn.php:28
#: src/Exports/resources/views/export-donors-table-row.php:32
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:158
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:159
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:250
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/formBuilderApp.js:13
msgid "End Date"
msgstr ""

#: includes/admin/donors/class-donor-table.php:106
#: includes/admin/donors/class-donor-table.php:114
#: includes/admin/forms/dashboard-columns.php:514
#: includes/admin/forms/dashboard-columns.php:522
#: includes/admin/payments/class-payments-table.php:170
#: includes/admin/payments/class-payments-table.php:178
#: includes/admin/tools/export/class-give-export-donations.php:243
#: includes/admin/tools/import/class-give-import-subscriptions.php:1285
#: src/Campaigns/ListTable/Columns/StartDateColumn.php:28
#: src/EventTickets/ListTable/Columns/DateColumn.php:37
#: src/Exports/resources/views/export-donors-table-row.php:23
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:147
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:247
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/formBuilderApp.js:13
msgid "Start Date"
msgstr ""

#: includes/admin/payments/actions.php:104
msgid "New Donor requires first name and email address."
msgstr ""

#: includes/admin/payments/actions.php:36
#: includes/admin/payments/actions.php:403
#: includes/admin/payments/actions.php:461
#: includes/admin/payments/actions.php:485
msgid "You do not have permission to edit payments."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:596
#: build/formBuilderRegistrars.js:1
msgid "This is the actual text which the user will have to agree to in order to make a donation."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:595
#: includes/admin/settings/class-settings-display.php:301
#: build/formBuilderRegistrars.js:1
msgid "Agreement Text"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:588
#: includes/admin/settings/class-settings-display.php:295
#: includes/forms/template.php:1855 includes/forms/template.php:1860
#: includes/install.php:357 src/FormMigration/FormMetaDecorator.php:152
msgid "Agree to Terms?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:585
msgid "The label shown next to the agree to terms check box. Add your own to customize or leave blank to use the default text placeholder."
msgstr ""

#: includes/admin/settings/class-settings-display.php:291
msgid "Agree to Terms Label"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:568
#: includes/admin/forms/class-metabox-form-data.php:605
#: includes/admin/settings/class-settings-display.php:280
#: includes/admin/settings/class-settings-display.php:351
msgid "Terms and Conditions"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:167
#: includes/admin/emails/class-email-setting-field.php:177
#: includes/admin/forms/class-metabox-form-data.php:182
#: includes/admin/forms/class-metabox-form-data.php:340
#: includes/admin/forms/class-metabox-form-data.php:365
#: includes/admin/forms/class-metabox-form-data.php:390
#: includes/admin/forms/class-metabox-form-data.php:402
#: includes/admin/forms/class-metabox-form-data.php:413
#: includes/admin/forms/class-metabox-form-data.php:462
#: includes/admin/forms/class-metabox-form-data.php:530
#: includes/admin/settings/class-settings-advanced.php:89
#: includes/admin/settings/class-settings-advanced.php:105
#: includes/admin/settings/class-settings-advanced.php:141
#: includes/admin/settings/class-settings-advanced.php:184
#: includes/admin/settings/class-settings-advanced.php:209
#: includes/admin/settings/class-settings-advanced.php:220
#: includes/admin/settings/class-settings-advanced.php:286
#: includes/admin/settings/class-settings-advanced.php:337
#: includes/admin/settings/class-settings-display.php:62
#: includes/admin/settings/class-settings-display.php:85
#: includes/admin/settings/class-settings-display.php:109
#: includes/admin/settings/class-settings-display.php:120
#: includes/admin/settings/class-settings-display.php:151
#: includes/admin/settings/class-settings-display.php:173
#: includes/admin/settings/class-settings-display.php:184
#: includes/admin/settings/class-settings-display.php:195
#: includes/admin/settings/class-settings-display.php:214
#: includes/admin/settings/class-settings-display.php:245
#: includes/admin/settings/class-settings-display.php:256
#: includes/admin/settings/class-settings-display.php:287
#: includes/admin/settings/class-settings-gateways.php:75
#: includes/admin/settings/class-settings-gateways.php:124
#: includes/admin/settings/class-settings-general.php:118
#: includes/admin/settings/class-settings-general.php:132
#: includes/admin/settings/class-settings-general.php:463
#: includes/admin/tools/import/class-give-import-donations.php:968
#: includes/admin/tools/import/class-give-import-donations.php:979
#: includes/admin/tools/import/class-give-import-donations.php:990
#: includes/admin/tools/import/class-give-import-subscriptions.php:817
#: includes/admin/tools/import/class-give-import-subscriptions.php:828
#: includes/admin/tools/import/class-give-import-subscriptions.php:839
#: includes/admin/tools/views/html-admin-page-system-info.php:479
#: includes/admin/tools/views/html-admin-page-system-info.php:583
#: includes/admin/tools/views/html-admin-page-system-info.php:620
#: includes/admin/tools/views/html-admin-page-system-info.php:730
#: includes/forms/widget.php:247 includes/gateways/offline-donations.php:64
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:379
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:407
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:450
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:478
#: src/BetaFeatures/Actions/RegisterSettings.php:39
#: src/DonorDashboards/Admin/Settings.php:115 src/Form/Template/Options.php:171
#: src/Form/Template/Options.php:195
#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:241
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:191
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:223
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:278
#: src/Settings/Security/Actions/RegisterSettings.php:57
#: src/ThirdPartySupport/Elementor/Settings/RegisterSettings.php:53
#: src/Tracking/AdminSettings.php:48
#: src/Views/Form/Templates/Classic/optionConfig.php:58
#: src/Views/Form/Templates/Classic/optionConfig.php:114
#: src/Views/Form/Templates/Classic/optionConfig.php:205
#: src/Views/Form/Templates/Classic/optionConfig.php:264
#: src/Views/Form/Templates/Sequoia/optionConfig.php:59
#: src/Views/Form/Templates/Sequoia/optionConfig.php:79
#: src/Views/Form/Templates/Sequoia/optionConfig.php:234
#: src/Views/Form/Templates/Sequoia/optionConfig.php:314
msgid "Disabled"
msgstr ""

#: includes/admin/emails/class-email-setting-field.php:166
#: includes/admin/forms/class-metabox-form-data.php:181
#: includes/admin/forms/class-metabox-form-data.php:389
#: includes/admin/forms/class-metabox-form-data.php:401
#: includes/admin/forms/class-metabox-form-data.php:412
#: includes/admin/forms/class-metabox-form-data.php:461
#: includes/admin/forms/class-metabox-form-data.php:529
#: includes/admin/settings/class-settings-advanced.php:88
#: includes/admin/settings/class-settings-advanced.php:104
#: includes/admin/settings/class-settings-advanced.php:140
#: includes/admin/settings/class-settings-advanced.php:183
#: includes/admin/settings/class-settings-advanced.php:208
#: includes/admin/settings/class-settings-advanced.php:219
#: includes/admin/settings/class-settings-advanced.php:285
#: includes/admin/settings/class-settings-advanced.php:336
#: includes/admin/settings/class-settings-display.php:108
#: includes/admin/settings/class-settings-display.php:119
#: includes/admin/settings/class-settings-display.php:150
#: includes/admin/settings/class-settings-display.php:172
#: includes/admin/settings/class-settings-display.php:183
#: includes/admin/settings/class-settings-display.php:194
#: includes/admin/settings/class-settings-display.php:213
#: includes/admin/settings/class-settings-display.php:244
#: includes/admin/settings/class-settings-display.php:255
#: includes/admin/settings/class-settings-display.php:286
#: includes/admin/settings/class-settings-gateways.php:74
#: includes/admin/settings/class-settings-gateways.php:123
#: includes/admin/settings/class-settings-gateways.php:492
#: includes/admin/settings/class-settings-general.php:117
#: includes/admin/settings/class-settings-general.php:131
#: includes/admin/settings/class-settings-general.php:462
#: includes/admin/tools/import/class-give-import-donations.php:967
#: includes/admin/tools/import/class-give-import-donations.php:978
#: includes/admin/tools/import/class-give-import-donations.php:989
#: includes/admin/tools/import/class-give-import-subscriptions.php:816
#: includes/admin/tools/import/class-give-import-subscriptions.php:827
#: includes/admin/tools/import/class-give-import-subscriptions.php:838
#: includes/admin/tools/views/html-admin-page-system-info.php:479
#: includes/admin/tools/views/html-admin-page-system-info.php:583
#: includes/admin/tools/views/html-admin-page-system-info.php:620
#: includes/admin/tools/views/html-admin-page-system-info.php:730
#: includes/forms/widget.php:246 includes/gateways/offline-donations.php:63
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:378
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:406
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:449
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:477
#: src/BetaFeatures/Actions/RegisterSettings.php:38
#: src/DonorDashboards/Admin/Settings.php:114 src/Form/Template/Options.php:170
#: src/Form/Template/Options.php:194
#: src/PaymentGateways/Gateways/PayPalStandard/PayPalStandard.php:240
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:190
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:222
#: src/PaymentGateways/PayPalCommerce/PayPalCommerce.php:277
#: src/Settings/Security/Actions/RegisterSettings.php:56
#: src/ThirdPartySupport/Elementor/Settings/RegisterSettings.php:52
#: src/Tracking/AdminSettings.php:47
#: src/Views/Form/Templates/Classic/optionConfig.php:57
#: src/Views/Form/Templates/Classic/optionConfig.php:113
#: src/Views/Form/Templates/Classic/optionConfig.php:204
#: src/Views/Form/Templates/Classic/optionConfig.php:263
#: src/Views/Form/Templates/Sequoia/optionConfig.php:60
#: src/Views/Form/Templates/Sequoia/optionConfig.php:78
#: src/Views/Form/Templates/Sequoia/optionConfig.php:233
#: src/Views/Form/Templates/Sequoia/optionConfig.php:313
msgid "Enabled"
msgstr ""

#: src/Form/Template/Options.php:160
msgid "Select the <a href=\"%s\" target=\"_blank\">floating labels</a> setting for this GiveWP form. Be aware that if you have the \"Disable CSS\" option enabled, you will need to style the floating labels yourself."
msgstr ""

#: src/Form/Template/Options.php:157
msgid "Floating Labels"
msgstr ""

#: includes/admin/class-give-html-elements.php:600
#: includes/admin/forms/class-metabox-form-data.php:422
#: includes/admin/payments/view-payment-details.php:486
#: includes/forms/widget.php:262 build/donorDetails.js:10
#: build/formBuilderRegistrars.js:1
#: src/FormBuilder/resources/js/form-builder/src/settings/form-fields/index.js:14
msgid "None"
msgstr "Ningún"

#: includes/admin/forms/class-metabox-form-data.php:327
msgid "By default, the gateway for this form will inherit the global default gateway (set under GiveWP > Settings > Payment Gateways). This option allows you to customize the default gateway for this form only."
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:326
#: includes/admin/settings/class-settings-gateways.php:166
#: includes/admin/settings/class-settings-gateways.php:172
msgid "Default Gateway"
msgstr ""

#: src/Form/Template/Options.php:57
msgid "The button label for completing a donation."
msgstr ""

#: build/Campaigns/Blocks/CampaignForm/render.php:26
#: includes/forms/template.php:695 includes/forms/template.php:725
#: includes/forms/template.php:2036 includes/forms/widget.php:172
#: includes/gateways/stripe/includes/give-stripe-scripts.php:54
#: includes/shortcodes.php:658 src/Campaigns/Blocks/CampaignForm/render.php:26
#: src/Campaigns/Shortcodes/CampaignFormShortcode.php:74
#: src/Form/Template.php:241 src/Form/Template.php:252
#: src/Form/Template/Options.php:60 src/Form/Template/Options.php:62
#: src/Form/Template/Options.php:139 src/Onboarding/DefaultFormFactory.php:41
#: src/Onboarding/DefaultFormFactory.php:45
#: src/Onboarding/DefaultFormFactory.php:129
#: src/PaymentGateways/Gateways/Stripe/Traits/CheckoutModal.php:125
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:163
#: src/Views/Form/Templates/Sequoia/Actions.php:231
#: src/Views/Form/Templates/Sequoia/Actions.php:296
#: src/Views/Form/Templates/Sequoia/optionConfig.php:124
#: src/Views/Form/Templates/Sequoia/optionConfig.php:126
#: src/Views/Form/Templates/Sequoia/Sequoia.php:95
msgid "Donate Now"
msgstr ""

#: src/Form/Template/Options.php:243
msgid "This content will display on the single give form page."
msgstr ""

#. translators: accessibility text for the content landmark region.
#: src/Form/Template/Options.php:242
#: src/Views/Form/Templates/Sequoia/optionConfig.php:149 build/adminBlocks.js:1
#: build/campaignBlocks.js:1 build/donationFormBlock.js:1
#: build/formBuilderApp.js:5
msgid "Content"
msgstr ""

#: includes/admin/shortcodes/shortcode-give-form.php:91
#: src/Form/Template/Options.php:189
msgid "Display Content"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:456
#: build/formBuilderApp.js:13
msgid "Do you want to set a donation goal for this form?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:203
#: includes/admin/import-functions.php:564
msgid "Custom Amount Text"
msgstr ""

#: includes/admin/payments/view-payment-details.php:522
#: includes/admin/tools/views/html-admin-page-system-info.php:1020
#: includes/class-give-cli-commands.php:138 includes/forms/template.php:902
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:132
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:135
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:138
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:310
#: build/donationDetails.js:10
msgid "No"
msgstr "Non"

#: includes/admin/payments/view-payment-details.php:512
#: includes/admin/tools/views/html-admin-page-system-info.php:1020
#: includes/class-give-cli-commands.php:138 includes/forms/template.php:919
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveDonorWallWidget.php:128
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:131
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:137
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonorWallWidget/ElementorDonorWallWidget.php:309
#: build/donationDetails.js:10
msgid "Yes"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:173
msgid "Do you want the user to be able to input their own donation amount?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:172
#: includes/admin/forms/class-metabox-form-data.php:210
#: includes/admin/import-functions.php:183
#: includes/admin/tools/export/give-export-donations-exporter.php:437
#: includes/forms/template.php:532 includes/payments/functions.php:1640
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/components/subscription-manager/amount-control/index.js:114
msgid "Custom Amount"
msgstr ""

#: src/Form/Template/Options.php:86
msgid "Dropdown"
msgstr ""

#: src/Form/Template/Options.php:85
msgid "Radios"
msgstr ""

#: src/Form/Template/Options.php:84 build/formBuilderApp.js:13
msgid "Buttons"
msgstr ""

#: src/Form/Template/Options.php:79
msgid "Set how the donations levels will display on the form."
msgstr ""

#: src/Form/Template/Options.php:78
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:194
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormWidget/ElementorDonationFormWidget.php:130
msgid "Display Style"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:294
#: includes/admin/give-metabox-functions.php:199
#: includes/admin/settings/class-settings-gateways.php:491
#: includes/admin/tools/views/html-admin-page-system-info.php:134
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:393
#: includes/gateways/stripe/includes/admin/class-give-stripe-admin-settings.php:464
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/campaignDetails.js:10 build/formBuilderRegistrars.js:1
msgid "Default"
msgstr "Predeterminado"

#: includes/admin/forms/class-metabox-form-data.php:222
#: includes/admin/forms/class-metabox-form-data.php:289
#: includes/admin/import-functions.php:560
msgid "Donation Level"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:285
msgid "Text"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:221
msgid "Add Level"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:149
msgid "Multi-level Donation"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:150
#: includes/admin/forms/class-metabox-form-data.php:155
#: build/formBuilderRegistrars.js:1
msgid "Set Donation"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:139
msgid "Do you want this form to have one set donation price or multiple levels (for example, $10, $20, $50)?"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:138
msgid "Donation Option"
msgstr ""

#: includes/admin/forms/class-metabox-form-data.php:131
#: includes/admin/forms/class-metabox-form-data.php:305
#: build/formBuilderRegistrars.js:1
msgid "Donation Options"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:277
msgid "You do not have permission to view this data."
msgstr ""

#: includes/admin/forms/dashboard-columns.php:95
#: src/Campaigns/ListTable/Columns/GoalColumn.php:48
#: src/DonationForms/V2/ListTable/Columns/GoalColumn.php:52
msgid "No Goal Set"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:42
#: src/DonationForms/V2/ListTable/Columns/ShortcodeColumn.php:34
msgid "Shortcode"
msgstr "Código curto"

#: includes/admin/forms/dashboard-columns.php:39
#: includes/admin/forms/dashboard-columns.php:540
#: src/Campaigns/ListTable/Columns/GoalColumn.php:30
#: src/DonationForms/V2/ListTable/Columns/GoalColumn.php:35
#: src/Views/Form/Templates/Classic/resources/views/header.php:41
#: build/adminBlocks.js:1 build/campaignBlocks.js:1 build/campaignDetails.js:10
#: build/donationFormBlock.js:1 build/donationFormRegistrars.js:1
#: src/MultiFormGoals/resources/js/blocks/progress-bar/edit/inspector.js:36
msgid "Goal"
msgstr ""

#: includes/admin/tools/export/pdf-reports.php:101
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
msgid "Price"
msgstr ""

#: includes/admin/forms/dashboard-columns.php:37
#: includes/admin/tools/export/pdf-reports.php:110 includes/post-types.php:207
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:117
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:124
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:191
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:485
#: blocks/donation-form-grid/data/options.js:47
#: blocks/donor-wall/data/options.js:42 build/adminBlocks.js:1
msgid "Tags"
msgstr "Etiquetas"

#: includes/admin/forms/dashboard-columns.php:36
#: includes/admin/tools/export/pdf-reports.php:105 includes/post-types.php:170
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:116
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveMultiFormGoalWidget.php:137
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveTotalsWidget.php:182
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:474
#: blocks/donation-form-grid/data/options.js:46
#: blocks/donor-wall/data/options.js:41 build/adminBlocks.js:1
msgid "Categories"
msgstr "Categorías"

#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/campaignDetails.js:10
msgid "Last 30 days"
msgstr ""

#: includes/admin/reports/graphing.php:510 includes/class-give-stats.php:100
msgid "This Month"
msgstr ""

#: includes/admin/reports/graphing.php:508 includes/class-give-stats.php:98
msgid "This Week"
msgstr ""

#: includes/admin/donors/class-donor-table.php:600
#: includes/admin/donors/donors.php:1176
msgid "Delete all associated donations and records?"
msgstr ""

#: includes/admin/donors/donors.php:1161 build/donorDetails.js:10
msgid "Are you sure you want to delete this donor?"
msgstr ""

#: includes/admin/donors/donors.php:1065
#: includes/admin/import-functions.php:494
msgid "Notes"
msgstr ""

#: includes/admin/donors/donors.php:1011
msgid "No completed donations found."
msgstr ""

#: build/formBuilderApp.js:13
msgid "View %s"
msgstr ""

#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
msgid "No donations found"
msgstr ""

#: includes/admin/donors/donors.php:823 includes/admin/donors/donors.php:915
#: includes/admin/donors/donors.php:985
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:252
#: build/assets/dist/js/give-admin-donation-forms.js:1
#: build/assets/dist/js/give-admin-donations.js:1
#: build/assets/dist/js/give-admin-donors.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:1
#: build/assets/dist/js/give-admin-subscriptions.js:1
#: build/assets/dist/js/give-log-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:1
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:1
#: build/campaignBlocks.js:1 build/campaignDetails.js:7
#: build/campaignGridApp.js:1 build/campaignGridBlock.js:1
#: build/campaignListTable.js:1 build/donationDetails.js:7
#: build/donorDetails.js:7 build/elementorCampaignGridWidget.js:1
#: build/subscriptionDetails.js:7
#: src/MigrationLog/Admin/Migrations/index.js:283
msgid "Actions"
msgstr ""

#: includes/admin/donors/donors.php:914 includes/admin/import-functions.php:481
#: includes/admin/payments/class-payments-table.php:417
#: includes/admin/tools/import/class-give-import-subscriptions.php:454
#: includes/admin/tools/import/class-give-import-subscriptions.php:1280
#: src/Campaigns/ListTable/Columns/StatusColumn.php:26
#: src/DonationForms/V2/ListTable/Columns/StatusColumn.php:36
#: src/Donations/ListTable/Columns/StatusColumn.php:37
#: src/Subscriptions/ListTable/Columns/StatusColumn.php:36
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:159
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:193
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:111
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:238
#: templates/history-donations.php:72
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/donationDetails.js:10 build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:26
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:52
#: src/DonorDashboards/resources/js/app/components/subscription-table/index.js:51
#: src/Log/Admin/Logs/index.js:337
#: src/MigrationLog/Admin/Migrations/index.js:236
msgid "Status"
msgstr "Estado"

#: includes/admin/donors/donors.php:913
#: includes/admin/forms/dashboard-columns.php:43
#: includes/admin/import-functions.php:427
#: includes/admin/payments/class-payments-table.php:418
#: includes/admin/payments/view-payment-details.php:195
#: includes/admin/tools/export/class-export-earnings.php:68
#: includes/admin/tools/export/class-export.php:82
#: src/API/Endpoints/Reports/IncomeBreakdown.php:82
#: src/Campaigns/ListTable/Columns/DateColumn.php:29
#: src/DonationForms/V2/ListTable/Columns/DateCreatedColumn.php:37
#: src/Donations/ListTable/Columns/CreatedAtColumn.php:39
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:123
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:157
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:336
#: templates/history-donations.php:69 templates/shortcode-receipt.php:69
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:21
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:51
msgid "Date"
msgstr ""

#: includes/admin/donors/donors.php:912
#: includes/admin/forms/class-metabox-form-data.php:275
#: includes/admin/forms/dashboard-columns.php:38
#: includes/admin/import-functions.php:414
#: includes/admin/payments/class-payments-table.php:419
#: includes/admin/tools/import/class-give-import-subscriptions.php:1278
#: src/Donations/ListTable/Columns/AmountColumn.php:37
#: src/Subscriptions/ListTable/Columns/AmountColumn.php:37
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:147
#: templates/history-donations.php:71
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/annual-receipt-table/index.js:48
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:13
msgid "Amount"
msgstr ""

#: includes/admin/donors/donors.php:911
#: includes/admin/forms/class-metabox-form-data.php:270
#: includes/admin/tools/export/class-export.php:81
#: src/Campaigns/ListTable/Columns/IdColumn.php:28
#: src/DonationForms/V2/ListTable/Columns/IdColumn.php:37
#: src/Donations/ListTable/Columns/IdColumn.php:37
#: src/Donors/ListTable/Columns/IdColumn.php:37
#: src/EventTickets/ListTable/Columns/IdColumn.php:37
#: src/Subscriptions/ListTable/Columns/IdColumn.php:37
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:111
#: templates/history-donations.php:68
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: src/DonorDashboards/resources/js/app/components/donation-row/index.js:40
msgid "ID"
msgstr "ID"

#: includes/admin/donors/donors.php:898
#: src/Campaigns/Blocks/CampaignDonations/resources/views/render.php:12
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignDonationsWidget/ElementorCampaignDonationsWidget.php:179
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/tabs/donation-history/dashboard-content.js:38
msgid "Recent Donations"
msgstr ""

#: includes/admin/donors/donors.php:575
msgid "Lifetime Donations"
msgstr ""

#: includes/admin/donors/donors.php:568
msgid "%d Completed Donation"
msgid_plural "%d Completed Donations"
msgstr[0] ""
msgstr[1] ""

#: includes/admin/donors/class-donor-table.php:610
#: includes/admin/donors/donors.php:543 includes/admin/donors/donors.php:782
#: includes/admin/donors/donors.php:1201
#: includes/admin/payments/view-payment-details.php:730
#: includes/class-give-scripts.php:252 includes/class-give-scripts.php:304
#: includes/forms/template.php:1671
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveSubscriptionsWidget.php:291
#: build/assets/dist/js/admin.js:1
#: build/assets/dist/js/give-admin-donation-forms.js:4
#: build/assets/dist/js/give-admin-donations.js:4
#: build/assets/dist/js/give-admin-donors.js:4
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/assets/dist/js/give-admin-event-tickets.js:4
#: build/assets/dist/js/give-admin-subscriptions.js:4
#: build/assets/dist/js/give-log-list-table-app.js:4
#: build/assets/dist/js/give-migrations-list-table-app.js:4
#: build/assets/dist/js/orphaned-forms-list-table.js:4
#: build/campaignBlocks.js:4 build/campaignDetails.js:10
#: build/campaignGridApp.js:4 build/campaignGridBlock.js:4
#: build/campaignListTable.js:4 build/donationDetails.js:10
#: build/donationFormRegistrars.js:1 build/donorDetails.js:10
#: build/elementorCampaignGridWidget.js:4 build/formBuilderApp.js:13
#: build/subscriptionDetails.js:10 src/Log/Admin/Logs/index.js:297
#: src/MigrationLog/Admin/Migrations/index.js:214
msgid "Cancel"
msgstr "Cancelar"

#: includes/admin/donors/donors.php:542
msgid "Update Donor"
msgstr ""

#: includes/admin/import-functions.php:472
msgid "Postal"
msgstr ""

#: build/assets/dist/js/admin-onboarding-wizard.js:1
msgid "State / Province"
msgstr ""

#: includes/admin/import-functions.php:459
#: includes/admin/tools/export/class-batch-export-donors.php:189
#: includes/admin/tools/export/give-export-donations-exporter.php:198
#: includes/forms/template.php:1327 includes/forms/template.php:1339
#: src/Exports/DonorsExport.php:191
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:91
#: src/FormMigration/Concerns/Blocks/BlockFactory.php:92
#: src/Framework/FieldsAPI/BillingAddress.php:66
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/donorDetails.js:10 build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-fields/index.js:67
msgid "City"
msgstr "Ciudad"

#: includes/admin/import-functions.php:458
#: includes/admin/tools/export/class-batch-export-donors.php:188
#: includes/admin/tools/export/give-export-donations-exporter.php:197
#: includes/forms/template.php:1306 src/Exports/DonorsExport.php:190
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/donorDetails.js:10 build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-fields/index.js:66
msgid "Address 2"
msgstr ""

#: includes/admin/import-functions.php:455
#: includes/admin/tools/export/give-export-donations-exporter.php:196
#: includes/forms/template.php:1283
#: build/assets/dist/js/donor-dashboards-app.js:1 build/donationDetails.js:10
#: build/donorDetails.js:10 build/formBuilderRegistrars.js:1
#: src/DonorDashboards/resources/js/app/tabs/edit-profile/address-fields/index.js:65
msgid "Address 1"
msgstr ""

#: includes/admin/import-functions.php:456
#: includes/admin/tools/export/class-batch-export-donors.php:187
#: includes/admin/tools/export/export-functions.php:155
#: src/Exports/DonorsExport.php:189 build/donorDetails.js:10
msgid "Address"
msgstr "Enderezo"

#: includes/admin/donors/donors.php:481
msgid "Disconnect User"
msgstr ""

#: includes/admin/donors/donors.php:480
msgid "Disconnects the current user ID from this donor record."
msgstr ""

#: includes/admin/import-functions.php:523
#: includes/admin/tools/export/export-functions.php:156
#: includes/admin/tools/export/give-export-donations-exporter.php:246
#: includes/admin/tools/export/give-export-donations-functions.php:496
#: src/Exports/DonorsExport.php:183
msgid "User ID"
msgstr ""

#: includes/admin/payments/view-payment-details.php:648
msgid "Donor Email:"
msgstr ""

#: includes/admin/donors/donors.php:419
msgid "Edit Donor"
msgstr ""

#: includes/admin/donors/donors.php:414
msgid "Donor since"
msgstr ""

#: src/Framework/Receipts/Actions/GenerateConfirmationPageReceipt.php:182
#: src/Receipt/DonationReceipt.php:71 build/formBuilderRegistrars.js:1
msgid "Donor Name"
msgstr ""

#: includes/admin/donors/donors.php:230
msgid "You are not permitted to view this data."
msgstr ""

#: includes/admin/reports/class-donor-reports-table.php:147
msgid "Search Donors"
msgstr ""

#: includes/admin/donors/donor-functions.php:77
#: includes/admin/donors/donors.php:1198 build/donorDetails.js:10
msgid "Delete Donor"
msgstr ""

#: includes/admin/donors/donor-functions.php:56
msgid "Donor Notes"
msgstr ""

#: includes/admin/donors/donor-functions.php:53
msgid "Donor Profile"
msgstr ""

#: includes/admin/donors/donor-actions.php:370
msgid "Failed to disconnect user from donor."
msgstr ""

#: includes/admin/admin-actions.php:425 includes/admin/donors/donors.php:235
#: includes/admin/donors/donors.php:249
msgid "Invalid Donor ID."
msgstr ""

#: includes/admin/donors/donor-actions.php:609
msgid "You do not have permission to delete donors."
msgstr ""

#: includes/admin/donors/donor-actions.php:239
msgid "A note is required."
msgstr ""

#. translators: %d User ID
#: includes/admin/donors/donor-actions.php:112
msgid "The User ID #%d does not exist. Please assign an existing user."
msgstr ""

#. translators: %d User ID
#: includes/admin/donors/donor-actions.php:99
msgid "The User ID #%d is already associated with a different donor."
msgstr ""

#: includes/class-give-scripts.php:528 includes/process-donation.php:625
msgid "Please enter a valid email address."
msgstr ""

#: includes/admin/donors/donor-actions.php:34
#: includes/admin/donors/donor-actions.php:212
#: includes/admin/donors/donor-actions.php:303
#: includes/admin/donors/donor-actions.php:412
msgid "You do not have permission to edit this donor."
msgstr ""

#: includes/admin/donors/class-donor-table.php:301
#: includes/admin/shortcodes/shortcode-give-donation-grid.php:72
#: includes/admin/shortcodes/shortcode-give-donor-wall.php:58
#: src/Donors/ListTable/Columns/DateCreatedColumn.php:37
#: src/ThirdPartySupport/Elementor/Widgets/V1/GiveFormGridWidget.php:235
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorCampaignGridWidget/ElementorCampaignGridWidget.php:173
#: src/ThirdPartySupport/Elementor/Widgets/V2/ElementorDonationFormGridWidget/ElementorDonationFormGridWidget.php:164
#: blocks/donation-form-grid/data/options.js:13
#: blocks/donor-wall/data/options.js:28 build/adminBlocks.js:1
#: build/campaignBlocks.js:4
msgid "Date Created"
msgstr ""

#: includes/admin/donors/class-donor-table.php:300
#: includes/admin/reports/class-donor-reports-table.php:221
#: includes/admin/reports/class-gateways-reports-table.php:147
#: includes/admin/tools/export/export-functions.php:160
#: src/Exports/DonorsExport.php:187
msgid "Total Donated"
msgstr ""

#: includes/admin/donors/class-donor-table.php:299
#: includes/admin/forms/dashboard-columns.php:40
#: includes/admin/reports/class-donor-reports-table.php:220
#: includes/admin/reports/class-form-reports-table.php:123
#: includes/admin/reports/graphing.php:180
#: includes/admin/reports/graphing.php:429
#: includes/admin/tools/export/class-export-earnings.php:69
#: includes/admin/tools/export/pdf-reports.php:311
#: includes/admin/tools/import/class-give-import-donations.php:598
#: includes/deprecated/deprecated-functions.php:68 includes/post-types.php:126
#: src/API/Endpoints/Reports/FormPerformance.php:73
#: src/API/Endpoints/Reports/FormPerformance.php:103
#: src/API/Endpoints/Reports/IncomeBreakdown.php:84
#: src/Campaigns/ListTable/Columns/DonationsCountColumn.php:29
#: src/DonationForms/V2/ListTable/Columns/DonationCountColumn.php:38
#: src/DonationForms/ViewModels/DonationFormViewModel.php:198
#: src/Donations/DonationsAdminPage.php:31
#: src/Donations/DonationsAdminPage.php:32
#: src/Donors/ListTable/Columns/DonationCountColumn.php:37
#: build/assets/dist/js/donor-dashboards-app.js:1
#: build/assets/dist/js/give-admin-donations.js:4
#: build/subscriptionDetails.js:10
#: src/DonorDashboards/resources/js/app/components/donation-table/index.js:62
msgid "Donations"
msgstr ""

#: includes/admin/donors/class-donor-table.php:298
#: includes/admin/donors/donors.php:822
#: includes/admin/emails/class-email-notification-table.php:68
#: includes/admin/emails/class-email-setting-field.php:326
#: includes/admin/import-functions.php:476
#: includes/admin/reports/class-donor-reports-table.php:219
#: includes/admin/tools/export/export-functions.php:154
#: includes/admin/tools/import/class-give-import-subscriptions.php:1274
#: src/Exports/DonorsExport.php:182 templates/shortcode-register.php:39
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/donationDetails.js:10 build/donorDetails.js:10
#: build/formBuilderApp.js:13 build/formBuilderRegistrars.js:1
msgid "Email"
msgstr ""

#: includes/admin/donors/class-donor-table.php:297
#: includes/admin/forms/dashboard-columns.php:35
#: includes/admin/import-functions.php:440
#: includes/admin/reports/class-donor-reports-table.php:218
#: includes/admin/tools/export/export-functions.php:153
#: includes/admin/tools/views/html-admin-page-system-info.php:1001
#: src/Campaigns/ListTable/Columns/TitleColumn.php:28
#: src/DonationForms/V2/ListTable/Columns/TitleColumn.php:38
#: src/Donors/ListTable/Columns/DonorInformationColumn.php:39
#: src/Exports/DonorsExport.php:181
#: build/assets/dist/js/give-admin-event-tickets-details.js:4
#: build/donorDetails.js:10
msgid "Name"
msgstr "Nome"

#: includes/admin/donors/class-donor-table.php:272
#: includes/admin/reports/class-donor-reports-table.php:184
msgid "Unnamed Donor"
msgstr ""

#: includes/admin/admin-actions.php:1127
#: includes/admin/donors/class-donor-table.php:65
#: includes/admin/emails/abstract-email-notification.php:153
#: includes/admin/emails/class-donation-receipt-email.php:46
#: includes/admin/emails/class-donor-note-email.php:45
#: includes/admin/emails/class-donor-register-email.php:41
#: includes/admin/emails/class-email-access-email.php:42
#: includes/admin/reports/class-donor-reports-table.php:67
#: src/Donations/ListTable/Columns/DonorColumn.php:38
#: src/Email/Notifications/DonationProcessingReceipt.php:27
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationHistoryWidget.php:135
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:145
#: src/ThirdPartySupport/Elementor/Widgets/V1/DonationReceiptWidget.php:324
#: templates/history-donations.php:70 templates/shortcode-receipt.php:47
#: build/donationDetails.js:10 build/entitiesAdmin.js:1
#: build/entitiesPublic.js:1 build/subscriptionDetails.js:10
msgid "Donor"
msgstr ""

#: includes/admin/class-api-keys-table.php:283
msgid "Generate New API Keys"
msgstr ""

#: includes/admin/class-api-keys-table.php:216
msgid "Secret Key"
msgstr ""

#: includes/admin/class-api-keys-table.php:215
msgid "Token"
msgstr ""

#: includes/admin/class-api-keys-table.php:214
msgid "Public Key"
msgstr ""

#: includes/admin/class-api-keys-table.php:213
#: src/Framework/FieldsAPI/Authentication.php:24
#: templates/shortcode-register.php:34 build/formBuilderRegistrars.js:1
msgid "Username"
msgstr ""

#: includes/admin/class-api-keys-table.php:184
msgid "Revoke"
msgstr ""

#: includes/admin/class-api-keys-table.php:168
msgid "Reissue"
msgstr ""

#: includes/admin/class-api-keys-table.php:150
msgid "View API Log"
msgstr ""

#: includes/admin/class-api-keys-table.php:59
#: includes/gateways/stripe/includes/admin/admin-helpers.php:79
msgid "API Keys"
msgstr ""

#: includes/admin/class-api-keys-table.php:58
msgid "API Key"
msgstr ""

#: includes/admin/tools/data/class-give-tools-delete-donations.php:175
msgid "donation successfully deleted."
msgid_plural "donations successfully deleted."
msgstr[0] ""
msgstr[1] ""

#: includes/admin/admin-actions.php:329
msgid "The test email has been sent to %s."
msgstr ""

#: includes/admin/admin-actions.php:299
msgid "The specified user already has API keys."
msgstr ""

#: includes/admin/admin-actions.php:279
msgid "The settings have been imported."
msgstr ""

#: includes/admin/admin-actions.php:263
msgid "The donation note has been deleted."
msgstr ""

#: includes/admin/admin-actions.php:253
msgid "The reports cache has been cleared."
msgstr ""

#: includes/admin/admin-actions.php:243
msgid "The donation receipt has been resent."
msgstr ""

#: build/donationDetails.js:10 build/subscriptionDetails.js:10
msgid "Dismiss notice"
msgstr ""

#: includes/admin/admin-actions.php:603
msgid "GiveWP Test Mode Active"
msgstr ""

#: includes/admin/class-addon-activation-banner.php:418
msgid "Get Support"
msgstr "Obter Soporte"

#. translators: %s: Add-on name
#: includes/admin/class-addon-activation-banner.php:407
msgid "Documentation: %s Add-on"
msgstr ""

#: includes/admin/class-addon-activation-banner.php:397
msgid "Go to Settings"
msgstr ""

#: includes/admin/plugins.php:83
#: includes/admin/settings/class-settings-addon.php:29
#: src/Onboarding/Setup/templates/index.html.php:378
#: src/Promotions/InPluginUpsells/AddonsAdminPage.php:26
#: build/assets/dist/js/admin-onboarding-wizard.js:1 build/formBuilderApp.js:13
msgid "Add-ons"
msgstr ""

#. translators: accessibility text for the settings landmark region.
#: includes/admin/admin-pages.php:75 includes/admin/plugins.php:31
#: build/campaignBlocksLandingPage.js:1 build/campaignDetails.js:10
#: build/formBuilderApp.js:9 build/formBuilderApp.js:13
#: build/formBuilderRegistrars.js:1
msgid "Settings"
msgstr "Opciones"

#: includes/admin/admin-pages.php:74
msgid "GiveWP Settings"
msgstr ""

#: src/Views/Admin/Pages/Reports.php:89 build/assets/dist/js/admin-reports.js:1
msgid "Reports"
msgstr ""

#: src/Views/Admin/Pages/Reports.php:88
msgid "Donation Reports"
msgstr ""

#: includes/admin/admin-pages.php:57 includes/admin/admin-pages.php:58
#: includes/admin/donors/class-donor-table.php:66
#: includes/admin/reports/class-donor-reports-table.php:68
#: includes/admin/tools/import/class-give-import-donations.php:604
#: src/API/Endpoints/Reports/Income.php:98
#: src/API/Endpoints/Reports/IncomeBreakdown.php:83
#: src/DonationForms/ViewModels/DonationFormViewModel.php:194
#: src/Donors/DonorsAdminPage.php:25 src/Donors/DonorsAdminPage.php:26
#: build/assets/dist/js/give-admin-donors.js:4
msgid "Donors"
msgstr ""

#: includes/admin/admin-footer.php:33
msgid "Thanks :)"
msgstr ""

#: includes/admin/misc-functions.php:239
msgid "There was an error retrieving the GiveWP add-ons list from the server. Please try again."
msgstr ""

#: build/assets/dist/js/admin-upsell-addons-page.js:1
#: src/Promotions/InPluginUpsells/resources/js/components/AdditionalAddons.js:34
msgid "View All Add-ons"
msgstr ""

#: src/Onboarding/Setup/templates/index.html.php:379
#: src/Promotions/InPluginUpsells/AddonsAdminPage.php:25
msgid "GiveWP Add-ons"
msgstr ""

#: includes/admin/donors/donor-actions.php:35
#: includes/admin/donors/donor-actions.php:60
#: includes/admin/donors/donor-actions.php:213
#: includes/admin/donors/donor-actions.php:231
#: includes/admin/donors/donor-actions.php:304
#: includes/admin/donors/donor-actions.php:322
#: includes/admin/donors/donor-actions.php:413
#: includes/admin/donors/donor-actions.php:513
#: includes/admin/donors/donor-actions.php:564
#: includes/admin/donors/donor-actions.php:610
#: includes/admin/emails/class-donation-receipt-email.php:275
#: includes/admin/emails/class-donation-receipt-email.php:314
#: includes/admin/emails/class-donor-note-email.php:79
#: includes/admin/emails/class-donor-register-email.php:114
#: includes/admin/emails/class-failed-donation-email.php:253
#: includes/admin/emails/class-new-donation-email.php:248
#: includes/admin/emails/class-new-donor-register-email.php:110
#: includes/admin/emails/class-new-offline-donation-email.php:260
#: includes/admin/emails/class-offline-donation-instruction-email.php:226
#: includes/admin/forms/dashboard-columns.php:278
#: includes/admin/payments/actions.php:36
#: includes/admin/payments/actions.php:91
#: includes/admin/payments/actions.php:104
#: includes/admin/payments/actions.php:379
#: includes/admin/payments/actions.php:403
#: includes/admin/payments/actions.php:461
#: includes/admin/payments/actions.php:485
#: includes/admin/payments/view-payment-details.php:24
#: includes/admin/payments/view-payment-details.php:39
#: includes/admin/payments/view-payment-details.php:49
#: includes/admin/reports/reports.php:162
#: includes/admin/reports/reports.php:307
#: includes/admin/tools/data/class-give-tools-delete-donations.php:156
#: includes/admin/tools/data/class-give-tools-delete-import-donors.php:312
#: includes/admin/tools/data/class-give-tools-delete-test-donors.php:261
#: includes/admin/tools/data/class-give-tools-delete-test-transactions.php:134
#: includes/admin/tools/data/class-give-tools-recount-all-stats.php:250
#: includes/admin/tools/data/class-give-tools-recount-donor-stats.php:206
#: includes/admin/tools/data/class-give-tools-recount-form-stats.php:219
#: includes/admin/tools/data/class-give-tools-recount-income.php:187
#: includes/admin/tools/data/class-give-tools-recount-single-donor-stats.php:161
#: includes/admin/tools/data/class-give-tools-reset-stats.php:295
#: includes/admin/tools/export/class-batch-export.php:158
#: includes/admin/tools/export/class-core-settings-export.php:81
#: includes/admin/tools/export/class-export.php:186
#: includes/admin/tools/export/export-actions.php:32
#: includes/admin/tools/export/export-actions.php:56
#: includes/admin/tools/export/pdf-reports.php:31
#: includes/admin/tools/export/pdf-reports.php:35
#: includes/admin/tools/export/pdf-reports.php:39
#: includes/admin/upgrades/upgrade-functions.php:502
#: includes/api/class-give-api.php:1962 includes/api/class-give-api.php:1972
#: includes/api/class-give-api.php:1993 includes/api/class-give-api.php:2004
#: includes/class-give-scripts.php:306 includes/class-notices.php:630
#: includes/formatting.php:829
#: includes/gateways/stripe/includes/admin/admin-actions.php:183
#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:282
#: src/LegacyPaymentGateways/Adapters/LegacyPaymentGatewayAdapter.php:303
#: src/Log/ValueObjects/LogType.php:48
#: build/assets/dist/js/donor-dashboards-app.js:1
#: src/DonorDashboards/resources/js/app/components/tab-content/index.js:21
#: src/DonorDashboards/resources/js/app/tabs/annual-receipts/content.js:25
#: src/DonorDashboards/resources/js/app/tabs/donation-history/content.js:35
#: src/DonorDashboards/resources/js/app/tabs/donation-history/dashboard-content.js:27
msgid "Error"
msgstr "Error"