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 8335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8346 <if expr="pp_ifdef('use_titlecase')"> | 8346 <if expr="pp_ifdef('use_titlecase')"> |
8347 <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."> | 8347 <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."> |
8348 Enable These Features... | 8348 Enable These Features... |
8349 </message> | 8349 </message> |
8350 </if> | 8350 </if> |
8351 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in
the options dialog to explain why to create additional profiles."> | 8351 <message name="IDS_PROFILES_CREATE_INFO" desc="The message that appears in
the options dialog to explain why to create additional profiles."> |
8352 If you want to allow multiple people to use and customize Chrome, you ca
n create additional profiles. | 8352 If you want to allow multiple people to use and customize Chrome, you ca
n create additional profiles. |
8353 </message> | 8353 </message> |
8354 <if expr="not pp_ifdef('use_titlecase')"> | 8354 <if expr="not pp_ifdef('use_titlecase')"> |
8355 <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."> | 8355 <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."> |
8356 Create new profile | 8356 Create new profile... |
8357 </message> | 8357 </message> |
8358 </if> | 8358 </if> |
8359 <if expr="pp_ifdef('use_titlecase')"> | 8359 <if expr="pp_ifdef('use_titlecase')"> |
8360 <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."> | 8360 <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."> |
8361 Create New Profile | 8361 Create New Profile... |
8362 </message> | 8362 </message> |
8363 </if> | 8363 </if> |
| 8364 <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."> |
| 8365 Manage... |
| 8366 </message> |
| 8367 <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."> |
| 8368 Delete... |
| 8369 </message> |
8364 <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."> | 8370 <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."> |
8365 Using Chrome profile <ph name="USER_EMAIL_ADDRESS"> | 8371 Using Chrome profile <ph name="USER_EMAIL_ADDRESS"> |
8366 $1<ex>foo@gmail.com</ex> | 8372 $1<ex>foo@gmail.com</ex> |
8367 </ph>. Last synced: <ph name="LAST_SYNC_TIME"> | 8373 </ph>. Last synced: <ph name="LAST_SYNC_TIME"> |
8368 $2<ex>12 seconds ago</ex> | 8374 $2<ex>12 seconds ago</ex> |
8369 </ph> | 8375 </ph> |
8370 </message> | 8376 </message> |
8371 <if expr="not pp_ifdef('use_titlecase')"> | 8377 <if expr="not pp_ifdef('use_titlecase')"> |
8372 <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."> | 8378 <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."> |
8373 Disconnect this account... | 8379 Disconnect this account... |
(...skipping 4602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12976 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t
hat describes what a profile is."> | 12982 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_BODY" desc="Main body of text t
hat describes what a profile is."> |
12977 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains | 12983 A <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> profile contains |
12978 a set of bookmarks, browsing history, saved passwords, and themes. You | 12984 a set of bookmarks, browsing history, saved passwords, and themes. You |
12979 can create multiple profiles if you need to manage separate settings. | 12985 can create multiple profiles if you need to manage separate settings. |
12980 For example, you can use one profile, and your friend can use another." | 12986 For example, you can use one profile, and your friend can use another." |
12981 </message> | 12987 </message> |
12982 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e
nd of the summary that describes what to do next."> | 12988 <message name="IDS_NEW_PROFILE_SETUP_SUMMARY_CONCLUSION" desc="Text at the e
nd of the summary that describes what to do next."> |
12983 Choose a name and an avatar, then click Create to create a new profile. | 12989 Choose a name and an avatar, then click Create to create a new profile. |
12984 </message> | 12990 </message> |
12985 | 12991 |
| 12992 <!-- Manage Profile Dialog --> |
| 12993 <if expr="pp_ifdef('use_titlecase')"> |
| 12994 <message name="IDS_PROFILES_MANAGE_TITLE" desc="In Title Case: Title of th
e manage profile dialog"> |
| 12995 Manage Profile |
| 12996 </message> |
| 12997 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="In Title Case: Label
next to the profile name text field."> |
| 12998 Profile Name: |
| 12999 </message> |
| 13000 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="In Title Case: Label
next to the profile avatar icon chooser."> |
| 13001 Profile Icon: |
| 13002 </message> |
| 13003 </if> |
| 13004 <if expr="not pp_ifdef('use_titlecase')"> |
| 13005 <message name="IDS_PROFILES_MANAGE_TITLE" desc="Title of the manage profil
e dialog"> |
| 13006 Manage profile |
| 13007 </message> |
| 13008 <message name="IDS_PROFILES_MANAGE_NAME_LABEL" desc="Label next to the pro
file name text field."> |
| 13009 Profile name: |
| 13010 </message> |
| 13011 <message name="IDS_PROFILES_MANAGE_ICON_LABEL" desc="Label next to the pro
file avatar icon chooser."> |
| 13012 Profile icon: |
| 13013 </message> |
| 13014 </if> |
| 13015 <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
."> |
| 13016 Whoops, this name is already in use! |
| 13017 </message> |
| 13018 |
| 13019 <!-- Delete Profile Dialog --> |
| 13020 <if expr="pp_ifdef('use_titlecase')"> |
| 13021 <message name="IDS_PROFILES_DELETE_TITLE" desc="In Title Case: Title of th
e delete profile dialog"> |
| 13022 Delete Profile |
| 13023 </message> |
| 13024 <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."> |
| 13025 Delete |
| 13026 </message> |
| 13027 </if> |
| 13028 <if expr="not pp_ifdef('use_titlecase')"> |
| 13029 <message name="IDS_PROFILES_DELETE_TITLE" desc="Title of the delete profil
e dialog"> |
| 13030 Delete profile |
| 13031 </message> |
| 13032 <message name="IDS_PROFILES_DELETE_OK_BUTTON_LABEL" desc="The text to disp
lay on the button to confirm deleting the profile."> |
| 13033 Delete |
| 13034 </message> |
| 13035 </if> |
| 13036 <message name="IDS_PROFILES_DELETE_MESSAGE" desc="Message explaining to the
user what will happen if they delete this profile"> |
| 13037 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! |
| 13038 </message> |
| 13039 <message name="IDS_PROFILES_LIST_ITEM_CURRENT" desc="Text to display in the
multi-profiles list when this profile is the current profile"> |
| 13040 <ph name="PROFILE_NAME">$1<ex>Default Profile</ex></ph> (current profile) |
| 13041 </message> |
| 13042 |
12986 </messages> | 13043 </messages> |
12987 <includes> | 13044 <includes> |
12988 <if expr="pp_ifdef('_google_chrome')"> | 13045 <if expr="pp_ifdef('_google_chrome')"> |
12989 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> | 13046 <include name="IDI_CHROME_FRAME_ICON" file="theme\google_chrome\chrome.i
co" type="ICON" /> |
12990 </if> | 13047 </if> |
12991 <if expr="not pp_ifdef('_google_chrome')"> | 13048 <if expr="not pp_ifdef('_google_chrome')"> |
12992 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> | 13049 <include name="IDI_CHROME_FRAME_ICON" file="theme\chromium\chromium.ico"
type="ICON" /> |
12993 </if> | 13050 </if> |
12994 </includes> | 13051 </includes> |
12995 <structures fallback_to_english="true"> | 13052 <structures fallback_to_english="true"> |
12996 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13053 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12997 </structure> | 13054 </structure> |
12998 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13055 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12999 </structure> | 13056 </structure> |
13000 </structures> | 13057 </structures> |
13001 | 13058 |
13002 </release> | 13059 </release> |
13003 </grit> | 13060 </grit> |
OLD | NEW |