Skip to content

Commit 79ef194

Browse files
committed
Bug 1824327 - Add browser en-US strings for Linux Desktop Entry files r=flod
Differential Revision: https://phabricator.services.mozilla.com/D175717 UltraBlame original commit: 7996177e5a3035cda653baa6e38773facb806cd8
1 parent 45afe06 commit 79ef194

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

browser/base/content/test/static/browser_all_files_referenced.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ var whitelist = [
124124
},
125125

126126

127+
128+
{
129+
file: "resource://app/localization/en-US/browser/linuxDesktopEntry.ftl",
130+
},
131+
132+
127133
{ file: "chrome://global/skin/aboutRights.css", skipUnofficial: true },
128134

129135

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)