mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Terminado di?logo de configuraci?n del servidor
Corregida la carga de bibliotecas desde el servidor
This commit is contained in:
parent
3f19942183
commit
2973a87e71
@ -15,4 +15,6 @@ Corregido bug que causaba que las marcas de c
|
||||
Se recuerda si se debe mostrar o no la "label" información.
|
||||
Corregido bug que provocaba el fallo de YACReader al pasar muy rápido las páginas.
|
||||
Añadida columna "Tamaño" a la lista de cómics en YACReaderLibrary
|
||||
Añadida la ordinación "natural" de los comics que hay en directorio del cómic actual.
|
||||
Añadida la ordinación "natural" de los comics que hay en directorio del cómic actual.
|
||||
Corregido bug que causaba que se abriese el cómic erroneo en YACReaderLibrary.
|
||||
Cambiado el modo en el que se cargan los lenguages, ahora se pueden añadir traducciones sin necesidad de recompilar.
|
@ -143,62 +143,62 @@
|
||||
<context>
|
||||
<name>FileComic</name>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="207"/>
|
||||
<location filename="comic.cpp" line="216"/>
|
||||
<source>Not found</source>
|
||||
<translation type="unfinished">No encontrado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="207"/>
|
||||
<location filename="comic.cpp" line="216"/>
|
||||
<source>Comic not found</source>
|
||||
<translation type="unfinished">Cómic no encontrado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="234"/>
|
||||
<location filename="comic.cpp" line="243"/>
|
||||
<source>File error</source>
|
||||
<translation type="unfinished">Error en archivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="234"/>
|
||||
<location filename="comic.cpp" line="243"/>
|
||||
<source>File not found or not images in file</source>
|
||||
<translation type="unfinished">Archivo no encontrado o no hay imágenes en él</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="288"/>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<source>7z not found</source>
|
||||
<translation type="unfinished">7z no encontrado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="288"/>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<source>7z wasn't found in your PATH.</source>
|
||||
<translation type="unfinished">7z no se ha encontrado en el PATH.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="291"/>
|
||||
<location filename="comic.cpp" line="300"/>
|
||||
<source>7z crashed</source>
|
||||
<translation type="unfinished">7z falló</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="291"/>
|
||||
<location filename="comic.cpp" line="300"/>
|
||||
<source>7z crashed.</source>
|
||||
<translation type="unfinished">7z falló.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="294"/>
|
||||
<location filename="comic.cpp" line="303"/>
|
||||
<source>7z reading</source>
|
||||
<translation type="unfinished">7z leyendo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="294"/>
|
||||
<location filename="comic.cpp" line="303"/>
|
||||
<source>problem reading from 7z</source>
|
||||
<translation type="unfinished">Problema leyendo desde 7z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<location filename="comic.cpp" line="306"/>
|
||||
<source>7z problem</source>
|
||||
<translation type="unfinished">7z problema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<location filename="comic.cpp" line="306"/>
|
||||
<source>Unknown error 7z</source>
|
||||
<translation type="unfinished">Error desconocido 7z</translation>
|
||||
</message>
|
||||
@ -274,264 +274,264 @@
|
||||
<context>
|
||||
<name>MainWindowViewer</name>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="122"/>
|
||||
<location filename="main_window_viewer.cpp" line="131"/>
|
||||
<source>&Open</source>
|
||||
<translation>&Abrir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="123"/>
|
||||
<location filename="main_window_viewer.cpp" line="132"/>
|
||||
<source>O</source>
|
||||
<translation>O</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="125"/>
|
||||
<location filename="main_window_viewer.cpp" line="134"/>
|
||||
<source>Open a comic</source>
|
||||
<translation>Abrir cómic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="128"/>
|
||||
<location filename="main_window_viewer.cpp" line="137"/>
|
||||
<source>Open Folder</source>
|
||||
<translation>Abrir carpeta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="129"/>
|
||||
<location filename="main_window_viewer.cpp" line="138"/>
|
||||
<source>Ctrl+O</source>
|
||||
<translation>Ctrl+O</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="131"/>
|
||||
<location filename="main_window_viewer.cpp" line="140"/>
|
||||
<source>Open image folder</source>
|
||||
<oldsource>Open images in a folder</oldsource>
|
||||
<translation>Abrir carpeta de imágenes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="134"/>
|
||||
<location filename="main_window_viewer.cpp" line="143"/>
|
||||
<source>Save</source>
|
||||
<translation>Guardar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="136"/>
|
||||
<location filename="main_window_viewer.cpp" line="465"/>
|
||||
<location filename="main_window_viewer.cpp" line="145"/>
|
||||
<location filename="main_window_viewer.cpp" line="476"/>
|
||||
<source>Save current page</source>
|
||||
<translation>Guardar la página actual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="140"/>
|
||||
<location filename="main_window_viewer.cpp" line="149"/>
|
||||
<source>Previous Comic</source>
|
||||
<translation>Cómic anterior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="143"/>
|
||||
<location filename="main_window_viewer.cpp" line="152"/>
|
||||
<source>Open previous comic</source>
|
||||
<translation>Abrir cómic anterior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="147"/>
|
||||
<location filename="main_window_viewer.cpp" line="156"/>
|
||||
<source>Next Comic</source>
|
||||
<translation>Siguiente Cómic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="150"/>
|
||||
<location filename="main_window_viewer.cpp" line="159"/>
|
||||
<source>Open next comic</source>
|
||||
<translation>Abrir siguiente cómic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="154"/>
|
||||
<location filename="main_window_viewer.cpp" line="163"/>
|
||||
<source>&Previous</source>
|
||||
<translation>A&nterior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="157"/>
|
||||
<location filename="main_window_viewer.cpp" line="166"/>
|
||||
<source>Go to previous page</source>
|
||||
<translation>Ir a la página anterior</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="161"/>
|
||||
<location filename="main_window_viewer.cpp" line="170"/>
|
||||
<source>&Next</source>
|
||||
<translation>Siguie&nte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="164"/>
|
||||
<location filename="main_window_viewer.cpp" line="173"/>
|
||||
<source>Go to next page</source>
|
||||
<translation>Ir a la página siguiente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="168"/>
|
||||
<location filename="main_window_viewer.cpp" line="177"/>
|
||||
<source>Fit Width</source>
|
||||
<translation>Ajustar anchura</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="169"/>
|
||||
<location filename="main_window_viewer.cpp" line="178"/>
|
||||
<source>A</source>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="174"/>
|
||||
<location filename="main_window_viewer.cpp" line="183"/>
|
||||
<source>Fit image to ...</source>
|
||||
<translation>Ajustar imagen a...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="178"/>
|
||||
<location filename="main_window_viewer.cpp" line="187"/>
|
||||
<source>Rotate image to the left</source>
|
||||
<translation>Rotar imagen a la izquierda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="179"/>
|
||||
<location filename="main_window_viewer.cpp" line="188"/>
|
||||
<source>L</source>
|
||||
<translation>L</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="184"/>
|
||||
<location filename="main_window_viewer.cpp" line="193"/>
|
||||
<source>Rotate image to the right</source>
|
||||
<translation>Rotar imagen a la derecha</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="185"/>
|
||||
<location filename="main_window_viewer.cpp" line="194"/>
|
||||
<source>R</source>
|
||||
<translation>R</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="190"/>
|
||||
<location filename="main_window_viewer.cpp" line="199"/>
|
||||
<source>Double page mode</source>
|
||||
<translation>Modo a doble página</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="191"/>
|
||||
<location filename="main_window_viewer.cpp" line="200"/>
|
||||
<source>Switch to double page mode</source>
|
||||
<translation>Cambiar a modo de doble página</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="192"/>
|
||||
<location filename="main_window_viewer.cpp" line="201"/>
|
||||
<source>D</source>
|
||||
<translation>D</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="199"/>
|
||||
<location filename="main_window_viewer.cpp" line="208"/>
|
||||
<source>Go To</source>
|
||||
<translation>Ir a</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="200"/>
|
||||
<location filename="main_window_viewer.cpp" line="209"/>
|
||||
<source>G</source>
|
||||
<translation>G</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="203"/>
|
||||
<location filename="main_window_viewer.cpp" line="212"/>
|
||||
<source>Go to page ...</source>
|
||||
<translation>Ir a página...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="206"/>
|
||||
<location filename="main_window_viewer.cpp" line="215"/>
|
||||
<source>Options</source>
|
||||
<translation>Opciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="207"/>
|
||||
<location filename="main_window_viewer.cpp" line="216"/>
|
||||
<source>C</source>
|
||||
<translation>C</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="208"/>
|
||||
<location filename="main_window_viewer.cpp" line="217"/>
|
||||
<source>YACReader options</source>
|
||||
<translation>Opciones de YACReader</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="213"/>
|
||||
<location filename="main_window_viewer.cpp" line="222"/>
|
||||
<source>Help</source>
|
||||
<translation>Ayuda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="214"/>
|
||||
<location filename="main_window_viewer.cpp" line="223"/>
|
||||
<source>Help, About YACReader</source>
|
||||
<translation>Ayuda, Sobre YACReader</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="219"/>
|
||||
<location filename="main_window_viewer.cpp" line="228"/>
|
||||
<source>Magnifying glass</source>
|
||||
<translation>Lupa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="220"/>
|
||||
<location filename="main_window_viewer.cpp" line="229"/>
|
||||
<source>Switch Magnifying glass</source>
|
||||
<translation>Lupa On/Off</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="221"/>
|
||||
<location filename="main_window_viewer.cpp" line="230"/>
|
||||
<source>Z</source>
|
||||
<translation>Z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="227"/>
|
||||
<location filename="main_window_viewer.cpp" line="236"/>
|
||||
<source>Set bookmark</source>
|
||||
<translation>Añadir marcador</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="228"/>
|
||||
<location filename="main_window_viewer.cpp" line="237"/>
|
||||
<source>Set a bookmark on the current page</source>
|
||||
<translation>Añadir un marcador en la página actual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="237"/>
|
||||
<location filename="main_window_viewer.cpp" line="246"/>
|
||||
<source>Show bookmarks</source>
|
||||
<translation>Mostrar marcadores</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="238"/>
|
||||
<location filename="main_window_viewer.cpp" line="247"/>
|
||||
<source>Show the bookmarks of the current comic</source>
|
||||
<translation>Mostrar los marcadores del cómic actual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="239"/>
|
||||
<location filename="main_window_viewer.cpp" line="248"/>
|
||||
<source>M</source>
|
||||
<translation>M</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="244"/>
|
||||
<location filename="main_window_viewer.cpp" line="253"/>
|
||||
<source>Show keyboard shortcuts</source>
|
||||
<translation>Mostrar atajos de teclado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="248"/>
|
||||
<location filename="main_window_viewer.cpp" line="257"/>
|
||||
<source>Show Info</source>
|
||||
<translation>Mostrar información</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="249"/>
|
||||
<location filename="main_window_viewer.cpp" line="258"/>
|
||||
<source>I</source>
|
||||
<translation>I</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="254"/>
|
||||
<location filename="main_window_viewer.cpp" line="263"/>
|
||||
<source>Close</source>
|
||||
<translation>Cerrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="259"/>
|
||||
<location filename="main_window_viewer.cpp" line="268"/>
|
||||
<source>Show Dictionary</source>
|
||||
<translation>Mostrar diccionario</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="266"/>
|
||||
<location filename="main_window_viewer.cpp" line="275"/>
|
||||
<source>Always on top</source>
|
||||
<translation>Siempre visible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="274"/>
|
||||
<location filename="main_window_viewer.cpp" line="283"/>
|
||||
<source>Show full size</source>
|
||||
<translation>Mostrar a tamaño original</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="285"/>
|
||||
<location filename="main_window_viewer.cpp" line="294"/>
|
||||
<source>&File</source>
|
||||
<translation>&Archivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="417"/>
|
||||
<location filename="main_window_viewer.cpp" line="428"/>
|
||||
<source>Open Comic</source>
|
||||
<translation>Abrir cómic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="417"/>
|
||||
<location filename="main_window_viewer.cpp" line="428"/>
|
||||
<source>Comic files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -544,32 +544,32 @@
|
||||
<translation type="obsolete">Archivos de cómic (*.cbr *.cbz *.rar *.zip *.tar *.arj)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="441"/>
|
||||
<location filename="main_window_viewer.cpp" line="452"/>
|
||||
<source>Open folder</source>
|
||||
<translation>Abrir carpeta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="465"/>
|
||||
<location filename="main_window_viewer.cpp" line="476"/>
|
||||
<source>Image files (*.jpg)</source>
|
||||
<translation>Archivos de imagen (*.jpg)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="601"/>
|
||||
<location filename="main_window_viewer.cpp" line="612"/>
|
||||
<source>There is a new version avaliable</source>
|
||||
<translation>Hay una nueva versión disponible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="602"/>
|
||||
<location filename="main_window_viewer.cpp" line="613"/>
|
||||
<source>Do you want to download the new version?</source>
|
||||
<translation>¿Desea descargar la nueva versión?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="665"/>
|
||||
<location filename="main_window_viewer.cpp" line="678"/>
|
||||
<source>Saving error log file....</source>
|
||||
<translation>Guardando el archivo de log...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="665"/>
|
||||
<location filename="main_window_viewer.cpp" line="678"/>
|
||||
<source>There was a problem saving YACReader error log file. Please, check if you have enough permissions in the YACReader root folder.</source>
|
||||
<translation>Hubo un problema al guardar el archivo de log de YACReader. Por favor, comprueba si tienes suficientes permisos en el directorio raíz de YACReader.</translation>
|
||||
</message>
|
||||
@ -697,21 +697,31 @@
|
||||
<context>
|
||||
<name>Viewer</name>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="42"/>
|
||||
<location filename="viewer.cpp" line="616"/>
|
||||
<location filename="viewer.cpp" line="43"/>
|
||||
<location filename="viewer.cpp" line="634"/>
|
||||
<source>Press 'O' to open comic.</source>
|
||||
<translation>Pulsa 'O' para abrir un fichero.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="166"/>
|
||||
<location filename="viewer.cpp" line="183"/>
|
||||
<source>Not found</source>
|
||||
<translation type="unfinished">No encontrado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="166"/>
|
||||
<location filename="viewer.cpp" line="183"/>
|
||||
<source>Comic not found</source>
|
||||
<translation type="unfinished">Cómic no encontrado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="773"/>
|
||||
<source>Cover!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="780"/>
|
||||
<source>Last page!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show Info</source>
|
||||
<translation type="obsolete">Mostrar información</translation>
|
||||
@ -721,7 +731,7 @@
|
||||
<translation type="obsolete">I</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="629"/>
|
||||
<location filename="viewer.cpp" line="647"/>
|
||||
<source>Loading...please wait!</source>
|
||||
<translation>Cargando...espere, por favor!</translation>
|
||||
</message>
|
||||
|
@ -41,62 +41,62 @@
|
||||
<context>
|
||||
<name>FileComic</name>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="207"/>
|
||||
<location filename="comic.cpp" line="216"/>
|
||||
<source>Not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="207"/>
|
||||
<location filename="comic.cpp" line="216"/>
|
||||
<source>Comic not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="234"/>
|
||||
<location filename="comic.cpp" line="243"/>
|
||||
<source>File error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="234"/>
|
||||
<location filename="comic.cpp" line="243"/>
|
||||
<source>File not found or not images in file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="288"/>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<source>7z not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="288"/>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<source>7z wasn't found in your PATH.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="291"/>
|
||||
<location filename="comic.cpp" line="300"/>
|
||||
<source>7z crashed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="291"/>
|
||||
<location filename="comic.cpp" line="300"/>
|
||||
<source>7z crashed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="294"/>
|
||||
<location filename="comic.cpp" line="303"/>
|
||||
<source>7z reading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="294"/>
|
||||
<location filename="comic.cpp" line="303"/>
|
||||
<source>problem reading from 7z</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<location filename="comic.cpp" line="306"/>
|
||||
<source>7z problem</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="comic.cpp" line="297"/>
|
||||
<location filename="comic.cpp" line="306"/>
|
||||
<source>Unknown error 7z</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -154,293 +154,293 @@
|
||||
<context>
|
||||
<name>MainWindowViewer</name>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="122"/>
|
||||
<location filename="main_window_viewer.cpp" line="131"/>
|
||||
<source>&Open</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="123"/>
|
||||
<location filename="main_window_viewer.cpp" line="132"/>
|
||||
<source>O</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="125"/>
|
||||
<location filename="main_window_viewer.cpp" line="134"/>
|
||||
<source>Open a comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="128"/>
|
||||
<location filename="main_window_viewer.cpp" line="137"/>
|
||||
<source>Open Folder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="129"/>
|
||||
<location filename="main_window_viewer.cpp" line="138"/>
|
||||
<source>Ctrl+O</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="131"/>
|
||||
<location filename="main_window_viewer.cpp" line="140"/>
|
||||
<source>Open image folder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="134"/>
|
||||
<location filename="main_window_viewer.cpp" line="143"/>
|
||||
<source>Save</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="136"/>
|
||||
<location filename="main_window_viewer.cpp" line="465"/>
|
||||
<location filename="main_window_viewer.cpp" line="145"/>
|
||||
<location filename="main_window_viewer.cpp" line="476"/>
|
||||
<source>Save current page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="140"/>
|
||||
<location filename="main_window_viewer.cpp" line="149"/>
|
||||
<source>Previous Comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="143"/>
|
||||
<location filename="main_window_viewer.cpp" line="152"/>
|
||||
<source>Open previous comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="147"/>
|
||||
<location filename="main_window_viewer.cpp" line="156"/>
|
||||
<source>Next Comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="150"/>
|
||||
<location filename="main_window_viewer.cpp" line="159"/>
|
||||
<source>Open next comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="154"/>
|
||||
<location filename="main_window_viewer.cpp" line="163"/>
|
||||
<source>&Previous</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="157"/>
|
||||
<location filename="main_window_viewer.cpp" line="166"/>
|
||||
<source>Go to previous page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="161"/>
|
||||
<location filename="main_window_viewer.cpp" line="170"/>
|
||||
<source>&Next</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="164"/>
|
||||
<location filename="main_window_viewer.cpp" line="173"/>
|
||||
<source>Go to next page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="168"/>
|
||||
<location filename="main_window_viewer.cpp" line="177"/>
|
||||
<source>Fit Width</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="169"/>
|
||||
<location filename="main_window_viewer.cpp" line="178"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="174"/>
|
||||
<location filename="main_window_viewer.cpp" line="183"/>
|
||||
<source>Fit image to ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="178"/>
|
||||
<location filename="main_window_viewer.cpp" line="187"/>
|
||||
<source>Rotate image to the left</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="179"/>
|
||||
<location filename="main_window_viewer.cpp" line="188"/>
|
||||
<source>L</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="184"/>
|
||||
<location filename="main_window_viewer.cpp" line="193"/>
|
||||
<source>Rotate image to the right</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="185"/>
|
||||
<location filename="main_window_viewer.cpp" line="194"/>
|
||||
<source>R</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="190"/>
|
||||
<location filename="main_window_viewer.cpp" line="199"/>
|
||||
<source>Double page mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="191"/>
|
||||
<location filename="main_window_viewer.cpp" line="200"/>
|
||||
<source>Switch to double page mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="192"/>
|
||||
<location filename="main_window_viewer.cpp" line="201"/>
|
||||
<source>D</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="199"/>
|
||||
<location filename="main_window_viewer.cpp" line="208"/>
|
||||
<source>Go To</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="200"/>
|
||||
<location filename="main_window_viewer.cpp" line="209"/>
|
||||
<source>G</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="203"/>
|
||||
<location filename="main_window_viewer.cpp" line="212"/>
|
||||
<source>Go to page ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="206"/>
|
||||
<location filename="main_window_viewer.cpp" line="215"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="207"/>
|
||||
<location filename="main_window_viewer.cpp" line="216"/>
|
||||
<source>C</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="208"/>
|
||||
<location filename="main_window_viewer.cpp" line="217"/>
|
||||
<source>YACReader options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="213"/>
|
||||
<location filename="main_window_viewer.cpp" line="222"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="214"/>
|
||||
<location filename="main_window_viewer.cpp" line="223"/>
|
||||
<source>Help, About YACReader</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="219"/>
|
||||
<location filename="main_window_viewer.cpp" line="228"/>
|
||||
<source>Magnifying glass</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="220"/>
|
||||
<location filename="main_window_viewer.cpp" line="229"/>
|
||||
<source>Switch Magnifying glass</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="221"/>
|
||||
<location filename="main_window_viewer.cpp" line="230"/>
|
||||
<source>Z</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="227"/>
|
||||
<location filename="main_window_viewer.cpp" line="236"/>
|
||||
<source>Set bookmark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="228"/>
|
||||
<location filename="main_window_viewer.cpp" line="237"/>
|
||||
<source>Set a bookmark on the current page</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="237"/>
|
||||
<location filename="main_window_viewer.cpp" line="246"/>
|
||||
<source>Show bookmarks</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="238"/>
|
||||
<location filename="main_window_viewer.cpp" line="247"/>
|
||||
<source>Show the bookmarks of the current comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="239"/>
|
||||
<location filename="main_window_viewer.cpp" line="248"/>
|
||||
<source>M</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="244"/>
|
||||
<location filename="main_window_viewer.cpp" line="253"/>
|
||||
<source>Show keyboard shortcuts</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="248"/>
|
||||
<location filename="main_window_viewer.cpp" line="257"/>
|
||||
<source>Show Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="249"/>
|
||||
<location filename="main_window_viewer.cpp" line="258"/>
|
||||
<source>I</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="254"/>
|
||||
<location filename="main_window_viewer.cpp" line="263"/>
|
||||
<source>Close</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="259"/>
|
||||
<location filename="main_window_viewer.cpp" line="268"/>
|
||||
<source>Show Dictionary</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="266"/>
|
||||
<location filename="main_window_viewer.cpp" line="275"/>
|
||||
<source>Always on top</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="274"/>
|
||||
<location filename="main_window_viewer.cpp" line="283"/>
|
||||
<source>Show full size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="285"/>
|
||||
<location filename="main_window_viewer.cpp" line="294"/>
|
||||
<source>&File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="417"/>
|
||||
<location filename="main_window_viewer.cpp" line="428"/>
|
||||
<source>Open Comic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="417"/>
|
||||
<location filename="main_window_viewer.cpp" line="428"/>
|
||||
<source>Comic files</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="441"/>
|
||||
<location filename="main_window_viewer.cpp" line="452"/>
|
||||
<source>Open folder</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="465"/>
|
||||
<location filename="main_window_viewer.cpp" line="476"/>
|
||||
<source>Image files (*.jpg)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="601"/>
|
||||
<location filename="main_window_viewer.cpp" line="612"/>
|
||||
<source>There is a new version avaliable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="602"/>
|
||||
<location filename="main_window_viewer.cpp" line="613"/>
|
||||
<source>Do you want to download the new version?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="665"/>
|
||||
<location filename="main_window_viewer.cpp" line="678"/>
|
||||
<source>Saving error log file....</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main_window_viewer.cpp" line="665"/>
|
||||
<location filename="main_window_viewer.cpp" line="678"/>
|
||||
<source>There was a problem saving YACReader error log file. Please, check if you have enough permissions in the YACReader root folder.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -549,26 +549,36 @@
|
||||
<context>
|
||||
<name>Viewer</name>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="42"/>
|
||||
<location filename="viewer.cpp" line="616"/>
|
||||
<location filename="viewer.cpp" line="43"/>
|
||||
<location filename="viewer.cpp" line="634"/>
|
||||
<source>Press 'O' to open comic.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="166"/>
|
||||
<location filename="viewer.cpp" line="183"/>
|
||||
<source>Not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="166"/>
|
||||
<location filename="viewer.cpp" line="183"/>
|
||||
<source>Comic not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="629"/>
|
||||
<location filename="viewer.cpp" line="647"/>
|
||||
<source>Loading...please wait!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="773"/>
|
||||
<source>Cover!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="viewer.cpp" line="780"/>
|
||||
<source>Last page!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>YACReaderFieldEdit</name>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,11 @@ QMap<QString,QString> DBHelper::getLibraries()
|
||||
}
|
||||
else
|
||||
{
|
||||
libraries.insert(name.trimmed(),line.trimmed());
|
||||
//sólo se agregan las bibliotecas realmente disponibles
|
||||
QSqlDatabase db = DataBaseManagement::loadDatabase(line.trimmed()+"/.yacreaderlibrary");
|
||||
if(db.isValid())
|
||||
libraries.insert(name.trimmed(),line.trimmed());
|
||||
db.close();
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ ServerConfigDialog::ServerConfigDialog(QWidget * parent)
|
||||
qrMessage->setWordWrap(true);
|
||||
qrMessage->setFixedWidth(200);
|
||||
|
||||
QLabel * propaganda = new QLabel(tr("YACReader is now available for iOS devices <a href='www.yacreader.com'> page </a>"),this);
|
||||
QLabel * propaganda = new QLabel(tr("YACReader is now available for iOS devices, the best comic reading experience now in your iPad, iPhone or iPod touch. <a href='http://ios.yacreader.com'> Discover it! </a>"),this);
|
||||
propaganda->move(36,375);
|
||||
propaganda->setStyleSheet("QLabel {color:#1F1F1F; font-size:16px; font-family: Arial; font-style: italic;}"
|
||||
"QLabel::a {color:#1A1A1A}");
|
||||
|
@ -231,62 +231,62 @@
|
||||
<context>
|
||||
<name>FileComic</name>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="207"/>
|
||||
<location filename="../YACReader/comic.cpp" line="216"/>
|
||||
<source>Not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="207"/>
|
||||
<location filename="../YACReader/comic.cpp" line="216"/>
|
||||
<source>Comic not found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="234"/>
|
||||
<location filename="../YACReader/comic.cpp" line="243"/>
|
||||
<source>File error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="234"/>
|
||||
<location filename="../YACReader/comic.cpp" line="243"/>
|
||||
<source>File not found or not images in file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="288"/>
|
||||
<location filename="../YACReader/comic.cpp" line="297"/>
|
||||
<source>7z not found</source>
|
||||
<translation type="unfinished">7z no encontrado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="288"/>
|
||||
<location filename="../YACReader/comic.cpp" line="297"/>
|
||||
<source>7z wasn't found in your PATH.</source>
|
||||
<translation type="unfinished">7z no ha sido encontrado en tu PATH.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="291"/>
|
||||
<location filename="../YACReader/comic.cpp" line="300"/>
|
||||
<source>7z crashed</source>
|
||||
<translation type="unfinished">fallo en 7z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="291"/>
|
||||
<location filename="../YACReader/comic.cpp" line="300"/>
|
||||
<source>7z crashed.</source>
|
||||
<translation type="unfinished">fallo en 7z.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="294"/>
|
||||
<location filename="../YACReader/comic.cpp" line="303"/>
|
||||
<source>7z reading</source>
|
||||
<translation type="unfinished">Leyendo de 7z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="294"/>
|
||||
<location filename="../YACReader/comic.cpp" line="303"/>
|
||||
<source>problem reading from 7z</source>
|
||||
<translation type="unfinished">Problema lenyendo de 7z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="297"/>
|
||||
<location filename="../YACReader/comic.cpp" line="306"/>
|
||||
<source>7z problem</source>
|
||||
<translation type="unfinished">Problema en 7z</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../YACReader/comic.cpp" line="297"/>
|
||||
<location filename="../YACReader/comic.cpp" line="306"/>
|
||||
<source>Unknown error 7z</source>
|
||||
<translation type="unfinished">Error desconocido en 7z</translation>
|
||||
</message>
|
||||
@ -385,27 +385,27 @@
|
||||
<context>
|
||||
<name>LibraryWindow</name>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="149"/>
|
||||
<location filename="library_window.cpp" line="159"/>
|
||||
<source>Select a library:</source>
|
||||
<translation>Seleciona una biblioteca:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="161"/>
|
||||
<location filename="library_window.cpp" line="171"/>
|
||||
<source>Clear</source>
|
||||
<translation>Borrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="163"/>
|
||||
<location filename="library_window.cpp" line="173"/>
|
||||
<source>Search folders/comics</source>
|
||||
<translation>Buscar directorios/cómics</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="166"/>
|
||||
<location filename="library_window.cpp" line="176"/>
|
||||
<source>Include files (slower)</source>
|
||||
<translation>Incluir archivos (lento)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="192"/>
|
||||
<location filename="library_window.cpp" line="202"/>
|
||||
<source><font color='white'> press 'F' to close fullscreen mode </font></source>
|
||||
<translation><font color='white'> presiona 'F' para salir de pantalla completa </font></translation>
|
||||
</message>
|
||||
@ -415,317 +415,317 @@
|
||||
<translation>YACReader Library</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="256"/>
|
||||
<location filename="library_window.cpp" line="266"/>
|
||||
<source>Create a new library</source>
|
||||
<translation>Crear una nueva biblioteca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="261"/>
|
||||
<location filename="library_window.cpp" line="271"/>
|
||||
<source>Open an existing library</source>
|
||||
<translation>Abrir una biblioteca existente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="265"/>
|
||||
<location filename="library_window.cpp" line="266"/>
|
||||
<location filename="library_window.cpp" line="275"/>
|
||||
<location filename="library_window.cpp" line="276"/>
|
||||
<source>Export comics info</source>
|
||||
<translation>Exportar información de los cómics</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="269"/>
|
||||
<location filename="library_window.cpp" line="270"/>
|
||||
<location filename="library_window.cpp" line="279"/>
|
||||
<location filename="library_window.cpp" line="280"/>
|
||||
<source>Import comics info</source>
|
||||
<translation>Importar información de cómics</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="273"/>
|
||||
<location filename="library_window.cpp" line="283"/>
|
||||
<source>Pack covers</source>
|
||||
<translation>Empaquetar portadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="274"/>
|
||||
<location filename="library_window.cpp" line="284"/>
|
||||
<source>Pack the covers of the selected library</source>
|
||||
<translation>Empaquetar las portadas de la biblioteca seleccionada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="277"/>
|
||||
<location filename="library_window.cpp" line="287"/>
|
||||
<source>Unpack covers</source>
|
||||
<translation>Desempaquetar portadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="278"/>
|
||||
<location filename="library_window.cpp" line="288"/>
|
||||
<source>Unpack a catalog</source>
|
||||
<translation>Desempaquetar un catálogo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="282"/>
|
||||
<location filename="library_window.cpp" line="292"/>
|
||||
<source>Update current library</source>
|
||||
<translation>Actualizar la biblioteca seleccionada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="287"/>
|
||||
<location filename="library_window.cpp" line="297"/>
|
||||
<source>Rename current library</source>
|
||||
<translation>Renombrar la biblioteca seleccionada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="292"/>
|
||||
<location filename="library_window.cpp" line="302"/>
|
||||
<source>Delete current library from disk</source>
|
||||
<translation>Borrar la biblioteca seleccionada del disco</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="296"/>
|
||||
<location filename="library_window.cpp" line="306"/>
|
||||
<source>Remove current library from your collection</source>
|
||||
<translation>Eliminar biblioteca de la colección</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="299"/>
|
||||
<location filename="library_window.cpp" line="309"/>
|
||||
<source>Open current comic</source>
|
||||
<translation>Abrir cómic actual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="300"/>
|
||||
<location filename="library_window.cpp" line="310"/>
|
||||
<source>Open current comic on YACReader</source>
|
||||
<translation>Abrir el cómic actual en YACReader</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="304"/>
|
||||
<location filename="library_window.cpp" line="314"/>
|
||||
<source>Set as read</source>
|
||||
<translation>Marcar como leído</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="305"/>
|
||||
<location filename="library_window.cpp" line="315"/>
|
||||
<source>Set comic as read</source>
|
||||
<translation>Marcar cómic como leído</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="308"/>
|
||||
<location filename="library_window.cpp" line="318"/>
|
||||
<source>Set as unread</source>
|
||||
<translation>Marcar como no leído</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="309"/>
|
||||
<location filename="library_window.cpp" line="319"/>
|
||||
<source>Set comic as unread</source>
|
||||
<translation>Marcar cómic como no leído</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="312"/>
|
||||
<location filename="library_window.cpp" line="322"/>
|
||||
<source>Set all as read</source>
|
||||
<translation>Marcar todos como leídos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="313"/>
|
||||
<location filename="library_window.cpp" line="323"/>
|
||||
<source>Set all comics as read</source>
|
||||
<translation>Marcar todos los cómics como leídos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="316"/>
|
||||
<location filename="library_window.cpp" line="326"/>
|
||||
<source>Set all as unread</source>
|
||||
<translation>Marcar todos como no leídos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="317"/>
|
||||
<location filename="library_window.cpp" line="327"/>
|
||||
<source>Set all comics as unread</source>
|
||||
<translation>Marcar todos los cómics como no leídos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="320"/>
|
||||
<location filename="library_window.cpp" line="330"/>
|
||||
<source>Show/Hide marks</source>
|
||||
<translation>Mostrar/Ocultar marcas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="321"/>
|
||||
<location filename="library_window.cpp" line="331"/>
|
||||
<source>Show or hide readed marks</source>
|
||||
<translation>Mostrar u ocultar marcas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="329"/>
|
||||
<location filename="library_window.cpp" line="339"/>
|
||||
<source>Show properties of current comic</source>
|
||||
<translation>Mostrar las propiedades del cómic actual</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="333"/>
|
||||
<location filename="library_window.cpp" line="343"/>
|
||||
<source>Fullscreen mode on/off</source>
|
||||
<translation>Modo a pantalla completa on/off</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="334"/>
|
||||
<location filename="library_window.cpp" line="344"/>
|
||||
<source>Fullscreen mode on/off (F)</source>
|
||||
<translation>Activar/desactivar modo a pantalla completa (F)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="339"/>
|
||||
<location filename="library_window.cpp" line="349"/>
|
||||
<source>Help, About YACReader</source>
|
||||
<translation>Ayuda, A cerca de... YACReader</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="344"/>
|
||||
<location filename="library_window.cpp" line="354"/>
|
||||
<source>Select root node</source>
|
||||
<translation>Seleccionar el nodo raíz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="348"/>
|
||||
<location filename="library_window.cpp" line="358"/>
|
||||
<source>Expand all nodes</source>
|
||||
<translation>Expandir todos los nodos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="352"/>
|
||||
<location filename="library_window.cpp" line="362"/>
|
||||
<source>Colapse all nodes</source>
|
||||
<translation>Contraer todos los nodos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="356"/>
|
||||
<location filename="library_window.cpp" line="366"/>
|
||||
<source>Show options dialog</source>
|
||||
<translation>Mostrar opciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="360"/>
|
||||
<location filename="library_window.cpp" line="370"/>
|
||||
<source>Show comics server options dialog</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="376"/>
|
||||
<location filename="library_window.cpp" line="386"/>
|
||||
<source>Open folder...</source>
|
||||
<translation>Abrir carpeta...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="380"/>
|
||||
<location filename="library_window.cpp" line="390"/>
|
||||
<source>Open containing folder...</source>
|
||||
<translation>Abrir carpeta contenedora...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="385"/>
|
||||
<location filename="library_window.cpp" line="395"/>
|
||||
<source>Select all comics</source>
|
||||
<translation>Seleccionar todos los cómics</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="389"/>
|
||||
<location filename="library_window.cpp" line="399"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="393"/>
|
||||
<location filename="library_window.cpp" line="403"/>
|
||||
<source>Asign current order to comics</source>
|
||||
<translation>Asignar el orden actual a los cómics</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="397"/>
|
||||
<location filename="library_window.cpp" line="407"/>
|
||||
<source>Update cover</source>
|
||||
<translation>Actualizar portada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="401"/>
|
||||
<location filename="library_window.cpp" line="411"/>
|
||||
<source>Hide comic flow</source>
|
||||
<translation>Ocultar cómic flow</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="472"/>
|
||||
<location filename="library_window.cpp" line="482"/>
|
||||
<source>Library</source>
|
||||
<translation>Librería</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="665"/>
|
||||
<location filename="library_window.cpp" line="675"/>
|
||||
<source>Update needed</source>
|
||||
<translation>Se necesita actualizar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="665"/>
|
||||
<location filename="library_window.cpp" line="675"/>
|
||||
<source>This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now?</source>
|
||||
<translation>Esta biblioteca fue creada con una versión anterior de YACReaderLibrary. Es necesario que se actualice. ¿Deseas hacerlo ahora?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="671"/>
|
||||
<location filename="library_window.cpp" line="681"/>
|
||||
<source>Update failed</source>
|
||||
<translation>La actualización ha fallado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="671"/>
|
||||
<location filename="library_window.cpp" line="681"/>
|
||||
<source>The current library can't be udpated. Check for write write permissions on: </source>
|
||||
<translation>La librería actual no ha podido ser actualizada. Verifica que posees permisos de escritura en: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="712"/>
|
||||
<location filename="library_window.cpp" line="722"/>
|
||||
<source>Download new version</source>
|
||||
<translation>Descargar la nueva versión</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="712"/>
|
||||
<location filename="library_window.cpp" line="722"/>
|
||||
<source>This library was created with a newer version of YACReaderLibrary. Download the new version now?</source>
|
||||
<translation>Esta biblioteca fue creada con una versión más nueva de YACReaderLibrary. ¿Deseas descargar la nueva versión ahora?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="733"/>
|
||||
<location filename="library_window.cpp" line="743"/>
|
||||
<source>Library not available</source>
|
||||
<translation>Biblioteca no disponible</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="733"/>
|
||||
<location filename="library_window.cpp" line="742"/>
|
||||
<location filename="library_window.cpp" line="743"/>
|
||||
<location filename="library_window.cpp" line="752"/>
|
||||
<source>Library </source>
|
||||
<translation>La biblioteca </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="733"/>
|
||||
<location filename="library_window.cpp" line="743"/>
|
||||
<source> is no longer available. Do you want to remove it?</source>
|
||||
<translation> ya no esta disponible. ¿Deseas borrarla?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="742"/>
|
||||
<location filename="library_window.cpp" line="752"/>
|
||||
<source>Old library or corrupted</source>
|
||||
<translation>Biblioteca antigua o corrupta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="742"/>
|
||||
<location filename="library_window.cpp" line="752"/>
|
||||
<source> is corrupted or has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now?</source>
|
||||
<translation> está corrupta o ha sido creada con una versión antigua de YACReaderLibrary, por lo que debe ser creada de nuevo. ¿Deseas volver a crearla ahora?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="983"/>
|
||||
<location filename="library_window.cpp" line="999"/>
|
||||
<source>Library not found</source>
|
||||
<translation>Biblioteca no encontrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="983"/>
|
||||
<location filename="library_window.cpp" line="999"/>
|
||||
<source>The selected folder doesn't contain any library.</source>
|
||||
<translation>La carpeta seleccionada no contiene ninguna biblioteca.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1022"/>
|
||||
<location filename="library_window.cpp" line="1038"/>
|
||||
<source>Saving libraries file....</source>
|
||||
<translation>Guardando bibliotecas...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1022"/>
|
||||
<location filename="library_window.cpp" line="1038"/>
|
||||
<source>There was a problem saving YACReaderLibrary libraries file. Please, check if you have enough permissions in the YACReader root folder.</source>
|
||||
<translation>Hubo un problema al guardar las bibliotecas de YACReaderLibrary. Por favor, comprueba si tienes suficientes permisos en el directorio raíz de YACReader.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1048"/>
|
||||
<location filename="library_window.cpp" line="1084"/>
|
||||
<location filename="library_window.cpp" line="1064"/>
|
||||
<location filename="library_window.cpp" line="1100"/>
|
||||
<source>Are you sure?</source>
|
||||
<translation>¿Estás seguro?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1048"/>
|
||||
<location filename="library_window.cpp" line="1064"/>
|
||||
<source>Do you want delete </source>
|
||||
<translation>¿Deseas borrar </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1084"/>
|
||||
<location filename="library_window.cpp" line="1100"/>
|
||||
<source>Do you want remove </source>
|
||||
<translation>¿Deseas eliminar </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1084"/>
|
||||
<location filename="library_window.cpp" line="1100"/>
|
||||
<source> library?
|
||||
Files won't be erased from disk.</source>
|
||||
<translation>? Los archivos no serán borrados del disco.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1249"/>
|
||||
<location filename="library_window.cpp" line="1265"/>
|
||||
<source>Asign comics numbers</source>
|
||||
<translation>Asignar números de cómic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="library_window.cpp" line="1250"/>
|
||||
<location filename="library_window.cpp" line="1266"/>
|
||||
<source>Asign numbers starting in:</source>
|
||||
<translation>Asignar números empezando en:</translation>
|
||||
</message>
|
||||
@ -969,22 +969,47 @@ Files won't be erased from disk.</source>
|
||||
<context>
|
||||
<name>ServerConfigDialog</name>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="15"/>
|
||||
<source>Generar</source>
|
||||
<location filename="server_config_dialog.cpp" line="18"/>
|
||||
<source>Update IPs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="25"/>
|
||||
<source>IP</source>
|
||||
<source>EASY SERVER CONNECTION</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="26"/>
|
||||
<location filename="server_config_dialog.cpp" line="29"/>
|
||||
<source>SERVER ADDRESS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="33"/>
|
||||
<source>just scan the code with your device!!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="39"/>
|
||||
<source>YACReader is now available for iOS devices, the best comic reading experience now in your iPad, iPhone or iPod touch. <a href='http://ios.yacreader.com'> Discover it! </a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="47"/>
|
||||
<source>IP address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="51"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="131"/>
|
||||
<location filename="server_config_dialog.cpp" line="67"/>
|
||||
<source>enable the server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="server_config_dialog.cpp" line="196"/>
|
||||
<source>QR generator error!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -992,20 +1017,25 @@ Files won't be erased from disk.</source>
|
||||
<context>
|
||||
<name>TableModel</name>
|
||||
<message>
|
||||
<location filename="db/tablemodel.cpp" line="94"/>
|
||||
<location filename="db/tablemodel.cpp" line="95"/>
|
||||
<source>Title</source>
|
||||
<translation>Título</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="db/tablemodel.cpp" line="96"/>
|
||||
<location filename="db/tablemodel.cpp" line="97"/>
|
||||
<source>File Name</source>
|
||||
<translation>Nombre de archivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="db/tablemodel.cpp" line="98"/>
|
||||
<location filename="db/tablemodel.cpp" line="99"/>
|
||||
<source>Pages</source>
|
||||
<translation>Páginas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="db/tablemodel.cpp" line="101"/>
|
||||
<source>Size</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ThumbnailCreator</name>
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 30 KiB |
Loading…
x
Reference in New Issue
Block a user