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

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

Issue 15966004: cros: Move kiosk settings to extensions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix space Created 7 years, 6 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/app/generated_resources.grd » ('j') | no next file with comments »
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 <!-- 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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('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 2668 matching lines...) Expand 10 before | Expand all | Expand 10 after
2679 </message> 2679 </message>
2680 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_FIRMWARE_REVISION" desc= "Label for cellular network modem firmware revision under chrome://options/inter net"> 2680 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_FIRMWARE_REVISION" desc= "Label for cellular network modem firmware revision under chrome://options/inter net">
2681 Firmware revision: 2681 Firmware revision:
2682 </message> 2682 </message>
2683 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_HARDWARE_REVISION" desc= "Label for cellular network modem hardware revision under chrome://options/inter net"> 2683 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_HARDWARE_REVISION" desc= "Label for cellular network modem hardware revision under chrome://options/inter net">
2684 Hardware revision: 2684 Hardware revision:
2685 </message> 2685 </message>
2686 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_PRL_VERSION" desc="Label for cellular network modem PRL (Preferred Roaming List) version under chrome:// options/internet"> 2686 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_PRL_VERSION" desc="Label for cellular network modem PRL (Preferred Roaming List) version under chrome:// options/internet">
2687 PRL version: 2687 PRL version:
2688 </message> 2688 </message>
2689 <message name="IDS_OPTIONS_KIOSK" desc="Name of the kiosk management section o n chrome settings page."> 2689 <message name="IDS_EXTENSIONS_ADD_KIOSK_APP_BUTTON" desc="Label of the button to bring up kiosk management overlay on chrome extensions page.">
2690 Kiosk 2690 Add kiosk application...
2691 </message>
2692 <message name="IDS_OPTIONS_KIOSK_MANAGE_BUTTON" desc="Label of the button to b ring up kiosk management overlay in the kiosk management section on chrome setti ngs page.">
2693 Manage kiosk applications
2694 </message> 2691 </message>
2695 <message name="IDS_OPTIONS_KIOSK_OVERLAY_TITLE" desc="The title text of the ki osk settings overlay."> 2692 <message name="IDS_OPTIONS_KIOSK_OVERLAY_TITLE" desc="The title text of the ki osk settings overlay.">
2696 Manage Kiosk Applications 2693 Manage Kiosk Applications
2697 </message> 2694 </message>
2698 <message name="IDS_OPTIONS_KIOSK_ADD_APP" desc="Label above the application id text input in the kiosk settings overlay."> 2695 <message name="IDS_OPTIONS_KIOSK_ADD_APP" desc="Label above the application id text input in the kiosk settings overlay.">
2699 Add kiosk application: 2696 Add kiosk application:
2700 </message> 2697 </message>
2701 <message name="IDS_OPTIONS_KIOSK_ADD_APP_HINT" desc="Placeholder hint in the application id text input in the kiosk settings overlay."> 2698 <message name="IDS_OPTIONS_KIOSK_ADD_APP_HINT" desc="Placeholder hint in the application id text input in the kiosk settings overlay.">
2702 Enter application id or webstore URL. 2699 Enter application id or webstore URL.
2703 </message> 2700 </message>
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
3639 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error."> 3636 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error.">
3640 Kryptonite! The cryptohome for the kiosk application could not be mounted. 3637 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3641 </message> 3638 </message>
3642 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 3639 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3643 Kiosk application could not be installed. 3640 Kiosk application could not be installed.
3644 </message> 3641 </message>
3645 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 3642 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3646 Kiosk application launch canceled. 3643 Kiosk application launch canceled.
3647 </message> 3644 </message>
3648 </grit-part> 3645 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698