diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-sv-SE/browser/browser/linuxDesktopEntry.ftl | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sv-SE/browser/browser/linuxDesktopEntry.ftl')
-rw-r--r-- | l10n-sv-SE/browser/browser/linuxDesktopEntry.ftl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-sv-SE/browser/browser/linuxDesktopEntry.ftl b/l10n-sv-SE/browser/browser/linuxDesktopEntry.ftl new file mode 100644 index 0000000000..501d88784d --- /dev/null +++ b/l10n-sv-SE/browser/browser/linuxDesktopEntry.ftl @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +# These messages are used by the Firefox ".desktop" file on Linux. +# https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html + +# The entry name is the label on the desktop icon, among other things. +desktop-entry-name = { -brand-shortcut-name } +# The comment usually appears as a tooltip when hovering over application menu entry. +desktop-entry-comment = Surfa på webben +desktop-entry-generic-name = Webbläsare +# Combine Name and GenericName. This string is specific to GNOME. +desktop-entry-x-gnome-full-name = { -brand-shortcut-name } webbläsare +# Keywords are search terms used to find this application. +# The string is a list of keywords separated by semicolons: +# - Do NOT replace semicolons with other punctuation signs. +# - The list MUST end with a semicolon. +desktop-entry-keywords = Internet;WWW;Webbläsare;Webb;Utforskare; + +## Actions are visible in a context menu after right clicking the +## taskbar icon, possibly other places depending on the environment. + +desktop-action-new-window-name = Nytt fönster +desktop-action-new-private-window-name = Nytt privat fönster +desktop-action-open-profile-manager = Öppna Profilhanteraren |