| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <grit-part> | 2 <grit-part> |
| 3 | 3 |
| 4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab."> | 4 <message name="IDS_DEFAULT_TAB_TITLE" desc="The default title in a tab."> |
| 5 Untitled | 5 Untitled |
| 6 </message> | 6 </message> |
| 7 | 7 |
| 8 <!-- Sad Tab Strings --> | 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"> | 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! | 10 Aw, Snap! |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 </if> | 24 </if> |
| 25 <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."> | 25 <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."> |
| 26 If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>s
uggestions</ex></ph>. | 26 If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>s
uggestions</ex></ph>. |
| 27 </message> | 27 </message> |
| 28 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the
sad tab page pointing the users to a help article."> | 28 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the
sad tab page pointing the users to a help article."> |
| 29 suggestions | 29 suggestions |
| 30 </message> | 30 </message> |
| 31 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab
page for reloading a page." formatter_data="android_java"> | 31 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab
page for reloading a page." formatter_data="android_java"> |
| 32 Reload | 32 Reload |
| 33 </message> | 33 </message> |
| 34 <if expr="is_android"> |
| 35 <message name="IDS_SAD_TAB_SEND_FEEDBACK_LABEL" desc="Button label in th
e sad tab page for sending feedback. This label replaces the reload button after
a crash happens twice in a row." formatter_data="android_java"> |
| 36 Send Feedback |
| 37 </message> |
| 38 </if> |
| 34 | 39 |
| 35 <!-- New Tab --> | 40 <!-- New Tab --> |
| 36 <message name="IDS_NEW_TAB_TITLE" | 41 <message name="IDS_NEW_TAB_TITLE" |
| 37 desc="Title of the new tab page, not to be confused with the acti
on of opening a new tab."> | 42 desc="Title of the new tab page, not to be confused with the acti
on of opening a new tab."> |
| 38 New Tab | 43 New Tab |
| 39 </message> | 44 </message> |
| 40 <if expr="not is_android"> | 45 <if expr="not is_android"> |
| 41 <message name="IDS_NEW_TAB_OTR_HEADING" | 46 <message name="IDS_NEW_TAB_OTR_HEADING" |
| 42 desc="Heading used when a person opens an OTR window"> | 47 desc="Heading used when a person opens an OTR window"> |
| 43 You’ve gone incognito | 48 You’ve gone incognito |
| (...skipping 10 matching lines...) Expand all Loading... |
| 54 desc="OTR window warning message. This follows the IDS_NEW_TAB_
OTR_DESCRIPTION paragraph"> | 59 desc="OTR window warning message. This follows the IDS_NEW_TAB_
OTR_DESCRIPTION paragraph"> |
| 55 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. | 60 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. |
| 56 </message> | 61 </message> |
| 57 </if> | 62 </if> |
| 58 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" | 63 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" |
| 59 desc="Action link text to undo removing a thumbnail from the most visit
ed section."> | 64 desc="Action link text to undo removing a thumbnail from the most visit
ed section."> |
| 60 Undo | 65 Undo |
| 61 </message> | 66 </message> |
| 62 | 67 |
| 63 </grit-part> | 68 </grit-part> |
| OLD | NEW |