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

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

Issue 834073002: ChromeOS: Implement periodic timezone refresh on geolocation data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch feature to disabled by default. 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 5942 matching lines...) Expand 10 before | Expand all | Expand 10 after
5953 </message> 5953 </message>
5954 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5954 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5955 Done 5955 Done
5956 </message> 5956 </message>
5957 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5957 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5958 System date 5958 System date
5959 </message> 5959 </message>
5960 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5960 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5961 System time 5961 System time
5962 </message> 5962 </message>
5963
5964 <message name="IDS_FLAGS_ENABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_NAME" desc="Ti tle for the flag to enable/disable user setting to automatically update timezone by user geolocation.">
5965 Automatically resolve timezone by geolocation
5966 </message>
5967 <message name="IDS_FLAGS_ENABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" d esc="Description for the flag to enable/disable user setting to automatically up date timezone by user geolocation.">
5968 If enabled, in chrome://settings new option becomes available, which allows to automatically update timezone by current geolocation.
stevenjb 2015/01/29 18:29:20 If enabled, in chrome://settings a new option beco
Alexander Alekseev 2015/01/29 19:51:08 Done.
5969 </message>
5970 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
5971 Automatically resolve timezone by geolocation
5972 </message>
5963 </grit-part> 5973 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/browser_process_platform_part_chromeos.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698