pmp_android.rc 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE
  34. BEGIN
  35. "#include ""version.rc2""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // PNG
  42. //
  43. IDB_ANDROID_160 PNG "resources\\generic_android.png"
  44. IDR_ANDROID_ICON PNG "resources\\androidIcon.png"
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Dialog
  48. //
  49. IDD_CONFIG DIALOGEX 0, 0, 264, 226
  50. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
  51. EXSTYLE WS_EX_CONTROLPARENT
  52. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  53. BEGIN
  54. LTEXT "File Name Format",IDC_STATIC,7,10,56,8
  55. EDITTEXT IDC_NAMEFORMAT,80,7,127,14,ES_AUTOHSCROLL
  56. PUSHBUTTON "Format Help",IDC_FILENAMEHELP,211,7,46,14
  57. LTEXT "Playlist Directory",IDC_STATIC,7,26,54,8
  58. EDITTEXT IDC_PLDIR,80,24,128,14,ES_AUTOHSCROLL
  59. PUSHBUTTON "Browse...",IDC_PLBROWSE,211,23,46,14
  60. LTEXT "Supported Formats",IDC_STATIC,7,42,62,8
  61. EDITTEXT IDC_SUPPORTEDFORMATS,80,40,128,14,ES_AUTOHSCROLL
  62. PUSHBUTTON "Syntax Help",IDC_FORMATSHELP,211,40,46,14
  63. LTEXT "Delete Empty Folders",IDC_STATIC,7,55,69,8
  64. CONTROL "",IDC_PURGEFOLDERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,80,56,8,8
  65. PUSHBUTTON "Save and Rescan",IDC_RESCAN,7,71,66,14
  66. PUSHBUTTON "Refresh Cache",IDC_REFRESHCACHE,79,71,66,14
  67. GROUPBOX "Playlist Writing Options",IDC_STATIC,7,95,250,49
  68. COMBOBOX IDC_PL_WRITE_COMBO,12,108,120,35,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  69. LTEXT "Changing how Winamp saves its playlists may improve compatability with other portable devices.",IDC_STATIC,137,104,113,34
  70. LTEXT "",IDC_PL_WRITE_EG,12,126,120,10
  71. END
  72. IDD_CONFIG_GLOBAL DIALOGEX 0, 0, 196, 90
  73. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  74. CAPTION "Android Device Support Configuration"
  75. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  76. BEGIN
  77. GROUPBOX "Select the Drive to use from the available list below",IDC_STATIC,5,3,186,67
  78. COMBOBOX IDC_COMBO_MANUALCONNECT,31,17,40,242,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  79. PUSHBUTTON "Connect Drive",IDC_MANUALCONNECT,75,17,90,13
  80. PUSHBUTTON "Disconnect Drive",IDC_MANUALDISCONNECT,75,34,90,13
  81. PUSHBUTTON "Blacklist Drive",IDC_MANUALBLACKLIST,75,51,90,13
  82. DEFPUSHBUTTON "Close",IDOK,75,73,45,13
  83. END
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // DESIGNINFO
  87. //
  88. #ifdef APSTUDIO_INVOKED
  89. GUIDELINES DESIGNINFO
  90. BEGIN
  91. IDD_CONFIG, DIALOG
  92. BEGIN
  93. LEFTMARGIN, 7
  94. RIGHTMARGIN, 257
  95. TOPMARGIN, 7
  96. BOTTOMMARGIN, 218
  97. END
  98. IDD_CONFIG_GLOBAL, DIALOG
  99. BEGIN
  100. LEFTMARGIN, 5
  101. RIGHTMARGIN, 191
  102. TOPMARGIN, 3
  103. BOTTOMMARGIN, 86
  104. END
  105. END
  106. #endif // APSTUDIO_INVOKED
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // String Table
  110. //
  111. STRINGTABLE
  112. BEGIN
  113. IDS_NULLSOFT_ANDROID_DEVICE_PLUGIN "Nullsoft Android Device Plug-in v%s"
  114. 65535 "{EBFF6E00-39D8-45e6-B3EC-E3B07A45E6B0}"
  115. END
  116. STRINGTABLE
  117. BEGIN
  118. IDS_CANNOT_OPEN_FILE "Cannot open file"
  119. IDS_CANNOT_CREATE_FILE "Cannot create file"
  120. IDS_TRANSFERING_PERCENT "Transferring %d%%"
  121. IDS_CANCELLED "Cancelled"
  122. IDS_DONE "Done"
  123. IDS_TRANSFER_FAILED "Transfer failed"
  124. IDS_REMOVEABLE_DRIVE_DETECTED
  125. "Winamp has detected an Android device on %c:.\nIs this a device that you want to manage with Winamp?"
  126. IDS_WINAMP_PMP_SUPPORT "Winamp Portable Music Player Support"
  127. IDS_MANUAL_CONNECT_PROMPT
  128. "Manually connecting the wrong device could cause problems.\nPlease be sure that you have entered a valid Android device letter.\n\nAre you sure you wish to continue?"
  129. IDS_WARNING "Warning"
  130. IDS_LOADING_DRIVE_X "Loading Drive X:"
  131. IDS_FAILED_TO_EJECT_DRIVE
  132. "Failed to eject device. Is something else using it?"
  133. IDS_ERROR "Error"
  134. IDS_ANDROID_DRIVE_X "ANDROID Drive X:"
  135. IDS_TRACK_IN_USE "Track is in use - Could not delete!"
  136. END
  137. STRINGTABLE
  138. BEGIN
  139. IDS_CACHE_UPDATED "Cache updated."
  140. IDS_SUCCESS "Success"
  141. IDS_FILENAME_FORMATTING_INFO
  142. "You may enter a filename format string for your files.\nIt can contain \\ or / to delimit a path, and the following keywords:\n\n <Artist> - inserts the artist with the default capitalization\n <ARTIST> - inserts the artist in all uppercase\n <artist> - inserts the artist in all lowercase\n <Albumartist>/<ALBUMARTIST>/<albumartist> - inserts the album artist\n <Album>/<ALBUM>/<album> - inserts the album\n <year> - inserts the album year\n <Genre>/<GENRE>/<genre> - inserts the album genre\n <Title>/<TITLE>/<title> - inserts the track title\n <filename> - inserts the original filename (extension safe)\n <disc> - inserts the disc number\n #, ##, or ### - inserts the track number, with leading 0s if ## or ###\n\n For Example: E:\\Music\\<Artist>\\<Album>\\## - <Title>\n"
  143. IDS_FILENAME_FORMAT_HELP "Filename Format Help"
  144. IDS_SELECT_FOLDER_TO_LOAD_PLAYLISTS
  145. "Please select a folder to load playlists from the device."
  146. IDS_ERR_SELECTED_PATH_NOT_ON_DEVICE
  147. "Error: selected path is not on device!"
  148. IDS_SUPPORTED_FORMAT_INFO
  149. "You may enter supported extensions in the form of\nextensions separated by semicolons.\n\nFor Example: mp3;wav;wma"
  150. IDS_SUPPORTED_FORMAT_HELP "Supported Formats Help"
  151. IDS_RESCAN_COMPLETE_SAVED "Rescan complete, device settings saved."
  152. IDS_RESCAN_COMPLETE "Rescan complete"
  153. IDS_ADVANCED "Advanced"
  154. IDS_UNBLACKLIST_DRIVE "Un-blacklist Drive"
  155. IDS_BLACKLIST_DRIVE "Blacklist Drive"
  156. IDS_DRIVE_CONNECTED_DISCONNECT_Q
  157. "The Drive you have selected to blacklist is currently connected and being managed.\n\nWould you like to disconnect the Drive now or you can wait until you restart Winamp."
  158. IDS_SLASH_AT_START "Slash at start of paths (default)"
  159. IDS_DOT_AT_START "Dot at start of paths"
  160. END
  161. STRINGTABLE
  162. BEGIN
  163. IDS_NO_SLASH_OR_DOT "No slash or dot at start"
  164. IDS_EG_SLASH "e.g. \\path\\to\\file.mp3"
  165. IDS_EG_DOT "e.g. .\\path\\to\\file.mp3"
  166. IDS_EG_NEITHER "e.g. path\\to\\file.mp3"
  167. IDS_DELAYLOAD_FAILURE "Android plug-in cannot load the database to write the cache file"
  168. END
  169. #endif // English (U.S.) resources
  170. /////////////////////////////////////////////////////////////////////////////
  171. #ifndef APSTUDIO_INVOKED
  172. /////////////////////////////////////////////////////////////////////////////
  173. //
  174. // Generated from the TEXTINCLUDE 3 resource.
  175. //
  176. #include "version.rc2"
  177. /////////////////////////////////////////////////////////////////////////////
  178. #endif // not APSTUDIO_INVOKED