Advertisement
fluffy_dev

gElo Language

Oct 26th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.82 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. gElo.Languages["en"] =
  8. {
  9.     thisLanguage = "English",
  10.  
  11.     -- cl_notification.lua
  12.         notificationAccept  = "Accept",
  13.         notificationDecline = "Decline",
  14.     --
  15.  
  16.     -- cl_color.lua
  17.         -- Side Tabs
  18.             colorSideTabbMainElements = "Main UI Elements",
  19.             colorSideTabButtons       = "Buttons",
  20.             colorSideTabOther         = "Other",
  21.         --
  22.  
  23.         -- Color Changers
  24.             colorBackground = "Background",
  25.             colorOutline    = "Outline",
  26.             colorHeader     = "Header",
  27.             colorFooter     = "Footer",
  28.  
  29.             colorButtonBackground   = "Button Background",
  30.             colorButtonText         = "Button Text",
  31.             colorButtonTextHover    = "Button Text Hover",
  32.             colorButtonOutline      = "Button Outline",
  33.             colorSideButton         = "Side Button",
  34.             colorSideButtonHover    = "Side Button Hover",
  35.  
  36.             colorNotification   = "Notification",
  37.             colorElo            = "Elo",
  38.             colorOther          = "Other Text",
  39.         --
  40.     --
  41.  
  42.     -- cl_footer.lua
  43.         footerSetDefault    = "Restore to Defaults",
  44.         footerNotification  = "Are you sure you want to reset the UI to its default settings? This can not be undone.",
  45.         footerDone          = "Done",
  46.     --
  47.  
  48.     -- cl_settings.lua
  49.         settingsGeneral         = "General Settings",
  50.         settingsSideTabColors   = "Change UI Colors",
  51.         settingsNotification    = "Some colors may be displayed as white when they're not, this is due to them being textures, some ui elements however are white!\n\nTextures will react differently to different colors! The result you're seeing is not going to be what you think it is!!",
  52.         settingsKeys            = "Only a handful of keys are accepted. If they don't show up at the bottom then they're not supported.",
  53.     --
  54.  
  55.     -- cl_main.lua
  56.         mainProfile      = "My Stats",
  57.         mainHistory      = "Match History",
  58.         mainLeaderboards = "Leaderboards",
  59.         mainForums       = "Forums",
  60.         mainPlugins      = "Plugins",
  61.         mainHelp         = "Help",
  62.         mainSettings     = "Settings",
  63.         mainAdmin        = "Administration",
  64.         mainLogging      = "Logging",
  65.     --
  66.  
  67.     -- cl_profile.lua
  68.         profileCombat    = "combat stats",
  69.         profileOther     = "other stats",
  70.         profileInnocent  = "innocent stats",
  71.         profileDetective = "detective stats",
  72.         profileTraitor   = "traitor stats",
  73.     --
  74.  
  75.     -- cl_admin.lua
  76.         adminUsers  = "Lookup Users",
  77.        
  78.         -- All Databases
  79.         adminWipeAll = "Wipe All Databases",
  80.         adminAdminWipeAllNotification = "Wiping all of the databases is a permanent solution.\n\nIf you click 'Accept' then the server will do a quick map change to adjust to changes.",
  81.        
  82.         -- History Database
  83.         adminWipeHistory = "Wipe History Database",
  84.         adminWipeHistoryNotification = "Wiping the match history database is a permanent solution.\n\nIf you click 'Accept' then the server will do a quick map change to adjust to changes.",
  85.  
  86.         -- History Database
  87.         adminWipeStats = "Wipe Stats Database",
  88.         adminWipeStatsNotification = "Wiping the stats database is a permanent solution.\n\nIf you click 'Accept' then the server will do a quick map change to adjust to changes.",
  89.  
  90.         adminNext = "Next",
  91.         adminBack = "Back",
  92.     --
  93.  
  94.     -- other
  95.         otherContainers  = "Containers",
  96.     --
  97.  
  98.     -- sql values
  99.         sqlBulletsFired     = "Bullets Fired",
  100.         sqlFireDamageDealt  = "Incendiary Damage",
  101.         sqlDamageDealt      = "Damage Dealt",
  102.         sqlTraitorDeaths    = "Deaths",
  103.         sqlKills            = "Kills",
  104.         sqlDeaths           = "Deaths",
  105.         sqlLosses           = "Losses",
  106.         sqlTotalLosses      = "Total Losses",
  107.         sqlTotalWins        = "Total Wins",
  108.         sqlWins             = "Wins",
  109.         sqlRoundsPlayed     = "Total Rounds Played",
  110.     --
  111.  
  112.     -- cl_users.lua
  113.         userName        = "Name",
  114.         userKills       = "Kills",
  115.         userHeadshots   = "Headshots",
  116.         userWins        = "Wins",
  117.         userLosses      = "Losses",
  118.         userPage        = "Page",
  119.         userSearch      = "Search...",
  120.     --
  121.  
  122.     -- cl_history.lua
  123.         historyVictory  = "VICTORY",
  124.         historyDefeat   = "DEFEAT",
  125.     --
  126.  
  127.     -- cl_history.lua
  128.         historyMap       = "Map",
  129.         historyResult    = "Result",
  130.         historyTook      = "Round Took",
  131.         historyRole      = "Role",
  132.         historyDealt     = "DMG Dealt",
  133.         historyFired     = "Shots Fired",
  134.         historyPlayed    = "Played",
  135.         historyRP        = "RP",
  136.         historyToday     = "Today",
  137.         historyYesterday = "Yesterday",
  138.     --
  139.  
  140.     -- cl_leaderboards.lua
  141.         leaderCooldown  = "You are viewing an older leaderboards history.\n\nNext Leaderboards Update In: ",
  142.         leaderName      = "Name",
  143.         leaderRank      = "Rank",
  144.         leaderElo       = "Elo",
  145.     --
  146.  
  147.     -- cl.help.lua
  148.         helpPromote      = "Promotions",
  149.         helpDemote       = "Demotions",
  150.         helpHistory      = "Match History",
  151.         helpLeaderboards = "Leaderboards",
  152.         helpErrors       = "Errors",
  153.         helpRP           = "Rank Points",
  154.         helpLang         = "Language",
  155.         helpSettings     = "Settings",
  156.         helpAdmin        = "Administration",
  157.  
  158.         -- Help Texts
  159.             helpPromotions      = "In order for you to get promoted you have to pass your promotional series.\n\nFor you to get into your promotional series you have to have 100 Rank Points, also knowns as RP. After you have gained 100 RP you have to pass your promotional series by winning 2 more games, however, if you lose two games then you will fail your series and be set back to 50 RP. Your RP is shown at the top left of the menu.\n\nAfter you have been promoted to your next rank your RP is set to 0 and you will once again, have to achieve 100 rank points in order to get in to your promotional series.\n\nYou will be notified when you have completed/failed your promotional series, you will also be notified of when you are in your promotional series, and last, there will be a UI shown up on the screen everytime you win/lose a round that'll tell you how many games you need to win in order to complete your promotional series.",
  160.             helpDemotions       = "In order for you get demoted you have to lose 2 games while at 0 RP.\n\nAfter you have lost your last RP points you will then start to feel the pressure, because if you lose 2 more games then you'll get demoted, if you DON'T want to get demoted then you just have to win one more game as that will reset the lose counter.\n\nIf you were unlucky and you were demoted then your RP will be set to 75 and you will once again have to fight for your previous rank.\n\nOnce you demote you will be set back to the rank that is under you, however, if you're master tier or challenger tier at high elo then you won't demote, unless your elo is under the accepted amount.\n\nYou will not be able to demote if your rank is at its lowest which is, Bronze 5.",
  161.             helpRankPoints      = "Rank Points, also known as RP.\n\nYour RP will start at 0 and the max RP you can have is 100. If you are at 100 RP then you are in your promotional series, see the 'Promotions' tab to read more about promotions.\n\nThe RP given to you after a round is highly dependant on your performance in that round. If you do nothing, kill no one and is basically useless towards your team then you will not receive as much as let's say, a user who has done a lot this round. Getting kills, headshots, raw damage, incendiary damage, etc, is all taken into account when calculation your RP this round.\n\nChallenger and Master Tier: You might have noticed that you don't gain another rank after you complete your promotional series, and that is due to the high amount of elo you need in order to Promote. Master tier elo is 3000, Challenger is 4000 and you gain 50 elo per promotion, so in order to rank up to Challenger from Master tier you will need to PLAY and WIN a lot of games. Only the most skilled and dedicated players are in Challenger.\n\nYou can view how much RP you gained per round by looking at your Match History.",
  162.             helpMatchHistory    = "Match History captures your last round and stores it in a database so you can view it later or on another date.\n\nMap: The map the round was played on.\nResult: Whether or not you won the round.\nRound Took: How long the round took.\nRole: What role you played during that round.\nKills: How many killed you got during the round.\nDMG Dealt: How much damage you dealt during that round.\nShots Fired: How many shots you fired during that round.\nRP: How much RP you gained during that round.\nPlayed: When you played the match.",
  163.             helpLeaderboard     = "You can always view your rank position by going to the leaderboards, your row will be a little bit bigger than the others.\n\nHere you can compare yourself to the other ranked players and see how well you do compared to them, you can sort by kills, elo, deaths, etc, just click on one of the tabs!",
  164.             helpError           = "If you are experienceing any client-side errors then you might just need to reset the the UI to its default settings. To reset your UI please go to Settings and then at the bottom it will say 'Restore to Defaults'",
  165.             helpLanguage        = "gElo is multi-language friendly, to change your language please go to: Settings -> General Settings -> Interface -> Select Language.\n\nIf your language is not supported then you can go to my script page, look at the pastebin provided with the english language and translate it to your own! Thank you!",
  166.             helpSetting         = "Your settings are saved on your client so your settings will be usable on other servers which have this script.",
  167.             helpAdministration  = "Messing around with the core files and changing numbers when it comes to the calculation of RP is a bad idea, these numbers have been tested prior to release to find the PERFECT numbers. Make a number too high or too low can seriously fuck up the ranking system.\n\nWhen you're in the administration side of the menu and you want to look at all the users and or change their elo, rp, then you can click on the row they're at and it will bring out a menu where you can set it.",
  168.         --
  169.     --
  170.  
  171.     -- cl_plugins.lua
  172.         pluginsError = "no plugins have been released, yet.",
  173.     --
  174.  
  175.     -- cl_setinformation.lua
  176.         setRank     = "Set Rank",
  177.         setRP       = "Set RP",
  178.     --
  179.  
  180.     --
  181.     -- Updated: 2/11/17
  182.     --
  183.  
  184.     -- sv_historynet.lua
  185.         svHistoryNotUpdated     = "Match history has not been updated. This is updated at the end of each round!",
  186.         svHistoryNotPlayedAny   = "Unable to find matches. Have you played any?",
  187.     --
  188.  
  189.     -- cl_history.lua
  190.         historyUpdated = "Match history has been updated!",
  191.     --
  192.  
  193.     -- sv_elo.lua
  194.         svEloUnableToStats      = "Unable to find your stats.\nRanking System will not work for you during this time. To potentially fix the issue you will need to reconnect.",
  195.         svEloUnableToElo        = "Unable to find your elo.\nRanking System will not work for you during this time. To potentially fix the issue you will need to reconnect.",
  196.         svEloLastChance         = "Last Chance! Win the next round and promote! Lose and you fail!",
  197.         svEloGoodLuck           = "Good luck, Soldier",
  198.         svEloOneMoreWin         = "one more win and you'll be a rank higher!",
  199.         svEloOneMoreLoss        = "one more loss and you'll fail your promotional series!",
  200.         svEloPromtionalSeries   = "you are now in your promotion series for your next rank",
  201.         svEloUnsuccessfulSeries = "you were unsuccessful in your promotional series",
  202.         svEloBetterLuckNextTime = "better luck next time",
  203.     --
  204.  
  205.     -- sv_leaderboards.lua
  206.         svLeaderUnableToFindUser    = "Unable to find user(s): ",
  207.         svLeaderMoreUsersFound      = "No more users found",
  208.         svLeaderUpdated             = "Leaderboards Updated!",
  209.     --
  210.  
  211.     -- ranks
  212.         bronze      = "Bronze",
  213.         silver      = "Silver",
  214.         gold        = "Gold",
  215.         platinum    = "Platinum",
  216.         diamond     = "Diamond",
  217.         masters     = "Masters",
  218.         challenger  = "Challenger",
  219.     --
  220.  
  221.     -- roles
  222.         traitor = "Traitor",
  223.         innocent = "Innocent",
  224.         detective = "Detective",
  225.     --
  226.  
  227.     -- cl_general.lua
  228.         generalInterface = "Interface",
  229.         generalCurrentLang = "Current Language: %s",
  230.         generalSelectLang = "Select Language",
  231.         generalCurrentKey = "Current Menu Key: %s",
  232.         generalSelectKey = "Select New Key",
  233.         generalSelectedKey = "Selected Key: %s",
  234.     --
  235.  
  236.     -- limits
  237.         setRPInput  = "Input the RP to set",
  238.         setRPLimit  = "RP Limit is 100",
  239.     --
  240.  
  241.     -- cl_promotions.lua
  242.         promotionsYouHaveBeen   = "you have been",
  243.         promotionsPromoted      = "Promoted",
  244.         promotionsDemoted       = "Demoted",
  245.     --
  246.  
  247.     -- chat
  248.         chatAdvert = "Press [%s] to look at your stats, match history or leaderboards!",
  249.     --
  250.  
  251.     --
  252.     -- Updated: 4/11/17
  253.     --
  254.  
  255.     -- administration
  256.         adminResetAll = "Completely Reset User",
  257.         adminResetAllNotify = "This will completely wipe the users rank, stats, etc from the gElo database.",
  258.     --
  259. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement