OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <grit-part> |
| 3 |
| 4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab."> |
| 5 Untitled |
| 6 </message> |
| 7 |
| 8 <!-- Sad Tab Strings --> |
| 9 <message name="IDS_SAD_TAB_TITLE" desc="The title of the sad tab page that
is shown when a tab crashes. This is intended to be a humorous exclamation of d
ismay." formatter_data="android_java"> |
| 10 Aw, Snap! |
| 11 </message> |
| 12 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad
tab page." formatter_data="android_java"> |
| 13 Something went wrong while displaying this webpage. |
| 14 </message> |
| 15 <message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed
on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help."> |
| 16 If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>s
uggestions</ex></ph>. |
| 17 </message> |
| 18 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the
sad tab page pointing the users to a help article."> |
| 19 suggestions |
| 20 </message> |
| 21 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab
page for reloading a page." formatter_data="android_java"> |
| 22 Reload |
| 23 </message> |
| 24 |
| 25 <!-- New Tab --> |
| 26 <message name="IDS_NEW_TAB_TITLE" |
| 27 desc="Title of the new tab page, not to be confused with the acti
on of opening a new tab."> |
| 28 New Tab |
| 29 </message> |
| 30 <if expr="not is_android"> |
| 31 <message name="IDS_NEW_TAB_OTR_HEADING" |
| 32 desc="Heading used when a person opens an OTR window"> |
| 33 You’ve gone incognito |
| 34 </message> |
| 35 <message name="IDS_NEW_TAB_OTR_DESCRIPTION" |
| 36 desc="Used when a person opens an OTR window"> |
| 37 Pages you view in incognito tabs won’t stick around in your browser’s
history, cookie store, or search history after you’ve closed all of your incogni
to tabs. Any files you download or bookmarks you create will be kept. |
| 38 </message> |
| 39 <message name="IDS_NEW_TAB_OTR_LEARN_MORE_LINK" |
| 40 desc="OTR window link text to learn more"> |
| 41 Learn more |
| 42 </message> |
| 43 <message name="IDS_NEW_TAB_OTR_MESSAGE_WARNING" |
| 44 desc="OTR window warning message. This follows the IDS_NEW_TAB_
OTR_DESCRIPTION paragraph"> |
| 45 However, you aren’t invisible. Going incognito doesn’t hide your brows
ing from your employer, your internet service provider, or the websites you visi
t. |
| 46 </message> |
| 47 </if> |
| 48 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" |
| 49 desc="Action link text to undo removing a thumbnail from the most visit
ed section."> |
| 50 Undo |
| 51 </message> |
| 52 |
| 53 </grit-part> |
OLD | NEW |