mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Update en-DE pack; not part of the build yet (not pulled).
This commit is contained in:
parent
36c22a2a15
commit
ec0a30fd5d
2
l10n/langpacks/en-DE/chrome/en-DE/MANIFEST
Normal file
2
l10n/langpacks/en-DE/chrome/en-DE/MANIFEST
Normal file
@ -0,0 +1,2 @@
|
||||
#!dest
|
||||
manifest.rdf
|
5
l10n/langpacks/en-DE/defaults/profile/en-DE/MANIFEST
Normal file
5
l10n/langpacks/en-DE/defaults/profile/en-DE/MANIFEST
Normal file
@ -0,0 +1,5 @@
|
||||
#!dest profile
|
||||
bookmarks.html
|
||||
mimeTypes.rdf
|
||||
panels.rdf
|
||||
search.rdf
|
@ -30,6 +30,7 @@ include $(THEME_ROOT_DEPTH)/theme.mk
|
||||
|
||||
EXPORT_RESOURCE = \
|
||||
$(srcdir)/bookmarks.html \
|
||||
$(srcdir)/mimeTypes.rdf \
|
||||
$(srcdir)/panels.rdf \
|
||||
$(srcdir)/search.rdf \
|
||||
$(NULL)
|
||||
|
@ -30,5 +30,6 @@ clobber::
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) bookmarks.html $(DIST)\bin\defaults\profile\$(THEME)
|
||||
$(MAKE_INSTALL) mimeTypes.rdf $(DIST)\bin\defaults\profile\$(THEME)
|
||||
$(MAKE_INSTALL) panels.rdf $(DIST)\bin\defaults\profile\$(THEME)
|
||||
$(MAKE_INSTALL) search.rdf $(DIST)\bin\defaults\profile\$(THEME)
|
||||
|
55
l10n/langpacks/en-DE/defaults/profile/en-DE/mimeTypes.rdf
Normal file
55
l10n/langpacks/en-DE/defaults/profile/en-DE/mimeTypes.rdf
Normal file
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<Description about="urn:mimetypes">
|
||||
<NC:MIME-types>
|
||||
<Seq about="urn:mimetypes:root">
|
||||
<li resource="urn:mimetype:application/pdf"/>
|
||||
<li resource="urn:mimetype:text/html"/>
|
||||
</Seq>
|
||||
</NC:MIME-types>
|
||||
</Description>
|
||||
|
||||
<Description about="urn:mimetype:application/pdf">
|
||||
<NC:value>application/pdf</NC:value>
|
||||
<NC:description>Portable Document Format</NC:description>
|
||||
<NC:editable>true</NC:editable>
|
||||
<NC:fileExtensions about="urn:mimetype:extension:application/pdf:pdf">pdf</NC:fileExtensions>
|
||||
<NC:fileExtensions about="urn:mimetype:extension:application/pdf:foo">foo</NC:fileExtensions>
|
||||
<NC:handlerProp>
|
||||
<NC:handler about="urn:mimetype:handler:application/pdf">
|
||||
<NC:saveToDisk about="urn:mimetype:handler:saveToDisk:application/pdf">false</NC:saveToDisk>
|
||||
<NC:handleInternal>false</NC:handleInternal>
|
||||
<NC:alwaysAsk>false</NC:alwaysAsk>
|
||||
<NC:externalApplicationProp>
|
||||
<NC:externalApplication about="urn:mimetype:externalApplication:application/pdf">
|
||||
<NC:prettyName>Adobe Acrobat</NC:prettyName>
|
||||
<NC:path>/usr/bin/xpdf</NC:path>
|
||||
</NC:externalApplication>
|
||||
</NC:externalApplicationProp>
|
||||
</NC:handler>
|
||||
</NC:handlerProp>
|
||||
</Description>
|
||||
|
||||
<Description about="urn:mimetype:text/html">
|
||||
<NC:value>text/html</NC:value>
|
||||
<NC:description>Hypertext Document</NC:description>
|
||||
<NC:editable>false</NC:editable>
|
||||
<NC:fileExtensions about="urn:mimetype:extension:text/html:htm">htm</NC:fileExtensions>
|
||||
<NC:fileExtensions about="urn:mimetype:extension:text/html:html">html</NC:fileExtensions>
|
||||
<NC:handlerProp>
|
||||
<NC:handler about="urn:mimetype:handler:text/html">
|
||||
<NC:saveToDisk>false</NC:saveToDisk>
|
||||
<NC:handleInternal>true</NC:handleInternal>
|
||||
<NC:handleInternal>false</NC:handleInternal>
|
||||
<NC:externalApplicationProp>
|
||||
<NC:externalApplication>
|
||||
<NC:prettyName></NC:prettyName>
|
||||
<NC:path></NC:path>
|
||||
</NC:externalApplication>
|
||||
</NC:externalApplicationProp>
|
||||
</NC:handler>
|
||||
</NC:handlerProp>
|
||||
</Description>
|
||||
</RDF>
|
Loading…
x
Reference in New Issue
Block a user