OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- ChromeOS-specific strings (included from ash_strings.grd). | 2 <!-- ChromeOS-specific strings (included from ash_strings.grd). |
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> | 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> |
4 <grit-part> | 4 <grit-part> |
5 | 5 |
6 <!-- Status Tray Network strings --> | 6 <!-- Status Tray Network strings --> |
7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header."> | 7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header."> |
8 Network | 8 Network |
9 </message> | 9 </message> |
10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header."> | 10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header."> |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
227 Failed to authenticate with provided username or password | 227 Failed to authenticate with provided username or password |
228 </message> | 228 </message> |
229 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in about:network: Unrecognized"> | 229 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in about:network: Unrecognized"> |
230 Unrecognized error | 230 Unrecognized error |
231 </message> | 231 </message> |
232 | 232 |
233 <!-- Status Tray ScreenCapture strings --> | 233 <!-- Status Tray ScreenCapture strings --> |
234 <message name="IDS_CHROMEOS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="labe l used for screen sharing stop button"> | 234 <message name="IDS_CHROMEOS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="labe l used for screen sharing stop button"> |
235 Stop | 235 Stop |
236 </message> | 236 </message> |
237 | 237 |
238 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="label shown in stead of email for locally managed users"> | |
239 Locally managed user | |
Dmitry Polukhin
2013/04/30 11:04:41
In mock I see that the string is "Limited user". H
| |
240 </message> | |
241 | |
238 </grit-part> | 242 </grit-part> |
OLD | NEW |