Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 245d62b

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
1 parent 056435a commit 245d62b

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
@@ -123,6 +123,12 @@ var whitelist = [
123123
platforms: ["linux", "macosx"],
124124
},
125125

126+
// This file is referenced by the build system to generate the
127+
// Firefox .desktop entry. See bug 1824327 (and perhaps bug 1526672)
128+
{
129+
file: "resource://app/localization/en-US/browser/linuxDesktopEntry.ftl",
130+
},
131+
126132
// toolkit/content/aboutRights-unbranded.xhtml doesn't use aboutRights.css
127133
{ file: "chrome://global/skin/aboutRights.css", skipUnofficial: true },
128134

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)