Server IP : 213.176.29.180 / Your IP : 18.119.105.32 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/public_html/whmcs/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
home/webtaragh/public_html/whmcs/lang/README.txt 0000644 00000005301 14736264367 0015523 0 ustar 00 =============================================================================== WHMCS - The Complete Client Management, Billing & Support Solution =============================================================================== Managing Language Files with Overrides Documentation: https://docs.whmcs.com/Language_Files =============================================================================== [ CONTENTS ] =============================================================================== 1. Overview 2. Usage Instructions =============================================================================== [ OVERVIEW ] =============================================================================== These language files are provided unencoded to allow you to view the language strings that WHMCS uses. We do not recommend editing these files directly. They are often overwritten during software upgrades to introduce new and updated text. Instead we recommend that you use overrides which allow you to customise the default variables with your own in a way which can be safely preserved through the upgrade process. =============================================================================== [ USAGE INSTRUCTIONS ] =============================================================================== Steps for customising language strings via overrides are as follows: 1. Create the folder 'overrides' within the 'lang' folder. 2. Create or copy the language file you want to override. For example, to create an override for the English language you create ./lang/overrides/english.php 3. Open the newly created file in your preferred editor. 4. Start the file with a PHP tag '<?php' indicating PHP code is to be used. 5. Enter the variable(s) you wish to override. For example, if you wanted to change "Welcome to our members area" you would locate the proper variable within ./lang/english.php and place it into the overrides english file with your preferred change: ./lang/english.php $_LANG['headertext'] = "Welcome to our members area."; ./lang/overrides/english.php $_LANG['headertext'] = "Welcome home!"; 6. For each variable you wish you change, repeat step #5. For example, a completed overrides file should look something like this: ./lang/overrides/english.php <?php $_LANG['headertext'] = "Welcome home!"; $_LANG['addtocart'] = "Add to Basket"; $_LANG['cartproductaddons'] = "Product Extras"; 7. Save, and you're done! For further help, please visit https://docs.whmcs.com/Language_Overrides =============================================================================== Thank you for choosing WHMCS WHMCompleteSolution www.whmcs.com