msgid ""
msgstr ""
"Project-Id-Version: community_store_stripe_checkout dev-1\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-19T10:44:19+00:00\n"
"PO-Revision-Date: 2023-07-19T10:44:19+00:00\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#: packages/community_store_stripe_checkout/controller.php:32
msgid "Stripe Checkout Payment Method for Community Store"
msgstr ""

#: packages/community_store_stripe_checkout/controller.php:37
msgid "Stripe Checkout Payment Method"
msgstr ""

#: packages/community_store_stripe_checkout/controller.php:43
#, fuzzy
msgid "Third party libraries not installed. Use a release version of this add-on with libraries pre-installed, or run composer install against the package folder."
msgstr "Die Bibliotheken von Drittanbietern sind nicht installiert. Verwenden Sie eine Release-Version dieses Add-ons mit vorinstallierten Bibliotheken, oder führen Sie composer install gegen den Paketordner aus."

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/checkout_form.php:15
msgid "Processing..."
msgstr "In Bearbeitung..."

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:5
msgid "Minimum Order Value"
msgstr "Mindestbestellwert"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:10
msgid "Maximum Order Value"
msgstr "Höchstbestellwert"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:15
msgid "Currency"
msgstr "Währung"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:20
msgid "Mode"
msgstr "Modus"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:21
msgid "Test"
msgstr "Test"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:21
msgid "Live"
msgstr "Live"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:25
msgid "Test Publishable Key"
msgstr ""

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:30
msgid "Test Secret Key"
msgstr ""

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:35
msgid "Live Publishable Key"
msgstr ""

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:40
msgid "Live Secret Key"
msgstr ""

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:44
#, fuzzy
msgid "Required Webhook"
msgstr "Erforderlicher Webhook"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:45
#, fuzzy
msgid "Within the Stripe Dashboard configure a Webhook endpoint for the following URL"
msgstr "Konfigurieren Sie im Stripe Dashboard einen Webhook-Endpunkt für die folgende URL"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:47
#, fuzzy
msgid "With the Events to send"
msgstr "Mit den zu sendenden Ereignissen"

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:52
msgid "After creating the webhook, the Signing Secret can be found within webhook details page"
msgstr ""

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:55
msgid "Test Signing Secret Key"
msgstr ""

#: packages/community_store_stripe_checkout/elements/community_store_stripe_checkout/dashboard_form.php:61
msgid "Live Signing Secret Key"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:20
#, fuzzy
msgid "US Dollar"
msgstr "US Dollar"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:21
#, fuzzy
msgid "Euro"
msgstr "Euro"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:22
#, fuzzy
msgid "British Pounds Sterling"
msgstr "Britische Pfund Sterling"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:23
msgid "Australian Dollar"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:24
#, fuzzy
msgid "Brazilian Real"
msgstr "Brasilianische Real"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:25
msgid "Canadian Dollar"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:26
#, fuzzy
msgid "Chilean Peso"
msgstr "Chilenische Peso"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:27
#, fuzzy
msgid "Czech Koruna"
msgstr "Tschechische Kronen"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:28
#, fuzzy
msgid "Danish Krone"
msgstr "Dänische Kronen"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:29
msgid "Hong Kong Dollar"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:30
#, fuzzy
msgid "Hungarian Forint"
msgstr "Ungarische Forint"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:31
msgid "Iranian Rial"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:32
msgid "Israeli Shekel"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:33
msgid "Japanese Yen"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:34
msgid "Malaysian Ringgit"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:35
msgid "Mexican Peso"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:36
msgid "New Zealand Dollar"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:37
msgid "Norwegian Krone"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:38
msgid "Philippine Peso"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:39
#, fuzzy
msgid "Polish Zloty"
msgstr "Polnische Zloty"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:40
msgid "Russian Rubles"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:41
msgid "Singapore Dollar"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:42
msgid "South Korean Won"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:43
#, fuzzy
msgid "Swedish Krona"
msgstr "Schwedische Kronen"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:44
#, fuzzy
msgid "Swiss Franc)"
msgstr "Schweizer Franken"

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:45
msgid "Taiwan New Dollar"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:46
msgid "Thai Baht"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:47
msgid "Turkish Lira"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:48
msgid "Vietnamese Dong"
msgstr ""

#: packages/community_store_stripe_checkout/src/CommunityStore/Payment/Methods/CommunityStoreStripeCheckout/CommunityStoreStripeCheckoutPaymentMethod.php:318
msgid "Refunded via Stripe Dashboard"
msgstr ""
