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

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

Issue 1315093002: Implement a bluetooth picker dialog for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 3 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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 <message name="IDS_SYNC_PASSPHRASE_INCORRECT" desc="Inform the user that t he passphrase they entered for sync is incorrect. [CHAR-LIMIT=40]"> 1002 <message name="IDS_SYNC_PASSPHRASE_INCORRECT" desc="Inform the user that t he passphrase they entered for sync is incorrect. [CHAR-LIMIT=40]">
1003 Incorrect passphrase 1003 Incorrect passphrase
1004 </message> 1004 </message>
1005 <message name="IDS_SYNC_VERIFYING" desc="Inform the user that their sync e ncryption information is being verified. [CHAR-LIMIT=20]"> 1005 <message name="IDS_SYNC_VERIFYING" desc="Inform the user that their sync e ncryption information is being verified. [CHAR-LIMIT=20]">
1006 Verifying… 1006 Verifying…
1007 </message> 1007 </message>
1008 <message name="IDS_SYNC_LOADING" desc="Preference title to let the user ch ange their encryption password. [CHAR-LIMIT=20]"> 1008 <message name="IDS_SYNC_LOADING" desc="Preference title to let the user ch ange their encryption password. [CHAR-LIMIT=20]">
1009 Loading… 1009 Loading…
1010 </message> 1010 </message>
1011 1011
1012 <!-- Bluetooth Picker UI strings -->
1013 <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. ">
1014 <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph na me="BEGIN_LINK">&lt;link&gt;</ph>pair with<ph name="END_LINK">&lt;/link&gt;</ph> :</message>
1015 <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Blu etooth picker dialog while scanning for devices.">
1016 Searching for devices...
1017 </message>
1018 <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm a ssociation of a website with a Bluetooth device.">
Jeffrey Yasskin 2015/08/31 17:03:53 In English, we're using the same term Bluetooth us
Finnur 2015/09/01 11:53:50 Done.
1019 Pair
1020 </message>
1021 <message name="IDS_BLUETOOTH_NOT_SEEING_IT" desc="The message to show at t he bottom of the dialog when Bluetooth scanning has uncovered some items. Allows the user to restart the scan, in case their device is not listed.">
1022 Not seeing your device? <ph name="BEGIN_LINK1">&lt;link1&gt;</ph>Search again<ph name="END_LINK1">&lt;/link1&gt;</ph> or <ph name="BEGIN_LINK2">&lt;link 2&gt;</ph>Get help<ph name="END_LINK2">&lt;/link2&gt;</ph>.
1023 </message>
1024 <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during Bluetooth device scanning.">
1025 No bluetooth devices found. <ph name="BEGIN_LINK">&lt;link&gt;</ph>Searc h again<ph name="END_LINK">&lt;/link&gt;</ph>.
1026 </message>
1027 <message name="IDS_BLUETOOTH_ADAPTER_OFF" desc="The message to show when s canning cannot start because the bluetooth adapter is turned off.">
1028 Turn on Bluetooth in <ph name="BEGIN_LINK">&lt;link&gt;</ph>device setti ngs<ph name="END_LINK">&lt;/link&gt;</ph> to allow pairing.
1029 </message>
1030 <message name="IDS_BLUETOOTH_ADAPTER_OFF_HELP" desc="The status message to show along with the message when the bluetooth adapter is turned off (to get He lp).">
1031 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Help<ph name="END_LINK">&lt;/link &gt;</ph>.
1032 </message>
1033
1012 <!-- Sync error strings --> 1034 <!-- Sync error strings -->
1013 <message name="IDS_SYNC_ERROR_GENERIC" desc="Sync error string for generic error. [CHAR-LIMIT=80]"> 1035 <message name="IDS_SYNC_ERROR_GENERIC" desc="Sync error string for generic error. [CHAR-LIMIT=80]">
1014 Sync error 1036 Sync error
1015 </message> 1037 </message>
1016 <message name="IDS_SYNC_ERROR_GA" desc="Sync error string for when the nee ds to update the sign-in details [CHAR-LIMIT=80]"> 1038 <message name="IDS_SYNC_ERROR_GA" desc="Sync error string for when the nee ds to update the sign-in details [CHAR-LIMIT=80]">
1017 Please update your sign-in details. 1039 Please update your sign-in details.
1018 </message> 1040 </message>
1019 <message name="IDS_SYNC_ERROR_CONNECTION" desc="Sync error string for netw ork connection. [CHAR-LIMIT=80]"> 1041 <message name="IDS_SYNC_ERROR_CONNECTION" desc="Sync error string for netw ork connection. [CHAR-LIMIT=80]">
1020 Could not connect to the sync server. 1042 Could not connect to the sync server.
1021 </message> 1043 </message>
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 </message> 2282 </message>
2261 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2283 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2262 send_crash_report 2284 send_crash_report
2263 </message> 2285 </message>
2264 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2286 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2265 mobile_awsnap 2287 mobile_awsnap
2266 </message> 2288 </message>
2267 </messages> 2289 </messages>
2268 </release> 2290 </release>
2269 </grit> 2291 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698