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

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

Issue 7977029: [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, 3 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 9570 matching lines...) Expand 10 before | Expand all | Expand 10 after
9581 </message> 9581 </message>
9582 <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."> 9582 <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.">
9583 Type your search query here 9583 Type your search query here
9584 </message> 9584 </message>
9585 9585
9586 <!-- Sync strings --> 9586 <!-- Sync strings -->
9587 9587
9588 <!-- Sync options dialog strings --> 9588 <!-- Sync options dialog strings -->
9589 <if expr="not pp_ifdef('use_titlecase')"> 9589 <if expr="not pp_ifdef('use_titlecase')">
9590 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog."> 9590 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync g roup in the options dialog.">
9591 Sync 9591 Sign in
9592 </message> 9592 </message>
9593 </if> 9593 </if>
9594 <if expr="pp_ifdef('use_titlecase')"> 9594 <if expr="pp_ifdef('use_titlecase')">
9595 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case: The nam e of the sync group in the options dialog."> 9595 <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case: The nam e of the sync group in the options dialog.">
9596 Sync 9596 Sign In
9597 </message> 9597 </message>
9598 </if> 9598 </if>
9599 <if expr="not pp_ifdef('use_titlecase')"> 9599 <if expr="not pp_ifdef('use_titlecase')">
9600 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case : The select option that allows the user to select which datatypes to sync."> 9600 <message name="IDS_SYNC_OPTIONS_SELECT_DATATYPES" desc="In sentence case : The 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 <if expr="pp_ifdef('use_titlecase')"> 9604 <if expr="pp_ifdef('use_titlecase')">
9605 <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."> 9605 <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.">
9606 Choose What to Sync 9606 Choose What to Sync
9607 </message> 9607 </message>
9608 </if> 9608 </if>
9609 <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced."> 9609 <message name="IDS_SYNC_OPTIONS_SELECT_EVERYTHING" desc="The select option that selects all features to be synced.">
9610 Everything 9610 Everything
9611 </message> 9611 </message>
9612 <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."> 9612 <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.">
9613 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> securely syncs you r data with your Google account. 9613 Sign into <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> with your Googl e Acount to save your personalized browser features to the web and access them f rom <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph> on any computer. You'll also be automatically signed into your favorite Google services.
csilv 2011/09/21 21:13:57 typo: "Acount"
9614 </message>
9615 <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.">
9616 Keep everything synced or choose what data to sync from this computer.
9617 </message> 9614 </message>
9618 <if expr="not pp_ifdef('use_titlecase')"> 9615 <if expr="not pp_ifdef('use_titlecase')">
9619 <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."> 9616 <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.">
9620 Set up sync... 9617 Sign into <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph>
9621 </message> 9618 </message>
9622 </if> 9619 </if>
9623 <if expr="pp_ifdef('use_titlecase')"> 9620 <if expr="pp_ifdef('use_titlecase')">
9624 <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."> 9621 <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.">
9625 Set Up Sync... 9622 Sign Into <ph name="PRODUCT_NAME">$1<ex>Chrome</ex></ph>
9626 </message> 9623 </message>
9627 </if> 9624 </if>
9628 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u nspecified but unrecoverable error occurs during sync setup."> 9625 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u nspecified but unrecoverable error occurs during sync setup.">
9629 An error occurred while trying to set up sync. 9626 An error occurred while trying to set up sync.
9630 </message> 9627 </message>
9631 <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"> 9628 <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">
9632 The sync server is busy, please try again later. 9629 The sync server is busy, please try again later.
9633 </message> 9630 </message>
9634 <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."> 9631 <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.">
9635 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> 9632 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>
9636 </message> 9633 </message>
9637 <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."> 9634 <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.">
9638 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> 9635 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>
9639 </message> 9636 </message>
9640 <message name="IDS_SYNC_ACCOUNT_DETAILS_NOT_ENTERED" desc="The sync setup is underway and the user has not yet entered credentials."> 9637 <message name="IDS_SYNC_ACCOUNT_DETAILS_NOT_ENTERED" desc="The sync setup is underway and the user has not yet entered credentials.">
9641 Account sign-in details are not yet entered. 9638 Account sign-in details are not yet entered.
9642 </message> 9639 </message>
9643 <message name="IDS_SYNC_AUTHENTICATING_LABEL" desc="Label to display while the user is being authenticated to use sync."> 9640 <message name="IDS_SYNC_AUTHENTICATING_LABEL" desc="Label to display while the user is being authenticated to use sync.">
9644 Authenticating... 9641 Authenticating...
9645 </message> 9642 </message>
9646 <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."> 9643 <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.">
9647 Invalid user name or password. 9644 Invalid user name or password.
9648 </message> 9645 </message>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
9713 <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."> 9710 <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.">
9714 Account sign-in details are out of date. 9711 Account sign-in details are out of date.
9715 </message> 9712 </message>
9716 <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."> 9713 <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.">
9717 <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... 9714 <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...
9718 </message> 9715 </message>
9719 <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."> 9716 <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.">
9720 Sign in again 9717 Sign in again
9721 </message> 9718 </message>
9722 <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"> 9719 <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">
9723 Remove synced data on Google Dashboard 9720 Manage your synced data on the Google Dashboard
9724 </message> 9721 </message>
9725 <message name="IDS_SYNC_CUSTOMIZE_BUTTON_LABEL" desc="The text to display on the button to customize which data types the user is syncing."> 9722 <message name="IDS_SYNC_CUSTOMIZE_BUTTON_LABEL" desc="The text to display on the button to customize which data types the user is syncing.">
9726 Customize... 9723 Customize...
9727 </message> 9724 </message>
9728 <if expr="not pp_ifdef('use_titlecase')"> 9725 <if expr="not pp_ifdef('use_titlecase')">
9729 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality."> 9726 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="The text to dis play on the button to indicate stop syncing functionality.">
9730 Stop syncing this account... 9727 Remove your Google Account
9731 </message> 9728 </message>
9732 </if> 9729 </if>
9733 <if expr="pp_ifdef('use_titlecase')"> 9730 <if expr="pp_ifdef('use_titlecase')">
9734 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="In title case: the text to display on the button to indicate stop syncing functionality."> 9731 <message name="IDS_SYNC_STOP_SYNCING_BUTTON_LABEL" desc="In title case: the text to display on the button to indicate stop syncing functionality.">
9735 Stop Syncing This Account... 9732 Remove Your Google Account
9736 </message> 9733 </message>
9737 </if> 9734 </if>
9738 <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."> 9735 <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.">
9739 Stop syncing 9736 Stop syncing
9740 </message> 9737 </message>
9741 <if expr="not pp_ifdef('use_titlecase')"> 9738 <if expr="not pp_ifdef('use_titlecase')">
9742 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="The title of th e dialog that explains what 'stop syncing' means."> 9739 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="The title of th e dialog that explains what 'stop syncing' means.">
9743 Stop syncing this account 9740 Remove your Google Account
9744 </message> 9741 </message>
9745 </if> 9742 </if>
9746 <if expr="pp_ifdef('use_titlecase')"> 9743 <if expr="pp_ifdef('use_titlecase')">
9747 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="In title case: the title of the dialog that explains what 'stop syncing' means."> 9744 <message name="IDS_SYNC_STOP_SYNCING_DIALOG_TITLE" desc="In title case: the title of the dialog that explains what 'stop syncing' means.">
9748 Stop Syncing This Account 9745 Remove Your Google Account
9749 </message> 9746 </message>
9750 </if> 9747 </if>
9751 <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."> 9748 <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.">
9752 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. 9749 By removing your Google Account from <ph name="PRODUCT_NAME">$1<ex>Chrom e</ex></ph>, changes to your data on this computer will no longer be synced to y our Google Account. Data already stored in your Google Account will remain there .
9753 </message> 9750 </message>
9754 <!-- Sync time strings --> 9751 <!-- Sync time strings -->
9755 <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync ha s never completed."> 9752 <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync ha s never completed.">
9756 Never 9753 Never
9757 </message> 9754 </message>
9758 <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle j ust finished."> 9755 <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle j ust finished.">
9759 Just now 9756 Just now
9760 </message> 9757 </message>
9761 <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."> 9758 <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.">
9762 Advanced options 9759 Advanced options
(...skipping 3982 matching lines...) Expand 10 before | Expand all | Expand 10 after
13745 </messages> 13742 </messages>
13746 <structures fallback_to_english="true"> 13743 <structures fallback_to_english="true">
13747 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13744 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13748 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13745 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13749 </structure> 13746 </structure>
13750 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13747 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13751 </structure> 13748 </structure>
13752 </structures> 13749 </structures>
13753 </release> 13750 </release>
13754 </grit> 13751 </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