18 lines
776 B
PHP
18 lines
776 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Fixer';
|
|
|
|
// Text
|
|
$_['text_extension'] = 'Extensions';
|
|
$_['text_success'] = 'Success: You have modified fixer currency rates!';
|
|
$_['text_edit'] = 'Edit Fixer';
|
|
$_['text_signup'] = 'Fixer.io - сервис конвертации валют <a href="https://fixer.io/" target="_blank" class="alert-link">зарегистрироваться</a>.';
|
|
$_['text_support'] = 'Для этого модуля требуется валюта EUR';
|
|
|
|
// Entry
|
|
$_['entry_api'] = 'API Access Key';
|
|
$_['entry_status'] = 'Статус';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'У вас нет прав для управления этим модулем!';
|
|
$_['error_api'] = 'API Access Key обязателен!'; |