Changeset 58
- Timestamp:
- Apr 26, 2014, 10:20:38 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Languages/LazFuckIDE.cs.po
r52 r58 5 5 "POT-Creation-Date: \n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: JiÅà Hajda<robie@centrum.cz>\n"7 "Last-Translator: Chronos <robie@centrum.cz>\n" 8 8 "Language-Team: \n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "X-Generator: Poedit 1.5.4\n" 12 "Language: cs\n" 11 13 12 14 #: tcompiledform.caption … … 180 182 #: tformsourcecode.ageneratenumber.caption 181 183 msgid "Generate number" 182 msgstr "Genero pvat ÄÃslo"184 msgstr "Generovat ÄÃslo" 183 185 184 186 #: tformsourcecode.apastefromclipboard.caption … … 493 495 msgctxt "tmainform.toolbuttontarget.caption" 494 496 msgid "Target select" 495 msgstr " "497 msgstr "VÃœbÄr cÃle" 496 498 497 499 #: tmainform.toolbuttontarget.hint 498 500 msgctxt "tmainform.toolbuttontarget.hint" 499 501 msgid "Target select" 500 msgstr " "502 msgstr "VÃœbÄr cÃle" 501 503 502 504 #: toptionsform.buttoncancel.caption … … 713 715 msgid "Read input error" 714 716 msgstr "Chyba Ätenà vstupu" 715 -
trunk/Target/UTarget.pas
r53 r58 507 507 Result := 1; 508 508 if Optimization = coNormal then 509 while ((FProgramIndex + 1) < =Length(FProgram)) and (FProgram[FProgramIndex + 1] = C) do begin509 while ((FProgramIndex + 1) < Length(FProgram)) and (FProgram[FProgramIndex + 1] = C) do begin 510 510 Inc(Result); 511 511 Inc(FProgramIndex);
Note:
See TracChangeset
for help on using the changeset viewer.