Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to OptionsMenu.wnd #2567

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
739fa8e
Fix symmetry and reorganize controls in Network Options subwindow
DevGeniusCode Dec 13, 2024
214ab64
Fix symmetry in control options subwindow
DevGeniusCode Dec 13, 2024
eac9e1d
Fix symmetry in Display Options subwindow
DevGeniusCode Dec 13, 2024
da77349
Fix symmetry in Audio Options subwindow
DevGeniusCode Dec 13, 2024
d554d75
Fix symmetry in main window and headers
DevGeniusCode Dec 13, 2024
4818398
Fix symmetry in Advance Options window and headers
DevGeniusCode Dec 13, 2024
246ab68
Fix symmetry in dvancedOptionsToggleOnOff subwindow in Advance Option…
DevGeniusCode Dec 13, 2024
9f102de
Fix symmetry in TEXTURE RESOLUTION subwindow in Advance Options window
DevGeniusCode Dec 13, 2024
bfe5e41
Fix symmetry in PARTICLE CAP subwindow in Advance Options window
DevGeniusCode Dec 13, 2024
253ad89
Documentation
DevGeniusCode Dec 13, 2024
19f8c68
v2 Fix symmetry and reorganize controls in Network Options subwindow
DevGeniusCode Dec 13, 2024
6cf0763
v2 Fix symmetry and reorganize controls in Display Options subwindow
DevGeniusCode Dec 14, 2024
639a1fc
v2 Fix symmetry and reorganize controls in Control Options subwindow
DevGeniusCode Dec 14, 2024
ca6f23e
v2 Fix symmetry and reorganize controls in Audio Options subwindow & …
DevGeniusCode Dec 14, 2024
417f043
v2 Removed colons to match the new layout of controls in Network Options
DevGeniusCode Dec 14, 2024
ace2457
v2 Fix symmetry in Advance Options window
DevGeniusCode Dec 14, 2024
e7ea8ff
Fix ComboBox dropdown overflow in Network Options menu by limiting it…
DevGeniusCode Dec 14, 2024
e30956b
v3 Option menu Layout update
DevGeniusCode Dec 17, 2024
62daff8
v3 Advanced Options window Layout update
DevGeniusCode Dec 17, 2024
b24a4e2
v3 Bringing back buttons that were hidden
DevGeniusCode Dec 17, 2024
b16a042
v3 fix Button height
DevGeniusCode Dec 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions Patch104pZH/GameFilesEdited/Data/generals.str
Original file line number Diff line number Diff line change
Expand Up @@ -38772,18 +38772,18 @@ END

// context: Text entry to set the HTTP proxy to use when connecting to Generals Online
GUI:HTTPProxy
US: "HTTP Proxy:"
DE: "HTTP-Proxy:"
FR: "Proxy HTTP :"
ES: "Proxy HTTP:"
IT: "Proxy HTTP:"
KO: "HTTP 프록시:"
ZH: "HTTP Proxy"
BP: "Proxy HTTP:"
PL: "HTTP Proxy:"
RU: "HTTP прокси:"
AR: ": HTTP مﺪﺨﻣ"
UK: "Проксі HTTP:"
US: "HTTP Proxy"
DE: "HTTP-Proxy"
FR: "Proxy HTTP"
ES: "Proxy HTTP"
IT: "Proxy HTTP"
KO: "HTTP 프록시"
ZH: "HTTP Proxy"
BP: "Proxy HTTP"
PL: "HTTP Proxy"
RU: "HTTP прокси"
AR: "HTTP مﺪﺨﻣ"
UK: "Проксі HTTP"
END

// context: Label for win percentage for this player
Expand Down Expand Up @@ -99104,18 +99104,18 @@ END

// context: Firewall port override.
GUI:FireWallPort
US: "Firewall Port Override:"
DE: "Firewall-Port-Override:"
FR: "Numéro port firewall :"
ES: "Filtro puerto firewall:"
IT: "Porta firewall:"
KO: "오버라이드:"
ZH: "防火牆通訊埠"
BP: "Des. Porta do Firewall:"
PL: "Forsowany port firewalla:"
RU: "Регулировка порта брандмауэра:"
AR: "زوﺎﺠﺘﻤﻟا: ﺔﻳﺎﻤﺤﻟا راﺪﺟ ﺬﻔﻨﻣ"
UK: "Порт брандмауера:"
US: "Firewall Port Override"
DE: "Firewall-Port-Override"
FR: "Numéro port firewall"
ES: "Filtro puerto firewall"
IT: "Porta firewall"
KO: "오버라이드"
ZH: "防火牆通訊埠"
BP: "Des. Porta do Firewall"
PL: "Forsowany port firewalla"
RU: "Регулировка порта брандмауэра"
AR: "زوﺎﺠﺘﻤﻟا ﺔﻳﺎﻤﺤﻟا راﺪﺟ ﺬﻔﻨﻣ"
UK: "Порт брандмауера"
END

// context: Firewall port number tooltip for options menu
Expand Down
Loading