Chromium Code Reviews| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 136 </message> | 136 </message> |
| 137 </if> | 137 </if> |
| 138 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" | 138 <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE" |
| 139 desc="Action link text to undo removing a thumbnail from the most visit ed section."> | 139 desc="Action link text to undo removing a thumbnail from the most visit ed section."> |
| 140 Undo | 140 Undo |
| 141 </message> | 141 </message> |
| 142 | 142 |
| 143 <!-- Incognito Tab redesign strings --> | 143 <!-- Incognito Tab redesign strings --> |
| 144 <!-- TODO(msramek): Merge with the above section once this is fully launch ed. --> | 144 <!-- TODO(msramek): Merge with the above section once this is fully launch ed. --> |
| 145 | 145 |
| 146 <message name="IDS_NEW_TAB_OTR_TITLE" desc="Title of the Incognito new tab page." formatter_data="android_java"> | 146 <message name="IDS_NEW_TAB_OTR_TITLE" desc="Title of the Incognito new tab page. The Incognito mode provides private browsing experience by hiding browsin g activity from other people using the same device. However, it does not make th e user completely invisible or anonymous; please don't translate it as such." fo rmatter_data="android_java"> |
| 147 You’ve gone incognito | 147 You’ve gone incognito |
| 148 </message> | 148 </message> |
| 149 <message name="IDS_NEW_TAB_OTR_SUBTITLE" desc="Subtitle of the Incognito n ew tab page, explaining to the user that the Incognito mode hides their browsing activity from other people using the device." formatter_data="android_java"> | 149 <message name="IDS_NEW_TAB_OTR_SUBTITLE" desc="Subtitle of the Incognito n ew tab page, explaining to the user that the Incognito mode hides their browsing activity from other people using the same device. The second sentence clarifies that there are two important exceptions from this rule - downloaded files and a dded bookmarks will be persisted even after the Incognito session is closed." fo rmatter_data="android_java"> |
| 150 Now you can browse in private, and other people who use this device won’ t see your activity. | 150 Now you can browse privately, and other people who use this device won’t see your activity. However, downloads and bookmarks will be saved. |
| 151 </message> | 151 </message> |
| 152 <message name="IDS_NEW_TAB_OTR_DISCLAIMER" desc="A disclaimer on the Incog nito new tab page, explaining to the user that downloaded files and added bookma rks will be persisted even after the Incognito session is closed." formatter_dat a="android_java"> | 152 <message name="IDS_NEW_TAB_OTR_NOT_SAVED_BULLET_POINTS" desc="Bullet point s listing data that are not saved in the Incognito mode. The '#' character in th is text represents a bullet point. Please keep it unchanged and do not add addit ional spaces around it. The text between the pair of '|' characters will be form atted programmatically to emphasize those words. 'Browsing history' means a hist ory of visited websites. 'Cookies and site data' refers to data saved by website s on the user's device (e.g. sign-in state, preferences, etc.)." formatter_data= "android_java"> |
| 153 Downloaded files and bookmarks will be kept. | 153 Chrome |won’t save| the following information:#Your browsing history#Coo kies and site data |
|
sdefresne
2017/03/29 11:39:06
I don't see where those two messages are used. How
msramek
2017/03/29 15:45:57
Yeah, the approach with the special characters is
| |
| 154 </message> | 154 </message> |
| 155 <message name="IDS_NEW_TAB_OTR_NOT_SAVED_BULLET_POINTS" desc="Bullet point s listing data that are not saved in the Incognito mode. The '#' character in th is text represents a bullet point. Please keep it unchanged and do not add addit ional spaces around it. The text between the pair of '|' characters will be high lighted." formatter_data="android_java"> | 155 <message name="IDS_NEW_TAB_OTR_VISIBLE" desc="Bullet points listing entiti es that might be able to see the user's Incognito activity. The '#' character in this text represents a bullet point. Please keep it unchanged and do not add ad ditional spaces around it. The text between the pair of '|' characters will be f ormatted programmatically to emphasize those words. The bullet points elaborate on the fact that Incognito only provides privacy with respect to other users on the same device. Websites you visit still know that you visited them. Your emplo yer, school, and/or internet service provider can still monitor network traffic, even if it comes from the Incognito mode." formatter_data="android_java"> |
| 156 This information |won’t be saved|:#Your browsing history#Your searches#C ookie data | 156 Your activity |might still be visible| to:#Websites you visit#Your emplo yer or school#Your internet service provider |
| 157 </message> | |
| 158 <message name="IDS_NEW_TAB_OTR_VISIBLE" desc="Bullet points listing entiti es that might be able to see the user's Incognito activity. The '#' character in this text represents a bullet point. Please keep it unchanged and do not add ad ditional spaces around it. The text between the pair of '|' characters will be h ighlighted." formatter_data="android_java"> | |
| 159 Your activity |might still be visible| to:#Websites you visit#Your emplo yer#Your internet service provider | |
| 160 </message> | 157 </message> |
| 161 | 158 |
| 162 </grit-part> | 159 </grit-part> |
| OLD | NEW |