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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 68b7cf2d909604965d962d543ca1b6b2584daccb..7564c965e8b9d2ad249cc8cf511c2da772cda813 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4940,7 +4940,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Disable the new HTML implementation of the lock screen.
</message>
<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.">
- Enable &lt;track&gt; element
+ Enable <ph name="TRACK_HTML">&lt;track&gt;</ph> element
</message>
<message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to enable the track element for captions on &lt;videos&gt; elements.">
Enable the track element (not yet fully functional) for captions, subtitles, chapters, and audio descriptions on video elements.
@@ -4952,7 +4952,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Enable various alerts about changes in extension state.
</message>
<message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the flag to enable the Media Source API on &lt;video&gt; elements.">
- Enable Media Source API on &lt;video&gt; elements.
+ Enable Media Source API on <ph name="VIDEO_HTML">&lt;video&gt;</ph> elements.
</message>
<message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Description for the flag to enable the Media Source API on &lt;video&gt; elements.">
Enable experimental Media Source API on the video elements. This API allows JavaScript to send media data directly to a video element.
@@ -12034,16 +12034,16 @@ changed since last sign in
Reject
</message>
<message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONFIRM_PASSKEY_REQUEST" desc="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.">
- Please confirm that the passkey %1 is shown on "%2".
+ 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>".
</message>
<message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_ENTER_PASSKEY_REQUEST" desc="Bluetooth pairing message typically displayed when the external device has no display or means of input.">
Please enter the passkey:
</message>
<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.">
- Please enter the passkey %1 on "%2".
+ Please enter the passkey <ph name="PASSKEY">%1<ex>0123</ex></ph> on "<ph name="DEVICE_NAME">%2<ex>Nexus S</ex></ph>".
</message>
<message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FAILED_PAIRING_INSTRUCTIONS" desc="">
- Please make sure that "%1" is turn on, in range and ready for pairing.
+ Please make sure that "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>" is turned on, in range and ready for pairing.
</message>
<message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In the settings tab, the text next to the checkbox for accessbility.">
Enable accessibility features
« 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