diff options
author | Martijn Coenen <maco@google.com> | 2012-05-08 11:29:01 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-05-10 15:35:33 -0700 |
commit | d82d9db81f30ccecd29a0531e6db9b49c9c2cd95 (patch) | |
tree | 9ad66b881d42d22f58dc916c4b24d89551fa9d55 /res/values | |
parent | 0af2f3baa4b58419f6d4268fb83d9a2952dceba0 (diff) | |
download | packages_apps_nfc-d82d9db81f30ccecd29a0531e6db9b49c9c2cd95.zip packages_apps_nfc-d82d9db81f30ccecd29a0531e6db9b49c9c2cd95.tar.gz packages_apps_nfc-d82d9db81f30ccecd29a0531e6db9b49c9c2cd95.tar.bz2 |
Bluetooth Beam bug fixes, UX and i18n.
- Implemented handover select with carrier power state
- Delay OPP send if remote carrier is activating
- I18n for all handover components
- Cleanup old handover transfers
Bug: 6411485
Change-Id: I84aac3a7c7e703a1fcb423b6016cd9fa3d33d9b1
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 903103a..21cfab8 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,4 +18,18 @@ <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_nfc_enabled">NFC enabled.</string> <string name="touch">Touch to beam</string> + + <string name="beam_progress">Beam in progress</string> + <string name="beam_complete">Beam complete</string> + <string name="beam_failed">Beam failed</string> + <string name="beam_touch_to_view">Touch to view</string> + + <string name="connecting_headset">Connecting</string> + <string name="connected_headset">Connected</string> + <string name="connect_headset_failed">Failed to connect</string> + <string name="disconnecting_headset">Disconnecting</string> + <string name="disconnected_headset">Disconnected</string> + <string name="pairing_headset">Pairing</string> + <string name="pairing_headset_failed">Failed to pair</string> + <string name="failed_to_enable_bt">Failed to enable Bluetooth</string> </resources> |