fpc/packages/ide/wconstsh.inc
florian 3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times
  - ide is not that important anymore than years before
  - other utils like pastojs are also located in the packages tree

git-svn-id: trunk@37926 -
2018-01-06 20:22:30 +00:00

103 lines
4.0 KiB
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
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 k<EFBFBD>l”n';
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 sz”ve~g~';
label_find_selectedtext = 'Kiv la~s~ztott sz”veg';
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 sz”veg';
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 = '<EFBFBD>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 k”zben.';
msg_errorwritingfile = 'Hiba a %s f jl ¡r sa k”zben.';
msg_errorsavingfile = 'Hiba a %s f jl mentse k”zben.';
msg_errorcreatingfile = 'Hiba a %s f jl ltrehoz sa k”zben.';
msg_filehasbeenmodifiedsave = 'A %s m¢dosult. Menti?';
msg_saveuntitledfile = 'Elmenti a c¡m nlk<EFBFBD>li 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'Fel<EFBFBD>l¡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. Fel<EFBFBD>l¡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+'';