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

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

Issue 7606007: Put <ph> tags around HTML tags so translators don't accidentally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 8330 matching lines...) Expand 10 before | Expand all | Expand 10 after
8341 Expand 8341 Expand
8342 </message> 8342 </message>
8343 </if> 8343 </if>
8344 8344
8345 <!-- Offline page --> 8345 <!-- Offline page -->
8346 <if expr="pp_ifdef('chromeos')"> 8346 <if expr="pp_ifdef('chromeos')">
8347 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne"> 8347 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne">
8348 Your device is offline 8348 Your device is offline
8349 </message> 8349 </message>
8350 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> 8350 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site">
8351 The webpage at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.offline.co m</ex>&lt;/strong&gt;</ph> cannot be reached because your network connection is down. The page will be loaded when the network connection is restored. &lt;br&gt ; 8351 The webpage at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.offline.co m</ex>&lt;/strong&gt;</ph> cannot be reached because your network connection is down. The page will be loaded when the network connection is restored. <ph name= "LINE_BREAK">&lt;br&gt;<ex>&lt;br&gt;</ex></ph>
8352 </message> 8352 </message>
8353 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> 8353 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app">
8354 The app at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.offline.com</e x>&lt;/strong&gt;</ph> cannot be reached because your network connection is down . The page will be loaded when the network connection is restored. &lt;br&gt; 8354 The app at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.offline.com</e x>&lt;/strong&gt;</ph> cannot be reached because your network connection is down . The page will be loaded when the network connection is restored. <ph name="LIN E_BREAK">&lt;br&gt;<ex>&lt;br&gt;</ex></ph>
8355 </message> 8355 </message>
8356 <message name="IDS_OFFLINE_TRY_LOADING"> 8356 <message name="IDS_OFFLINE_TRY_LOADING">
8357 Try loading the page anyway 8357 Try loading the page anyway
8358 </message> 8358 </message>
8359 <message name="IDS_OFFLINE_NETWORK_SETTINGS"> 8359 <message name="IDS_OFFLINE_NETWORK_SETTINGS">
8360 Network settings 8360 Network settings
8361 </message> 8361 </message>
8362 </if> 8362 </if>
8363 8363
8364 <!-- Multi-profile --> 8364 <!-- Multi-profile -->
(...skipping 4951 matching lines...) Expand 10 before | Expand all | Expand 10 after
13316 </includes> 13316 </includes>
13317 <structures fallback_to_english="true"> 13317 <structures fallback_to_english="true">
13318 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13318 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13319 </structure> 13319 </structure>
13320 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13320 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13321 </structure> 13321 </structure>
13322 </structures> 13322 </structures>
13323 13323
13324 </release> 13324 </release>
13325 </grit> 13325 </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