Changeset 94 for trunk/NLS/de
- Timestamp:
- Jul 17, 2021, 9:24:00 PM (4 years ago)
- Location:
- trunk/NLS/de
- Files:
-
- 2 edited
-
goqresde.rc (modified) (4 diffs)
-
gotresde.rc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/de/goqresde.rc
r91 r94 38 38 /* "Gotcha_en", /* Name of the help file */ 39 39 } 40 41 RCDATA LANG_ID {"49"} 40 42 41 43 MENU IDM_SSWPOPUP … … 221 223 "Copyright (c) 2018-2019 The Netlabs Gotcha Group\n" 222 224 "All rights reserved. " 223 "WWW: http://trac.netlabs.org/gotcha", WID_ NIL,225 "WWW: http://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT, 224 226 5, 67, 190, 26, DT_WORDBREAK 225 GROUPBOX "Programm", WID_NIL, 5, 2, 95, 46227 /*GROUPBOX "Programm", WID_NIL, 5, 2, 95, 46 226 228 LISTBOX WID_LB_LANGUAGES, 9, 6, 88, 34, LS_NOADJUSTPOS 227 229 GROUPBOX "Onlinehilfe", WID_NIL, 104, 2, 95, 46 … … 229 231 LTEXT "Hinweis: Diese Einstellungen werden erst beim nchsten " 230 232 "Starten des Programmes wirksam.", 231 WID_ST_LANGNOTE, 5, 47, 184, 16, DT_WORDBREAK //translation update 233 WID_ST_LANGNOTE, 5, 47, 184, 16, DT_WORDBREAK //translation update*/ 232 234 END 233 235 END … … 282 284 IDS_ERROR_SEMAPHOREFAILED "Semaphore creation failed" 283 285 IDS_ERROR_SEMAPHOREFAILEDMSG "Try restarting Gotcha Quiet" 284 } 286 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)." 287 288 } 289 290 STRINGTABLE 291 { 292 LANG_COPYRIGHT "Bildschirm/Fenster-Screenshot-Programm\nCopyright (c) 1998-2007 Thorsten Thielen\nCopyright (c) 2018-2019 The Netlabs Gotcha Group\nAll rights reserved. WWW: http://trac.netlabs.org/gotcha" 293 LANG_PROGRAM "Programm" 294 LANG_HELPFILE "Onlinehilfe" 295 LANG_RESTART "Starten des Programmes wirksam." 296 } -
trunk/NLS/de/gotresde.rc
r91 r94 30 30 etc. */ 31 31 RCDATA DLL_ID { "Gotcha!", 1, "Deutsch" } 32 33 RCDATA LANG_ID {"49"} 32 34 33 35 MENU IDM_SSWPOPUP … … 226 228 "Copyright (c) 1998-2007 Thorsten Thielen\n" 227 229 "2018-2019 Netlabs Gotcha Group All rights Reserved\n" 228 "WWW: http://trac.netlabs.org/gotcha", WID_ NIL,230 "WWW: http://trac.netlabs.org/gotcha", WID_ST_COPYRIGHT, 229 231 10, 92, 190, 26, DT_WORDBREAK 230 232 GROUPBOX "Programm", WID_NIL, 10, 5, 112, 66 231 233 LISTBOX WID_LB_LANGUAGES, 14, 10, 105, 53, LS_NOADJUSTPOS 234 #if 0 232 235 GROUPBOX "Onlinehilfe", WID_NIL, 134, 5, 112, 66 233 236 LISTBOX WID_LB_LANGUAGESHELP, 137, 10, 105, 53, LS_NOADJUSTPOS 237 #endif 234 238 LTEXT "Hinweis: Diese Einstellungen werden erst beim nchsten " 235 239 "Starten des Programmes wirksam.", … … 253 257 IDS_ERROR_INIFILENOTOPEN "Konnten die INI-Datei (""%s"") nicht ffnen. Standarteinstellungen werden benutzt." 254 258 255 IDS_ERROR_HELPERHEADING "HILFE-FEHLER" 256 IDS_ERROR_COULDNOTINITHELP "Konnte Online-Hilfe nicht initialisieren." 257 IDS_ERROR_COULDNOTINITHELPFILE "Konnte Online-Hilfe nicht initialisieren. Existiert die Hilfedatei '%s' in Gotcha!s Verzeichnis?" 259 IDS_ERROR_HELPERHEADING "HILFE-FEHLER" 260 IDS_ERROR_COULDNOTINITHELP "Konnte Online-Hilfe nicht initialisieren." 261 IDS_ERROR_COULDNOTINITHELPFILE "Konnte Online-Hilfe nicht initialisieren. Existiert die Hilfedatei '%s' in Gotcha!s Verzeichnis?" 262 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)." 258 263 259 264 IDS_PAGESAVE "Speichern" … … 280 285 IDS_WISHCONTINUE "Do you wish to continue?" 281 286 } 287 288 STRINGTABLE 289 { 290 LANG_COPYRIGHT "Bildschirm/Fenster-Screenshot-Programm\nCopyright ž 1998-2007 Thorsten Thielen 2018-2019 The Netlabs Gotcha Group All rights reserved.\nWWW: http://trac.netlabs.org/gotcha" 291 LANG_PROGRAM "Programm" 292 LANG_HELPFILE "Onlinehilfe" 293 LANG_RESTART "Starten des Programmes wirksam." 294 }
Note:
See TracChangeset
for help on using the changeset viewer.
