[M73 Dev][EFL] Disable VizDisplayCompositor for EFL port
[platform/framework/web/chromium-efl.git] / components / new_or_sad_tab_strings.grdp
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       <message name="IDS_DOWNLOAD_TAB_TITLE" desc="The title for an empty Tab, which displays Download Manager.">
8         Download
9       </message>
10
11       <!-- Sad Tab Strings -->
12       <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 dismay." formatter_data="android_java">
13         Aw, Snap!
14       </message>
15       <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page." formatter_data="android_java">
16         Something went wrong while displaying this webpage.
17       </message>
18       <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.">
19         If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>suggestions</ex></ph>.
20       </message>
21       <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page linking the user to a help article.">
22         suggestions
23       </message>
24       <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java">
25         Reload
26       </message>
27       <if expr="is_android or is_ios">
28         <message name="IDS_SAD_TAB_SEND_FEEDBACK_LABEL" desc="Button label in the sad tab page for sending feedback. This label replaces the reload button after a crash happens twice in a row." formatter_data="android_java">
29           Send Feedback
30         </message>
31       </if>
32       <if expr="is_win">
33         <message name="IDS_SAD_TAB_OOM_TITLE" desc="The title of the web page displayed if content in Chrome browser does not load due to the browser being out of memory, and a reload failed to fix the issue.">
34           Not enough memory to open this page
35         </message>
36       </if>
37       <message name="IDS_SAD_TAB_RELOAD_TITLE" desc="The title of the web page displayed if content in Chrome browser does not load for an unknown reason, and a reload failed to fix the issue." formatter_data="android_java">
38         Can't open this page
39       </message>
40       <message name="IDS_SAD_TAB_OOM_MESSAGE_TABS" desc="The message displayed on the web page if content in Chrome browser does not load due to the browser being out of memory, a reload failed to fix the issue and other tabs are open.">
41         Try closing other tabs or programs to free up memory.
42       </message>
43       <message name="IDS_SAD_TAB_OOM_MESSAGE_NOTABS" desc="The message displayed on the web page if content in Chrome browser does not load due to the browser being out of memory, a reload failed to fix the issue and no other tabs are open.">
44         Try exiting other programs to free up memory.
45       </message>
46       <message name="IDS_SAD_TAB_RELOAD_TRY" desc="The message displayed on the web page if content in Chrome browser does not load and a reload failed to fix the issue. Introduces a bulleted list of solutions/tips for the user to try." formatter_data="android_java">
47         Try the following tips:
48       </message>
49       <if expr="is_macosx">
50         <message name="IDS_SAD_TAB_RELOAD_INCOGNITO" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to open the web page in Chrome's Incognito mode.">
51           Open page in a new Incognito window (⇧⌘N)
52         </message>
53       </if>
54       <if expr="is_win or is_linux or chromeos">
55         <message name="IDS_SAD_TAB_RELOAD_INCOGNITO" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to open the web page in Chrome's Incognito mode.">
56           Open page in a new Incognito window (Ctrl-Shift-N)
57         </message>
58       </if>
59       <if expr="is_android or is_ios">
60         <message name="IDS_SAD_TAB_RELOAD_INCOGNITO" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to open the web page in Chrome's Incognito mode." formatter_data="android_java">
61           Open page in a new Incognito tab
62         </message>
63         <message name="IDS_SAD_TAB_RELOAD_PRIVATE" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to open the web page in Chrome's private mode. Note that 'Private' is used as a different name for 'Incognito'." formatter_data="android_java">
64           Open page in a new Private tab
65         </message>
66       </if>
67       <if expr="is_macosx or chromeos">
68         <message name="IDS_SAD_TAB_RELOAD_CLOSE_TABS" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to close other Chrome tabs or apps running on their computer (Mac, Chrome OS).">
69           Close other tabs or apps
70         </message>
71       </if>
72       <if expr="is_linux and not chromeos">
73         <message name="IDS_SAD_TAB_RELOAD_CLOSE_TABS" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to close other Chrome tabs or programs running on their computer.">
74           Close other tabs or programs
75         </message>
76       </if>
77       <if expr="is_macosx or chromeos or is_ios">
78         <message name="IDS_SAD_TAB_RELOAD_CLOSE_NOTABS" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to close other apps running on their computer or device.">
79           Close other apps
80         </message>
81       </if>
82       <if expr="is_linux and not chromeos">
83         <message name="IDS_SAD_TAB_RELOAD_CLOSE_NOTABS" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to close other programs running on their computer (Linux).">
84           Close other programs
85         </message>
86       </if>
87       <if expr="_google_chrome">
88         <message name="IDS_SAD_TAB_RELOAD_RESTART_BROWSER" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to restart Chrome." formatter_data="android_java">
89           Restart Chrome
90         </message>
91       </if>
92       <if expr="not _google_chrome">
93         <message name="IDS_SAD_TAB_RELOAD_RESTART_BROWSER" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to restart Chromium." formatter_data="android_java">
94           Restart Chromium
95         </message>
96       </if>
97       <if expr="is_win or is_linux or is_macosx or chromeos">
98         <message name="IDS_SAD_TAB_RELOAD_RESTART_DEVICE" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to restart their computer.">
99           Restart your computer
100         </message>
101       </if>
102       <if expr="is_android or is_ios">
103         <message name="IDS_SAD_TAB_RELOAD_RESTART_DEVICE" desc="One of the bullet points displayed on the web page if a reload failed to fix the issue, advising the user to restart their device (i.e. phone or tablet)." formatter_data="android_java">
104           Restart your device
105         </message>
106       </if>
107       <if expr="is_android or is_ios">
108         <message name="IDS_SAD_TAB_RELOAD_LEARN_MORE" desc="The link text displayed on the sad tab page pointing the users to a help article if a reload failed to fix the issue." meaning="Learn more about web pages that fail to load" formatter_data="android_java">
109           Learn more
110         </message>
111       </if>
112
113       <!-- New Tab -->
114       <message name="IDS_NEW_TAB_TITLE"
115                desc="Title of the new tab page, not to be confused with the action of opening a new tab.">
116         New Tab
117       </message>
118       <if expr="not is_android">
119         <message name="IDS_NEW_TAB_OTR_HEADING"
120                  desc="Heading used when a person opens an OTR window">
121           You’ve gone incognito
122         </message>
123         <message name="IDS_NEW_TAB_OTR_DESCRIPTION"
124                  desc="Used when a person opens an OTR window">
125           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 incognito tabs. Any files you download or bookmarks you create will be kept.
126         </message>
127         <message name="IDS_NEW_TAB_OTR_LEARN_MORE_LINK"
128                  desc="OTR window link text to learn more">
129           Learn more
130         </message>
131         <message name="IDS_NEW_TAB_OTR_MESSAGE_WARNING"
132                  desc="OTR window warning message. This follows the IDS_NEW_TAB_OTR_DESCRIPTION paragraph">
133           However, you aren’t invisible. Going incognito doesn’t hide your browsing from your employer, your internet service provider, or the websites you visit.
134         </message>
135       </if>
136       <message name="IDS_NEW_TAB_UNDO_THUMBNAIL_REMOVE"
137          desc="Action link text to undo removing a thumbnail from the most visited section.">
138         Undo
139       </message>
140
141       <!-- Incognito Tab redesign strings -->
142       <!-- TODO(msramek): Merge with the above section once this is fully launched. -->
143
144       <message name="IDS_NEW_TAB_OTR_TITLE" desc="Title of the Incognito new tab page. The Incognito mode provides private browsing experience by hiding browsing activity from other people using the same device. However, it does not make the user completely invisible or anonymous; please don't translate it as such." formatter_data="android_java">
145         You’ve gone incognito
146       </message>
147       <message name="IDS_NEW_TAB_PRIVATE_TITLE" desc="Title of the Private new tab page. The Private mode provides private browsing experience by hiding browsing activity from other people using the same device. However, it does not make the user completely invisible or anonymous; please don't translate it as such. Note that 'Private' is used as a different name for 'Incognito'." formatter_data="android_java">
148         You’ve gone private
149       </message>
150       <message name="IDS_NEW_TAB_OTR_SUBTITLE" desc="Subtitle of the Incognito new 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 added bookmarks will be persisted even after the Incognito session is closed." formatter_data="android_java">
151         Now you can browse privately, and other people who use this device won’t see your activity. However, downloads and bookmarks will be saved.
152       </message>
153       <message name="IDS_NEW_TAB_OTR_NOT_SAVED" desc="Bullet points listing data that are not saved in the Incognito mode. 'Browsing history' means a history of visited websites. 'Cookies and site data' refers to data saved by websites on the user's device (e.g. sign-in state, preferences, etc.). 'Information entered in forms' refers to names, addresses, passwords etc. that users enter into forms on the web." formatter_data="android_java">
154         Chrome <ph name="BEGIN_EMPHASIS">&lt;em&gt;</ph>won’t save<ph name="END_EMPHASIS">&lt;/em&gt;</ph> the following information:
155         <ph name="BEGIN_LIST">&lt;ul&gt;</ph>
156           <ph name="LIST_ITEM">&lt;li&gt;</ph>Your browsing history
157           <ph name="LIST_ITEM">&lt;li&gt;</ph>Cookies and site data
158           <ph name="LIST_ITEM">&lt;li&gt;</ph>Information entered in forms
159         <ph name="END_LIST">&lt;/ul&gt;</ph>
160       </message>
161       <message name="IDS_NEW_TAB_OTR_VISIBLE" desc="Bullet points listing entities that might be able to see the user's Incognito activity. 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 employer, school, and/or internet service provider can still monitor network traffic, even if it comes from the Incognito mode." formatter_data="android_java">
162         Your activity <ph name="BEGIN_EMPHASIS">&lt;em&gt;</ph>might still be visible<ph name="END_EMPHASIS">&lt;/em&gt;</ph> to:
163         <ph name="BEGIN_LIST">&lt;ul&gt;</ph>
164           <ph name="LIST_ITEM">&lt;li&gt;</ph>Websites you visit
165           <ph name="LIST_ITEM">&lt;li&gt;</ph>Your employer or school
166           <ph name="LIST_ITEM">&lt;li&gt;</ph>Your internet service provider
167         <ph name="END_LIST">&lt;/ul&gt;</ph>
168       </message>
169
170 </grit-part>