From 09b0cafa23c36f95de254c350e567a94e1b6ae12 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sat, 9 Oct 2021 17:17:28 +0200 Subject: [PATCH] Add language strings --- resources/lang/en/texts.php | 2 ++ resources/lang/pl/texts.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index f98e37eb0f..72fb1189da 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4320,6 +4320,8 @@ $LANG = array( 'ideal' => 'iDEAL', 'bank_account_holder' => 'Bank Account Holder', 'aio_checkout' => 'All-in-one checkout', + 'przelewy24' => 'Przelewy24', + 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.' ); return $LANG; diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php index e87a6b6ac9..66b3a418ef 100644 --- a/resources/lang/pl/texts.php +++ b/resources/lang/pl/texts.php @@ -4249,6 +4249,8 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'contact_details' => 'Contact Details', 'download_backup_subject' => 'Your company backup is ready for download', 'account_passwordless_login' => 'Account passwordless login', + 'przelewy24' => 'Przelewy24', + 'przelewy24_accept' => 'Oświadczam, że zapoznałem się z regulaminem i obowiązkiem informacyjnym serwisu Przelewy24.' ); return $LANG;