OLD | NEW |
---|---|
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 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1257 </message> | 1257 </message> |
1258 <message name="IDS_BLUETOOTH_NEED_LOCATION_SERVICES_ON" desc="The message to show when scanning cannot start because Android location services are off, bu t they must be turned on for Android to return any Bluetooth devices from a scan ."> | 1258 <message name="IDS_BLUETOOTH_NEED_LOCATION_SERVICES_ON" desc="The message to show when scanning cannot start because Android location services are off, bu t they must be turned on for Android to return any Bluetooth devices from a scan ."> |
1259 Chrome needs location access to scan for devices. Location access is <ph name="BEGIN_LINK"><services_link></ph>turned off for this device<ph name= "END_LINK"></services_link></ph>. | 1259 Chrome needs location access to scan for devices. Location access is <ph name="BEGIN_LINK"><services_link></ph>turned off for this device<ph name= "END_LINK"></services_link></ph>. |
1260 </message> | 1260 </message> |
1261 <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."> | 1261 <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."> |
1262 Chrome needs location access to scan for devices. <ph name="BEGIN_LINK1" ><permission_link></ph>Update permissions<ph name="END_LINK1"></permiss ion_link></ph>. Location access is also <ph name="BEGIN_LINK2"><services_l ink></ph>turned off for this device<ph name="END_LINK2"></services_link> ;</ph>. | 1262 Chrome needs location access to scan for devices. <ph name="BEGIN_LINK1" ><permission_link></ph>Update permissions<ph name="END_LINK1"></permiss ion_link></ph>. Location access is also <ph name="BEGIN_LINK2"><services_l ink></ph>turned off for this device<ph name="END_LINK2"></services_link> ;</ph>. |
1263 </message> | 1263 </message> |
1264 <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."> | 1264 <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."> |
1265 <ph name="BEGIN_LINK"><link></ph>Get help<ph name="END_LINK"></ link></ph> | 1265 <ph name="BEGIN_LINK"><link></ph>Get help<ph name="END_LINK"></ link></ph> |
1266 </message> | 1266 </message> |
1267 <message name="IDS_BLUETOOTH_DEVICE_CONNECTED" desc="Text to be shown next to Bluetooth devices that are connected."> | |
juncai
2017/02/22 22:22:57
I think for connected devices, we show the bluetoo
ortuno
2017/02/28 01:42:48
Done.
| |
1268 Connected | |
1269 </message> | |
1267 | 1270 |
1268 <!-- Hint of sync error solution strings --> | 1271 <!-- Hint of sync error solution strings --> |
1269 <message name="IDS_SYNC_ERROR_CARD_TITLE" desc="Title of the Sync Error Ca rd. [CHAR-LIMIT=32]"> | 1272 <message name="IDS_SYNC_ERROR_CARD_TITLE" desc="Title of the Sync Error Ca rd. [CHAR-LIMIT=32]"> |
1270 Sync isn't working | 1273 Sync isn't working |
1271 </message> | 1274 </message> |
1272 <message name="IDS_HINT_ANDROID_SYNC_DISABLED" desc="Hint message to resol ve Android system sync is disabled error."> | 1275 <message name="IDS_HINT_ANDROID_SYNC_DISABLED" desc="Hint message to resol ve Android system sync is disabled error."> |
1273 Open Android settings and re-enable Android system sync to start Chrome sync | 1276 Open Android settings and re-enable Android system sync to start Chrome sync |
1274 </message> | 1277 </message> |
1275 <message name="IDS_HINT_SYNC_AUTH_ERROR" desc="Hint message to resolve syn c auth error."> | 1278 <message name="IDS_HINT_SYNC_AUTH_ERROR" desc="Hint message to resolve syn c auth error."> |
1276 Sign in again to start sync | 1279 Sign in again to start sync |
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2757 </message> | 2760 </message> |
2758 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> | 2761 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> |
2759 Install | 2762 Install |
2760 </message> | 2763 </message> |
2761 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> | 2764 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> |
2762 Update | 2765 Update |
2763 </message> | 2766 </message> |
2764 </messages> | 2767 </messages> |
2765 </release> | 2768 </release> |
2766 </grit> | 2769 </grit> |
OLD | NEW |