mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
comdlg32: Fix the Japanese translation.
This commit is contained in:
parent
7e11ae4811
commit
609086312e
1 changed files with 5 additions and 0 deletions
|
@ -338,4 +338,9 @@ STRINGTABLE DISCARDABLE
|
|||
IDS_FILENOTFOUND "ファイルが見つかりません。"
|
||||
IDS_VERIFYFILE "ファイル名を確認してください。"
|
||||
IDS_CREATEFILE "このファイルは存在しません。\n作成しますか?"
|
||||
IDS_OVERWRITEFILE "File already exists.\nDo you want to replace it?"
|
||||
IDS_INVALID_FILENAME_TITLE "Invalid character(s) in path"
|
||||
IDS_INVALID_FILENAME "A filename cannot contain any of the following characters: \n / : < > |"
|
||||
IDS_PATHNOTEXISTING "Path does not exist"
|
||||
IDS_FILENOTEXISTING "File does not exist"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue