mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
584 B
24 lines
584 B
#include "pch.h"
|
|
#include "ids.h"
|
|
|
|
#include "audiodevices.rcv"
|
|
|
|
REGINST REGINST DISCARDABLE "selfreg.inf"
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NAME_COL "Name"
|
|
IDS_SIZE_COL "Size"
|
|
IDS_TYPE_COL "Type"
|
|
IDS_MODIFIED_COL "Modified"
|
|
IDS_STATUS_COL "Status"
|
|
|
|
IDS_ORGANIZE_MUSIC "Organize Music"
|
|
IDS_ORGANIZE_MUSIC_FLAT "Organize Music Flat"
|
|
IDS_UNKNOWN "Unknown"
|
|
IDS_COMPARING_FILES "Comparing files..."
|
|
IDS_FINDING_FILES "Finding Files..."
|
|
IDS_ORGANIZING_FILES "Organizing Files..."
|
|
END
|
|
|