Problem with Czech resources

When I copy czech resources in FR 3.03 and recompile it, the following error occures :
fs_itools was compiled with different version of fs_iconst.SlangNotFound

Comments

  • edited 2:17PM
    Change the fs_iconst.pas file:
    
    {******************************************}
    {                                          }
    {             FastScript v1.7              }
    {                Resources                 }
    {                                          }
    { (c) 2003, 2004 by Alexander Tzyganenko,  }
    {             Fast Reports, Inc            }
    {                                          }
    {******************************************}
    
    unit fs_iconst;
    
    interface
    
    {$i fs.inc}
    
    var
      SLangNotFound: String;
      SInvalidLanguage: String;
      SIdRedeclared: String;
      SUnknownType: String;
      SIncompatibleTypes: String;
      SIdUndeclared: String;
      SClassRequired: String;
      SIndexRequired: String;
      SStringError: String;
      SClassError: String;
      SArrayRequired: String;
      SVarRequired: String;
      SNotEnoughParams: String;
      STooManyParams: String;
      SLeftCantAssigned: String;
      SForError: String;
      SEventError: String;
    
    
    implementation
    
    initialization
      SLangNotFound := 'Jazyk ''%s'' nenalezen';
      SInvalidLanguage := 'Neplatnс definice jazyka';
      SIdRedeclared := 'Identifikсtor p?°edeklarovсn: ';
      SUnknownType := 'Neznсm?¤ typ: ';
      SIncompatibleTypes := 'Nekompatibilnэ typy';
      SIdUndeclared := 'Nedeklarovan?¤ identifikсtor: ';
      SClassRequired := 'PoЮadovсn typ t?°Ñdy';
      SIndexRequired := 'PoЮadovсn index';
      SStringError := '+etьzec nemс vlastnosti, nebo metody';
      SClassError := 'T?°Ñda %s neobsahuje zсkladnэ vlastnost';
      SArrayRequired := 'PoЮadovсn typ pole';
      SVarRequired := 'PoЮadovсna promьnnс';
      SNotEnoughParams := 'Nedostatek aktuсlnэch parametr???';
      STooManyParams := 'P?°ÑliЪ mnoho aktuсlnэch parametr???';
      SLeftCantAssigned := 'Levс stranu nelze p?°i?°adit k';
      SForError := 'Pro promÑŒnnou smyшky musэ b?¤t шэselnс promÑŒnnс';
      SEventError := 'Handler udсlosti musэ b?¤t procedura';
    
    end.
    
  • edited 2:17PM
    Now it works, thanks. ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.