added BSD linking note

git-svn-id: trunk@4520 -
This commit is contained in:
mattias 2003-08-25 16:22:47 +00:00
parent 874aebb213
commit 9d8f85997f
7 changed files with 364 additions and 1 deletions

View File

@ -6,7 +6,8 @@ gtk widget for opengl. This component works only with the gtk interface.
There is an example in examples/gtkglarea/.
WARNING:
WARNINGS and HINTS:
Make sure your program links to libgtkgl, not to libgtkgl-2.0. Linking to
libgtkgl-2.0 will result in mixing gtk1 and gtk2 in your program/IDE, which
will result in al kinds of strange errors, including freezing your
@ -16,6 +17,20 @@ You can find out, what libs were linked to your program with the ldd program:
[]$ ldd yourprogram
For *BSD:
In the fpc file dllfuncs.pp all external functions link to lib dl.
These functions are in libc under *BSD, so should read
external lib "c" for FreeBSD. If you don't, building lazarus will bomb
out with a "can't find lib -ldl" error while linking.
Fixed compiled units working with 1.0.10 are in
http://www.stack.nl/~marcov/openglfreebsd.tar.gz
ToDo:
Add an example using the package.

View File

@ -248,6 +248,10 @@ msgstr "Ein benoetigtes Paket wurde nicht gefunden. Siehe Paket Graph."
msgid "A valid tool needs at least a title and a filename."
msgstr "A valid tool needs at least a title and a filename."
#: lazarusidestrconsts:lismenuabortbuild
msgid "Abort Build"
msgstr ""
#: lazarusidestrconsts:lismenutemplateabout
msgid "About"
msgstr ""
@ -636,6 +640,10 @@ msgstr ""
msgid "Build Examples"
msgstr ""
#: lazarusidestrconsts:lismenubuildfile
msgid "Build File"
msgstr ""
#: lazarusidestrconsts:lisbuildide
msgid "Build IDE"
msgstr ""
@ -740,6 +748,10 @@ msgstr ""
msgid "Char"
msgstr ""
#: lazarusidestrconsts:lischaractermap
msgid "Character Map"
msgstr ""
#: lazarusidestrconsts:dlgcheckconsistency
msgid "Check consistency"
msgstr ""
@ -780,6 +792,10 @@ msgstr ""
msgid "Choose program source (*.pp,*.pas,*.lpr)"
msgstr ""
#: lazarusidestrconsts:lisedoptschoosescheme
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr ""
@ -952,6 +968,10 @@ msgstr ""
msgid "Compile everything?"
msgstr ""
#: lazarusidestrconsts:liscompileidewithoutlinking
msgid "Compile IDE (without linking)"
msgstr ""
#: lazarusidestrconsts:lispckeditcompilepackage
msgid "Compile package"
msgstr ""
@ -1016,6 +1036,10 @@ msgstr ""
msgid "Components menu commands"
msgstr ""
#: lazarusidestrconsts:srkmecconfigbuildfile
msgid "config build file"
msgstr ""
#: lazarusidestrconsts:dlgconfigfiles
msgid "Config Files:"
msgstr ""
@ -1028,6 +1052,10 @@ msgstr ""
msgid "Configure \"Build Lazarus\""
msgstr "Einstellungen fuer \"Kompiliere Lazarus\""
#: lazarusidestrconsts:lismenuconfigbuildfile
msgid "Configure Build+Run File"
msgstr ""
#: lazarusidestrconsts:lismenuconfigcustomcomps
msgid "Configure custom components"
msgstr ""
@ -1552,6 +1580,10 @@ msgstr ""
msgid "Double click line"
msgstr ""
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
msgid "Double click on messages jumps (otherwise: single click)"
msgstr ""
#: lazarusidestrconsts:dlgdownword
msgid "Down"
msgstr ""
@ -1636,6 +1668,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
#: lazarusidestrconsts:srvk_end
msgid "End"
msgstr ""
@ -2544,6 +2580,14 @@ msgstr ""
msgid "Insert Free Pascal Project Template"
msgstr ""
#: lazarusidestrconsts:lismenuinsertcharacter
msgid "Insert from Character Map"
msgstr ""
#: lazarusidestrconsts:srkmecinsertcharacter
msgid "Insert from Charactermap"
msgstr ""
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
msgid "Insert From Template..."
msgstr ""
@ -3052,6 +3096,10 @@ msgstr ""
msgid "Major"
msgstr ""
#: lazarusidestrconsts:lismakeexe
msgid "Make Executable"
msgstr ""
#: lazarusidestrconsts:lismenumakeresourcestring
msgid "Make Resource String"
msgstr ""
@ -4268,6 +4316,10 @@ msgstr ""
msgid "Run"
msgstr "Start"
#: lazarusidestrconsts:lismenurunfile
msgid "Run File"
msgstr ""
#: lazarusidestrconsts:srkmcatrunmenu
msgid "Run menu commands"
msgstr ""
@ -5032,6 +5084,10 @@ msgstr ""
msgid "Template Preview"
msgstr ""
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:listestdirectory
msgid "Test directory"
msgstr ""

View File

@ -238,6 +238,10 @@ msgstr ""
msgid "A valid tool needs at least a title and a filename."
msgstr ""
#: lazarusidestrconsts:lismenuabortbuild
msgid "Abort Build"
msgstr ""
#: lazarusidestrconsts:lismenutemplateabout
msgid "About"
msgstr ""
@ -626,6 +630,10 @@ msgstr ""
msgid "Build Examples"
msgstr ""
#: lazarusidestrconsts:lismenubuildfile
msgid "Build File"
msgstr ""
#: lazarusidestrconsts:lisbuildide
msgid "Build IDE"
msgstr ""
@ -730,6 +738,10 @@ msgstr ""
msgid "Char"
msgstr ""
#: lazarusidestrconsts:lischaractermap
msgid "Character Map"
msgstr ""
#: lazarusidestrconsts:dlgcheckconsistency
msgid "Check consistency"
msgstr "Verificar consistencia"
@ -770,6 +782,10 @@ msgstr ""
msgid "Choose program source (*.pp,*.pas,*.lpr)"
msgstr ""
#: lazarusidestrconsts:lisedoptschoosescheme
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr ""
@ -942,6 +958,10 @@ msgstr ""
msgid "Compile everything?"
msgstr ""
#: lazarusidestrconsts:liscompileidewithoutlinking
msgid "Compile IDE (without linking)"
msgstr ""
#: lazarusidestrconsts:lispckeditcompilepackage
msgid "Compile package"
msgstr ""
@ -1006,6 +1026,10 @@ msgstr ""
msgid "Components menu commands"
msgstr ""
#: lazarusidestrconsts:srkmecconfigbuildfile
msgid "config build file"
msgstr ""
#: lazarusidestrconsts:dlgconfigfiles
msgid "Config Files:"
msgstr "Archivos de configuración:"
@ -1018,6 +1042,10 @@ msgstr ""
msgid "Configure \"Build Lazarus\""
msgstr "Configurar \"Construir Lazarus\""
#: lazarusidestrconsts:lismenuconfigbuildfile
msgid "Configure Build+Run File"
msgstr ""
#: lazarusidestrconsts:lismenuconfigcustomcomps
msgid "Configure custom components"
msgstr ""
@ -1542,6 +1570,10 @@ msgstr ""
msgid "Double click line"
msgstr "Línea de doble clic"
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
msgid "Double click on messages jumps (otherwise: single click)"
msgstr ""
#: lazarusidestrconsts:dlgdownword
msgid "Down"
msgstr "Abajo"
@ -1626,6 +1658,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
#: lazarusidestrconsts:srvk_end
msgid "End"
msgstr ""
@ -2534,6 +2570,14 @@ msgstr ""
msgid "Insert Free Pascal Project Template"
msgstr ""
#: lazarusidestrconsts:lismenuinsertcharacter
msgid "Insert from Character Map"
msgstr ""
#: lazarusidestrconsts:srkmecinsertcharacter
msgid "Insert from Charactermap"
msgstr ""
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
msgid "Insert From Template..."
msgstr ""
@ -3042,6 +3086,10 @@ msgstr "Men
msgid "Major"
msgstr ""
#: lazarusidestrconsts:lismakeexe
msgid "Make Executable"
msgstr ""
#: lazarusidestrconsts:lismenumakeresourcestring
msgid "Make Resource String"
msgstr ""
@ -4258,6 +4306,10 @@ msgstr ""
msgid "Run"
msgstr "Ejecutar"
#: lazarusidestrconsts:lismenurunfile
msgid "Run File"
msgstr ""
#: lazarusidestrconsts:srkmcatrunmenu
msgid "Run menu commands"
msgstr ""
@ -5022,6 +5074,10 @@ msgstr "Nombre de archivo de la plantilla"
msgid "Template Preview"
msgstr ""
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:listestdirectory
msgid "Test directory"
msgstr "Directorio de prueba"

View File

@ -247,6 +247,10 @@ msgstr "Un paquet requis n'a pas
msgid "A valid tool needs at least a title and a filename."
msgstr "Un outil a besoin au minimum d'un titre et d'un nom de fichier."
#: lazarusidestrconsts:lismenuabortbuild
msgid "Abort Build"
msgstr ""
#: lazarusidestrconsts:lismenutemplateabout
msgid "About"
msgstr ""
@ -635,6 +639,10 @@ msgstr "Construire les composants (SyneEdit, CodeTools)"
msgid "Build Examples"
msgstr "Construire les exemples"
#: lazarusidestrconsts:lismenubuildfile
msgid "Build File"
msgstr ""
#: lazarusidestrconsts:lisbuildide
msgid "Build IDE"
msgstr "Construire l'IDE"
@ -739,6 +747,10 @@ msgstr "Le changement de nom ou version d'un paquet brise ses d
msgid "Char"
msgstr "Caractère"
#: lazarusidestrconsts:lischaractermap
msgid "Character Map"
msgstr ""
#: lazarusidestrconsts:dlgcheckconsistency
msgid "Check consistency"
msgstr "Vérifier la cohérence"
@ -779,6 +791,10 @@ msgstr "Choisir le r
msgid "Choose program source (*.pp,*.pas,*.lpr)"
msgstr "Choisir le source du programme (*.pp,*.pas,*.lpr)"
#: lazarusidestrconsts:lisedoptschoosescheme
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Choisir le répertoire pour les tests"
@ -951,6 +967,10 @@ msgstr "Compiler"
msgid "Compile everything?"
msgstr "Compiler tout ?"
#: lazarusidestrconsts:liscompileidewithoutlinking
msgid "Compile IDE (without linking)"
msgstr ""
#: lazarusidestrconsts:lispckeditcompilepackage
msgid "Compile package"
msgstr "Compiler le paquet"
@ -1015,6 +1035,10 @@ msgstr "Nom de composant %s%s%s n'est pas valide"
msgid "Components menu commands"
msgstr "Commandes du menu Composants"
#: lazarusidestrconsts:srkmecconfigbuildfile
msgid "config build file"
msgstr ""
#: lazarusidestrconsts:dlgconfigfiles
msgid "Config Files:"
msgstr "Fichiers de configuration"
@ -1027,6 +1051,10 @@ msgstr "Configurer la construction de lazarus"
msgid "Configure \"Build Lazarus\""
msgstr "Configurer la construction de lazarus"
#: lazarusidestrconsts:lismenuconfigbuildfile
msgid "Configure Build+Run File"
msgstr ""
#: lazarusidestrconsts:lismenuconfigcustomcomps
msgid "Configure custom components"
msgstr "Configurer les composants utilisateur"
@ -1551,6 +1579,10 @@ msgstr "Domaine"
msgid "Double click line"
msgstr "Double-clic sélectionne la ligne"
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
msgid "Double click on messages jumps (otherwise: single click)"
msgstr ""
#: lazarusidestrconsts:dlgdownword
msgid "Down"
msgstr "Bas"
@ -1635,6 +1667,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
#: lazarusidestrconsts:srvk_end
msgid "End"
msgstr "Fin"
@ -2543,6 +2579,14 @@ msgstr ""
msgid "Insert Free Pascal Project Template"
msgstr ""
#: lazarusidestrconsts:lismenuinsertcharacter
msgid "Insert from Character Map"
msgstr ""
#: lazarusidestrconsts:srkmecinsertcharacter
msgid "Insert from Charactermap"
msgstr ""
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
msgid "Insert From Template..."
msgstr ""
@ -3051,6 +3095,10 @@ msgstr "Menu principal"
msgid "Major"
msgstr "Principal"
#: lazarusidestrconsts:lismakeexe
msgid "Make Executable"
msgstr ""
#: lazarusidestrconsts:lismenumakeresourcestring
msgid "Make Resource String"
msgstr "Construire une resource de chaines"
@ -4267,6 +4315,10 @@ msgstr "Bande
msgid "Run"
msgstr "Exécuter"
#: lazarusidestrconsts:lismenurunfile
msgid "Run File"
msgstr ""
#: lazarusidestrconsts:srkmcatrunmenu
msgid "Run menu commands"
msgstr "Commandes menu Exécuter"
@ -5031,6 +5083,10 @@ msgstr "Fichier de mod
msgid "Template Preview"
msgstr ""
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:listestdirectory
msgid "Test directory"
msgstr "Répertoire de test"

View File

@ -248,6 +248,10 @@ msgstr "Nie znalaz
msgid "A valid tool needs at least a title and a filename."
msgstr "Poprawny wois narzêdzia wymaga przynajmniej nazwy i nazwy pliku."
#: lazarusidestrconsts:lismenuabortbuild
msgid "Abort Build"
msgstr ""
#: lazarusidestrconsts:lismenutemplateabout
msgid "About"
msgstr "Informacja"
@ -636,6 +640,10 @@ msgstr "Buduj komponenty (SynEdit, CodeTools)"
msgid "Build Examples"
msgstr "Buduj przyk³ady"
#: lazarusidestrconsts:lismenubuildfile
msgid "Build File"
msgstr ""
#: lazarusidestrconsts:lisbuildide
msgid "Build IDE"
msgstr "Buduj IDE"
@ -740,6 +748,10 @@ msgstr "Zmiananazwy pakietu lub wersji
msgid "Char"
msgstr "Znak"
#: lazarusidestrconsts:lischaractermap
msgid "Character Map"
msgstr ""
#: lazarusidestrconsts:dlgcheckconsistency
msgid "Check consistency"
msgstr "Sprawd¼ spójno¶æ"
@ -780,6 +792,10 @@ msgstr "Wybierz katalog lazarusa"
msgid "Choose program source (*.pp,*.pas,*.lpr)"
msgstr "Wybierz ¼ród³o programu (*.pp,*.pas,*.lpr)"
#: lazarusidestrconsts:lisedoptschoosescheme
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Wybierz katalog testowy"
@ -952,6 +968,10 @@ msgstr "Kompiluj"
msgid "Compile everything?"
msgstr "Chcesz kompilowaæ wszystko?"
#: lazarusidestrconsts:liscompileidewithoutlinking
msgid "Compile IDE (without linking)"
msgstr ""
#: lazarusidestrconsts:lispckeditcompilepackage
msgid "Compile package"
msgstr "Kompiluj pakiet"
@ -1016,6 +1036,10 @@ msgstr "Nazwa komponentu %s%s%s nie jest prawid
msgid "Components menu commands"
msgstr "Menu komponenty"
#: lazarusidestrconsts:srkmecconfigbuildfile
msgid "config build file"
msgstr ""
#: lazarusidestrconsts:dlgconfigfiles
msgid "Config Files:"
msgstr "Pliki konfiguracyjne:"
@ -1028,6 +1052,10 @@ msgstr "Konfiguruj %sBuduj Lazarusa%s"
msgid "Configure \"Build Lazarus\""
msgstr "Konfiguruj \"Buduj Lazarusa\""
#: lazarusidestrconsts:lismenuconfigbuildfile
msgid "Configure Build+Run File"
msgstr ""
#: lazarusidestrconsts:lismenuconfigcustomcomps
msgid "Configure custom components"
msgstr "Konfiguruj dodatkowe komponenty"
@ -1552,6 +1580,10 @@ msgstr "Domena"
msgid "Double click line"
msgstr "Podwójne klikniêcie zaznacza wiersz"
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
msgid "Double click on messages jumps (otherwise: single click)"
msgstr ""
#: lazarusidestrconsts:dlgdownword
msgid "Down"
msgstr "Od do³u"
@ -1636,6 +1668,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
#: lazarusidestrconsts:srvk_end
msgid "End"
msgstr "End"
@ -2544,6 +2580,14 @@ msgstr "Free Pascal CVS Source"
msgid "Insert Free Pascal Project Template"
msgstr "Projekt Free Pascal"
#: lazarusidestrconsts:lismenuinsertcharacter
msgid "Insert from Character Map"
msgstr ""
#: lazarusidestrconsts:srkmecinsertcharacter
msgid "Insert from Charactermap"
msgstr ""
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
msgid "Insert From Template..."
msgstr "Wstaw z szablonu..."
@ -3052,6 +3096,10 @@ msgstr "Menu g
msgid "Major"
msgstr "Major"
#: lazarusidestrconsts:lismakeexe
msgid "Make Executable"
msgstr ""
#: lazarusidestrconsts:lismenumakeresourcestring
msgid "Make Resource String"
msgstr "Utwórz napis w zasobach"
@ -4268,6 +4316,10 @@ msgstr "Obw
msgid "Run"
msgstr "Uruchom"
#: lazarusidestrconsts:lismenurunfile
msgid "Run File"
msgstr ""
#: lazarusidestrconsts:srkmcatrunmenu
msgid "Run menu commands"
msgstr "Menu uruchom"
@ -5032,6 +5084,10 @@ msgstr "Plik szablonu"
msgid "Template Preview"
msgstr "Podgl±d szablonu"
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:listestdirectory
msgid "Test directory"
msgstr "Katalog testowy"

View File

@ -130,6 +130,10 @@ msgstr ""
msgid "Project Src Path"
msgstr ""
#: lazarusidestrconsts:lismakeexe
msgid "Make Executable"
msgstr ""
#: lazarusidestrconsts:lisconfigdirectory
msgid "Lazarus config directory"
msgstr ""
@ -270,6 +274,10 @@ msgstr ""
msgid "Tabs to spaces in selection"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
#: lazarusidestrconsts:lismenucommentselection
msgid "Comment selection"
msgstr ""
@ -306,6 +314,10 @@ msgstr ""
msgid "Select paragraph"
msgstr ""
#: lazarusidestrconsts:lismenuinsertcharacter
msgid "Insert from Character Map"
msgstr ""
#: lazarusidestrconsts:lismenuinserttext
msgid "Insert text"
msgstr ""
@ -522,6 +534,10 @@ msgstr ""
msgid "Build all"
msgstr ""
#: lazarusidestrconsts:lismenuabortbuild
msgid "Abort Build"
msgstr ""
#: lazarusidestrconsts:lismenuprojectrun
msgid "Run"
msgstr ""
@ -558,6 +574,18 @@ msgstr ""
msgid "Run Parameters ..."
msgstr ""
#: lazarusidestrconsts:lismenubuildfile
msgid "Build File"
msgstr ""
#: lazarusidestrconsts:lismenurunfile
msgid "Run File"
msgstr ""
#: lazarusidestrconsts:lismenuconfigbuildfile
msgid "Configure Build+Run File"
msgstr ""
#: lazarusidestrconsts:lismenuopenpackage
msgid "Open package"
msgstr ""
@ -1398,6 +1426,10 @@ msgstr ""
msgid "Cancel"
msgstr ""
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:lisa2pfilename2
msgid "Filename"
msgstr ""
@ -1450,6 +1482,10 @@ msgstr ""
msgid "Hints for main speed buttons (open, save, ...)"
msgstr ""
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
msgid "Double click on messages jumps (otherwise: single click)"
msgstr ""
#: lazarusidestrconsts:dlgwinpos
msgid "Window Positions"
msgstr ""
@ -1926,6 +1962,10 @@ msgstr ""
msgid "Check consistency"
msgstr ""
#: lazarusidestrconsts:lisedoptschoosescheme
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:dlgedhintcommand
msgid "Hint: click on the command you want to edit"
msgstr ""
@ -3362,6 +3402,10 @@ msgstr ""
msgid "Convert tabs to spaces in selection"
msgstr ""
#: lazarusidestrconsts:srkmecinsertcharacter
msgid "Insert from Charactermap"
msgstr ""
#: lazarusidestrconsts:srkmecinsertgplnotice
msgid "Insert GPL notice"
msgstr ""
@ -3546,6 +3590,10 @@ msgstr ""
msgid "build all files of program/project"
msgstr ""
#: lazarusidestrconsts:srkmecabortbuild
msgid "abort build"
msgstr ""
#: lazarusidestrconsts:srkmecrun
msgid "run program"
msgstr ""
@ -3570,6 +3618,18 @@ msgstr ""
msgid "compiler options"
msgstr ""
#: lazarusidestrconsts:srkmecbuildfile
msgid "build file"
msgstr ""
#: lazarusidestrconsts:srkmecrunfile
msgid "run file"
msgstr ""
#: lazarusidestrconsts:srkmecconfigbuildfile
msgid "config build file"
msgstr ""
#: lazarusidestrconsts:srkmecexttoolsettings
msgid "External tools settings"
msgstr ""
@ -3886,6 +3946,10 @@ msgstr ""
msgid "Clean Lazarus Source"
msgstr ""
#: lazarusidestrconsts:liscompileidewithoutlinking
msgid "Compile IDE (without linking)"
msgstr ""
#: lazarusidestrconsts:lisbuildlcl
msgid "Build LCL"
msgstr ""
@ -6626,3 +6690,7 @@ msgstr ""
msgid "About"
msgstr ""
#: lazarusidestrconsts:lischaractermap
msgid "Character Map"
msgstr ""

View File

@ -238,6 +238,10 @@ msgstr "
msgid "A valid tool needs at least a title and a filename."
msgstr "îÏÒÍÁÌØÎÙÊ ÉÎÓÔÒÕÍÅÎÔ ÏÂÑÚÁÔÅÌØÎÏ ÄÏÌÖÅÎ ÉÍÅÔØ ÚÁÇÏÌÏ×ÏË É ÉÍÑ ÆÁÊÌÁ."
#: lazarusidestrconsts:lismenuabortbuild
msgid "Abort Build"
msgstr ""
#: lazarusidestrconsts:lismenutemplateabout
msgid "About"
msgstr "ï "
@ -626,6 +630,10 @@ msgstr "
msgid "Build Examples"
msgstr "óÏÂÒÁÔØ ÐÒÉÍÅÒÙ"
#: lazarusidestrconsts:lismenubuildfile
msgid "Build File"
msgstr ""
#: lazarusidestrconsts:lisbuildide
msgid "Build IDE"
msgstr "óÏÂÒÁÔØ IDE"
@ -730,6 +738,10 @@ msgstr "
msgid "Char"
msgstr "óÉÍ×ÏÌ"
#: lazarusidestrconsts:lischaractermap
msgid "Character Map"
msgstr ""
#: lazarusidestrconsts:dlgcheckconsistency
msgid "Check consistency"
msgstr "ãÅÌÏÓÔÎÏÓÔØ?"
@ -770,6 +782,10 @@ msgstr "
msgid "Choose program source (*.pp,*.pas,*.lpr)"
msgstr "÷ÙÂÅÒÉÔÅ ÉÓÈÏÄÎÉË ÐÒÏÇÒÁÍÍÙ (*.pp,*.pas,*.lpr)"
#: lazarusidestrconsts:lisedoptschoosescheme
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "÷ÙÂÅÒÉÔÅ ËÁÔÁÌÏÇ ÄÌÑ ÐÒÏÂ"
@ -942,6 +958,10 @@ msgstr "
msgid "Compile everything?"
msgstr "óÏÂÒÁÔØ ×Ó£?"
#: lazarusidestrconsts:liscompileidewithoutlinking
msgid "Compile IDE (without linking)"
msgstr ""
#: lazarusidestrconsts:lispckeditcompilepackage
msgid "Compile package"
msgstr "óÏÂÒÁÔØ ÐÁËÅÔ"
@ -1006,6 +1026,10 @@ msgstr "
msgid "Components menu commands"
msgstr "ëÏÍÁÎÄÙ ËÏÍÐÏÎÅÎÔÏ× ÍÅÎÀ"
#: lazarusidestrconsts:srkmecconfigbuildfile
msgid "config build file"
msgstr ""
#: lazarusidestrconsts:dlgconfigfiles
msgid "Config Files:"
msgstr "æÁÊÌÙ ÎÁÓÔÒÏÅË:"
@ -1018,6 +1042,10 @@ msgstr "
msgid "Configure \"Build Lazarus\""
msgstr "îÁÓÔÒÏÉÔØ \"óÏÂÒÁÔØ Lazarus\""
#: lazarusidestrconsts:lismenuconfigbuildfile
msgid "Configure Build+Run File"
msgstr ""
#: lazarusidestrconsts:lismenuconfigcustomcomps
msgid "Configure custom components"
msgstr "îÁÓÔÒÏÉÔØ ËÏÍÐÏÎÅÎÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ"
@ -1542,6 +1570,10 @@ msgstr ""
msgid "Double click line"
msgstr "÷ÙÄÅÌÉÔØ ÓÔÒÏËÕ Ä×. ÝÅÌÞËÏÍ"
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
msgid "Double click on messages jumps (otherwise: single click)"
msgstr ""
#: lazarusidestrconsts:dlgdownword
msgid "Down"
msgstr "÷ÎÉÚ"
@ -1626,6 +1658,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
#: lazarusidestrconsts:srvk_end
msgid "End"
msgstr "End"
@ -2534,6 +2570,14 @@ msgstr "
msgid "Insert Free Pascal Project Template"
msgstr "÷ÓÔÁ×ÉÔØ ÛÁÂÌÏÎ ÐÒÏÅËÔÁ FreePascal"
#: lazarusidestrconsts:lismenuinsertcharacter
msgid "Insert from Character Map"
msgstr ""
#: lazarusidestrconsts:srkmecinsertcharacter
msgid "Insert from Charactermap"
msgstr ""
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
msgid "Insert From Template..."
msgstr "÷ÓÔÁ×ÉÔØ ÛÁÂÌÏÎ ÆÏÒÍÙ..."
@ -3042,6 +3086,10 @@ msgstr "
msgid "Major"
msgstr "çÌÁ×ÎÁÑ"
#: lazarusidestrconsts:lismakeexe
msgid "Make Executable"
msgstr ""
#: lazarusidestrconsts:lismenumakeresourcestring
msgid "Make Resource String"
msgstr "óÏÚÄÁÔØ ÓÔÒÏËÕ ÒÅÓÕÒÓÏ×"
@ -4258,6 +4306,10 @@ msgstr "
msgid "Run"
msgstr "úÁÐÕÓË"
#: lazarusidestrconsts:lismenurunfile
msgid "Run File"
msgstr ""
#: lazarusidestrconsts:srkmcatrunmenu
msgid "Run menu commands"
msgstr "ëÏÍÁÄÎÄÙ ÍÅÎÀ úÁÐÕÓË"
@ -5022,6 +5074,10 @@ msgstr "
msgid "Template Preview"
msgstr "ðÒÏÓÍÏÔÒ ÛÁÂÌÏÎÁ"
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:listestdirectory
msgid "Test directory"
msgstr "ëÁÔÁÌÏÇ ÐÒÏÂ"