comparison gtk/win32/nsis/translations/spanish.nsh @ 14867:1072720fc35f

[gaim-migrate @ 17636] Fix default language selection to be your current Windows language. Commit language changes I forgot to commit. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 31 Oct 2006 04:40:05 +0000
parents b2d0b4ca2cf3
children
comparison
equal deleted inserted replaced
14866:0387e8b1b8c2 14867:1072720fc35f
7 ;; 7 ;;
8 ;; Version 2 8 ;; Version 2
9 ;; 9 ;;
10 10
11 ; Startup GTK+ check 11 ; Startup GTK+ check
12 !define GTK_INSTALLER_NEEDED "El entorno de ejecución de GTK+ falta o necesita ser actualizado.$\rPor favor, instale la versión v${GTK_VERSION} del ejecutable GTK+ o alguna posterior." 12 !define GTK_INSTALLER_NEEDED "El entorno de ejecución de GTK+ falta o necesita ser actualizado.$\rPor favor, instale la versión v${GTK_MIN_VERSION} del ejecutable GTK+ o alguna posterior."
13 13
14 ; License Page 14 ; License Page
15 !define GAIM_LICENSE_BUTTON "Siguiente >" 15 !define GAIM_LICENSE_BUTTON "Siguiente >"
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) se distribuye bajo la licencia GPL. Esta licencia se incluye aquí sólo con propósito informativo: $_CLICK" 16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) se distribuye bajo la licencia GPL. Esta licencia se incluye aquí sólo con propósito informativo: $_CLICK"
17 17