Skip to content

Commit

Permalink
fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Wengier committed Sep 1, 2022
1 parent ca87976 commit 1cbbf04
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion contrib/translations/de/de_DE.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ Datei %s existiert bereits.

.
:SHELL_CMD_DIR_BYTES_USED
%5d Datei(en) %17s Byte
%5d Datei(en) %15s Byte

.
:SHELL_CMD_DIR_BYTES_FREE
Expand Down
2 changes: 1 addition & 1 deletion contrib/translations/de/de_pc98.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ Datei %s existiert bereits.

.
:SHELL_CMD_DIR_BYTES_USED
%5d Datei(en) %17s Byte
%5d Datei(en) %15s Byte

.
:SHELL_CMD_DIR_BYTES_FREE
Expand Down
2 changes: 1 addition & 1 deletion contrib/translations/es/es_ES.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ El archivo %s ya existe.

.
:SHELL_CMD_DIR_BYTES_USED
%5d Archivo(s) %17s Bytes
%5d Archivo(s) %14s Bytes

.
:SHELL_CMD_DIR_BYTES_FREE
Expand Down
4 changes: 2 additions & 2 deletions contrib/translations/fr/fr_FR.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1475,11 +1475,11 @@ Le fichier %s existe déjà.

.
:SHELL_CMD_DIR_BYTES_USED
%5d Fichier(s) %17s Octets
%5d Fichier(s) %14s Octets

.
:SHELL_CMD_DIR_BYTES_FREE
%5d Dir(s) %17s Octets libres
%5d Dir(s) %18s Octets libres

.
:SHELL_CMD_DIR_FILES_LISTED
Expand Down
2 changes: 1 addition & 1 deletion contrib/translations/ko/ko_KR.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ GOTO: 딱지 %s을(를) 찾을 수 없습니다.

.
:SHELL_CMD_DIR_BYTES_FREE
%5d 개의 디렉토리 %17s 바이트의 여유 공간
%5d 개의 디렉토리 %13s 바이트의 여유 공간

.
:SHELL_CMD_DIR_FILES_LISTED
Expand Down
4 changes: 2 additions & 2 deletions contrib/translations/pt/pt_BR.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1483,11 +1483,11 @@ O arquivo %s já existe.

.
:SHELL_CMD_DIR_BYTES_USED
%5d arquivo(s) %17s bytes
%5d arquivo(s) %14s bytes

.
:SHELL_CMD_DIR_BYTES_FREE
%5d pasta(s) %17s bytes disponíveis
%5d pasta(s) %16s bytes disponíveis

.
:SHELL_CMD_DIR_FILES_LISTED
Expand Down
4 changes: 2 additions & 2 deletions contrib/translations/tr/tr_TR.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1476,11 +1476,11 @@ Dosya bulunamadı - %s

.
:SHELL_CMD_DIR_BYTES_USED
%5d dosya, %17s bayt
%5d dosya, %18s bayt

.
:SHELL_CMD_DIR_BYTES_FREE
%5d dizin, %17s bayt boş
%5d dizin, %18s bayt boş

.
:SHELL_CMD_DIR_FILES_LISTED
Expand Down
4 changes: 2 additions & 2 deletions contrib/translations/zh/zh_CN.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1464,11 +1464,11 @@ GOTO: 标签 %s 找不到.

.
:SHELL_CMD_DIR_BYTES_USED
%5d 个文件 %17s 字节
%5d 个文件 %18s 字节

.
:SHELL_CMD_DIR_BYTES_FREE
%5d 个目录 %17s 可用字节
%5d 个目录 %18s 可用字节

.
:SHELL_CMD_DIR_FILES_LISTED
Expand Down
4 changes: 2 additions & 2 deletions contrib/translations/zh/zh_TW.lng
Original file line number Diff line number Diff line change
Expand Up @@ -1464,11 +1464,11 @@ GOTO: 標籤 %s 找不到.

.
:SHELL_CMD_DIR_BYTES_USED
%5d 個檔案 %17s 位元組
%5d 個檔案 %18s 位元組

.
:SHELL_CMD_DIR_BYTES_FREE
%5d 個目錄 %17s 可用位元組
%5d 個目錄 %18s 可用位元組

.
:SHELL_CMD_DIR_FILES_LISTED
Expand Down
2 changes: 1 addition & 1 deletion src/gui/sdl_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ class ConfigurationWindow : public GUI::ToplevelWindow {
new GUI::MessageBox2(getScreen(), getScreen()->getWidth()>350?(parent->getWidth()-350)/2:0, 150, 350, mainMenu.get_item("help_about").get_text().c_str(), aboutmsg);
} else if (arg == MSG_Get("INTRODUCTION")) {
//new GUI::MessageBox2(getScreen(), 20, 50, 540, "Introduction", intromsg);
new GUI::MessageBox2(getScreen(), getScreen()->getWidth()>540?(parent->getWidth()-540)/2:0, 50, 540, mainMenu.get_item("help_intro").get_text().c_str(), MSG_Get("INTRO_MESSAGE"));
new GUI::MessageBox2(getScreen(), getScreen()->getWidth()>540?(parent->getWidth()-540)/2:0, 150, 540, mainMenu.get_item("help_intro").get_text().c_str(), MSG_Get("INTRO_MESSAGE"));
} else if (arg == MSG_Get("GET_STARTED")) {
std::string msg = MSG_Get("PROGRAM_INTRO_MOUNT_START");
#ifdef WIN32
Expand Down
2 changes: 1 addition & 1 deletion src/output/output_ttf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ void GFX_EndTextLines(bool force) {
if(ttf_dosv && ascii == 0x5c)
ascii = 0x9d;
curAC[x] = newAC[x];
if (ascii > 175 && ascii < 179 && !IS_PC98_ARCH && !IS_JEGA_ARCH && dos.loaded_codepage != 864 && dos.loaded_codepage != 874 && dos.loaded_codepage != 3021 && !(dos.loaded_codepage == 932 && halfwidthkana) && (dos.loaded_codepage < 1250 || dos.loaded_codepage > 1258) && !(altcp && dos.loaded_codepage == altcp) && !(customcp && dos.loaded_codepage == customcp)) { // special: shade characters 176-178 unless PC-98
if (ascii > 175 && ascii < 179 && !IS_PC98_ARCH && !IS_JEGA_ARCH && dos.loaded_codepage != 864 && dos.loaded_codepage != 868 && dos.loaded_codepage != 874 && dos.loaded_codepage != 3021 && !(dos.loaded_codepage == 932 && halfwidthkana) && (dos.loaded_codepage < 1250 || dos.loaded_codepage > 1258) && !(altcp && dos.loaded_codepage == altcp) && !(customcp && dos.loaded_codepage == customcp)) { // special: shade characters 176-178 unless PC-98
ttf_bgColor.b = (ttf_bgColor.b*(179-ascii) + ttf_fgColor.b*(ascii-175))>>2;
ttf_bgColor.g = (ttf_bgColor.g*(179-ascii) + ttf_fgColor.g*(ascii-175))>>2;
ttf_bgColor.r = (ttf_bgColor.r*(179-ascii) + ttf_fgColor.r*(ascii-175))>>2;
Expand Down

0 comments on commit 1cbbf04

Please sign in to comment.