kResFEMainFrameElements_en_US	MENU
BEGIN
    POPUP	"$$$/Application/CreationsMenu/File=&File"
    BEGIN
		MENUITEM	"$$$/Application/CreationsMenu/File/NewProject=&New Video Story",						kResUIFOpenNewVideoStoryCommand
		MENUITEM	"$$$/Application/CreationsMenu/File/OpenProject=&Open Running Story...",					kResUIFOpenRunningVideoStoryCommand
        	MENUITEM	SEPARATOR
 		MENUITEM	"$$$/Application/CreationsMenu/File/Save=&Save",								ID_FILE_SAVE
		MENUITEM	"$$$/Application/CreationsMenu/File/SaveAs=Save &As...",							ID_FILE_SAVE_AS
			MENUITEM	SEPARATOR
		MENUITEM	"$$$/Application/CreationsMenu/File/AddMediaFrom=Add &Media"						kResUIFOpenMediaSourceView		
			MENUITEM	SEPARATOR	
		MENUITEM	"$$$/Application/ExpertRoomMenu/File/ExportAndShare=&Export and Share",				kResUIFOpenSharePopupCommand
			MENUITEM	SEPARATOR		
		MENUITEM	"$$$/Application/CreationsMenu/File/ExitVideoStory=E&xit Video Story",								kResUIFExitCreationsMenuCommand
		MENUITEM	"$$$/Application/CreationsMenu/File/Exit=E&xit",								ID_APP_EXIT
    END
	POPUP	"$$$/Application/CreationsMenu/Edit=&Edit"
	BEGIN
		MENUITEM	"$$$/Application/CreationsMenu/Edit/Undo=&Undo",								ID_EDIT_UNDO
		MENUITEM	"$$$/Application/CreationsMenu/Edit/Redo=&Redo",								ID_EDIT_REDO
        	MENUITEM	SEPARATOR		
		POPUP "$$$/Application/CreationsMenu/Edit/Preferences=Prefere&nces"
		BEGIN
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/General=&General...",					kResUIFGeneralPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/Audio=&Audio...",					kResUIFAudioPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/AudioHardware=Audio &Hardware...",				kResUIFAudioHardwarePreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/AudioOutputMapping=Audio Output &Mapping...",			kResUIFAudioMappingPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/AutoSave=A&uto Save...",				kResUIFAutoSaveUndoPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/Capture=&Capture...",					kResUIFCapturePreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/Country=Country...",				kResUIFCountryPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/Media=M&edia...",					kResUIFMediaPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/ScratchDisks=&Scratch Disks...",				kResUIFScratchDisksPreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/Titler=&Titler...",					kResUIFTitlerPreferencesCommand
			MENUITEM "$$$/Application/ExpertRoomMenu/Edit/Preferences/Update=U&pdate...",					kResUIFAutoUpdatePreferencesCommand
			MENUITEM "$$$/Application/CreationsMenu/Edit/Preferences/WebSharing=&Web Sharing...",				kResUIFWebSharingPreferencesCommand
		END
	END

	POPUP	"$$$/Application/CreationsMenu/Options=O&ptions"
	BEGIN
		MENUITEM	"$$$/Application/CreationsMenu/Options/NewChapter=&Add New Chapter",			kResUIFVSAddSectionCommand
		MENUITEM	"$$$/Application/CreationsMenu/Options/Caption=Add &Caption",				kResUIFVSTitleCommand
		MENUITEM	"$$$/Application/CreationsMenu/Options/Narration=Add &Narration",					kResUIFVSNarrationCommand
		MENUITEM	"$$$/Application/CreationsMenu/Options/PreviewMovie=&Preview Movie",				kResUIFPreviewCreationCommand
		MENUITEM	"$$$/Application/CreationsMenu/Options/ChangeMood=Edit Section &Mood",					kResUIFVSEditMoodCommand
	END

	POPUP	"$$$/Application/CreationsMenu/Window=&Window"							
	BEGIN
		MENUITEM "$$$/Application/CreationsMenu/Window/StoryAsset=Story &Asset",			kResUIFShowStoryAssetCommand
        MENUITEM	SEPARATOR				
		MENUITEM	"$$$/Application/CreationsMenu/Window/SectionThumbnailView=Story &Overview",					kResUIFVSSectionThumbnailViewCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/SectionListView=Story &Detail View",				kResUIFVSSectionListViewCommand
		MENUITEM	SEPARATOR
		MENUITEM	"$$$/Application/ExpertRoomMenu/File/ExportAndShareWindow=Export and &Share",				kResUIFOpenSharePopupCommand
		MENUITEM	"$$$/Application/ExpertRoomMenu/Window/History=&History",					kResUIFShowHistoryPaletteCommand
		
	END
	
    POPUP	"$$$/Application/CreationsMenu/Window/Help=&Help"
    BEGIN
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/AdobePremiereElementsHelp=Adobe &Premiere Elements Help...",	kResUIFHelpContentsCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/GettingStarted=&Getting Started...",	kResUIFHelpGettingStartedCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/KeyConcepts=Key &Concepts...",	kResUIFHelpKeyConceptsCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/VideoTutorial=&Video Tutorial",	kResUIFHelpVideoTutorialCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/UserForum=&User Forum",	kResUIFHelpUserForumCommand
		MENUITEM	SEPARATOR
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/KeyboardShortcuts=&Keyboard Shortcuts...",				kResUIFHelpKeyboardCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/HowToUseHelp=&How to Use Help...",			kResUIFHelpHowToUseCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/OnlineSupport=&Online Support",	kResUIFHelpSupportCommand
		MENUITEM	SEPARATOR
		MENUITEM	"$$$/Application/QuickRoomMenu/Window/Help/HomeScreen=Ho&me Screen",	kResUIFOpenWelcomeScreenCommand
		MENUITEM	"$$$/Application/CreationsMenu/Window/Help/AboutAdobePremiereElements=&About Adobe Premiere Elements...",	ID_APP_ABOUT
		MENUITEM	"$$$/Application/ExpertRoomMenu/Window/Help/RevealLogsFolder=&Reveal Logs Folder",	kResUIFHelpRevealLogsFolderCommand
    END
END

