1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 <string name="v7_preference_on">ON</string> 4 <string name="v7_preference_off">OFF</string> 5 <!-- Title for the preference expand button [CHAR LIMIT=30] --> 6 <string name="expand_button_title">Advanced</string> 7 <!-- Summary for the preference expand button. This is used to format preference summaries as a list. [CHAR_LIMIT=NONE] --> 8 <string name="summary_collapsed_preference_list"><xliff:g id="current_items">%1$s</xliff:g>, <xliff:g id="added_items">%2$s</xliff:g></string> 9</resources> 10