Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <string name="bt_not_enabled_leaving">User declined to enable Bluetooth, exiting Bluetooth Advertisements.</string>
      4     <string name="activity_main_title">Nearby Devices</string>
      5     <string name="broadcast_device">Broadcast Device</string>
      6 
      7     <string name="bt_not_supported">Bluetooth is not supported on this device.</string>
      8     <string name="bt_ads_not_supported">Bluetooth Advertisements are not supported on this device.</string>
      9 
     10     <string name="refresh">Refresh</string>
     11     <string name="start_error_prefix">Start Advertising failed: </string>
     12     <string name="start_error_already_started">already started.</string>
     13     <string name="start_error_too_large">data packet exceeded 31 Byte limit.</string>
     14     <string name="start_error_unsupported">not supported on this device.</string>
     15     <string name="start_error_internal">internal error.</string>
     16     <string name="start_error_too_many">too many advertisers.</string>
     17     <string name="bt_null">Error: Bluetooth object null</string>
     18     <string name="last_seen">Last Seen:</string>
     19     <string name="just_now">just now</string>
     20     <string name="minute_ago">minute ago</string>
     21     <string name="hour_ago">hour ago</string>
     22     <string name="seconds_ago">seconds ago</string>
     23     <string name="minutes_ago">minutes ago</string>
     24     <string name="hours_ago">hours ago</string>
     25     <string name="empty_list">No devices found - refresh to try again.</string>
     26     <string name="seconds">seconds.</string>
     27     <string name="scan_start_toast">Scanning for</string>
     28     <string name="already_scanning">Scanning already started.</string>
     29     <string name="no_name">(no name)</string>
     30     <string name="start_error_unknown">unknown error</string>
     31     <string name="advertising_timedout">Advertising stopped due to timeout.</string>
     32 
     33 </resources>