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

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

Issue 301173005: Fixed strings for "enable-cloud-print-xps" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 5414 matching lines...) Expand 10 before | Expand all | Expand 10 after
5425 Disable device discovery on local network. 5425 Disable device discovery on local network.
5426 </message> 5426 </message>
5427 <message name="IDS_FLAGS_DEVICE_DISCOVERY_NOTIFICATIONS_NAME" desc="Title of the 'device discovery notificatios' flag."> 5427 <message name="IDS_FLAGS_DEVICE_DISCOVERY_NOTIFICATIONS_NAME" desc="Title of the 'device discovery notificatios' flag.">
5428 Device Discovery Notifications 5428 Device Discovery Notifications
5429 </message> 5429 </message>
5430 <message name="IDS_FLAGS_DEVICE_DISCOVERY_NOTIFICATIONS_DESCRIPTION" desc= "Description of the 'device discovery notifications' flag."> 5430 <message name="IDS_FLAGS_DEVICE_DISCOVERY_NOTIFICATIONS_DESCRIPTION" desc= "Description of the 'device discovery notifications' flag.">
5431 Device discovery notifications on local network. 5431 Device discovery notifications on local network.
5432 </message> 5432 </message>
5433 <if expr="is_win"> 5433 <if expr="is_win">
5434 <message name="IDS_FLAGS_ENABLE_CLOUD_PRINT_XPS_NAME"> 5434 <message name="IDS_FLAGS_ENABLE_CLOUD_PRINT_XPS_NAME">
5435 Enable XPS in <ph name="CLOUD_PRINT_NAME">$1<ex>Google Cloud Print</ex ></ph> 5435 Enable XPS in Google Cloud Print
5436 </message> 5436 </message>
5437 <message name="IDS_FLAGS_ENABLE_CLOUD_PRINT_XPS_DESCRIPTION"> 5437 <message name="IDS_FLAGS_ENABLE_CLOUD_PRINT_XPS_DESCRIPTION">
5438 Fallback to XPS. By default <ph name="CLOUD_PRINT_NAME">$1<ex>Google C loud Print</ex></ph> uses CDD. 5438 Fallback to XPS. By default Google Cloud Print uses CDD.
5439 </message> 5439 </message>
5440 </if> 5440 </if>
5441 <message name="IDS_FLAGS_ENABLE_PRINT_PREVIEW_REGISTER_PROMOS_NAME"> 5441 <message name="IDS_FLAGS_ENABLE_PRINT_PREVIEW_REGISTER_PROMOS_NAME">
5442 Enable Print Preview Registration Promos 5442 Enable Print Preview Registration Promos
5443 </message> 5443 </message>
5444 <message name="IDS_FLAGS_ENABLE_PRINT_PREVIEW_REGISTER_PROMOS_DESCRIPTION" > 5444 <message name="IDS_FLAGS_ENABLE_PRINT_PREVIEW_REGISTER_PROMOS_DESCRIPTION" >
5445 Enable registering unregistered cloud printers from print preview. 5445 Enable registering unregistered cloud printers from print preview.
5446 </message> 5446 </message>
5447 <message name="IDS_FLAGS_ENABLE_SAVE_PASSWORD_BUBBLE_NAME"> 5447 <message name="IDS_FLAGS_ENABLE_SAVE_PASSWORD_BUBBLE_NAME">
5448 Enable Save Password Bubble UI 5448 Enable Save Password Bubble UI
(...skipping 8708 matching lines...) Expand 10 before | Expand all | Expand 10 after
14157 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14157 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14158 Enforce (try to get hashes, and enforce them if successful) 14158 Enforce (try to get hashes, and enforce them if successful)
14159 </message> 14159 </message>
14160 14160
14161 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14161 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14162 Enforce strict (hard fail if we can't get hashes) 14162 Enforce strict (hard fail if we can't get hashes)
14163 </message> 14163 </message>
14164 </messages> 14164 </messages>
14165 </release> 14165 </release>
14166 </grit> 14166 </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