<?xml version="1.0" encoding="UTF-8" ?> 
<!DOCTYPE strings [
<!ELEMENT strings	(s*) >
<!ELEMENT s			(#PCDATA) >
<!ATTLIST s 
	ID		ID					#REQUIRED 
	number	(plural|singular)	#IMPLIED
>
]>

<!--
	The %1, %2, etc. in the strings below should be left exactly as is.  They
	are replaced by other strings at runtime. 
-->

<strings>
	<s ID="VMBoxAlmostFull" number="singular">Your voicemail box has space for only 1 more message.</s>
	<s ID="VMBoxAlmostFullPlural">Your voicemail box has space for only %1 more messages.</s>
	<s ID="VMBoxFull">Your voicemail box is full.</s>

	<s ID="CallButtonTooltip">Call %1's computer</s>
	<s ID="CallPSTNButtonTooltip">Call %1</s>
	<s ID="IMButtonTooltip">Send an instant message to %1</s>
	<s ID="DeleteButtonTooltip">Delete selection</s>
	<s ID="IgnoreButtonTooltip">Stop receiving messages from %1</s>
	<s ID="AddButtonTooltip">Add %1 to your Messenger List</s>
	<s ID="VolumeButtonTooltip">Volume</s>
	<s ID="SaveNumberButtonTooltip">Save %1 to your Address Book</s>

	<s ID="PlayButtonTooltip">Play</s>
	<s ID="PauseButtonTooltip">Pause</s>
	<s ID="BackButtonTooltip">Skip back</s>
	<s ID="ForwardButtonTooltip">Skip forward</s>
	<s ID="SliderTooltip">Seek</s>

	<s ID="ShowAllLink">Show entire call history</s>
	<s ID="ShowWaitMsg">Please wait...</s>
	<s ID="FilterAll">Entire Call History</s>
	<s ID="FilterVM">Voice Messages</s>
	<s ID="FilterIncoming">Incoming Calls</s>
	<s ID="FilterOutgoing">Outgoing Calls</s>
	<s ID="FilterMissed">Missed Calls</s>
	<s ID="FilterUnknownCaller">Unknown Caller</s>
	<s ID="FilterLabelMe">Me:</s>

	<s ID="IncomingTooltip">Incoming call</s>
	<s ID="OutgoingTooltip">Outgoing call</s>
	<s ID="MissedTooltip">Missed call</s>
	<s ID="VoiceMailTooltip">Voice message</s>
	<s ID="PSTNTooltip">Your number: %1</s>

	<s ID="TypeHome">(Home)</s>
	<s ID="TypeWork">(Work)</s>
	<s ID="TypeMobile">(Mobile)</s>
	<s ID="TypePager">(Pager)</s>
	<s ID="TypeFax">(Fax)</s>
	<s ID="TypeOther">(Other)</s>

	<s ID="DeleteWarning" number="singular">Are you sure you want to delete the selected item?</s>
	<s ID="DeleteWarningPlural">Are you sure you want to delete the selected items?</s>
	<s ID="ShowAgain">Show this message in the future</s>

	<s ID="VMErrorGeneric">Your voice messages cannot be accessed at this time. Please try again later.</s>
    <s ID="VMErrorDelete">The voice message(s) could not be deleted. This should be a temporary problem, so please try again later.</s>

	<!-- 
		Note that the &lt;b&gt; and &lt;/b&gt; get converted to <b> and </b> when displayed
		as HTML, which shows the number of missed messages/calls in bold.

		Also note that "1 voice message" is for the singular message case and 
		"%1 voice messages" includes a % sign and a plural noun for the multiple
		message case.
	-->
	<s ID="MissedVMWarning" number="singular">You missed &lt;b&gt;1 voice message&lt;/b&gt;.</s>
	<s ID="MissedVMWarningPlural">You missed &lt;b&gt;%1 voice messages&lt;/b&gt;.</s>

	<s ID="MissedCallWarning" number="singular">You missed &lt;b&gt;1 call&lt;/b&gt;.</s>
	<s ID="MissedCallWarningPlural">You missed &lt;b&gt;%1 calls&lt;/b&gt;.</s>
</strings>
