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

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

Issue 2856012: GRD changes for new sync UI (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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 | 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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 6822 matching lines...) Expand 10 before | Expand all | Expand 10 after
6833 Synced to <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph> 6833 Synced to <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>
6834 </message> 6834 </message>
6835 6835
6836 <!-- Customize Sync (data type choice) dialog strings --> 6836 <!-- Customize Sync (data type choice) dialog strings -->
6837 <message name="IDS_CUSTOMIZE_SYNC_WINDOW_TITLE" desc="The title of the Cus tomize Sync dialog box."> 6837 <message name="IDS_CUSTOMIZE_SYNC_WINDOW_TITLE" desc="The title of the Cus tomize Sync dialog box.">
6838 Customize Sync 6838 Customize Sync
6839 </message> 6839 </message>
6840 <message name="IDS_CUSTOMIZE_SYNC_DESCRIPTION" desc="The first line of the Customize Sync dialog, explaining what this box does."> 6840 <message name="IDS_CUSTOMIZE_SYNC_DESCRIPTION" desc="The first line of the Customize Sync dialog, explaining what this box does.">
6841 Sync the following items automatically: 6841 Sync the following items automatically:
6842 </message> 6842 </message>
6843 <message name="IDS_SYNC_CHOOSE_DATATYPES_HEADER" desc="Title of the 'Choos e Datatypes' dialog.">
6844 Sync information from your computer
6845 </message>
6846 <message name="IDS_SYNC_CHOOSE_DATATYPES_INSTRUCTIONS" desc="Text explaini ng the 'Choose Datatypes' dialog.">
6847 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will now sync your data.
6848 </message>
6849 <message name="IDS_SYNC_EVERYTHING" desc="A radio button for users who wan t to sync all data types.">
6850 Keep everything synced
6851 </message>
6852 <message name="IDS_SYNC_CHOOSE_DATATYPES" desc="A radio button for users w ho want to select some datatypes to sync">
6853 Choose what to sync:
6854 </message>
6843 <message name="IDS_SYNC_DATATYPE_BOOKMARKS" desc="Bookmarks, one of the da ta types that we allow syncing."> 6855 <message name="IDS_SYNC_DATATYPE_BOOKMARKS" desc="Bookmarks, one of the da ta types that we allow syncing.">
6844 Bookmarks 6856 Bookmarks
6845 </message> 6857 </message>
6846 <message name="IDS_SYNC_DATATYPE_PREFERENCES" desc="Preferences, one of th e data types that we allow syncing."> 6858 <message name="IDS_SYNC_DATATYPE_PREFERENCES" desc="Preferences, one of th e data types that we allow syncing.">
6847 Preferences 6859 Preferences
6848 </message> 6860 </message>
6849 <message name="IDS_SYNC_DATATYPE_AUTOFILL" desc="Form AutoFill items, one of the data types that we allow syncing."> 6861 <message name="IDS_SYNC_DATATYPE_AUTOFILL" desc="Form AutoFill items, one of the data types that we allow syncing.">
6850 AutoFill 6862 AutoFill
6851 </message> 6863 </message>
6852 <message name="IDS_SYNC_DATATYPE_THEMES" desc="Themes, one of the data typ es that we allow syncing."> 6864 <message name="IDS_SYNC_DATATYPE_THEMES" desc="Themes, one of the data typ es that we allow syncing.">
6853 Themes 6865 Themes
6854 </message> 6866 </message>
6855 <message name="IDS_SYNC_DATATYPE_EXTENSIONS" desc="Extensions, one of the data types that we allow syncing."> 6867 <message name="IDS_SYNC_DATATYPE_EXTENSIONS" desc="Extensions, one of the data types that we allow syncing.">
6856 Extensions 6868 Extensions
6857 </message> 6869 </message>
6858 <message name="IDS_SYNC_DATATYPE_PASSWORDS" desc="Saved passwords, one of the data types that we allow syncing."> 6870 <message name="IDS_SYNC_DATATYPE_PASSWORDS" desc="Saved passwords, one of the data types that we allow syncing.">
6859 Passwords 6871 Passwords
6860 </message> 6872 </message>
6861 <message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="Typed URLs, one of the data types that we allow syncing."> 6873 <message name="IDS_SYNC_DATATYPE_TYPED_URLS" desc="Typed URLs, one of the data types that we allow syncing.">
6862 Typed URLs 6874 Typed URLs
6863 </message> 6875 </message>
6876 <message name="IDS_SYNC_DATATYPE_APPLICATIONS" desc="Applications, one of the data types that we allow syncing.">
6877 Applications
6878 </message>
6879
6864 6880
6865 <!-- Login dialog strings --> 6881 <!-- Login dialog strings -->
6866 <message name="IDS_SYNC_MY_BOOKMARKS_LABEL" desc="Title of the sync login dialog."> 6882 <message name="IDS_SYNC_MY_BOOKMARKS_LABEL" desc="Title of the sync login dialog.">
6867 Set up sync 6883 Set up sync
6868 </message> 6884 </message>
6869 <message name="IDS_SYNC_LOGIN_INTRODUCTION" desc="The message to display a t the top of the Login dialog"> 6885 <message name="IDS_SYNC_LOGIN_INTRODUCTION" desc="The message to display a t the top of the Login dialog">
6870 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> sync makes it easy to share your data (such as bookmarks and preferences) between your computers. 6886 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> sync makes it easy to share your data (such as bookmarks and preferences) between your computers.
6871 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> synchronizes your data by storing it online with Google when you login with your Google Account. 6887 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> synchronizes your data by storing it online with Google when you login with your Google Account.
6872 </message> 6888 </message>
6873 <message name="IDS_SYNC_LOGIN_SIGNIN_PREFIX" desc="The first part of the s entence that is displayed after the login info"> 6889 <message name="IDS_SYNC_LOGIN_SIGNIN_PREFIX" desc="The first part of the s entence that is displayed after the login info">
(...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
8534 8550
8535 </messages> 8551 </messages>
8536 8552
8537 <structures first_id="50000" fallback_to_english="true"> 8553 <structures first_id="50000" fallback_to_english="true">
8538 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8554 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8539 </structure> 8555 </structure>
8540 </structures> 8556 </structures>
8541 8557
8542 </release> 8558 </release>
8543 </grit> 8559 </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