Mercurial > pidgin.yaz
annotate src/win32/nsis/translations/catalan.nsh @ 10306:56cc5d49472b
[gaim-migrate @ 11492]
" Well, I found a bug, and even though I had code to
prevent that crash it seems it did not. So now here is
in a different way, which by the way is more efficient." --Felipe Contreras
(19:35:44) shx: LSchiere: there's a bugfix patch for msn in the tracker if
it interest you ;)
(19:35:59) LSchiere: the one i assigned to nosnilmot just a little bit ago?
(19:36:24) shx: LSchiere: probably
(19:38:25) LSchiere: i just remembered to day is release day
(19:38:51) shx: yeap... so I tought it was important to commit it
also, i rather like being able to compile
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Fri, 03 Dec 2004 00:57:21 +0000 |
parents | a448265e09d8 |
children | 364a2ef907ae |
rev | line source |
---|---|
9956
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
1 ;; |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
2 ;; catalan.nsh |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
3 ;; |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
4 ;; Catalan language strings for the Windows Gaim NSIS installer. |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
5 ;; Windows Code page: 1252 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
6 ;; |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
7 ;; Author: "Bernat López" <bernatl@adequa.net> |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 ;; Version 2 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
9 ;; |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
10 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
11 ; Startup GTK+ check |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
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+" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
14 ; License Page |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
15 !define GAIM_LICENSE_BUTTON "Següent >" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
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" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
17 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
18 ; Components Page |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
19 !define GAIM_SECTION_TITLE "Client Gaim de Missatgeria Instantània (necessari)" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
20 !define GTK_SECTION_TITLE "Entorn d'Execució GTK+ (necessari)" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
21 !define GTK_THEMES_SECTION_TITLE "Temes GTK+" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
22 !define GTK_NOTHEME_SECTION_TITLE "Sense tema" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
23 !define GTK_WIMP_SECTION_TITLE "Tema Imwi" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
24 !define GTK_BLUECURVE_SECTION_TITLE "Tema Corba Blava" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
25 !define GTK_LIGHTHOUSEBLUE_SECTION_TITLE "Tema Light House Blue" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
26 !define GAIM_SECTION_DESCRIPTION "Fitxers i dlls del nucli de Gaim" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
27 !define GTK_SECTION_DESCRIPTION "Una eina IGU multiplataforma, utilitzada per Gaim" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
28 !define GTK_THEMES_SECTION_DESCRIPTION "GTK+ Themes can change the look and feel of GTK+ applications." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
29 !define GTK_NO_THEME_DESC "No instal.lis un tema GTK+" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
30 !define GTK_WIMP_THEME_DESC "GTK-Imwi (imitador Windows) és un tema GTK que s'integra perfectament en un entorn d'escriptori Windows." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
31 !define GTK_BLUECURVE_THEME_DESC "El tema Corba Blava." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
32 !define GTK_LIGHTHOUSEBLUE_THEME_DESC "The Lighthouseblue theme." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
33 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
34 ; GTK+ Directory Page |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
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." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
36 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
37 ; Installer Finish Page |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
38 !define GAIM_FINISH_VISIT_WEB_SITE "Visita la pàgina web de Gaim per Windows" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
39 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
40 ; Gaim Section Prompts and Texts |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
41 !define GAIM_UNINSTALL_DESC "Gaim (només esborrar)" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
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." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
43 !define GAIM_PROMPT_DIR_EXISTS "El directori d'instal.lació que has especificat ja existeix. Tots els continguts$\rseran esborrats. Vols continuar?" |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
44 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
45 ; GTK+ Section Prompts |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
46 !define GTK_INSTALL_ERROR "Error installlant l'entorn d'execució GTK+." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
47 !define GTK_BAD_INSTALL_PATH "El directori que has introduït no pot ésser accedit o creat." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
48 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
49 ; GTK+ Themes section |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
50 !define GTK_NO_THEME_INSTALL_RIGHTS "No tens permisos per instal.lar un tema GTK+." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
51 |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
52 ; Uninstall Section Prompts |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
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ó." |
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
54 !define un.GAIM_UNINSTALL_ERROR_2 "No tens permís per desinstal.lar aquesta aplicació." |