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

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

Issue 8118012: WebUI Edit Search Engine Dialog (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: changed webui class names as per precedent Created 9 years, 2 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/browser/browser_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 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 </message> 307 </message>
308 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s."> 308 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu s.">
309 Done 309 Done
310 </message> 310 </message>
311 <message name="IDS_SKIP" desc="A generic term for Skip on buttons and menu s."> 311 <message name="IDS_SKIP" desc="A generic term for Skip on buttons and menu s.">
312 Skip 312 Skip
313 </message> 313 </message>
314 <message name="IDS_ACCNAME_TAB" desc="A generic description of a tab butto n's role"> 314 <message name="IDS_ACCNAME_TAB" desc="A generic description of a tab butto n's role">
315 Tab 315 Tab
316 </message> 316 </message>
317 <message name="IDS_SAVE" desc="Used on a button to save information you ar e editing.">
318 Save
319 </message>
317 320
318 <!-- content area context menus --> 321 <!-- content area context menus -->
319 <if expr="is_macosx"> 322 <if expr="is_macosx">
320 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_MENU" desc="The n ame of the Writing Direction submenu in the content area context menu. To trans late, launch /Applications/Textedit.app in an appropriately localized version of OS X, right-click on the text entry area and use the translation from there."> 323 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_MENU" desc="The n ame of the Writing Direction submenu in the content area context menu. To trans late, launch /Applications/Textedit.app in an appropriately localized version of OS X, right-click on the text entry area and use the translation from there.">
321 Writing Direction 324 Writing Direction
322 </message> 325 </message>
323 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_DEFAULT" desc="Th e name of the 'default' item from the Writing Direction submenu in the content a rea context menu. To translate, launch /Applications/Textedit.app in an appropr iately localized version of OS X, right-click on the text entry area and use the translation from there."> 326 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_DEFAULT" desc="Th e name of the 'default' item from the Writing Direction submenu in the content a rea context menu. To translate, launch /Applications/Textedit.app in an appropr iately localized version of OS X, right-click on the text entry area and use the translation from there.">
324 Default 327 Default
325 </message> 328 </message>
326 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_LTR" desc="The na me of the 'Left to Right' item from the Writing Direction submenu in the content area context menu. To translate, launch /Applications/Textedit.app in an appro priately localized version of OS X, right-click on the text entry area and use t he translation from there."> 329 <message name="IDS_CONTENT_CONTEXT_WRITING_DIRECTION_LTR" desc="The na me of the 'Left to Right' item from the Writing Direction submenu in the content area context menu. To translate, launch /Applications/Textedit.app in an appro priately localized version of OS X, right-click on the text entry area and use t he translation from there.">
(...skipping 13981 matching lines...) Expand 10 before | Expand all | Expand 10 after
14308 </messages> 14311 </messages>
14309 <structures fallback_to_english="true"> 14312 <structures fallback_to_english="true">
14310 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14313 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14311 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14314 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14312 </structure> 14315 </structure>
14313 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14316 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14314 </structure> 14317 </structure>
14315 </structures> 14318 </structures>
14316 </release> 14319 </release>
14317 </grit> 14320 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698