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,20 @@
<?php
// Heading
$_['heading_title'] = 'Language Editor';
// Text
$_['text_success'] = 'Success: You have modified language editor!';
$_['text_edit'] = 'Edit Translation';
$_['text_default'] = 'Default';
$_['text_store'] = 'Store';
$_['text_language'] = 'Language';
$_['text_translation'] = 'Choose a translation';
$_['text_translation'] = 'Translations';
// Entry
$_['entry_key'] = 'Key';
$_['entry_value'] = 'Value';
$_['entry_default'] = 'Default';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify language editor!';