﻿<?xml version="1.0" encoding="utf-8"?>
<LanguageSetting Title="Media Manager" Launguage="English">
  <Window ID="MainWindow">
    <GlobalString Type="string">
      <Property ID="Title" Text="Media Manager"/>
      <Property ID="Play"  Text="Play"/>
      <Property ID="Pause" Text="Pause"/>
      <Property ID="ExitMessageBoxContent" Text="Do you want to Save Playlists to MP3 ?"/>
      <Property ID="ExitMessageBoxTitle" Text="Annoying Prompt"/>
      <Property ID="TotalFormatString" Text="Total:{0} Files"/>
      <Property ID="TotalGroupFormatString" Text="Total: {0} Media Files"/>
      <Property ID="ScanningStateText" Text="Scanning..."/>
      <Property ID="SynchronizingStateText" Text="Synchronizing..."/>
      <Property ID="DelStateText" Text="Deleting..."/>
      <Property ID="SavingStateText" Text="Saving..."/>
      <Property ID="UpgradingStateText" Text="Upgrading..."/>
      <Property ID="VideoCovertStateText" Text="Converting..."/>
      <Property ID="Artist" Text="Artist"/>
      <Property ID="Album" Text="Album"/>
      <Property ID="Composer" Text="Composer"/>
      <Property ID="Genre" Text="Genre"/>
      <Property ID="MYLIST" Text="Playlist"/>
      <Property ID="Loading" Text="Loading Media..."/>
      <Property ID="HelpFile" Text="MediaManagerEN.mht"/>
      <Property ID="TotalDeleteItems" Text="{0} Items"/>
      <Property ID="PlaylistNameEmptyErr" Text="Error:Playlist name cannot be empty!"/>
      <Property ID="PlaylistNameExistErr" Text="Error:Playlist {0} had been exist yet!" />
      <Property ID="UpgradeFailedMessage" Text="Upgrade failed!" />
      <Property ID="UpgradeSucceededMessage" Text="Upgrade succeeded!"/>
      <Property ID="FileAbsent" Text="File is absent" />
      <Property ID="MTPFileNotSupport" Text="Can not play directly from MTP device"/>
      <Property ID="MTPNotEnoughSpace" Text="MTP Device free space is not enough!"/>
      <Property ID="SearchBoxText" Text="Search"/>
    </GlobalString>
    
    <Resource ID="DeviceSysInfoView" Type="Column">
      <Property ID="0" Text="Attribute"/>
      <Property ID="1" Text="Value"/>
    </Resource>
    
    <Resource ID="SysInfoView" Type="Column">
      <Property ID="0" Text="Attribute"/>
      <Property ID="1" Text="Value"/>
    </Resource>
    <Resource ID="FirmwareView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Size"/>
      <Property ID="2" Text="DeviceName"/>
      <Property ID="3" Text="Productor"/>
      <Property ID="4" Text="Version"/>
    </Resource>
    <Resource ID="MediaLibView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Size"/>
      <Property ID="2" Text="Type"/>
      <Property ID="3" Text="Location"/>
    </Resource>

    <Resource ID="MTPMediaLibView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Size"/>
      <Property ID="2" Text="Type"/>
    </Resource>

    <Resource ID="MTPPictureView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Size"/>
      <Property ID="2" Text="DateTime"/>
    </Resource>    

    <Resource ID="PictureView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Size"/>
      <Property ID="2" Text="DateTime"/>
      <Property ID="3" Text="Location"/>
    </Resource>
    <Resource ID="MusicView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Artist"/>
      <Property ID="2" Text="Duration"/>
      <Property ID="3" Text="Album"/>
      <Property ID="4" Text="Genre"/>
    </Resource>
    <Resource ID="VideoView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Actor"/>
      <Property ID="2" Text="Duration"/>
      <Property ID="3" Text="File Size"/>
      <Property ID="4" Text="Video Size"/>
    </Resource>

    <Resource ID="PodcastView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Progress"/>
      <Property ID="2" Text="Duration"/>
      <Property ID="3" Text="Type"/>
    </Resource>

    <Resource ID="NetMusicView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Progress"/>
      <Property ID="2" Text="Artist"/>
      <Property ID="3" Text="Size"/>
      <Property ID="4" Text="Price"/>
    </Resource>

    <Resource ID="DownloadView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Progress"/>
      <Property ID="2" Text="Artist"/>
      <Property ID="3" Text="FileName"/>
      <Property ID="4" Text="Store"/>
    </Resource>

    <Resource ID="cmContextMenu" Type="MenuItem">
      <Property ID="0" Text="Synchronize"/>
    </Resource>
    <Resource ID="cmMP3ContextMenu" Type="MenuItem">
      <Property ID="0" Text="Synchronize"/>
      <Property ID="1" Text="Refresh"/>
      <Property ID="2" Text="System info"/>
    </Resource>
    
    <Resource ID="cmConfiguration" Type="MenuItem">
      <Property ID="0" Text="Add Directory" ToolTip="Add the medias from the specified directory"/>
      <Property ID="1" Text="Synchronize" ToolTip="Synchronize to MP3"/>
    </Resource>
    <Resource ID="cmAddMenu" Type="MenuItem">
      <Property ID="0" Text="Add File" ToolTip="Add media files "/>
      <Property ID="1" Text="Synchronize" ToolTip="Synchronize to MP3"/>
    </Resource>
    <Resource ID="cmNewPlayList" Type="MenuItem">
      <Property ID="0" Text="New..." ToolTip="Create a new playlist"/>
      <Property ID="1" Text="Synchronize" ToolTip="Synchronize to MP3"/>
    </Resource>
    <Resource ID="cmEditPlaylist" Type="MenuItem">
      <Property ID="0" Text="Synchronize"/>
      <Property ID="1" Text="Edit"/>
      <Property ID="2" Text="Delete"/>
    </Resource>
    <Resource ID="cmItemContextMenu" Type="MenuItem">
      <Property ID="0" Text="Play" ToolTip="Play selected media"/>
      <Property ID="1" Text="Property" ToolTip="View this media property"/>
      <Property ID="2" Text="Open location" ToolTip="Open file location"/>
      <Property ID="3" Text="Delete" ToolTip="Delete selected media"/>
      <Property ID="4" Type="Separator"/>
      <Property ID="5" Text="Send to" />
    </Resource>

    <Resource ID="cmVideoContextMenu" Type="MenuItem">
      <Property ID="0" Text="Play" ToolTip="Play selected media"/>
      <Property ID="1" Text="Property" ToolTip="View this media property"/>
      <Property ID="2" Text="Open location" ToolTip="Open file location"/>
      <Property ID="3" Text="Delete" ToolTip="Delete selected media"/>
      <Property ID="4" Type="Separator"/>
      <Property ID="5" Text="Convert(Default Setting)" ToolTip="Video convert"/>
      <Property ID="6" Text="Convert(Custom Setting)..." ToolTip="Video convert"/>
      <Property ID="7" Type="Separator"/>
      <Property ID="8" Text="Send to" />
    </Resource>
    <Resource ID="cmFirmwareContextMenu" Type="MenuItem">
      <Property ID="0" Text="Upgrade" ToolTip="Upgrade selected portable device"/>
      <Property ID="1" Text="Property" ToolTip="View this media property"/>
      <Property ID="2" Text="Open location" ToolTip="Open file location"/>
      <Property ID="3" Text="Delete" ToolTip="Delete selected media"/>
      <Property ID="4" Type="Separator"/>
      <Property ID="5" Text="Send to" />
    </Resource>
    
    <Resource ID="cmNetDownloadMenu" Type="MenuItem">
      <Property ID="0" Text="Download" ToolTip="Download selected media">
        <Property ID="0" Text="My Computer" ToolTip="Save to My Computer" />
        <Property ID="1" Text="My MP3" ToolTip="Save to My MP3" />
      </Property>
      <Property ID="1" Text="Delete" ToolTip="Delete selected media"/>
    </Resource>

    <!--Add Music store-->
    <Resource ID="cmNetStoreMenu" Type="MenuItem">
      <Property ID="0" Text="Add Internet Store" ToolTip="Enter ur favorate internet store url"/>
    </Resource>

    <!--Add Podcast-->
    <Resource ID="cmSubscribePodcast" Type="MenuItem">
      <Property ID="0" Text="Subscribe Podcast" ToolTip="Subsribe Podcast"/>
    </Resource>

    <Resource ID="cmDownloadingMenu" Type="MenuItem">
      <Property ID="0" Text="Cancel" ToolTip="Cancel download"/>
    </Resource>
   
    <Resource ID="cmNetStoreLogin" Type="MenuItem">
      <Property ID="0" Text="Update media List" ToolTip="Update media List"/>
      <Property ID="1" Type="Separator"/>
      <Property ID="2" Text="Edit" ToolTip="Edit store properties"/>
      <Property ID="3" Text="Delete" ToolTip="Delete this store"/>
    </Resource>

    <Resource ID="cmRefreshPodcast" Type="MenuItem">
      <Property ID="0" Text="Update Podcast" ToolTip="Update Podcast"/>
      <Property ID="1" Type="Separator"/>
      <Property ID="2" Text="Delete" ToolTip="Delete this Podcast"/>
    </Resource>
    
    <Resource ID="cmSend2PC" Type="MenuItem" Text="Send to My Computer">
      <Property ID="0" Text="Music"/>
      <Property ID="1" Text="Picture"/>
      <Property ID="2" Text="Video" />
    </Resource>
    <Resource ID="cmSend2MP3" Type="MenuItem" Text="Send to My MP3">
      <Property ID="0" Text="Music" />
      <Property ID="1" Text="Picture"/>
      <Property ID="2" Text="Video" />
    </Resource>
    <Resource ID="cmListViewAddFileContextMenu" Type="MenuItem">
      <Property ID="0" Text="Add Directory" ToolTip="Add the medias from the specified directory"/>
      <Property ID="1" Text="Add File" ToolTip="Add Media file"/>
    </Resource>
    <!--Value-->
    <Variable ID="MyComputerMenuBtn" Type="SplitButton" Text="My Computer">
      <Property ID="0" Text="Add Directory" />
      <Property ID="1" Text="Create Playlist" />
      <Property ID="2" Text="Synchronize to player" />
      <Property ID="3" Type="Separator"/>
      <Property ID="4" Text="O_ption" />
      <Property ID="5" Type="Separator"/>
      <Property ID="6" Text="E_xit" />
    </Variable>

    <Variable ID="MP3LibMenuBtn" Type="SplitButton" Text="My Player">
      <Property ID="0" Text="Create Playlist" />
      <Property ID="1" Text="Synchronize to PC" />
      <Property ID="2" Text="Refresh"/>
    </Variable>

    <Variable ID="PlayingMenuBtn" Type="SplitButton" Text="Playing">
      <Property ID="0" Text="Play" />
      <Property ID="1" Text="Stop" />
      <Property ID="2" Text="Previous"/>
      <Property ID="3" Text="Next"/>
      <Property ID="4" Type="Separator"/>
      <Variable ID="5" Text="Play Mode" Type="MenuItem">
        <Property ID="0" Text="Sequential" />
        <Property ID="1" Text="Random" />
        <Property ID="2" Text="Repeat"/>
        <Property ID="3" Text="Repeat All"/>
      </Variable>
    </Variable>
    <Variable ID="HelpMenuBtn" Type="SplitButton" Text="Help">
      <Property ID="0" Text="Help" />
      <Property ID="1" Text="About"/>
    </Variable>
   

    <Variable ID="PlaylistTextBlock" Text="Playlist:" Type="TextBlock"/>
    <Variable ID="StopButton" ToolTip="Stop playing" Type="Button"/>
    <Variable ID="PreviousButton" ToolTip="Previous" Type="Button"/>
    <Variable ID="PlayButton" ToolTip="Play Selected Media" Type="Button"/>
    <Variable ID="zoomButton" ToolTip="Click to change volume" Type="Button"/>
    <Variable ID="NextButton" ToolTip="Click to change volume" Type="Button"/>
    <Variable ID="SavePlaylistButton" Text="Save" ToolTip="Save Current Playlist" Type="Button"/>
    <Variable ID="ClosePlaylistButton" Text="Cancel" ToolTip="Close Current Playlist" Type="Button"/>
    <Variable ID="MyMp3HeaderUnavalible" Text=" My MP3(Unconected)" Type="TextBlock"/>

    <MMTemplateLoc >
      <Property LocType="InternetDevice" Header="My Internet"/>
      <Property LocType="InternetStore" Header="Internet Store"/>
      <Property LocType="MediaLib" Header="Media Library"/>
      <Property LocType="Playlists" Header="Playlists"/>
      <Property LocType="PCDevice" Header="My Computer"/>
      <Property LocType="Music" Header="Music"/>
      <Property LocType="Picture" Header="Picture"/>
      <Property LocType="Video" Header="Video"/>
      <Property LocType="Firmware" Header="Firmware"/>
      <Property LocType="PDDevice" Header="My Player"/>
      <Property LocType="UnPDDevice" Header="My Player(Unavailable)"/>
      <Property LocType="Artist" Header="Artist"/>
      <Property LocType="Album" Header="Album"/>
      <Property LocType="Genre" Header="Genre"/>
      <Property LocType="Composer" Header="Composer"/>
      <Property LocType="SyncList" Header="Sync List"/>
      <Property LocType="Podcast" Header="Podcast"/>
      <Property LocType="Downloading" Header="Downloading"/>
    </MMTemplateLoc>
  
  </Window>

  <Window ID="MainOptionDlg" Title="Option">    
    <Variable ID="tabConvert" Text="Convert" Type="TabItem"/>
    <Variable ID="tabPodcast" Text="Podcast" Type="TabItem"/>
    <Variable ID="btnOK" Text="OK" Type="Button"/>
    <Variable ID="btnCancel" Text="Cancel" Type="Button"/>
    <Variable ID="groupBoxVideo" Text="Video" Type="GroupBox"/>
    <Variable ID="labSelVideoType" Text="Video Type" Type="Label"/>
    <Variable ID="labSelVideoSize" Text="Video Size" Type="Label"/>
    <Variable ID="labSelVideoConvert" Text="Video Convert" Type="Label"/>
    <Variable ID="labSelVideoQuality" Text="Video Quality" Type="Label"/>
    <Variable ID="chkVideoSync" Text="Video Sync" Type="CheckBox"/>
    <Variable ID="groupBoxAudio" Text="Audio" Type="GroupBox"/>
    <Variable ID="labSelAudioBitrate" Text="BitRate" Type="Label"/>
    <Variable ID="chkBoxAudioSync" Text="Audio Sync" Type="CheckBox"/>
    <Variable ID="groupBoxFileOutput" Text="Output Folder" Type="GroupBox"/>
    <Variable ID="groupBoxPodcastDir" Text="Output Folder" Type="GroupBox"/>
  </Window>

  <Window ID="VideoConvertDlg" Title="Convert">   
    <Variable ID="VideoClip" Text="Video Cut" Type="CheckBox"/>    
    <Variable ID="labStartTime" Text="StartTime" Type="Label"/>
    <Variable ID="labEndTime" Text="EndTime" Type="Label"/>
    <Variable ID="labReplaceAudio" Text="Replace Audio" Type="Label"/>   
    <Variable ID="btnOK" Text="OK" Type="Button"/>
    <Variable ID="btnCancel" Text="Cancel" Type="Button"/>
    <Variable ID="groupBoxVideo" Text="Video" Type="GroupBox"/>
    <Variable ID="labSelVideoType" Text="Video Type" Type="Label"/>
    <Variable ID="labSelVideoSize" Text="Video Size" Type="Label"/>
    <Variable ID="labSelVideoConvert" Text="Video Convert" Type="Label"/>
    <Variable ID="labSelVideoQuality" Text="Video Quality" Type="Label"/>
    <Variable ID="chkVideoSync" Text="Video Sync" Type="CheckBox"/>
    <Variable ID="groupBoxAudio" Text="Audio" Type="GroupBox"/>
    <Variable ID="labSelAudioBitrate" Text="BitRate" Type="Label"/>
    <Variable ID="chkBoxAudioSync" Text="Audio Sync" Type="CheckBox"/>
    <Variable ID="groupBoxFileOutput" Text="Output Folder" Type="GroupBox"/>
    <Variable ID="groupBoxPodcastDir" Text="Output Folder" Type="GroupBox"/>
  </Window>

  <Window ID="AskForDeleteDlg" Title="Delete">
    <Variable ID="DeleteLocation" Text="Are you sure to delete " Type="TextBlock"/>
    <Variable ID="DeleteMediaLib" Text="Delete from Media Library only" Type="RadioButton"/>
    <Variable ID="DeleteBoth" Text="Delete from both Media Library and computer" Type="RadioButton"/>
    <Variable ID="OKButton" Text="OK" Type="Button"/>
    <Variable ID="CancelButton" Text="Cancel" Type="Button"/>
  </Window>
  
  <Window ID="AboutDlg" Title="About Media Manager">
    <Variable ID="winTitle" Text="About" Type="Title"/>
    <Variable ID="ToolTitle" Text="Media Manager" Type="TextBlock"/>
    <Variable ID="ToolVersion" Text="Version" Type="TextBlock"/>
    <Variable ID="ToolCompany" Text="(c) 2007" Type="TextBlock"/>
    <Variable ID="ToolRight" Text="All rights reserved" Type="TextBlock"/>
    <Variable ID="OKButton" Text="OK" Type="Button"/>
  </Window>

  <Window ID="UpgradeDlg"  Title="Upgrade">
    <Variable ID="DeviceInfoText" Text="Device info:" Type="TextBlock"/>
    <Variable ID="FirmwareInfoText" Text="Firmware info:" Type="TextBlock"/>
    <Variable ID="CancelButton" Text="Cancel" Type="Button"/>
    <Variable ID="OKButton" Text="OK" Type="Button"/>
    <Variable ID="tbSelDevice" Text="Select Device:" Type="TextBlock"/>
    <Variable ID="tbSelFMFile" Text="Select Firmware File:" Type="TextBlock"/>    
    <Resource ID="SysInfoView" Type="Column">
      <Property ID="0" Text="Attribute"/>
      <Property ID="1" Text="Value"/>
    </Resource>
    <Resource ID="FirmwareView" Type="Column">
      <Property ID="0" Text="Title"/>
      <Property ID="1" Text="Size"/>
      <Property ID="2" Text="DeviceName"/>
      <Property ID="3" Text="Productor"/>
      <Property ID="4" Text="Version"/>
    </Resource>
  </Window>
  
  <Window ID="AddPodcastDlg" Title="Subscribe Podcast">
    <Variable ID="btnOK" Text="确定" Type="Button"/>
    <Variable ID="btnCancel" Text="取消" Type="Button"/>  
  </Window>  
</LanguageSetting>