-
Notifications
You must be signed in to change notification settings - Fork 41
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
1 changed file
with
96 additions
and
91 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 |
---|---|---|
@@ -1,92 +1,97 @@ | ||
{ | ||
"extensionName": { "message": "FoxyProxy" }, | ||
"extensionDescription": { "message": "Easy to use advanced Proxy Management tool for everyone" }, | ||
|
||
"proxyByPatterns": { "message": "Proxy by Patterns" }, | ||
"disable": { "message": "Disable" }, | ||
"ip": { "message": "IP" }, | ||
"location": { "message": "Location" }, | ||
"quickAdd": { "message": "Quick Add" }, | ||
"excludeHost": { "message": "Exclude host" }, | ||
"setTabProxy": { "message": "Set Tab Proxy" }, | ||
"unsetTabProxy": { "message": "Unset Tab Proxy" }, | ||
|
||
"incognitoAccessError": { "message": "Proxy settings requires private browsing permission." }, | ||
|
||
"enableSync": { "message": "Enable Sync" }, | ||
"enableSyncDescription": { "message": "Synchronise global exclude, proxies & patterns" }, | ||
"syncError": { "message": "Sync Error" }, | ||
|
||
"proxyDNS": { "message": "Proxy DNS" }, | ||
"proxyDnsDescription": { "message": "Use the proxy server to resolve certain DNS queries (only for SOCKS in Firefox)" }, | ||
|
||
"globalExclude": { "message": "Global Exclude" }, | ||
"globalExcludeDescription": { "message": "Patterns entered here will never be proxied" }, | ||
|
||
"deleteBrowsingData": { "message": "Delete Browsing Data" }, | ||
"deleteBrowsingDataConfirm": { "message": "Are you sure you want to delete cookies, indexedDB storage, DOM local storage?" }, | ||
"restoreDefaults": { "message": "Restore Defaults" }, | ||
"restoreDefaultsConfirm": { "message": "Are you sure you want to restore all settings to Defaults?" }, | ||
"limitWebRTC": { "message": "Limit WebRTC" }, | ||
"limitWebRTCDescription": { "message": "Toggle WebRTC browser settings" }, | ||
|
||
"proxy": { "message": "Proxies" }, | ||
"add": { "message": "Add" }, | ||
"getLocation": { "message": "Get Location" }, | ||
|
||
|
||
"title": { "message": "Title" }, | ||
"type": { "message": "Type" }, | ||
"color": { "message": "Color" }, | ||
"random": { "message": "Random" }, | ||
"hostname": { "message": "Hostname" }, | ||
"port": { "message": "Port" }, | ||
"city": { "message": "City" }, | ||
"country": { "message": "Country" }, | ||
"hostnamePortError": { "message": "Missing Hostname - Port" }, | ||
|
||
"pattern": { "message": "Pattern" }, | ||
"patterns": { "message": "Patterns" }, | ||
"include": { "message": "Include" }, | ||
"exclude": { "message": "Exclude" }, | ||
"all": { "message": "All" }, | ||
"plainHost": { "message": "Plain Host" }, | ||
"wildcard": { "message": "Wildcard" }, | ||
"regexError": { "message": "Error creating RegExp for pattern" }, | ||
|
||
"delete": { "message": "Delete" }, | ||
"deleteConfirm": { "message": "Are you sure you want to delete?" }, | ||
|
||
"importFoxyProxyAccount": { "message": "Import FoxyProxy Account" }, | ||
"username": { "message": "Username" }, | ||
"password": { "message": "Password" }, | ||
"togglePassword": { "message": "Toggle Password" }, | ||
"userPassError": { "message": "Missing Username or Password" }, | ||
|
||
"importProxyList": { "message": "Import Proxy List" }, | ||
"importFromURL": { "message": "Import from URL" }, | ||
"importFromOlderVersions": { "message": "Import from older versions" }, | ||
|
||
"tester": { "message": "Pattern Tester" }, | ||
"test": { "message": "Test" }, | ||
"result": { "message": "Result" }, | ||
"back": { "message": "Back" }, | ||
|
||
"log": { "message": "Log" }, | ||
"documentUrl": { "message": "Document URL" }, | ||
"url": { "message": "URL" }, | ||
"method": { "message": "Method" }, | ||
"timeStamp": { "message": "Time" }, | ||
"notAvailable": { "message": "Not Available On Chrome (Firefox Only)" }, | ||
|
||
"about": { "message": "About" }, | ||
"error": { "message": "There was an error with the operation" }, | ||
"export": { "message": "Export" }, | ||
"fileParseError": { "message": "There was an error parsing the file" }, | ||
"fileReadError": { "message": "There was an error with reading the file" }, | ||
"fileTypeError": { "message": "Unsupported File Format" }, | ||
"help": { "message": "Help" }, | ||
"import": { "message": "Import" }, | ||
"options": { "message": "Options" }, | ||
"saveOptions": { "message": "Save" } | ||
{ | ||
"extensionName": { "message": "FoxyProxy" }, | ||
"extensionDescription": { "message": "Easy to use advanced Proxy Management tool for everyone" }, | ||
|
||
"proxyByPatterns": { "message": "Proxy by Patterns" }, | ||
"disable": { "message": "Disable" }, | ||
"ip": { "message": "IP" }, | ||
"location": { "message": "Location" }, | ||
"quickAdd": { "message": "Quick Add" }, | ||
"excludeHost": { "message": "Exclude Host" }, | ||
"setTabProxy": { "message": "Set Tab Proxy" }, | ||
"unsetTabProxy": { "message": "Unset Tab Proxy" }, | ||
|
||
"incognitoAccessError": { "message": "Proxy settings requires private browsing permission." }, | ||
|
||
"enableSync": { "message": "Enable Sync" }, | ||
"enableSyncDescription": { "message": "Synchronise global exclude, proxies & patterns" }, | ||
"syncError": { "message": "Sync Error" }, | ||
|
||
"proxyDNS": { "message": "Proxy DNS" }, | ||
"proxyDNSDescription": { "message": "Proxy DNS when using SOCKS v5 (Firefox Only)" }, | ||
|
||
"globalExclude": { "message": "Global Exclude" }, | ||
"globalExcludeDescription": { "message": "Patterns entered here will never be proxied" }, | ||
|
||
"container": { "message": "Container" }, | ||
"containerDescription": { "message": "Incognito/Container proxy (Firefox only)" }, | ||
"incognito": { "message": "Incognito" }, | ||
|
||
"deleteBrowsingData": { "message": "Delete Browsing Data" }, | ||
"deleteBrowsingDataConfirm": { "message": "Are you sure you want to delete cookies, indexedDB storage, DOM local storage?" }, | ||
"restoreDefaults": { "message": "Restore Defaults" }, | ||
"restoreDefaultsConfirm": { "message": "Are you sure you want to restore all settings to Defaults?" }, | ||
"limitWebRTC": { "message": "Limit WebRTC" }, | ||
"limitWebRTCDescription": { "message": "Toggle WebRTC browser settings" }, | ||
|
||
"proxies": { "message": "Proxies" }, | ||
"add": { "message": "Add" }, | ||
"getLocation": { "message": "Get Location" }, | ||
|
||
|
||
"title": { "message": "Title" }, | ||
"type": { "message": "Type" }, | ||
"color": { "message": "Color" }, | ||
"random": { "message": "Random" }, | ||
"hostname": { "message": "Hostname" }, | ||
"port": { "message": "Port" }, | ||
"city": { "message": "City" }, | ||
"country": { "message": "Country" }, | ||
"hostnamePortError": { "message": "Missing Hostname - Port" }, | ||
|
||
"pattern": { "message": "Pattern" }, | ||
"patterns": { "message": "Patterns" }, | ||
"include": { "message": "Include" }, | ||
"exclude": { "message": "Exclude" }, | ||
"all": { "message": "All" }, | ||
"plainHost": { "message": "Plain Host" }, | ||
"wildcard": { "message": "Wildcard" }, | ||
"regexError": { "message": "Error creating RegExp for pattern" }, | ||
|
||
"delete": { "message": "Delete" }, | ||
"deleteConfirm": { "message": "Are you sure you want to delete?" }, | ||
|
||
"importFoxyProxyAccount": { "message": "Import FoxyProxy Account" }, | ||
"username": { "message": "Username" }, | ||
"password": { "message": "Password" }, | ||
"togglePassword": { "message": "Toggle Password" }, | ||
"userPassError": { "message": "Missing Username or Password" }, | ||
|
||
"importProxyList": { "message": "Import Proxy List" }, | ||
"importFromURL": { "message": "Import from URL" }, | ||
"importFromOlderVersions": { "message": "Import from older versions" }, | ||
|
||
"tester": { "message": "Pattern Tester" }, | ||
"test": { "message": "Test" }, | ||
"result": { "message": "Result" }, | ||
"back": { "message": "Back" }, | ||
|
||
"log": { "message": "Log" }, | ||
"documentUrl": { "message": "Document URL" }, | ||
"url": { "message": "URL" }, | ||
"method": { "message": "Method" }, | ||
"proxy": { "message": "Proxy" }, | ||
"time": { "message": "Time" }, | ||
"notAvailable": { "message": "Not Available On Chrome (Firefox Only)" }, | ||
|
||
"about": { "message": "About" }, | ||
"error": { "message": "There was an error with the operation" }, | ||
"export": { "message": "Export" }, | ||
"fileParseError": { "message": "There was an error parsing the file" }, | ||
"fileReadError": { "message": "There was an error with reading the file" }, | ||
"fileTypeError": { "message": "Unsupported File Format" }, | ||
"help": { "message": "Help" }, | ||
"import": { "message": "Import" }, | ||
"options": { "message": "Options" }, | ||
"saveOptions": { "message": "Save" } | ||
} |