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

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: 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/browser_resources.grd » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <message name="IDS_FLAGS_ENABLE_KIOSK_MODE_NAME" desc="Title for the flag to enable kiosk mode.">
xiyuan 2012/01/20 18:23:44 nit: put those under <if expr="pp_ifdef('chromeos'
rkc 2012/01/26 03:37:23 Done.
5048 Enable Kiosk mode
5049 </message>
5050 <message name="IDS_FLAGS_ENABLE_KIOSK_MODE_DESCRIPTION" desc="Description for the flag to enable kiosk mode">
5051 Enable a specific mode for retail scenarios where the machine behaves ap propriately for a retail kiosk.
5052 </message>
5053
5047 5054
5048 <!-- Crashes --> 5055 <!-- Crashes -->
5049 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 5056 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
5050 Crashes 5057 Crashes
5051 </message> 5058 </message>
5052 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 5059 <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>) 5060 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
5054 </message> 5061 </message>
5055 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 5062 <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> 5063 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"> 5790 <message name="IDS_IMPORTER_LOCK_TITLE" desc="Dialog title for importer lo ck dialog">
5784 Close Firefox Before Importing 5791 Close Firefox Before Importing
5785 </message> 5792 </message>
5786 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog"> 5793 <message name="IDS_IMPORTER_LOCK_OK" desc="Text for OK button on dialog">
5787 Continue 5794 Continue
5788 </message> 5795 </message>
5789 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog"> 5796 <message name="IDS_IMPORTER_LOCK_CANCEL" desc="Text for Cancel button on d ialog">
5790 Skip Import 5797 Skip Import
5791 </message> 5798 </message>
5792 5799
5800 <!-- Kiosk mode logout dialog -->
5801 <if expr="pp_ifdef('chromeos')">
5802 <message name="IDS_KIOSK_MODE_LOGOUT_TITLE" desc="Dialog title for the k iosk mode logout dialog">
5803 Are you still there?
5804 </message>
5805 <message name="IDS_KIOSK_MODE_LOGOUT_WARNING" desc="Warning for the kios k mode logout dialog">
5806 This Chromebook is now idle and will be restarted.
5807 Press any key or move the pointer to continue exploring.
5808 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;</ph>
xiyuan 2012/01/20 18:23:44 nit: prefer to use <br> rather than <br />. The la
rkc 2012/01/26 03:37:23 Done.
5809 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
5810 Restarting in:<ph name="END_BOLD">&lt;/strong&gt;</ph>
5811 </message>
5812 </if>
5813
5793 <!-- Report Bug or Broken Website Dialog --> 5814 <!-- Report Bug or Broken Website Dialog -->
5794 <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialo g"> 5815 <message name="IDS_FEEDBACK_TITLE" desc="Dialog title for bug report dialo g">
5795 Whoops. Let's fix that. 5816 Whoops. Let's fix that.
5796 </message> 5817 </message>
5797 <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the tit le of the page that will be reported"> 5818 <message name="IDS_FEEDBACK_REPORT_PAGE_TITLE" desc="Label showing the tit le of the page that will be reported">
5798 Feedback 5819 Feedback
5799 </message> 5820 </message>
5800 <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported"> 5821 <message name="IDS_FEEDBACK_REPORT_URL_LABEL" desc="Label showing the URL that will be reported">
5801 Include this URL: 5822 Include this URL:
5802 </message> 5823 </message>
(...skipping 9102 matching lines...) Expand 10 before | Expand all | Expand 10 after
14905 </messages> 14926 </messages>
14906 <structures fallback_to_english="true"> 14927 <structures fallback_to_english="true">
14907 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14928 <!-- 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" > 14929 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14909 </structure> 14930 </structure>
14910 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14931 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14911 </structure> 14932 </structure>
14912 </structures> 14933 </structures>
14913 </release> 14934 </release>
14914 </grit> 14935 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/browser_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698