Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
add ipfs extension to app/extensions/ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 24, 2017
1 parent 2eb735d commit 7d90538
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/extensions/ipfs/ext/l20n.min.js

Large diffs are not rendered by default.

Binary file added app/extensions/ipfs/img/favicon.ico
Binary file not shown.
Binary file added app/extensions/ipfs/img/ipfs-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/extensions/ipfs/img/ipfs-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/extensions/ipfs/img/ipfs-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/extensions/ipfs/img/ipfs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions app/extensions/ipfs/ipfs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<!-- 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/. -->
<html>
<head>
<meta charset="utf-8">
<meta name="availableLanguages" content="">
<meta name="defaultLanguage" content="en-US">
<meta name="referrer" content="no-referrer">
<link rel="shortcut icon" type="image/x-icon" href="img/ipfs-128.png">
<title data-l10n-id="ipfsPage"></title>
<script src="ext/l20n.min.js"></script>
<link rel="localization" href="locales/{locale}/app.properties">
</head>
<body>
<div id="appContainer" />
<script src='gen/ipfsPage.entry.js'></script>
</body>
</html>
23 changes: 23 additions & 0 deletions app/extensions/ipfs/locales/en-US/app.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
startPrompt=Start Downloading "{{name}}"?
startPromptUntitled=Start Downloading?
startDownload=Start Download
saveTorrentFile=Save Torrent File...
legalNotice=When you start a torrent, its data will be made available to others by means of upload. You are responsible for abiding by your local laws.
missingFilesList=Click "Start Download" to load the torrent file list.
loadingFilesList=Loading the torrent file list...
name=Name
size=Size
poweredByWebTorrent=Powered By WebTorrent.
seeding=Seeding
seedingTorrent=Seeding Torrent
downloading=Downloading
downloadingTorrent=Downloading Torrent
files=Files
num=#
downloadFile=Save File
torrentStatus=Torrent Status
torrentLoadingInfo=Loading torrent info...
torrentLoadingMedia=Loading...
copyMagnetLink=Copy Magnet Link
webtorrentPage=WebTorrent
stopDownload=Stop Download

0 comments on commit 7d90538

Please sign in to comment.