File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,12 @@ var whitelist = [
124
124
} ,
125
125
126
126
127
+
128
+ {
129
+ file : "resource://app/localization/en-US/browser/linuxDesktopEntry.ftl" ,
130
+ } ,
131
+
132
+
127
133
{ file : "chrome://global/skin/aboutRights.css" , skipUnofficial : true } ,
128
134
129
135
Original file line number Diff line number Diff line change
1
+ # This Source Code Form is subject to the terms of the Mozilla Public
2
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
+
5
+ # These messages are used by the Firefox ".desktop" file on Linux.
6
+ # https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
7
+
8
+ # The entry name is the label on the desktop icon, among other things.
9
+ desktop-entry-name = { -brand-shortcut-name }
10
+ # The comment usually appears as a tooltip when hovering over application menu entry.
11
+ desktop-entry-comment = Browse the World Wide Web
12
+ desktop-entry-generic-name = Web Browser
13
+ # Keywords are search terms used to find this application.
14
+ # The string is a list of keywords separated by semicolons:
15
+ # - Do NOT replace semicolons with other punctuation signs.
16
+ # - The list MUST end with a semicolon.
17
+ desktop-entry-keywords = Internet;WWW;Browser;Web;Explorer;
18
+
19
+ ## Actions are visible in a context menu after right clicking the
20
+ ## taskbar icon, possibly other places depending on the environment.
21
+
22
+ desktop-action-new-window-name = New Window
23
+ desktop-action-new-private-window-name = New Private Window
You can’t perform that action at this time.
0 commit comments