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

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

Issue 9181013: [uber page] Migrate remaining Personal options into Browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: How about another rebase! (damn you generated_resources.grd) Created 8 years, 11 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/resources/options2/browser_options.html » ('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 8575 matching lines...) Expand 10 before | Expand all | Expand 10 after
8586 8586
8587 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar."> 8587 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar.">
8588 Send feedback to Google. 8588 Send feedback to Google.
8589 </message> 8589 </message>
8590 8590
8591 <message name="IDS_AUTOFILL_FEEDBACK_POPULAR_FORM_MESSAGE" desc="Feedback message template used when a popular Autofill form is found."> 8591 <message name="IDS_AUTOFILL_FEEDBACK_POPULAR_FORM_MESSAGE" desc="Feedback message template used when a popular Autofill form is found.">
8592 The form signature <ph name="FORM_SIGNATURE">$1<ex>15146752457155269744< /ex></ph> is for <ph name="FORM_URL">$2<ex>http://www.facebook.com</ex></ph>. 8592 The form signature <ph name="FORM_SIGNATURE">$1<ex>15146752457155269744< /ex></ph> is for <ph name="FORM_URL">$2<ex>http://www.facebook.com</ex></ph>.
8593 </message> 8593 </message>
8594 8594
8595 <if expr="not pp_ifdef('use_titlecase')"> 8595 <if expr="not pp_ifdef('use_titlecase')">
8596 <message name="IDS_APPEARANCE_GROUP_NAME" desc="The title of the appeara nce group">
8597 Appearance
8598 </message>
8596 <message name="IDS_THEMES_GROUP_NAME" desc="In sentence case: The title of the themes group"> 8599 <message name="IDS_THEMES_GROUP_NAME" desc="In sentence case: The title of the themes group">
8597 Themes 8600 Themes
8598 </message> 8601 </message>
8599 <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your t heme"> 8602 <message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your t heme">
8600 Reset to default theme 8603 Reset to default theme
8601 </message> 8604 </message>
8602 </if> 8605 </if>
8603 <if expr="pp_ifdef('use_titlecase')"> 8606 <if expr="pp_ifdef('use_titlecase')">
8607 <message name="IDS_APPEARANCE_GROUP_NAME" desc="In Title Case: The title of the appearance group">
8608 Appearance
8609 </message>
8604 <message name="IDS_THEMES_GROUP_NAME" desc="In Title Case: The title of the themes group"> 8610 <message name="IDS_THEMES_GROUP_NAME" desc="In Title Case: The title of the themes group">
8605 Themes 8611 Themes
8606 </message> 8612 </message>
8607 <message name="IDS_THEMES_RESET_BUTTON" desc="In title case: The button to reset your theme"> 8613 <message name="IDS_THEMES_RESET_BUTTON" desc="In title case: The button to reset your theme">
8608 Reset To Default Theme 8614 Reset To Default Theme
8609 </message> 8615 </message>
8610 </if> 8616 </if>
8611 8617
8612 <if expr="is_posix and not is_macosx"> 8618 <if expr="is_posix and not is_macosx">
8613 <message name="IDS_APPEARANCE_GROUP_NAME" desc="In Title Case: The title of the themes group">
8614 Appearance
8615 </message>
8616 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme."> 8619 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme.">
8617 Use GTK+ Theme 8620 Use GTK+ Theme
8618 </message> 8621 </message>
8619 <message name="IDS_THEMES_SET_CLASSIC" desc="The button to choose the cl assic windows theme in GTK"> 8622 <message name="IDS_THEMES_SET_CLASSIC" desc="The button to choose the cl assic windows theme in GTK">
8620 Use Classic Theme 8623 Use Classic Theme
8621 </message> 8624 </message>
8622 <message name="IDS_SHOW_WINDOW_DECORATIONS_RADIO" desc="A radio button i n the options dialog for using the system title bar and borders."> 8625 <message name="IDS_SHOW_WINDOW_DECORATIONS_RADIO" desc="A radio button i n the options dialog for using the system title bar and borders.">
8623 Use system title bar and borders 8626 Use system title bar and borders
8624 </message> 8627 </message>
8625 <message name="IDS_HIDE_WINDOW_DECORATIONS_RADIO" desc="A radio button i n the options dialog for using the chrome custom frame and hiding the system tit le bar."> 8628 <message name="IDS_HIDE_WINDOW_DECORATIONS_RADIO" desc="A radio button i n the options dialog for using the chrome custom frame and hiding the system tit le bar.">
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
8664 <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox"> 8667 <message name="IDS_OPTIONS_SAFEBROWSING_ENABLEPROTECTION" desc="The label of the 'Enable phishing and malware protection' checkbox">
8665 Enable phishing and malware protection 8668 Enable phishing and malware protection
8666 </message> 8669 </message>
8667 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group"> 8670 <message name="IDS_OPTIONS_SSL_GROUP_DESCRIPTION" desc="The description of the 'SSL Connections' group">
8668 Computer-wide SSL settings: 8671 Computer-wide SSL settings:
8669 </message> 8672 </message>
8670 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox"> 8673 <message name="IDS_OPTIONS_SSL_CHECKREVOCATION" desc="The label of the 'Ch eck for server certificate revocation' checkbox">
8671 Check for server certificate revocation 8674 Check for server certificate revocation
8672 </message> 8675 </message>
8673 8676
8677 <message name="IDS_OPTIONS_MANAGE_DATA_DESCRIPTION" desc="The title of the 'Manage your data' label.">
8678 Manage your data
8679 </message>
8674 <if expr="not pp_ifdef('use_titlecase')"> 8680 <if expr="not pp_ifdef('use_titlecase')">
8675 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing data' group."> 8681 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="The title of the 'Browsing data' group.">
8676 Browsing data 8682 Browsing data
8677 </message> 8683 </message>
8678 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In sentence case: L abel for the import data button."> 8684 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In sentence case: L abel for the import data button.">
8679 Import data from another browser... 8685 Import data from another browser...
8680 </message> 8686 </message>
8681 </if> 8687 </if>
8682 <if expr="pp_ifdef('use_titlecase')"> 8688 <if expr="pp_ifdef('use_titlecase')">
8683 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case : The title of the 'Browsing data' group."> 8689 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case : The title of the 'Browsing data' group.">
(...skipping 6143 matching lines...) Expand 10 before | Expand all | Expand 10 after
14827 </messages> 14833 </messages>
14828 <structures fallback_to_english="true"> 14834 <structures fallback_to_english="true">
14829 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14835 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14830 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14836 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14831 </structure> 14837 </structure>
14832 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14838 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14833 </structure> 14839 </structure>
14834 </structures> 14840 </structures>
14835 </release> 14841 </release>
14836 </grit> 14842 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698