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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 9265026: Implement restart on Idle for Kiosk Mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed kiosk->retail and incorporated review comments. Created 8 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5026 matching lines...) Expand 10 before | Expand all | Expand 10 after
5037 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_DESCRIPTION" desc="De scription for the flag to enable detached tabs to create a real browser."> 5037 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_DESCRIPTION" desc="De scription for the flag to enable detached tabs to create a real browser.">
5038 Enable creating a browser window when dragging tabs. 5038 Enable creating a browser window when dragging tabs.
5039 </message> 5039 </message>
5040 <message name="IDS_FLAGS_ENABLE_RESTORE_SESSION_STATE_NAME" desc="Title fo r the flag to enable restoring (more) session state after restarts and crashes." > 5040 <message name="IDS_FLAGS_ENABLE_RESTORE_SESSION_STATE_NAME" desc="Title fo r the flag to enable restoring (more) session state after restarts and crashes." >
5041 Better session restore 5041 Better session restore
5042 </message> 5042 </message>
5043 <message name="IDS_FLAGS_ENABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc="D escription for the flag to enable restoring (more) session state after restarts and crashes."> 5043 <message name="IDS_FLAGS_ENABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc="D escription for the flag to enable restoring (more) session state after restarts and crashes.">
5044 Restore more session state (e.g., session cookies) after restarts and cr ashes. 5044 Restore more session state (e.g., session cookies) after restarts and cr ashes.
5045 </message> 5045 </message>
5046 5046
5047 <if expr="pp_ifdef('chromeos')">
5048 <message name="IDS_FLAGS_ENABLE_RETAIL_MODE_NAME" desc="Title for the fl ag to enable retail mode.">
5049 Enable Kiosk mode
5050 </message>
5051 <message name="IDS_FLAGS_ENABLE_RETAIL_MODE_DESCRIPTION" desc="Descripti on for the flag to enable retail mode">
5052 Enable a specific mode for retail scenarios where the machine behaves appropriately for a retail kiosk.
5053 </message>
5054 </if>
5055
5047 5056
5048 <!-- Crashes --> 5057 <!-- Crashes -->
5049 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 5058 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
5050 Crashes 5059 Crashes
5051 </message> 5060 </message>
5052 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5061 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
5053 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 5062 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
5054 </message> 5063 </message>
5055 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5064 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
5056 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 5065 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
5783 <message name="IDS_IMPORTER_LOCK_TITLE" desc="Dialog title for importer lo ck dialog"> 5792 <message name="IDS_IMPORTER_LOCK_TITLE" desc="Dialog title for importer lo ck dialog">
5784 Close Firefox Before Importing 5793 Close Firefox Before Importing
5785 </message> 5794 </message>
5786 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog"> 5795 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog">
5787 Continue 5796 Continue
5788 </message> 5797 </message>
5789 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog"> 5798 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog">
5790 Skip Import 5799 Skip Import
5791 </message> 5800 </message>
5792 5801
5802 <!-- Kiosk mode logout dialog -->
5803 <if expr="pp_ifdef('chromeos')">
5804 <message name="IDS_RETAIL_MODE_LOGOUT_TITLE" desc="Dialog title for the retail mode logout dialog">
5805 Are you still there?
5806 </message>
5807 <message name="IDS_RETAIL_MODE_LOGOUT_WARNING" desc="Warning for the ret ail mode logout dialog">
5808 This Chromebook is now idle and will be restarted.
5809 Press any key or move the pointer to continue exploring.
5810 <ph name="LINE_BREAK">&lt;br&gt;&lt;br&gt;</ph>
5811 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
5812 Restarting in: <ph name="END_BOLD">&lt;/strong&gt;</ph>
5813 <ph name="TIME_LEFT">$1<ex>20</ex></ph> seconds.
5814 </message>
5815 </if>
5816
5793 <!-- Report Bug or Broken Website Dialog --> 5817 <!-- Report Bug or Broken Website Dialog -->
5794 <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialo g"> 5818 <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialo g">
5795 Whoops. Let's fix that. 5819 Whoops. Let's fix that.
5796 </message> 5820 </message>
5797 <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the tit le of the page that will be reported"> 5821 <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the tit le of the page that will be reported">
5798 Feedback 5822 Feedback
5799 </message> 5823 </message>
5800 <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported"> 5824 <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported">
5801 Include this URL: 5825 Include this URL:
5802 </message> 5826 </message>
(...skipping 9102 matching lines...) Expand 10 before | Expand all | Expand 10 after
14905 </messages> 14929 </messages>
14906 <structures fallback_to_english="true"> 14930 <structures fallback_to_english="true">
14907 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14931 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14908 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14932 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14909 </structure> 14933 </structure>
14910 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14934 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14911 </structure> 14935 </structure>
14912 </structures> 14936 </structures>
14913 </release> 14937 </release>
14914 </grit> 14938 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/chromeos/retail_mode/retail_mode_screen_locker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698