first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -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 обязателен!';