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

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

Issue 1836433003: ChromeOS: Add SystemTimezoneAutomaticDetection policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 </message> 2341 </message>
2342 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SWITCH_ACCESS_DESCRIPTION" d esc="In the settings tab, the text next to the checkbox to enable switch access (for users with limited motor control)."> 2342 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SWITCH_ACCESS_DESCRIPTION" d esc="In the settings tab, the text next to the checkbox to enable switch access (for users with limited motor control).">
2343 Switch access (control the computer with just one or two switches) 2343 Switch access (control the computer with just one or two switches)
2344 </message> 2344 </message>
2345 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_NAME" desc="Name of the about:flag option for experimental accessibility features."> 2345 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_NAME" desc="Name of the about:flag option for experimental accessibility features.">
2346 Experimental acecssibility features 2346 Experimental acecssibility features
2347 </message> 2347 </message>
2348 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_DESCRIPTION" desc ="Description of the about:flag option for experimental accessibility features." > 2348 <message name="IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_DESCRIPTION" desc ="Description of the about:flag option for experimental accessibility features." >
2349 Enable additional accessibility features in the Settings page. 2349 Enable additional accessibility features in the Settings page.
2350 </message> 2350 </message>
2351 <message name="IDS_FLAGS_ENABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_NAME" desc ="Name of the about:flag option for enabling EnableSystemTimezoneAutomaticDetect ion policy.">
2352 SystemTimezoneAutomaticDetection policy support
2353 </message>
2354 <message name="IDS_FLAGS_ENABLE_SYSTEM_TIMEZONE_AUTOMATIC_DETECTION_DESCRIPTIO N" desc="Description of the about:flag option for enabling EnableSystemTimezoneA utomaticDetection policy.">
2355 Enable EnableSystemTimezoneAutomaticDetection device policy.
stevenjb 2016/03/28 23:23:17 nit: 'Enable system timezone automatic detection d
Alexander Alekseev 2016/03/29 00:29:25 Done.
2356 </message>
2351 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab."> 2357 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab.">
2352 Display settings 2358 Display settings
2353 </message> 2359 </message>
2354 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab."> 2360 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab.">
2355 Manage displays 2361 Manage displays
2356 </message> 2362 </message>
2357 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display."> 2363 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_OPTIONS" desc="The section title for general options for a selected display.">
2358 Options: 2364 Options:
2359 </message> 2365 </message>
2360 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="The sect ion title for resolution option for a selected display."> 2366 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_RESOLUTION" desc="The sect ion title for resolution option for a selected display.">
(...skipping 4178 matching lines...) Expand 10 before | Expand all | Expand 10 after
6539 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error"> 6545 <message name="IDS_ARC_SERVER_COMMUNICATION_ERROR" desc="Android sign-in error because of server communication error">
6540 Server communication error 6546 Server communication error
6541 </message> 6547 </message>
6542 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu."> 6548 <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag f or enabling opt-in IME menu.">
6543 Enable opt-in IME menu 6549 Enable opt-in IME menu
6544 </message> 6550 </message>
6545 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu."> 6551 <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
6546 Enable access to the new IME menu in the Language Settings page. 6552 Enable access to the new IME menu in the Language Settings page.
6547 </message> 6553 </message>
6548 </grit-part> 6554 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698