diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-en-GB/suite/chrome/common/places/places.properties | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-en-GB/suite/chrome/common/places/places.properties')
-rw-r--r-- | l10n-en-GB/suite/chrome/common/places/places.properties | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/common/places/places.properties b/l10n-en-GB/suite/chrome/common/places/places.properties new file mode 100644 index 0000000000..eef86577a1 --- /dev/null +++ b/l10n-en-GB/suite/chrome/common/places/places.properties @@ -0,0 +1,100 @@ +# 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/. + +load-js-data-url-error=For security reasons, javascript or data urls cannot be loaded from the history window or sidebar. +noTitle=(no title) + +bookmarksMenuEmptyFolder=(Empty) + +bookmarksBackupTitle=Bookmarks backup filename + +bookmarksRestoreAlertTitle=Revert Bookmarks +bookmarksRestoreAlert=This will replace all of your current bookmarks with the backup. Are you sure? +bookmarksRestoreTitle=Select a bookmarks backup +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=Unsupported file type. +bookmarksRestoreParseError=Unable to process the backup file. + +bookmarksLivemarkLoading=Live Bookmark loading… +bookmarksLivemarkFailed=Live Bookmark feed failed to load. + +menuOpenLivemarkOrigin.label=Open "%S" + +sortByName=Sort ‘%S’ by Name +sortByNameGeneric=Sort by Name +# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned. +# When any of these changes, all of the properties must be bumped, and the +# change must be annotated here. Both label and accesskey must be updated. +# - version 1: changed view.sortBy.1.date. +view.sortBy.1.name.label=Sort by Name +view.sortBy.1.name.accesskey=N +view.sortBy.1.url.label=Sort by Location +view.sortBy.1.url.accesskey=L +view.sortBy.1.date.label=Sort by Most Recent Visit +view.sortBy.1.date.accesskey=V +view.sortBy.1.visitCount.label=Sort by Visit Count +view.sortBy.1.visitCount.accesskey=C +view.sortBy.1.description.label=Sort by Description +view.sortBy.1.description.accesskey=D +view.sortBy.1.dateAdded.label=Sort by Added +view.sortBy.1.dateAdded.accesskey=e +view.sortBy.1.lastModified.label=Sort by Last Modified +view.sortBy.1.lastModified.accesskey=M +view.sortBy.1.tags.label=Sort by Tags +view.sortBy.1.tags.accesskey=T + +searchBookmarks=Search Bookmarks +searchHistory=Search History + +SelectImport=Import Bookmarks File +EnterExport=Export Bookmarks File + +detailsPane.noItems=No items +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=One item;#1 items + +mostVisitedTitle=Most Visited +recentlyBookmarkedTitle=Recently Bookmarked +recentTagsTitle=Recent Tags + +OrganizerQueryHistory=History +OrganizerQueryAllBookmarks=All Bookmarks +OrganizerQueryTags=Tags + +# LOCALIZATION NOTE (tagResultLabel, bookmarkResultLabel, switchtabResultLabel, +# keywordResultLabel, searchengineResultLabel) +# Noun used to describe the location bar autocomplete result type +# to users with screen readers +# See createResultLabel() in urlbarBindings.xml +tagResultLabel=Tag +bookmarkResultLabel=Bookmark +switchtabResultLabel=Tab +keywordResultLabel=Keyword +searchengineResultLabel=Search + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.text=The bookmarks and history system will not be functional because one of %S’s files is in use by another application. Some security software can cause this problem. +lockPromptInfoButton.label=Learn More +lockPromptInfoButton.accesskey=L + +# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey, +# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.deleteSinglePage.label=Delete Page +cmd.deleteSinglePage.accesskey=D +cmd.deleteMultiplePages.label=Delete Pages +cmd.deleteMultiplePages.accesskey=D + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage.label=Bookmark Page +cmd.bookmarkSinglePage.accesskey=B +cmd.bookmarkMultiplePages.label=Bookmark Pages +cmd.bookmarkMultiplePages.accesskey=B |