This commit is contained in:
Charles Haley 2011-05-02 15:36:25 +01:00
parent ffdfb6ebe5
commit 106396f768

View File

@ -35,15 +35,37 @@ class USER_DEFINED(USBMS):
SUPPORTS_SUB_DIRS = True SUPPORTS_SUB_DIRS = True
EXTRA_CUSTOMIZATION_MESSAGE = [ EXTRA_CUSTOMIZATION_MESSAGE = [
_('USB Vendor ID (in hex)'), _('USB Vendor ID (in hex)') + ':::' +
_('USB Product ID (in hex)'), _('Get this ID using Preferences -> Misc -> Get information to '
_('USB Revision ID (in hex)'), 'set up the user-defined device'),
_('Windows main memory vendor string'), _('USB Product ID (in hex)')+ ':::' +
_('Windows main memory ID string'), _('Get this ID using Preferences -> Misc -> Get information to '
_('Windows card A vendor string'), 'set up the user-defined device'),
_('Windows card A ID string'), _('USB Revision ID (in hex)')+ ':::' +
_('Main memory folder'), _('Get this ID using Preferences -> Misc -> Get information to '
_('Card A folder'), 'set up the user-defined device'),
_('Windows main memory vendor string') + ':::' +
_('This field is used only on windows. '
'Get this ID using Preferences -> Misc -> Get information to '
'set up the user-defined device'),
_('Windows main memory ID string') + ':::' +
_('This field is used only on windows. '
'Get this ID using Preferences -> Misc -> Get information to '
'set up the user-defined device'),
_('Windows card A vendor string') + ':::' +
_('This field is used only on windows. '
'Get this ID using Preferences -> Misc -> Get information to '
'set up the user-defined device'),
_('Windows card A ID string') + ':::' +
_('This field is used only on windows. '
'Get this ID using Preferences -> Misc -> Get information to '
'set up the user-defined device'),
_('Main memory folder') + ':::' +
_('Enter the folder where the books are to be stored. This folder '
'is prepended to any send_to_device template'),
_('Card A folder') + ':::' +
_('Enter the folder where the books are to be stored. This folder '
'is prepended to any send_to_device template'),
] ]
EXTRA_CUSTOMIZATION_DEFAULT = [ EXTRA_CUSTOMIZATION_DEFAULT = [
'0x0000', '0x0000',