Qrchack

CMSLight v2 English lang revision 1

Feb 13th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.18 KB | None | 0 0
  1. <?php
  2. // CMS Light v2 English language file
  3. // Author: Qrchack
  4. //
  5. // You can use all UTF-8 characters here
  6.  
  7. // Error handling
  8. $lang_error                         =   "Error";
  9. $lang_code                          =   "Code";
  10.  
  11. // Installer stuff
  12. $lang_installed                     =   "Already installed";
  13. $lang_installer                     =   "CMS Light Installer";
  14. $lang_changelang                    =   "Change";
  15. $lang_step                          =   "Step";
  16. $lang_install_default               =   "Something went wrong during the installation. Please try refreshing the page.";
  17. $lang_step1_welcome                 =   "Welcome to CMS Light v2 Installer. This simple setup will help you to configure your newly created website. It will take up to 5 minutes.";
  18. $lang_next                          =   "Next >";
  19. $lang_readlicense                   =   "Please read the following license";
  20. $lang_license                       =   "As long as you keep this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. You can also drink some beer in my honor :)";
  21. $lang_licenseok                     =   "I accept >";
  22. $lang_sitename                      =   "Site name";
  23. $lang_adminacc                      =   "Admin account details";
  24. $lang_login                         =   "Login";
  25. $lang_pass                          =   "Password";
  26. $lang_repeatpass                    =   "Repeat password";
  27. ?>
Advertisement
Add Comment
Please, Sign In to add comment