Skip to content

Commit

Permalink
merge #21 from nonoesimposible/18-ui.cfg
Browse files Browse the repository at this point in the history
Change strings to aliases in ui.cfg for #18
  • Loading branch information
no-lex committed Feb 9, 2021
2 parents 266f305 + 7c10bee commit 8c5e198
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 56 deletions.
81 changes: 81 additions & 0 deletions config/lang_en.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,84 @@ uistr_options_64 = "Sound Volume"
uistr_options_65 = "Music Volume"
//section 3
uistr_options_66 = "Hit Confirmation"

////////////////////////////////////////////////////////////////////////////////////////
// ui.cfg //
////////////////////////////////////////////////////////////////////////////////////////

//main menu, when the game is first opened
uistr_main_0 = "Server Browser"
uistr_main_1 = "Map Browser"
uistr_main_2 = "Player Setup"
uistr_main_3 = "Options"
uistr_main_4 = "Credits"
uistr_main_5 = "Quit"

//main menu shown when escape is pressed during a game
uistr_main_ingame_0 = "Play"
uistr_main_ingame_1 = "Spectate"
//the team names have to be included in translation because the order
//of the team names and the words around them could differ depending
//on language
uistr_main_ingame_2 = "Join ^f3Rojo"
uistr_main_ingame_3 = "Join ^f1Azul"
uistr_main_ingame_4 = "Master"
uistr_main_ingame_5 = "Bots"
uistr_main_ingame_6 = "Disconnect"

//player setup
uistr_player_setup_0 = "Name"
uistr_player_setup_1 = "Solo"
uistr_player_setup_2 = "Player Setup"

//credits
uistr_credits_0 = "Imprimis Game"
uistr_credits_1 = "Libprimis Engine"
uistr_credits_2 = "Tesseract & Cube"
uistr_credits_3 = "Imprimis Contributors"

//master
uistr_master_0 = "Relinquish Master"
uistr_master_1 = "Claim Master"
uistr_master_2 = "open"
uistr_master_3 = "veto"
uistr_master_4 = "locked"
uistr_master_5 = "private"
uistr_master_6 = "Master"

//client lists - manage clients in a solo or multiplayer game
uistr_clientlistsolo_0 = "Kick"
uistr_clientlistsolo_1 = "Spec"
uistr_clientlistsolo_2 = "Admin"
uistr_clientlistsolo_3 = "Auth"
uistr_clientlistsolo_4 = "Master"

uistr_clientlistteam_0 = "Kick"
uistr_clientlistteam_1 = "Spec"
uistr_clientlistteam_2 = "Team"
uistr_clientlistteam_3 = "Admin"
uistr_clientlistteam_4 = "Auth"
uistr_clientlistteam_5 = "Master"

//bots
uistr_bots_0 = "Bots"
uistr_bots_1 = "Skill Level"
uistr_bots_2 = "Add Bot"
uistr_bots_3 = "Add"
uistr_bots_4 = "Delete Bot"
uistr_bots_5 = "Clear Bots"

//changes menu (confirms that user wants to apply changes)
uistr_changes_0 = "Apply changes for:"
uistr_changes_1 = "Yes"
uistr_changes_2 = "No"

//error message in copymapcfg
//this is all one sentence
uistr_copymapcfg_0 = "Map config"
uistr_copymapcfg_1 = "does not exist!"

//cmc_confirm (copy map config confirmation dialog)
uistr_cmc_confirm_0 = "Copy map config:"
uistr_cmc_confirm_1 = "Proceed"
uistr_cmc_confirm_2 = "Cancel"
Loading

0 comments on commit 8c5e198

Please sign in to comment.