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

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

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test and formatted browser_options.html. Created 5 years, 11 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 5933 matching lines...) Expand 10 before | Expand all | Expand 10 after
5944 </message> 5944 </message>
5945 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5945 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5946 Done 5946 Done
5947 </message> 5947 </message>
5948 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5948 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5949 System date 5949 System date
5950 </message> 5950 </message>
5951 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5951 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5952 System time 5952 System time
5953 </message> 5953 </message>
5954 <message name="IDS_OPTIONS_CAPTIVE_PORTAL_BYPASS_PROXY_LABEL" desc="Option in chrome://settings that allows Captive Portal authorization window to ignore prox y settings.">
bartfab (slow) 2015/01/07 17:38:41 Nit: s/window/pages/
Alexander Alekseev 2015/01/12 18:41:08 Done.
5955 Captive portal authorization bypass proxy
bartfab (slow) 2015/01/07 17:38:41 Please run this string by the Chrome UI reviewers.
Alexander Alekseev 2015/01/12 18:41:08 Done.
5956 </message>
5954 </grit-part> 5957 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698