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 8927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8938 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" | 8938 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" |
8939 desc="Text for the button that opens the app full screen."> | 8939 desc="Text for the button that opens the app full screen."> |
8940 Open full screen | 8940 Open full screen |
8941 </message> | 8941 </message> |
8942 <if expr="pp_ifdef('chromeos')"> | 8942 <if expr="pp_ifdef('chromeos')"> |
8943 <message name="IDS_NEW_TAB_CLOSE_MENU_EXPAND" desc="Text for the closed
section menu footer that will restore the section."> | 8943 <message name="IDS_NEW_TAB_CLOSE_MENU_EXPAND" desc="Text for the closed
section menu footer that will restore the section."> |
8944 Expand | 8944 Expand |
8945 </message> | 8945 </message> |
8946 </if> | 8946 </if> |
8947 | 8947 |
| 8948 <!-- App Notifications --> |
| 8949 <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)."> |
| 8950 <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. |
| 8951 </message> |
| 8952 <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."> |
| 8953 Sign in now |
| 8954 </message> |
| 8955 <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."> |
| 8956 No thanks |
| 8957 </message> |
| 8958 |
8948 <!-- Offline page --> | 8959 <!-- Offline page --> |
8949 <if expr="pp_ifdef('chromeos')"> | 8960 <if expr="pp_ifdef('chromeos')"> |
8950 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli
ne"> | 8961 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli
ne"> |
8951 Your device is offline | 8962 Your device is offline |
8952 </message> | 8963 </message> |
8953 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> | 8964 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> |
8954 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> | 8965 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> |
8955 </message> | 8966 </message> |
8956 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> | 8967 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> |
8957 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> | 8968 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 5580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14538 </messages> | 14549 </messages> |
14539 <structures fallback_to_english="true"> | 14550 <structures fallback_to_english="true"> |
14540 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14551 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14541 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14552 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14542 </structure> | 14553 </structure> |
14543 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14554 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14544 </structure> | 14555 </structure> |
14545 </structures> | 14556 </structures> |
14546 </release> | 14557 </release> |
14547 </grit> | 14558 </grit> |
OLD | NEW |