diff options
Diffstat (limited to 'l10n-ar/browser/browser/linuxDesktopEntry.ftl')
-rw-r--r-- | l10n-ar/browser/browser/linuxDesktopEntry.ftl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/l10n-ar/browser/browser/linuxDesktopEntry.ftl b/l10n-ar/browser/browser/linuxDesktopEntry.ftl new file mode 100644 index 0000000000..2748527a7e --- /dev/null +++ b/l10n-ar/browser/browser/linuxDesktopEntry.ftl @@ -0,0 +1,22 @@ +# 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 = متصفح الإنترنت +# Combine Name and GenericName. This string is specific to GNOME. +desktop-entry-x-gnome-full-name = متصفح { -brand-shortcut-name } + +## 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 = افتح مدير الملف الشخصي |