From 93808b1bd1ea2476426ee31e52635a0dbee1c39a Mon Sep 17 00:00:00 2001 From: nowrep Date: Mon, 26 Mar 2012 21:08:22 +0200 Subject: [PATCH] Updated Spanish & Chinese translations --- .../AccessKeysNavigation.pro | 1 + src/plugins/AccessKeysNavigation/akn_res.qrc | 1 + .../translations/es_ES.ts | 47 +++++ src/plugins/MouseGestures/MouseGestures.pro | 1 + src/plugins/MouseGestures/mousegestures.qrc | 1 + .../MouseGestures/translations/es_ES.ts | 62 +++++++ src/plugins/TestPlugin/TestPlugin.pro | 1 + src/plugins/TestPlugin/testplugin.qrc | 1 + src/plugins/TestPlugin/translations/es_ES.ts | 32 ++++ translations/es_ES.ts | 142 +++++++------- translations/zh_CN.ts | 175 +++++++++--------- 11 files changed, 306 insertions(+), 158 deletions(-) create mode 100644 src/plugins/AccessKeysNavigation/translations/es_ES.ts create mode 100644 src/plugins/MouseGestures/translations/es_ES.ts create mode 100644 src/plugins/TestPlugin/translations/es_ES.ts diff --git a/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro b/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro index 50610cf00..5a33d5723 100644 --- a/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro +++ b/src/plugins/AccessKeysNavigation/AccessKeysNavigation.pro @@ -21,6 +21,7 @@ TRANSLATIONS = \ translations/cs_CZ.ts \ translations/de_DE.ts \ translations/el_GR.ts \ + translations/es_ES.ts \ translations/id_ID.ts \ translations/ja_JP.ts \ translations/nl_NL.ts \ diff --git a/src/plugins/AccessKeysNavigation/akn_res.qrc b/src/plugins/AccessKeysNavigation/akn_res.qrc index b8180f271..af197d685 100644 --- a/src/plugins/AccessKeysNavigation/akn_res.qrc +++ b/src/plugins/AccessKeysNavigation/akn_res.qrc @@ -5,6 +5,7 @@ locale/cs_CZ.qm locale/de_DE.qm locale/el_GR.qm + locale/es_ES.qm locale/id_ID.qm locale/ja_JP.qm locale/nl_NL.qm diff --git a/src/plugins/AccessKeysNavigation/translations/es_ES.ts b/src/plugins/AccessKeysNavigation/translations/es_ES.ts new file mode 100644 index 000000000..63d578a48 --- /dev/null +++ b/src/plugins/AccessKeysNavigation/translations/es_ES.ts @@ -0,0 +1,47 @@ + + + + + AKN_Settings + + + Access Keys Navigation + Navegación de las teclas de acceso + + + + <h1>Access Keys Navigation</h1> + <h1>Navegación de las teclas de acceso</h1> + + + + Ctrl + Ctrl + + + + Alt + Alt + + + + Shift + Mayús + + + + Double press + Doble pulsación + + + + Key for showing access keys: + Tecla para mostrar las teclas de acceso: + + + + License + Licencia + + + diff --git a/src/plugins/MouseGestures/MouseGestures.pro b/src/plugins/MouseGestures/MouseGestures.pro index 0a1b36da7..9ee6c2c40 100644 --- a/src/plugins/MouseGestures/MouseGestures.pro +++ b/src/plugins/MouseGestures/MouseGestures.pro @@ -29,6 +29,7 @@ TRANSLATIONS = \ translations/cs_CZ.ts \ translations/de_DE.ts \ translations/el_GR.ts \ + translations/es_ES.ts \ translations/id_ID.ts \ translations/ja_JP.ts \ translations/nl_NL.ts \ diff --git a/src/plugins/MouseGestures/mousegestures.qrc b/src/plugins/MouseGestures/mousegestures.qrc index e5c0591e7..d24e07452 100644 --- a/src/plugins/MouseGestures/mousegestures.qrc +++ b/src/plugins/MouseGestures/mousegestures.qrc @@ -15,6 +15,7 @@ locale/cs_CZ.qm locale/de_DE.qm locale/el_GR.qm + locale/es_ES.qm locale/id_ID.qm locale/ja_JP.qm locale/nl_NL.qm diff --git a/src/plugins/MouseGestures/translations/es_ES.ts b/src/plugins/MouseGestures/translations/es_ES.ts new file mode 100644 index 000000000..b383cd0ca --- /dev/null +++ b/src/plugins/MouseGestures/translations/es_ES.ts @@ -0,0 +1,62 @@ + + + + + MouseGesturesSettingsDialog + + + Mouse Gestures + Gestos del ratón + + + + <h1>Mouse Gestures</h1> + <h1>Gestos del ratón</h1> + + + + Press and hold the middle mouse button and move your mouse in the indicated directions. + Pulse y mantenga el botón central del ratón y mueva el ratón en las direcciones indicadas. + + + + <b>Stop</b><br/>Stop loading page + <b>Detener</b><br/>Detener la carga de la página + + + + <b>New tab</b><br/>Open new tab + <b>Nueva pestaña</b><br/>Abrir nueva pestaña + + + + <b>Back</b><br/>Go back in history + <b>Anterior</b><br/>Ir a la página anterior + + + + <b>Forward</b><br/>Go forward in history + <b>Siguiente</b><br/>Ir a la página siguiente + + + + <b>Reload</b><br/>Reload page + <b>Actualizar</b><br/>Actualizar página + + + + <b>Close tab</b><br/>Close current tab + <b>Cerrar pestaña</b><br/>Cerrar la pestaña actual + + + + <b>Home</b><br/>Go to homepage + <b>Inicio</b><br/>Ir a la página de inicio + + + + License + Licencia + + + diff --git a/src/plugins/TestPlugin/TestPlugin.pro b/src/plugins/TestPlugin/TestPlugin.pro index b48b77f34..73f73a4f2 100644 --- a/src/plugins/TestPlugin/TestPlugin.pro +++ b/src/plugins/TestPlugin/TestPlugin.pro @@ -15,6 +15,7 @@ RESOURCES += testplugin.qrc TRANSLATIONS += translations/cs_CZ.ts\ translations/de_DE.ts\ translations/el_GR.ts\ + translations/es_ES.ts \ translations/id_ID.ts\ translations/ja_JP.ts\ translations/nl_NL.ts\ diff --git a/src/plugins/TestPlugin/testplugin.qrc b/src/plugins/TestPlugin/testplugin.qrc index cd6c58a55..791602e42 100644 --- a/src/plugins/TestPlugin/testplugin.qrc +++ b/src/plugins/TestPlugin/testplugin.qrc @@ -3,6 +3,7 @@ locale/cs_CZ.qm locale/de_DE.qm locale/el_GR.qm + locale/es_ES.qm locale/id_ID.qm locale/ja_JP.qm locale/nl_NL.qm diff --git a/src/plugins/TestPlugin/translations/es_ES.ts b/src/plugins/TestPlugin/translations/es_ES.ts new file mode 100644 index 000000000..950acec83 --- /dev/null +++ b/src/plugins/TestPlugin/translations/es_ES.ts @@ -0,0 +1,32 @@ + + + + + TestPlugin + + + Close + Cerrar + + + + Example Plugin Settings + Preferencias del plugin de ejemplo + + + + My first plugin action + Mi primera acción del plugin + + + + Hello + Hola + + + + First plugin action works :-) + La primera acción del plugin funciona :-) + + + diff --git a/translations/es_ES.ts b/translations/es_ES.ts index c16d063c6..8854c8ea0 100644 --- a/translations/es_ES.ts +++ b/translations/es_ES.ts @@ -430,7 +430,7 @@ <b>Note:</b> Currently, only import from Html File can import also bookmark folders. - + <b>Nota:</b> Actualmente solo la importación de archivos Html permite importar también carpetas. @@ -771,7 +771,7 @@ Show Only Icons - + Mostrar solo iconos @@ -858,7 +858,7 @@ Remove - Eliminar + Eliminar @@ -873,7 +873,7 @@ Add to Bookmarks - + Añadir a marcadores Add into Bookmarks @@ -1019,12 +1019,12 @@ Clear web databases - + Limpiar las bases de datos web Clear local storage - + Limpiar almacenamiento local @@ -1136,7 +1136,7 @@ Stored Cookies - + Cookies almacenadas @@ -1214,39 +1214,39 @@ Cookie Filtering - + Filtrado de cookies <b>Cookie whitelist</b> - + <b>Lista blanca de cookies</b> Cookies from these servers will ALWAYS be accepted (even if you have disabled saving cookies) - + Las cookies de estos servidores SIEMPRE serán aceptadas (incluso si ha deshabilitado el guardado de cookies) Add - Añadir + Añadir Remove - Eliminar + Eliminar <b>Cookie blacklist</b> - + <b>Lista negra de cookies</b> Cookies from these servers will NEVER be accepted - + Las cookies de estos servidores NUNCA serán aceptadas @@ -1271,12 +1271,12 @@ Add to whitelist - + Añadir a la lista blanca Add to blacklist - + Añadir a la lista negra @@ -1591,7 +1591,7 @@ Image files - + Archivos de imágen @@ -1799,7 +1799,7 @@ License Viewer - Visor de licencia + Visor de licencia @@ -2054,12 +2054,12 @@ Error! - ¡Error! + ¡Error! Cannot load extension! - + ¡No se puede cargar la extensión! @@ -2435,17 +2435,17 @@ Extensions - + Extensiones Don't load tabs until selected - + No cargar las pestañas hasta seleccionarlas Allow Netscape Plugins (Flash plugin) - + Permitir plugins Netscape (Flash plugin) @@ -2553,17 +2553,17 @@ <b>Exceptions</b> - + <b>Excepciones</b> Server: - Servidor: + Servidor: Use different proxy for https connection - + Usar un proxy diferente para la conexión https @@ -3053,12 +3053,12 @@ Last session crashed - La última sesión se cerró inesperadamente + La última sesión se cerró inesperadamente <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? - <b>QupZilla se cerró inesperadamente :-(</b><br/>Lo sentimos, la última sesión de QupZilla terminó inesperadamente. ¿Le gustaría intentar restaurar la última sesión? + <b>QupZilla se cerró inesperadamente :-(</b><br/>Lo sentimos, la última sesión de QupZilla terminó inesperadamente. ¿Le gustaría intentar restaurar el último estado guardado? @@ -3213,7 +3213,7 @@ Configuration Information - + Información de la configuración @@ -3229,17 +3229,17 @@ There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + Hay %1 pestañas abiertas y su sesión no será guardada ¿Está seguro de salir de QupZilla? Don't ask again - No volver a preguntar + No volver a preguntar There are still open tabs - Confirmar cierre + Aún hay pestañas abiertas @@ -3382,22 +3382,22 @@ Are you sure to quit QupZilla? HTML files - + Archivos HTML Image files - + Archivos de imágen Text files - + Archivos de texto All files - + Todos los archivos @@ -3476,7 +3476,7 @@ Are you sure to quit QupZilla? If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: - + Si experimenta problemas con QupZilla, por favor intente deshabilitar todos los plugins. <br/>Si esto no ayuda, entonces rellene este formulario: @@ -3514,7 +3514,7 @@ Are you sure to quit QupZilla? Configuration Information - + Información de la configuración @@ -3546,12 +3546,12 @@ Are you sure to quit QupZilla? Application version - + Versión de la aplicación Qt version - + Versión Qt @@ -3571,42 +3571,42 @@ Are you sure to quit QupZilla? Preferences - Preferencias + Preferencias Build Configuration - + Configuración de la compilación Option - + Opción Value - Valor + Valor Extensions - + Extensiones Name - + Nombre Author - + Autor Description - + Descripción @@ -3650,7 +3650,7 @@ Are you sure to quit QupZilla? E-mail is optional<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> first. - + El correo electrónico es opcional<br/><b>Nota: </b>Por favor, lea cómo realizar un informe de error <a href=%1>aquí</a> primero. @@ -3680,7 +3680,7 @@ Are you sure to quit QupZilla? Close - Cerrar + Cerrar @@ -3740,12 +3740,12 @@ Are you sure to quit QupZilla? This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + Esta página contiene información acerca de la configuración actual de QupZilla relevante para resolver problemas. Por favor incluya esta información cuando envíe informes de error. No available extensions. - + No hay extensiones disponibles. @@ -3754,7 +3754,7 @@ Are you sure to quit QupZilla? Disabled - + Deshabilitado @@ -3763,32 +3763,32 @@ Are you sure to quit QupZilla? <b>Enabled</b> - + <b>Habilitado</b> Debug build - + Depurar construcción WebGL support - + Soporte WebGL Windows 7 API - + API Windows 7 KDE integration - + Integración KDE Portable build - + Construcción portable @@ -4221,7 +4221,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Databases - + Bases de datos @@ -4287,24 +4287,24 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup <b>Database details</b> - + <b>Detalles de la base de datos</b> Name: - Nombre: + Nombre: Path: - Ruta: + Ruta: <database not selected> - + <base de datos no seleccionada> @@ -4314,7 +4314,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup No databases are used by this page. - + No se usan bases de datos en esta página. @@ -4583,7 +4583,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Image files - + Archivos de imágen @@ -4601,7 +4601,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Copy - Copiar + Copiar @@ -4894,7 +4894,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Unknown network error - + Error de red desconocido @@ -4949,7 +4949,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup JavaScript alert - + Alerta JavaScript @@ -5094,7 +5094,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Create Search Engine - + Crear motor de búsqueda @@ -5165,7 +5165,7 @@ Después de añadir o eliminar rutas de certificados, es necesario reiniciar Qup Search with... - + Buscar con... diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index 1c2b71e17..35b741c68 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -38,7 +38,7 @@ <small>Build time: %1 </small></p> - + <small>建立时间:%1</small></P> @@ -426,7 +426,7 @@ <b>Note:</b> Currently, only import from Html File can import also bookmark folders. - + <b>注意:</b>目前,只有从HTML文件导入,也可以导入书签文件夹。 @@ -763,7 +763,7 @@ Show Only Icons - + 只显示图标 @@ -850,7 +850,7 @@ Remove - 删除 + 删除 @@ -865,7 +865,7 @@ Add to Bookmarks - + 添加到书签 Add into Bookmarks @@ -1011,12 +1011,12 @@ Clear web databases - + 清除网络数据库 Clear local storage - + 清除本地存储 @@ -1128,7 +1128,7 @@ Stored Cookies - + 存储Cookies @@ -1206,90 +1206,90 @@ Cookie Filtering - + Cookie过滤 <b>Cookie whitelist</b> - + <b>Cookie白名单</b> Cookies from these servers will ALWAYS be accepted (even if you have disabled saving cookies) - + 这些服务器上的Cookie将永远被接受(即使你已经禁用保存的cookies) Add - 添加 + 添加 Remove - 删除 + 删除 <b>Cookie blacklist</b> - + <b>Cookie黑名单</b> Cookies from these servers will NEVER be accepted - + 这些服务器上的Cookie将永远不会被接受 Remove cookie - + 删除Cookie Search - + 搜索 Confirmation - + 确认 Are you sure to delete all cookies on your computer? - + 您确定删除计算机上所有的Cookie吗? Add to whitelist - + 添加到白名单 Add to blacklist - + 添加到黑名单 Remove cookies - + 删除Cookies Secure only - + 只确保 All connections - + 所有的连接 Session cookie - + Cookie会话 @@ -1378,7 +1378,7 @@ Do you want to also delete dowloaded file? - 你也想删除下载的文件吗? + 你确定想删除下载的文件吗? @@ -1581,7 +1581,7 @@ Image files - + 图像文件 @@ -1789,7 +1789,7 @@ License Viewer - 许可证查看器 + 许可证查看器 @@ -2040,12 +2040,12 @@ Error! - 错误! + 错误! Cannot load extension! - + 无法加载扩展! @@ -2421,17 +2421,17 @@ Extensions - + 扩展 Don't load tabs until selected - + 不加载标签,直到选择的 Allow Netscape Plugins (Flash plugin) - + 允许Netscape的插件(Flash插件) @@ -2539,17 +2539,17 @@ <b>Exceptions</b> - + <b>例外</b> Server: - + 服务器: Use different proxy for https connection - + 使用不同的代理连接https @@ -2671,7 +2671,7 @@ <b>Download Options</b> - <b>下载选项</ B> + <b>下载选项</b> @@ -2688,7 +2688,7 @@ <b>AutoFill options</b> - <B>自动填充选项</ B> + <B>自动填充选项</b> @@ -2814,7 +2814,7 @@ <b>Preferred language for web sites</b> - <b>网站首选的语言</ B> + <b>网站首选的语言</b> @@ -3084,12 +3084,12 @@ Last session crashed - 会话崩溃 + 会话崩溃 <b>QupZilla crashed :-(</b><br/>Oops, the last session of QupZilla was interrupted unexpectedly. We apologize for this. Would you like to try restoring the last saved state? - QupZilla上次结束时崩溃,我们非常遗憾。您要还原保存的状态吗? + QupZilla上次结束时崩溃,我们非常遗憾。您需要还原保存的状态吗? @@ -3199,7 +3199,7 @@ Configuration Information - + 配置信息 @@ -3215,17 +3215,18 @@ There are still %1 open tabs and your session won't be stored. Are you sure to quit QupZilla? - + 还有%1的标签和您的会话将不会被储存。 +你确定退出QupZilla吗? Don't ask again - 不要再询问 + 不要再询问 There are still open tabs - 总是打开标签页 + 总是打开标签页 @@ -3368,22 +3369,22 @@ Are you sure to quit QupZilla? HTML files - + HTML文件 Image files - + 图像文件 Text files - + 文本文件 All files - + 所有文件 @@ -3462,7 +3463,7 @@ Are you sure to quit QupZilla? If you are experiencing problems with QupZilla, please try to disable all extensions first. <br/>If this does not fix it, then please fill out this form: - + 如果你在使用QupZilla遇到问题,请首先尝试禁用所有的扩展。 <br/>如果这不能解决问题,那么请填写这张表格: @@ -3500,7 +3501,7 @@ Are you sure to quit QupZilla? Configuration Information - + 配置信息 @@ -3532,17 +3533,17 @@ Are you sure to quit QupZilla? Application version - + 应用程序的版本 Qt version - + QT版本 Build time - 构建时间 + 建立时间 @@ -3557,42 +3558,42 @@ Are you sure to quit QupZilla? Preferences - 首选项 + 首选项 Build Configuration - + 生成配置 Option - + 选项 Value - 价值 + Extensions - + 扩展 Name - + 名称 Author - + 作者 Description - + 描述 @@ -3636,7 +3637,7 @@ Are you sure to quit QupZilla? E-mail is optional<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> first. - + 可选的E-mail<br/><b>注意:</b>请先阅读“如何做一个bug报告.<a href=%1>这里</a>. @@ -3666,7 +3667,7 @@ Are you sure to quit QupZilla? Close - 关闭 + 关闭 @@ -3716,7 +3717,7 @@ Are you sure to quit QupZilla? Maximum pages in a row: - 一排大的网页: + 每排最多网页数: @@ -3726,12 +3727,12 @@ Are you sure to quit QupZilla? This page contains information about QupZilla's current configuration - relevant for troubleshooting. Please include this information when submitting bug reports. - + 此页面包含关于QupZilla的当前配置和故障排除的信息。请提交错误报告时,包括此信息。 No available extensions. - + 没有可用的扩展。 @@ -3740,7 +3741,7 @@ Are you sure to quit QupZilla? Disabled - + 禁用 @@ -3749,32 +3750,32 @@ Are you sure to quit QupZilla? <b>Enabled</b> - + <b>已启用</b> Debug build - + 建立调试 WebGL support - + WebGL支持 Windows 7 API - + Windows 7API KDE integration - + KDE整合 Portable build - + 建立便携式 @@ -4205,7 +4206,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Databases - + 数据库 @@ -4266,29 +4267,29 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla <b>Preview</b> - <b>预览</ B> + <b>预览</b> <b>Database details</b> - + <b>数据库详细信息</b> Name: - 名称: + 名称: Path: - + 路径: <database not selected> - + <没有选择数据库> @@ -4298,7 +4299,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla No databases are used by this page. - + 没有数据库使用此页。 @@ -4567,7 +4568,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Image files - + 图像文件 @@ -4585,7 +4586,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Copy - 复制 + 复制 @@ -4877,7 +4878,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Unknown network error - + 未知的网络错误 @@ -4932,7 +4933,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla JavaScript alert - + JavaScript警告 @@ -5033,7 +5034,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Create Search Engine - + 创建搜索引擎 @@ -5139,7 +5140,7 @@ After adding or removing certificate paths, it is neccessary to restart QupZilla Search with... - + 搜索...