mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
Strings that were not marked as translatable
This commit is contained in:
parent
f839180249
commit
0fb887256b
2 changed files with 20 additions and 8 deletions
|
@ -1268,12 +1268,12 @@ screen extrasnavigation():
|
||||||
ypos 1120
|
ypos 1120
|
||||||
use main_menu_buttons("gui/button/menubuttons/template_idle.png",
|
use main_menu_buttons("gui/button/menubuttons/template_idle.png",
|
||||||
[
|
[
|
||||||
[ "Help", ShowMenu("help") ],
|
[ _("Help"), ShowMenu("help") ],
|
||||||
[ "About", ShowMenu("about") ],
|
[ _("About"), ShowMenu("about") ],
|
||||||
[ "Updates", ShowMenu("updates") ],
|
[ _("Updates"), ShowMenu("updates") ],
|
||||||
[ "Gallery", ShowMenu("cg_gallery_0") ],
|
[ _("Gallery"), ShowMenu("cg_gallery_0") ],
|
||||||
[ "Mods", ShowMenu("mod_menu") ],
|
[ _("Mods"), ShowMenu("mod_menu") ],
|
||||||
[ "Return", ShowMenu("main_menu") ]
|
[ _("Return"), ShowMenu("main_menu") ]
|
||||||
] )
|
] )
|
||||||
|
|
||||||
## Help screen #################################################################
|
## Help screen #################################################################
|
||||||
|
|
|
@ -2,8 +2,20 @@
|
||||||
|
|
||||||
translate es strings:
|
translate es strings:
|
||||||
|
|
||||||
|
old "Gallery"
|
||||||
|
new "Galería"
|
||||||
|
|
||||||
|
old "Updates"
|
||||||
|
new "Actualizaciones"
|
||||||
|
|
||||||
|
old "About"
|
||||||
|
new "Acerca de"
|
||||||
|
|
||||||
|
old "Help"
|
||||||
|
new "Ayúda"
|
||||||
|
|
||||||
old "What will you write?"
|
old "What will you write?"
|
||||||
new "¿Que escribiras?"
|
new "¿Que escribirás?"
|
||||||
|
|
||||||
old "Fang's Dad"
|
old "Fang's Dad"
|
||||||
new "Papá de Fang"
|
new "Papá de Fang"
|
||||||
|
@ -267,7 +279,7 @@ translate es strings:
|
||||||
|
|
||||||
# game/screens.rpy:1045
|
# game/screens.rpy:1045
|
||||||
old "UI Sounds Volume"
|
old "UI Sounds Volume"
|
||||||
new "Volumen De Los Sonidos De La Interfaz De Usuario"
|
new "Volumen De La Interfaz"
|
||||||
|
|
||||||
# game/screens.rpy:1053
|
# game/screens.rpy:1053
|
||||||
old "Voice Volume"
|
old "Voice Volume"
|
||||||
|
|
Loading…
Reference in a new issue