OLD | NEW |
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. OS values are passed through from Python's sys.platform: | 5 locale. OS values are passed through from Python's sys.platform: |
6 | 6 |
7 win32 - Windows | 7 win32 - Windows |
8 darwin - Mac | 8 darwin - Mac |
9 linux2 - Linux (both Views and GTK+) | 9 linux2 - Linux (both Views and GTK+) |
10 | 10 |
(...skipping 8725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8736 </if> | 8736 </if> |
8737 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u
nspecified but unrecoverable error occurs during sync setup."> | 8737 <message name="IDS_SYNC_SETUP_ERROR" desc="The message displayed when an u
nspecified but unrecoverable error occurs during sync setup."> |
8738 An error occurred while trying to set up sync. | 8738 An error occurred while trying to set up sync. |
8739 </message> | 8739 </message> |
8740 <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"> | 8740 <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"> |
8741 The sync server is busy, please try again later. | 8741 The sync server is busy, please try again later. |
8742 </message> | 8742 </message> |
8743 <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."> | 8743 <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."> |
8744 Synced to <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> | 8744 Synced to <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> |
8745 </message> | 8745 </message> |
| 8746 <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."> |
| 8747 Last synced to <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com</ex></p
h>. |
| 8748 Manage sync data on <ph name="BEGIN_LINK"><a href="$2"></ph>Google
Dashboard<ph name="END_LINK"></a></ph> |
| 8749 </message> |
8746 <message name="IDS_SYNC_ACCOUNT_DETAILS_NOT_ENTERED" desc="The sync setup
is underway and the user has not yet entered credentials."> | 8750 <message name="IDS_SYNC_ACCOUNT_DETAILS_NOT_ENTERED" desc="The sync setup
is underway and the user has not yet entered credentials."> |
8747 Account sign-in details are not yet entered. | 8751 Account sign-in details are not yet entered. |
8748 </message> | 8752 </message> |
8749 <message name="IDS_SYNC_AUTHENTICATING_LABEL" desc="Label to display while
the user is being authenticated to use sync."> | 8753 <message name="IDS_SYNC_AUTHENTICATING_LABEL" desc="Label to display while
the user is being authenticated to use sync."> |
8750 Authenticating... | 8754 Authenticating... |
8751 </message> | 8755 </message> |
8752 <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."> | 8756 <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."> |
8753 Invalid user name or password. | 8757 Invalid user name or password. |
8754 </message> | 8758 </message> |
8755 <message name="IDS_SYNC_GAIA_CAPTCHA_INSTRUCTIONS" desc="Explanatory messa
ge shown when the user must type letters shown in a captcha image to reauthentic
ate."> | 8759 <message name="IDS_SYNC_GAIA_CAPTCHA_INSTRUCTIONS" desc="Explanatory messa
ge shown when the user must type letters shown in a captcha image to reauthentic
ate."> |
(...skipping 3711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12467 </includes> | 12471 </includes> |
12468 <structures fallback_to_english="true"> | 12472 <structures fallback_to_english="true"> |
12469 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12473 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12470 </structure> | 12474 </structure> |
12471 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12475 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12472 </structure> | 12476 </structure> |
12473 </structures> | 12477 </structures> |
12474 | 12478 |
12475 </release> | 12479 </release> |
12476 </grit> | 12480 </grit> |
OLD | NEW |