<?xml version="1.0" encoding="UTF-8" ?>
<strings>
    <string name="ScreenNameLabel">Screen Name: </string>
    <string name="HomeAddressLabel">Home Address: </string>
    <string name="WorkAddressLabel">Work Address: </string>
    <string name="BirthdayLabel">Birthday: </string>
    <string name="AnniversaryLabel">Anniversary: </string>
    <string name="SpouseNameLabel">Spouse's Name: </string>
    <string name="FamilyNamesLabel">Family Names: </string>
    <string name="NotesLabel">Notes: </string>
    <string name="GroupLabel">Group: </string>
    <string name="NicknameLabel">Nickname: </string>
    
    <!-- The order in which the job title and company needs to be printed-->
    <!-- for printing job title first, use the following line -->
    <!-- <string name="PrintOrderOfTitleAndCompany">1</string> -->
    <!-- for printing company first, use the following line -->
    <!-- <string name="PrintOrderOfTitleAndCompany">0</string> -->
    <string name="PrintOrderOfTitleAndCompany">1</string>
    
    <!--Date format: use d for day, M for month, y for year-->
    <!--examples of date formats are -->
    <!--MM-dd-yyyy (02-01-2005)-->
    <!--MMM dd,yyyy (Feb 01,2005)-->
    <!--MMMM dd,yyyy (Febrauary 01,2005) etc. -->
    <!--For more information about the date formats see the GetDateFormat function in MSDN library -->
    <string name="DateFormat">MMM dd,yyyy </string>
    
    <!--Address Format (which will be used in printing mailing labels as well as all fields of a contact-->
    <!--Use the following abbreviations while providing the addressFormat. -->
    <!-- 1. For address Format  (For countries : Brazil, Mexico, Argentina)
            NAME
			<if work address>TITLE, COMPANY
			ADDR1
			ADDR2
			ADDR3
			ZIP CITY, STATE
			COUNTRY
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">1</string> -->
	
	<!-- 2. For address Format  (For country : Germany)
            NAME
            <if work address>TITLE, COMPANY
			ADDR1
			ADDR2
			ADDR3
			<BLANK LINE IF WORK ADDRESS>
			ZIP CITY
			<BLANK LINE IF WORK ADDRESS>
			COUNTRY
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">2</string> -->
	
	<!-- 3. For address Format  (For country : France)
            NAME
            <if work address>TITLE, COMPANY
			ADDR1
			ADDR2
			ADDR3
			ZIP CITY
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">3</string> -->
	
	<!-- 4. For address Format  (For country : Great Britain (UK))
            NAME
            <if work address>TITLE, COMPANY
			ADDR1
			ADDR2
			ADDR3
			CITY
			STATE
			ZIP
			COUNTRY
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">4</string> -->
	
	<!-- 5. For address Format  (For countries : Australia, Canada)
            NAME
            <if work address>TITLE, COMPANY
			ADDR1
			ADDR2
			ADDR3
			<WORK ADDRESS> ? CITY, STATE  ZIP : CITY  STATE ZIP
			COUNTRY
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">5</string> -->
	
	<!-- 6. For address Format  (For country : Japan)
			Zip
			Country
			StateCity  (yes, no space between State and City.  Really.)
			Addr1
			Addr2
			Addr3
			<if work>Company</if>	
			<if work>Title</if>  LastName FirstName <?>Mr.</?>  
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">6</string> -->
	
	<!-- 7. For address Format  (For country : USA)
            NAME
			<if a work address> TITLE, COMPANY
			ADDR1
			ADDR2
			ADDR3
			CITY, STATE  ZIP (with special case logic to make sure we print the ZIP)
			COUNTRY
			
		use the folowing line -->
	<!-- <string name = "AddressFormat">7</string> -->
	
    <!-- Note: if some other address format needs to be supported, let the addressBookPrint service team know about that -->
    <string name = "AddressFormat">7</string>
    
    <!-- GenderNeutralTitle, used in the addressFormat 6 (For Japan)-->
    <!-- <string name = "GenderNeutralTitle">value</string> -->
    
    <!--Phone types-->
    <string name="HomePhoneTypLabel">Home: </string>
    <string name="WorkPhoneTypLabel">Work: </string>
    <string name="FaxPhoneTypLabel">Fax: </string>
    <string name="CellularPhoneTypLabel">Cellular: </string>
    <string name="PagerPhoneTypLabel">Pager: </string>
    
    <!-- MailingLabelFormat -->
    <!-- Use the following line for LABELFORMAT_AVERY_5160 (1) (Country: USA)-->
    <!-- <string name="MailingLabelFormat">1</string> -->
    <!-- Use the following line for LABELFORMAT_AVERY_L7159 (2)
		(countries: Brazil, Mexico, Argentina, Germany, France, Great Britain (UK), Australia, Canada )-->
	<!-- <string name="MailingLabelFormat">2</string> -->
	<!-- Use the following line for LABELFORMAT_A_ONE_LABEL_28183 (3)(Country: Japan)-->
    <!-- <string name="MailingLabelFormat">3</string> -->
    <string name="MailingLabelFormat">1</string>
    
    <!-- character set which is used while creating the fonts -->
    <!-- use following line for Japan (SHIFTJIS_CHARSET)-->
    <!-- <string name="CharacterSet">128</string> -->
    <!-- for the rest of the countries (DEFAULT_CHARSET) use the following line -->
    <!-- <string name="CharacterSet">1</string> --> 
    <!-- Note: if some other character sets need to be supported, let the addressBookPrint service team know about that -->
    <string name="CharacterSet">1</string>
    
    <!--Font choices that are used while creating the fonts-->
    <string name="FontChoice1">Arial</string>
    <string name="FontChoice2">Arial</string>
    <string name="FontChoice3">Arial</string>
    <!--Default font which will be used in case the above fonts are not installed-->
    <!--Use MS P Gothic in case of Japan otherwise Arial (as waol uses these as default fonts) -->
    <string name="DefaultFont">Arial</string>
    
    <!--Printed Document Name-->
    <string name="PrintedDocNameFormat">Address Book of %s</string>
    <!--Footer-->
    <string name="LeftSideFooterFormat">%s's Address Book</string>
    <string name="PageNumFooterFormat">%d of %d</string>
    
    <!-- unnamedContactLabel -->
    <!-- should be same as that of addressBook service -->
    <string name="unnamedContactLabel">unnamed</string>
</strings>