diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/suite/locales/generic | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | comm/suite/locales/generic/install.rdf | 30 | ||||
-rw-r--r-- | comm/suite/locales/generic/profile/bookmarks.html.in | 43 | ||||
-rw-r--r-- | comm/suite/locales/generic/profile/mimeTypes.rdf | 86 | ||||
-rw-r--r-- | comm/suite/locales/generic/profile/panels.rdf.in | 19 |
4 files changed, 178 insertions, 0 deletions
diff --git a/comm/suite/locales/generic/install.rdf b/comm/suite/locales/generic/install.rdf new file mode 100644 index 0000000000..78f2f9c55b --- /dev/null +++ b/comm/suite/locales/generic/install.rdf @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<!-- +# 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/. + +#filter substitution +--> + +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> + <Description about="urn:mozilla:install-manifest" + em:id="@MOZ_LANGPACK_EID@" + em:name="@MOZ_LANG_TITLE@ Language Pack" + em:version="@MOZ_APP_VERSION@" + em:type="8" + em:creator="@MOZ_LANGPACK_CREATOR@"> +#ifdef MOZ_LANGPACK_CONTRIBUTORS + @MOZ_LANGPACK_CONTRIBUTORS@ +#endif + + <em:targetApplication> + <Description> + <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> + <em:minVersion>@MOZ_APP_VERSION@</em:minVersion> + <em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion> + </Description> + </em:targetApplication> + </Description> +</RDF> diff --git a/comm/suite/locales/generic/profile/bookmarks.html.in b/comm/suite/locales/generic/profile/bookmarks.html.in new file mode 100644 index 0000000000..a322151a7d --- /dev/null +++ b/comm/suite/locales/generic/profile/bookmarks.html.in @@ -0,0 +1,43 @@ +#filter substitution +<!-- 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/. --> + +#include bookmarks.inc +<!DOCTYPE NETSCAPE-Bookmark-file-1> +<!-- This is an automatically generated file. +It will be read and overwritten. +Do Not Edit! --> +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> +<TITLE>@bookmarks_title@</TITLE> +<H1>@bookmarks_heading@</H1> + +<DL><p> + <DT><H3 PERSONAL_TOOLBAR_FOLDER="true" ID="NC:PersonalToolbarFolder">@personal_toolbarfolder@</H3> + <DL><p> + <DT><A HREF="https://www.seamonkey-project.org/">@seamonkey@</a> + @seamonkey_l10n@ + <DT><A HREF="http://www.mozillazine.org/">@mozillazine@</A> + </DL><p> + <DT><H3>@seamonkey_and_mozilla@</H3> + <DL><p> + <DT><A HREF="https://www.seamonkey-project.org/">@seamonkey_long@</a> + @seamonkey_l10n_long@ + <DT><A HREF="https://www.mozilla.org/">@mozilla_org_long@</A> + <DT><H3>@extend_seamonkey@</H3> + <DL><p> + <DT><A HREF="https://addons.thunderbird.net/@AB_CD@/seamonkey/">@seamonkey_addons@</a> + <DT><A HREF="https://addons.thunderbird.net/@AB_CD@/seamonkey/themes">@seamonkey_themes@</a> + <DT><A HREF="https://addons.thunderbird.net/@AB_CD@/seamonkey/dictionaries">@seamonkey_dictionaries@</a> + <DT><A HREF="https://addons.thunderbird.net/@AB_CD@/seamonkey/plugins">@seamonkey_plugins@</a> + </DL><p> + <DT><H3>@community_support@</H3> + <DL><p> + <DT><A HREF="https://www.seamonkey-project.org/community">@seamonkey_community@</a> + <DT><A HREF="http://www.mozillazine.org/">@mozillazine@</A> + <DT><A HREF="http://forums.mozillazine.org/viewforum.php?f=40">@seamonkey_support@</A> + </DL><p> + </DL><p> +#include bookmarks.extra + <HR> +</DL><p> diff --git a/comm/suite/locales/generic/profile/mimeTypes.rdf b/comm/suite/locales/generic/profile/mimeTypes.rdf new file mode 100644 index 0000000000..443dffcf2c --- /dev/null +++ b/comm/suite/locales/generic/profile/mimeTypes.rdf @@ -0,0 +1,86 @@ +<?xml version="1.0"?> +<!-- 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/. --> + + +<!-- + This file is used as a persistent data store for helper application + information about both MIME type and protocol scheme helpers. + + The root of the data are the two containers + <RDF:Seq about="urn:mimetypes:root"/> and <RDF:Seq about="urn:schemes:root"/>. + + These contain one <RDF:li/> entry per MIME type/protocol. Each <RDF:li/> entry + corresponds to a "urn:<class>:<type>" resource, where <class> is either + "mimetype" or "scheme" and <type> is either a MIME type in "major/minor" format + or a scheme. For example, for HTML we would have "urn:mimetype:text/html", + while for mailto: we would have "urn:scheme:mailto". + + Typically, this resource will be in the <RDF:Description/> node which has the + corresponding "about" attribute. + + Each "urn:<class>:<type>" resource can have the following properties: + + NC:Value - the MIME type or scheme string + NC:editable - a "true" or "false" depending on whether this entry is + editable + NC:description - a description of the type ("HTML Document" for text/html) + NC:fileExtensions - for MIME types, there will be one of these properties + per extension that corresponds to this MIME type, + each one having a single extension as its value. + NC:handlerProp - the way the type should be handled. This corresponds to a + "urn:<class>:handler:<type>" resource. Eg, the way HTML is + handled would be stored in the + "urn:mimetype:handler:text/html" resource. + + Each "urn:<class>:handler:<type>" resource can have the following properties: + + NC:useSystemDefault - "true" if we should handle per default OS setting, + "false" or not set otherwise + NC:saveToDisk - "true" if the data should be saved to disk, "false" or not + set otherwise. + (Note - if both of these are false, that means "open in helper app") + NC:alwaysAsk - "true" if the user should always be prompted before handling + data of this type, false otherwise. + NC:externalApplication - the preferred helper application to use for this + type. This corresponds to a + "urn:<class>:externalApplication:<type>" resource. + NC:possibleApplication - a helper application that can be used for this type. + Since there can be multiple possible applications, + there can be multiple assertions in the graph with + this property for a given handler resource. + + Each "urn:<class>:externalApplication:<type>" resource, and each resource + that represents a possible application, can have the following property: + + NC:prettyName - the "pretty name" of the application ("Acrobat Reader" for + /usr/bin/acroread, eg). + + If the resource represents a local application, then it can have the following + property: + + NC:path - the path to the application on the local filesystem, for example + /usr/bin/test or C:\windows\system32\cmd.exe. + + If the resource represents a web application, then it can have the following + property: + + NC:uriTemplate - a URI pointing to the web application to which the type + should be handed off, with %s in the template representing + the place where the content should be inserted. For example, + here is a URI template for a service that lets you email + an address in a mailto: link: + http://www.example.com/sendmail?link=%s +--> + +<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:mimetypes"> + <NC:MIME-types> + <RDF:Seq about="urn:mimetypes:root"> + </RDF:Seq> + </NC:MIME-types> + </RDF:Description> +</RDF:RDF> diff --git a/comm/suite/locales/generic/profile/panels.rdf.in b/comm/suite/locales/generic/profile/panels.rdf.in new file mode 100644 index 0000000000..5254688d42 --- /dev/null +++ b/comm/suite/locales/generic/profile/panels.rdf.in @@ -0,0 +1,19 @@ +<?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/. --> + + +<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> +#include panels-urn.inc + </RDF:Seq> + </NC:panel-list> + <NC:version>0.1</NC:version> + </RDF:Description> +#include panels.extra +</RDF:RDF> |