diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 3ae46303..842e5d83 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -202,6 +202,12 @@ "whatViewTracking": { "message": "This feature tracks which segments you have skipped to let users know how much their submission has helped others and used as a metric along with upvotes to ensure that spam doesn't get into the database. The extension sends a message to the server each time you skip a segment. Hopefully most people don't change this setting so that the view numbers are accurate. :)" }, + "enableQueryByHashPrefix": { + "message": "Query By Hash Prefix" + }, + "whatQueryByHashPrefix": { + "message": "Instead of requesting segments from the server using the videoID, the first 4 characters of the hash of the videoID are sent. This server will send back data for all videos with similar hashes." + }, "showNotice": { "message": "Show Notice Again" }, diff --git a/public/options/options.html b/public/options/options.html index 5a5e6caa..92ac686d 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -302,6 +302,23 @@
__MSG_whatViewTracking__
+
+
+ +
+ + +
+
+ +
__MSG_whatQueryByHashPrefix__
+
+