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

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

Issue 9203001: Implement input type=color UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed Created 8 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/ui/base_shell_dialog.h » ('j') | chrome/browser/ui/browser.h » ('J')
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 11601 matching lines...) Expand 10 before | Expand all | Expand 10 after
11612 11612
11613 <!-- Bookmarks menu --> 11613 <!-- Bookmarks menu -->
11614 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu."> 11614 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu.">
11615 Bookmark This Page... 11615 Bookmark This Page...
11616 </message> 11616 </message>
11617 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window."> 11617 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window.">
11618 Bookmark All Tabs... 11618 Bookmark All Tabs...
11619 </message> 11619 </message>
11620 </if> 11620 </if>
11621 11621
11622 <!-- Color chooser dialog default titles (only used on Linux) -->
11623 <message name="IDS_SELECT_COLOR_DIALOG_TITLE" desc="The default title for th e Select Color color chooser dialog.">
11624 Select Color
11625 </message>
11626
11622 <!-- File chooser dialog default titles (only used on Linux) --> 11627 <!-- File chooser dialog default titles (only used on Linux) -->
11623 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> 11628 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog.">
11624 Select Folder 11629 Select Folder
11625 </message> 11630 </message>
11626 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> 11631 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog.">
11627 Save File 11632 Save File
11628 </message> 11633 </message>
11629 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> 11634 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file).">
11630 Open File 11635 Open File
11631 </message> 11636 </message>
(...skipping 3488 matching lines...) Expand 10 before | Expand all | Expand 10 after
15120 </messages> 15125 </messages>
15121 <structures fallback_to_english="true"> 15126 <structures fallback_to_english="true">
15122 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15127 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15123 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15128 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15124 </structure> 15129 </structure>
15125 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15130 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15126 </structure> 15131 </structure>
15127 </structures> 15132 </structures>
15128 </release> 15133 </release>
15129 </grit> 15134 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/base_shell_dialog.h » ('j') | chrome/browser/ui/browser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698