OLD | NEW |
1 #filter substitution | 1 #filter substitution |
2 <?xml version="1.0" encoding="utf-8"?> | 2 <?xml version="1.0" encoding="utf-8"?> |
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
4 - License, v. 2.0. If a copy of the MPL was not distributed with this | 4 - License, v. 2.0. If a copy of the MPL was not distributed with this |
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
6 | 6 |
7 <!DOCTYPE resources [ | 7 <!DOCTYPE resources [ |
8 #includesubst @BRANDPATH@ | 8 #includesubst @BRANDPATH@ |
9 #includesubst @STRINGSPATH@ | 9 #includesubst @STRINGSPATH@ |
10 #includesubst @SYNCSTRINGSPATH@ | 10 #includesubst @SYNCSTRINGSPATH@ |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 <string name="filepicker_audio_title">&filepicker_audio_title;</string> | 362 <string name="filepicker_audio_title">&filepicker_audio_title;</string> |
363 <string name="filepicker_image_title">&filepicker_image_title;</string> | 363 <string name="filepicker_image_title">&filepicker_image_title;</string> |
364 <string name="filepicker_video_title">&filepicker_video_title;</string> | 364 <string name="filepicker_video_title">&filepicker_video_title;</string> |
365 | 365 |
366 <!-- Default bookmarks. We used to use bookmark titles shared with XUL from mo
bile's | 366 <!-- Default bookmarks. We used to use bookmark titles shared with XUL from mo
bile's |
367 profile/bookmarks.inc (see bug 964946). Don't expose the URLs to L10N. --
> | 367 profile/bookmarks.inc (see bug 964946). Don't expose the URLs to L10N. --
> |
368 <string name="bookmarkdefaults_title_aboutfirefox">@bookmarks_aboutBrowser@</s
tring> | 368 <string name="bookmarkdefaults_title_aboutfirefox">@bookmarks_aboutBrowser@</s
tring> |
369 <string name="bookmarkdefaults_url_aboutfirefox">about:firefox</string> | 369 <string name="bookmarkdefaults_url_aboutfirefox">about:firefox</string> |
370 <string name="bookmarkdefaults_favicon_aboutfirefox">chrome/chrome/content/bra
nding/favicon64.png</string> | 370 <string name="bookmarkdefaults_favicon_aboutfirefox">chrome/chrome/content/bra
nding/favicon64.png</string> |
371 | 371 |
372 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
addons --> | 372 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockplus --> |
373 <string name="bookmarkdefaults_title_addons">@bookmarks_addons@</string> | 373 <string name="bookmarkdefaults_title_adblockplus">@bookmarks_adblockplus@</str
ing> |
374 <string name="bookmarkdefaults_url_addons">https://addons.mozilla.org/android/
</string> | 374 <string name="bookmarkdefaults_url_adblockplus">https://adblockplus.org</strin
g> |
375 | 375 |
376 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
support --> | 376 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptableads --> |
377 <string name="bookmarkdefaults_title_support">@bookmarks_support@</string> | 377 <string name="bookmarkdefaults_title_acceptableads">@bookmarks_acceptableads@<
/string> |
378 <string name="bookmarkdefaults_url_support">https://support.mozilla.org/produc
ts/mobile</string> | 378 <string name="bookmarkdefaults_url_acceptableads">https://acceptableads.org</s
tring> |
379 | |
380 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
marketplace --> | |
381 <string name="bookmarkdefaults_title_marketplace">@bookmarks_marketplace@</str
ing> | |
382 <string name="bookmarkdefaults_url_marketplace">https://marketplace.firefox.co
m/</string> | |
383 | 379 |
384 <!-- Site identity popup --> | 380 <!-- Site identity popup --> |
385 <string name="identity_connected_to">&identity_connected_to;</string> | 381 <string name="identity_connected_to">&identity_connected_to;</string> |
386 <string name="identity_run_by">&identity_run_by;</string> | 382 <string name="identity_run_by">&identity_run_by;</string> |
387 <string name="loaded_mixed_content_message">&loaded_mixed_content_message;</st
ring> | 383 <string name="loaded_mixed_content_message">&loaded_mixed_content_message;</st
ring> |
388 <string name="blocked_mixed_content_message_top">&blocked_mixed_content_messag
e_top;</string> | 384 <string name="blocked_mixed_content_message_top">&blocked_mixed_content_messag
e_top;</string> |
389 <string name="blocked_mixed_content_message_bottom">&blocked_mixed_content_mes
sage_bottom;</string> | 385 <string name="blocked_mixed_content_message_bottom">&blocked_mixed_content_mes
sage_bottom;</string> |
390 <string name="learn_more">&learn_more;</string> | 386 <string name="learn_more">&learn_more;</string> |
391 <string name="enable_protection">&enable_protection;</string> | 387 <string name="enable_protection">&enable_protection;</string> |
392 <string name="disable_protection">&disable_protection;</string> | 388 <string name="disable_protection">&disable_protection;</string> |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 <string name="actionbar_menu">&actionbar_menu;</string> | 444 <string name="actionbar_menu">&actionbar_menu;</string> |
449 <string name="actionbar_done">&actionbar_done;</string> | 445 <string name="actionbar_done">&actionbar_done;</string> |
450 | 446 |
451 <!-- Miscellaneous --> | 447 <!-- Miscellaneous --> |
452 <string name="ellipsis">&ellipsis;</string> | 448 <string name="ellipsis">&ellipsis;</string> |
453 | 449 |
454 <string name="colon">:</string> | 450 <string name="colon">:</string> |
455 | 451 |
456 <string name="remote_tabs_last_synced">&remote_tabs_last_synced;</string> | 452 <string name="remote_tabs_last_synced">&remote_tabs_last_synced;</string> |
457 </resources> | 453 </resources> |
OLD | NEW |