Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
翻訳の修正、追加
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Aug 12, 2022
1 parent fce1a6c commit 80d344c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExplorerPatcher/GUI.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ static BOOL GUI_Build(HDC hDC, HWND hwnd, POINT pt)
if (GetTimeFormatEx(wszWeatherLanguage[0] ? wszWeatherLanguage : wszLanguage, TIME_NOSECONDS, &stLastUpdate, NULL, wszTime, MAX_PATH))
{
bOk = TRUE;
swprintf_s(text, MAX_LINE_LENGTH, L"Last updated on: %s, %s.", wszDate, wszTime);
swprintf_s(text, MAX_LINE_LENGTH, L"最終更新日時: %s, %s.", wszDate, wszTime);
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions ExplorerPatcher/settings.reg
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
;b コンソールを有効にする
"AllocConsole"=dword:00000000
;b メモリリークをダンプする
;b メモリリークをダンプする(デバッグビルドのみ)
"Memcheck"=dword:00000000
;b タスク バーのダブルクリックで自動非表示 (タスク バーがロックされている時のみ)
"TaskbarAutohideOnDoubleClick"=dword:00000000
Expand Down Expand Up @@ -737,7 +737,7 @@


;T 私達について
;e ExplorerPatcher-jp (Unofficial Japanese Build)
;e ExplorerPatcher-jp (非公式日本語版ビルド)
;e バージョン %VERSIONINFORMATIONSTRING%
;t © 2006-2022 VALINET Solutions SRL. 全著作権所有
;e
Expand All @@ -747,6 +747,8 @@
;t OS ビルド: %OSVERSIONSTRING%
;y プロジェクトのGitHub (公式ビルド) (https://github.com/valinet) 🡕
;https://github.com/valinet
;y プロジェクトのGitHub (非公式日本語版ビルド) (https://github.com/creeper-0910/ExplorerPatcher-jp) 🡕
;https://github.com/creeper-0910/ExplorerPatcher-jp
;q
;y 公式のWeb サイト (https://www.valinet.ro) 🡕
;https://www.valinet.ro
Expand Down

0 comments on commit 80d344c

Please sign in to comment.