-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
265 additions
and
19 deletions.
There are no files selected for viewing
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,123 @@ | ||
{ | ||
"appDescription": { | ||
"message": "This is a companion extension for QOwnNotes to interact with the note taking desktop application.", | ||
"description": "The description of the application" | ||
}, | ||
"settingsHeadline": { | ||
"message": "QOwnNotes settings" | ||
}, | ||
"socketPortLabel": { | ||
"message": "QOwnNotes socket server port" | ||
}, | ||
"sendPageToQOwnNotes": { | ||
"message": "Send page to QOwnNotes" | ||
}, | ||
"createScreenshotNote": { | ||
"message": "Create note with screenshot of visible page" | ||
}, | ||
"sendSelectionToQOwnNotes": { | ||
"message": "Send selection to QOwnNotes" | ||
}, | ||
"connectionFailed": { | ||
"message": "Connection to QOwnNotes failed!" | ||
}, | ||
"popupHeadline": { | ||
"message": "Bookmarks" | ||
}, | ||
"popupSearchLabel": { | ||
"message": "Search" | ||
}, | ||
"NewBookmark": { | ||
"message": "New bookmark" | ||
}, | ||
"Cancel": { | ||
"message": "Cancel" | ||
}, | ||
"Ok": { | ||
"message": "Ok" | ||
}, | ||
"Save": { | ||
"message": "Save" | ||
}, | ||
"BookmarkAllTabs": { | ||
"message": "Bookmark all tabs" | ||
}, | ||
"ImportBrowserBookmarks": { | ||
"message": "Import browser bookmarks" | ||
}, | ||
"WebClipper": { | ||
"message": "Web clipper" | ||
}, | ||
"Import": { | ||
"message": "Import" | ||
}, | ||
"ImportAllBrowserBookmarks": { | ||
"message": "Do you want to import all browser bookmarks?" | ||
}, | ||
"InputTokenHeadline": { | ||
"message": "Input security token" | ||
}, | ||
"InputToken": { | ||
"message": "Please input the security token that now is shown in QOwnNotes!" | ||
}, | ||
"Token": { | ||
"message": "Security token from QOwnNotes" | ||
}, | ||
"TokenHint": { | ||
"message": "If you are syncing your browser settings you may want to use the same token on every device." | ||
}, | ||
"Menu": { | ||
"message": "Menu" | ||
}, | ||
"OpenAllBookmarks": { | ||
"message": "Open all bookmarks in new tabs" | ||
}, | ||
"AddBookmark": { | ||
"message": "Add bookmark" | ||
}, | ||
"Close": { | ||
"message": "Close" | ||
}, | ||
"Tags": { | ||
"message": "Tags" | ||
}, | ||
"NoteFolder": { | ||
"message": "Note folder" | ||
}, | ||
"LinkName": { | ||
"message": "Link name" | ||
}, | ||
"Description": { | ||
"message": "Description" | ||
}, | ||
"URL": { | ||
"message": "URL" | ||
}, | ||
"ConsentHeadline": { | ||
"message": "User data consent" | ||
}, | ||
"ConsentIntro": { | ||
"message": "This browser extension collects personal user data to send it to your local instance of QOwnNotes via a WebSocket. The data collected may include the following information:" | ||
}, | ||
"ConsentData1": { | ||
"message": "Information about your browser tabs, like the URL, to store bookmarks in QOwnNotes" | ||
}, | ||
"ConsentData2": { | ||
"message": "The content of your open tab, if you want to send it to QOwnNotes as a note" | ||
}, | ||
"ConsentData3": { | ||
"message": "A screenshot of your open tab, if you want to send it to QOwnNotes as a note" | ||
}, | ||
"ConsentData4": { | ||
"message": "Your browser bookmarks, if you want to import them into QOwnNotes" | ||
}, | ||
"ConsentFooter": { | ||
"message": "This extension doesn't work without communicating to your local instance of QOwnNotes and sending user data back and forth. No user data is sent over the internet or to any other party!" | ||
}, | ||
"ConsentButton": { | ||
"message": "Consent with user data collection" | ||
}, | ||
"UninstallButton": { | ||
"message": "Uninstall extension" | ||
} | ||
} |
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
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
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
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,123 @@ | ||
{ | ||
"appDescription": { | ||
"message": "This is a companion extension for QOwnNotes to interact with the note taking desktop application.", | ||
"description": "The description of the application" | ||
}, | ||
"settingsHeadline": { | ||
"message": "QOwnNotes settings" | ||
}, | ||
"socketPortLabel": { | ||
"message": "QOwnNotes socket server port" | ||
}, | ||
"sendPageToQOwnNotes": { | ||
"message": "Send page to QOwnNotes" | ||
}, | ||
"createScreenshotNote": { | ||
"message": "Create note with screenshot of visible page" | ||
}, | ||
"sendSelectionToQOwnNotes": { | ||
"message": "Send selection to QOwnNotes" | ||
}, | ||
"connectionFailed": { | ||
"message": "Connection to QOwnNotes failed!" | ||
}, | ||
"popupHeadline": { | ||
"message": "Bookmarks" | ||
}, | ||
"popupSearchLabel": { | ||
"message": "Search" | ||
}, | ||
"NewBookmark": { | ||
"message": "New bookmark" | ||
}, | ||
"Cancel": { | ||
"message": "Cancel" | ||
}, | ||
"Ok": { | ||
"message": "Ok" | ||
}, | ||
"Save": { | ||
"message": "Save" | ||
}, | ||
"BookmarkAllTabs": { | ||
"message": "Bookmark all tabs" | ||
}, | ||
"ImportBrowserBookmarks": { | ||
"message": "Import browser bookmarks" | ||
}, | ||
"WebClipper": { | ||
"message": "Web clipper" | ||
}, | ||
"Import": { | ||
"message": "Import" | ||
}, | ||
"ImportAllBrowserBookmarks": { | ||
"message": "Do you want to import all browser bookmarks?" | ||
}, | ||
"InputTokenHeadline": { | ||
"message": "Input security token" | ||
}, | ||
"InputToken": { | ||
"message": "Please input the security token that now is shown in QOwnNotes!" | ||
}, | ||
"Token": { | ||
"message": "Security token from QOwnNotes" | ||
}, | ||
"TokenHint": { | ||
"message": "If you are syncing your browser settings you may want to use the same token on every device." | ||
}, | ||
"Menu": { | ||
"message": "Menu" | ||
}, | ||
"OpenAllBookmarks": { | ||
"message": "Open all bookmarks in new tabs" | ||
}, | ||
"AddBookmark": { | ||
"message": "Add bookmark" | ||
}, | ||
"Close": { | ||
"message": "Close" | ||
}, | ||
"Tags": { | ||
"message": "Tags" | ||
}, | ||
"NoteFolder": { | ||
"message": "Note folder" | ||
}, | ||
"LinkName": { | ||
"message": "Link name" | ||
}, | ||
"Description": { | ||
"message": "Description" | ||
}, | ||
"URL": { | ||
"message": "URL" | ||
}, | ||
"ConsentHeadline": { | ||
"message": "User data consent" | ||
}, | ||
"ConsentIntro": { | ||
"message": "This browser extension collects personal user data to send it to your local instance of QOwnNotes via a WebSocket. The data collected may include the following information:" | ||
}, | ||
"ConsentData1": { | ||
"message": "Information about your browser tabs, like the URL, to store bookmarks in QOwnNotes" | ||
}, | ||
"ConsentData2": { | ||
"message": "The content of your open tab, if you want to send it to QOwnNotes as a note" | ||
}, | ||
"ConsentData3": { | ||
"message": "A screenshot of your open tab, if you want to send it to QOwnNotes as a note" | ||
}, | ||
"ConsentData4": { | ||
"message": "Your browser bookmarks, if you want to import them into QOwnNotes" | ||
}, | ||
"ConsentFooter": { | ||
"message": "This extension doesn't work without communicating to your local instance of QOwnNotes and sending user data back and forth. No user data is sent over the internet or to any other party!" | ||
}, | ||
"ConsentButton": { | ||
"message": "Consent with user data collection" | ||
}, | ||
"UninstallButton": { | ||
"message": "Uninstall extension" | ||
} | ||
} |