Advertisement
Guest User

Untitled

a guest
Aug 6th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 4.85 KB | None | 0 0
  1. /////////////////////////////////////////////////////////////////////////////
  2. // English resources
  3.  
  4. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  5. LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
  6.  
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Dialog
  10. //
  11.  
  12. "Presets"
  13. "Add video..."
  14. "Pause"
  15. "After encoding"
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // DESIGNINFO
  20. //
  21.  
  22. #ifdef APSTUDIO_INVOKED
  23. GUIDELINES DESIGNINFO
  24. BEGIN
  25.     IDD_MAIN, DIALOG
  26.     BEGIN
  27.         LEFTMARGIN, 6
  28.         RIGHTMARGIN, 324
  29.         TOPMARGIN, 7
  30.     END
  31. END
  32. #endif    // APSTUDIO_INVOKED
  33.  
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Menu
  38. //
  39.  
  40. IDR_MENU_TASK MENU
  41. BEGIN
  42.     POPUP ""
  43.     BEGIN
  44.         MENUITEM "Play source",                 IDM_OPEN_SOURCE
  45.         MENUITEM "Open containing folder",      IDM_OPEN_FOLDER
  46.         MENUITEM SEPARATOR
  47.         MENUITEM "Remove",                      IDM_REMOVE
  48.         MENUITEM "Remove finished",             IDM_REMOVE_FINISHED
  49.         MENUITEM "Remove this and subsequent",  IDM_REMOVE_THIS_AND_SUBSEQUENT
  50.         MENUITEM "Remove all",                  IDM_REMOVE_ALL
  51.     END
  52.     POPUP ""
  53.     BEGIN
  54.         MENUITEM "Play source",                 IDM_OPEN_SOURCE
  55.         MENUITEM "Play result",                 IDM_OPEN_RESULT
  56.         MENUITEM "Open containing folder",      IDM_OPEN_FOLDER
  57.         MENUITEM SEPARATOR
  58.         MENUITEM "Restart",                     IDM_RESTART
  59.         MENUITEM SEPARATOR
  60.         MENUITEM "Remove",                      IDM_REMOVE
  61.         MENUITEM "Remove finished",             IDM_REMOVE_FINISHED
  62.         MENUITEM "Remove all",                  IDM_REMOVE_ALL
  63.     END
  64.     POPUP ""
  65.     BEGIN
  66.         MENUITEM "Play source",                 IDM_OPEN_SOURCE
  67.         MENUITEM "Open containing folder",      IDM_OPEN_FOLDER
  68.         MENUITEM SEPARATOR
  69.         MENUITEM "Restart",                     IDM_RESTART
  70.         MENUITEM SEPARATOR
  71.         MENUITEM "Remove",                      IDM_REMOVE
  72.         MENUITEM "Remove finished",             IDM_REMOVE_FINISHED
  73.         MENUITEM "Remove all",                  IDM_REMOVE_ALL
  74.     END
  75.     POPUP ""
  76.     BEGIN
  77.         MENUITEM "Remove finished",             IDM_REMOVE_FINISHED
  78.         MENUITEM "Remove all",                  IDM_REMOVE_ALL
  79.     END
  80. END
  81.  
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // String Table
  86. //
  87.  
  88. STRINGTABLE
  89. BEGIN
  90.     IDS_COLUMN_NUMBER       "#"
  91.     IDS_COLUMN_FILE         "File"
  92.     IDS_COLUMN_STATUS       "Status"
  93.     IDS_AFTER_TASK_DO_NOTHING "Do nothing"
  94.     IDS_AFTER_TASK_ALERT    "Play sound"
  95.     IDS_AFTER_TASK_SLEEP    "Sleep"
  96.     IDS_AFTER_TASK_LOGOFF   "Log off"
  97.     IDS_AFTER_TASK_TURNOFF  "Shut down"
  98.     IDS_QUEUED              "pending"
  99.     IDS_PAUSED              "paused"
  100.     IDS_PROCESSING          "processing"
  101. END
  102.  
  103. STRINGTABLE
  104. BEGIN
  105.     IDS_DONE                "done"
  106.     IDS_FAILED              "error"
  107.     IDS_ALL_SUPPORTED       "all supported"
  108.     IDS_UNCOMPRESSED_AVI    "lossless videos"
  109.     IDS_AVISYNTH_SCRIPT     "avisynth scripts"
  110.     IDS_UNSOPPORTED_FORMAT  "Format is not supported"
  111.     IDS_NO_PRESETS_SELECTED "None of the encoding presets are selected"
  112.     IDS_ADD_TO_QUEUE        "add to queue"
  113.     IDS_HINT_SOURCE         "Source:  \t"
  114.     IDS_HINT_RESULT         "Result:  \t"
  115.     IDS_HINT_STARTED        "Started: \t"
  116.     IDS_HINT_FINISHED       "Finished:\t"
  117.     IDS_HINT_EXEC           "Stage:   \t"
  118.     IDS_HINT_ERROR          "Error:   \t"
  119.     IDS_HINT_PREPARING      "Preparing"
  120.     IDS_HINT_VIDEO_ENCODING "Encoding video"
  121. END
  122.  
  123. STRINGTABLE
  124. BEGIN
  125.     IDS_HINT_VIDEO_PASS     "pass"
  126.     IDS_HINT_MUXING         "Muxing video and audio"
  127.     IDS_QUEUE_IS_EMPTY      "Select encoding preset(s),\ndrop video files here\n or click to browse for them."
  128.     IDS_SYSMENU_STAY_ON_TOP "Stay on top"
  129.     IDS_SYSMENU_LOGGING     "Logging"
  130.     IDS_SYSMENU_DONATE      "Donate"
  131.     IDS_SYSMENU_ABOUT       "About Baka Encoder"
  132.     IDS_ABOUT_SHOW_CREDITS  "Show credits"
  133.     IDS_ABOUT_HIDE_CREDITS  "Hide credits"
  134.     IDS_PROMPT_REMOVE_ACTIVE_TASK "Do you want to remove active task?"
  135.     IDS_HINT_AUDIO_ENCODING "Encoding audio"
  136.     IDS_PROMPT_EXIT         "Do you want to cancel all unfinished tasks and close AMV Encoder?"
  137.     IDS_SHUTDOWN_BLOCK_REASON "Encoding in progress."
  138.     IDS_TOOLTIP_VIDEO_QUALITY "Video quality"
  139.     IDS_TOOLTIP_COMPRESSION "Compression"
  140. END
  141.  
  142. STRINGTABLE
  143. BEGIN
  144.     IDS_TOOLTIP_ENCODING_TIME "Encoding time"
  145.     IDS_TOOLTIP_STREAMING   "Suitable for streaming"
  146.     IDS_TOOLTIP_RESOLUTION_CAP "Resolution cap"
  147.     IDS_PROMPT_REMOVE_ALL   "Do you want to clear task queue?"
  148. END
  149.  
  150. #endif    // English resources
  151. /////////////////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement