updated dutch translation from Matthijs Willemstein

git-svn-id: trunk@7817 -
This commit is contained in:
mattias 2005-09-25 07:57:47 +00:00
parent 14c1088427
commit ad6bcc11a7
31 changed files with 867 additions and 452 deletions

2
.gitattributes vendored
View File

@ -776,6 +776,7 @@ ide/aboutfrm.lrs svneol=native#text/pascal
ide/aboutfrm.pas svneol=native#text/pascal
ide/addtoprojectdlg.pas svneol=native#text/pascal
ide/basedebugmanager.pas svneol=native#text/pascal
ide/bigidemake.cfg svneol=native#text/plain
ide/buildfiledlg.lfm svneol=native#text/plain
ide/buildfiledlg.lrs svneol=native#text/pascal
ide/buildfiledlg.pas svneol=native#text/pascal
@ -936,6 +937,7 @@ ide/splash.pp svneol=native#text/pascal
ide/startlazarus.lpr svneol=native#text/pascal
ide/startlazarus.rc svneol=native#text/plain
ide/startlazopts.pas svneol=native#text/pascal
ide/staticpackages.inc svneol=native#text/plain
ide/sysvaruseroverridedlg.pas svneol=native#text/pascal
ide/todolist.pp svneol=native#text/pascal
ide/transfermacros.pp svneol=native#text/pascal

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/09/16]
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/09/23]
#
default: all
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,6 @@ files=$(wildcard ./units/*$(OEXT)) \
$(wildcard ./custom/*$(PPUEXT)) \
$(wildcard ./custom/*$(RSTEXT))
[rules]
cleanlaz: clean

View File

@ -664,112 +664,112 @@ ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_UNITDIR+=../../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/gtk/ ../../packager/units/$(CPU_TARGET)-$(OS_TARGET)/ ./
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-go32v2)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-win32)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-os2)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-freebsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-beos)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-netbsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-solaris)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-qnx)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-netware)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-openbsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-wdosx)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-emx)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-watcom)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),i386-wince)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-freebsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-netbsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-amiga)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-atari)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-openbsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),m68k-palmos)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),powerpc-linux)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),powerpc-netbsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),powerpc-macos)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),powerpc-darwin)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),powerpc-morphos)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),sparc-linux)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),sparc-netbsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),sparc-solaris)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),x86_64-linux)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),arm-linux)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_UNITTARGETDIR+=lib/
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)/
endif
ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR)

View File

@ -5,7 +5,7 @@ name=runtimetypeinfocontrols
version=0.1
[compiler]
unittargetdir=lib/
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)/
unitdir=../../ideintf/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/gtk/ ../../packager/units/$(CPU_TARGET)-$(OS_TARGET)/ ./
options=-gl

View File

@ -6,7 +6,7 @@
<CompilerOptions>
<Version Value="5"/>
<SearchPaths>
<UnitOutputDirectory Value="lib/"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>

View File

@ -1,8 +1,8 @@
#
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/05/08]
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/09/23]
#
default: all
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd arm-linux
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince
BSDs = freebsd netbsd openbsd darwin
UNIXs = linux $(BSDs) solaris qnx
LIMIT83fs = go32v2 os2 emx watcom
@ -254,6 +254,11 @@ endif
export LAZARUS_CONFIG_DIR
LAZARUS_IDE_CONFIG=$(LAZARUS_CONFIG_DIR)/idemake.cfg
LAZARUS_OPT=$(LAZARUS_LIBPATHS)
ifdef LAZARUS_BIG
LAZARUS_IDE_CONFIG=bigidemake.cfg
LAZARUS_CONFIG_DIR=.
LAZARUS_BIG_COMPONENT_DIRS=rtticontrols
endif
ifeq ($(OS_TARGET),win32)
LAZARUS_OPT+= -WG
endif
@ -302,6 +307,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
ifeq ($(FULL_TARGET),i386-wince)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
@ -353,9 +361,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
ifeq ($(FULL_TARGET),arm-linux)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
ifeq ($(FULL_TARGET),arm-wince)
override TARGET_PROGRAMS+=lazarus startlazarus
endif
ifeq ($(FULL_TARGET),i386-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -401,6 +415,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),i386-wince)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),m68k-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -452,9 +469,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),arm-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),arm-wince)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard ../designer/*$(OEXT)) $(wildcard ../designer/*$(PPUEXT)) $(wildcard ../debugger/*$(OEXT)) $(wildcard ../debugger/*$(PPUEXT)) $(wildcard ../packager/*$(OEXT)) $(wildcard ../packager/*$(PPUEXT)) $(wildcard ../*$(OEXT)) $(wildcard ../*$(PPUEXT)) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
override INSTALL_BASEDIR=share/lazarus/ide
override INSTALL_FPCPACKAGE=n
override DIST_DESTDIR=$(BASEDIR)/dist
@ -503,6 +526,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override COMPILER_OPTIONS+=-gl
endif
ifeq ($(FULL_TARGET),i386-wince)
override COMPILER_OPTIONS+=-gl
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_OPTIONS+=-gl
endif
@ -554,9 +580,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override COMPILER_OPTIONS+=-gl
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override COMPILER_OPTIONS+=-gl
endif
ifeq ($(FULL_TARGET),arm-linux)
override COMPILER_OPTIONS+=-gl
endif
ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_OPTIONS+=-gl
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
@ -602,6 +634,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
ifeq ($(FULL_TARGET),i386-wince)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
@ -653,9 +688,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
ifeq ($(FULL_TARGET),arm-linux)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_INCLUDEDIR+=include include/$(OS_TARGET) ../images
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
@ -701,6 +742,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
ifeq ($(FULL_TARGET),i386-wince)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
@ -752,9 +796,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
ifeq ($(FULL_TARGET),arm-linux)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/units ../debugger ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_TARGETDIR+=..
endif
@ -800,6 +850,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override COMPILER_TARGETDIR+=..
endif
ifeq ($(FULL_TARGET),i386-wince)
override COMPILER_TARGETDIR+=..
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_TARGETDIR+=..
endif
@ -851,9 +904,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override COMPILER_TARGETDIR+=..
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override COMPILER_TARGETDIR+=..
endif
ifeq ($(FULL_TARGET),arm-linux)
override COMPILER_TARGETDIR+=..
endif
ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_TARGETDIR+=..
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -899,6 +958,9 @@ endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),i386-wince)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -950,9 +1012,15 @@ endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),arm-linux)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),arm-wince)
override COMPILER_UNITTARGETDIR+=../units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR)
endif
@ -1865,6 +1933,15 @@ REQUIRE_PACKAGES_PASJPEG=1
REQUIRE_PACKAGES_NETDB=1
REQUIRE_PACKAGES_LIBASYNC=1
endif
ifeq ($(FULL_TARGET),i386-wince)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_PASZLIB=1
REQUIRE_PACKAGES_FCL=1
REQUIRE_PACKAGES_REGEXPR=1
REQUIRE_PACKAGES_PASJPEG=1
REQUIRE_PACKAGES_NETDB=1
REQUIRE_PACKAGES_LIBASYNC=1
endif
ifeq ($(FULL_TARGET),m68k-linux)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_PASZLIB=1
@ -2069,6 +2146,15 @@ REQUIRE_PACKAGES_POSTGRES=1
REQUIRE_PACKAGES_MYSQL=1
REQUIRE_PACKAGES_SQLITE=1
endif
ifeq ($(FULL_TARGET),x86_64-win64)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_PASZLIB=1
REQUIRE_PACKAGES_FCL=1
REQUIRE_PACKAGES_REGEXPR=1
REQUIRE_PACKAGES_PASJPEG=1
REQUIRE_PACKAGES_NETDB=1
REQUIRE_PACKAGES_LIBASYNC=1
endif
ifeq ($(FULL_TARGET),arm-linux)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_PASZLIB=1
@ -2083,6 +2169,15 @@ REQUIRE_PACKAGES_POSTGRES=1
REQUIRE_PACKAGES_MYSQL=1
REQUIRE_PACKAGES_SQLITE=1
endif
ifeq ($(FULL_TARGET),arm-wince)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_PASZLIB=1
REQUIRE_PACKAGES_FCL=1
REQUIRE_PACKAGES_REGEXPR=1
REQUIRE_PACKAGES_PASJPEG=1
REQUIRE_PACKAGES_NETDB=1
REQUIRE_PACKAGES_LIBASYNC=1
endif
ifdef REQUIRE_PACKAGES_RTL
PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
ifneq ($(PACKAGEDIR_RTL),)
@ -2444,7 +2539,7 @@ else
FPCCPUOPT:=
endif
endif
override FPCOPT+=-Xs $(FPCCPUOPT) -n
override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
override FPCOPTDEF+=RELEASE
endif
ifdef STRIP
@ -2940,7 +3035,7 @@ makefiles: fpc_makefiles
ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
.PHONY: ide idepkg starter all clean cleanide purge
.PHONY: ide idepkg idebig starter all clean cleanide purge
.SUFFIXES: .rc .res
%.res: %.rc
windres -i $< -o $@ --preprocessor $(RCPP)

View File

@ -48,6 +48,7 @@ destdir=$(BASEDIR)/dist
[prerules]
RCPP?=$(firstword $(strip $(subst /,$(PATHSEP),$(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH))))))
#
# LCL Platform
ifndef LCL_PLATFORM
@ -59,11 +60,13 @@ override COMPILER_UNITDIR+=../lcl/nonwin32
endif
endif
export LCL_PLATFORM
#
# LibPaths
ifeq ($(OS_TARGET),darwin)
LAZARUS_LIBPATHS=-Fl/usr/X11R6/lib -Fl/sw/lib
endif
#
# user config
ifndef LAZARUS_CONFIG_DIR
@ -74,11 +77,20 @@ LAZARUS_CONFIG_DIR=$(HOME)/.lazarus
endif
endif
export LAZARUS_CONFIG_DIR
#
# idemake.cfg
LAZARUS_IDE_CONFIG=$(LAZARUS_CONFIG_DIR)/idemake.cfg
LAZARUS_OPT=$(LAZARUS_LIBPATHS)
#
# big ide
ifdef LAZARUS_BIG
LAZARUS_IDE_CONFIG=bigidemake.cfg
LAZARUS_CONFIG_DIR=.
LAZARUS_BIG_COMPONENT_DIRS=rtticontrols
endif
#
# apptype gui
ifeq ($(OS_TARGET),win32)
@ -87,7 +99,7 @@ endif
#-----------------------------------------------------------------------------
[rules]
.PHONY: ide idepkg starter all clean cleanide purge
.PHONY: ide idepkg idebig starter all clean cleanide purge
.SUFFIXES: .rc .res
%.res: %.rc

3
ide/bigidemake.cfg Normal file
View File

@ -0,0 +1,3 @@
-Fu../components/rtticontrols/lib/$(CPU_TARGET)-$(OS_TARGET)
-dAddStaticPkgs

1
ide/staticpackages.inc Normal file
View File

@ -0,0 +1 @@
RunTimeTypeInfoControls,

View File

@ -1438,7 +1438,7 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr ""
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
@ -1477,6 +1477,10 @@ msgstr ""
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr ""
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr ""

View File

@ -1427,8 +1427,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <year> <name of author>%sThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1466,6 +1466,10 @@ msgstr "Crea les definicions pel directori del Lazarus"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Crea les macroinstruccions FPC i les trajectòries per un directori de projecte FPC"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Crea submenú"

View File

@ -1441,8 +1441,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <Jahr> <Name des Authrs>%sThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <Jahr> <Name des Autors>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1480,6 +1480,10 @@ msgstr "Definitionen für Free-Pascal-Verzeichnis erzeugen"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Erzeugen von FPC-Makros und Pfaden für ein FPC-Projektverzeichnis"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Erzeuge Untermenü"

View File

@ -1437,8 +1437,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <year> <name of author>%sThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1476,6 +1476,10 @@ msgstr "Crear Defines para el Directorio de Lazarus"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Crear Macros FPC y rutas para un directorio de proyecto de fpc"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Crear Submenú"

View File

@ -1427,7 +1427,7 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr ""
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
@ -1466,6 +1466,10 @@ msgstr ""
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr ""
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Luo alivalikko"

View File

@ -1427,7 +1427,7 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr ""
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
@ -1466,6 +1466,10 @@ msgstr ""
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr ""
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Luo alivalikko"

View File

@ -1439,8 +1439,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <year> <name of author>%sCette librairie est gratuite; vous pouvez la redistribuer et/ou la modifier selon les dispositions de la GNU Library General Public License publiée par la Free Software Foundation; soit la version 2 de cette licence ou (à votre convenance) toute version ultérieure. %sCe logiciel est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE, et même sans la garantie implicite d'être UTILISABLE ou ADAPTEE A UN USAGE DONNE. Voir la GNU Library General Public License pour plus d'informations. %sVous devriez avoir reçu une copie de cette licence avec la présente librairie; si ce n'est pas le cas, vous pouvez écrire à la Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <year> <name of author>%sCe programme est gratuit; vous pouvez le redistribuer et/ou le modifier selon les dispositions de la GNU Library General Public License publiée par la Free Software Foundation; soit la version 2 de cette licence ou (à votre convenance) toute version ultérieure. %sCe logiciel est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE, et même sans la garantie implicite d'être UTILISABLE ou ADAPTEE A UN USAGE DONNE. Voir la GNU Library General Public License pour plus d'informations. %sVous devriez avoir reçu une copie de cette licence avec le présent logiciel; si ce n'est pas le cas, vous pouvez écrire à la Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1478,6 +1478,10 @@ msgstr "Créer les définitions pour le répertoire Lazarus"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Créer les macros et chemins pour un répertoire projet FPC"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Créer un sous-menu"

View File

@ -1438,8 +1438,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <year> <name of author>%sThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1477,6 +1477,10 @@ msgstr ""
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr ""
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr ""

View File

@ -1437,8 +1437,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <anno> <nome dell'autore>%sQuesto programma è software libero, puoi ridistribuirlo e/o modificarlo nei termini della licenza General Public License GNU come pubblicato dalla Free Software Foundation; sia per mezzo della versione 2 della licenza che (a tua scelta) sotto qualsiasi versione successiva.%sQuesto programma è distribuito nella speranza che sia utile, ma SENZA ALCUNA GARANZIA, senza neanche l'implicita garanzia di COMMERCIABILITÀ o ADATTABILITÀ AD UNO SCOPO PARICOLARE. Vedere la licenza GNU Library General Public License per maggiori dettagli.%sDovresti aver ricevuto una copia della licenza GNU General Public License insieme con questo programma, se non è così scrivi alla Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <anno> <nome dell'autore>%sQuesto programma è software libero, puoi ridistribuirlo e/o modificarlo nei termini della licenza General Public License GNU come pubblicato dalla Free Software Foundation; sia per mezzo della versione 2 della licenza che (a tua scelta) sotto qualsiasi versione successiva.%sQuesto programma è distribuito nella speranza che sia utile, ma SENZA ALCUNA GARANZIA, senza neanche l'implicita garanzia di COMMERCIABILITÀ o ADATTABILITÀ AD UNO SCOPO PARICOLARE. Vedere la licenza GNU Library General Public License per maggiori dettagli.%sDovresti aver ricevuto una copia della licenza GNU General Public License insieme con questo programma, se non è così scrivi alla Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1476,6 +1476,10 @@ msgstr "Crea i define per la directory Lazarus"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Crea Macro FPC e percorsi per una directory progetto fpc"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Crea submenu"

View File

@ -1437,8 +1437,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Copyright (C) <anno> <nome dell'autore>%sQuesto programma è software libero, puoi ridistribuirlo e/o modificarlo nei termini della licenza General Public License GNU come pubblicato dalla Free Software Foundation; sia per mezzo della versione 2 della licenza che (a tua scelta) sotto qualsiasi versione successiva.%sQuesto programma è distribuito nella speranza che sia utile, ma SENZA ALCUNA GARANZIA, senza neanche l'implicita garanzia di COMMERCIABILITÀ o ADATTABILITÀ AD UNO SCOPO PARICOLARE. Vedere la licenza GNU Library General Public License per maggiori dettagli.%sDovresti aver ricevuto una copia della licenza GNU General Public License insieme con questo programma, se non è così scrivi alla Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. "
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Copyright (C) <anno> <nome dell'autore>%sQuesto programma è software libero, puoi ridistribuirlo e/o modificarlo nei termini della licenza General Public License GNU come pubblicato dalla Free Software Foundation; sia per mezzo della versione 2 della licenza che (a tua scelta) sotto qualsiasi versione successiva.%sQuesto programma è distribuito nella speranza che sia utile, ma SENZA ALCUNA GARANZIA, senza neanche l'implicita garanzia di COMMERCIABILITÀ o ADATTABILITÀ AD UNO SCOPO PARICOLARE. Vedere la licenza GNU Library General Public License per maggiori dettagli.%sDovresti aver ricevuto una copia della licenza GNU General Public License insieme con questo programma, se non è così scrivi alla Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1476,6 +1476,10 @@ msgstr "Crea i define per la directory Lazarus"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Crea Macro FPC e percorsi per una directory progetto fpc"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Crea submenu"

View File

@ -1,12 +1,3 @@
"Last-Translator: Matthijs Willemstein\n"
"PO-Revision-Date: 2005-04-29 10:04+0200\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Language-Team: <en@li.org>\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
"Project-Id-Version: lazaruside.nl\n"
"MIME-Version: 1"
#: lazarusidestrconsts:srkmcommand1
msgid " command1 \""
msgstr " commando1 \""
@ -565,7 +556,7 @@ msgstr "Verwijder bestand automatisch"
#: lazarusidestrconsts:liscodetoolsdefsautogeneratednodescannotbeedited
msgid "Auto generated nodes can not be edited."
msgstr "Automatisch gegenereerde nodes kunnen niet bewerkt worden"
msgstr "Automatisch gegenereerde nodes kunnen niet bewerkt worden."
#: lazarusidestrconsts:dlgautoident
msgid "Auto indent"
@ -825,11 +816,11 @@ msgstr "Kan top-level component niet kopi
#: lazarusidestrconsts:liscannotcreatefile
msgid "Can not create file %s%s%s"
msgstr "Kan bestand %s%s%s niet maken."
msgstr "Kan bestand %s%s%s niet maken"
#: lazarusidestrconsts:lispkgsyscannotregistercomponentswithoutunit
msgid "Can not register components without unit"
msgstr "Kan componenten zonder unit niet registreren."
msgstr "Kan componenten zonder unit niet registreren"
#: lazarusidestrconsts:liscanonlychangetheclassoftcomponents
msgid "Can only change the class of TComponents."
@ -837,7 +828,7 @@ msgstr "Alleen the class van TComponents kan gewijzigd worden."
#: lazarusidestrconsts:dlgcancel
msgid "Cancel"
msgstr "Afbreken"
msgstr "Annuleer"
#: lazarusidestrconsts:lisaboutnocontributors
msgid "Cannot find contributors list."
@ -1009,7 +1000,7 @@ msgstr "Klasse %s%s%s niet gevonden."
#: lazarusidestrconsts:lisa2pclassnamealreadyexists
msgid "Class Name already exists"
msgstr "Class naam bestaat reeds."
msgstr "Class naam bestaat reeds"
#: lazarusidestrconsts:lisclassnotfound
msgid "Class not found"
@ -1317,7 +1308,7 @@ msgstr "Configureer aanpasbare componenten"
#: lazarusidestrconsts:lismenusettings
msgid "Configure custom tools ..."
msgstr "Configureer aanpasbare hulpmiddelen"
msgstr "Configureer aanpasbare hulpmiddelen ..."
#: lazarusidestrconsts:lismenueditinstallpkgs
msgid "Configure installed packages"
@ -1436,7 +1427,7 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr ""
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
@ -1475,6 +1466,10 @@ msgstr "Cre
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Creëer FPC macro's en paden voor een fpc project folder"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Maak submenu"
@ -1497,7 +1492,7 @@ msgstr "Maak een nieuwe grafische applicatie.%sHet bestand wordt door Lazarus be
#: lazarusidestrconsts:lisnewdlgcreateanewpascalunit
msgid "Create a new pascal unit."
msgstr "Maak een nieuwe Pascal unit"
msgstr "Maak een nieuwe Pascal unit."
#: lazarusidestrconsts:lisnewdlgcreateanewcustomprogram
msgid "Create a new program."
@ -1525,7 +1520,7 @@ msgstr "Maak een nieuwe unit met een LCL Form."
#: lazarusidestrconsts:lisnewdlgcreateanewunitwithadatamodule
msgid "Create a new unit with a datamodule."
msgstr "Maak een nieuwe unit met een datamodule"
msgstr "Maak een nieuwe unit met een datamodule."
#: lazarusidestrconsts:liscreateaprojectfirst
msgid "Create a project first!"
@ -1649,7 +1644,7 @@ msgstr "Debuggerfout"
#: lazarusidestrconsts:lisdebuggererrorooopsthedebuggerenteredtheerrorstate
msgid "Debugger error%sOoops, the debugger entered the error state%sSave your work now !%sHit Stop, and hope the best, we're pulling the plug."
msgstr "Debugger error%sSla uw werk op en kies 'stop'"
msgstr "Debugger error%sOeps, de debugger is gecrashed%sSla uw werk op!%sKies Stop, en hoop voor het beste!"
#: lazarusidestrconsts:lisdebuggerinvalid
msgid "Debugger invalid"
@ -1717,7 +1712,7 @@ msgstr "Verwijder het oude Package bestand?"
#: lazarusidestrconsts:lisdeleteallthesefiles
msgid "Delete all these files?"
msgstr "Al deze bestanden verwijderen"
msgstr "Al deze bestanden verwijderen?"
#: lazarusidestrconsts:lisdeleteambiguousfile
msgid "Delete ambiguous file?"
@ -2129,7 +2124,7 @@ msgstr "Fout bij verplaatsen component %s;%s"
#: lazarusidestrconsts:liserrorparsinglfmcomponentstream
msgid "Error parsing lfm component stream."
msgstr "Fout bij het verwerken van de lfm componenten stream"
msgstr "Fout bij het verwerken van de lfm componenten stream."
#: lazarusidestrconsts:liscodetoolsdefserrorreading
msgid "Error reading %s%s%s%s%s"
@ -2189,7 +2184,7 @@ msgstr "Verlaat"
#: lazarusidestrconsts:lismenuevaluate
msgid "Evaluate/Modify ..."
msgstr "Evalueer/Verander"
msgstr "Evalueer/Verander ..."
#: lazarusidestrconsts:lisexcludefilter
msgid "Exclude Filter"
@ -2305,7 +2300,7 @@ msgstr "Bestand"
#: lazarusidestrconsts:lisa2pfilealreadyexistsintheproject
msgid "File %s%s%s already exists in the project."
msgstr "Bestand %s%s%s bestaat reeds in het project"
msgstr "Bestand %s%s%s bestaat reeds in het project."
#: lazarusidestrconsts:lisfilehaschangedsave
msgid "File %s%s%s has changed. Save?"
@ -2313,11 +2308,11 @@ msgstr "Bestand %s%s%s is veranderd. Opslaan?"
#: lazarusidestrconsts:lisfileisvirtual
msgid "File %s%s%s is virtual."
msgstr "Bestand %s%s%s is Virtual"
msgstr "Bestand %s%s%s is Virtual."
#: lazarusidestrconsts:lispkgmangfilenotfound
msgid "File %s%s%s not found."
msgstr "Bestand %s%s%s niet gevonden"
msgstr "Bestand %s%s%s niet gevonden."
#: lazarusidestrconsts:lisfilenotfound2
msgid "File %s%s%s not found.%s"
@ -3061,7 +3056,7 @@ msgstr "Invoegen"
#: lazarusidestrconsts:lismenuconditionalselection
msgid "Insert $IFDEF..."
msgstr "$IFDEF Invoegen"
msgstr "$IFDEF Invoegen ..."
#: lazarusidestrconsts:srkmecinsertcvsauthor
msgid "Insert CVS keyword Author"
@ -3237,7 +3232,7 @@ msgstr "Invoegen Tekst"
#: lazarusidestrconsts:lismenuinspect
msgid "Inspect ..."
msgstr "Inspecteer"
msgstr "Inspecteer ..."
#: lazarusidestrconsts:lispckeditinstall
msgid "Install"
@ -3257,7 +3252,7 @@ msgstr "Installeer selectie"
#: lazarusidestrconsts:lispckexplinstalled
msgid "Installed"
msgstr "Geinstalleerd."
msgstr "Geinstalleerd"
#: lazarusidestrconsts:lisinstalledpackages
msgid "Installed Packages"
@ -3693,7 +3688,7 @@ msgstr "Lazarus directorie \"%s\" niet gevonden."
#: lazarusidestrconsts:lislazarusdirectorynotfound
msgid "Lazarus directory not found"
msgstr "Lazarus directory niet gevonden."
msgstr "Lazarus directory niet gevonden"
#: lazarusidestrconsts:lislazarusform
msgid "Lazarus form"
@ -3717,7 +3712,7 @@ msgstr "Lazarus unit"
#: lazarusidestrconsts:lisleaveemptyfo
msgid "Leave empty for default .po file"
msgstr "Laat leeg voor het standaard .po bestand."
msgstr "Laat leeg voor het standaard .po bestand"
#: lazarusidestrconsts:srvk_left
msgid "Left"
@ -3833,7 +3828,7 @@ msgstr "Verander selectie in kleine letters"
#: lazarusidestrconsts:dlg1up2low
msgid "Lowercase, first letter up"
msgstr "Kleine letters, eerste letter hoofdletter."
msgstr "Kleine letters, eerste letter hoofdletter"
#: lazarusidestrconsts:lisedtexttoolmacros
msgid "Macros"

View File

@ -1427,7 +1427,7 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr ""
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
@ -1466,6 +1466,10 @@ msgstr ""
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr ""
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr ""

View File

@ -1438,8 +1438,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Prawa autorskie (C) <year> <name of author>%sNiniejsza biblioteka jest wolnym oprogramowaniem; możesz ją rozprowadzać dalej i/lub modyfikować na warunkach Mniejszej Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnego Oprogramowania - według wersji 2 tej Licencji lub (według twojego wyboru) którejś z późniejszych wersji. %sNiniejsza biblioteka rozpowszechniana jest z nadzieją, iż będzie ona użyteczna - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania bliższych informacji sięgnij do Mniejszej Powszechnej Licencji Publicznej GNU. %sZ pewnością wraz z niniejszą biblioteką otrzymałeś też egzemplarz Mniejszej Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie - napisz do Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Prawa autorskie (C) <year> <name of author>%sNiniejszy program jest wolnym oprogramowaniem; możesz go rozprowadzać dalej i/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnego Oprogramowania - według wersji 2 tej Licencji lub (według twojego wyboru) którejś z późniejszych wersji. %sNiniejszy program rozpowszechniany jest z nadzieją, iż będzie on użyteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania bliższych informacji sięgnij do Powszechnej Licencji Publicznej GNU. %sZ pewnością wraz z niniejszym programem otrzymałeś też egzemplarz Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie - napisz do Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1477,6 +1477,10 @@ msgstr "Utwórz 'Defines' dla katalogu Lazarusa"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Utwórz makra FPC i ścieżki dla katalogu z projektem fpc"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Utwórz podmenu"

View File

@ -1438,8 +1438,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Prawa autorskie (C) <year> <name of author>%sNiniejsza biblioteka jest wolnym oprogramowaniem; możesz ją rozprowadzać dalej i/lub modyfikować na warunkach Mniejszej Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnego Oprogramowania - według wersji 2 tej Licencji lub (według twojego wyboru) którejś z późniejszych wersji. %sNiniejsza biblioteka rozpowszechniana jest z nadzieją, iż będzie ona użyteczna - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania bliższych informacji sięgnij do Mniejszej Powszechnej Licencji Publicznej GNU. %sZ pewnością wraz z niniejszą biblioteką otrzymałeś też egzemplarz Mniejszej Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie - napisz do Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Prawa autorskie (C) <year> <name of author>%sNiniejszy program jest wolnym oprogramowaniem; mo¿esz go rozprowadzaæ dalej i/lub modyfikowaæ na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundacjê Wolnego Oprogramowania - wed³ug wersji 2 tej Licencji lub (wed³ug twojego wyboru) której¶ z pó¼niejszych wersji. %sNiniejszy program rozpowszechniany jest z nadziej±, i¿ bêdzie on u¿yteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domy¶lnej gwarancji PRZYDATNO¦CI HANDLOWEJ albo PRZYDATNO¦CI DO OKRE¦LONYCH ZASTOSOWAÑ. W celu uzyskania bli¿szych informacji siêgnij do Powszechnej Licencji Publicznej GNU. %sZ pewno¶ci± wraz z niniejszym programem otrzyma³e¶ te¿ egzemplarz Powszechnej Licencji Publicznej GNU (GNU General Public License); je¶li nie - napisz do Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1477,6 +1477,10 @@ msgstr "Utw
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Utwórz makra FPC i ścieżki dla katalogu z projektem fpc"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Utwórz podmenu"

View File

@ -1438,8 +1438,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Prawa autorskie (C) <year> <name of author>%sNiniejsza biblioteka jest wolnym oprogramowaniem; możesz ją rozprowadzać dalej i/lub modyfikować na warunkach Mniejszej Powszechnej Licencji Publicznej GNU, wydanej przez Fundację Wolnego Oprogramowania - według wersji 2 tej Licencji lub (według twojego wyboru) którejś z późniejszych wersji. %sNiniejsza biblioteka rozpowszechniana jest z nadzieją, iż będzie ona użyteczna - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu uzyskania bliższych informacji sięgnij do Mniejszej Powszechnej Licencji Publicznej GNU. %sZ pewnością wraz z niniejszą biblioteką otrzymałeś też egzemplarz Mniejszej Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie - napisz do Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Prawa autorskie (C) <year> <name of author>%sNiniejszy program jest wolnym oprogramowaniem; mo¿esz go rozprowadzaæ dalej i/lub modyfikowaæ na warunkach Powszechnej Licencji Publicznej GNU, wydanej przez Fundacjê Wolnego Oprogramowania - wed³ug wersji 2 tej Licencji lub (wed³ug twojego wyboru) którejœ z póŸniejszych wersji. %sNiniejszy program rozpowszechniany jest z nadziej¹, i¿ bêdzie on u¿yteczny - jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyœlnej gwarancji PRZYDATNOŒCI HANDLOWEJ albo PRZYDATNOŒCI DO OKREŒLONYCH ZASTOSOWAÑ. W celu uzyskania bli¿szych informacji siêgnij do Powszechnej Licencji Publicznej GNU. %sZ pewnoœci¹ wraz z niniejszym programem otrzyma³eœ te¿ egzemplarz Powszechnej Licencji Publicznej GNU (GNU General Public License); jeœli nie - napisz do Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1477,6 +1477,10 @@ msgstr "Utw
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Utwórz makra FPC i ścieżki dla katalogu z projektem fpc"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Utwórz podmenu"

View File

@ -1751,7 +1751,7 @@ msgid "Step Over"
msgstr ""
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:lislgplnotice
@ -7498,6 +7498,10 @@ msgstr ""
msgid "Recompile all required"
msgstr ""
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lispckeditaddtoproject
msgid "Add to project"
msgstr ""

View File

@ -1427,8 +1427,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Авторское право (С) <год> <имя автора>%sЭта библиотека - бесплатное ПО; Вы можете распространять её и/или изменять по условиям GNU Library General Public License как опубликовано Free Software Foundation; или версии 2 Лицензии, или (на Ваш выбор) любой поздней версии. %sЭта программа распространяется с надеждой быть полезной, но БЕЗО ВСЯКОЙ ГАРАНТИИ; даже без подразумеваемой ТОРГОВОЙ гарантии или СООТВЕТСТВИЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ. См. GNU Library General Public License для дальнейшей информации. %sВы должны были получить копию GNU Library General Public License с этой библиотекой; если нет, пишите в Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, США."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "á×ÔÏÒÓËÏÅ ÐÒÁ×Ï (ó) <ÇÏÄ> <ÉÍÑ Á×ÔÏÒÁ>%süÔÁ ÐÒÏÇÒÁÍÍÁ - ÂÅÓÐÌÁÔÎÏÅ ðï; ÷Ù ÍÏÖÅÔÅ ÒÁÓÐÒÏÓÔÒÁÎÑÔØ Å£ É/ÉÌÉ ÉÚÍÅÎÑÔØ ÐÏ ÕÓÌÏ×ÉÑÍ GNU General Public License ËÁË ÏÐÕÂÌÉËÏ×ÁÎÏ Free Software Foundation; ÉÌÉ ×ÅÒÓÉÉ 2 ìÉÃÅÎÚÉÉ, ÉÌÉ (ÎÁ ÷ÁÛ ×ÙÂÏÒ) ÌÀÂÏÊ ÐÏÚÄÎÅÊ ×ÅÒÓÉÉ. %süÔÁ ÐÒÏÇÒÁÍÍÁ ÒÁÓÐÒÏÓÔÒÁÎÑÅÔÓÑ Ó ÎÁÄÅÖÄÏÊ ÂÙÔØ ÐÏÌÅÚÎÏÊ, ÎÏ âåúï ÷óñëïê çáòáîôéé; ÄÁÖÅ ÂÅÚ ÐÏÄÒÁÚÕÍÅ×ÁÅÍÏÊ ôïòçï÷ïê ÇÁÒÁÎÔÉÉ ÉÌÉ óïïô÷åôóô÷éñ ïðòåäåì³îîïê ãåìé. óÍ. GNU General Public License ÄÌÑ ÄÁÌØÎÅÊÛÅÊ ÉÎÆÏÒÍÁÃÉÉ. %s÷Ù ÄÏÌÖÎÙ ÂÙÌÉ ÐÏÌÕÞÉÔØ ËÏÐÉÀ GNU Library General Public License Ó ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ; ÅÓÌÉ ÎÅÔ, ÐÉÛÉÔÅ × Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, óûá."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1466,6 +1466,10 @@ msgstr "
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Создать макросы FPC и пути к каталогу проекта FPC"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Создать подменю"

View File

@ -1427,8 +1427,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Авторское право (С) <год> <имя автора>%sЭта библиотека - бесплатное ПО; Вы можете распространять её и/или изменять по условиям GNU Library General Public License как опубликовано Free Software Foundation; или версии 2 Лицензии, или (на Ваш выбор) любой поздней версии. %sЭта программа распространяется с надеждой быть полезной, но БЕЗО ВСЯКОЙ ГАРАНТИИ; даже без подразумеваемой ТОРГОВОЙ гарантии или СООТВЕТСТВИЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ. См. GNU Library General Public License для дальнейшей информации. %sВы должны были получить копию GNU Library General Public License с этой библиотекой; если нет, пишите в Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, США."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Авторское право (С) <год> <имя автора>%sЭта программа - бесплатное ПО; Вы можете распространять её и/или изменять по условиям GNU General Public License как опубликовано Free Software Foundation; или версии 2 Лицензии, или (на Ваш выбор) любой поздней версии. %sЭта программа распространяется с надеждой быть полезной, но БЕЗО ВСЯКОЙ ГАРАНТИИ; даже без подразумеваемой ТОРГОВОЙ гарантии или СООТВЕТСТВИЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ. См. GNU General Public License для дальнейшей информации. %sВы должны были получить копию GNU Library General Public License с этой программой; если нет, пишите в Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, США."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1466,6 +1466,10 @@ msgstr "Создать настройки для каталога Lazarus"
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Создать макросы FPC и пути к каталогу проекта FPC"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Создать подменю"

View File

@ -1427,8 +1427,8 @@ msgid "Copyright (C) <year> <name of author>%sThis library is free software; you
msgstr "Авторское право (С) <год> <имя автора>%sЭта библиотека - бесплатное ПО; Вы можете распространять её и/или изменять по условиям GNU Library General Public License как опубликовано Free Software Foundation; или версии 2 Лицензии, или (на Ваш выбор) любой поздней версии. %sЭта программа распространяется с надеждой быть полезной, но БЕЗО ВСЯКОЙ ГАРАНТИИ; даже без подразумеваемой ТОРГОВОЙ гарантии или СООТВЕТСТВИЯ ОПРЕДЕЛЁННОЙ ЦЕЛИ. См. GNU Library General Public License для дальнейшей информации. %sВы должны были получить копию GNU Library General Public License с этой библиотекой; если нет, пишите в Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, США."
#: lazarusidestrconsts:lisgplnotice
msgid "Copyright (C) <year> <name of author>%sThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. %sThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. %sYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr "Àâòîðñêîå ïðàâî (Ñ) <ãîä> <èìÿ àâòîðà>%sÝòà ïðîãðàììà - áåñïëàòíîå ÏÎ; Âû ìîæåòå ðàñïðîñòðàíÿòü å¸ è/èëè èçìåíÿòü ïî óñëîâèÿì GNU General Public License êàê îïóáëèêîâàíî Free Software Foundation; èëè âåðñèè 2 Ëèöåíçèè, èëè (íà Âàø âûáîð) ëþáîé ïîçäíåé âåðñèè. %sÝòà ïðîãðàììà ðàñïðîñòðàíÿåòñÿ ñ íàäåæäîé áûòü ïîëåçíîé, íî ÁÅÇÎ ÂÑßÊÎÉ ÃÀÐÀÍÒÈÈ; äàæå áåç ïîäðàçóìåâàåìîé ÒÎÐÃÎÂÎÉ ãàðàíòèè èëè ÑÎÎÒÂÅÒÑÒÂÈß ÎÏÐÅÄÅ˨ÍÍÎÉ ÖÅËÈ. Ñì. GNU General Public License äëÿ äàëüíåéøåé èíôîðìàöèè. %sÂû äîëæíû áûëè ïîëó÷èòü êîïèþ GNU Library General Public License ñ ýòîé ïðîãðàììîé; åñëè íåò, ïèøèòå â Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ÑØÀ."
msgid "Copyright (C) <year> <name of author>%sThis source is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.%sThis code is distributed in the hope that it will be useful, butWITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNUGeneral Public License for more details.%sA copy of the GNU General Public License is available on the WorldWide Web at <http://www.gnu.org/copyleft/gpl.html>. You can alsoobtain it by writing to the Free Software Foundation,Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
#: lazarusidestrconsts:dlgsmbcounter
msgid "Counter (.pp;1)"
@ -1466,6 +1466,10 @@ msgstr "
msgid "Create FPC Macros and paths for a fpc project directory"
msgstr "Создать макросы FPC и пути к каталогу проекта FPC"
#: lazarusidestrconsts:lispckeditcreatemakefile
msgid "Create Makefile"
msgstr ""
#: lazarusidestrconsts:lismenueditorcreatesubmenu
msgid "Create Submenu"
msgstr "Создать подменю"

View File

@ -16,7 +16,7 @@ msgstr " Geselecteerd plaatje "
#: objinspstrconsts:oisdlinesdchars
msgid "%d lines, %d chars"
msgstr ""
msgstr "%d regels, %d letters"
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
@ -112,7 +112,7 @@ msgstr "&Ongedaan maken"
#: objinspstrconsts:clbup
msgid "&Up"
msgstr ""
msgstr "&Omhoog"
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
@ -124,11 +124,11 @@ msgstr "(Onbekend)"
#: objinspstrconsts:oisnone
msgid "(none)"
msgstr ""
msgstr "(geen)"
#: objinspstrconsts:ois0lines0chars
msgid "0 lines, 0 chars"
msgstr ""
msgstr "O regels, 0 letters"
#: objinspstrconsts:oisaction
msgid "Action"
@ -140,7 +140,7 @@ msgstr "Action List Bewerker"
#: objinspstrconsts:ilesadd
msgid "Add"
msgstr ""
msgstr "Toevoegen"
#: objinspstrconsts:sccsilbtnadd
msgid "Add ..."
@ -148,15 +148,15 @@ msgstr "Toevoegen ..."
#: objinspstrconsts:clbadd
msgid "Add new Item"
msgstr ""
msgstr "Nieuw item toevoegen"
#: objinspstrconsts:nbcesaddpage
msgid "Add page"
msgstr ""
msgstr "Pagina toevoegen"
#: objinspstrconsts:oisaddtofavorites
msgid "Add to Favorites"
msgstr ""
msgstr "Aan favorieten toevoegen"
#: objinspstrconsts:oisall
msgid "All"
@ -204,7 +204,7 @@ msgstr "Char"
#: objinspstrconsts:oischaractersforblanks
msgid "Characters for Blanks"
msgstr ""
msgstr "Karakters voor sspaties"
#: objinspstrconsts:clbcheckgroupeditor
msgid "CheckGroup Editor"
@ -224,7 +224,7 @@ msgstr "Opschonen"
#: objinspstrconsts:oisclearpicture
msgid "Clear picture"
msgstr ""
msgstr "Plaatje wissen"
#: objinspstrconsts:oistdactcolorselecthint
msgid "Color Select"
@ -232,11 +232,11 @@ msgstr "Kleur Selecteren"
#: objinspstrconsts:oiscomponentnameisnotavalididentifier
msgid "Component name %s%s%s is not a valid identifier"
msgstr ""
msgstr "Componentnaam %s%s%s is geen geldige indentifier"
#: objinspstrconsts:oiscomponents
msgid "Components"
msgstr ""
msgstr "Componenten"
#: objinspstrconsts:oisconfirmdelete
msgid "Confirm delete"
@ -308,11 +308,11 @@ msgstr "Verwijder onderdelen %s%s%s?"
#: objinspstrconsts:nbcesdeletepage
msgid "Delete page"
msgstr ""
msgstr "Verwijder pagina"
#: objinspstrconsts:clbdelete
msgid "Delete the Item %d \"%s\"?"
msgstr ""
msgstr "Item %d \"%s\" verwijderen?"
#: objinspstrconsts:cactionlisteditordialogcategory
msgid "Dialog"
@ -320,7 +320,7 @@ msgstr "Dialoog"
#: objinspstrconsts:clbdown
msgid "Do&wn"
msgstr ""
msgstr "&Neer"
#: objinspstrconsts:oistdactfileexitheadline
msgid "E&xit"
@ -364,7 +364,7 @@ msgstr "Eruit"
#: objinspstrconsts:oisfavorites
msgid "Favorites"
msgstr ""
msgstr "Favorieten"
#: objinspstrconsts:cactionlisteditorfilecategory
msgid "File"
@ -432,7 +432,7 @@ msgstr "Image list bewerker"
#: objinspstrconsts:oisinputmask
msgid "Input Mask:"
msgstr ""
msgstr "Invoer masker"
#: objinspstrconsts:oistdactdatasetinserthint
msgid "Insert"
@ -440,7 +440,7 @@ msgstr "Invoegen"
#: objinspstrconsts:nbcesinsertpage
msgid "Insert page"
msgstr ""
msgstr "Pagina invoegen"
#: objinspstrconsts:oisint64
msgid "Int64"
@ -456,7 +456,7 @@ msgstr "Interface"
#: objinspstrconsts:oisinvalidpropertyvalue
msgid "Invalid property value"
msgstr ""
msgstr "Ongeldige properie waarde"
#: objinspstrconsts:sccslvedtlabcaption
msgid "Label"
@ -476,19 +476,19 @@ msgstr "Laad Plaatjes Dialoog"
#: objinspstrconsts:oisloadpicture
msgid "Load picture"
msgstr ""
msgstr "Laad plaatje"
#: objinspstrconsts:oismasks
msgid "Masks..."
msgstr ""
msgstr "Maskers..."
#: objinspstrconsts:oismethod
msgid "Method"
msgstr "Method"
msgstr "Methode"
#: objinspstrconsts:clbmodify
msgid "Modify the Item"
msgstr ""
msgstr "Wijzig het item"
#: objinspstrconsts:cactionlisteditormovedownaction
msgid "Move Down"
@ -500,11 +500,11 @@ msgstr "Ga naar boven"
#: objinspstrconsts:nbcesmovepageleft
msgid "Move page left"
msgstr ""
msgstr "Pagina naar links"
#: objinspstrconsts:nbcesmovepageright
msgid "Move page right"
msgstr ""
msgstr "Pagina naar rechts"
#: objinspstrconsts:sccslvedtbtnadd
msgid "New"
@ -548,7 +548,7 @@ msgstr "Open"
#: objinspstrconsts:oisoptions
msgid "Options"
msgstr ""
msgstr "Opties"
#: objinspstrconsts:oistdactdatasetpostheadline
msgid "P&ost"
@ -576,7 +576,7 @@ msgstr "Eigenschappen"
#: objinspstrconsts:oispropertiesof
msgid "Properties of %s"
msgstr ""
msgstr "Properties van %s"
#: objinspstrconsts:oisrecord
msgid "Record"
@ -588,11 +588,11 @@ msgstr "Verversen"
#: objinspstrconsts:oisremovefromfavorites
msgid "Remove from Favorites"
msgstr ""
msgstr "Verwijder van favorieten"
#: objinspstrconsts:oissamplemasks
msgid "Sample Masks:"
msgstr ""
msgstr "Voorbeeld masker:"
#: objinspstrconsts:oistdactfilesaveasheadline
msgid "Save &As..."
@ -608,7 +608,7 @@ msgstr ""
#: objinspstrconsts:oissavepicture
msgid "Save picture"
msgstr ""
msgstr "Sla plaatje op"
#: objinspstrconsts:oistdacteditselectallheadline
msgid "Select &All"
@ -644,7 +644,7 @@ msgstr "Zet naar standaardinstelling: %s"
#: objinspstrconsts:oisshowcomponenttree
msgid "Show Component Tree"
msgstr ""
msgstr "Laat componenten boom zien"
#: objinspstrconsts:oisshowhints
msgid "Show Hints"
@ -652,7 +652,7 @@ msgstr ""
#: objinspstrconsts:nbcesshowpage
msgid "Show page ..."
msgstr ""
msgstr "Laat pagina zien ..."
#: objinspstrconsts:oissort
msgid "Sort"
@ -684,7 +684,7 @@ msgstr "Sub onderdeel"
#: objinspstrconsts:oistestinput
msgid "Test Input"
msgstr ""
msgstr "Test Invoer"
#: objinspstrconsts:oishelpthehelpdatabasewasunabletofindfile
msgid "The help database %s%s%s was unable to find file %s%s%s."