diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2010-10-21 16:54:47 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2010-10-21 16:54:47 +0000 |
| commit | 03692c23e0703fa731b4bd3f44001f8401c346ad (patch) | |
| tree | 0caa002163a10fac234ab7906a70d509f7f0e1f1 | |
| parent | 0c8b5594ae5d653abd2fac453aaea3fbeb97c15f (diff) | |
| download | rockbox-03692c23e0703fa731b4bd3f44001f8401c346ad.zip rockbox-03692c23e0703fa731b4bd3f44001f8401c346ad.tar.gz rockbox-03692c23e0703fa731b4bd3f44001f8401c346ad.tar.bz2 rockbox-03692c23e0703fa731b4bd3f44001f8401c346ad.tar.xz | |
Spanish language update - FS#11692 by Francisco Vila
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28317 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/espanol.lang | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang index 54bcd6f..01bdd87 100644 --- a/apps/lang/espanol.lang +++ b/apps/lang/espanol.lang @@ -12476,3 +12476,96 @@ *: "Forzar" </voice> </phrase> +<phrase> + id: LANG_KBD_OK + desc: in keyboard + user: core + <source> + *: none + touchscreen: "OK" + </source> + <dest> + *: none + touchscreen: "Aceptar" + </dest> + <voice> + *: none + touchscreen: "Aceptar" + </voice> +</phrase> +<phrase> + id: LANG_BOOKMARK_SETTINGS_AUTOUPDATE + desc: prompt for user to decide whether to update bookmarks + user: core + <source> + *: "Update on Stop" + </source> + <dest> + *: "Actualizar al parar" + </dest> + <voice> + *: "Actualizar al parar" + </voice> +</phrase> +<phrase> + id: LANG_KBD_DELETE + desc: in keyboard + user: core + <source> + *: none + touchscreen: "Del" + </source> + <dest> + *: none + touchscreen: "Supr" + </dest> + <voice> + *: none + touchscreen: "Suprimir" + </voice> +</phrase> +<phrase> + id: LANG_KBD_CANCEL + desc: in keyboard + user: core + <source> + *: none + touchscreen: "Cancel" + </source> + <dest> + *: none + touchscreen: "Cancelar" + </dest> + <voice> + *: none + touchscreen: "Cancelar" + </voice> +</phrase> +<phrase> + id: LANG_RESET_START_DIR + desc: reset the browser start directory + user: core + <source> + *: "Start File Browser at /" + </source> + <dest> + *: "Iniciar examinador en /" + </dest> + <voice> + *: "Iniciar examinador de archivos en la raíz" + </voice> +</phrase> +<phrase> + id: LANG_SET_AS_START_DIR + desc: used in the onplay menu to set a starting browser dir + user: core + <source> + *: "Start File Browser Here" + </source> + <dest> + *: "Iniciar examinador aquí" + </dest> + <voice> + *: "Iniciar examinador aquí" + </voice> +</phrase> |