* reverted accidental commits of revision 8913 #6b7de273d3

* update Polish translations   from ACD

git-svn-id: trunk@8914 -
This commit is contained in:
vincents 2006-03-10 21:42:15 +00:00
parent 6b7de273d3
commit f073053352
7 changed files with 63 additions and 71 deletions

View File

@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Last-Translator: Dominik Zablotny <dominz@wp.pl>\n"
"PO-Revision-Date: 2004-02-06 02:27+0100\n"
"Last-Translator: AlbercikCD\n"
"PO-Revision-Date: 2006-03-10 16:53+0100\n"
"Project-Id-Version: synedit\n"
"Language-Team: polski <pl@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: syneditstrconst:syns_scrollinfofmt
msgid "%d - %d"
@ -35,7 +35,7 @@ msgstr "Formularze Borlanda (*.dfm;*.xfm)|*.dfm;*.xfm"
#: syneditstrconst:syns_filtercpp
msgid "C++ Files (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh"
msgstr ""
msgstr "Pliki C++ (*.c,*.cpp,*.h,*.hpp,*.hh)|*.c;*.cpp;*.h;*.hpp;*.hh"
#: syneditstrconst:syns_filtercaclipper
msgid "CA-Clipper Files (*.prg,*.ch,*.inc)|*.prg;*.ch;*.inc"
@ -83,7 +83,7 @@ msgstr "Pliki Galaxy (*.gtv,*.galrep,*.txt)|*.gtv;*.galrep;*.txt"
#: syneditstrconst:syns_filterhp
msgid "HP48 Files (*.s,*.sou,*.a,*.hp)|*.S;*.SOU;*.A;*.HP"
msgstr ""
msgstr "Pliki HP48 (*.s,*.sou,*.a,*.hp)|*.S;*.SOU;*.A;*.HP"
#: syneditstrconst:syns_filterhp48
msgid "HP48 Files (*.s,*.sou,*.a,*.hp)|*.s;*.sou;*.a;*.hp"
@ -191,7 +191,7 @@ msgstr "Pliki Tcl/Tk (*.tcl)|*.tcl"
#: syneditstrconst:syns_filtertex
msgid "TeX Files (*.tex)|*.tex"
msgstr ""
msgstr "Pliki TeX (*.tex)|*.tex"
#: syneditstrconst:syns_duplicateshortcutmsg
msgid "The keystroke \"%s\" is already assigned to another editor command. (%s)"

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="\"/>
<PathDelim Value="/"/>
<Version Value="5"/>
<General>
<Flags>
@ -23,8 +23,7 @@
<RunParams>
<local>
<FormatVersion Value="1"/>
<CommandLineParams Value="--nsc"/>
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local>
</RunParams>
<Units Count="1">
@ -37,22 +36,16 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="../lazarus"/>
</Target>
<SearchPaths>
<IncludeFiles Value="include\"/>
<UnitOutputDirectory Value="$(LazarusDir)\units\$(TargetCPU)-$(TargetOS)\"/>
<LCLWidgetType Value="gtk2"/>
<UnitOutputDirectory Value="$(LazarusDir)/units/$(TargetCPU)-$(TargetOS)/"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other>
<Verbosity>
<ShowHintsForUnusedUnitsInMainSrc Value="True"/>
</Verbosity>
<CompilerPath Value="$(CompPath)"/>
</Other>
<CompileReasons Compile="False" Build="False" Run="False"/>

View File

@ -33,7 +33,6 @@
program Lazarus;
{$mode objfpc}{$H+}
{$APPTYPE CONSOLE}
{$I ide.inc}

View File

@ -10228,7 +10228,7 @@ begin
CurOptions:=AddCmdLineParameter(CurOptions,'-T'+CurTargetOS);
CurTargetCPU:=GetTargetCPU(false);
if CurTargetCPU<>'' then
CurOptions:=AddCmdLineParameter(CurOptions,'-P'+CurTargetCPU);
CurOptions:=AddCmdLineParameter(CurOptions,'-d'+CurTargetCPU);
{$IFDEF VerboseFPCSrcScan}
writeln('TMainIDE.RescanCompilerDefines A ',CurOptions,
' OnlyIfCompilerChanged=',OnlyIfCompilerChanged,

View File

@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Last-Translator: Dominik Zablotny <dominz@wp.pl>\n"
"PO-Revision-Date: 2004-02-06 09:01+0100\n"
"Last-Translator: AlbercikCD\n"
"PO-Revision-Date: 2006-03-10 16:36+0100\n"
"Project-Id-Version: lazaruside\n"
"Language-Team: polski <pl@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: lazarusidestrconsts:srkmcommand1
msgid " command1 \""
@ -43,7 +43,7 @@ msgstr "%s - (nowy projekt)"
#: lazarusidestrconsts:lislazarusversionstring
msgid "%s beta"
msgstr ""
msgstr "%s beta"
#: lazarusidestrconsts:lisuidbytes
msgid "%s bytes"
@ -411,7 +411,7 @@ msgstr "Dodaj do pakietu"
#: lazarusidestrconsts:lisprojaddtoproject
msgid "Add to project"
msgstr ""
msgstr "Dodaj do projektu"
#: lazarusidestrconsts:lispkgmangaddunittousesclauseofpackagedisablethisonlyforunit
msgid "Add unit to uses clause of package. Disable this only for units, that should not be compiled in all cases."
@ -991,7 +991,7 @@ msgstr ""
#: lazarusidestrconsts:liscenterinwindow
msgid "Center in window"
msgstr ""
msgstr "Wyśrodkuj w oknie"
#: lazarusidestrconsts:liscenters
msgid "Centers"
@ -1051,7 +1051,7 @@ msgstr ""
#: lazarusidestrconsts:lisctdefchoosedirectory
msgid "Choose Directory"
msgstr ""
msgstr "Wybierz katalog"
#: lazarusidestrconsts:lischoosefpcsourcedir
msgid "Choose FPC source directory"
@ -1211,7 +1211,7 @@ msgstr "Przeglądarka źródeł"
#: lazarusidestrconsts:lismenueditcodetemplates
msgid "Code Templates"
msgstr ""
msgstr "Szablony źródeł"
#: lazarusidestrconsts:dlgcodetoolstab
msgid "Code Tools"
@ -1403,7 +1403,7 @@ msgstr "Uzupełnij kod"
#: lazarusidestrconsts:srkmeccompletecode
msgid "Complete code"
msgstr ""
msgstr "Uzupełnij kod"
#: lazarusidestrconsts:dlgcompleteproperties
msgid "Complete properties"
@ -1491,7 +1491,7 @@ msgstr ""
#: lazarusidestrconsts:liscontinue
msgid "Continue"
msgstr ""
msgstr "Kontynuuj"
#: lazarusidestrconsts:liscontinuewithoutloadingform
msgid "Continue without loading form"
@ -1499,7 +1499,7 @@ msgstr ""
#: lazarusidestrconsts:liscontributors
msgid "Contributors"
msgstr ""
msgstr "Współautorzy"
#: lazarusidestrconsts:srvk_control
msgid "Control"
@ -1963,7 +1963,7 @@ msgstr "Kompatybilność z Delphi"
#: lazarusidestrconsts:lisdelphiproject
msgid "Delphi project"
msgstr ""
msgstr "Projekt Delphi"
#: lazarusidestrconsts:lisa2pdependency
msgid "Dependency"
@ -2475,7 +2475,7 @@ msgstr ""
#: lazarusidestrconsts:uemextractproc
msgid "Extract Procedure"
msgstr ""
msgstr "Wyodrębnij procedurę"
#: lazarusidestrconsts:lismenuextractproc
msgid "Extract procedure"
@ -3235,7 +3235,7 @@ msgstr "Ime Str"
#: lazarusidestrconsts:lisimportlist
msgid "Import list"
msgstr ""
msgstr "Importuj listę"
#: lazarusidestrconsts:dlginfrontofmethods
msgid "In front of methods"
@ -3303,7 +3303,7 @@ msgstr "Insert"
#: lazarusidestrconsts:lismenuconditionalselection
msgid "Insert $IFDEF..."
msgstr ""
msgstr "Wstaw $IFDEF..."
#: lazarusidestrconsts:srkmecinsertcvsauthor
msgid "Insert CVS keyword Author"
@ -4827,7 +4827,7 @@ msgstr ""
#: lazarusidestrconsts:lisopenproject2
msgid "Open project"
msgstr ""
msgstr "Otwórz projekt"
#: lazarusidestrconsts:lisopenprojectagain
msgid "Open project again"
@ -5095,7 +5095,7 @@ msgstr "Szablony ścieżek"
#: lazarusidestrconsts:listofpcpath
msgid "Path:"
msgstr ""
msgstr "Ścieżka:"
#: lazarusidestrconsts:dlgsearchpaths
msgid "Paths"
@ -5235,7 +5235,7 @@ msgstr ""
#: lazarusidestrconsts:lisprogram
msgid "Program"
msgstr ""
msgstr "Program"
#: lazarusidestrconsts:lisprogramdetected
msgid "Program detected"
@ -5359,7 +5359,7 @@ msgstr "Spytaj o wartość"
#: lazarusidestrconsts:lishlpoptsproperties
msgid "Properties:"
msgstr ""
msgstr "Właściwości:"
#: lazarusidestrconsts:dlgpropertycompletion
msgid "Property completion"
@ -5895,7 +5895,7 @@ msgstr ""
#: lazarusidestrconsts:srkmecsaveas
msgid "Save as"
msgstr ""
msgstr "Zapisz jako"
#: lazarusidestrconsts:lissavechangestoproject
msgid "Save changes to project %s?"
@ -6095,7 +6095,7 @@ msgstr "Zaznacz"
#: lazarusidestrconsts:srkmecselectall
msgid "Select All"
msgstr ""
msgstr "Zaznacz wszystko"
#: lazarusidestrconsts:lisctselectcodemacro
msgid "Select Code Macro"
@ -6335,7 +6335,7 @@ msgstr "Pokazuj wskazówki przy nieużywanych modułach w głównym źródle"
#: lazarusidestrconsts:uemshowlinenumbers
msgid "Show Line Numbers"
msgstr ""
msgstr "Wyświetlaj Numery Wierszy"
#: lazarusidestrconsts:dlgshownotes
msgid "Show Notes"
@ -6819,7 +6819,7 @@ msgstr "Plik szablonu"
#: lazarusidestrconsts:lisctdtemplates
msgid "Templates"
msgstr ""
msgstr "Szablony"
#: lazarusidestrconsts:liscomptest
msgid "Test"
@ -8099,7 +8099,7 @@ msgstr "Podświetlaj składnię"
#: lazarusidestrconsts:lispkgmanguseunit
msgid "Use unit"
msgstr ""
msgstr "Użyj modułu"
#: lazarusidestrconsts:rsiwpusewindowmanagersetting
msgid "Use windowmanager setting"
@ -8207,7 +8207,7 @@ msgstr ""
#: lazarusidestrconsts:lisviewprojectunits
msgid "View Project Units"
msgstr ""
msgstr "Pokaż moduły projektu"
#: lazarusidestrconsts:srkmectogglesearchresults
msgid "View Search Results"
@ -8295,7 +8295,7 @@ msgstr ""
#: lazarusidestrconsts:srkmecviewunits
msgid "View units"
msgstr ""
msgstr "Pokaż moduły"
#: lazarusidestrconsts:srkmectogglewatches
msgid "View watches"
@ -8435,7 +8435,7 @@ msgstr "\" nie jest zapisywalny"
#: lazarusidestrconsts:srkmecabortbuild
msgid "abort build"
msgstr ""
msgstr "przerwij budowanie"
#: lazarusidestrconsts:srkmecaddbreakpoint
msgid "add break point"
@ -8463,7 +8463,7 @@ msgstr "buduj wszystkie pliki programu/projektu"
#: lazarusidestrconsts:srkmecbuildfile
msgid "build file"
msgstr ""
msgstr "zbuduj plik"
#: lazarusidestrconsts:srkmecbuild
msgid "build program/project"

View File

@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Last-Translator: Dominik Zablotny <dominz@wp.pl>\n"
"PO-Revision-Date: 2004-02-06 02:26+0100\n"
"Last-Translator: AlbercikCD\n"
"PO-Revision-Date: 2006-03-10 16:49+0100\n"
"Project-Id-Version: objinspstrconsts\n"
"Language-Team: polski <pl@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: objinspstrconsts:oisdlinesdchars
msgid "%d lines, %d chars"
@ -119,7 +119,7 @@ msgstr ""
#: objinspstrconsts:oisnone
msgid "(none)"
msgstr ""
msgstr "(brak)"
#: objinspstrconsts:ois0lines0chars
msgid "0 lines, 0 chars"
@ -139,7 +139,7 @@ msgstr ""
#: objinspstrconsts:oicoleditadd
msgid "Add"
msgstr ""
msgstr "Dodaj"
#: objinspstrconsts:sccsiledtopendialog
msgid "Add Images"
@ -159,7 +159,7 @@ msgstr ""
#: objinspstrconsts:sccsiledtadd
msgid "Add..."
msgstr ""
msgstr "Dodaj..."
#: objinspstrconsts:sccsiledtadjustment
msgid "Adjustment"
@ -171,7 +171,7 @@ msgstr "Wszystkie"
#: objinspstrconsts:oisallfiles
msgid "All files"
msgstr ""
msgstr "Wszystkie pliki"
#: objinspstrconsts:sccstredtapply
msgid "Apply"
@ -415,7 +415,7 @@ msgstr ""
#: objinspstrconsts:cactionlisteditorfilecategory
msgid "File"
msgstr ""
msgstr "Plik"
#: objinspstrconsts:oistdactdatasetfirsthint
msgid "First"
@ -639,7 +639,7 @@ msgstr ""
#: objinspstrconsts:oispaste
msgid "Paste"
msgstr ""
msgstr "Wklej"
#: objinspstrconsts:clbdisable
msgid "Popup to disable/enable items"
@ -679,15 +679,15 @@ msgstr ""
#: objinspstrconsts:sccstredtsave
msgid "Save"
msgstr ""
msgstr "Zapisz"
#: objinspstrconsts:oistdactfilesaveasheadline
msgid "Save &As..."
msgstr ""
msgstr "Zapisz j&ako..."
#: objinspstrconsts:oistdactfilesaveashint
msgid "Save As"
msgstr ""
msgstr "Zapisz jako..."
#: objinspstrconsts:sccsiledtsavedialog
msgid "Save Image"
@ -703,7 +703,7 @@ msgstr ""
#: objinspstrconsts:sccsiledtsave
msgid "Save..."
msgstr ""
msgstr "Zapisz..."
#: objinspstrconsts:oistdacteditselectallheadline
msgid "Select &All"
@ -827,7 +827,7 @@ msgstr ""
#: objinspstrconsts:oisundo
msgid "Undo"
msgstr ""
msgstr "Cofnij"
#: objinspstrconsts:oisunknown
msgid "Unknown"

View File

@ -1,13 +1,13 @@
msgid ""
msgstr ""
"Last-Translator: Dominik Zablotny <dominz@wp.pl>\n"
"PO-Revision-Date: 2004-02-06 03:21+0100\n"
"Last-Translator: AlbercikCD\n"
"PO-Revision-Date: 2006-03-10 16:44+0100\n"
"Project-Id-Version: lcl\n"
"Language-Team: polski <pl@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: lclstrconsts:rsmodified
msgid " modified "
@ -15,7 +15,7 @@ msgstr ""
#: lclstrconsts:rssize
msgid " size "
msgstr ""
msgstr " rozmiar "
#: lclstrconsts:rswarningunreleasedtimerinfos
msgid " WARNING: There are %d TimerInfo structures left, I'll free them"
@ -147,7 +147,7 @@ msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
msgstr "Wszystkie pliki (%s)|%s|%s"
#: lclstrconsts:ifsvk_back
msgid "Backspace"
@ -199,7 +199,7 @@ msgstr ""
#: lclstrconsts:ifsvk_convert
msgid "Convert"
msgstr ""
msgstr "Konwertuj"
#: lclstrconsts:rscreatinggdbcatchableerror
msgid "Creating gdb catchable error:"
@ -315,11 +315,11 @@ msgstr ""
#: lclstrconsts:ifsvk_help
msgid "Help"
msgstr ""
msgstr "Pomoc"
#: lclstrconsts:rsgtkhistory
msgid "History:"
msgstr ""
msgstr "Historia:"
#: lclstrconsts:ifsvk_home
msgid "Home"
@ -419,15 +419,15 @@ msgstr ""
#: lclstrconsts:ifsvk_lbutton
msgid "Mouse Button Left"
msgstr ""
msgstr "Lewy przycisk myszy"
#: lclstrconsts:ifsvk_mbutton
msgid "Mouse Button Middle"
msgstr ""
msgstr "Środkowy przycisk myszy"
#: lclstrconsts:ifsvk_rbutton
msgid "Mouse Button Right"
msgstr ""
msgstr "Prawy przycisk myszy"
#: lclstrconsts:ifsvk_next
msgid "Next"