{
$Id: wconstsh.inc,v 1.2 2002/09/07 15:40:48 peter Exp $
This file is part of the Free Pascal Integrated Development Environment
Copyright (c) 2000 by Berczi Gabor
Strings for utilities
This 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.
**********************************************************************}
{$undef USERESSTRINGS} { this doesn't compile under FP!!! why? }
{$ifdef USERESSTRINGS}
resourcestring
{$else}
const
{$endif}
btn_OK = 'O~K~';
btn_Cancel = 'Mgsem';
dialog_find = 'Keress';
label_find_options = 'Opci˘k';
label_find_texttofind = '~K~eresend';
label_find_casesensitive = 'K~i~s-/nagybetk kln';
label_find_wholewordsonly = 'Csak teljes sza~v~akat';
label_find_direction = 'Ir ny';
label_find_forward = 'Elre (~d~)';
label_find_backward = 'Visszafel (~b~)';
label_find_scope = 'Szk˘p';
label_find_global = 'Teljes szve~g~';
label_find_selectedtext = 'Kiv la~s~ztott szveg';
label_find_origin = 'Kiindul si pont';
label_find_fromcursor = 'A kur~z~ort˘l';
label_find_entirescope = 'T~e~ljes szk˘p';
dialog_replace = 'Csere';
label_replace_texttofind = label_find_texttofind;
label_replace_newtext = ' ~é~j szveg';
label_replace_options = label_find_options;
label_replace_casesensitive = label_find_casesensitive;
label_replace_wholewordsonly = label_find_wholewordsonly;
label_replace_promptonreplace = '~P~rompt on replace';
label_replace_direction = label_find_direction;
label_replace_forward = label_find_forward;
label_replace_backward = label_find_backward;
label_replace_scope = label_find_scope;
label_replace_global = label_find_global;
label_replace_selectedtext = label_find_selectedtext;
label_replace_origin = label_find_origin;
label_replace_fromcursor = label_find_fromcursor;
label_replace_entirescope = label_find_entirescope;
btn_replace_changeall = '~A~z sszeset';
dialog_gotoline = 'Ugr s sorra';
label_gotoline_linenumber = 'Az £j sor s~z~ ma';
msg_invalidmarkindex = 'rvnytelen pont index (%d)';
msg_marknotset = 'A %d. pont nincs be llĦtva.';
msg_foldboundsarenotvalid = 'A hajt s hat rai nem rvnyesek';
msg_notenoughmemoryforthisoperation = 'Nincs elg mem˘ria a mvelet elvgzshez.';
msg_errorreadingfile = 'Hiba a %s f jl olvas sa kzben.';
msg_errorwritingfile = 'Hiba a %s f jl Ħr sa kzben.';
msg_errorsavingfile = 'Hiba a %s f jl mentse kzben.';
msg_errorcreatingfile = 'Hiba a %s f jl ltrehoz sa kzben.';
msg_filehasbeenmodifiedsave = 'A %s m˘dosult. Menti?';
msg_saveuntitledfile = 'Elmenti a cĦm nlkli f jlt?';
msg_filehadtoolonglines = #3'A %s f jlnak t£l hossz£'#13+
#3'sora(i) voltak. Az els a %d';
msg_filewasmodified = #3'A %s f jlt'#13+
#3'egy m sik program m˘dosĦtotta.'#13+
#3'FellĦrja az £jabb verzi˘t?';
dialog_savefileas = 'F jl mentse m s nven';
dialog_writeblocktofile = 'Blokk kiĦr sa f jlba';
dialog_readblockfromfile = 'Blokk beolvas sa f jlb˘l';
label_name = '~N~v';
msg_searchstringnotfound = 'A keresett karaktersor nem tal lhat˘.';
msg_replacethisoccourence = 'Lecserljem ezt az elfordul st?';
msg_fileexistsoverwrite = 'A %s f jl m r ltezik. FellĦrja?';
{ Help system }
msg_nohelpfilesinstalled = 'Nincsenek s£g˘-f jlok telepĦtve.';
msg_helpindex = 'S£g˘ index';
msg_nohelpavailabelforthistopic = 'Ehhez a tm hoz nem tartozik s£g˘.';
msg_pagenotavailable = 'Az oldal nem elrhet';
msg_cantaccessurl = 'Sajnos nem tudom megnyitni a %s URL-t...';
{ WUtils }
msg_bugcheckfailed = 'Bels hiba: %s'#13+
'Krem, jelezze a szerznek!';
msg_functionnotimplemented = #3'Ez a funkci˘ mg'#13+
#3+'nincs kidolgozva...'#13+
#3+'';
{
$Log: wconstsh.inc,v $
Revision 1.2 2002/09/07 15:40:48 peter
* old logs removed and tabs fixed
}
syntax highlighted by Code2HTML, v. 0.9.1