|
|
|
@ -20,4 +20,6 @@ getId("browserTxt").textContent = i18n.__("Select browser to use cookies from")
|
|
|
|
getId("none").textContent = i18n.__("None")
|
|
|
|
getId("none").textContent = i18n.__("None")
|
|
|
|
querySelectorAll(".autoTxt").forEach(item => {
|
|
|
|
querySelectorAll(".autoTxt").forEach(item => {
|
|
|
|
item.textContent = i18n.__("Automatic")
|
|
|
|
item.textContent = i18n.__("Automatic")
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
getId("preferredAudioTxt").textContent = i18n.__("Preferred audio format")
|
|
|
|
|
|
|
|
getId("preferredVideoTxt").textContent = i18n.__("Preferred video quality")
|