1 | ///////////////////////////////////////////////////////////////
|
---|
2 | // プロジェクト管理で使用する汎用テキストを定義しています
|
---|
3 | //
|
---|
4 | // 英語
|
---|
5 | ///////////////////////////////////////////////////////////////
|
---|
6 |
|
---|
7 |
|
---|
8 | //////////////////
|
---|
9 | // 削除メッセージ
|
---|
10 | //////////////////
|
---|
11 | #define STRING_PJ_CHECK_DELETECURSOR "Delete the Cursor(%s) from the Project?"
|
---|
12 | #define STRING_PJ_CHECK_DELETEBITMAP "Delete the Bitmap(%s) from the Project?"
|
---|
13 | #define STRING_PJ_CHECK_DELETEICON "Delete the Icon(%s) from the Project?"
|
---|
14 | #define STRING_PJ_CHECK_DELETEMENU "Delete the Menu(%s) from the Project?"
|
---|
15 | #define STRING_PJ_CHECK_DELETEWINDOW "Delete the Window(%s) from the Project?"
|
---|
16 |
|
---|
17 |
|
---|
18 | ////////////////////////
|
---|
19 | // 重複エラーメッセージ
|
---|
20 | ////////////////////////
|
---|
21 | #define STRING_DUPLICATIONERROR_ID_IN_PROJECT "\"%s\" ID already exists in a project."
|
---|
22 | #define STRING_DUPLICATIONERROR_FILE_IN_PROJECT "\"%s\" file already exists in a project."
|
---|
23 | #define STRING_DUPLICATIONERROR_WINDOW_IN_PROJECT "\"%s\" window already exists in a project."
|
---|
24 | #define STRING_DUPLICATIONERROR_HANDLE_IN_PROJECT "\"%s\" handle already exists in a project."
|
---|
25 | #define STRING_DUPLICATIONERROR_PROC_IN_PROJECT "\"%s\" procedure already exists in a project."
|
---|
26 |
|
---|
27 |
|
---|
28 | //////////////////////////
|
---|
29 | // 保存チェックメッセージ
|
---|
30 | //////////////////////////
|
---|
31 | #define STRING_MODIFYCHECK_PROJECT "\"%s\" project was modified. Save it?"
|
---|
32 |
|
---|
33 |
|
---|
34 | //////////////////////////
|
---|
35 | // その他エラーメッセージ
|
---|
36 | //////////////////////////
|
---|
37 | #define STRING_ERROR_CANT_MAINFILE "This is a main source file in the project. You can't delete it from the project."
|
---|
38 | #define STRING_ERROR_MAKEDIRECTORY "Creation of the directory did not succeed."
|
---|
39 | #define STRING_ERROR_PROJECT_OVERWRITE "The project already exists. Overwrite it?"
|
---|
40 | #define STRING_ERROR_BROKEN_PROJECT "The project file was corrupted."
|
---|
41 | #define STRING_ERROR_NOFILE "A file does not exist in a project."
|
---|
42 | #define STRING_ERROR_BROKEN_WNDFILE "The file(*.wnd) was corrupted.\n\n%s"
|
---|
43 |
|
---|
44 |
|
---|
45 | //////////////////
|
---|
46 | // その他
|
---|
47 | //////////////////
|
---|
48 | #define STRING_PROJECT_SAVING "Writing the project..."
|
---|
49 | #define STRING_RENAME_ID "Rename ID"
|
---|