Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2821973003: bluetooth: Add RSSI icon for bluetooth choosers. (Closed)
Patch Set: #757575 -> @color/google_grey_600 Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 </message> 1410 </message>
1411 <message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION_AND_SERVICES_ON" des c="The message to show when scanning cannot start because Chrome doesn't have th e Location permission and the device's location services are turned off, and bot h must be enabled in order for Android to return any Bluetooth devices from a sc an."> 1411 <message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION_AND_SERVICES_ON" des c="The message to show when scanning cannot start because Chrome doesn't have th e Location permission and the device's location services are turned off, and bot h must be enabled in order for Android to return any Bluetooth devices from a sc an.">
1412 Chrome needs location access to scan for devices. <ph name="BEGIN_LINK1" >&lt;permission_link&gt;</ph>Update permissions<ph name="END_LINK1">&lt;/permiss ion_link&gt;</ph>. Location access is also <ph name="BEGIN_LINK2">&lt;services_l ink&gt;</ph>turned off for this device<ph name="END_LINK2">&lt;/services_link&gt ;</ph>. 1412 Chrome needs location access to scan for devices. <ph name="BEGIN_LINK1" >&lt;permission_link&gt;</ph>Update permissions<ph name="END_LINK1">&lt;/permiss ion_link&gt;</ph>. Location access is also <ph name="BEGIN_LINK2">&lt;services_l ink&gt;</ph>turned off for this device<ph name="END_LINK2">&lt;/services_link&gt ;</ph>.
1413 </message> 1413 </message>
1414 <message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION_HELP" desc="The stat us message to get more information about why Chrome needs the Location permissio n in order to scan for Bluetooth devices."> 1414 <message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION_HELP" desc="The stat us message to get more information about why Chrome needs the Location permissio n in order to scan for Bluetooth devices.">
1415 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help<ph name="END_LINK">&lt;/ link&gt;</ph> 1415 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help<ph name="END_LINK">&lt;/ link&gt;</ph>
1416 </message> 1416 </message>
1417 <message name="IDS_BLUETOOTH_DEVICE_CONNECTED" desc="Content description f or the connected icon next to connected Bluetooth devices."> 1417 <message name="IDS_BLUETOOTH_DEVICE_CONNECTED" desc="Content description f or the connected icon next to connected Bluetooth devices.">
1418 Connected Device 1418 Connected Device
1419 </message> 1419 </message>
1420 <message name="IDS_SIGNAL_STRENGTH_LEVEL_N_BARS" desc="Text to be shown ne xt to devices indicating their received signal strength. [ICU Syntax]">
1421 {N_BARS, plural,
1422 =1 {Signal Strength Level: # bar}
1423 other {Signal Strength Level: # bars}}
1424 </message>
1420 1425
1421 <!-- Hint of sync error solution strings --> 1426 <!-- Hint of sync error solution strings -->
1422 <message name="IDS_SYNC_ERROR_CARD_TITLE" desc="Title of the Sync Error Ca rd. [CHAR-LIMIT=32]"> 1427 <message name="IDS_SYNC_ERROR_CARD_TITLE" desc="Title of the Sync Error Ca rd. [CHAR-LIMIT=32]">
1423 Sync isn't working 1428 Sync isn't working
1424 </message> 1429 </message>
1425 <message name="IDS_HINT_ANDROID_SYNC_DISABLED" desc="Hint message to resol ve Android system sync is disabled error."> 1430 <message name="IDS_HINT_ANDROID_SYNC_DISABLED" desc="Hint message to resol ve Android system sync is disabled error.">
1426 Open Android settings and re-enable Android system sync to start Chrome sync 1431 Open Android settings and re-enable Android system sync to start Chrome sync
1427 </message> 1432 </message>
1428 <message name="IDS_HINT_SYNC_AUTH_ERROR" desc="Hint message to resolve syn c auth error."> 1433 <message name="IDS_HINT_SYNC_AUTH_ERROR" desc="Hint message to resolve syn c auth error.">
1429 Sign in again to start sync 1434 Sign in again to start sync
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
2937 Remove and recreate this shortcut 2942 Remove and recreate this shortcut
2938 </message> 2943 </message>
2939 2944
2940 <!-- Chrome Home --> 2945 <!-- Chrome Home -->
2941 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2946 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2942 Pull up to see bookmarks and more 2947 Pull up to see bookmarks and more
2943 </message> 2948 </message>
2944 </messages> 2949 </messages>
2945 </release> 2950 </release>
2946 </grit> 2951 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698