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 11266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11277 </message> | 11277 </message> |
11278 <message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon tool
tip text when a page is blocked from using geolocation."> | 11278 <message name="IDS_GEOLOCATION_BLOCKED_TOOLTIP" desc="Location bar icon tool
tip text when a page is blocked from using geolocation."> |
11279 This page has been blocked from tracking your location. | 11279 This page has been blocked from tracking your location. |
11280 </message> | 11280 </message> |
11281 | 11281 |
11282 <!-- ProcessSingleton --> | 11282 <!-- ProcessSingleton --> |
11283 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browse
r cannot start because the profile is in use on a different host."> | 11283 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browse
r cannot start because the profile is in use on a different host."> |
11284 The profile appears to be in use by process <ph name="PROCESS_ID">$1<ex>12
345</ex></ph> on host <ph name="HOST_NAME">$2<ex>example.com</ex></ph>. If you
are sure no other processes are using this profile, delete the file <ph name="LO
CK_FILE">$3<ex>/home/user/.config/google-chrome/SingletonLock</ex></ph> and rela
unch <ph name="PRODUCT_NAME">$4<ex>Google Chrome</ex></ph>. | 11284 The profile appears to be in use by process <ph name="PROCESS_ID">$1<ex>12
345</ex></ph> on host <ph name="HOST_NAME">$2<ex>example.com</ex></ph>. If you
are sure no other processes are using this profile, delete the file <ph name="LO
CK_FILE">$3<ex>/home/user/.config/google-chrome/SingletonLock</ex></ph> and rela
unch <ph name="PRODUCT_NAME">$4<ex>Google Chrome</ex></ph>. |
11285 </message> | 11285 </message> |
11286 | 11286 |
11287 <!-- Theme UI --> | |
11288 <message name="IDS_THEME_LOADING_TITLE" desc="The text to be displayed in a
window while a theme is loading."> | |
11289 Loading... | |
11290 </message> | |
11291 | |
11292 <!-- Update Recommended dialog --> | 11287 <!-- Update Recommended dialog --> |
11293 <if expr="not pp_ifdef('chromeos')"> | 11288 <if expr="not pp_ifdef('chromeos')"> |
11294 <message name="IDS_UPDATE_RECOMMENDED" desc="The main text of the Update R
ecommended dialog."> | 11289 <message name="IDS_UPDATE_RECOMMENDED" desc="The main text of the Update R
ecommended dialog."> |
11295 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is out of date bec
ause it hasn't been relaunched in a while. An update is available and will be ap
plied as soon as you relaunch. | 11290 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is out of date bec
ause it hasn't been relaunched in a while. An update is available and will be ap
plied as soon as you relaunch. |
11296 </message> | 11291 </message> |
11297 <message name="IDS_RELAUNCH_AND_UPDATE" desc="The button label for relaunc
hing and updating Chrome."> | 11292 <message name="IDS_RELAUNCH_AND_UPDATE" desc="The button label for relaunc
hing and updating Chrome."> |
11298 Relaunch | 11293 Relaunch |
11299 </message> | 11294 </message> |
11300 </if> | 11295 </if> |
11301 <if expr="pp_ifdef('chromeos')"> | 11296 <if expr="pp_ifdef('chromeos')"> |
(...skipping 3232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14534 </messages> | 14529 </messages> |
14535 <structures fallback_to_english="true"> | 14530 <structures fallback_to_english="true"> |
14536 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14531 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14537 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14532 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14538 </structure> | 14533 </structure> |
14539 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14534 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14540 </structure> | 14535 </structure> |
14541 </structures> | 14536 </structures> |
14542 </release> | 14537 </release> |
14543 </grit> | 14538 </grit> |
OLD | NEW |