My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#ifdef _MSC_VER
#pragma setlocale("C")
#endif
// Functions4U.cpp

T_("hours")
esES("horas")

T_("hour")
esES("hora")

T_("mins")
esES("mins")

T_("min")
esES("min")

T_("secs")
esES("segs")

T_("sec")
esES("seg")

T_("Impossible to open file")
esES("Imposible abrir fichero")

T_("Problem found")
esES("Problema encontrado")

T_("Not possible to modify ")
esES("No es posible modificar ")

T_("Not possible to create ")
esES("No es posible crear ")

T_("Not possible to delete")
esES("No es posible borrar")

T_("There was a problem in the copy")
esES("Hubo un problema al copiar")

T_("Dl cannot be released")
esES("Dl no puede ser liberada")


// Functions4U_Gui.cpp

T_("Printing document")
esES("Imprimiendo documento")


// bsdiff.cpp

T_("File %s does not exist")
esES("Fichero %s no existe")

T_("Patch file is empty")
esES("")

T_("Error opening %s")
esES("Error abriendo %s")

T_("Not enough memory")
esES("Memoria insuficiente")

T_("fwrite(%s)")
esES("")

T_("BZ2_bzWriteOpen, bz2err = %d")
esES("")

T_("BZ2_bzWrite, bz2err = %d")
esES("")

T_("BZ2_bzWriteClose, bz2err = %d")
esES("")

T_("ftello")
esES("")

T_("fseeko")
esES("")

T_("fclose")
esES("")


// bspatch.cpp

T_("New file is empty")
esES("Nuevo fichero est\303\241 vacio")

T_("fopen(%s)")
esES("")

T_("Corrupt patch")
esES("Parche corrompido")

T_("fread(%s)")
esES("")

T_("fclose(%s)")
esES("")

T_("fseeko(%s, %lld)")
esES("")

T_("BZ2_bzReadOpen, bz2err = %d")
esES("")

T_("Impossible to open %s")
esES("Imposible abrir %s")


// Obsolete

T_("Please set patch file where set the changes")
esES("Por favor establecer el fichero de cambios")

Change log

r4943 by koldo on May 12, 2012   Diff
.Functions4U: Update
Go to: 
Project members, sign in to write a code review

Older revisions

r4756 by koldo on Apr 8, 2012   Diff
Functions4U: Some geometric functions
added
r4394 by koldo on Jan 10, 2012   Diff
.Function4U: Added some doc.
r4111 by koldo on Oct 31, 2011   Diff
*Functions4U: Fixed unicode
All revisions of this file

File info

Size: 1742 bytes, 118 lines
Powered by Google Project Hosting