annotate src/win32/nsis/translations/spanish.nsh @ 11578:8b955ffe9584

[gaim-migrate @ 13847] Add SIMPLE to default build. Update installer with unmerged changes in oldstatus and to support the SIMPLE prpl. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 29 Sep 2005 15:37:44 +0000
parents 364a2ef907ae
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
1 ;;
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
2 ;; spanish.nsh
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
3 ;;
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
4 ;; Spanish language strings for the Windows Gaim NSIS installer.
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
5 ;; Windows Code page: 1252
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
6 ;; Translator: Javier Fernandez-Sanguino Peña
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
7 ;;
7573
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
8 ;; Version 2
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
9 ;;
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
10
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
11 ; Startup GTK+ check
7574
18e351b4386a [gaim-migrate @ 8190]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7573
diff changeset
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."
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
13
7573
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
14 ; License Page
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
15 !define GAIM_LICENSE_BUTTON "Siguiente >"
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
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"
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
17
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
18 ; Components Page
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
19 !define GAIM_SECTION_TITLE "Cliente de mensajería instantánea de Gaim (necesario)"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
20 !define GTK_SECTION_TITLE "Entorno de ejecución de GTK+ (necesario)"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
21 !define GTK_THEMES_SECTION_TITLE "Temas GTK+"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
22 !define GTK_NOTHEME_SECTION_TITLE "Sin tema"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
23 !define GTK_WIMP_SECTION_TITLE "Tema Wimp"
7574
18e351b4386a [gaim-migrate @ 8190]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7573
diff changeset
24 !define GTK_BLUECURVE_SECTION_TITLE "Tema Bluecurve"
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Tema Light House Blue"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
26 !define GAIM_SECTION_DESCRIPTION "Ficheros y dlls principales de Core"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
27 !define GTK_SECTION_DESCRIPTION "Una suite de herramientas GUI multiplataforma, utilizada por Gaim"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
28 !define GTK_THEMES_SECTION_DESCRIPTION "Los temas pueden cambiar la apariencia de aplicaciones GTK+."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
29 !define GTK_NO_THEME_DESC "No instalar un tema GTK+"
11578
8b955ffe9584 [gaim-migrate @ 13847]
Daniel Atallah <daniel.atallah@gmail.com>
parents: 10814
diff changeset
30 !define GTK_WIMP_THEME_DESC "GTK-Wimp (Windows impersonator) es un tema GTK que se fusiona muy bien con el entorno de escritorio de Windows."
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
31 !define GTK_BLUECURVE_THEME_DESC "El tema Bluecurve."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "El tema Lighthouseblue."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
33
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
34 ; GTK+ Directory Page
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
35 !define GTK_UPGRADE_PROMPT "Se ha encontrado una versión antigüa del ejecutable de GTK+. ¿Desea actualizarla?$\rObservación: Gaim no funcionará a menos que lo haga."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
36
7573
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
37 ; Installer Finish Page
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
38 !define GAIM_FINISH_VISIT_WEB_SITE "Visite la página Web de Gaim Windows"
4a5260423505 [gaim-migrate @ 8189]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 7571
diff changeset
39
7571
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
40 ; Gaim Section Prompts and Texts
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
41 !define GAIM_UNINSTALL_DESC "Gaim (sólo eliminar)"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
42 !define GAIM_PROMPT_WIPEOUT "Su directorio antigüo de Gaim va a ser borrado. ¿Desea continuar?$\r$\rObservación: cualquier aplique no estándar que pudiera haber instalado será borrado.$\rÉsto no afectará a sus preferencias de usuario en Gaim."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
43 !define GAIM_PROMPT_DIR_EXISTS "El directorio de instalación que ha especificado ya existe. Todos los contenidos$\rserá borrados. ¿Desea continuar?"
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
44
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
45 ; GTK+ Section Prompts
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
46 !define GTK_INSTALL_ERROR "Error al instalar el ejecutable GTK+."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
47 !define GTK_BAD_INSTALL_PATH "No se pudo acceder o crear la ruta que vd. indicó."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
48
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
49 ; GTK+ Themes section
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
50 !define GTK_NO_THEME_INSTALL_RIGHTS "No tiene permisos para instalar un tema GTK+."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
51
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
52 ; Uninstall Section Prompts
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
53 !define un.GAIM_UNINSTALL_ERROR_1 "El desinstalador no pudo encontrar las entradas en el registro de Gaim.$\rEs probable que otro usuario instalara la aplicación."
0ada95df88ec [gaim-migrate @ 8187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff changeset
54 !define un.GAIM_UNINSTALL_ERROR_2 "No tiene permisos para desinstalar esta aplicación."