mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:19:22 +02:00
added BSD linking note
git-svn-id: trunk@4520 -
This commit is contained in:
parent
874aebb213
commit
9d8f85997f
@ -6,7 +6,8 @@ gtk widget for opengl. This component works only with the gtk interface.
|
|||||||
There is an example in examples/gtkglarea/.
|
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
|
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
|
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
|
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
|
[]$ 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:
|
ToDo:
|
||||||
Add an example using the package.
|
Add an example using the package.
|
||||||
|
|
||||||
|
@ -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."
|
msgid "A valid tool needs at least a title and a filename."
|
||||||
msgstr "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
|
#: lazarusidestrconsts:lismenutemplateabout
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -636,6 +640,10 @@ msgstr ""
|
|||||||
msgid "Build Examples"
|
msgid "Build Examples"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenubuildfile
|
||||||
|
msgid "Build File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildide
|
#: lazarusidestrconsts:lisbuildide
|
||||||
msgid "Build IDE"
|
msgid "Build IDE"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -740,6 +748,10 @@ msgstr ""
|
|||||||
msgid "Char"
|
msgid "Char"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lischaractermap
|
||||||
|
msgid "Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcheckconsistency
|
#: lazarusidestrconsts:dlgcheckconsistency
|
||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -780,6 +792,10 @@ msgstr ""
|
|||||||
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisedoptschoosescheme
|
||||||
|
msgid "Choose Scheme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lischoosetestbuilddir
|
#: lazarusidestrconsts:lischoosetestbuilddir
|
||||||
msgid "Choose the directory for tests"
|
msgid "Choose the directory for tests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -952,6 +968,10 @@ msgstr ""
|
|||||||
msgid "Compile everything?"
|
msgid "Compile everything?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscompileidewithoutlinking
|
||||||
|
msgid "Compile IDE (without linking)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lispckeditcompilepackage
|
#: lazarusidestrconsts:lispckeditcompilepackage
|
||||||
msgid "Compile package"
|
msgid "Compile package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1016,6 +1036,10 @@ msgstr ""
|
|||||||
msgid "Components menu commands"
|
msgid "Components menu commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecconfigbuildfile
|
||||||
|
msgid "config build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1028,6 +1052,10 @@ msgstr ""
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Einstellungen fuer \"Kompiliere Lazarus\""
|
msgstr "Einstellungen fuer \"Kompiliere Lazarus\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
|
msgid "Configure Build+Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
msgid "Configure custom components"
|
msgid "Configure custom components"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1552,6 +1580,10 @@ msgstr ""
|
|||||||
msgid "Double click line"
|
msgid "Double click line"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
|
||||||
|
msgid "Double click on messages jumps (otherwise: single click)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgdownword
|
#: lazarusidestrconsts:dlgdownword
|
||||||
msgid "Down"
|
msgid "Down"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1636,6 +1668,10 @@ msgstr ""
|
|||||||
msgid "ElseIf"
|
msgid "ElseIf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuencloseselection
|
||||||
|
msgid "Enclose selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_end
|
#: lazarusidestrconsts:srvk_end
|
||||||
msgid "End"
|
msgid "End"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -2544,6 +2580,14 @@ msgstr ""
|
|||||||
msgid "Insert Free Pascal Project Template"
|
msgid "Insert Free Pascal Project Template"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuinsertcharacter
|
||||||
|
msgid "Insert from Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecinsertcharacter
|
||||||
|
msgid "Insert from Charactermap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
||||||
msgid "Insert From Template..."
|
msgid "Insert From Template..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3052,6 +3096,10 @@ msgstr ""
|
|||||||
msgid "Major"
|
msgid "Major"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismakeexe
|
||||||
|
msgid "Make Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenumakeresourcestring
|
#: lazarusidestrconsts:lismenumakeresourcestring
|
||||||
msgid "Make Resource String"
|
msgid "Make Resource String"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -4268,6 +4316,10 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Start"
|
msgstr "Start"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
|
msgid "Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatrunmenu
|
#: lazarusidestrconsts:srkmcatrunmenu
|
||||||
msgid "Run menu commands"
|
msgid "Run menu commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5032,6 +5084,10 @@ msgstr ""
|
|||||||
msgid "Template Preview"
|
msgid "Template Preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscomptest
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:listestdirectory
|
#: lazarusidestrconsts:listestdirectory
|
||||||
msgid "Test directory"
|
msgid "Test directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -238,6 +238,10 @@ msgstr ""
|
|||||||
msgid "A valid tool needs at least a title and a filename."
|
msgid "A valid tool needs at least a title and a filename."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuabortbuild
|
||||||
|
msgid "Abort Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenutemplateabout
|
#: lazarusidestrconsts:lismenutemplateabout
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -626,6 +630,10 @@ msgstr ""
|
|||||||
msgid "Build Examples"
|
msgid "Build Examples"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenubuildfile
|
||||||
|
msgid "Build File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildide
|
#: lazarusidestrconsts:lisbuildide
|
||||||
msgid "Build IDE"
|
msgid "Build IDE"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -730,6 +738,10 @@ msgstr ""
|
|||||||
msgid "Char"
|
msgid "Char"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lischaractermap
|
||||||
|
msgid "Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcheckconsistency
|
#: lazarusidestrconsts:dlgcheckconsistency
|
||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
msgstr "Verificar consistencia"
|
msgstr "Verificar consistencia"
|
||||||
@ -770,6 +782,10 @@ msgstr ""
|
|||||||
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisedoptschoosescheme
|
||||||
|
msgid "Choose Scheme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lischoosetestbuilddir
|
#: lazarusidestrconsts:lischoosetestbuilddir
|
||||||
msgid "Choose the directory for tests"
|
msgid "Choose the directory for tests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -942,6 +958,10 @@ msgstr ""
|
|||||||
msgid "Compile everything?"
|
msgid "Compile everything?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscompileidewithoutlinking
|
||||||
|
msgid "Compile IDE (without linking)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lispckeditcompilepackage
|
#: lazarusidestrconsts:lispckeditcompilepackage
|
||||||
msgid "Compile package"
|
msgid "Compile package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1006,6 +1026,10 @@ msgstr ""
|
|||||||
msgid "Components menu commands"
|
msgid "Components menu commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecconfigbuildfile
|
||||||
|
msgid "config build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "Archivos de configuración:"
|
msgstr "Archivos de configuración:"
|
||||||
@ -1018,6 +1042,10 @@ msgstr ""
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Configurar \"Construir Lazarus\""
|
msgstr "Configurar \"Construir Lazarus\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
|
msgid "Configure Build+Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
msgid "Configure custom components"
|
msgid "Configure custom components"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1542,6 +1570,10 @@ msgstr ""
|
|||||||
msgid "Double click line"
|
msgid "Double click line"
|
||||||
msgstr "Línea de doble clic"
|
msgstr "Línea de doble clic"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
|
||||||
|
msgid "Double click on messages jumps (otherwise: single click)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgdownword
|
#: lazarusidestrconsts:dlgdownword
|
||||||
msgid "Down"
|
msgid "Down"
|
||||||
msgstr "Abajo"
|
msgstr "Abajo"
|
||||||
@ -1626,6 +1658,10 @@ msgstr ""
|
|||||||
msgid "ElseIf"
|
msgid "ElseIf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuencloseselection
|
||||||
|
msgid "Enclose selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_end
|
#: lazarusidestrconsts:srvk_end
|
||||||
msgid "End"
|
msgid "End"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -2534,6 +2570,14 @@ msgstr ""
|
|||||||
msgid "Insert Free Pascal Project Template"
|
msgid "Insert Free Pascal Project Template"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuinsertcharacter
|
||||||
|
msgid "Insert from Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecinsertcharacter
|
||||||
|
msgid "Insert from Charactermap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
||||||
msgid "Insert From Template..."
|
msgid "Insert From Template..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3042,6 +3086,10 @@ msgstr "Men
|
|||||||
msgid "Major"
|
msgid "Major"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismakeexe
|
||||||
|
msgid "Make Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenumakeresourcestring
|
#: lazarusidestrconsts:lismenumakeresourcestring
|
||||||
msgid "Make Resource String"
|
msgid "Make Resource String"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -4258,6 +4306,10 @@ msgstr ""
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Ejecutar"
|
msgstr "Ejecutar"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
|
msgid "Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatrunmenu
|
#: lazarusidestrconsts:srkmcatrunmenu
|
||||||
msgid "Run menu commands"
|
msgid "Run menu commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -5022,6 +5074,10 @@ msgstr "Nombre de archivo de la plantilla"
|
|||||||
msgid "Template Preview"
|
msgid "Template Preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscomptest
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:listestdirectory
|
#: lazarusidestrconsts:listestdirectory
|
||||||
msgid "Test directory"
|
msgid "Test directory"
|
||||||
msgstr "Directorio de prueba"
|
msgstr "Directorio de prueba"
|
||||||
|
@ -247,6 +247,10 @@ msgstr "Un paquet requis n'a pas
|
|||||||
msgid "A valid tool needs at least a title and a filename."
|
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."
|
msgstr "Un outil a besoin au minimum d'un titre et d'un nom de fichier."
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuabortbuild
|
||||||
|
msgid "Abort Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenutemplateabout
|
#: lazarusidestrconsts:lismenutemplateabout
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -635,6 +639,10 @@ msgstr "Construire les composants (SyneEdit, CodeTools)"
|
|||||||
msgid "Build Examples"
|
msgid "Build Examples"
|
||||||
msgstr "Construire les exemples"
|
msgstr "Construire les exemples"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenubuildfile
|
||||||
|
msgid "Build File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildide
|
#: lazarusidestrconsts:lisbuildide
|
||||||
msgid "Build IDE"
|
msgid "Build IDE"
|
||||||
msgstr "Construire l'IDE"
|
msgstr "Construire l'IDE"
|
||||||
@ -739,6 +747,10 @@ msgstr "Le changement de nom ou version d'un paquet brise ses d
|
|||||||
msgid "Char"
|
msgid "Char"
|
||||||
msgstr "Caractère"
|
msgstr "Caractère"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lischaractermap
|
||||||
|
msgid "Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcheckconsistency
|
#: lazarusidestrconsts:dlgcheckconsistency
|
||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
msgstr "Vérifier la cohérence"
|
msgstr "Vérifier la cohérence"
|
||||||
@ -779,6 +791,10 @@ msgstr "Choisir le r
|
|||||||
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
||||||
msgstr "Choisir le source du programme (*.pp,*.pas,*.lpr)"
|
msgstr "Choisir le source du programme (*.pp,*.pas,*.lpr)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisedoptschoosescheme
|
||||||
|
msgid "Choose Scheme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lischoosetestbuilddir
|
#: lazarusidestrconsts:lischoosetestbuilddir
|
||||||
msgid "Choose the directory for tests"
|
msgid "Choose the directory for tests"
|
||||||
msgstr "Choisir le répertoire pour les tests"
|
msgstr "Choisir le répertoire pour les tests"
|
||||||
@ -951,6 +967,10 @@ msgstr "Compiler"
|
|||||||
msgid "Compile everything?"
|
msgid "Compile everything?"
|
||||||
msgstr "Compiler tout ?"
|
msgstr "Compiler tout ?"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscompileidewithoutlinking
|
||||||
|
msgid "Compile IDE (without linking)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lispckeditcompilepackage
|
#: lazarusidestrconsts:lispckeditcompilepackage
|
||||||
msgid "Compile package"
|
msgid "Compile package"
|
||||||
msgstr "Compiler le paquet"
|
msgstr "Compiler le paquet"
|
||||||
@ -1015,6 +1035,10 @@ msgstr "Nom de composant %s%s%s n'est pas valide"
|
|||||||
msgid "Components menu commands"
|
msgid "Components menu commands"
|
||||||
msgstr "Commandes du menu Composants"
|
msgstr "Commandes du menu Composants"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecconfigbuildfile
|
||||||
|
msgid "config build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "Fichiers de configuration"
|
msgstr "Fichiers de configuration"
|
||||||
@ -1027,6 +1051,10 @@ msgstr "Configurer la construction de lazarus"
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Configurer la construction de lazarus"
|
msgstr "Configurer la construction de lazarus"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
|
msgid "Configure Build+Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
msgid "Configure custom components"
|
msgid "Configure custom components"
|
||||||
msgstr "Configurer les composants utilisateur"
|
msgstr "Configurer les composants utilisateur"
|
||||||
@ -1551,6 +1579,10 @@ msgstr "Domaine"
|
|||||||
msgid "Double click line"
|
msgid "Double click line"
|
||||||
msgstr "Double-clic sélectionne la ligne"
|
msgstr "Double-clic sélectionne la ligne"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
|
||||||
|
msgid "Double click on messages jumps (otherwise: single click)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgdownword
|
#: lazarusidestrconsts:dlgdownword
|
||||||
msgid "Down"
|
msgid "Down"
|
||||||
msgstr "Bas"
|
msgstr "Bas"
|
||||||
@ -1635,6 +1667,10 @@ msgstr ""
|
|||||||
msgid "ElseIf"
|
msgid "ElseIf"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuencloseselection
|
||||||
|
msgid "Enclose selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_end
|
#: lazarusidestrconsts:srvk_end
|
||||||
msgid "End"
|
msgid "End"
|
||||||
msgstr "Fin"
|
msgstr "Fin"
|
||||||
@ -2543,6 +2579,14 @@ msgstr ""
|
|||||||
msgid "Insert Free Pascal Project Template"
|
msgid "Insert Free Pascal Project Template"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuinsertcharacter
|
||||||
|
msgid "Insert from Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecinsertcharacter
|
||||||
|
msgid "Insert from Charactermap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
||||||
msgid "Insert From Template..."
|
msgid "Insert From Template..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3051,6 +3095,10 @@ msgstr "Menu principal"
|
|||||||
msgid "Major"
|
msgid "Major"
|
||||||
msgstr "Principal"
|
msgstr "Principal"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismakeexe
|
||||||
|
msgid "Make Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenumakeresourcestring
|
#: lazarusidestrconsts:lismenumakeresourcestring
|
||||||
msgid "Make Resource String"
|
msgid "Make Resource String"
|
||||||
msgstr "Construire une resource de chaines"
|
msgstr "Construire une resource de chaines"
|
||||||
@ -4267,6 +4315,10 @@ msgstr "Bande
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Exécuter"
|
msgstr "Exécuter"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
|
msgid "Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatrunmenu
|
#: lazarusidestrconsts:srkmcatrunmenu
|
||||||
msgid "Run menu commands"
|
msgid "Run menu commands"
|
||||||
msgstr "Commandes menu Exécuter"
|
msgstr "Commandes menu Exécuter"
|
||||||
@ -5031,6 +5083,10 @@ msgstr "Fichier de mod
|
|||||||
msgid "Template Preview"
|
msgid "Template Preview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscomptest
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:listestdirectory
|
#: lazarusidestrconsts:listestdirectory
|
||||||
msgid "Test directory"
|
msgid "Test directory"
|
||||||
msgstr "Répertoire de test"
|
msgstr "Répertoire de test"
|
||||||
|
@ -248,6 +248,10 @@ msgstr "Nie znalaz
|
|||||||
msgid "A valid tool needs at least a title and a filename."
|
msgid "A valid tool needs at least a title and a filename."
|
||||||
msgstr "Poprawny wois narzêdzia wymaga przynajmniej nazwy i nazwy pliku."
|
msgstr "Poprawny wois narzêdzia wymaga przynajmniej nazwy i nazwy pliku."
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuabortbuild
|
||||||
|
msgid "Abort Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenutemplateabout
|
#: lazarusidestrconsts:lismenutemplateabout
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "Informacja"
|
msgstr "Informacja"
|
||||||
@ -636,6 +640,10 @@ msgstr "Buduj komponenty (SynEdit, CodeTools)"
|
|||||||
msgid "Build Examples"
|
msgid "Build Examples"
|
||||||
msgstr "Buduj przyk³ady"
|
msgstr "Buduj przyk³ady"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenubuildfile
|
||||||
|
msgid "Build File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildide
|
#: lazarusidestrconsts:lisbuildide
|
||||||
msgid "Build IDE"
|
msgid "Build IDE"
|
||||||
msgstr "Buduj IDE"
|
msgstr "Buduj IDE"
|
||||||
@ -740,6 +748,10 @@ msgstr "Zmiananazwy pakietu lub wersji
|
|||||||
msgid "Char"
|
msgid "Char"
|
||||||
msgstr "Znak"
|
msgstr "Znak"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lischaractermap
|
||||||
|
msgid "Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcheckconsistency
|
#: lazarusidestrconsts:dlgcheckconsistency
|
||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
msgstr "Sprawd¼ spójno¶æ"
|
msgstr "Sprawd¼ spójno¶æ"
|
||||||
@ -780,6 +792,10 @@ msgstr "Wybierz katalog lazarusa"
|
|||||||
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
||||||
msgstr "Wybierz ¼ród³o programu (*.pp,*.pas,*.lpr)"
|
msgstr "Wybierz ¼ród³o programu (*.pp,*.pas,*.lpr)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisedoptschoosescheme
|
||||||
|
msgid "Choose Scheme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lischoosetestbuilddir
|
#: lazarusidestrconsts:lischoosetestbuilddir
|
||||||
msgid "Choose the directory for tests"
|
msgid "Choose the directory for tests"
|
||||||
msgstr "Wybierz katalog testowy"
|
msgstr "Wybierz katalog testowy"
|
||||||
@ -952,6 +968,10 @@ msgstr "Kompiluj"
|
|||||||
msgid "Compile everything?"
|
msgid "Compile everything?"
|
||||||
msgstr "Chcesz kompilowaæ wszystko?"
|
msgstr "Chcesz kompilowaæ wszystko?"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscompileidewithoutlinking
|
||||||
|
msgid "Compile IDE (without linking)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lispckeditcompilepackage
|
#: lazarusidestrconsts:lispckeditcompilepackage
|
||||||
msgid "Compile package"
|
msgid "Compile package"
|
||||||
msgstr "Kompiluj pakiet"
|
msgstr "Kompiluj pakiet"
|
||||||
@ -1016,6 +1036,10 @@ msgstr "Nazwa komponentu %s%s%s nie jest prawid
|
|||||||
msgid "Components menu commands"
|
msgid "Components menu commands"
|
||||||
msgstr "Menu komponenty"
|
msgstr "Menu komponenty"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecconfigbuildfile
|
||||||
|
msgid "config build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "Pliki konfiguracyjne:"
|
msgstr "Pliki konfiguracyjne:"
|
||||||
@ -1028,6 +1052,10 @@ msgstr "Konfiguruj %sBuduj Lazarusa%s"
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "Konfiguruj \"Buduj Lazarusa\""
|
msgstr "Konfiguruj \"Buduj Lazarusa\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
|
msgid "Configure Build+Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
msgid "Configure custom components"
|
msgid "Configure custom components"
|
||||||
msgstr "Konfiguruj dodatkowe komponenty"
|
msgstr "Konfiguruj dodatkowe komponenty"
|
||||||
@ -1552,6 +1580,10 @@ msgstr "Domena"
|
|||||||
msgid "Double click line"
|
msgid "Double click line"
|
||||||
msgstr "Podwójne klikniêcie zaznacza wiersz"
|
msgstr "Podwójne klikniêcie zaznacza wiersz"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
|
||||||
|
msgid "Double click on messages jumps (otherwise: single click)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgdownword
|
#: lazarusidestrconsts:dlgdownword
|
||||||
msgid "Down"
|
msgid "Down"
|
||||||
msgstr "Od do³u"
|
msgstr "Od do³u"
|
||||||
@ -1636,6 +1668,10 @@ msgstr "Else"
|
|||||||
msgid "ElseIf"
|
msgid "ElseIf"
|
||||||
msgstr "ElseIf"
|
msgstr "ElseIf"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuencloseselection
|
||||||
|
msgid "Enclose selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_end
|
#: lazarusidestrconsts:srvk_end
|
||||||
msgid "End"
|
msgid "End"
|
||||||
msgstr "End"
|
msgstr "End"
|
||||||
@ -2544,6 +2580,14 @@ msgstr "Free Pascal CVS Source"
|
|||||||
msgid "Insert Free Pascal Project Template"
|
msgid "Insert Free Pascal Project Template"
|
||||||
msgstr "Projekt Free Pascal"
|
msgstr "Projekt Free Pascal"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuinsertcharacter
|
||||||
|
msgid "Insert from Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecinsertcharacter
|
||||||
|
msgid "Insert from Charactermap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
||||||
msgid "Insert From Template..."
|
msgid "Insert From Template..."
|
||||||
msgstr "Wstaw z szablonu..."
|
msgstr "Wstaw z szablonu..."
|
||||||
@ -3052,6 +3096,10 @@ msgstr "Menu g
|
|||||||
msgid "Major"
|
msgid "Major"
|
||||||
msgstr "Major"
|
msgstr "Major"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismakeexe
|
||||||
|
msgid "Make Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenumakeresourcestring
|
#: lazarusidestrconsts:lismenumakeresourcestring
|
||||||
msgid "Make Resource String"
|
msgid "Make Resource String"
|
||||||
msgstr "Utwórz napis w zasobach"
|
msgstr "Utwórz napis w zasobach"
|
||||||
@ -4268,6 +4316,10 @@ msgstr "Obw
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "Uruchom"
|
msgstr "Uruchom"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
|
msgid "Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatrunmenu
|
#: lazarusidestrconsts:srkmcatrunmenu
|
||||||
msgid "Run menu commands"
|
msgid "Run menu commands"
|
||||||
msgstr "Menu uruchom"
|
msgstr "Menu uruchom"
|
||||||
@ -5032,6 +5084,10 @@ msgstr "Plik szablonu"
|
|||||||
msgid "Template Preview"
|
msgid "Template Preview"
|
||||||
msgstr "Podgl±d szablonu"
|
msgstr "Podgl±d szablonu"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscomptest
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:listestdirectory
|
#: lazarusidestrconsts:listestdirectory
|
||||||
msgid "Test directory"
|
msgid "Test directory"
|
||||||
msgstr "Katalog testowy"
|
msgstr "Katalog testowy"
|
||||||
|
@ -130,6 +130,10 @@ msgstr ""
|
|||||||
msgid "Project Src Path"
|
msgid "Project Src Path"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismakeexe
|
||||||
|
msgid "Make Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisconfigdirectory
|
#: lazarusidestrconsts:lisconfigdirectory
|
||||||
msgid "Lazarus config directory"
|
msgid "Lazarus config directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -270,6 +274,10 @@ msgstr ""
|
|||||||
msgid "Tabs to spaces in selection"
|
msgid "Tabs to spaces in selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuencloseselection
|
||||||
|
msgid "Enclose selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenucommentselection
|
#: lazarusidestrconsts:lismenucommentselection
|
||||||
msgid "Comment selection"
|
msgid "Comment selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -306,6 +314,10 @@ msgstr ""
|
|||||||
msgid "Select paragraph"
|
msgid "Select paragraph"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuinsertcharacter
|
||||||
|
msgid "Insert from Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuinserttext
|
#: lazarusidestrconsts:lismenuinserttext
|
||||||
msgid "Insert text"
|
msgid "Insert text"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -522,6 +534,10 @@ msgstr ""
|
|||||||
msgid "Build all"
|
msgid "Build all"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuabortbuild
|
||||||
|
msgid "Abort Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuprojectrun
|
#: lazarusidestrconsts:lismenuprojectrun
|
||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -558,6 +574,18 @@ msgstr ""
|
|||||||
msgid "Run Parameters ..."
|
msgid "Run Parameters ..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenubuildfile
|
||||||
|
msgid "Build File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
|
msgid "Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
|
msgid "Configure Build+Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuopenpackage
|
#: lazarusidestrconsts:lismenuopenpackage
|
||||||
msgid "Open package"
|
msgid "Open package"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1398,6 +1426,10 @@ msgstr ""
|
|||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscomptest
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisa2pfilename2
|
#: lazarusidestrconsts:lisa2pfilename2
|
||||||
msgid "Filename"
|
msgid "Filename"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1450,6 +1482,10 @@ msgstr ""
|
|||||||
msgid "Hints for main speed buttons (open, save, ...)"
|
msgid "Hints for main speed buttons (open, save, ...)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
|
||||||
|
msgid "Double click on messages jumps (otherwise: single click)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgwinpos
|
#: lazarusidestrconsts:dlgwinpos
|
||||||
msgid "Window Positions"
|
msgid "Window Positions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -1926,6 +1962,10 @@ msgstr ""
|
|||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisedoptschoosescheme
|
||||||
|
msgid "Choose Scheme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgedhintcommand
|
#: lazarusidestrconsts:dlgedhintcommand
|
||||||
msgid "Hint: click on the command you want to edit"
|
msgid "Hint: click on the command you want to edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3362,6 +3402,10 @@ msgstr ""
|
|||||||
msgid "Convert tabs to spaces in selection"
|
msgid "Convert tabs to spaces in selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecinsertcharacter
|
||||||
|
msgid "Insert from Charactermap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecinsertgplnotice
|
#: lazarusidestrconsts:srkmecinsertgplnotice
|
||||||
msgid "Insert GPL notice"
|
msgid "Insert GPL notice"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3546,6 +3590,10 @@ msgstr ""
|
|||||||
msgid "build all files of program/project"
|
msgid "build all files of program/project"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecabortbuild
|
||||||
|
msgid "abort build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecrun
|
#: lazarusidestrconsts:srkmecrun
|
||||||
msgid "run program"
|
msgid "run program"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3570,6 +3618,18 @@ msgstr ""
|
|||||||
msgid "compiler options"
|
msgid "compiler options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecbuildfile
|
||||||
|
msgid "build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecrunfile
|
||||||
|
msgid "run file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecconfigbuildfile
|
||||||
|
msgid "config build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmecexttoolsettings
|
#: lazarusidestrconsts:srkmecexttoolsettings
|
||||||
msgid "External tools settings"
|
msgid "External tools settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -3886,6 +3946,10 @@ msgstr ""
|
|||||||
msgid "Clean Lazarus Source"
|
msgid "Clean Lazarus Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscompileidewithoutlinking
|
||||||
|
msgid "Compile IDE (without linking)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildlcl
|
#: lazarusidestrconsts:lisbuildlcl
|
||||||
msgid "Build LCL"
|
msgid "Build LCL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -6626,3 +6690,7 @@ msgstr ""
|
|||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lischaractermap
|
||||||
|
msgid "Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
@ -238,6 +238,10 @@ msgstr "
|
|||||||
msgid "A valid tool needs at least a title and a filename."
|
msgid "A valid tool needs at least a title and a filename."
|
||||||
msgstr "îÏÒÍÁÌØÎÙÊ ÉÎÓÔÒÕÍÅÎÔ ÏÂÑÚÁÔÅÌØÎÏ ÄÏÌÖÅÎ ÉÍÅÔØ ÚÁÇÏÌÏ×ÏË É ÉÍÑ ÆÁÊÌÁ."
|
msgstr "îÏÒÍÁÌØÎÙÊ ÉÎÓÔÒÕÍÅÎÔ ÏÂÑÚÁÔÅÌØÎÏ ÄÏÌÖÅÎ ÉÍÅÔØ ÚÁÇÏÌÏ×ÏË É ÉÍÑ ÆÁÊÌÁ."
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuabortbuild
|
||||||
|
msgid "Abort Build"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenutemplateabout
|
#: lazarusidestrconsts:lismenutemplateabout
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "ï "
|
msgstr "ï "
|
||||||
@ -626,6 +630,10 @@ msgstr "
|
|||||||
msgid "Build Examples"
|
msgid "Build Examples"
|
||||||
msgstr "óÏÂÒÁÔØ ÐÒÉÍÅÒÙ"
|
msgstr "óÏÂÒÁÔØ ÐÒÉÍÅÒÙ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenubuildfile
|
||||||
|
msgid "Build File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lisbuildide
|
#: lazarusidestrconsts:lisbuildide
|
||||||
msgid "Build IDE"
|
msgid "Build IDE"
|
||||||
msgstr "óÏÂÒÁÔØ IDE"
|
msgstr "óÏÂÒÁÔØ IDE"
|
||||||
@ -730,6 +738,10 @@ msgstr "
|
|||||||
msgid "Char"
|
msgid "Char"
|
||||||
msgstr "óÉÍ×ÏÌ"
|
msgstr "óÉÍ×ÏÌ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lischaractermap
|
||||||
|
msgid "Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgcheckconsistency
|
#: lazarusidestrconsts:dlgcheckconsistency
|
||||||
msgid "Check consistency"
|
msgid "Check consistency"
|
||||||
msgstr "ãÅÌÏÓÔÎÏÓÔØ?"
|
msgstr "ãÅÌÏÓÔÎÏÓÔØ?"
|
||||||
@ -770,6 +782,10 @@ msgstr "
|
|||||||
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
msgid "Choose program source (*.pp,*.pas,*.lpr)"
|
||||||
msgstr "÷ÙÂÅÒÉÔÅ ÉÓÈÏÄÎÉË ÐÒÏÇÒÁÍÍÙ (*.pp,*.pas,*.lpr)"
|
msgstr "÷ÙÂÅÒÉÔÅ ÉÓÈÏÄÎÉË ÐÒÏÇÒÁÍÍÙ (*.pp,*.pas,*.lpr)"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisedoptschoosescheme
|
||||||
|
msgid "Choose Scheme"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lischoosetestbuilddir
|
#: lazarusidestrconsts:lischoosetestbuilddir
|
||||||
msgid "Choose the directory for tests"
|
msgid "Choose the directory for tests"
|
||||||
msgstr "÷ÙÂÅÒÉÔÅ ËÁÔÁÌÏÇ ÄÌÑ ÐÒÏÂ"
|
msgstr "÷ÙÂÅÒÉÔÅ ËÁÔÁÌÏÇ ÄÌÑ ÐÒÏÂ"
|
||||||
@ -942,6 +958,10 @@ msgstr "
|
|||||||
msgid "Compile everything?"
|
msgid "Compile everything?"
|
||||||
msgstr "óÏÂÒÁÔØ ×Ó£?"
|
msgstr "óÏÂÒÁÔØ ×Ó£?"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscompileidewithoutlinking
|
||||||
|
msgid "Compile IDE (without linking)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lispckeditcompilepackage
|
#: lazarusidestrconsts:lispckeditcompilepackage
|
||||||
msgid "Compile package"
|
msgid "Compile package"
|
||||||
msgstr "óÏÂÒÁÔØ ÐÁËÅÔ"
|
msgstr "óÏÂÒÁÔØ ÐÁËÅÔ"
|
||||||
@ -1006,6 +1026,10 @@ msgstr "
|
|||||||
msgid "Components menu commands"
|
msgid "Components menu commands"
|
||||||
msgstr "ëÏÍÁÎÄÙ ËÏÍÐÏÎÅÎÔÏ× ÍÅÎÀ"
|
msgstr "ëÏÍÁÎÄÙ ËÏÍÐÏÎÅÎÔÏ× ÍÅÎÀ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecconfigbuildfile
|
||||||
|
msgid "config build file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgconfigfiles
|
#: lazarusidestrconsts:dlgconfigfiles
|
||||||
msgid "Config Files:"
|
msgid "Config Files:"
|
||||||
msgstr "æÁÊÌÙ ÎÁÓÔÒÏÅË:"
|
msgstr "æÁÊÌÙ ÎÁÓÔÒÏÅË:"
|
||||||
@ -1018,6 +1042,10 @@ msgstr "
|
|||||||
msgid "Configure \"Build Lazarus\""
|
msgid "Configure \"Build Lazarus\""
|
||||||
msgstr "îÁÓÔÒÏÉÔØ \"óÏÂÒÁÔØ Lazarus\""
|
msgstr "îÁÓÔÒÏÉÔØ \"óÏÂÒÁÔØ Lazarus\""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuconfigbuildfile
|
||||||
|
msgid "Configure Build+Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
#: lazarusidestrconsts:lismenuconfigcustomcomps
|
||||||
msgid "Configure custom components"
|
msgid "Configure custom components"
|
||||||
msgstr "îÁÓÔÒÏÉÔØ ËÏÍÐÏÎÅÎÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
msgstr "îÁÓÔÒÏÉÔØ ËÏÍÐÏÎÅÎÔÙ ÐÏÌØÚÏ×ÁÔÅÌÑ"
|
||||||
@ -1542,6 +1570,10 @@ msgstr ""
|
|||||||
msgid "Double click line"
|
msgid "Double click line"
|
||||||
msgstr "÷ÙÄÅÌÉÔØ ÓÔÒÏËÕ Ä×. ÝÅÌÞËÏÍ"
|
msgstr "÷ÙÄÅÌÉÔØ ÓÔÒÏËÕ Ä×. ÝÅÌÞËÏÍ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lisenvdoubleclickonmessagesjumpsotherwisesingleclick
|
||||||
|
msgid "Double click on messages jumps (otherwise: single click)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:dlgdownword
|
#: lazarusidestrconsts:dlgdownword
|
||||||
msgid "Down"
|
msgid "Down"
|
||||||
msgstr "÷ÎÉÚ"
|
msgstr "÷ÎÉÚ"
|
||||||
@ -1626,6 +1658,10 @@ msgstr "Else"
|
|||||||
msgid "ElseIf"
|
msgid "ElseIf"
|
||||||
msgstr "ElseIf"
|
msgstr "ElseIf"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuencloseselection
|
||||||
|
msgid "Enclose selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srvk_end
|
#: lazarusidestrconsts:srvk_end
|
||||||
msgid "End"
|
msgid "End"
|
||||||
msgstr "End"
|
msgstr "End"
|
||||||
@ -2534,6 +2570,14 @@ msgstr "
|
|||||||
msgid "Insert Free Pascal Project Template"
|
msgid "Insert Free Pascal Project Template"
|
||||||
msgstr "÷ÓÔÁ×ÉÔØ ÛÁÂÌÏÎ ÐÒÏÅËÔÁ FreePascal"
|
msgstr "÷ÓÔÁ×ÉÔØ ÛÁÂÌÏÎ ÐÒÏÅËÔÁ FreePascal"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenuinsertcharacter
|
||||||
|
msgid "Insert from Character Map"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:srkmecinsertcharacter
|
||||||
|
msgid "Insert from Charactermap"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
#: lazarusidestrconsts:lismenueditorinsertfromtemplate
|
||||||
msgid "Insert From Template..."
|
msgid "Insert From Template..."
|
||||||
msgstr "÷ÓÔÁ×ÉÔØ ÛÁÂÌÏÎ ÆÏÒÍÙ..."
|
msgstr "÷ÓÔÁ×ÉÔØ ÛÁÂÌÏÎ ÆÏÒÍÙ..."
|
||||||
@ -3042,6 +3086,10 @@ msgstr "
|
|||||||
msgid "Major"
|
msgid "Major"
|
||||||
msgstr "çÌÁ×ÎÁÑ"
|
msgstr "çÌÁ×ÎÁÑ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismakeexe
|
||||||
|
msgid "Make Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:lismenumakeresourcestring
|
#: lazarusidestrconsts:lismenumakeresourcestring
|
||||||
msgid "Make Resource String"
|
msgid "Make Resource String"
|
||||||
msgstr "óÏÚÄÁÔØ ÓÔÒÏËÕ ÒÅÓÕÒÓÏ×"
|
msgstr "óÏÚÄÁÔØ ÓÔÒÏËÕ ÒÅÓÕÒÓÏ×"
|
||||||
@ -4258,6 +4306,10 @@ msgstr "
|
|||||||
msgid "Run"
|
msgid "Run"
|
||||||
msgstr "úÁÐÕÓË"
|
msgstr "úÁÐÕÓË"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:lismenurunfile
|
||||||
|
msgid "Run File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:srkmcatrunmenu
|
#: lazarusidestrconsts:srkmcatrunmenu
|
||||||
msgid "Run menu commands"
|
msgid "Run menu commands"
|
||||||
msgstr "ëÏÍÁÄÎÄÙ ÍÅÎÀ úÁÐÕÓË"
|
msgstr "ëÏÍÁÄÎÄÙ ÍÅÎÀ úÁÐÕÓË"
|
||||||
@ -5022,6 +5074,10 @@ msgstr "
|
|||||||
msgid "Template Preview"
|
msgid "Template Preview"
|
||||||
msgstr "ðÒÏÓÍÏÔÒ ÛÁÂÌÏÎÁ"
|
msgstr "ðÒÏÓÍÏÔÒ ÛÁÂÌÏÎÁ"
|
||||||
|
|
||||||
|
#: lazarusidestrconsts:liscomptest
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: lazarusidestrconsts:listestdirectory
|
#: lazarusidestrconsts:listestdirectory
|
||||||
msgid "Test directory"
|
msgid "Test directory"
|
||||||
msgstr "ëÁÔÁÌÏÇ ÐÒÏÂ"
|
msgstr "ëÁÔÁÌÏÇ ÐÒÏÂ"
|
||||||
|
Loading…
Reference in New Issue
Block a user