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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 247663003: Date and Time dialog for when the clock isn't synced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, single quotes in browsertest js Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/system_tray_notifier.cc ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 0deeebbae4aff404d3720ed08b2a68e20a5b7044..bcff7a71db0499f157fc6dcb50879ee3d9098b7d 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -1788,6 +1788,12 @@ Press any key to continue exploring.
<message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ACCESSIBILITY">
Accessibility
</message>
+ <message name="IDS_OPTIONS_SETTINGS_TIME_SYNCED_EXPLANATION" desc="In the settings tab, the text indicating that the date and time are set automatically.">
+ Date and time are set automatically.
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_SET_TIME_BUTTON" desc="In the settings tab, the prompt on the button to open a dialog to set date and time.">
+ Set date and time
+ </message>
<message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DESCRIPTION" desc="In the settings tab, the text next to the timezone combobox.">
Time zone:
</message>
@@ -5394,4 +5400,20 @@ All users must sign out to continue.
Enroll
</message>
+ <!-- Set time/date UI display strings -->
+ <message name="IDS_SET_TIME_TITLE" desc="Title of the set time/date UI.">
+ Check your system time
+ </message>
+ <message name="IDS_SET_TIME_PROMPT" desc="Text prompting the user to check and set the system time.">
+ Chrome was unable to set the system time. Please check the time below and correct it if needed.
+ </message>
+ <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close the window.">
+ Done
+ </message>
+ <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element.">
+ System date
+ </message>
+ <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element.">
+ System time
+ </message>
</grit-part>
« no previous file with comments | « ash/system/tray/system_tray_notifier.cc ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698