Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
7,478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.10 KB | None | 0 0
  1. --[[------------------------------------------------------------------------------
  2.  *  Copyright (C) Fluffy(76561197976769128 - STEAM_0:0:8251700) - All Rights Reserved
  3.  *  Unauthorized copying of this file, via any medium is strictly prohibited
  4.  *  Proprietary and confidential
  5. --]]------------------------------------------------------------------------------
  6.  
  7. SublimeGov.Languages["en"] =
  8. {
  9.     this_language = "English",
  10.  
  11.     -- Basic stuff.
  12.     ui_exit = "Exit",
  13.     ui_ok   = "OK",
  14.     ui_no   = "NO",
  15.    
  16.     -- Login page.
  17.     ui_login_login                          = "Login",
  18.     ui_login_header                         = "Secured Government System",
  19.     ui_login_footer                         = "This is a secured and monitored Federal Government system. Unauthorized access is strictly prohibited. All activity is fully monitored.\nIndividuals who attempt to gain unauthorized access or attempt any modification of information on this system is subject to criminal prosecution.\nAll persons who are hereby notified that use of this system constitutes to monitoring and auditing.",
  20.     ui_login_title                          = "Sublime Government - ",
  21.     ui_login_not_logged_in                  = "NOT LOGGED IN",
  22.     ui_login_please                         = "To access the system you have to be logged in.",
  23.     ui_login_or                             = "OR",
  24.     ui_login_username                       = "Username",
  25.     ui_login_bad_username                   = "Username not recognized.",
  26.     ui_login_bad_username_desc              = "The entered username is not recognized in our system.",
  27.     ui_login_password                       = "Password",
  28.     ui_login_bad_password                   = "Incorrect password.",
  29.     ui_login_bad_password_desc              = "The password associated with this account is incorrect.",
  30.     ui_login_is_government                  = "Is Government Official",
  31.     ui_login_bad_is_government              = "Government ID not found.",
  32.     ui_login_bad_is_government_desc         = "Only official government employees may access this system.\nYour presence has been logged.",
  33.     ui_login_ip                             = "IP Address",
  34.     ui_login_established_connect            = "Connection Established",
  35.     ui_login_bad_established_connect        = "Unable to connect.",
  36.     ui_login_bad_established_connect_desc   = "Unable to connect to the system, it seems to be down at the moment.",
  37.     ui_login_proceed                        = "Proceed with the connection",
  38.     ui_login_proceed_unable                 = "Unable to proceed with the connection. Please abort.",
  39.     ui_login_show                           = "Show more information.",
  40.     ui_login_abort                          = "Abort",
  41.  
  42.     -- Main connected page.
  43.     ui_connected_logged_in  = "LOGGED IN",
  44.     ui_connected_as_a       = "AS A",
  45.     ui_connected_on         = "ON",
  46.  
  47.     -- This is used for the arrests & release records page.
  48.     ui_connected_arrested_by                = "was arrested by",
  49.     ui_connected_released_in                = "and will be released in",
  50.     ui_connected_disconnected               = "Disconnected",
  51.     ui_connected_disconnected_description   = "This player has disconnected from the server.",
  52.     ui_connected_profile                    = "'s Profile",
  53.     ui_connected_jail_empty                 = "There is currently no one in jail.",
  54.     ui_connected_arrested_criminals         = "Currently arrested criminals",
  55.     ui_connected_was_released               = "was released",
  56.     ui_connected_by                         = "by",
  57.     ui_connected_ago                        = "ago",
  58.     ui_connected_none_recently_released     = "No one has been recently released.",
  59.     ui_connected_recently_released          = "Recently released criminals",
  60.     ui_connected_arrest_release             = "Arrest & Release",
  61.     ui_connected_personal                   = "Personal Information",
  62.     ui_connected_criminal                   = "Criminal Record",
  63.     ui_connected_other                      = "Other",
  64.     ui_connected_name                       = "Name",
  65.     ui_connected_age_type                   = "Age Type",
  66.     ui_connected_race                       = "Race",
  67.     ui_connected_height                     = "Height",
  68.     ui_connected_occupation                 = "Occupation",
  69.     ui_connected_health_status              = "Health Status",
  70.     ui_connected_wealth_status              = "Wealth Status",
  71.     ui_connected_personal_police            = "Police Record",
  72.  
  73.     -- This is used for the agenda at the home page.
  74.     ui_agenda_edit_agenda       = "Edit Agenda",
  75.     ui_agenda_edit_description  = "What should the new agenda be, %s?",
  76.     ui_agenda_empty             = "There is no offical agenda, yet.",
  77.  
  78.     -- This is used for the leaderbaorsd at the home page.
  79.     ui_leaderboards_tota_time_spent = "Total time spent on duty:",
  80.     ui_leaderboards_top_10          = "Top 10 Officers Online",
  81.     ui_leaderboards_empty           = "There are either no Government Employees online or there is no data to display!",
  82.  
  83.     -- This is used for the actual home page.
  84.     ui_recent_news      = "Recent News",
  85.     ui_no_recent_news   = "There are no recent news.",
  86.     ui_home             = "Home",
  87.  
  88.     -- This is used for the profile at the home page.
  89.     ui_profile_statistics = "Your profile",
  90.  
  91.     -- Main page.
  92.     ui_app_home                 = "Home",
  93.     ui_app_arrests_and_release  = "Arrests & Releases",
  94.     ui_app_wanted_warrants      = "Wanted & Warrants",
  95.     ui_app_licenses             = "Licenses",
  96.     ui_app_police               = "Police Leaderboards",
  97.     ui_app_statistics           = "Statistics",
  98.     ui_app_applications         = "Applications",
  99.  
  100.     -- Leaderboards page.
  101.     ui_leaderboards_title   = "Police Leaderboards",
  102.     ui_viewing_page         = "Viewing page: %i/%i",
  103.  
  104.     -- Statistics page.
  105.  
  106.     ui_statistics_kills             = "Kills";
  107.     ui_statistics_wanted_count      = "Wanted";
  108.     ui_statistics_teamkills         = "Team Kills";
  109.     ui_statistics_deaths            = "Deaths";
  110.     ui_statistics_warranted_count   = "Warranted";
  111.     ui_statistics_confiscated_count = "Confiscated";
  112.     ui_statistics_arrested_count    = "Arrested";
  113.     ui_statistics_released_count    = "Released";
  114.     ui_statistics_ram_count         = "Rammed";
  115.     ui_statistics_salary_total      = "Salary";
  116.     ui_statistics_seconds_on_duty   = "Hours on duty";
  117.     ui_statistics_damage_dealt      = "Damage Dealt";
  118.  
  119.     -- Notifications
  120.     ui_notification_accept  = "Accept",
  121.     ui_notification_decline = "Decline",
  122.  
  123.     -- Database
  124.     ui_database_wipe_police_database        = "Wipe Police Database",
  125.     ui_database_wipe_police_desc            = "Are you sure you want to reset the police database? This can't be undone. An automatic map change will be issued upon accepting.",
  126.     ui_database_wipe_criminal_database      = "Wipe Criminal Database",
  127.     ui_database_wipe_criminal_database_desc = "Are you sure you want to reset the criminal database? This can't be undone. An automatic map change will be issued upon accepting.",
  128.     ui_database_wipe_computers              = "Wipe Government Computer Positions",
  129.     ui_database_wipe_computers_desc         = "Are you sure you want to reset the government computer positions? This can't be undone. An automatic map change will be issued upon accepting.",
  130.     ui_database_wipe_everything             = "Wipe Everything",
  131.     ui_database_wipe_everything_desc        = "Are you sure you want to reset everything? This can't be undone. An automatic map change will be issued upon accepting.",
  132.     ui_database_are_you_sure                = "Are you sure?",
  133.     ui_database                             = "Database",
  134.  
  135.     -- License
  136.     ui_license_occupation                   = "Occupation",
  137.     ui_license_has_license                  = "Has License",
  138.     ui_license_yes                          = "Yes",
  139.     ui_license_no                           = "No",
  140.     ui_licenses                             = "Licenses",
  141.  
  142.     -- Mayor
  143.     ui_mayor_salary                         = "Salary",
  144.     ui_mayor_demote                         = "Are you sure you want to force a demote on %s?",
  145.     ui_mayor_employees                      = "Employees",
  146.     ui_mayor_employees_desc                 = "You can demote people by clicking on one of the rows.",
  147.  
  148.     ui_mayor_laws                           = "Reset Laws",
  149.     ui_mayor_reset                          = "Reset?",
  150.     ui_mayor_are_you_sure                   = "Are you sure you want to reset every law?",
  151.     ui_mayor_law_add                        = "Add Law",
  152.     ui_mayor_law_create                     = "Create Law",
  153.     ui_mayor_what                           = "What should this law be?",
  154.     ui_mayor_change_or                      = "Change or Remove?",
  155.     ui_mayor_change_or_decs                 = "Do you want to change or remove this law?",
  156.     ui_mayor_change                         = "Change",
  157.     ui_mayor_remove                         = "Remove",
  158.     ui_mayor_edit                           = "Edit Law: %s",
  159.     ui_mayor_what_change                    = "What would you like to change about this law?",
  160.     ui_mayor_cant_edit                      = "Can't edit",
  161.     ui_mayor_cant_edit_desc                 = "You can't edit this law",
  162.     ui_mayor_laws                           = "Laws",
  163.  
  164.     ui_mayor_lottery_won                    = "won the lottery",
  165.     ui_mayor_lottery_stunning               = "With a stunning amount of",
  166.     ui_mayor_lottery                        = "Lottery",
  167.     ui_mayor_lottery_desc                   = "This shows all of the players who've won the lottery and how much they've earned(Session based)",
  168.     ui_mayor_lottery_noone                  = "No one has won the lottery yet, start one now!",
  169.  
  170.     ui_mayor_taxes_save                     = "Save Tax Changes",
  171.     ui_mayor_taxes_save_success             = "Success",
  172.     ui_mayor_taxes_save_success_desc        = "Taxes successfully changed",
  173.  
  174.     ui_mayor_taxes_default                  = "Change To Default",
  175.     ui_mayor_taxes_default_success_desc     = "Taxes have been reset to default",
  176.  
  177.     ui_mayor_taxes_default                  = "Disable Taxes",
  178.     ui_mayor_taxes_default_success_desc     = "You have successfully disabled the taxing system",
  179.  
  180.     ui_mayor_taxes              = "Taxes",
  181.     ui_mayor_taxes_disabled     = "Taxes is disabled",
  182.  
  183.     ui_mayor_taxes_property     = "Property Tax\n %s%%",
  184.     ui_mayor_taxes_sales        = "Sales Tax\n %s%%",
  185.     ui_mayor_taxes_salary       = "Salary Tax\n %s%%",
  186.  
  187.     ui_stats_combat         = "Combat",
  188.     ui_stats_general        = "General",
  189.     ui_stats_other          = "Other",
  190.     ui_stats_global         = "Global Government Statistics",
  191.     ui_stats_together       = "These numbers are added together",
  192.  
  193.     ui_wanted_noone         = "No one is currently wanted.",
  194.     ui_wanted_current       = "Currently wanted criminals",
  195.  
  196.     ui_warranted_noone      = "No one is currently warranted.",
  197.     ui_warranted_current    = "Currently warranted criminals",
  198.  
  199.     ui_wanted_and_warrants  = "Wanted & Warrants",
  200.  
  201.     ui_make_wanted          = "Make Wanted",
  202.     ui_remove_wanted        = "Remove Wanted",
  203.     ui_make_warrant         = "Make Warrant",
  204.     ui_remove_warrant       = "Remove Warrant",
  205.     ui_grant_license        = "Grant License",
  206.     ui_revoke_license       = "Revoke License",
  207.     ui_quick_start_lottery  = "Quick Start Lottery",
  208.     ui_are_you_sure_quick   = "Are you sure you want to quick start a lottery?",
  209.     ui_select_a_player      = "Select a player to %s",
  210.  
  211.     ui_make_wanted_desc     = "Are you sure you want to quick wanted this player?",
  212.     ui_remove_wanted_desc   = "Are you sure you want to quick remove this players wanted level?",
  213.     ui_make_warrant_desc    = "Are you sure you want to quick warrant this player?",
  214.     ui_remove_warrant_desc  = "Are you sure you want to quick remove this players warrant level?",
  215.     ui_grant_license_desc   = "Are you sure you want to grant this player a gun license?",
  216.     ui_revoke_license_desc  = "Are you sure you want to revoke this players gun license?",
  217.  
  218.     ui_player_disconnect        = "Player Disconnected",
  219.     ui_player_disconnect_desc   = "This player has disconnected from the server",
  220.  
  221.     ui_player_search        = "Search for player names and steamids...",
  222.     ui_player_invalid       = "Invalid player selected",
  223.     ui_player_is_bot        = "The selected player is a bot and can not be targeted from this menu",
  224.  
  225.     ui_create_notes         = "Create Note",
  226.     ui_add_note             = "Add Note",
  227.     ui_add_note_desc        = "Add a small note on this player's profile for other government employees to see. The note can only hold 300 characters",
  228.     ui_add_woah             = "Woah",
  229.     ui_add_max              = "Notes can only hold a maximum of 300 characters, yours is currently at %s",
  230.     ui_add_notes_cd         = "Notes Cooldown",
  231.     ui_add_note_post_new    = "You can post a new note in %s",
  232.     ui_note_title           = "Player Notes",
  233.     ui_note_zero            = "This player does not have any notes, create one now!",
  234. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement