Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
// language id
2
LANG_ID='03 04'
3
 
4
// fileexist dialog ================================================================
5
// caption
6
  SFX_Ttl_File=Confirma sobreescriure
7
 
8
// message
9
//FILEEXISTS_MESSAGE=>< ja existeix, sobreescriure'l?
10
// buttons 
11
  SFX_Btn_Yes=&Sí
12
  SFX_Btn_No=&No
13
// don't ask again check
14
  SFX_Btn_DontAsk=No ho tornis a pregunt&ar
15
 
16
 
17
// main dialog =====================================================================
18
// caption
19
  SFX_Ttl_Main=ZipBuilder SFX32
20
 
21
// extract folder label 
22
  SFX_Btn_ExtractTo=&Extreure a:
23
// "files" label
24
  SFX_Btn_Files=&Fitxers:
25
// overwrite action label
26
  SFX_Btn_Existing=Fitxers existents:
27
// overwrite actions
28
// confirm
29
  SFX_Btn_OvrAsk=&Confirma
30
// skip
31
  SFX_Btn_OvrSkip=&No sobreescriguis
32
// overwrite
33
  SFX_Btn_OvrAll=&Sobreescriu
34
// about button
35
  SFX_Btn_About=&Sobre ZBSfx...
36
// show files button
37
  SFX_Btn_ShowFiles=Mostra &Fitxers
38
// start extraction button
39
  SFX_Btn_Start=&Comença
40
// close button
41
  SFX_Btn_Close=&Tanca
42
// run after extraction checkbox
43
//RUN_AFTER_EXTRACTION=Després d'extreure, executa: >< ><
44
// install after extraction checkbox
45
//INSTALL_AFTER_EXTRACTION=Després d'extreure, instal·la: >< ><
46
 
47
 
48
// password dialog =================================================================
49
// caption
50
  SFX_Ttl_PWrd=Entra la contrasenya...
51
 
52
// password message
53
//PASSWORD_MESSAGE=Entra la contrasenya per ><:
54
// buttons
55
  SFX_Btn_Ok=D'acord
56
  SFX_Btn_Cancel=&Cancel·la
57
 
58
// language dialog =================================================================
59
// button
60
  SFX_Btn_Select="Seleccionar Idioma";
61
 
62
// other strings ==================================================================
63
 
64
  SFX_LVC_Filename="Nom del fixer";
65
  SFX_LVC_Filesize="Mida";
66
  // error messages
67
  SFX_Err_CannotCloseFile="No es pot tancar ><";
68
  SFX_Err_Archive="Error llegint el fitxer ><";
69
  SFX_Err_InvalidFileName="Nom del fitxer invàlid.";
70
  SFX_Err_Directory="Error en el directori ><";
71
  SFX_Err_ZipUnknownComp="Tipus de compressió desconegut";
72
  SFX_Err_ArchiveCorrupted="Fitxer corromput, intenteu baixar-lo de nou.";
73
  SFX_Err_CannotOpenFile="No es pot obrir ><";
74
  SFX_Err_CannotWriteFile="Error escrivint ><";
75
  SFX_Err_Run_Run="No s'ha pogut executar >< ><";
76
  SFX_Err_Run_Inst="No s'ha pogut instal·lar >< ><";
77
  SFX_Err_CRC32="Error CRC32 a ><";
78
  // message / dialog box titles
79
  SFX_Cap_Err="Error...";
80
  SFX_Cap_App="ZBSFX Auto-Extraible";
81
  SFX_Cap_Browse="Si us plau, seleccioneu el directori de destí.";
82
  SFX_Cap_About="Sobre ZBSfx Auto-Extraible...";
83
  SFX_Cap_Finished="Acabat.";
84
  SFX_Cap_Password="Entra la contrasenya per ><:";
85
  // messages
86
  SFX_Msg_RunCheckBox_Run="Després d'extreure, executa: >< ><";
87
  SFX_Msg_RunCheckBox_Inst="Després d'extreure, instal·la: >< ><";
88
  SFX_Msg_FileExists=">< ja existeix, sobreescriure'l?";
89
  SFX_Msg_AllExtracted="Tots els fitxers han estat extrets.";
90
  SFX_Msg_SelNotExtracted="El(s) fitxer(s) seleccionat(s) no s'han pogut extreure.";
91
  SFX_Msg_SomeNotExtracted="Algun(s) fitxer(s) no s'han pogut extreure.";
92
  SFX_Msg_QueryCancel="Voleu cancel·lar l'extracció?";
93
  SFX_Msg_InsertDiskVolume="Per favor insereix el disc >< en la unitat: ><";
94
 
95
   // about text
96
  SFX_MSG_AUTHORS="The authors";
97
  SFX_MSG_CREDITS="Credits to";
98
  SFX_MSG_TRANSLATION="Unknown\nXavier Mor-Mur";
99
 
100
  SFX_MSG_ABOUT0 =" Unicode";
101
  SFX_MSG_ABOUT1= "\n©1997-2004 by C. Bunton, E. W. Engler, M. Stephany,\n\
102
©2004-2010 by R. Aelbrecht, R. Peters\n\n";
103
  SFX_MSG_ABOUT2=" : \n\
104
  - Carl Bunton (http://www.concentric.net/~twojags)\n\
105
  - Eric W. Engler (http://www.geocities.com/SiliconValley/Network/2114)\n\
106
  - Markus Stephany\n\
107
  - Roger Aelbrecht (http://www.drehoeksw.net)\n\
108
  - Russell Peters (http://www.delphizip.org)\n\n";
109
  SFX_MSG_ABOUT3=" :\n\
110
  Thomas Hoelzer, Deepu Chandy Thomas, Todd Fast,\n\
111
  Didier Havelange, Frank Reichert, Angus Johnson et al.\n\n";
112