OSDN Git Service

Merge "Add way to add to prototype QS editing"
authorJason Monk <jmonk@google.com>
Thu, 22 Oct 2015 23:26:32 +0000 (23:26 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 22 Oct 2015 23:26:32 +0000 (23:26 +0000)
1  2 
packages/SystemUI/res/values/strings.xml

      <string name="qs_customize" translatable="false">Allow long-press customize in Quick Settings</string>
      <string name="qs_customize_info" translatable="false">Info</string>
      <string name="qs_customize_remove" translatable="false">Remove</string>
+     <string name="no_tiles_add" translatable="false">No tiles to add</string>
  
 +    <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] -->
 +    <string name="enable_bluetooth_title">Turn on Bluetooth?</string>
 +
 +    <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is
 +         conncted to the device [CHAR LIMIT=NONE] -->
 +    <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string>
 +
 +    <!-- Bluetooth enablement ok text [CHAR LIMIT=40] -->
 +    <string name="enable_bluetooth_confirmation_ok">Turn on</string>
 +
  </resources>