summaryrefslogtreecommitdiffstats
path: root/src/_locales/en/messages.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/_locales/en/messages.json')
-rw-r--r--src/_locales/en/messages.json180
1 files changed, 180 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
new file mode 100644
index 0000000..530565f
--- /dev/null
+++ b/src/_locales/en/messages.json
@@ -0,0 +1,180 @@
+{
+ "extensionName": { "message": "FoxyProxy Standard" },
+ "extensionDescription": { "message": "Easy to use advanced Proxy Management tool for everyone" },
+
+ "extensionNameBasic": { "message": "FoxyProxy Basic" },
+
+
+ "error": { "message": "Error" },
+ "erroNoSettings": { "message": "No settings could be found. Please re-install FoxyProxy." },
+
+ "deleteAll": { "message": "Delete All" },
+ "export": { "message": "Export Settings" },
+ "import": { "message": "Import Settings" },
+ "importProxyList": { "message": "Import Proxy List" },
+ "log": { "message": "Log" },
+ "myIP": { "message": "What's My IP?" },
+ "deleteAllmessage": { "message": "All data deleted" },
+
+ "authError": { "message": "$1 is refusing connections\nCheck proxy username/password" },
+
+
+ "delete": { "message": "Delete" },
+ "deleteNot": { "message": "Do Not Delete" },
+ "deleteBrowserData": { "message": "Delete Browser Data" },
+ "deleteBrowserDataDescription": { "message": "Cache, cookies, indexedDB storage, DOM local storage, plugin data, service worker data." },
+ "deleteBrowserDataNotDescription": { "message": "Stored passwords, browsing and form history, download history, webSQL, and server-bound certificates." },
+ "done": { "message": "Done!" },
+
+ "about": { "message": "About" },
+ "syncSettings": { "message": "Synchronize Settings" },
+ "syncSettingsHelp": { "message": "Turn on to use Firefox Sync (settings are synchronized across all your Firefox browsers). Turn off to store settings locally. Notice you can have two different instances of settings, one sync and one local." },
+// "onOff": { "message": "On/Off" },
+ "on": { "message": "On" },
+ "off": { "message": "Off" },
+ "confirmTransferToLocal": { "message": "Would you like to transfer the synced settings to your local profile?\nExisting Data will be merged." },
+ "confirmTransferToSync": { "message": "Would you like to transfer the local settings to your synced profile?\nExisting Data will be merged." },
+
+ "modePatterns": { "message": "Use Enabled Proxies By Patterns and Order" },
+ "modeDisabled": { "message": "Turn Off (Use Firefox Settings)" },
+ "forAll": { "message": "for all URLs" },
+ "noProxies": { "message": "You do not have any proxy settings."},
+
+
+
+ "edit": { "message": "Edit" },
+ "patterns": { "message": "Patterns" },
+ "confirmDelete": { "message": "Are you sure you want to delete?" },
+
+ "addProxy": { "message": "Add Proxy" },
+ "editProxy": { "message": "Edit Proxy $1" },
+
+
+ "editPatterns": { "message": "Edit Patterns" },
+ "editPatternsFor": { "message": "Edit Patterns of $1" },
+
+
+ "errorWas": { "message": "There was an error. Please try again." },
+ "errorSlash": { "message": "No slash in wildcard patterns. You cannot match URL paths because of Firefox restrictions." },
+ "errorEmpty": { "message": "Field can not be empty." },
+
+
+ "importEnd": { "message": "Settings were successfully imported" },
+ "patternsChanged": { "message": "Some patterns were changed because they contained slashes. Slashes in patterns are not supported anymore." },
+ "importEndSlash": { "message": "Import finished. Slashes in patterns are not supported because of a Firefox bug. Please review your patterns and remove slashes, if any." },
+ "errorUserPass": { "message": "Please enter both Username & Password." },
+ "errorFetch": { "message": "There was an error with the operation" },
+
+
+ "errorPattern": { "message": "Please enter a pattern" },
+ "importBW": { "message": "Imported $1 white and $2 black patterns." },
+
+ "up": { "message": "move up" },
+ "down": { "message": "move down" },
+
+ "disabled": { "message": "Disabled" },
+ "active": { "message": "Enabled" },
+ "activeNote": { "message": "FoxyProxy ignores everything on this page unless set to" },
+ "noMatch": { "message": "No Match" },
+ "none": { "message": "None" },
+
+ "name": { "message": "Name" },
+ "pattern": { "message": "Pattern" },
+ "type": { "message": "Type" },
+ "protocol": { "message": "Protocol" },
+ "whitePatterns": { "message": "White Patterns" },
+ "blackPatterns": { "message": "Black Patterns" },
+ "importedPattern": { "message": "This pattern was imported from an older version of FoxyProxy and changed during import. Here is the original, unchanged pattern:" },
+
+
+ "patternMatch": { "message": "Pattern matches URL!" },
+ "patternNotMatch": { "message": "Pattern does not match URL." },
+ "errorProtocol": { "message": "Protocol does not match." },
+
+
+
+ "proxyType": { "message": "Proxy Type" },
+ "color": { "message": "Color" },
+ "patternShortcuts": { "message": "Pattern Shortcuts"},
+ "title": { "message": "Title or Description (optional)" },
+ "ip": { "message": "Proxy IP address or DNS name" },
+ "port": { "message": "Port" },
+ "username": { "message": "Username (optional)" },
+ "password": { "message": "Password (optional)" },
+ "togglePW": { "message": "Toggle Password" },
+
+ "addWhitelist": { "message": "Add whitelist pattern to match all URLs" },
+ "noLocal": { "message": "Do not use for localhost and intranet/private IP addresses" },
+
+
+
+ "patternTester": { "message": "Pattern Tester" },
+ "patternHelp": { "message": "Pattern Help" },
+ "welcome": { "message": "Welcome" },
+ "options": { "message": "Options" },
+ "optionsPage": { "message": "FoxyProxy Options" },
+ "enterUrl": { "message": "Enter URL to test" },
+ "enterUrlNote": { "message": "(paths and query parameters are ignored)" },
+ "patternDetail": { "message": "Enter pattern details." },
+ "patternNote": { "message": "(no paths, no query parameters)" },
+ "clickTest": { "message": "Click 'Test' when ready" },
+
+
+
+
+
+
+
+ "ok": { "message": "OK" },
+ "clear": { "message": "Clear" },
+ "refresh": { "message": "Refresh" },
+ "cancel": { "message": "Cancel" },
+ "back": { "message": "Back" },
+ "test": { "message": "Test" },
+ "help": { "message": "Help" },
+ "importPatterns": { "message": "Import Patterns" },
+ "exportPatterns": { "message": "Export Patterns" },
+ "newWhite": { "message": "New White" },
+ "newBlack": { "message": "New Black" },
+ "save": { "message": "Save" },
+ "add": { "message": "Add" },
+ "saveAdd": { "message": "Save & Add Another" },
+ "saveEditPattern": { "message": "Save & Edit Patterns" },
+ "imported": { "message": "Imported" },
+ "addBlacklistTip": { "message": "Add blacklist patterns for localhost, 127.0.0.1, 192.168.*.*, 172.16.*.*, & 10.*.*.*" },
+ "addBlacklist": { "message": "Add black patterns to prevent this proxy being used for localhost & intranet/private IP addresses" },
+ "addWhitelistTip": { "message": "Add whitelist pattern *" },
+ "patternCheatSheet": { "message": "Pattern Cheat Sheet" },
+
+ "logSize": { "message": "Log Size" },
+ "url": { "message": "URL" },
+ "proxyTitle": { "message": "Proxy Title" },
+ "proxyAddress": { "message": "Proxy Address" },
+ "matchPattern": { "message": "Match Pattern" },
+ "whiteBlack": { "message": "White/Black" },
+ "white": { "message": "White" },
+ "black": { "message": "Black" },
+ "timestamp": { "message": "Timestamp" },
+ "notApplicable": {"message": "n/a"},
+ "matchedURLs": {"message": "URLs That Matched Patterns"},
+ "unmatchedURLs": {"message": "URLs That Did Not Match Patterns"},
+
+
+ "pasteList": { "message": "Paste a proxy list below."},
+ "formats": {"message": "Formats"},
+ "simple": { "message": "simple" },
+ "complete": { "message": "complete" },
+ "simpleFormat": { "message": "ip address/server and port are required. username:password are optional."},
+ "ipPort": {"message": "ip:port"},
+ "ipPortUsernamePassword": {"message": "ip:port:username:password"},
+ "examples": {"message": "Examples"},
+ "completeFormat": { "message": "With this format, you can specify all proxy settings. But only protocol and server are required."},
+ "overwriteProxies": { "message": "Overwrite existing proxies" },
+ "overwritProxiesHelp1": { "message": "Check to delete all existing proxies and replace them with proxies from this list." },
+ "overwritProxiesHelp2": { "message": "Uncheck to append proxies in this list to existing proxies." },
+ "confirmOverwrite": { "message": "Are you sure you want to overwrite existing proxies?" },
+ "importsSkipped": { "message": "Skipped $1 lines because they could not be parsed:\n\n$2" },
+ "importSucceeded": {
+ "message": "Read and stored $1 proxies."
+ }
+} \ No newline at end of file