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

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

Issue 8028049: Revert 102806 - [Sync Setup UI] String changes. "Sync" -> "Sign In" and others. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/resources/options/personal_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 9565 matching lines...) Expand 10 before | Expand all | Expand 10 after
9576 </message> 9576 </message>
9577 <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displa yed selected in the omnibox once the user clicked the 'Show Me' button on the om nibox search hint infobar."> 9577 <message name="IDS_OMNIBOX_SEARCH_HINT_OMNIBOX_TEXT" desc="The text displa yed selected in the omnibox once the user clicked the 'Show Me' button on the om nibox search hint infobar.">
9578 Type your search query here 9578 Type your search query here
9579 </message> 9579 </message>
9580 9580
9581 <!-- Sync strings --> 9581 <!-- Sync strings -->
9582 9582
9583 <!-- Sync options dialog strings --> 9583 <!-- Sync options dialog strings -->
9584 <if expr="not pp_ifdef('use_titlecase')"> 9584 <if expr="not pp_ifdef('use_titlecase')">
9585 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog."> 9585 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
9586 Sign in 9586 Sync
9587 </message> 9587 </message>
9588 </if> 9588 </if>
9589 <if expr="pp_ifdef('use_titlecase')"> 9589 <if expr="pp_ifdef('use_titlecase')">
9590 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case: The nam e of the sync group in the options dialog."> 9590 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case: The nam e of the sync group in the options dialog.">
9591 Sign In 9591 Sync
9592 </message> 9592 </message>
9593 </if> 9593 </if>
9594 <if expr="not pp_ifdef('use_titlecase')"> 9594 <if expr="not pp_ifdef('use_titlecase')">
9595 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case : The select option that allows the user to select which datatypes to sync."> 9595 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case : The select option that allows the user to select which datatypes to sync.">
9596 Choose what to sync 9596 Choose what to sync
9597 </message> 9597 </message>
9598 </if> 9598 </if>
9599 <if expr="pp_ifdef('use_titlecase')"> 9599 <if expr="pp_ifdef('use_titlecase')">
9600 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In Title Case: T he select option that allows the user to select which datatypes to sync."> 9600 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In Title Case: T he select option that allows the user to select which datatypes to sync.">
9601 Choose What to Sync 9601 Choose What to Sync
9602 </message> 9602 </message>
9603 </if> 9603 </if>
9604 <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced."> 9604 <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced.">
9605 Everything 9605 Everything
9606 </message> 9606 </message>
9607 <message name="IDS_SYNC_OVERVIEW" desc="The message that appears in the op tions dialog when sync has not been set up by the user."> 9607 <message name="IDS_SYNC_OVERVIEW" desc="The message that appears in the op tions dialog when sync has not been set up by the user.">
9608 Sign into <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Googl e Account to save your personalized browser features to the web and access them from <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> on any computer. You'll also be automatically signed into your favorite Google services. 9608 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> securely syncs you r data with your Google account.
9609 </message>
9610 <message name="IDS_SYNC_FURTHER_OVERVIEW" desc="The second message that ap pears in the options dialog when sync has not been set up by the user.">
9611 Keep everything synced or choose what data to sync from this computer.
9609 </message> 9612 </message>
9610 <if expr="not pp_ifdef('use_titlecase')"> 9613 <if expr="not pp_ifdef('use_titlecase')">
9611 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="The label that ap pears on the sync button in the options dialog when sync has not been set up by the user."> 9614 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="The label that ap pears on the sync button in the options dialog when sync has not been set up by the user.">
9612 Sign into <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> 9615 Set up sync...
9613 </message> 9616 </message>
9614 </if> 9617 </if>
9615 <if expr="pp_ifdef('use_titlecase')"> 9618 <if expr="pp_ifdef('use_titlecase')">
9616 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="In Title Case. Th e label that appears on the sync button in the options dialog when sync has not been set up by the user."> 9619 <message name="IDS_SYNC_START_SYNC_BUTTON_LABEL" desc="In Title Case. Th e label that appears on the sync button in the options dialog when sync has not been set up by the user.">
9617 Sign Into <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> 9620 Set Up Sync...
9618 </message> 9621 </message>
9619 </if> 9622 </if>
9620 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u nspecified but unrecoverable error occurs during sync setup."> 9623 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u nspecified but unrecoverable error occurs during sync setup.">
9621 An error occurred while trying to set up sync. 9624 An error occurred while trying to set up sync.
9622 </message> 9625 </message>
9623 <message name="IDS_SYNC_SETUP_ABORTED_BY_PENDING_CLEAR" desc="The error me ssage displayed to the user when setup was aborted because the server reported t hat a pending clear private data operation is in progress"> 9626 <message name="IDS_SYNC_SETUP_ABORTED_BY_PENDING_CLEAR" desc="The error me ssage displayed to the user when setup was aborted because the server reported t hat a pending clear private data operation is in progress">
9624 The sync server is busy, please try again later. 9627 The sync server is busy, please try again later.
9625 </message> 9628 </message>
9626 <message name="IDS_SYNC_ACCOUNT_SYNCED_TO_USER_WITH_TIME" desc="The messag e that appears in the options dialog indicating that account is synced to a user with the given email address. The last sync also appears in the message."> 9629 <message name="IDS_SYNC_ACCOUNT_SYNCED_TO_USER_WITH_TIME" desc="The messag e that appears in the options dialog indicating that account is synced to a user with the given email address. The last sync also appears in the message.">
9627 Synced as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. L ast synced: <ph name="LAST_SYNC_TIME">$2<ex>12 seconds ago</ex></ph> 9630 Synced as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. L ast synced: <ph name="LAST_SYNC_TIME">$2<ex>12 seconds ago</ex></ph>
9628 </message> 9631 </message>
9629 <message name="IDS_SYNC_ACCOUNT_SYNCING_TO_USER" desc="The message that ap pears in the options dialog indicating that account is syncing to a user with th e given email address."> 9632 <message name="IDS_SYNC_ACCOUNT_SYNCING_TO_USER" desc="The message that ap pears in the options dialog indicating that account is syncing to a user with th e given email address.">
9630 Signed into <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></ph>. Manage your synced data on <ph name="BEGIN_LINK">&lt;a href="$2"&gt;</ph>Google Dashboard<ph name="END_LINK">&lt;/a&gt;.</ph> 9633 Last synced as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></p h>. Manage sync data on <ph name="BEGIN_LINK">&lt;a href="$2"&gt;</ph>Google Das hboard<ph name="END_LINK">&lt;/a&gt;.</ph>
9631 </message> 9634 </message>
9632 <message name="IDS_SYNC_ACCOUNT_DETAILS_NOT_ENTERED" desc="The sync setup is underway and the user has not yet entered credentials."> 9635 <message name="IDS_SYNC_ACCOUNT_DETAILS_NOT_ENTERED" desc="The sync setup is underway and the user has not yet entered credentials.">
9633 Account sign-in details are not yet entered. 9636 Account sign-in details are not yet entered.
9634 </message> 9637 </message>
9635 <message name="IDS_SYNC_AUTHENTICATING_LABEL" desc="Label to display while the user is being authenticated to use sync."> 9638 <message name="IDS_SYNC_AUTHENTICATING_LABEL" desc="Label to display while the user is being authenticated to use sync.">
9636 Authenticating... 9639 Authenticating...
9637 </message> 9640 </message>
9638 <message name="IDS_SYNC_INVALID_USER_CREDENTIALS" desc="Error message to d isplay when the user name or password entered by the user are invalid."> 9641 <message name="IDS_SYNC_INVALID_USER_CREDENTIALS" desc="Error message to d isplay when the user name or password entered by the user are invalid.">
9639 Invalid user name or password. 9642 Invalid user name or password.
9640 </message> 9643 </message>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
9705 <message name="IDS_SYNC_LOGIN_INFO_OUT_OF_DATE" desc="The login informatio n for the user is out of date - for example, the user changed their password and therefore signing in again is required."> 9708 <message name="IDS_SYNC_LOGIN_INFO_OUT_OF_DATE" desc="The login informatio n for the user is out of date - for example, the user changed their password and therefore signing in again is required.">
9706 Account sign-in details are out of date. 9709 Account sign-in details are out of date.
9707 </message> 9710 </message>
9708 <message name="IDS_SYNC_SERVER_IS_UNREACHABLE" desc="The message to displa y in the New Tab Page sync section when the server is unreachable."> 9711 <message name="IDS_SYNC_SERVER_IS_UNREACHABLE" desc="The message to displa y in the New Tab Page sync section when the server is unreachable.">
9709 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> could not sync you r data because it could not connect to the sync server. Retrying... 9712 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> could not sync you r data because it could not connect to the sync server. Retrying...
9710 </message> 9713 </message>
9711 <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on i n the hyperlink when the user needs to sign in again to use sync."> 9714 <message name="IDS_SYNC_RELOGIN_LINK_LABEL" desc="The text to display on i n the hyperlink when the user needs to sign in again to use sync.">
9712 Sign in again 9715 Sign in again
9713 </message> 9716 </message>
9714 <message name="IDS_SYNC_PRIVACY_DASHBOARD_LINK_LABEL" desc="The label on a link that brings users to the Google Privacy Dashboard to control sync"> 9717 <message name="IDS_SYNC_PRIVACY_DASHBOARD_LINK_LABEL" desc="The label on a link that brings users to the Google Privacy Dashboard to control sync">
9715 Manage your synced data on the Google Dashboard 9718 Remove synced data on Google Dashboard
9716 </message> 9719 </message>
9717 <message name="IDS_SYNC_CUSTOMIZE_BUTTON_LABEL" desc="The text to display on the button to customize which data types the user is syncing."> 9720 <message name="IDS_SYNC_CUSTOMIZE_BUTTON_LABEL" desc="The text to display on the button to customize which data types the user is syncing.">
9718 Customize... 9721 Customize...
9719 </message> 9722 </message>
9720 <if expr="not pp_ifdef('use_titlecase')"> 9723 <if expr="not pp_ifdef('use_titlecase')">
9721 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality."> 9724 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality.">
9722 Disconnect your Google Account 9725 Stop syncing this account...
9723 </message> 9726 </message>
9724 </if> 9727 </if>
9725 <if expr="pp_ifdef('use_titlecase')"> 9728 <if expr="pp_ifdef('use_titlecase')">
9726 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="In title case: the text to display on the button to indicate stop syncing functionality."> 9729 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="In title case: the text to display on the button to indicate stop syncing functionality.">
9727 Disconnect Your Google Account 9730 Stop Syncing This Account...
9728 </message> 9731 </message>
9729 </if> 9732 </if>
9730 <message name="IDS_SYNC_STOP_SYNCING_CONFIRM_BUTTON_LABEL" desc="The text to display on the button to confirm the user wishes to stop syncing."> 9733 <message name="IDS_SYNC_STOP_SYNCING_CONFIRM_BUTTON_LABEL" desc="The text to display on the button to confirm the user wishes to stop syncing.">
9731 Disconnect account 9734 Stop syncing
9732 </message> 9735 </message>
9733 <if expr="not pp_ifdef('use_titlecase')"> 9736 <if expr="not pp_ifdef('use_titlecase')">
9734 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="The title of th e dialog that explains what 'stop syncing' means."> 9737 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="The title of th e dialog that explains what 'stop syncing' means.">
9735 Disconnect your Google Account 9738 Stop syncing this account
9736 </message> 9739 </message>
9737 </if> 9740 </if>
9738 <if expr="pp_ifdef('use_titlecase')"> 9741 <if expr="pp_ifdef('use_titlecase')">
9739 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="In title case: the title of the dialog that explains what 'stop syncing' means."> 9742 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="In title case: the title of the dialog that explains what 'stop syncing' means.">
9740 Disconnect Your Google Account 9743 Stop Syncing This Account
9741 </message> 9744 </message>
9742 </if> 9745 </if>
9743 <message name="IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL" desc="The text to display below the 'Stop syncing this account' button on the options pane, explai ning what the button does."> 9746 <message name="IDS_SYNC_STOP_SYNCING_EXPLANATION_LABEL" desc="The text to display below the 'Stop syncing this account' button on the options pane, explai ning what the button does.">
9744 By disconnecting your Google Account from <ph name="PRODUCT_NAME">$1<ex> Chrome</ex></ph>, changes to your data on this computer will no longer be synced to your Google Account. Data already stored in your Google Account will remain there. 9747 If you stop syncing, the data stored on this computer as well as the dat a stored in your Google Account will remain in both places. However, new data or changes you make to your data will not be synchronized between them.
9745 </message> 9748 </message>
9746 <!-- Sync time strings --> 9749 <!-- Sync time strings -->
9747 <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync ha s never completed."> 9750 <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync ha s never completed.">
9748 Never 9751 Never
9749 </message> 9752 </message>
9750 <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle j ust finished."> 9753 <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle j ust finished.">
9751 Just now 9754 Just now
9752 </message> 9755 </message>
9753 <message name="IDS_SYNC_ADVANCED_OPTIONS" desc="The text in the link that brings up the sync configure screen in the new tab page new data type notificati on."> 9756 <message name="IDS_SYNC_ADVANCED_OPTIONS" desc="The text in the link that brings up the sync configure screen in the new tab page new data type notificati on.">
9754 Advanced options 9757 Advanced options
(...skipping 3988 matching lines...) Expand 10 before | Expand all | Expand 10 after
13743 </messages> 13746 </messages>
13744 <structures fallback_to_english="true"> 13747 <structures fallback_to_english="true">
13745 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13748 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13746 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13747 </structure> 13750 </structure>
13748 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13751 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13749 </structure> 13752 </structure>
13750 </structures> 13753 </structures>
13751 </release> 13754 </release>
13752 </grit> 13755 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698