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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2838323002: [CrOS Tether] Add tether settings section to the MD settings page. (Closed)
Patch Set: Fix Closure compiler error. Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/app/settings_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 3862 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 </message> 3873 </message>
3874 <message name="IDS_STATUSBAR_NETWORK_DEVICE_WIFI" desc="Label for a wifi netwo rk device."> 3874 <message name="IDS_STATUSBAR_NETWORK_DEVICE_WIFI" desc="Label for a wifi netwo rk device.">
3875 Wi-Fi 3875 Wi-Fi
3876 </message> 3876 </message>
3877 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CELLULAR" desc="Label for a cellul ar network device."> 3877 <message name="IDS_STATUSBAR_NETWORK_DEVICE_CELLULAR" desc="Label for a cellul ar network device.">
3878 Mobile Data 3878 Mobile Data
3879 </message> 3879 </message>
3880 <message name="IDS_NETWORK_TYPE_ETHERNET" desc="The ethernet network type."> 3880 <message name="IDS_NETWORK_TYPE_ETHERNET" desc="The ethernet network type.">
3881 Ethernet 3881 Ethernet
3882 </message> 3882 </message>
3883 <message name="IDS_NETWORK_TYPE_TETHER" desc="The tether network type.">
3884 Tether
3885 </message>
3883 <message name="IDS_NETWORK_TYPE_WIFI" desc="The wifi network type."> 3886 <message name="IDS_NETWORK_TYPE_WIFI" desc="The wifi network type.">
3884 Wi-Fi 3887 Wi-Fi
3885 </message> 3888 </message>
3886 <message name="IDS_NETWORK_TYPE_WIMAX" desc="The wimax network type."> 3889 <message name="IDS_NETWORK_TYPE_WIMAX" desc="The wimax network type.">
3887 WiMAX 3890 WiMAX
3888 </message> 3891 </message>
3889 <message name="IDS_NETWORK_TYPE_BLUETOOTH" desc="The bluetooth network type."> 3892 <message name="IDS_NETWORK_TYPE_BLUETOOTH" desc="The bluetooth network type.">
3890 Bluetooth 3893 Bluetooth
3891 </message> 3894 </message>
3892 <message name="IDS_NETWORK_TYPE_CELLULAR" desc="The cellular network type."> 3895 <message name="IDS_NETWORK_TYPE_CELLULAR" desc="The cellular network type.">
(...skipping 2799 matching lines...) Expand 10 before | Expand all | Expand 10 after
6692 Attempts left: $1 6695 Attempts left: $1
6693 </message> 6696 </message>
6694 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6697 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6695 PIN 6698 PIN
6696 </message> 6699 </message>
6697 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6700 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6698 PUK 6701 PUK
6699 </message> 6702 </message>
6700 6703
6701 </grit-part> 6704 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/settings_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698