Advertisement
Guest User

Untitled

a guest
May 18th, 2017
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.39 KB | None | 0 0
  1. #########################################
  2. ### (Sebas): TODO: TANSLATE THIS PLSSSS #
  3. #########################################
  4. translated_by                       = Sebas <sebasdevelopment@gmx.com>
  5. # ###########################
  6. # Main
  7. # ###########################
  8. mta_noserver                        = You have no MTA:SA Server!
  9. # ###########################
  10. # Homepage page
  11. # ###########################
  12. mta_intro_text                      = Welcome at the Multi Theft Auto hosting, here you can see your MTA:SA Server(s).<br />
  13. mta_serverinfo_restart              = Server will be re-launched!
  14. mta_serverinfo_start                = Server will be started!
  15. mta_serverinfo_already              = Server is already started!
  16. mta_tableinfo_hostname              = Server hostname
  17. mta_tableinfo_remote                = Management
  18. mta_tableinfo_edit                  = Maintenance
  19. mta_tableinfo_port                  = Port
  20. mta_tableinfo_status                = Status
  21. mta_tableinfo_version               = Version
  22. mta_tableinfo_action                = Action
  23. mta_tablevalue_remote               = Remote admin (resourcebrowser)
  24. mta_tablevalue_maintenance          = Maintenance MTA Server
  25. mta_tablevalue_status_on            = Online
  26. mta_tablevalue_status_off           = Offline
  27. mta_tablevalue_action_start         = Start MTA Server
  28. mta_tablevalue_action_stop          = Stop MTA Server
  29. mta_tablevalue_action_restart       = Restart MTA Server
  30. # ###########################
  31. # Details page
  32. # ###########################
  33. MTA_DETAIL_TITLE                    = Edit server
  34. MTA_DETAIL_DESC                     = Here you can edit your MTA Server.<br />E.g. you can change the hostname and the server password, or ASE (All Seeing Eye) off.<br />In some cases, the MTA server need to be restarted.<br /><br /><br />
  35. MTA_DETAIL_SETTINGS_DONE            = The changes have been made!
  36. MTA_DETAIL_MESS_HOSTNAME            = Please enter a server hostname!
  37. MTA_DETAIL_MESS_FTPPASS             = Enter an FTP password!
  38. MTA_DETAIL_MESS_MYSQLPASS           = Enter a MySQL password!
  39. MTA_DETAIL_EDIT_HOSTNAME            = Server hostname:
  40. MTA_DETAIL_EDIT_ASE                 = ASE (All Seeing Eye):
  41. MTA_DETAIL_EDIT_FTPUSER             = FTP username:
  42. MTA_DETAIL_EDIT_FTPPASS             = FTP password:
  43. MTA_DETAIL_EDIT_MYSQLUSER           = MySQL username:
  44. MTA_DETAIL_EDIT_MYSQLPASS           = MySQL password:
  45. MTA_DETAIL_INFO_HOSTNAME            = Server hostname is displayed in the MTA Server list (Game-Monitor.com).<br />Up to 80 characters!<br /><strong>When you change this option, you must restart your MTA Server!</strong>
  46. MTA_DETAIL_INFO_ASE                 = Wanneer deze optie op AAN zet, zal uw server in de MTA Server (Game-Monitor.com) lijst te zien zijn.<br />This allows other people to see your server.<br /><strong>When you change this option, you must restart your MTA Server!</strong>
  47. MTA_DETAIL_ASE_ON                   = On
  48. MTA_DETAIL_ASE_OFF                  = Off
  49. # ###########################
  50. # Shutdown page
  51. # ###########################
  52. MTA_SHUTDOWN_TITLE                  = Close server
  53. MTA_SHUTDOWN_ERR_WRONGPASS          = You have inserted the wrong security code.
  54. MTA_SHUTDOWN_WARN_CODE              = Use this security code to exit your server.
  55. MTA_SHUTDOWN_STATUS_CLOSING         = Server will be closed..
  56. MTA_SHUTDOWN_EDIT_SECURITY          = Security code:
  57. MTA_SHUTDOWN_EDIT_OK                = Close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement