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

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

Issue 8930022: Wrap some strings that are not meant to be translated in <ph>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: turn -> turned Created 9 years 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 | no next file » | 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 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 4922 matching lines...) Expand 10 before | Expand all | Expand 10 after
4933 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining."> 4933 <message name="IDS_FLAGS_ENABLE_HTTP_PIPELINING_DESCRIPTION" desc="Descrip tion for the flag to enable HTTP pipelining.">
4934 Enable experimental pipelining of HTTP requests. 4934 Enable experimental pipelining of HTTP requests.
4935 </message> 4935 </message>
4936 <message name="IDS_FLAGS_WEBUI_LOCK_NAME" desc="Title for the flag to disa ble WebUI lock screen."> 4936 <message name="IDS_FLAGS_WEBUI_LOCK_NAME" desc="Title for the flag to disa ble WebUI lock screen.">
4937 Disable WebUI lock screen. 4937 Disable WebUI lock screen.
4938 </message> 4938 </message>
4939 <message name="IDS_FLAGS_WEBUI_LOCK_DESCRIPTION" desc="Description for the flag to disable WebUI lock screen."> 4939 <message name="IDS_FLAGS_WEBUI_LOCK_DESCRIPTION" desc="Description for the flag to disable WebUI lock screen.">
4940 Disable the new HTML implementation of the lock screen. 4940 Disable the new HTML implementation of the lock screen.
4941 </message> 4941 </message>
4942 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_NAME" desc="Title for the flag to enable the &lt;track&gt; element for &lt;video&gt; elements."> 4942 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_NAME" desc="Title for the flag to enable the &lt;track&gt; element for &lt;video&gt; elements.">
4943 Enable &lt;track&gt; element 4943 Enable <ph name="TRACK_HTML">&lt;track&gt;</ph> element
4944 </message> 4944 </message>
4945 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to enable the track element for captions on &lt;videos&gt; element s."> 4945 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to enable the track element for captions on &lt;videos&gt; element s.">
4946 Enable the track element (not yet fully functional) for captions, subtit les, chapters, and audio descriptions on video elements. 4946 Enable the track element (not yet fully functional) for captions, subtit les, chapters, and audio descriptions on video elements.
4947 </message> 4947 </message>
4948 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_NAME" desc="Title for the flag to enable extension alerts."> 4948 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_NAME" desc="Title for the flag to enable extension alerts.">
4949 Enable extension alerts 4949 Enable extension alerts
4950 </message> 4950 </message>
4951 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts."> 4951 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts.">
4952 Enable various alerts about changes in extension state. 4952 Enable various alerts about changes in extension state.
4953 </message> 4953 </message>
4954 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the fla g to enable the Media Source API on &lt;video&gt; elements."> 4954 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the fla g to enable the Media Source API on &lt;video&gt; elements.">
4955 Enable Media Source API on &lt;video&gt; elements. 4955 Enable Media Source API on <ph name="VIDEO_HTML">&lt;video&gt;</ph> elem ents.
4956 </message> 4956 </message>
4957 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements."> 4957 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements.">
4958 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element. 4958 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
4959 </message> 4959 </message>
4960 <message name="IDS_FLAGS_AURA_WORKSPACE_MANAGER_NAME" desc="Title for flag for workspace manager window dragging."> 4960 <message name="IDS_FLAGS_AURA_WORKSPACE_MANAGER_NAME" desc="Title for flag for workspace manager window dragging.">
4961 Workspace manager 4961 Workspace manager
4962 </message> 4962 </message>
4963 <message name="IDS_FLAGS_AURA_WORKSPACE_MANAGER_DESCRIPTION" desc="Descrip tion for flag for workspace manager window dragging."> 4963 <message name="IDS_FLAGS_AURA_WORKSPACE_MANAGER_DESCRIPTION" desc="Descrip tion for flag for workspace manager window dragging.">
4964 Enable multiple workspaces and smart window sizing and dragging. 4964 Enable multiple workspaces and smart window sizing and dragging.
4965 </message> 4965 </message>
(...skipping 7061 matching lines...) Expand 10 before | Expand all | Expand 10 after
12027 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CANCEL"> 12027 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CANCEL">
12028 Cancel 12028 Cancel
12029 </message> 12029 </message>
12030 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ACCEPT_PASSKEY"> 12030 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ACCEPT_PASSKEY">
12031 Accept 12031 Accept
12032 </message> 12032 </message>
12033 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REJECT_PASSKEY"> 12033 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REJECT_PASSKEY">
12034 Reject 12034 Reject
12035 </message> 12035 </message>
12036 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONFIRM_PASSKEY_REQUEST" des c="Bluetooth pairing message typically shown when pairing with a device that has a display. The label %1 is replaced by the passkey and %2 with the name of the device."> 12036 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONFIRM_PASSKEY_REQUEST" des c="Bluetooth pairing message typically shown when pairing with a device that has a display. The label %1 is replaced by the passkey and %2 with the name of the device.">
12037 Please confirm that the passkey %1 is shown on "%2". 12037 Please confirm that the passkey <ph name="PASSKEY">%1<ex>0123</ex></ph> is shown on "<ph name="DEVICE_NAME">%2<ex>Nexus S</ex></ph>".
12038 </message> 12038 </message>
12039 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENTER_PASSKEY_REQUEST" desc= "Bluetooth pairing message typically displayed when the external device has no d isplay or means of input."> 12039 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENTER_PASSKEY_REQUEST" desc= "Bluetooth pairing message typically displayed when the external device has no d isplay or means of input.">
12040 Please enter the passkey: 12040 Please enter the passkey:
12041 </message> 12041 </message>
12042 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REMOTE_PASSKEY_REQUEST" desc ="Bluetooth pairing message typically displayed when pairing a wireless keyboard . The label %1 is replaced by the passkey and %2 with the name of the device."> 12042 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_REMOTE_PASSKEY_REQUEST" desc ="Bluetooth pairing message typically displayed when pairing a wireless keyboard . The label %1 is replaced by the passkey and %2 with the name of the device.">
12043 Please enter the passkey %1 on "%2". 12043 Please enter the passkey <ph name="PASSKEY">%1<ex>0123</ex></ph> on "<ph name="DEVICE_NAME">%2<ex>Nexus S</ex></ph>".
12044 </message> 12044 </message>
12045 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FAILED_PAIRING_INSTRUCTIONS" desc=""> 12045 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FAILED_PAIRING_INSTRUCTIONS" desc="">
12046 Please make sure that "%1" is turn on, in range and ready for pairing. 12046 Please make sure that "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>" i s turned on, in range and ready for pairing.
12047 </message> 12047 </message>
12048 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In th e settings tab, the text next to the checkbox for accessbility."> 12048 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In th e settings tab, the text next to the checkbox for accessbility.">
12049 Enable accessibility features 12049 Enable accessibility features
12050 </message> 12050 </message>
12051 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the set tings tab, the text of the keyboard layout label."> 12051 <message name="IDS_OPTIONS_SETTINGS_KEYBOARD_LAYOUT_TEXT" desc="In the set tings tab, the text of the keyboard layout label.">
12052 Keyboard Layout: 12052 Keyboard Layout:
12053 </message> 12053 </message>
12054 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, th e text on the button to connect to a network."> 12054 <message name="IDS_OPTIONS_SETTINGS_CONNECT" desc="In the settings tab, th e text on the button to connect to a network.">
12055 Connect 12055 Connect
12056 </message> 12056 </message>
(...skipping 2685 matching lines...) Expand 10 before | Expand all | Expand 10 after
14742 </messages> 14742 </messages>
14743 <structures fallback_to_english="true"> 14743 <structures fallback_to_english="true">
14744 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14744 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14745 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14745 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14746 </structure> 14746 </structure>
14747 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14747 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14748 </structure> 14748 </structure>
14749 </structures> 14749 </structures>
14750 </release> 14750 </release>
14751 </grit> 14751 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698