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. 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 8337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8348 <if expr="pp_ifdef('use_titlecase')"> | 8348 <if expr="pp_ifdef('use_titlecase')"> |
8349 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T
he label that appears on the profile connect button in the options dialog when t
he user has not connected a Google Account to their profile."> | 8349 <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="In Title Case. T
he label that appears on the profile connect button in the options dialog when t
he user has not connected a Google Account to their profile."> |
8350 Enable These Features... | 8350 Enable These Features... |
8351 </message> | 8351 </message> |
8352 </if> | 8352 </if> |
8353 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in
the options dialog to explain why to create additional profiles."> | 8353 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in
the options dialog to explain why to create additional profiles."> |
8354 If you want to allow multiple people to use and customize Chrome, you ca
n create additional profiles. | 8354 If you want to allow multiple people to use and customize Chrome, you ca
n create additional profiles. |
8355 </message> | 8355 </message> |
8356 <if expr="not pp_ifdef('use_titlecase')"> | 8356 <if expr="not pp_ifdef('use_titlecase')"> |
8357 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="The label that ap
pears on the profile create button in the options dialog to allow a user to crea
te a new profile."> | 8357 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="The label that ap
pears on the profile create button in the options dialog to allow a user to crea
te a new profile."> |
8358 Create new profile | 8358 Create new profile... |
8359 </message> | 8359 </message> |
8360 </if> | 8360 </if> |
8361 <if expr="pp_ifdef('use_titlecase')"> | 8361 <if expr="pp_ifdef('use_titlecase')"> |
8362 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="In Title Case. Th
e label that appears on the profile create button in the options dialog to allow
a user to create a new profile."> | 8362 <message name="IDS_PROFILES_CREATE_BUTTON_LABEL" desc="In Title Case. Th
e label that appears on the profile create button in the options dialog to allow
a user to create a new profile."> |
8363 Create New Profile | 8363 Create New Profile... |
8364 </message> | 8364 </message> |
8365 </if> | 8365 </if> |
| 8366 <message name="IDS_PROFILES_MANAGE_BUTTON_LABEL" desc="The label that appe
ars on the profile manage button in the options dialog to allow a user to manage
their profile."> |
| 8367 Manage... |
| 8368 </message> |
| 8369 <message name="IDS_PROFILES_DELETE_BUTTON_LABEL" desc="The label that appe
ars on the profile delete button in the options dialog to allow a user to delete
their profile."> |
| 8370 Delete... |
| 8371 </message> |
8366 <message name="IDS_PROFILES_SYNCED_TO_USER_WITH_TIME" desc="The message th
at appears in the options dialog indicating that account is synced to a user wit
h the given email address. The last sync also appears in the message."> | 8372 <message name="IDS_PROFILES_SYNCED_TO_USER_WITH_TIME" desc="The message th
at appears in the options dialog indicating that account is synced to a user wit
h the given email address. The last sync also appears in the message."> |
8367 Using Chrome profile <ph name="USER_EMAIL_ADDRESS"> | 8373 Using Chrome profile <ph name="USER_EMAIL_ADDRESS"> |
8368 $1<ex>foo@gmail.com</ex> | 8374 $1<ex>foo@gmail.com</ex> |
8369 </ph>. Last synced: <ph name="LAST_SYNC_TIME"> | 8375 </ph>. Last synced: <ph name="LAST_SYNC_TIME"> |
8370 $2<ex>12 seconds ago</ex> | 8376 $2<ex>12 seconds ago</ex> |
8371 </ph> | 8377 </ph> |
8372 </message> | 8378 </message> |
8373 <if expr="not pp_ifdef('use_titlecase')"> | 8379 <if expr="not pp_ifdef('use_titlecase')"> |
8374 <message name="IDS_PROFILES_DISCONNECT_BUTTON_LABEL" desc="The text to d
isplay on the button to indicate profile disconnect (i.e., stop syncing) functio
nality."> | 8380 <message name="IDS_PROFILES_DISCONNECT_BUTTON_LABEL" desc="The text to d
isplay on the button to indicate profile disconnect (i.e., stop syncing) functio
nality."> |
8375 Disconnect this account... | 8381 Disconnect this account... |
(...skipping 4608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12984 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t
hat describes what a profile is."> | 12990 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t
hat describes what a profile is."> |
12985 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains | 12991 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains |
12986 a set of bookmarks, browsing history, saved passwords, and themes. You | 12992 a set of bookmarks, browsing history, saved passwords, and themes. You |
12987 can create multiple profiles if you need to manage separate settings. | 12993 can create multiple profiles if you need to manage separate settings. |
12988 For example, you can use one profile, and your friend can use another." | 12994 For example, you can use one profile, and your friend can use another." |
12989 </message> | 12995 </message> |
12990 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e
nd of the summary that describes what to do next."> | 12996 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e
nd of the summary that describes what to do next."> |
12991 Choose a name and an avatar, then click Create to create a new profile. | 12997 Choose a name and an avatar, then click Create to create a new profile. |
12992 </message> | 12998 </message> |
12993 | 12999 |
| 13000 <!-- Manage Profile Dialog --> |
| 13001 <if expr="pp_ifdef('use_titlecase')"> |
| 13002 <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of th
e manage profile dialog"> |
| 13003 Manage Profile |
| 13004 </message> |
| 13005 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label
next to the profile name text field."> |
| 13006 Profile Name: |
| 13007 </message> |
| 13008 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label
next to the profile avatar icon chooser."> |
| 13009 Profile Icon: |
| 13010 </message> |
| 13011 </if> |
| 13012 <if expr="not pp_ifdef('use_titlecase')"> |
| 13013 <message name="IDS_PROFILES_MANAGE_TITLE" desc="Title of the manage profil
e dialog"> |
| 13014 Manage profile |
| 13015 </message> |
| 13016 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the pro
file name text field."> |
| 13017 Profile name: |
| 13018 </message> |
| 13019 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the pro
file avatar icon chooser."> |
| 13020 Profile icon: |
| 13021 </message> |
| 13022 </if> |
| 13023 <message name="IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR" desc="error bubble
displayed when the user is attempting to rename a profile to a name that is used
."> |
| 13024 Whoops, this name is already in use! |
| 13025 </message> |
| 13026 |
| 13027 <!-- Delete Profile Dialog --> |
| 13028 <if expr="pp_ifdef('use_titlecase')"> |
| 13029 <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of th
e delete profile dialog"> |
| 13030 Delete Profile |
| 13031 </message> |
| 13032 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="In Title Case: T
he text to display on the button to confirm deleting the profile."> |
| 13033 Delete |
| 13034 </message> |
| 13035 </if> |
| 13036 <if expr="not pp_ifdef('use_titlecase')"> |
| 13037 <message name="IDS_PROFILES_DELETE_TITLE" desc="Title of the delete profil
e dialog"> |
| 13038 Delete profile |
| 13039 </message> |
| 13040 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="The text to disp
lay on the button to confirm deleting the profile."> |
| 13041 Delete |
| 13042 </message> |
| 13043 </if> |
| 13044 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the
user what will happen if they delete this profile"> |
| 13045 Are you sure you want to delete profile "<ph name="PROFILE_NAME">$1<ex>Def
ault Profile</ex></ph>" and all the data associated with it from this computer?
This cannot be undone! |
| 13046 </message> |
| 13047 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the
multi-profiles list when this profile is the current profile"> |
| 13048 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile) |
| 13049 </message> |
| 13050 |
12994 </messages> | 13051 </messages> |
12995 <includes> | 13052 <includes> |
12996 <if expr="pp_ifdef('_google_chrome')"> | 13053 <if expr="pp_ifdef('_google_chrome')"> |
12997 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> | 13054 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> |
12998 </if> | 13055 </if> |
12999 <if expr="not pp_ifdef('_google_chrome')"> | 13056 <if expr="not pp_ifdef('_google_chrome')"> |
13000 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> | 13057 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> |
13001 </if> | 13058 </if> |
13002 </includes> | 13059 </includes> |
13003 <structures fallback_to_english="true"> | 13060 <structures fallback_to_english="true"> |
13004 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13061 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13005 </structure> | 13062 </structure> |
13006 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13063 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13007 </structure> | 13064 </structure> |
13008 </structures> | 13065 </structures> |
13009 | 13066 |
13010 </release> | 13067 </release> |
13011 </grit> | 13068 </grit> |
OLD | NEW |