mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 23:48:40 +01:00
implemented ShowWindow for gtk2
git-svn-id: trunk@3909 -
This commit is contained in:
parent
cb8dad4ea8
commit
6abca254c5
@ -198,7 +198,7 @@ msgstr "Macro gtk2 d
|
||||
|
||||
#: codetoolsstrconsts:ctsdefineprozessortype
|
||||
msgid "Define processor type"
|
||||
msgstr ""
|
||||
msgstr "Type de micro processeur"
|
||||
|
||||
#: codetoolsstrconsts:ctsdefsforlazarussources
|
||||
msgid "Definitions for the Lazarus Sources"
|
||||
@ -306,7 +306,7 @@ msgstr "identificateur %s non trouv
|
||||
|
||||
#: codetoolsstrconsts:ctsiflclwidgettypeequalsgtk2
|
||||
msgid "If LCLWidgetType=gtk2 then"
|
||||
msgstr ""
|
||||
msgstr "si LCLWidgetType=gtk2 alors"
|
||||
|
||||
#: codetoolsstrconsts:ctsillegalcircleinusedunits
|
||||
msgid "illegal circle using unit: %s"
|
||||
@ -454,7 +454,7 @@ msgstr "R
|
||||
|
||||
#: codetoolsstrconsts:ctspackagerdirectory
|
||||
msgid "Packager Directory"
|
||||
msgstr ""
|
||||
msgstr "Répertoire de paquet"
|
||||
|
||||
#: codetoolsstrconsts:ctsprocedureorfunction
|
||||
msgid "procedure or function"
|
||||
|
||||
@ -297,7 +297,7 @@ msgstr "Mettre au premier plan"
|
||||
|
||||
#: lazarusidestrconsts:dlgunitdepbrowse
|
||||
msgid "Browse..."
|
||||
msgstr ""
|
||||
msgstr "Parcourir..."
|
||||
|
||||
#: lazarusidestrconsts:lismenubuild
|
||||
msgid "Build"
|
||||
@ -429,7 +429,7 @@ msgstr "Mod
|
||||
|
||||
#: lazarusidestrconsts:dlgcodetoolstab
|
||||
msgid "Code Tools"
|
||||
msgstr ""
|
||||
msgstr "Outils de code"
|
||||
|
||||
#: lazarusidestrconsts:srkmcatcodetools
|
||||
msgid "CodeTools commands"
|
||||
@ -641,7 +641,7 @@ msgstr "D
|
||||
|
||||
#: lazarusidestrconsts:dlgdefaulteditorfont
|
||||
msgid "Default editor font"
|
||||
msgstr ""
|
||||
msgstr "Police par défaut"
|
||||
|
||||
#: lazarusidestrconsts:dlgpasext
|
||||
msgid "Default pascal extension"
|
||||
@ -1113,7 +1113,7 @@ msgstr "Taille de grille Y"
|
||||
|
||||
#: lazarusidestrconsts:srkmecguessmisplacedifdef
|
||||
msgid "Guess misplaced $IFDEF"
|
||||
msgstr ""
|
||||
msgstr "Identifier les $IFDEF mal placés"
|
||||
|
||||
#: lazarusidestrconsts:lismenuguessmisplacedifdef
|
||||
msgid "Guess misplaced IFDEF/ENDIF"
|
||||
@ -2009,7 +2009,7 @@ msgstr "Refaire"
|
||||
|
||||
#: lazarusidestrconsts:dlgunitdeprefresh
|
||||
msgid "Refresh"
|
||||
msgstr ""
|
||||
msgstr "Refraichir"
|
||||
|
||||
#: lazarusidestrconsts:dlgregularexpressions
|
||||
msgid "Regular Expressions"
|
||||
@ -2029,7 +2029,7 @@ msgstr "Remplacer tout"
|
||||
|
||||
#: lazarusidestrconsts:srkmecreplace
|
||||
msgid "Replace text"
|
||||
msgstr ""
|
||||
msgstr "Texte à remplacer"
|
||||
|
||||
#: lazarusidestrconsts:dlgreport
|
||||
msgid "Report"
|
||||
@ -2745,7 +2745,7 @@ msgstr "D
|
||||
|
||||
#: lazarusidestrconsts:dlgunitdepcaption
|
||||
msgid "Unit dependencies"
|
||||
msgstr ""
|
||||
msgstr "Dépendences d'unités"
|
||||
|
||||
#: lazarusidestrconsts:uemunitinfo
|
||||
msgid "Unit Info"
|
||||
|
||||
@ -76,5 +76,5 @@ msgstr "Propri
|
||||
|
||||
#: objinspstrconsts:sccslvedtbtnaddsub
|
||||
msgid "Sub item"
|
||||
msgstr ""
|
||||
msgstr "Sous élément"
|
||||
|
||||
|
||||
@ -70,7 +70,7 @@ msgstr "&Oui"
|
||||
|
||||
#: lclstrconsts:rsfileinfofilenotfound
|
||||
msgid "(file not found: \"%s\")"
|
||||
msgstr ""
|
||||
msgstr "(Fichier \"%s\" non trouvé)"
|
||||
|
||||
#: lclstrconsts:rsgtkoptionclass
|
||||
msgid "--class classname Following Xt conventions, the class of aprogram is the program name with the initial character capitalized. For example, the classname for gimp is \"Gimp\". If --class is specified, the class of the program will be set to \"classname\"."
|
||||
@ -186,15 +186,15 @@ msgstr ""
|
||||
|
||||
#: lclstrconsts:rsfileinformation
|
||||
msgid "File information"
|
||||
msgstr ""
|
||||
msgstr "Information fichier"
|
||||
|
||||
#: lclstrconsts:rsfdfilereadonlytitle
|
||||
msgid "File is not writable"
|
||||
msgstr ""
|
||||
msgstr "Fichier protègé en écriture"
|
||||
|
||||
#: lclstrconsts:rsfdfilemustexist
|
||||
msgid "File must exist"
|
||||
msgstr ""
|
||||
msgstr "Le fichier doit exister"
|
||||
|
||||
#: lclstrconsts:rsfixedcolstoobig
|
||||
msgid "FixedCols can't be >= ColCount"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user