comdlg32: Fix the Japanese translation.

This commit is contained in:
Michael Stefaniuc 2008-05-29 01:33:35 +02:00 committed by Alexandre Julliard
parent 7e11ae4811
commit 609086312e
1 changed files with 5 additions and 0 deletions

View File

@ -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"
}