From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-zh-CN/browser/browser/linuxDesktopEntry.ftl | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 l10n-zh-CN/browser/browser/linuxDesktopEntry.ftl (limited to 'l10n-zh-CN/browser/browser/linuxDesktopEntry.ftl') diff --git a/l10n-zh-CN/browser/browser/linuxDesktopEntry.ftl b/l10n-zh-CN/browser/browser/linuxDesktopEntry.ftl new file mode 100644 index 0000000000..d1a7680664 --- /dev/null +++ b/l10n-zh-CN/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 = 浏览万维网 +desktop-entry-generic-name = Web 浏览器 +# Combine Name and GenericName. This string is specific to GNOME. +desktop-entry-x-gnome-full-name = { -brand-shortcut-name } 浏览器 +# 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;Browser;Web;Explorer; + +## 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 = 新建窗口 +desktop-action-new-private-window-name = 新建隐私窗口 +desktop-action-open-profile-manager = 打开配置文件管理器 -- cgit v1.2.3