diff options
Diffstat (limited to 'src/_locales/en')
-rw-r--r-- | src/_locales/en/messages.json | 84 |
1 files changed, 44 insertions, 40 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index c7cd3768..25bba4eb 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -13,143 +13,143 @@ }, "settings": { "message": "Settings", - "description": "used in popup.html" + "description": "used in the popup" }, "general": { "message": "General", - "description": "used in general.html" + "description": "used in the settings page" }, "search": { "message": "Search", - "description": "used in general.html" + "description": "used in the settings page" }, "translate": { "message": "Translate", - "description": "used in general.html" + "description": "used in the settings page" }, "maps": { "message": "Maps", - "description": "used in general.html" + "description": "used in the settings page" }, "sendFiles": { "message": "Send Files", - "description": "used in general.html" + "description": "used in the settings page" }, "youtube": { "message": "YouTube", - "description": "used in general.html" + "description": "used in the settings page" }, "instagram": { "message": "Instagram", - "description": "used in general.html" + "description": "used in the settings page" }, "twitter": { "message": "Twitter", - "description": "used in general.html" + "description": "used in the settings page" }, "reddit": { "message": "Reddit", - "description": "used in general.html" + "description": "used in the settings page" }, "tiktok": { "message": "TikTok", - "description": "used in general.html" + "description": "used in the settings page" }, "ytmusic": { "message": "YT Music", - "description": "used in general.html" + "description": "used in the settings page" }, "imgur": { "message": "Imgur", - "description": "used in general.html" + "description": "used in the settings page" }, "wikipedia": { "message": "Wikipedia", - "description": "used in general.html" + "description": "used in the settings page" }, "peertube": { "message": "PeerTube", - "description": "used in general.html" + "description": "used in the settings page" }, "medium": { "message": "Medium", - "description": "used in general.html" + "description": "used in the settings page" }, "tor": { "message": "Tor", - "description": "used in imgur.html" + "description": "used in the settings page" }, "theme": { "message": "Theme", - "description": "used in general.html" + "description": "used in the settings page" }, "system": { "message": "System", - "description": "used in general.html" + "description": "used in the settings page" }, "light": { "message": "Light", - "description": "used in general.html" + "description": "used in the settings page" }, "dark": { "message": "Dark", - "description": "used in general.html" + "description": "used in the settings page" }, "autoRedirect": { "message": "Auto Redirect of offline instances", - "description": "used in general.html" + "description": "used in the settings page" }, "exceptions": { "message": "Exceptions", - "description": "used in general.html" + "description": "used in the settings page" }, "updateInstances": { "message": "Update Instances", - "description": "used in general.html" + "description": "used in the settings page" }, "importSettings": { "message": "Import Settings", - "description": "used in general.html" + "description": "used in the settings page" }, "exportSettings": { "message": "Export Settings", - "description": "used in general.html" + "description": "used in the settings page" }, "resetSettings": { "message": "Reset Settings", - "description": "used in general.html" + "description": "used in the settings page" }, "customPopup": { "message": "Customize Popup", - "description": "used in general.html" + "description": "used in the settings page" }, "enable": { "message": "Enable", - "description": "used in imgur.html" + "description": "used in the settings page" }, "protocol": { "message": "Protocol", - "description": "used in imgur.html" + "description": "used in the settings page" }, "normal": { "message": "Normal", - "description": "used in imgur.html" + "description": "used in the settings page" }, "defaultInstances": { "message": "Default Instances", - "description": "used in imgur.html" + "description": "used in the settings page" }, "customInstances": { "message": "Custom Instances", - "description": "used in imgur.html" + "description": "used in the settings page" }, "toggleAll": { "message": "Toggle all", - "description": "used in utils.js" + "description": "used in the settings page" }, "frontend": { "message": "Frontend", - "description": "used in maps.html" + "description": "used in the settings page" }, "notFullyPrivate": { "message": "This isn't a fully private frontend.", @@ -157,23 +157,27 @@ }, "searchNote": { "message": "Note: To use Search to its full potential, make LibRedirect as the Default Search Engine", - "description": "used in search.html" + "description": "used in the settings page" }, "redirectType": { "message": "Redirect Type", - "description": "used in youtube.html" + "description": "used in the settings page" + }, + "embeddedVids": { + "message": "Embedded Videos Frontend", + "description": "used in the settings page" }, "both": { "message": "both", - "description": "used in youtube.html" + "description": "used in the settings page" }, "onlyEmbedded": { "message": "only embedded", - "description": "used in youtube.html" + "description": "used in the settings page" }, "onlyNotEmbedded": { "message": "only not embedded", - "description": "used in youtube.html" + "description": "used in the settings page" }, "instanceOffline": { "message": "This instance is offline, you'll be redirected after ", |