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

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

Issue 874283006: Add custom Polymer network icon element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Elim extra div in icon Created 5 years, 10 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 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 5847 matching lines...) Expand 10 before | Expand all | Expand 10 after
5858 </message> 5858 </message>
5859 <message name="IDS_NETWORK_UI_FORMAT_NORMAL" desc="Label in network property f ormat dropdown for unmanaged ONC properties"> 5859 <message name="IDS_NETWORK_UI_FORMAT_NORMAL" desc="Label in network property f ormat dropdown for unmanaged ONC properties">
5860 ONC 5860 ONC
5861 </message> 5861 </message>
5862 <message name="IDS_NETWORK_UI_FORMAT_MANAGED" desc="Label in network property format dropdown for managed ONC properties"> 5862 <message name="IDS_NETWORK_UI_FORMAT_MANAGED" desc="Label in network property format dropdown for managed ONC properties">
5863 Managed ONC 5863 Managed ONC
5864 </message> 5864 </message>
5865 <message name="IDS_NETWORK_UI_FORMAT_SHILL" desc="Label in network property fo rmat dropdown for Shill properties"> 5865 <message name="IDS_NETWORK_UI_FORMAT_SHILL" desc="Label in network property fo rmat dropdown for Shill properties">
5866 Shill 5866 Shill
5867 </message> 5867 </message>
5868 <message name="IDS_NETWORK_UI_DEFAULT_NETWORK" desc="Text for the name and sta tus of the default network">
5869 Default Network: <ph name="NETWORK">$1<ex>Linksys</ex></ph> State: <ph name= "STATE">$2<ex>Connected</ex></ph>
michaelpg 2015/02/20 10:00:17 Just curious, will this translate well?
stevenjb 2015/02/23 19:23:07 In a debugging UI? It will translate just fine. In
5870 </message>
5868 <message name="IDS_NETWORK_UI_VISIBLE_NETWORKS" desc="Label for list of visibl e networks"> 5871 <message name="IDS_NETWORK_UI_VISIBLE_NETWORKS" desc="Label for list of visibl e networks">
5869 Visible Networks: 5872 Visible Networks:
5870 </message> 5873 </message>
5871 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks"> 5874 <message name="IDS_NETWORK_UI_FAVORITE_NETWORKS" desc="Label for list of favor ite networks">
5872 Favorite Networks: 5875 Favorite Networks:
5873 </message> 5876 </message>
5874 5877
5875 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log"> 5878 <message name="IDS_DEVICE_LOG_LINK_TEXT" desc="Message preceeding link to chro me://device-log">
5876 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph> 5879 For network logs, see: <ph name="DEVICE_LOG_LINK">&lt;a href="chrome://devic e-log"&gt;chrome://device-log&lt;/a&gt;</ph>
5877 </message> 5880 </message>
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
6101 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME" desc="T itle for the flag to disable automatic timezone update on user location change." > 6104 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME" desc="T itle for the flag to disable automatic timezone update on user location change." >
6102 Disable automatic timezone update by geolocation 6105 Disable automatic timezone update by geolocation
6103 </message> 6106 </message>
6104 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc="Description for the flag to disable user setting to automatically update t imezone by user geolocation."> 6107 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc="Description for the flag to disable user setting to automatically update t imezone by user geolocation.">
6105 If set, automatic timezone update by the current geolocation is turned off. 6108 If set, automatic timezone update by the current geolocation is turned off.
6106 </message> 6109 </message>
6107 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation."> 6110 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
6108 Automatically resolve timezone by geolocation 6111 Automatically resolve timezone by geolocation
6109 </message> 6112 </message>
6110 </grit-part> 6113 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698