/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
mirko-pagliai
/
me-tools
/
config
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/me-tools/config
mkdir
upload
Name
Size
Mode
Actions
ckeditor/
-
0755
rm
bootstrap.php
1243
0644
edit
dl
rm
i18n_constants.php
2180
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/me-tools/config/i18n_constants.php
(2180B)
<?php declare(strict_types=1); /** * This file is part of me-tools. * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Mirko Pagliai * @link https://github.com/mirko-pagliai/me-tools * @license https://opensource.org/licenses/mit-license.php MIT License */ define('I18N_ACTIONS', __d('me_tools', 'Actions')); define('I18N_ACTIVE', __d('me_tools', 'Active')); define('I18N_ADD', __d('me_tools', 'Add')); define('I18N_ALLOWED_CHARS', __d('me_tools', 'Allowed chars')); define('I18N_CATEGORIES', __d('me_tools', 'Categories')); define('I18N_CATEGORY', __d('me_tools', 'Category')); define('I18N_CREATED', __d('me_tools', 'Created')); define('I18N_DATE', __d('me_tools', 'Date')); define('I18N_DELETE', __d('me_tools', 'Delete')); define('I18N_DESCRIPTION', __d('me_tools', 'Description')); define('I18N_EDIT', __d('me_tools', 'Edit')); define('I18N_EMAIL', __d('me_tools', 'Email')); define('I18N_EXPIRATION', __d('me_tools', 'Expiration')); define('I18N_FIRST_NAME', __d('me_tools', 'First name')); define('I18N_GROUP', __d('me_tools', 'Group')); define('I18N_LAST_NAME', __d('me_tools', 'Last name')); define('I18N_LIST', __d('me_tools', 'List')); define('I18N_LOGOUT', __d('me_tools', 'Logout')); define('I18N_MODIFIED', __d('me_tools', 'Modified')); define('I18N_NAME', __d('me_tools', 'Name')); define('I18N_NO', __d('me_tools', 'no')); define('I18N_OPERATION_OK', __d('me_tools', 'The operation has been performed correctly')); define('I18N_OPERATION_NOT_OK', __d('me_tools', 'The operation has not been performed correctly')); define('I18N_SUBMIT', __d('me_tools', 'Submit')); define('I18N_SURE_TO_DELETE', __d('me_tools', 'Are you sure you want to delete this?')); define('I18N_TITLE', __d('me_tools', 'Title')); define('I18N_TYPE', __d('me_tools', 'Type')); define('I18N_USER', __d('me_tools', 'User')); define('I18N_USERS', __d('me_tools', 'Users')); define('I18N_USERNAME', __d('me_tools', 'Username')); define('I18N_VIEW', __d('me_tools', 'View')); define('I18N_YES', __d('me_tools', 'yes'));
Save
cmd:
run