TextsWin.h 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. #ifndef TextsWinH
  2. #define TextsWinH
  3. #define LICENCE 1001
  4. #define LICENCE_2 1002
  5. #define LICENCE_3 1003
  6. #define LICENCE_4 1004
  7. #define LICENCE_5 1005
  8. #define LICENCE_6 1006
  9. #define LICENCE_7 1007
  10. #define LICENCE_8 1008
  11. #define LICENCE_9 1009
  12. #define LICENCE_10 1010
  13. #define LICENCE_11 1011
  14. #define LICENCE_12 1012
  15. #define LICENCE_13 1013
  16. #define LICENCE_14 1014
  17. #define LICENCE_15 1015
  18. #define LICENCE_16 1016
  19. #define LICENCE_17 1017
  20. #define LICENCE_18 1018
  21. #define LICENCE_PUTTY 1021
  22. #define LICENCE_PUTTY_2 1022
  23. #define DND_DOWNLOAD_MOVE_WARNING 1050
  24. #define WIN_ERROR_STRINGS 1100
  25. #define MASK_ERROR 1101
  26. #define WARN_FATAL_ERROR 1102
  27. #define SESSION_NOT_EXISTS_ERROR 1105
  28. #define CREATE_SHORTCUT_ERROR 1107
  29. #define CANNOT_OVERWRITE_SPECIAL_SESSION 1108
  30. #define EXPLORE_LOCAL_DIR_ERROR 1109
  31. #define NO_UPLOAD_LIST_ERROR 1110
  32. #define CREATE_LOCAL_DIR_ERROR 1111
  33. #define DELETE_LOCAL_FILE_ERROR 1112
  34. #define DELETE_TEMP_EXECUTE_FILE_ERROR 1113
  35. #define EXECUTE_FILE_ERROR 1114
  36. #define EDITOR_ERROR 1115
  37. #define DOCUMENT_WAIT_ERROR 1116
  38. #define SYNC_DIR_BROWSE_ERROR 1117
  39. #define RESOLVE_SHORTCUT_ERROR 1118
  40. #define BOOKMARK_INVALID_NAME 1120
  41. #define BOOKMARK_FOLDER_INVALID_NAME 1121
  42. #define DUPLICATE_BOOKMARK_FOLDER 1122
  43. #define CUSTOM_COMMAND_INVALID 1123
  44. #define CUSTOM_COMMAND_DUPLICATE 1124
  45. #define CHECK_FOR_UPDATES_HTTP 1125
  46. #define CHECK_FOR_UPDATES_ERROR 1126
  47. #define EXECUTE_APP_ERROR 1127
  48. #define FILE_NOT_FOUND 1128
  49. #define ABSOLUTE_PATH_REQUIRED 1129
  50. #define UNKNOWN_PROTOCOL 1130
  51. #define REGISTER_URL_ERROR 1131
  52. #define MUTEX_RELEASE_TIMEOUT 1132
  53. #define DRAGEXT_MUTEX_RELEASE_TIMEOUT 1133
  54. #define DRAGEXT_TARGET_UNKNOWN 1134
  55. #define WIN_CONFIRMATION_STRINGS 1300
  56. #define CONFIRM_OVERWRITE_SESSION 1301
  57. #define CREATE_LOCAL_DIRECTORY 1302
  58. #define CANCEL_OPERATION 1303
  59. #define CANCEL_OPERATION_FATAL 1304
  60. #define CONFIRM_DELETE_FILE 1305
  61. #define CONFIRM_DELETE_FILES 1306
  62. #define CLOSE_SESSION 1307
  63. #define NEVER_ASK_AGAIN 1308
  64. #define DD_WARN_LACK_OF_TEMP_SPACE 1309
  65. #define DD_WARN_UNKNOWN_TEMP_SPACE 1310
  66. #define ADD_BOOKMARK_CONFIRM 1311
  67. #define RECONNECT_BUTTON 1312
  68. #define CONFIRM_CREATE_SHORTCUT 1313
  69. #define SET_DEFAULT_SESSION_SETTINGS 1314
  70. #define SKIP_BUTTON 1315
  71. #define SAVE_CHANGES 1316
  72. #define CONFIRM_CREATE_SENDTO 1317
  73. #define CONFIRM_CREATE_ICON 1318
  74. #define CLOSE_SESSIONS 1319
  75. #define DELETE_BOOKMARK_FOLDER 1320
  76. #define PREV_BUTTON 1321
  77. #define NEXT_BUTTON 1322
  78. #define APPEND_BUTTON 1323
  79. #define CONFIRM_REGISTER_URL 1324
  80. #define WIN_INFORMATION_STRINGS 1400
  81. #define APP_CAPTION 1401
  82. #define COMPARE_NO_DIFFERENCES 1402
  83. #define SHORTCUT_INFO_TIP 1403
  84. #define DOCUMENT_WAIT 1404
  85. #define SESSION_SENDTO_HOOK_NAME 1405
  86. #define SENDTO_HOOK_NAME 1406
  87. #define BOOKMARK_INFO_TIP 1407
  88. #define CUSTOM_COMMAND_TOUCH 1408
  89. #define CUSTOM_COMMAND_EXECUTE 1409
  90. #define CUSTOM_COMMAND_MOVE 1410
  91. #define CUSTOM_COMMAND_MOVE_PARAM 1411
  92. #define ERROR_LIST_COUNT 1412
  93. #define ERROR_LIST_NUMBER 1413
  94. #define NO_NEW_VERSION 1414
  95. #define NEW_VERSION 1415
  96. #define CUSTOM_COMMANDS_PARAM_PROMPT 1416
  97. #define CUSTOM_COMMANDS_PARAM_TITLE 1417
  98. #define WIN_STATUS_STRINGS 1450
  99. #define STATUS_CLOSED 1451
  100. #define STATUS_INITWINSOCK 1452
  101. #define STATUS_LOOKUPHOST 1453
  102. #define STATUS_CONNECT 1454
  103. #define STATUS_AUTHENTICATE 1455
  104. #define STATUS_AUTHENTICATED 1456
  105. #define STATUS_STARTUP 1457
  106. #define STATUS_OPEN_DIRECTORY 1458
  107. #define STATUS_READY 1459
  108. #define PROTOCOL_URL_DESC 1460
  109. #define WIN_FORMS_STRINGS 1500
  110. #define LOG_NOLOG 1501
  111. #define LOG_NOLOGFILE 1502
  112. #define LOG_NOLOGCAPTION 1503
  113. #define LOG_CAPTION 1504
  114. #define COPY_FILE 1505
  115. #define COPY_FILES 1506
  116. #define COPY_COPY 1507
  117. #define COPY_MOVE 1508
  118. #define COPY_TOLOCAL 1509
  119. #define COPY_TOREMOTE 1510
  120. #define COPY_COPY_CAPTION 1511
  121. #define COPY_MOVE_CAPTION 1512
  122. #define COPY_TODROP 1513
  123. #define COPY_COPY_BUTTON 1514
  124. #define COPY_MOVE_BUTTON 1515
  125. #define PROGRESS_COPY 1516
  126. #define PROGRESS_MOVE 1517
  127. #define PROGRESS_DELETE 1518
  128. #define PROGRESS_SETPROPERTIES 1519
  129. #define PROGRESS_DRAGDROP_TARGET 1520
  130. #define NEW_FOLDER 1521
  131. #define CREATE_FOLDER_PROMPT 1522
  132. #define CREATE_FOLDER_CAPTION 1523
  133. #define SELECT_MASK_DESELECT_CAPTION 1524
  134. #define SELECT_MASK_SELECT_CAPTION 1525
  135. #define PROPERTIES_FILE 1526
  136. #define PROPERTIES_FILES 1527
  137. #define PROPERTIES_DIRECTORY 1528
  138. #define PROPERTIES_DIRECTORIES 1529
  139. #define PROPERTIES_SYMLINK 1530
  140. #define PROPERTIES_SYMLINKS 1531
  141. #define PROPERTIES_FILE_CAPTION 1532
  142. #define PROPERTIES_FILES_CAPTION 1533
  143. #define PROPERTIES_INVALID_GROUP 1534
  144. #define PROPERTIES_INVALID_OWNER 1535
  145. #define EXPLORER_BACK_HINT 1536
  146. #define EXPLORER_FORWARD_HINT 1537
  147. #define STATUS_SENT_HINT 1538
  148. #define STATUS_RECEIVED_HINT 1539
  149. #define STATUS_DURATION_HINT 1540
  150. #define STATUS_COMPRESSION_HINT 1541
  151. #define STATUS_ENCRYPTION_HINT 1542
  152. #define STATUS_VERSION_HINT 1543
  153. #define STATUS_FILEINFO_HINT 1544
  154. #define STATUS_COMPRESSION2_HINT 1545
  155. #define STATUS_ENCRYPTION2_HINT 1546
  156. #define SAVEDSESSION_HINT 1547
  157. #define STATUS_FS_PROTOCOL 1548
  158. #define LICENCE_CAPTION 1549
  159. #define SYCHRONIZE_DESCRIPTION 1550
  160. #define SYCHRONIZE_WAITING 1551
  161. #define CIPHER_NAME_WARN 1552
  162. #define CIPHER_NAME_3DES 1553
  163. #define CIPHER_NAME_BLOWFISH 1554
  164. #define CIPHER_NAME_AES 1555
  165. #define CIPHER_NAME_DES 1556
  166. #define OPEN_DIRECTORY_BROWSE_CAPTION 1557
  167. #define OPEN_DIRECTORY_ADD_BOOMARK_ACTION 1558
  168. #define RESUME_ENABLED 1559
  169. #define RESUME_DISABLED 1560
  170. #define RESUME_NOT_AVAILABLE 1561
  171. #define TRANSFER_ASCII 1562
  172. #define TRANSFER_BINARY 1563
  173. #define EDITOR_LINE_STATUS 1564
  174. #define EDITOR_COLUMN_STATUS 1565
  175. #define EDITOR_CHARACTER_STATUS 1566
  176. #define EDITOR_MODIFIED 1567
  177. #define EDITOR_FIND_END 1568
  178. #define EDITOR_REPLACE_END 1569
  179. #define EDITOR_GO_TO_LINE 1570
  180. #define EDITOR_LINE_NUMBER 1571
  181. #define EDITOR_INVALID_LINE 1572
  182. #define LINK_EDIT_CAPTION 1573
  183. #define LINK_ADD_CAPTION 1574
  184. #define STATUS_DISCONNECTED 1575
  185. #define STATUS_CONNECTING 1576
  186. #define OPENEDSESSION_HINT 1577
  187. #define ADD_BOOKMARK_CAPTION 1578
  188. #define ADD_BOOKMARK_PROMPT 1579
  189. #define MOVE_BOOKMARK_CAPTION 1580
  190. #define MOVE_BOOKMARK_PROMPT 1581
  191. #define SAVE_SESSION_CAPTION 1582
  192. #define SAVE_SESSION_PROMPT 1583
  193. #define RENAME_BOOKMARK_CAPTION 1584
  194. #define RENAME_BOOKMARK_PROMPT 1585
  195. #define PROGRESS_CUSTOM_COMAND 1586
  196. #define CUSTOM_COMMAND_HINT 1587
  197. #define LOGIN_BUG_ON 1588
  198. #define LOGIN_BUG_OFF 1589
  199. #define LOGIN_BUG_AUTO 1590
  200. #define CUSTOM_COMMAND_PARAMFMT 1591
  201. #define CUSTOM_COMMAND_DIRECTORIES 1592
  202. #define CUSTOM_COMMAND_RECURSE 1593
  203. #define EDITOR_FONT_FMT 1594
  204. #define PROPERTIES_UNKNOWN_SIZE 1595
  205. #define PROGRESS_CALCULATE_SIZE 1596
  206. #define PASSWORD_TITLE 1597
  207. #define PASSPHRASE_TITLE 1598
  208. #define SERVER_PASSWORD_TITLE 1599
  209. #define CLEANUP_CONFIG 1600
  210. #define CLEANUP_SESSIONS 1601
  211. #define CLEANUP_HOSTKEYS 1602
  212. #define CLEANUP_INIFILE 1603
  213. #define CLEANUP_SEEDFILE 1604
  214. #define SELECT_LOCAL_DIRECTORY 1605
  215. #define PROGRESS_REMOTE_MOVE 1606
  216. #define REMOTE_MOVE_FILE 1607
  217. #define REMOTE_MOVE_FILES 1608
  218. #define REMOTE_MOVE_TITLE 1609
  219. #define WIN_VARIABLE_STRINGS 1700
  220. #define WINSCP_COPYRIGHT 1701
  221. #define HOMEPAGE_URL 1702
  222. #define HISTORY_URL 1703
  223. #define REQUIREMENTS_URL 1704
  224. #define FORUM_URL 1705
  225. #define UPDATES_URL 1706
  226. #define DOWNLOAD_URL 1707
  227. #define DONATE_URL 1708
  228. #define TRANSLATOR_INFO 1801
  229. #define MIDDLE_EAST 1802
  230. #define BIDI_MODE 1803
  231. #define FLIP_CHILDREN 1804
  232. #endif // TextsWin