blob: 8c24281e6a15260b995d63a92d35d16abe4d30cd [file] [log] [blame]
[email protected]0cea0ad22013-04-03 09:02:111<?xml version="1.0" encoding="utf-8"?>
2<!-- Bookmarks specific strings (included from generated_resources.grd). -->
3<grit-part>
4 <if expr="not pp_ifdef('android') and not pp_ifdef('ios') and pp_ifdef('use_titlecase')">
[email protected]4a9bde42013-04-06 10:43:355 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
[email protected]0cea0ad22013-04-03 09:02:116 Bookmarks Bar
7 </message>
8 </if>
9 <if expr="not pp_ifdef('android') and not pp_ifdef('ios') and not pp_ifdef('use_titlecase')">
[email protected]4a9bde42013-04-06 10:43:3510 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
[email protected]0cea0ad22013-04-03 09:02:1111 Bookmarks bar
12 </message>
13 </if>
14
[email protected]0cea0ad22013-04-03 09:02:1115 <!-- Begin of Bookmarks Bar strings-->
16
17 <!-- The following two strings are shown when the user has no bookmarks yet. -->
18 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
19 For quick access, place your bookmarks here on the bookmarks bar.
20 </message>
21 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
22 Import bookmarks now...
23 </message>
24
25 <!-- The special folders created when importing from other other browsers. -->
26 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
27 Imported From IE
28 </message>
29 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of bookmarks from Firefox">
30 Imported From Firefox
31 </message>
32 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmarks from Safari">
33 Imported From Safari
34 </message>
35 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar">
36 Imported From Google Toolbar
37 </message>
38 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
39 Imported
40 </message>
41
42 <if expr="not pp_ifdef('use_titlecase')">
43 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
44 Mobile bookmarks
45 </message>
46 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the tree for the other bookmarks folder">
47 Other bookmarks
48 </message>
49 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
50 Show apps shortcut
51 </message>
52 </if>
53 <if expr="pp_ifdef('use_titlecase')">
54 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
55 Mobile Bookmarks
56 </message>
57 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
58 Other Bookmarks
59 </message>
60 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
61 Show Apps Shortcut
62 </message>
63 </if>
64 <if expr="pp_ifdef('android')">
65 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
66 Desktop bookmarks
67 </message>
68 </if>
69 <if expr="pp_ifdef('ios')">
70 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
71 Desktop Bookmarks
72 </message>
73 </if>
74 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bookmark bar for the apps page shortcut">
75 Apps
76 </message>
77 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
78 Show apps
79 </message>
80 <!-- End of Bookmarks Bar strings. -->
81
82 <!-- Begin of Bookmarks Bar Context Menu strings. -->
83 <if expr="not pp_ifdef('use_titlecase')">
84 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
85 &amp;Open all bookmarks
86 </message>
87 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
88 Open all bookmarks in &amp;new window
89 </message>
90 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window">
91 Open all bookmarks in &amp;incognito window
92 </message>
93 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
94 &amp;Open in new tab
95 </message>
96 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description for loading bookmark in a new window">
97 Open in &amp;new window
98 </message>
99 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in incognito window">
100 Open in &amp;incognito window
101 </message>
102 <message name="IDS_BOOKMARK_BAR_EDIT" desc="Title of the bookmark context menu item that brings up the bookmark editor">
103 &amp;Edit...
104 </message>
105 <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="Title of the bookmark context menu item that brings up a dialog to rename a folder">
106 &amp;Rename...
107 </message>
108 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/unstarring a bookmark">
109 &amp;Delete
110 </message>
111 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for adding a new bookmark entry">
112 Add pa&amp;ge...
113 </message>
114 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder">
115 Add &amp;folder...
116 </message>
117 </if>
118 <if expr="pp_ifdef('use_titlecase')">
119 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
120 &amp;Open All Bookmarks
121 </message>
122 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window">
123 Open All Bookmarks in &amp;New Window
124 </message>
125 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window">
126 Open All Bookmarks in &amp;Incognito Window
127 </message>
128 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
129 &amp;Open in New Tab
130 </message>
131 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
132 Open in &amp;New Window
133 </message>
134 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window">
135 Open in &amp;Incognito Window
136 </message>
137 <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor">
138 &amp;Edit...
139 </message>
140 <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="In Title Case: Title of the bookmark context menu item that brings up a dialog to rename a folder">
141 &amp;Rename...
142 </message>
143 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
144 &amp;Delete
145 </message>
146 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry">
147 Add Pa&amp;ge...
148 </message>
149 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
150 Add &amp;Folder...
151 </message>
152 </if>
153 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder">
154 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
155 </message>
156 <!-- End of Bookmarks Bar Context Menu strings. -->
157
158 <!-- Begin of Bookmarks Bubble strings. -->
159 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking something">
160 Bookmark Added!
161 </message>
162 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
163 Bookmark
164 </message>
165 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the user can click to edit details of the bookmark">
166 Edit...
167 </message>
168 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removing the bookmark">
169 Remove
170 </message>
171 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked">
172 Name:
173 </message>
174 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folder selector">
175 Folder:
176 </message>
177 <if expr="not pp_ifdef('use_titlecase')">
178 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
179 Choose another folder...
180 </message>
181 </if>
182 <if expr="pp_ifdef('use_titlecase')">
183 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
184 Choose Another Folder...
185 </message>
186 </if>
187 <!-- End of Bookmarks Bubble strings. -->
188
189 <!-- Begin of Bookmark Editor strings. -->
190 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL.">
191 Name:
192 </message>
193 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
194 Name:
195 </message>
196 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
197 URL:
198 </message>
199 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button.">
200 New folder
201 </message>
202 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
203 &amp;New folder
204 </message>
205 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookmark editor is in.">
206 Edit Bookmark
207 </message>
208 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder.">
209 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are you sure you want to delete it?
210 </message>
211 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly created groups">
212 New folder
213 </message>
214 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
215 Edit folder name
216 </message>
217 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
218 New folder
219 </message>
220 <if expr="pp_ifdef('ios')">
221 <message name="IDS_BOOKMARK_FOLDER_CHOOSER_TITLE" desc="Title of the window the bookmark folder chooser is in.">
222 Choose Folder
223 </message>
224 <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]">
225 Add Bookmark
226 </message>
227 <message name="IDS_BOOKMARK_NEW_FOLDER_BUTTON_TITLE" desc="Title for button to create a new folder in Bookmarks [Length: 14em]">
228 New Folder
229 </message>
230 <message name="IDS_BOOKMARK_FOLDER_EDITOR_TITLE" desc="Title of the window the bookmark folder editor is in.">
231 Edit Folder
232 </message>
233 </if>
234 <!-- End of Bookmarks Editor strings. -->
235
236 <!-- Begin of Bookmarks Prompt strings. -->
237 <message name="IDS_BOOKMARK_PROMPT_MESSAGE" desc="Message of bookmark prompt">
238 Like this site? Click here to bookmark it!
239 </message>
240 <message name="IDS_BOOKMARK_PROMPT_DISMISS" desc="Link for dismissing bookmark prompt">
241 Dismiss
242 </message>
243 <!-- End of Bookmarks Prompt strings. -->
244
245 <!-- Begin of Bookmarks Manager strings. -->
246 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
247 Bookmark Manager
248 </message>
249 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
250 Search bookmarks
251 </message>
252 <if expr="not pp_ifdef('use_titlecase')">
253 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
254 &amp;Bookmark manager
255 </message>
256 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="The label of the menu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the table.">
257 Show in folder
258 </message>
259 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
260 Reorder by title
261 </message>
262 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager.">
263 Organize
264 </message>
265 <message name="IDS_BOOKMARK_MANAGER_TOOLS_MENU" desc="Title of the tools menu in the bookmark manager.">
266 Tools
267 </message>
268 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import menu item in the bookmark manager.">
269 Import bookmarks from HTML file...
270 </message>
271 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export menu item in the bookmark manager.">
272 Export bookmarks to HTML file...
273 </message>
274 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks.">
275 Name
276 </message>
277 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks.">
278 URL
279 </message>
280 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalid URL.">
281 Invalid URL.
282 </message>
283 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree item that shows the recently added bookmarks.">
284 Recent
285 </message>
286 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree item that shows the search results for the bookmarks.">
287 Search
288 </message>
289 <message name="IDS_BOOKMARK_MANAGER_BOOKMARK_ALL_TABS" desc="Title of the window the bookmark all tabs dialog.">
290 Bookmark all tabs
291 </message>
292 </if>
293 <if expr="pp_ifdef('use_titlecase')">
294 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager">
295 &amp;Bookmark Manager
296 </message>
297 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: The label of the menu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the table.">
298 Show in Folder
299 </message>
300 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
301 Reorder by Title
302 </message>
303 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager.">
304 Organize
305 </message>
306 <message name="IDS_BOOKMARK_MANAGER_TOOLS_MENU" desc="In Title Case: Title of the tools menu in the bookmark manager.">
307 Tools
308 </message>
309 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="In Title Case: Title of the import menu item in the bookmark manager.">
310 Import Bookmarks from HTML File...
311 </message>
312 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="In Title Case: Title of the export menu item in the bookmark manager.">
313 Export Bookmarks to HTML File...
314 </message>
315 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks.">
316 Name
317 </message>
318 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks.">
319 URL
320 </message>
321 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="In Title Case: Error message to display when the user tries to edit or create a bookmark with an invalid URL.">
322 Invalid URL.
323 </message>
324 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The label for the tree item that shows the recently added bookmarks.">
325 Recent
326 </message>
327 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The label for the tree item that shows the search results for the bookmarks.">
328 Search
329 </message>
330 <message name="IDS_BOOKMARK_MANAGER_BOOKMARK_ALL_TABS" desc="Title of the window the bookmark all tabs dialog.">
331 Bookmark All Tabs
332 </message>
333 </if>
334 <if expr="pp_ifdef('ios')">
335 <message name="IDS_BOOKMARK_MANAGER_FOLDER_SECTION" desc="The label for the folder section when editing or creating bookmarks on a phone.">
336 In Folder:
337 </message>
338 <message name="IDS_BOOKMARK_MANAGER_FOLDER_TITLE" desc="The label for the folder selector field when editing or creating bookmarks.">
339 Folder
340 </message>
341 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the remove button when editing bookmarks.">
342 Remove
343 </message>
344 </if>
345 <!-- End of Bookmarks Manager strings. -->
346
347 <!-- Begin of Bookmarks Menu (in the Wrench Menu) strings. -->
348 <message name="IDS_BOOKMARKS_MENU" desc="The title of the bookmarks menu in the wrench menu and in the mac menu bar">
349 &amp;Bookmarks
350 </message>
[email protected]4a9bde42013-04-06 10:43:35351 <if expr="not pp_ifdef('use_titlecase')">
352 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that bookmarks the current page.">
353 Bookmark this page
354 </message>
355 </if>
356 <if expr="pp_ifdef('use_titlecase')">
357 <message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the menu item that bookmarks the current page.">
358 Bookmark This Page...
359 </message>
360 </if>
[email protected]0cea0ad22013-04-03 09:02:11361 <!-- End of Bookmarks Menu (in the Wrench Menu) strings. -->
362
[email protected]d97af772013-04-22 17:27:46363 <!-- Being of Bookmark Star button strings. -->
364 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the star button in the right side of the location bar.">
365 Bookmark this page
366 </message>
367 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookmarked.">
368 Edit bookmark for this page
369 </message>
370 <!-- End of Bookmark Star button strings. -->
371
[email protected]0cea0ad22013-04-03 09:02:11372 <if expr="pp_ifdef('android')">
373 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder">
374 Edit folder
375 </message>
376 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for removing a bookmark folder">
377 Remove folder
378 </message>
379 </if>
380
381</grit-part>