-
Notifications
You must be signed in to change notification settings - Fork 0
/
DefMousePointers_SP.ct
136 lines (136 loc) · 2.73 KB
/
DefMousePointers_SP.ct
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
## version $VER: defmousepointers.catalog 1.0 (8.11.2022)
## codeset 4
## language spanish
;
MSG_GUI_GROUP_CHOOSER
Temas De Punteros
; Mouse Pointers Themes
;
MSG_GUI_GROUP_LB
Punteros Disponibles Del Tema
; Available Mouse Pointers
;
MSG_GUI_LB_NAME
Nombre
; Name
;
MSG_GUI_LB_IMAGE
Imagen
; Image
;
MSG_GUI_SAVE
_Guardar
; _Save
;
MSG_GUI_USE
_Usar
; _Use
;
MSG_GUI_QUIT
_Salir
; _Quit
;
MSG_GUI_CHOOSER_INFO
El tema tiene %ld punteros
; Selected theme has %ld mouse pointers
;
;
MSG_OK_GAD
_Aceptar
; _OK
;
MSG_CONT_CANCEL_GAD
C_ontinuar|_Cancelar
; C_ontinue|_Cancel
;
;
MSG_ERROR_NOGUI
Fallo al abrir clase ReAction.
; Failed to open ReAction classes.
;
MSG_ERROR_BCOPY_MEM
No se puede asignar memoria para copiar punteros.
; Can't allocate memory for copying pointers.\n
;
MSG_ERROR_LIB
¡No se puede abrir '%s' V%ld!
; Can't open '%s' V%ld!
;
MSG_ERROR_OPEN
¡No se puede abrir '%s'!
; Can't open '%s'!
;
MSG_ERROR_COPY_POINTERS
Error al copiar nuevo tema.
; Errors while copying new theme pointer.
;
MSG_ERROR_DEL_POINTERS
\033cAlgunos punteros no se pudieron borrar.\n\
(no existian en 'ENV:Sys/')
; \033cSome unused pointers couldn't be deleted.\n\
; (non existing?)
;
MSG_SAVE_WARNING
\033c¡Punteros que no pertenencen\n\
al tema \033b%s \033n\n\
se borrarán de su sistema!
; \033cPointers not being part of \033b%s \033ntheme\n\
; will be deleted on your system!
;
MSG_WARN_NO_POINTERTHEMES
\033cNo se pueden cargar temas de punteros.\n\
Interrumpiendo DefMousePointers.
; \033cCan't load pointer themes,\n\
; quitting DefMousePointers.
;
MSG_WARN_NOPREFSFILE
¡Fichero de ajustes '%s' no encontrado!\n
; No prefs file '%s' found!\n
;
MSG_ERROR_POINTERSDRAWER
\033cFallo al cargar cajón 'POINTERS':\n\
%s.
; \033cFailed to load 'POINTERS' drawer:\n\
; %s.
;
MSG_WARN_NO_POINTERFILES
\033cParece que algun cajón con temas de punteros\n\
está vacío, interrumpiendo DefMousePointers.
; \033cAt least one pointer theme drawer seems\n\
; empty, quitting DefMousePointers.
;
MSG_ERROR_COPY_POINTERTHEME
\033cFallo al cargar cajón tema '%s':%s.\n
; Failed to load pointer theme '%s': %s.\n
;
MSG_ERROR_POINTER_DATA
Datos del cursor
; Pointer data
;
MSG_ERROR_NOCONTEXT
Contexto
; Context
;
;
MSG_CLI_TRANSLATOR
Traducción: Javier de las Rivas
; \0
;
MSG_CLI_ABOUT
Copiar tema de punteros (guardado desde la interfaz/GUI) a 'ENV:Sys/'.\n\
Ejecutarlo desde WB para mostrar su interfaz/GUI.\n
; Copy pointer theme (previously saved with its GUI) to 'ENV:Sys/'.\n\
; Launch it from WB to get a nice ReAction GUI.\n
;
MSG_CLI_WRONG_ARGS
¡Argumentos incorrectos!\n
; Wrongs args!\n
;
MSG_CLI_INFO
Copiado tema '%s' con %ld punteros en '%s'.\n
; Copied '%s' pointer theme with %ld pointers to '%s'.\n
;
MSG_CLI_FAILED_CENTERMOUSE
¡Fallo al centrar puntero de ratón!
; Failed to center mouse pointer!
;