pidgin/win32/nsis/translations/valencian.nsh

Fri, 27 Apr 2007 21:53:20 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 27 Apr 2007 21:53:20 +0000
changeset 16602
e26771ee55df
parent 16305
b2aa56593869
child 17722
0e6a85627c70
child 18068
b6554e3c8224
permissions
-rw-r--r--

Remove unused strings cruft from the installer that were left over from when it dealt with the GTK+ theme (It seems like I already did this before). Also, make installing GTK+ optional if it is already installed.

13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
1 ;;
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
2 ;; valencian.nsh
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
3 ;;
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
4 ;; Valencian language strings for the Windows Pidgin NSIS installer.
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
5 ;; Windows Code page: 1252
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
6 ;;
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
7 ;; Version 3
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
8 ;; Note: If translating this file, replace "!insertmacro PIDGIN_MACRO_DEFAULT_STRING"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
9 ;; with "!define".
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
10
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
11 ; Make sure to update the PIDGIN_MACRO_LANGUAGEFILE_END macro in
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
12 ; langmacros.nsh when updating this file
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
13
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
14 ; Startup Checks
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
15 !define INSTALLER_IS_RUNNING "L'instalador encara està eixecutant-se."
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
16 !define PIDGIN_IS_RUNNING "Una instancia de Pidgin està eixecutant-se. Ix del Pidgin i torna a intentar-ho."
14929
a71c59193f9d [gaim-migrate @ 17636]
Daniel Atallah <datallah@pidgin.im>
parents: 14438
diff changeset
17 !define GTK_INSTALLER_NEEDED "L'entorn d'eixecucio GTK+ no es troba o necessita ser actualisat.$\rPer favor instala la versio${GTK_MIN_VERSION} o superior de l'entorn GTK+"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
18
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
19 ; License Page
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
20 !define PIDGIN_LICENSE_BUTTON "Següent >"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
21 !define PIDGIN_LICENSE_BOTTOM_TEXT "$(^Name) es distribuit baix llicencia GNU General Public License (GPL). La llicencia es proporcionada per proposits informatius aci. $_CLICK"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
22
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
23 ; Components Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
24 !define PIDGIN_SECTION_TITLE "Client Mensageria Instantanea Pidgin (necessari)"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
25 !define GTK_SECTION_TITLE "Entorn d'Eixecucio GTK+ (necessari)"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
26 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Enllaços directes"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
27 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Escritori"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
28 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Menu d'Inici"
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
29 !define PIDGIN_SECTION_DESCRIPTION "Archius i dlls del nucleu de Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
30 !define GTK_SECTION_DESCRIPTION "Una ferramenta multi-plataforma GUI, usada per Pidgin"
16305
b2aa56593869 Remove GTK+ theme selection from installer. The next GTK+ runtime installer will contain a theme selector utility.
Daniel Atallah <datallah@pidgin.im>
parents: 15816
diff changeset
31
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
32 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Enllaços directes per a iniciar Pidgin"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
33 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Crear un enllaç directe a Pidgin en l'Escritori"
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
34 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Crear una entrada per a Pidgin en Menu Inici"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
35
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
36 ; GTK+ Directory Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
37 !define GTK_UPGRADE_PROMPT "Una versio antiua de l'entorn GTK+ fon trobada. ¿Vols actualisar-la?$\rNota: $(^Name) no funcionarà si no ho fas."
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
38
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
39 ; Installer Finish Page
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
40 !define PIDGIN_FINISH_VISIT_WEB_SITE "Visita la pagina de Pidgin per a Windows"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
41
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
42 ; Pidgin Section Prompts and Texts
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
43 !define PIDGIN_UNINSTALL_DESC "$(^Name) (nomes borrar)"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
44
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
45 ; GTK+ Section Prompts
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
46 !define GTK_INSTALL_ERROR "Erro instalant l'entorn GTK+."
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
47 !define GTK_BAD_INSTALL_PATH "La ruta introduida no pot ser accedida o creada."
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
48
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
49 ; Uninstall Section Prompts
15816
6fb46b27dedc More installer stuff.
Daniel Atallah <datallah@pidgin.im>
parents: 15805
diff changeset
50 !define un.PIDGIN_UNINSTALL_ERROR_1 "El desinstalador podria no trobar les entrades del registre de Pidgin.$\rProbablement un atre usuari instalà esta aplicacio."
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
51 !define un.PIDGIN_UNINSTALL_ERROR_2 "No tens permis per a desinstalar esta aplicacio."
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
52
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
53 ; Spellcheck Section Prompts
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
54 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Soport de Correccio Ortografica"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
55 !define PIDGIN_SPELLCHECK_ERROR "Erro Instalant Correccio Ortografica"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
56 !define PIDGIN_SPELLCHECK_DICT_ERROR "Erro Instalant Diccionari de Correccio Ortografica"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
57 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Soport per a Correccio Ortografica. (es requerix conexio a Internet per a fer l'instalacio)"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
58 !define ASPELL_INSTALL_FAILED "L'Instalacio fallà"
15805
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
59 !define PIDGIN_SPELLCHECK_BRETON "Breto"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
60 !define PIDGIN_SPELLCHECK_CATALAN "Català"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
61 !define PIDGIN_SPELLCHECK_CZECH "Chec"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
62 !define PIDGIN_SPELLCHECK_WELSH "Galés"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
63 !define PIDGIN_SPELLCHECK_DANISH "Danes"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
64 !define PIDGIN_SPELLCHECK_GERMAN "Alemà"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
65 !define PIDGIN_SPELLCHECK_GREEK "Grec"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
66 !define PIDGIN_SPELLCHECK_ENGLISH "Angles"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
67 !define PIDGIN_SPELLCHECK_ESPERANTO "Esperanto"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
68 !define PIDGIN_SPELLCHECK_SPANISH "Espanyol"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
69 !define PIDGIN_SPELLCHECK_FAROESE "Feroes"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
70 !define PIDGIN_SPELLCHECK_FRENCH "Frances"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
71 !define PIDGIN_SPELLCHECK_ITALIAN "Italià"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
72 !define PIDGIN_SPELLCHECK_DUTCH "Holandes"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
73 !define PIDGIN_SPELLCHECK_NORWEGIAN "Noruec"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
74 !define PIDGIN_SPELLCHECK_POLISH "Polac"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
75 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugues"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
76 !define PIDGIN_SPELLCHECK_ROMANIAN "Romanes"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
77 !define PIDGIN_SPELLCHECK_RUSSIAN "Rus"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
78 !define PIDGIN_SPELLCHECK_SLOVAK "Eslovac"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
79 !define PIDGIN_SPELLCHECK_SWEDISH "Suec"
a80eb333bae9 Updates to the win32 installer. It isn't complete yet, but this a good saving point.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
80 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ucranià"
13503
a40b2e2a4694 [gaim-migrate @ 15878]
Luke Schierer <lschiere@pidgin.im>
parents:
diff changeset
81

mercurial