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

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

Issue 7696018: Implement input type=color UI (gtk part) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebased 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/ui/gtk/color_chooser_gtk.cc » ('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 10584 matching lines...) Expand 10 before | Expand all | Expand 10 after
10595 10595
10596 <!-- Bookmarks menu --> 10596 <!-- Bookmarks menu -->
10597 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu."> 10597 <message name="IDS_BOOKMARK_CURRENT_PAGE_LINUX" desc="The Linux menu ite m for bookmarking the current page in the bookmark menu.">
10598 Bookmark This Page... 10598 Bookmark This Page...
10599 </message> 10599 </message>
10600 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window."> 10600 <message name="IDS_BOOKMARK_ALL_TABS_LINUX" desc="The Linux menu item fo r bookmarking all tabs in the current window.">
10601 Bookmark All Tabs... 10601 Bookmark All Tabs...
10602 </message> 10602 </message>
10603 </if> 10603 </if>
10604 10604
10605 <!-- Color chooser dialog default titles (only used on Linux) -->
10606 <message name="IDS_SELECT_COLOR_DIALOG_TITLE" desc="The default title for th e Select Color color chooser dialog.">
10607 Select Color
10608 </message>
10609
10605 <!-- File chooser dialog default titles (only used on Linux) --> 10610 <!-- File chooser dialog default titles (only used on Linux) -->
10606 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog."> 10611 <message name="IDS_SELECT_FOLDER_DIALOG_TITLE" desc="The default title for t he Select Folder file chooser dialog.">
10607 Select Folder 10612 Select Folder
10608 </message> 10613 </message>
10609 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog."> 10614 <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Sav e As file chooser dialog.">
10610 Save File 10615 Save File
10611 </message> 10616 </message>
10612 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file)."> 10617 <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the O pen File file chooser dialog (single file).">
10613 Open File 10618 Open File
10614 </message> 10619 </message>
(...skipping 3131 matching lines...) Expand 10 before | Expand all | Expand 10 after
13746 </messages> 13751 </messages>
13747 <structures fallback_to_english="true"> 13752 <structures fallback_to_english="true">
13748 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13753 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13754 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13750 </structure> 13755 </structure>
13751 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13756 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13752 </structure> 13757 </structure>
13753 </structures> 13758 </structures>
13754 </release> 13759 </release>
13755 </grit> 13760 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/color_chooser_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698