This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
forked from brave/browser-laptop
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ipfs extension to app/extensions/ipfs
- Loading branch information
Showing
8 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |