mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- Added missing language definitions for option search.
# Conflicts: # wadsrc/static/language.rus
This commit is contained in:
parent
dc666203b7
commit
e290cb77e4
2 changed files with 12 additions and 1 deletions
|
@ -1720,11 +1720,16 @@ OPTMNU_NETWORK = "Network Options";
|
|||
OPTMNU_SOUND = "Sound Options";
|
||||
OPTMNU_DISPLAY = "Display Options";
|
||||
OPTMNU_VIDEO = "Set video mode";
|
||||
OPTMNU_CHANGERENDER = "Change Rendering Output";
|
||||
OPTMNU_CHANGERENDER = "Change Rendering Output";
|
||||
OPTMNU_DEFAULTS = "Reset to defaults";
|
||||
OPTMNU_RESETTOSAVED = "Reset to last saved";
|
||||
OPTMNU_CONSOLE = "Go to console";
|
||||
OPTMNU_REVERB = "Reverb environment editor";
|
||||
OS_TITLE = "Option Search";
|
||||
OS_ANY = "Search for any term";
|
||||
OS_ALL = "Search for all terms";
|
||||
OS_NO_RESULTS = "No results found.";
|
||||
OS_LABEL = "Search:";
|
||||
|
||||
// Controls Menu
|
||||
|
||||
|
|
|
@ -1774,6 +1774,12 @@ OPTMNU_DEFAULTS = "Réinitialiser les paramètres";
|
|||
OPTMNU_RESETTOSAVED = "Recharger dernière config.";
|
||||
OPTMNU_CONSOLE = "Ouvrir la console";
|
||||
OPTMNU_REVERB = "Editeur environement de révérb.";
|
||||
OS_TITLE = "Recherche Option";
|
||||
OS_ANY = "N'importe quel mot";
|
||||
OS_ALL = "Tous les mots";
|
||||
OS_NO_RESULTS = "Pas de résultat trouvé";
|
||||
OS_LABEL = "Recherche:";
|
||||
|
||||
// Controls Menu
|
||||
|
||||
CNTRLMNU_TITLE = "MODIFIER CONTROLES";
|
||||
|
|
Loading…
Reference in a new issue