mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update language file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:VERSION:0.83.14
|
||||
:DOSBOX-X:LANGUAGE:English (United States)
|
||||
:DOSBOX-X:CODEPAGE:437
|
||||
:DOSBOX-X:VERSION:0.83.14
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Lines in this section will be run at startup.◙You can put your MOUNT lines here.◙
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:VERSION:0.83.14
|
||||
:DOSBOX-X:LANGUAGE:Spanish (Spain)
|
||||
:DOSBOX-X:CODEPAGE:858
|
||||
:DOSBOX-X:VERSION:0.83.14
|
||||
:DOSBOX-X:REMARK:
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Las líneas en esta sección se iniciaran al inicio.◙Puedes poner tus líneas MOUNT aqui.◙
|
||||
@@ -1034,10 +1034,10 @@ Usa ←[32mHELP←[37m para ver la lista de comandos, ←[32mINTRO←[37m para u
|
||||
←[32mEj←[37m: Prueba en salida de video ←[33mTrueType font←[37m u ←[33mOpenGL pixel-perfect←[37m
|
||||
.
|
||||
:SHELL_STARTUP_TEXT2_PC98
|
||||
Para lanzar ←[33m"Configuration Tool"←[37m usa ←[31mhost+C←[37m. La tecla HOST es ←[32mF11←[37m.◙Para activar el ←[33m"Mapper Editor"←[37m para asignar teclas, usa ←[31mhost+M←[37m. ◙Para conmutar entre pantalla completa o modo ventana, usa ←[31mhost+F←[37m. ◙Para ajustar la velocidad de CPU, usa ←[31mhost+SUMA←[37m o ←[31mhost+MENOS←[37m.
|
||||
Para lanzar ←[33m"Configuration Tool"←[37m usa ←[31mhost+C←[37m. La tecla HOST es ←[32mF11←[37m.◙Para activar el ←[33m"Mapper Editor"←[37m para asignar teclas, usa ←[31mhost+M←[37m. ◙Para conmutar entre pantalla completa o modo ventana, usa ←[31mhost+F←[37m. ◙Para ajustar la velocidad de CPU, usa ←[31mhost+MAS←[37m o ←[31mhost+MENOS←[37m.
|
||||
.
|
||||
:SHELL_STARTUP_INFO_PC98
|
||||
←[36mDOSBox-X funcionando en modo de emulacion japonesa NEC PC-98.←[37m ◙←[31mEMULACION DE PC98 ACTUALMENTE INCOMPLETA Y BAJO FUERTE DESARROLLO.←[37m
|
||||
←[36mDOSBox-X funcionando en modo NEC PC-98xx. ←[37m ◙←[31mEMULACION DE PC98 ACTUALMENTE INCOMPLETA Y BAJO FUERTE DESARROLLO.←[37m
|
||||
.
|
||||
:SHELL_STARTUP_TEXT3_PC98
|
||||
←[32mWeb de DOSBox-X ←[33mhttps://dosbox-x.com/ ←[36mEmulacion completa DOS ←[37m◙←[32mGuia y manuales ←[33mhttps://dosbox-x.com/wiki←[37m ←[36mDOS Windows 3.x y Win9x←[37m◙←[32mSoporte DOSBox-X ←[33mhttps://github.com/joncampbell123/dosbox-x/issues←[37m◙←[32mTraduccion←[37m ←[33mhttps://github.com/Dalekamistoso/dosbox-x ←[37m
|
||||
|
@@ -1,6 +1,6 @@
|
||||
:DOSBOX-X:VERSION:0.83.14
|
||||
:DOSBOX-X:LANGUAGE:Simplified Chinese
|
||||
:DOSBOX-X:CODEPAGE:936
|
||||
:DOSBOX-X:VERSION:0.83.14
|
||||
:DOSBOX-X:REMARK:建议使用TTF输出选项和代码页936配合中文TTF字体以直接支持中文显示和打印
|
||||
:AUTOEXEC_CONFIGFILE_HELP
|
||||
Lines in this section will be run at startup.
|
||||
|
@@ -204,10 +204,10 @@ bool MSG_Write(const char * location, const char * name) {
|
||||
char temp[4096];
|
||||
FILE* out=fopen(location,"w+t");
|
||||
if(out==NULL) return false;//maybe an error?
|
||||
fprintf(out,":DOSBOX-X:VERSION:%s\n",VERSION);
|
||||
if (name!=NULL) langname=std::string(name);
|
||||
if (langname!="") fprintf(out,":DOSBOX-X:LANGUAGE:%s\n",langname.c_str());
|
||||
if (dos.loaded_codepage) fprintf(out,":DOSBOX-X:CODEPAGE:%d\n",dos.loaded_codepage);
|
||||
fprintf(out,":DOSBOX-X:VERSION:%s\n",VERSION);
|
||||
fprintf(out,":DOSBOX-X:REMARK:%s\n",langnote.c_str());
|
||||
morelen=true;
|
||||
for(itmb tel=Lang.begin();tel!=Lang.end();++tel){
|
||||
|
Reference in New Issue
Block a user