first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?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 обязателен!';
|
||||
Reference in New Issue
Block a user