Skip to content

Commit

Permalink
Merge branch 'master' into 18-ui.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Feb 9, 2021
2 parents 4607ea5 + 266f305 commit 7c10bee
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 105 deletions.
120 changes: 119 additions & 1 deletion config/lang_en.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,121 @@
////////////////////////////////////////////////////////////////////////////////////////
// options.cfg //
////////////////////////////////////////////////////////////////////////////////////////

//"opt_ratios_assoc"
uistr_options_ora_0 = "custom"
//aspect ratio
uistr_options_asp_0 = "custom"

//tab names
uistr_options_0 = "Game"
uistr_options_1 = "Edit"
uistr_options_2 = "Graphics"
uistr_options_3 = "Display"
uistr_options_4 = "Resolution"
uistr_options_5 = "Audio"

//game tab
//section 0
uistr_options_6 = "FOV"
uistr_options_7 = "Sensitivity"
uistr_options_8 = "Zoom FOV"
uistr_options_9 = "Zoom Sensitivity"
uistr_options_10 = "Zoom Toggle"
uistr_options_11 = "Invert Mouse"
uistr_options_12 = "UI Sensitivity"
//section 1
uistr_options_13 = "Show FPS"
uistr_options_14 = "Show Clock"
uistr_options_15 = "24 Hour"
uistr_options_16 = "Seconds"
uistr_options_17 = "Show Weapon"
uistr_options_18 = "Bloody Screen"
uistr_options_19 = "Blood"
//section 2
uistr_options_20 = "Show Dead Players"
uistr_options_21 = "Ragdoll Velocity"
uistr_options_22 = "Fullbright Models"
uistr_options_fbr_0 = "off"
uistr_options_fbr_1 = "subtle"
uistr_options_fbr_2 = "bright"
uistr_options_fbr_3 = "overbright"
uistr_options_fbr_4 = "max"
//section 3
uistr_options_28 = "Radar"
uistr_options_29 = "Teammates"
uistr_options_30 = "Mini-Map"
//section 4
uistr_options_31 = "Scoreboard"
uistr_options_32 = "Kills"
uistr_options_33 = "Deaths"
uistr_options_34 = "Score"
uistr_options_35 = "Ping"
uistr_options_36 = "Client#"
uistr_options_37 = "IP:Port"
uistr_options_38 = "Spectators"
uistr_options_39 = "Transparent"

//edit tab
uistr_options_40 = "Shift Floatspeed"

//graphics tab
// common graphics levels
uistr_options_g_0 = "low"
uistr_options_g_1 = "medium"
uistr_options_g_2 = "high"
uistr_options_g_3 = "ultra"
uistr_options_off = "off"
uistr_options_41 = "Shadow Resolution"
uistr_options_42 = "Shadow Filtering"
uistr_options_43 = "Global Illumination"
uistr_options_44 = "SSAO"
uistr_options_45 = "Volumetric Lighting"
uistr_options_46 = "Water"
uistr_options_wtr_0 = "reflection"
uistr_options_wtr_1 = "caustics"
uistr_options_wtr_2 = "animation"
uistr_options_47 = "Soft Particles"
uistr_options_48 = "Stains"
uistr_options_stn_0 = "instant-fade"
uistr_options_stn_1 = "quick-fade"
uistr_options_stn_2 = "moderate-fade"
uistr_options_stn_3 = "slow-fade"
uistr_options_49 = "3D Grass"
uistr_options_gra_0 = "quick-fade"
uistr_options_gra_1 = "moderate-fade"
uistr_options_gra_2 = "slow-fade"
uistr_options_gra_3 = "slower-fade"

//display tab
uistr_options_50 = "Fullscreen"
uistr_options_51 = "Anisotropic Filtering"
uistr_options_52 = "Morphological AA"
uistr_options_53 = "Temporal AA"
uistr_options_54 = "FXAA"
uistr_options_55 = "Multisample AA"
uistr_options_56 = "Gamma"
uistr_options_57 = "V-sync"
uistr_options_58 = "Tear"

//resolution tab
//section 0
uistr_options_59 = "Aspect Ratio"
uistr_options_60 = "Preset Resolution"
uistr_options_61 = "Native"
//section 1
uistr_options_62 = "Upscaling"

//audio tab
//section 0
uistr_options_63 = "Enable Audio"
//section 1
uistr_options_64 = "Sound Volume"
//section 2
uistr_options_65 = "Music Volume"
//section 3
uistr_options_66 = "Hit Confirmation"

////////////////////////////////////////////////////////////////////////////////////////
// ui.cfg //
////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -77,4 +195,4 @@ 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"
uistr_cmc_confirm_2 = "Cancel"
Loading

0 comments on commit 7c10bee

Please sign in to comment.