pidgin/win32/nsis/translations/valencian.nsh

branch
cpw.masca.webkit
changeset 32503
ab886d3a38ae
parent 32502
e64e49502c79
parent 31944
77d17906f1c3
child 32504
8243b910ed4c
equal deleted inserted replaced
32502:e64e49502c79 32503:ab886d3a38ae
1 ;;
2 ;; valencian.nsh
3 ;;
4 ;; Valencian language strings for the Windows Pidgin NSIS installer.
5 ;; Windows Code page: 1252
6 ;;
7 ;; Version 3
8 ;; Note: If translating this file, replace "!insertmacro PIDGIN_MACRO_DEFAULT_STRING"
9 ;; with "!define".
10
11 ; Make sure to update the PIDGIN_MACRO_LANGUAGEFILE_END macro in
12 ; langmacros.nsh when updating this file
13
14 ; Startup Checks
15 !define INSTALLER_IS_RUNNING "L'instalador encara està eixecutant-se."
16 !define PIDGIN_IS_RUNNING "Una instancia de Pidgin està eixecutant-se. Ix del Pidgin i torna a intentar-ho."
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+"
18
19 ; License Page
20 !define PIDGIN_LICENSE_BUTTON "Següent >"
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"
22
23 ; Components Page
24 !define PIDGIN_SECTION_TITLE "Client Mensageria Instantanea Pidgin (necessari)"
25 !define GTK_SECTION_TITLE "Entorn d'Eixecucio GTK+ (necessari)"
26 !define PIDGIN_SHORTCUTS_SECTION_TITLE "Enllaços directes"
27 !define PIDGIN_DESKTOP_SHORTCUT_SECTION_TITLE "Escritori"
28 !define PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE "Menu d'Inici"
29 !define PIDGIN_SECTION_DESCRIPTION "Archius i dlls del nucleu de Pidgin"
30 !define GTK_SECTION_DESCRIPTION "Una ferramenta multi-plataforma GUI, usada per Pidgin"
31
32 !define PIDGIN_SHORTCUTS_SECTION_DESCRIPTION "Enllaços directes per a iniciar Pidgin"
33 !define PIDGIN_DESKTOP_SHORTCUT_DESC "Crear un enllaç directe a Pidgin en l'Escritori"
34 !define PIDGIN_STARTMENU_SHORTCUT_DESC "Crear una entrada per a Pidgin en Menu Inici"
35
36 ; GTK+ Directory Page
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."
38
39 ; Installer Finish Page
40 !define PIDGIN_FINISH_VISIT_WEB_SITE "Visita la pagina de Pidgin per a Windows"
41
42 ; GTK+ Section Prompts
43 !define GTK_INSTALL_ERROR "Erro instalant l'entorn GTK+."
44 !define GTK_BAD_INSTALL_PATH "La ruta introduida no pot ser accedida o creada."
45
46 ; Uninstall Section Prompts
47 !define un.PIDGIN_UNINSTALL_ERROR_1 "El desinstalador podria no trobar les entrades del registre de Pidgin.$\rProbablement un atre usuari instalà esta aplicacio."
48 !define un.PIDGIN_UNINSTALL_ERROR_2 "No tens permis per a desinstalar esta aplicacio."
49
50 ; Spellcheck Section Prompts
51 !define PIDGIN_SPELLCHECK_SECTION_TITLE "Soport de Correccio Ortografica"
52 !define PIDGIN_SPELLCHECK_ERROR "Erro Instalant Correccio Ortografica"
53 !define PIDGIN_SPELLCHECK_DICT_ERROR "Erro Instalant Diccionari de Correccio Ortografica"
54 !define PIDGIN_SPELLCHECK_SECTION_DESCRIPTION "Soport per a Correccio Ortografica. (es requerix conexio a Internet per a fer l'instalacio)"
55 !define ASPELL_INSTALL_FAILED "L'Instalacio fallà"
56 !define PIDGIN_SPELLCHECK_BRETON "Breto"
57 !define PIDGIN_SPELLCHECK_CATALAN "Català"
58 !define PIDGIN_SPELLCHECK_CZECH "Chec"
59 !define PIDGIN_SPELLCHECK_WELSH "Galés"
60 !define PIDGIN_SPELLCHECK_DANISH "Danes"
61 !define PIDGIN_SPELLCHECK_GERMAN "Alemà"
62 !define PIDGIN_SPELLCHECK_GREEK "Grec"
63 !define PIDGIN_SPELLCHECK_ENGLISH "Angles"
64 !define PIDGIN_SPELLCHECK_ESPERANTO "Esperanto"
65 !define PIDGIN_SPELLCHECK_SPANISH "Espanyol"
66 !define PIDGIN_SPELLCHECK_FAROESE "Feroes"
67 !define PIDGIN_SPELLCHECK_FRENCH "Frances"
68 !define PIDGIN_SPELLCHECK_ITALIAN "Italià"
69 !define PIDGIN_SPELLCHECK_DUTCH "Holandes"
70 !define PIDGIN_SPELLCHECK_NORWEGIAN "Noruec"
71 !define PIDGIN_SPELLCHECK_POLISH "Polac"
72 !define PIDGIN_SPELLCHECK_PORTUGUESE "Portugues"
73 !define PIDGIN_SPELLCHECK_ROMANIAN "Romanes"
74 !define PIDGIN_SPELLCHECK_RUSSIAN "Rus"
75 !define PIDGIN_SPELLCHECK_SLOVAK "Eslovac"
76 !define PIDGIN_SPELLCHECK_SWEDISH "Suec"
77 !define PIDGIN_SPELLCHECK_UKRAINIAN "Ucranià"
78

mercurial