Added i18n and Spanish and Catalan translation
diff --git a/options.html b/options.html
index bb5da0b..8e4bd46 100644
--- a/options.html
+++ b/options.html
@@ -6,16 +6,16 @@
</head>
<body>
<p>
- <input type="checkbox" id="list"><label for="list"> Enable infinite scrolling in thread lists.</label><br>
- <input type="checkbox" id="thread"><label for="thread"> Enable infinite scrolling inside threads.</label>
+ <input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br>
+ <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label>
</p>
- <h4>Additional enhancements</h4>
+ <h4 data-i18n="enhancements"></h4>
<p>
- <input type="checkbox" id="fixedtoolbar"><label for="fixedtoolbar"> Fix the toolbar in thread lists in the Community Console.</label><br>
- <input type="checkbox" id="redirect"><label for="redirect"> Redirect all threads opened in TW to the Community Console.<span style="color: gray;">(experimental)</span></label><br>
- <input type="checkbox" id="history"><label for="history"> Show a "previous posts" link in user profiles.</label>
+ <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br>
+ <input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
+ <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label>
</p>
- <p style="text-align: center;"><button id="save">Save</button></p>
+ <p style="text-align: center;"><button id="save" data-i18n="save"></button></p>
<script src="options.js"></script>
</body>
</html>