mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update language
This commit is contained in:
6
.github/workflows/hxdos.yml
vendored
6
.github/workflows/hxdos.yml
vendored
@@ -37,7 +37,8 @@ jobs:
|
||||
copy build-scripts\mingw\bin\msys.bat mingw-get\msys\1.0
|
||||
copy build-scripts\mingw\bin\runbuild.sh mingw-get\msys\1.0
|
||||
copy build-scripts\mingw\bin\gawk.exe mingw-get\msys\1.0\bin
|
||||
mingw-get\msys\1.0\msys.bat /mingw/msys/1.0/runbuild.sh build-mingw-hx-dos
|
||||
rem mingw-get\msys\1.0\msys.bat /mingw/msys/1.0/runbuild.sh build-mingw-hx-dos
|
||||
if (-not(Test-Path -Path $top/src/dosbox-x.exe -PathType Leaf)) {exit 1}
|
||||
- name: Package HX-DOS
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -93,7 +94,8 @@ jobs:
|
||||
- name: Build MinGW lowend
|
||||
shell: pwsh
|
||||
run: |
|
||||
mingw-get\msys\1.0\msys.bat /mingw/msys/1.0/runbuild.sh build-mingw-lowend
|
||||
rem mingw-get\msys\1.0\msys.bat /mingw/msys/1.0/runbuild.sh build-mingw-lowend
|
||||
if (-not(Test-Path -Path $top/src/dosbox-x.exe -PathType Leaf)) {exit 1}
|
||||
- name: Package MinGW lowend
|
||||
run: |
|
||||
top=`pwd`
|
||||
|
@@ -2302,10 +2302,10 @@ Basculer plein écran
|
||||
Réinit. taille fenêtre
|
||||
.
|
||||
:MENU:mapper_dbcssbcs
|
||||
CJK: Commutation entre les modes DBCS/SBCS
|
||||
CJK: Commutation entre les mode DBCS/SBCS
|
||||
.
|
||||
:MENU:mapper_autoboxdraw
|
||||
CJK: Détection auto. des caractères de boîte dessin
|
||||
CJK: Détection automatique des caractères de dessin de boîte
|
||||
.
|
||||
:MENU:mapper_incsize
|
||||
Augmenter taille police
|
||||
@@ -3398,9 +3398,6 @@ Afficher l'état du disque IDE ou du CD
|
||||
:MENU:pc98_use_uskb
|
||||
Utiliser la disposition clavier US
|
||||
.
|
||||
:MAPPER:caprawopl
|
||||
Enreg. sortie FM/OPL
|
||||
.
|
||||
:MAPPER:copyall
|
||||
Copier presse-papiers
|
||||
.
|
||||
@@ -3440,30 +3437,12 @@ Coller presse-papiers
|
||||
:MAPPER:pasteend
|
||||
Arrêt presse-papiers
|
||||
.
|
||||
:MAPPER:pauseints
|
||||
Pause avec interrupt.
|
||||
.
|
||||
:MAPPER:prevslot
|
||||
Emplacement svg préc.
|
||||
.
|
||||
:MAPPER:printtext
|
||||
Imprimer texte d'écran
|
||||
.
|
||||
:MAPPER:quickrun
|
||||
Lancer prog. rapidement
|
||||
Programme de lancement rapide
|
||||
.
|
||||
:MAPPER:reboot
|
||||
Redémarrer le DOS
|
||||
.
|
||||
:MAPPER:recmtwave
|
||||
Enreg. vers M.T. AVI
|
||||
.
|
||||
:MAPPER:recvoldown
|
||||
Diminuer volume enreg.
|
||||
.
|
||||
:MAPPER:recvolup
|
||||
Augmenter volume enreg.
|
||||
.
|
||||
:MAPPER:rescanall
|
||||
Réanalyser lecteurs
|
||||
.
|
||||
|
@@ -3471,15 +3471,6 @@ Lançar prog. rápido
|
||||
:MAPPER:reboot
|
||||
Reinicia sistema DOS
|
||||
.
|
||||
:MAPPER:recmtwave
|
||||
Gravar a M.T. AVI
|
||||
.
|
||||
:MAPPER:recvoldown
|
||||
Baixar vol. gravação
|
||||
.
|
||||
:MAPPER:recvolup
|
||||
Aumentar vol. gravação
|
||||
.
|
||||
:MAPPER:rescanall
|
||||
Reverificar unidades
|
||||
.
|
||||
|
@@ -1,8 +1,20 @@
|
||||
/*
|
||||
* IDE ATA/ATAPI and controller emulation for DOSBox-X
|
||||
* (C) 2012 Jonathan Campbell
|
||||
* IDE ATA/ATAPI and controller emulation for DOSBox-X
|
||||
* Copyright (C) 2012-2022 Jonathan Campbell
|
||||
|
||||
* [insert open source license here]
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along
|
||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/* $Id: ide.cpp,v 1.49 2009-04-10 09:53:04 c2woody Exp $ */
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#include "../include/resource.h"
|
||||
#include "../vs/config_package.h"
|
||||
|
||||
#define VERSION_NUMBER 0,83,25,0
|
||||
#define VERSION_NUMBER 0,83,26,0
|
||||
|
||||
// icon resource
|
||||
dosbox_ico ICON "../contrib/icons/dosbox-x.ico"
|
||||
|
Reference in New Issue
Block a user