forked from project-imprimis/imprimis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui.cfg: convert strings to aliases for project-imprimis#18
- Loading branch information
Showing
2 changed files
with
133 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
//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) | ||
UItitle [uitext 0.6] 0 0.03 | ||
uistr_cmc_confirm_0 = "Copy map config:" | ||
uistr_cmc_confirm_1 = "Proceed" | ||
uistr_cmc_confirm_2 = "Cancel" |
Oops, something went wrong.
1bf7906
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not bother changing the notepad, since there are already plans to remove it. (#13)