comparison src/win32/nsis/translations/catalan.nsh @ 9956:a448265e09d8

[gaim-migrate @ 10856] Catalan win32 installer trans added committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sun, 05 Sep 2004 20:30:55 +0000
parents
children 364a2ef907ae
comparison
equal deleted inserted replaced
9955:2f132ced82fa 9956:a448265e09d8
1 ;;
2 ;; catalan.nsh
3 ;;
4 ;; Catalan language strings for the Windows Gaim NSIS installer.
5 ;; Windows Code page: 1252
6 ;;
7 ;; Author: "Bernat López" <bernatl@adequa.net>
8 ;; Version 2
9 ;;
10
11 ; Startup GTK+ check
12 !define GTK_INSTALLER_NEEDED "L'entorn d'execució GTK+ no existeix o necessita ésser actualitzat.$\rSius plau instal.la la versió${GTK_VERSION} o superior de l'entonr GTK+"
13
14 ; License Page
15 !define GAIM_LICENSE_BUTTON "Següent >"
16 !define GAIM_LICENSE_BOTTOM_TEXT "$(^Name) és distribuït sota llicència GPLe. Podeu consultar la llicència, només per proposits informatius, aquí. $_CLICK"
17
18 ; Components Page
19 !define GAIM_SECTION_TITLE "Client Gaim de Missatgeria Instantània (necessari)"
20 !define GTK_SECTION_TITLE "Entorn d'Execució GTK+ (necessari)"
21 !define GTK_THEMES_SECTION_TITLE "Temes GTK+"
22 !define GTK_NOTHEME_SECTION_TITLE "Sense tema"
23 !define GTK_WIMP_SECTION_TITLE "Tema Imwi"
24 !define GTK_BLUECURVE_SECTION_TITLE "Tema Corba Blava"
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Tema Light House Blue"
26 !define GAIM_SECTION_DESCRIPTION "Fitxers i dlls del nucli de Gaim"
27 !define GTK_SECTION_DESCRIPTION "Una eina IGU multiplataforma, utilitzada per Gaim"
28 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ Themes can change the look and feel of GTK+ applications."
29 !define GTK_NO_THEME_DESC "No instal.lis un tema GTK+"
30 !define GTK_WIMP_THEME_DESC "GTK-Imwi (imitador Windows) és un tema GTK que s'integra perfectament en un entorn d'escriptori Windows."
31 !define GTK_BLUECURVE_THEME_DESC "El tema Corba Blava."
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "The Lighthouseblue theme."
33
34 ; GTK+ Directory Page
35 !define GTK_UPGRADE_PROMPT "S'ha trobat una versió antiga de l'entorn d'execució GTK. Vols actualitzar-la?$\rNota: Gaim no funcionarà sino ho fas."
36
37 ; Installer Finish Page
38 !define GAIM_FINISH_VISIT_WEB_SITE "Visita la pàgina web de Gaim per Windows"
39
40 ; Gaim Section Prompts and Texts
41 !define GAIM_UNINSTALL_DESC "Gaim (només esborrar)"
42 !define GAIM_PROMPT_WIPEOUT "El teu directori antic de Gaim serà esborrat. Vols continuar?$\r$\rNota: Els plugins no estàndards que tinguis instal.lats seran esborrats.$\rLes preferències d'usuari de Gaim no es veruan afectades."
43 !define GAIM_PROMPT_DIR_EXISTS "El directori d'instal.lació que has especificat ja existeix. Tots els continguts$\rseran esborrats. Vols continuar?"
44
45 ; GTK+ Section Prompts
46 !define GTK_INSTALL_ERROR "Error installlant l'entorn d'execució GTK+."
47 !define GTK_BAD_INSTALL_PATH "El directori que has introduït no pot ésser accedit o creat."
48
49 ; GTK+ Themes section
50 !define GTK_NO_THEME_INSTALL_RIGHTS "No tens permisos per instal.lar un tema GTK+."
51
52 ; Uninstall Section Prompts
53 !define un.GAIM_UNINSTALL_ERROR_1 "L'instal.lador podria no trobar les entrades del registre de Gaim.$\rProbablement un altre usuari ha instal.lat aquesta aplicació."
54 !define un.GAIM_UNINSTALL_ERROR_2 "No tens permís per desinstal.lar aquesta aplicació."