Added features to automatically load all messages in a thread and enable the enableLoadingDraftMessages flag
diff --git a/_locales/es/messages.json b/_locales/es/messages.json
index 328cff1..97adb10 100644
--- a/_locales/es/messages.json
+++ b/_locales/es/messages.json
@@ -12,7 +12,11 @@
     "description": "Feature checkbox in the options page"
   },
   "options_thread": {
-    "message": "Activa el scroll infinito dentro de los hilos.",
+    "message": "Carga automáticamente mensajes en grupos pequeños cuando hagas scroll por un hilo.",
+    "description": "Feature checkbox in the options page"
+  },
+  "options_threadall": {
+    "message": "Carga automáticamente todos los mensajes a la vez cuando hagas scroll por un hilo.",
     "description": "Feature checkbox in the options page"
   },
   "options_enhancements": {
@@ -27,6 +31,10 @@
     "message": "Redirige todos los hilos abiertos en TW a la Consola de la Comunidad.",
     "description": "Feature checkbox in the options page"
   },
+  "options_loaddrafts":{
+    "message": "Activa la <i>flag></i> <code class=\"help\" title=\"Esta flag permite a la Consola de la Comunidad cargar una respuesta previamente autoguardada cuando abres un hilo y haces clic en el botón de responder.\">enableLoadingDraftMessages</code> de la Consola de la Comunidad.",
+    "description": "Feature checkbox in the options page"
+  },
   "options_experimental_label": {
     "message": "(experimental)",
     "description": "Label which is placed next to an option to indicate that it may not work well or may break at any time"