|
771 | 771 | 'Avoid adding web domains on admin account' => 'It is strongly advised to create a standard user account before adding web domains to the server due to the increased privileges the admin account possesses and potential security risks involved.', |
772 | 772 |
|
773 | 773 | //SSH Key |
774 | | - 'Field SSH_KEY can not be blank.' => 'Field SSH Key may not be blank', |
| 774 | + 'Field SSH_KEY can not be blank.' => 'Field SSH Key must not be blank', |
775 | 775 | 'SSH KEY is invalid' => 'SSH key is invalid', |
776 | | - 'SSH KEY already exists' => 'SSH key already exsits', |
| 776 | + 'SSH KEY already exists' => 'SSH key already exists', |
777 | 777 | 'SSH KEY Added' => 'SSH key has been added', |
778 | 778 | 'Add SSH Key' => 'Add SSH key', |
779 | 779 | 'SSH KEY' => 'SSH Key', |
780 | | - 'DELETE_KEY_CONFIRM' => 'Are you sure you want to delete key %s?', |
781 | | - 'SSH_ID' => 'SSH Id', |
| 780 | + 'DELETE_KEY_CONFIRM' => 'Are you sure you want to delete SSH key %s?', |
| 781 | + 'SSH_ID' => 'SSH ID', |
| 782 | + 'Manage SSH keys' => 'Manage SSH keys', |
782 | 783 |
|
783 | 784 | //Header |
784 | 785 | 'Fm' => 'Files', |
785 | 786 | //PHP Cli |
786 | 787 | 'PHP CLI Version' => 'PHP CLI Version', |
| 788 | + |
787 | 789 | //Ipset Firewall rules |
788 | | - 'Adding Firewall Ipset List' => 'Adding Firewall Ipset List', |
789 | | - 'Ip List Name' => 'Ip List Name', |
| 790 | + 'Adding Firewall Ipset List' => 'Add New IP list', |
| 791 | + 'Ip List Name' => 'IP List Name', |
790 | 792 | 'Data Source' => 'Data Source', |
791 | | - 'Ip Version' => 'Ip Version', |
792 | | - 'Autoupdate' => 'Autoupdate', |
| 793 | + 'Ip Version' => 'IP Version', |
| 794 | + 'Autoupdate' => 'Auto Update', |
| 795 | + 'Add IP list' => 'Add IP list', |
793 | 796 | 'BLACKLIST' => 'BLACKLIST', |
794 | 797 | 'IPVERSE' => 'IPVERSE', |
795 | | - 'IPSET_CREATED_OK' => 'Ipset created', |
796 | | - 'DELETE_IPSET_CONFIRMATION' => 'Are you sure you want to delete Ipset %2', |
797 | | - '1 Ipset list' => '1 Ipset list', |
798 | | - '%s Ipset lists' => '%s Ipset lists', |
799 | | - 'There are currently no Ipset lists defined.' => 'There are currently no Ipset lists defined.', |
800 | | - 'list ipset' => 'Ipset', |
| 798 | + 'IPSET_CREATED_OK' => 'IP list created successfully', |
| 799 | + 'DELETE_IPSET_CONFIRMATION' => 'Are you sure you want to delete IP list %2', |
| 800 | + '1 Ipset list' => '1 IP list', |
| 801 | + '%s Ipset lists' => '%s IP lists', |
| 802 | + 'There are currently no IP lists defined.' => 'There are currently no IP lists defined.', |
| 803 | + 'list ipset' => 'Manage IP lists', |
801 | 804 |
|
802 | 805 | //Backup |
803 | 806 | 'File Name' => 'File Name', |
|
0 commit comments