diff --git a/etc/Translation/LameXP_ES.ts b/etc/Translation/LameXP_ES.ts index 1a56bf27..ccb12972 100644 --- a/etc/Translation/LameXP_ES.ts +++ b/etc/Translation/LameXP_ES.ts @@ -246,7 +246,7 @@ DiskObserverThread Low diskspace on drive '%1' detected (only %2 MB are free), problems can occur! - + ¡Queda poco espacio disponible en el disco '%1' (solo hay %2 MB disponibles), pueden ocurrir problemas! @@ -1154,95 +1154,95 @@ Multi-Threading - + Multi-hilo Choose the number of parallel instances based on the number of CPU cores (Recommended) - + Elija el número de instancias paralelas basadas en el números de núcleos de la CPU (Recomendado) Fewer Instances - + Menos instancias More Instances - + Más instancias %1 Instance(s) - + %1 instancia(s) Temp Directory - + Carpeta temporal Browse... - + Navegar... Store temporary files in your system's default TEMP directory (Recommended) - + Guardar archivos temporales en la carpeta TEMP del sistema (Recomendado) Not Found - + No encontrado Your currently selected TEMP folder does not exist anymore: - + La carpeta seleccionada como TEMP no existe: Restore Default - + Predeterminado Cannot write to the selected directory. Please choose another directory! - + ¡No se puede escribir en la carpeta seleccionada. Por favor, seleccione otra! CDA Files - + Archivos CDA %1 file(s) have been rejected, because they are dummy CDDA files! - + ¡%1 archivo(s) rechazado(s), ya que son archivos CDDA vacíos! We recommend using %1 for that purpose. - + Es recomendable usar %1 para este proposito. Sorry, LameXP cannot extract audio tracks from an Audio−CD at present. - + Disculpe, LameXP no puede extraer las pistas del CD−Audio. Frequently Asked Questions - + Preguntas Frecuentes Changelog - + Cambios Translator's Guide - + Guía de traducción Help && Support - + Ayuda && Soporte Open Folder Recursively... - + Abrir carpetas recursivamente... Scanning folder(s) for files, please wait... - + Escaneando carpeta(s) buscando archivos, espere por favor... Add Folder - + Añadir carpeta @@ -1261,7 +1261,7 @@ Artwork - + Carátula @@ -1276,23 +1276,23 @@ Load Artwork From File - + Cargar carátula desde archivo Clear Artwork - + Limpiar carátula Load Artwork - + Recargar carátula Artwork Error - + Error en la carátula Sorry, failed to load artwork from selected file! - + ¡Lo sentimos, ha habido un error al cargar la carátula desde el archivo seleccionado! @@ -1621,15 +1621,15 @@ Shutdown the computer as soon as all files have been converted - + Apagar el ordenador cuando todos los archivos hayan sido convertidos Warning: Computer will shutdown in %1 seconds... - + Aviso: El ordenador de apagará en %1 segundos... Cancel Shutdown - + Cancelar apagado @@ -1647,15 +1647,15 @@ QApplication Executable '%1' doesn't support Windows compatibility mode. - + El ejecutable '%1' no soporta el modo de compatibilidad de Windows. Executable '%1' requires Qt v%2, but found Qt v%3. - + El ejecutable '%1'requiere Qt v%2, pero se ha encontrado v%3. Executable '%1' requires Windows 2000 or later. - + El ejecutable '%1'requiere Windows 2000 o superior. diff --git a/res/localization/LameXP_ES.qm b/res/localization/LameXP_ES.qm index 788966b6..f424acce 100644 Binary files a/res/localization/LameXP_ES.qm and b/res/localization/LameXP_ES.qm differ diff --git a/src/Config.h b/src/Config.h index 7e1778d6..0eafc890 100644 --- a/src/Config.h +++ b/src/Config.h @@ -25,7 +25,7 @@ #define VER_LAMEXP_MAJOR 4 #define VER_LAMEXP_MINOR_HI 0 #define VER_LAMEXP_MINOR_LO 1 -#define VER_LAMEXP_BUILD 414 +#define VER_LAMEXP_BUILD 415 #define VER_LAMEXP_SUFFIX RC-1 /* diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 56cbf736..bc8de226 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -104,7 +104,7 @@ AboutDialog::AboutDialog(SettingsModel *settings, QWidget *parent, bool firstSta setText(aboutText); setIconPixmap(dynamic_cast(QApplication::instance())->windowIcon().pixmap(QSize(64,64))); setWindowTitle(tr("About LameXP")); - + if(firstStart) { QPushButton *firstButton = addButton(tr("Show License Text"), QMessageBox::AcceptRole);