Changeset 94 for trunk/NLS/es
- Timestamp:
- Jul 17, 2021, 9:24:00 PM (4 years ago)
- Location:
- trunk/NLS/es
- Files:
-
- 2 edited
-
goqreses.rc (modified) (3 diffs)
-
gotreses.rc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/es/goqreses.rc
r91 r94 38 38 /* "Gotcha_en", /* Name of the help file */ 39 39 } 40 41 RCDATA LANG_ID {"34"} 40 42 41 43 MENU IDM_SSWPOPUP … … 239 241 "Copyright ž 1998-2007 Thorsten Thielen\n" 240 242 "2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados\n" 241 "WWW: https://trac.netlabs.org/gotcha", WID_ NIL,243 "WWW: https://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT, 242 244 5, 62, 190, 26, DT_WORDBREAK 243 GROUPBOX "Programa", WID_NIL, 5, 5, 95, 46245 /*GROUPBOX "Programa", WID_NIL, 5, 5, 95, 46 244 246 LISTBOX WID_LB_LANGUAGES, 9, 9, 88, 34, LS_NOADJUSTPOS 245 247 GROUPBOX "Archivo de ayuda", WID_NIL, 104, 5, 95, 46 246 248 LISTBOX WID_LB_LANGUAGESHELP, 107, 9, 88, 34, LS_NOADJUSTPOS 247 249 LTEXT "Nota: estas dos opciones requieren reiniciar el programa", 248 WID_ST_LANGNOTE, 5, 50, 184, 8, DT_WORDBREAK 250 WID_ST_LANGNOTE, 5, 50, 184, 8, DT_WORDBREAK*/ 249 251 END 250 252 END … … 299 301 IDS_ERROR_SEMAPHOREFAILED "Semaphore creation failed" 300 302 IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet" 303 IDS_ERROR_RESOURSEMODFAILED "Could not (re)load resource module '%s' (return code %d). Make sure the DLL is in the LIBPATH. If this is the case, try deleting GOTCHA.INI and restart. If this fails, contact the author (ygk@qwest.net)." 304 301 305 } 306 307 STRINGTABLE 308 { 309 LANG_COPYRIGHT "Herramienta de captura de pantalla/ventanas\nCopyright ž 1998-2007 Thorsten Thielen\n2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados\nWWW: https://trac.netlabs.org/gotcha" 310 LANG_PROGRAM "Programa" 311 LANG_HELPFILE "Archivo de ayuda" 312 LANG_RESTART "Nota: estas dos opciones requieren reiniciar el programa" 313 } -
trunk/NLS/es/gotreses.rc
r91 r94 53 53 MENUITEM "Cerrar", WID_CB_SSWENABLE 54 54 } 55 56 RCDATA LANG_ID {"34"} 55 57 56 58 ACCELTABLE 1 PRELOAD … … 235 237 "Copyright ž 1998-2007 Thorsten Thielen\n" 236 238 "2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados\n" 237 "WWW: https://trac.netlabs.org/gotcha", WID_ NIL,239 "WWW: https://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT, 238 240 10, 92, 190, 26, DT_WORDBREAK 239 241 GROUPBOX "Programa", WID_NIL, 10, 5, 112, 66 240 242 LISTBOX WID_LB_LANGUAGES, 14, 10, 105, 53, LS_NOADJUSTPOS 243 #if 0 241 244 GROUPBOX "Archivo de ayuda", WID_NIL, 134, 5, 112, 66 242 245 LISTBOX WID_LB_LANGUAGESHELP, 137, 10, 105, 53, LS_NOADJUSTPOS 246 #endif 243 247 LTEXT "Nota: estas dos opciones requieren reiniciar el programa", 244 WID_ST_LANGNOTE, 10, 7 4, 184, 8, DT_WORDBREAK248 WID_ST_LANGNOTE, 10, 70, 184, 8, DT_WORDBREAK 245 249 END 246 250 END … … 261 265 IDS_ERROR_INIFILENOTOPEN "No se pudo abrir su archivo INI (®%s¯)! Se usar n las opciones por omisi¢n." 262 266 263 IDS_ERROR_HELPERHEADING "ERROR DE AYUDA" 264 IDS_ERROR_COULDNOTINITHELP "No se pudo inicializar la ayuda." 265 IDS_ERROR_COULDNOTINITHELPFILE "No se pudo inicializar la ayuda. šEst el archivo ®%s¯ en el directorio de Gotcha?" 267 IDS_ERROR_HELPERHEADING "ERROR DE AYUDA" 268 IDS_ERROR_COULDNOTINITHELP "No se pudo inicializar la ayuda." 269 IDS_ERROR_COULDNOTINITHELPFILE "No se pudo inicializar la ayuda. šEst el archivo ®%s¯ en el directorio de Gotcha?" 270 IDS_ERROR_RESOURSEMODFAILED "Could not (re)load resource module '%s' (return code %d). Make sure the DLL is in the LIBPATH. If this is the case, try deleting GOTCHA.INI and restart. If this fails, contact the author (ygk@qwest.net)." 266 271 267 272 IDS_PAGESAVE "Guardar" … … 288 293 IDS_WISHCONTINUE "šDesea continuar?" 289 294 } 295 296 STRINGTABLE 297 { 298 LANG_COPYRIGHT "Herramienta de captura de pantalla/ventanas\nCopyright ž 1998-2007 Thorsten Thielen 2018-2020 Equipo Gotcha! de Netlabs, todos los derechos reservados.\nWWW: https://trac.netlabs.org/gotcha" 299 LANG_PROGRAM "Programa" 300 LANG_HELPFILE "Archivo de ayuda" 301 LANG_RESTART "Nota: estas dos opciones requieren reiniciar el programa" 302 }
Note:
See TracChangeset
for help on using the changeset viewer.
