From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-cy/browser/browser/fxviewTabList.ftl | 57 +++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 l10n-cy/browser/browser/fxviewTabList.ftl (limited to 'l10n-cy/browser/browser/fxviewTabList.ftl') diff --git a/l10n-cy/browser/browser/fxviewTabList.ftl b/l10n-cy/browser/browser/fxviewTabList.ftl new file mode 100644 index 0000000000..a3c1ce1d39 --- /dev/null +++ b/l10n-cy/browser/browser/fxviewTabList.ftl @@ -0,0 +1,57 @@ +# 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/. + +fxviewtabrow-open-menu-button = + .title = Agor dewislen +# Variables: +# $date (string) - Date to be formatted based on locale +fxviewtabrow-date = { DATETIME($date, dateStyle: "short") } +# Variables: +# $time (string) - Time to be formatted based on locale +fxviewtabrow-time = { DATETIME($time, timeStyle: "short") } +# Variables: +# $targetURI (string) - URL of tab that will be opened in the new tab +fxviewtabrow-tabs-list-tab = + .title = Agorwch { $targetURI } mewn tab newydd +# Variables: +# $tabTitle (string) - Title of tab being dismissed +fxviewtabrow-dismiss-tab-button = + .title = Cau { $tabTitle } +# Used instead of the localized relative time when a timestamp is within a minute or so of now +fxviewtabrow-just-now-timestamp = Newydd ddigwydd + +# Strings below are used for context menu options within panel-list. +# For developers, this duplicates command because the label attribute is required. + +fxviewtabrow-delete = Dileu + .accesskey = D +fxviewtabrow-forget-about-this-site = Anghofiwch am y wefan hon… + .accesskey = A +fxviewtabrow-open-in-window = Agor mewn Ffenestr Newydd + .accesskey = F +fxviewtabrow-open-in-private-window = Agor mewn Ffenestr Breifat Newydd + .accesskey = B +# “Bookmark” is a verb, as in "Bookmark this page" (add to bookmarks). +fxviewtabrow-add-bookmark = Nod Tudalen + .accesskey = N +fxviewtabrow-save-to-pocket = Cadw i { -pocket-brand-name } + .accesskey = C +fxviewtabrow-copy-link = Copïo'r Ddolen + .accesskey = D +fxviewtabrow-close-tab = Cau Tab + .accesskey = C +fxviewtabrow-move-tab = Symud Tab + .accesskey = S +fxviewtabrow-move-tab-start = Symud i'r Cychwyn + .accesskey = C +fxviewtabrow-move-tab-end = Symud i'r Diwedd + .accesskey = D +fxviewtabrow-move-tab-window = Symud i Ffenestr Newydd + .accesskey = N +fxviewtabrow-send-tab = Anfon Tab i Ddyfais + .accesskey = D +# Variables: +# $tabTitle (string) - Title of the tab to which the context menu is associated +fxviewtabrow-options-menu-button = + .title = Dewisiadau ar gyfer { $tabTitle } -- cgit v1.2.3