am dfb894c1: Fix mismatched markup in Settings strings.

* commit 'dfb894c1361545a574dc45bcd956c7830238553c':
  Fix mismatched markup in Settings strings.
This commit is contained in:
Eric Fischer
2011-10-04 15:14:45 -07:00
committed by Android Git Automerger
2 changed files with 312 additions and 314 deletions

View File

@@ -149,7 +149,7 @@
<item msgid="6490061470416867723">Small</item>
<item msgid="3579015730662088893">Normal</item>
<item msgid="1678068858001018666">Large</item>
<item msgid="490158884605093126">Extra Large</item>
<item msgid="490158884605093126">Extra large</item>
</string-array>
<string-array name="entryvalues_font_size" translatable="false">
@@ -315,9 +315,9 @@
<!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]-->
<item>Push button</item>
<!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] -->
<item>Pin from peer device</item>
<item>PIN from peer device</item>
<!-- This involves generating a pin from this device [CHAR LIMIT=20] -->
<item>Pin from this device</item>
<item>PIN from this device</item>
</string-array>
<!-- Match this with the order of WifiP2pDevice.Status -->
@@ -327,7 +327,7 @@
<item>Invited</item>
<item>Unsuccessful</item>
<item>Available</item>
<item>Out of range</item>
<item>Out-of-range</item>
</string-array>
@@ -406,9 +406,9 @@
<!-- Display options for UsageStats class -->
<string-array name="usage_stats_display_order_types">
<item>Usage Time</item>
<item>Launch Count</item>
<item>Application Name</item>
<item>Usage time</item>
<item>Launch count</item>
<item>App name</item>
</string-array>
<!-- EAP method -->
@@ -435,9 +435,9 @@
<!-- WPS is a new standard that allowes secure connection establishment to a home wireless network using a simplified process. WPS push button based configuration involves pushing a button on the router and the device [CHAR LIMIT=25]-->
<item>Push button</item>
<!-- WPS pin method based configuration. This requires entering a pin obtained from the access point [CHAR LIMIT=25] -->
<item>Pin from access point</item>
<item>PIN from access point</item>
<!-- WPS pin method based configuration. This requires generating a pin from this device [CHAR LIMIT=25] -->
<item>Pin from this device</item>
<item>PIN from this device</item>
</string-array>
<!-- Wi-Fi IP settings. -->

File diff suppressed because it is too large Load Diff