diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang
index 4df7694527..68f6073646 100644
--- a/apps/lang/espanol.lang
+++ b/apps/lang/espanol.lang
@@ -20,7 +20,7 @@
# - Jose Ramon Garcia
# - Robert Menes
# - Chelo Sacristán
-# - Francisco Vila, 2008
+# - Francisco Vila, 2009
id: LANG_SET_BOOL_YES
desc: bool true representation
@@ -810,7 +810,7 @@
id: LANG_VERSION
- desc: in the info menu
+ desc: in the Rockbox Info screen
user: core
@@ -12172,3 +12171,178 @@
quickscreen: ""
+
+ id: LANG_SERIAL_BITRATE_19200
+ desc: in system settings menu
+ user: core
+
+
+ *: none
+ serial_port: "19200"
+
+
+ *: none
+ serial_port: "19200"
+
+
+
+ id: LANG_ENABLE_SPEAKER
+ desc: in Settings -> Sound Settings
+ user: core
+
+
+ *: none
+ speaker: "Activar altavoz"
+
+
+ *: none
+ speaker: "Activar altavoz"
+
+
+
+ id: LANG_SORT_INTERPRET_NUMBERS
+ desc: in Settings -> File view
+ user: core
+
+
+ *: "Interpretar números al ordenar"
+
+
+ *: "Interpretar números al ordenar"
+
+
+
+ id: LANG_SERIAL_BITRATE
+ desc: in system settings menu
+ user: core
+
+
+ *: none
+ serial_port: "Bitrate del puerto serie"
+
+
+ *: none
+ serial_port: "Bit rate del puerto serie"
+
+
+
+ id: LANG_SERIAL_BITRATE_9600
+ desc: in system settings menu
+ user: core
+
+
+ *: none
+ serial_port: "9600"
+
+
+ *: none
+ serial_port: "9600"
+
+
+
+ id: LANG_SERIAL_BITRATE_38400
+ desc: in system settings menu
+ user: core
+
+
+ *: none
+ serial_port: "38400"
+
+
+ *: none
+ serial_port: "38400"
+
+
+
+ id: LANG_SERIAL_BITRATE_57600
+ desc: in system settings menu
+ user: core
+
+
+ *: none
+ serial_port: "57600"
+
+
+ *: none
+ serial_port: "57600"
+
+
+
+ id: LANG_SORT_INTERPRET_AS_NUMBERS
+ desc: in Settings -> File view
+ user: core
+
+
+ *: "Como números completos"
+
+
+ *: "Como números completos"
+
+
+
+ id: LANG_CREDITS
+ desc: in the Main Menu -> System screen
+ user: core
+
+
+ *: "Créditos"
+
+
+ *: "Créditos"
+
+
+
+ id: LANG_SORT_INTERPRET_AS_DIGIT
+ desc: in Settings -> File view
+ user: core
+
+
+ *: "Como dígitos"
+
+
+ *: "Como dígitos"
+
+
+
+ id: LANG_SERIAL_BITRATE_AUTO
+ desc: in system settings menu
+ user: core
+
+
+ *: none
+ serial_port: "Automático"
+
+
+ *: none
+ serial_port: "Automático"
+
+
diff --git a/docs/MAINTAINERS b/docs/MAINTAINERS
index 27a07f7830..4928bb5a85 100644
--- a/docs/MAINTAINERS
+++ b/docs/MAINTAINERS
@@ -139,6 +139,7 @@ the person(s) named next to "General".
:Français: Mustapha Senhaji
:Hebrew: Tomer Shalev
:Tagalog: Melba Sitjar
+:Español: Francisco Vila
Plugins