- Timestamp:
- Aug 2, 2020, 10:07:47 PM (5 years ago)
- Location:
- trunk/NLS
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/br/gotcha_br.ipf
r75 r77 11 11 12 12 :h1 id=about res=1000.Sobre Gotcha! 13 :artwork name='..\ \data\\gotcha.bmp' align=center.13 :artwork name='..\..\data\gotcha.bmp' align=center. 14 14 :p.Attention&colon. This version of the documentation may be outdated or 15 15 incomplete. If you think you are missing something, see the English version! … … 903 903 :edl. 904 904 905 :artwork name='..\ \data\\teamlogo.bmp' align=center.905 :artwork name='..\..\data\teamlogo.bmp' align=center. 906 906 :p.Orgulhoso membro do Team OS/2 Region Trier e.V., criadores do CDROM "Team Trier Collection". 907 907 … … 1045 1045 1046 1046 :h1 id=dedication res=5010.Dedicat¢ria 1047 :p.:artwork name='..\ \data\\rosaleen.bmp' align=center.1047 :p.:artwork name='..\..\data\rosaleen.bmp' align=center. 1048 1048 :hp2. 1049 1049 .ce Gotcha! dedicado a Rosaleen. -
trunk/NLS/br/makefile
r75 r77 61 61 62 62 SRCDIR = . 63 INCLDIR = ..\ H63 INCLDIR = ..\..\H 64 64 65 DATA = ..\ data65 DATA = ..\..\data 66 66 67 67 #{$(SRCDIR)}.c.obj: … … 81 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 82 82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\ tools\dll.obj lib clib3r.lib83 $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib 84 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 85 lxlite /x- /b- $(RESOURCE).dll 86 $(COPY) *.dll ..\ bin86 $(COPY) *.dll ..\..\bin 87 87 88 88 $(RESOURCE).res: $(RESOURCE).rc & 89 .. /id.h &90 .. /common.rc &91 .. /version.h89 ..\..\id.h & 90 ..\common.rc & 91 ..\..\version.h 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 gotcha_br.hlp: gotcha_br.ipf .. /common.ipf &95 $(DATA) /teamlogo.bmp $(DATA)/rosaleen.bmp &96 $(DATA) /gotcha.bmp94 gotcha_br.hlp: gotcha_br.ipf ..\common.ipf & 95 $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 $(DATA)\gotcha.bmp 97 97 wipfc -l pt_BR gotcha_br.ipf $@ 98 $(COPY) *.hlp ..\ bin98 $(COPY) *.hlp ..\..\bin 99 99 100 100 clean:: .symbolic -
trunk/NLS/common.rc
r75 r77 22 22 #endif 23 23 24 #include " id.h"25 #include " version.h"24 #include "..\id.h" 25 #include "..\version.h" 26 26 27 ICON 1 "..\\ data\\gotcha.ico"28 POINTER 2 "..\\ data\\gotcha.ptr"29 BITMAP 3 "..\\ data\\snap.bmp"30 BITMAP 4 "..\\ data\\smile.bmp"27 ICON 1 "..\\..\\data\\gotcha.ico" 28 POINTER 2 "..\\..\\data\\gotcha.ptr" 29 BITMAP 3 "..\\..\\data\\snap.bmp" 30 BITMAP 4 "..\\..\\data\\smile.bmp" 31 31 32 32 /** Haupthilfstabelle ****************************************************/ -
trunk/NLS/cz/makefile
r75 r77 61 61 62 62 SRCDIR = . 63 INCLDIR = ..\ H63 INCLDIR = ..\..\H 64 64 65 DATA = ..\ data65 DATA = ..\..\data 66 66 67 67 #{$(SRCDIR)}.c.obj: … … 81 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 82 82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\ tools\dll.obj lib clib3r.lib83 $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib 84 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 85 lxlite /x- /b- $(RESOURCE).dll 86 $(COPY) *.dll ..\ bin86 $(COPY) *.dll ..\..\bin 87 87 88 88 $(RESOURCE).res: $(RESOURCE).rc & 89 .. /id.h &90 .. /common.rc &91 .. /version.h89 ..\..\id.h & 90 ..\common.rc & 91 ..\..\version.h 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 #gotcha_cz.hlp: gotcha_cz.ipf .. /common.ipf &95 # $(DATA) /teamlogo.bmp $(DATA)/rosaleen.bmp &96 # $(DATA) /gotcha.bmp94 #gotcha_cz.hlp: gotcha_cz.ipf ..\common.ipf & 95 # $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 # $(DATA)\gotcha.bmp 97 97 # wipfc -l cz_CZ gotcha_cz.ipf $@ 98 # $(COPY) *.hlp readme ..\ bin98 # $(COPY) *.hlp readme ..\..\bin 99 99 100 100 clean:: .symbolic -
trunk/NLS/de/makefile
r75 r77 61 61 62 62 SRCDIR = . 63 INCLDIR = ..\ H63 INCLDIR = ..\..\H 64 64 65 DATA = ..\ data65 DATA = ..\..\data 66 66 67 67 #{$(SRCDIR)}.c.obj: … … 81 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 82 82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\ tools\dll.obj lib clib3r.lib83 $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib 84 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 85 lxlite /x- /b- $(RESOURCE).dll 86 $(COPY) *.dll ..\ bin86 $(COPY) *.dll ..\..\bin 87 87 88 88 $(RESOURCE).res: $(RESOURCE).rc & 89 .. /id.h &90 .. /common.rc &91 .. /version.h89 ..\..\id.h & 90 ..\common.rc & 91 ..\..\version.h 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 #gotcha_de.hlp: gotcha_de.ipf .. /common.ipf &95 # $(DATA) /teamlogo.bmp $(DATA)/rosaleen.bmp &96 # $(DATA) /gotcha.bmp94 #gotcha_de.hlp: gotcha_de.ipf ..\common.ipf & 95 # $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 # $(DATA)\gotcha.bmp 97 97 # wipfc -l de_DE gotcha_de.ipf $@ 98 # $(COPY) *.hlp readme ..\ bin98 # $(COPY) *.hlp readme ..\..\bin 99 99 100 100 clean:: .symbolic -
trunk/NLS/en/gotcha_en.ipf
r75 r77 5 5 6 6 :h1 id=about res=1000.About &progname. and &quiet. 7 :artwork name='..\ data\gotcha.bmp' align=center.7 :artwork name='..\..\data\gotcha.bmp' align=center. 8 8 :p.&progname. is a small (well, not :hp1.that:ehp1. small any more) 9 9 utility for OS/2 which allows you to easily capture windows, window interiors, … … 995 995 996 996 :h1 id=dedication res=5009.Thorsten Thielen's Dedication 997 :p.:artwork name='..\ data\rosaleen.bmp' align=center.997 :p.:artwork name='..\..\data\rosaleen.bmp' align=center. 998 998 :hp2. 999 999 .ce Gotcha! is dedicated to Rosaleen. -
trunk/NLS/en/makefile
r75 r77 61 61 62 62 SRCDIR = . 63 INCLDIR = ..\ H63 INCLDIR = ..\..\H 64 64 65 DATA = ..\ data65 DATA = ..\..\data 66 66 67 67 #{$(SRCDIR)}.c.obj: … … 81 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 82 82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\ tools\dll.obj lib clib3r.lib83 $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib 84 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 85 lxlite /x- /b- $(RESOURCE).dll 86 $(COPY) *.dll ..\ bin86 $(COPY) *.dll ..\..\bin 87 87 88 88 $(RESOURCE).res: $(RESOURCE).rc & 89 .. /id.h &90 .. /common.rc &91 .. /version.h89 ..\..\id.h & 90 ..\common.rc & 91 ..\..\version.h 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 gotcha_en.hlp: gotcha_en.ipf .. /common.ipf &95 $(DATA) /teamlogo.bmp $(DATA)/rosaleen.bmp &96 $(DATA) /gotcha.bmp94 gotcha_en.hlp: gotcha_en.ipf ..\common.ipf & 95 $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 $(DATA)\gotcha.bmp 97 97 wipfc -l en_US gotcha_en.ipf $@ 98 $(COPY) *.hlp readme ..\ bin98 $(COPY) *.hlp readme ..\..\bin 99 99 100 100 clean:: .symbolic -
trunk/NLS/it/gotcha_it.ipf
r75 r77 6 6 .*############################## 7 7 .* 8 .*Gotcha!9 .*=======10 .*italiano.ipf11 .*v.1.73 - GA12 .*2002-05-218 Gotcha! 9 ======= 10 italiano.ipf 11 v.1.73 - GA 12 2002-05-21 13 13 .* 14 .*(C) 2002 - Alberto Gabrielli14 (C) 2002 - Alberto Gabrielli 15 15 .* 16 16 .*############################## … … 22 22 .* 2002-05-20 thth: - Replaced all remaining Gotcha! by &progname. 23 23 .* 2002-05-20 thth: - Replaced a ":" by "&colon." 24 .*- Removed a "&version." no longer needed24 - Removed a "&version." no longer needed 25 25 26 26 .im ..\common.ipf … … 30 30 31 31 :h1 id=about res=1000.Informazioni sul programma 32 :artwork name='..\ data\gotcha.bmp' align=center.32 :artwork name='..\..\data\gotcha.bmp' align=center. 33 33 .*:p.Attention&colon. This version of the documentation may be outdated or 34 34 .*incomplete. If you think you are missing something, see the English version! … … 1060 1060 :edl. 1061 1061 1062 :artwork name='..\ data\teamlogo.bmp' align=center.1062 :artwork name='..\..\data\teamlogo.bmp' align=center. 1063 1063 :p.Membro orgoglioso del Team OS/2 Region Trier (:hp1.www.teamos2.ipcon.de:ehp1.), 1064 1064 i creatori del CD-ROM "Team Trier Collection". … … 1223 1223 1224 1224 :h1 id=dedication res=5010.Dedica 1225 :p.:artwork name='..\ data\rosaleen.bmp' align=center.1225 :p.:artwork name='..\..\data\rosaleen.bmp' align=center. 1226 1226 :hp2. 1227 1227 .ce &progname. dedicato a Rosaleen. -
trunk/NLS/it/makefile
r75 r77 61 61 62 62 SRCDIR = . 63 INCLDIR = ..\ H63 INCLDIR = ..\..\H 64 64 65 DATA = ..\ data65 DATA = ..\..\data 66 66 67 67 #{$(SRCDIR)}.c.obj: … … 81 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 82 82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\ tools\dll.obj lib clib3r.lib83 $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib 84 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 85 lxlite /x- /b- $(RESOURCE).dll 86 $(COPY) *.dll ..\ bin86 $(COPY) *.dll ..\..\bin 87 87 88 88 $(RESOURCE).res: $(RESOURCE).rc & 89 .. /id.h &90 .. /common.rc &91 .. /version.h89 ..\..\id.h & 90 ..\common.rc & 91 ..\..\version.h 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 gotcha_it.hlp: gotcha_it.ipf .. /common.ipf &95 $(DATA) /teamlogo.bmp $(DATA)/rosaleen.bmp &96 $(DATA) /gotcha.bmp94 gotcha_it.hlp: gotcha_it.ipf ..\common.ipf & 95 $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 $(DATA)\gotcha.bmp 97 97 wipfc -l it_IT gotcha_it.ipf $@ 98 $(COPY) *.hlp ..\ bin98 $(COPY) *.hlp ..\..\bin 99 99 100 100 clean:: .symbolic
Note:
See TracChangeset
for help on using the changeset viewer.