diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-ro/suite/profile/panels.rdf | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ro/suite/profile/panels.rdf')
-rw-r--r-- | l10n-ro/suite/profile/panels.rdf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/l10n-ro/suite/profile/panels.rdf b/l10n-ro/suite/profile/panels.rdf new file mode 100644 index 0000000000..853a957958 --- /dev/null +++ b/l10n-ro/suite/profile/panels.rdf @@ -0,0 +1,44 @@ +<?xml version="1.0"?> <!-- -*- Mode: SGML -*- --> +<!-- 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 are the panels that will be displayed in the sidebar. + +--> +<!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd"> + +<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:NC="http://home.netscape.com/NC-rdf#"> + + <RDF:Description about="urn:sidebar:current-panel-list"> + <NC:panel-list> + <RDF:Seq> + <RDF:li resource="urn:sidebar:panel:search"/> + <RDF:li resource="urn:sidebar:panel:bookmarks"/> + <RDF:li resource="urn:sidebar:panel:history"/> + <RDF:li resource="urn:sidebar:panel:addressbook"/> + </RDF:Seq> + </NC:panel-list> + <NC:version>0.1</NC:version> + </RDF:Description> + <RDF:Description about="urn:sidebar:panel:search"> + <NC:title>&sidebar.search.label;</NC:title> + <NC:content>chrome://communicator/content/search/search-panel.xul</NC:content> + </RDF:Description> + <RDF:Description about="urn:sidebar:panel:bookmarks"> + <NC:title>&sidebar.client-bookmarks.label;</NC:title> + <NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content> + </RDF:Description> + <RDF:Description about="urn:sidebar:panel:history"> + <NC:title>&sidebar.client-history.label;</NC:title> + <NC:content>chrome://communicator/content/history/history-panel.xul</NC:content> + </RDF:Description> + <RDF:Description about="urn:sidebar:panel:addressbook"> + <NC:title>&sidebar.client-addressbook.label;</NC:title> + <NC:content>chrome://messenger/content/addressbook/addressbook-panel.xul</NC:content> + </RDF:Description> +</RDF:RDF> |