diff --git a/language/de/modules/portal_donation_module.php b/language/de/modules/portal_donation_module.php index d98f36bf..f9646b2a 100644 --- a/language/de/modules/portal_donation_module.php +++ b/language/de/modules/portal_donation_module.php @@ -57,9 +57,11 @@ $lang = array_merge($lang, array( 'ILS' => 'Neue Israelische Schekel (ILS)', // ACP - 'ACP_PORTAL_PAYPAL_SETTINGS' => 'Paypal Einstellungen', + 'ACP_PORTAL_PAYPAL_SETTINGS' => 'Paypal Einstellungen', 'ACP_PORTAL_PAYPAL_SETTINGS_EXP' => 'Hier kannst du die Paypal Einstellungen ändern.', - 'PORTAL_PAY_ACC' => 'Paypal Account', + 'PORTAL_PAY_ACC' => 'Paypal Account', 'PORTAL_PAY_ACC_EXP' => 'Gib deine e-mail-Adresse an, die du bei Paypal benutzt, z.B. xxx@xxx.com', - 'PORTAL_PAY_CUSTOM' => 'Benutzername an die Paypal Zahlung anhängen', + 'PORTAL_PAY_CUSTOM' => 'Benutzername an die Paypal Zahlung anhängen', + 'PORTAL_PAY_DEFAULT' => 'Standard-Währung', + 'PORTAL_PAY_DEFAULT_EXP' => 'Währung die standardmäßig in der Drop-Down-Liste ausgewählt ist.' )); diff --git a/language/en/modules/portal_donation_module.php b/language/en/modules/portal_donation_module.php index d43307fc..40aa0667 100644 --- a/language/en/modules/portal_donation_module.php +++ b/language/en/modules/portal_donation_module.php @@ -61,5 +61,7 @@ $lang = array_merge($lang, array( 'ACP_PORTAL_PAYPAL_SETTINGS_EXP' => 'This is where you customize the Paypal block.', 'PORTAL_PAY_ACC' => 'Paypal account to use', 'PORTAL_PAY_ACC_EXP' => 'Enter your Paypal e-mail address eg. xxx@xxx.com', - 'PORTAL_PAY_CUSTOM' => 'Append username to Paypal donation', + 'PORTAL_PAY_CUSTOM' => 'Append username to Paypal donation', + 'PORTAL_PAY_DEFAULT' => 'Default currency', + 'PORTAL_PAY_DEFAULT_EXP' => 'Currency that will be selected by default in currency drop down list.' ));