You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
6.1 KiB
109 lines
6.1 KiB
<?php
|
|
|
|
$lang = array(
|
|
// payment gateways
|
|
'merchant_2checkout' => '2Checkout',
|
|
'merchant_authorize_net' => 'Authorize.Net AIM',
|
|
'merchant_authorize_net_sim' => 'Authorize.Net SIM',
|
|
'merchant_buckaroo' => 'Buckaroo',
|
|
'merchant_cardsave' => 'Cardsave',
|
|
'merchant_dps_pxpay' => 'DPS PaymentExpress PxPay',
|
|
'merchant_dps_pxpost' => 'DPS PaymentExpress PxPost',
|
|
'merchant_dummy' => 'Dummy',
|
|
'merchant_eway' => 'eWay Hosted',
|
|
'merchant_eway_shared' => 'eWay Shared',
|
|
'merchant_eway_shared_uk' => 'eWay Shared (UK)',
|
|
'merchant_ideal' => 'iDEAL',
|
|
'merchant_inipay' => 'INIpay',
|
|
'merchant_gocardless' => 'GoCardless',
|
|
'merchant_manual' => 'ръководство',
|
|
'merchant_mollie' => 'Mollie',
|
|
'merchant_netaxept' => 'Nets Netaxept',
|
|
'merchant_ogone_directlink' => 'Ogone DirectLink',
|
|
'merchant_payflow_pro' => 'Payflow Pro',
|
|
'merchant_paymate' => 'Paymate',
|
|
'merchant_paypal_express' => 'PayPal Express',
|
|
'merchant_paypal_pro' => 'PayPal Pro',
|
|
'merchant_rabo_omnikassa' => 'Rabo OmniKassa',
|
|
'merchant_sagepay_direct' => 'Sagepay Direct',
|
|
'merchant_sagepay_server' => 'Sagepay Server',
|
|
'merchant_stripe' => 'Stripe',
|
|
'merchant_webteh_direct' => 'Webteh Direct',
|
|
'merchant_worldpay' => 'WorldPay',
|
|
|
|
// payment gateway settings
|
|
'merchant_api_login_id' => 'API идентификатор за вход',
|
|
'merchant_transaction_key' => 'Ключ на транзакция',
|
|
'merchant_test_mode' => 'тестов режим',
|
|
'merchant_developer_mode' => 'режим разработчик',
|
|
'merchant_simulator_mode' => 'симулационен режим',
|
|
'merchant_user_id' => 'User ID',
|
|
'merchant_app_id' => 'Идентификатор на приложението',
|
|
'merchant_psp_id' => 'PSP ID',
|
|
'merchant_api_key' => 'API ключ',
|
|
'merchant_key' => 'Ключ',
|
|
'merchant_key_version' => 'Версия на ключ',
|
|
'merchant_username' => 'потребителско име',
|
|
'merchant_vendor' => 'доставчик',
|
|
'merchant_partner_id' => 'партньорски ID',
|
|
'merchant_password' => 'парола',
|
|
'merchant_signature' => 'API подпис',
|
|
'merchant_customer_id' => 'клиентски ID',
|
|
'merchant_merchant_id' => 'Търговски ID',
|
|
'merchant_account_no' => 'Акаунт номер',
|
|
'merchant_installation_id' => 'Инсталационен ID',
|
|
'merchant_website_key' => 'Ключ на уебсайт',
|
|
'merchant_secret_word' => 'секретна дума',
|
|
'merchant_secret' => 'Секретен',
|
|
'merchant_app_secret' => 'Секретен код приложение',
|
|
'merchant_secret_key' => 'Секретен ключ',
|
|
'merchant_token' => 'Token',
|
|
'merchant_access_token' => 'Символичен достъп',
|
|
'merchant_payment_response_password' => 'Парола отговор на плащане',
|
|
'merchant_company_name' => 'Име на фирмата',
|
|
'merchant_company_logo' => 'Фирмено лого',
|
|
'merchant_page_title' => 'Заглавие на страница',
|
|
'merchant_page_banner' => 'Банер на страница',
|
|
'merchant_page_description' => 'Описание на страницата',
|
|
'merchant_page_footer' => 'Долна част страница',
|
|
'merchant_enable_token_billing' => 'Съхрани данните на карта за фактуриране',
|
|
'merchant_paypal_email' => 'PayPal акаунт имейл',
|
|
'merchant_acquirer_url' => 'Придобиващ URL',
|
|
'merchant_public_key_path' => 'Сървърно място за публичен ключ',
|
|
'merchant_private_key_path' => 'Сървърно място за личен ключ',
|
|
'merchant_private_key_password' => 'Парола за личен ключ',
|
|
'merchant_solution_type' => 'PayPal сметка се изисква',
|
|
'merchant_landing_page' => 'Избран раздел плащане',
|
|
'merchant_solution_type_mark' => 'PayPal сметка се изисква',
|
|
'merchant_solution_type_sole' => 'PayPal сметка - по избор',
|
|
'merchant_landing_page_billing' => 'Гост поръчай / Създай акаунт',
|
|
'merchant_landing_page_login' => 'PayPal акаунт Вход',
|
|
|
|
// payment gateway fields
|
|
'merchant_card_type' => 'вид на картата',
|
|
'merchant_card_no' => 'номер на картата',
|
|
'merchant_name' => 'име',
|
|
'merchant_first_name' => 'собствено име',
|
|
'merchant_last_name' => 'фамилия',
|
|
'merchant_card_issue' => 'Номер на издаване на картата',
|
|
'merchant_exp_month' => 'валидност: месец',
|
|
'merchant_exp_year' => 'валидност: година',
|
|
'merchant_start_month' => 'Начален месец',
|
|
'merchant_start_year' => 'начална година',
|
|
'merchant_csc' => 'CSC',
|
|
'merchant_issuer' => 'издател',
|
|
|
|
// status/error messages
|
|
'merchant_insecure_connection' => 'Карта се подава по защитена връзка.',
|
|
'merchant_required' => 'Полето %s е задължително.',
|
|
'merchant_invalid_card_no' => 'невалиден номер на карта.',
|
|
'merchant_card_expired' => 'картата е изтекла.',
|
|
'merchant_invalid_status' => 'Невалиден статус на плащане',
|
|
'merchant_invalid_method' => 'Метода не се поддържа от този гейт.',
|
|
'merchant_invalid_response' => 'Невалиден отговор от гейта за плащане.',
|
|
'merchant_payment_failed' => 'Плащането не е направено. Опитайте пак.',
|
|
'merchant_payment_redirect' => 'Моля, изчакайте, докато ние ви пренасочим към страница за плащане ...',
|
|
'merchant_3dauth_redirect' => 'Моля, изчакайте, докато ние ви пренасочим към издателя на картата за удостоверяване...'
|
|
);
|
|
|
|
/* End of file ./language/english/merchant_lang.php */
|