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 8921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8932 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" | 8932 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" |
8933 desc="Text for the button that opens the app full screen."> | 8933 desc="Text for the button that opens the app full screen."> |
8934 Open full screen | 8934 Open full screen |
8935 </message> | 8935 </message> |
8936 <if expr="pp_ifdef('chromeos')"> | 8936 <if expr="pp_ifdef('chromeos')"> |
8937 <message name="IDS_NEW_TAB_CLOSE_MENU_EXPAND" desc="Text for the closed
section menu footer that will restore the section."> | 8937 <message name="IDS_NEW_TAB_CLOSE_MENU_EXPAND" desc="Text for the closed
section menu footer that will restore the section."> |
8938 Expand | 8938 Expand |
8939 </message> | 8939 </message> |
8940 </if> | 8940 </if> |
8941 | 8941 |
| 8942 <!-- App Notifications --> |
| 8943 <message name="IDS_APP_NOTIFICATION_NEED_SIGNIN" desc="Displayed when an a
pp wants to send server push notifictions to Chrome, but the user isn't signed i
n to the browser (which is required for the feature to work)."> |
| 8944 <ph name="APP_NAME">$1<ex>Google News</ex></ph> would like to send notif
ications, but you need to be signed in to Chrome. |
| 8945 </message> |
| 8946 <message name="IDS_APP_NOTIFICATION_NEED_SIGNIN_ACCEPT" desc="Text shown f
or the button that will take you to sign in to the browser."> |
| 8947 Sign in now |
| 8948 </message> |
| 8949 <message name="IDS_APP_NOTIFICATION_NEED_SIGNIN_CANCEL" desc="Text shown f
or the button to indicate the user is not interested in the feature."> |
| 8950 No thanks |
| 8951 </message> |
| 8952 |
8942 <!-- Offline page --> | 8953 <!-- Offline page --> |
8943 <if expr="pp_ifdef('chromeos')"> | 8954 <if expr="pp_ifdef('chromeos')"> |
8944 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli
ne"> | 8955 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli
ne"> |
8945 Your device is offline | 8956 Your device is offline |
8946 </message> | 8957 </message> |
8947 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> | 8958 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> |
8948 The webpage at <ph name="HOST_NAME"><strong>$1<ex>www.offline.co
m</ex></strong></ph> cannot be reached because your network connection is
down. The page will be loaded when the network connection is restored. <ph name=
"LINE_BREAK"><br><ex><br></ex></ph> | 8959 The webpage at <ph name="HOST_NAME"><strong>$1<ex>www.offline.co
m</ex></strong></ph> cannot be reached because your network connection is
down. The page will be loaded when the network connection is restored. <ph name=
"LINE_BREAK"><br><ex><br></ex></ph> |
8949 </message> | 8960 </message> |
8950 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> | 8961 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> |
8951 The app at <ph name="HOST_NAME"><strong>$1<ex>www.offline.com</e
x></strong></ph> cannot be reached because your network connection is down
. The page will be loaded when the network connection is restored. <ph name="LIN
E_BREAK"><br><ex><br></ex></ph> | 8962 The app at <ph name="HOST_NAME"><strong>$1<ex>www.offline.com</e
x></strong></ph> cannot be reached because your network connection is down
. The page will be loaded when the network connection is restored. <ph name="LIN
E_BREAK"><br><ex><br></ex></ph> |
(...skipping 5577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14529 </messages> | 14540 </messages> |
14530 <structures fallback_to_english="true"> | 14541 <structures fallback_to_english="true"> |
14531 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14542 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14532 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14543 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14533 </structure> | 14544 </structure> |
14534 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14545 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14535 </structure> | 14546 </structure> |
14536 </structures> | 14547 </structures> |
14537 </release> | 14548 </release> |
14538 </grit> | 14549 </grit> |
OLD | NEW |