Ignore:
Timestamp:
Jan 15, 2009, 9:47:30 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Program přepracován pro podporu více překladových souborů a hromadného sloučení s novějšími anglickými verzemi z repozitáře Lazarusu.
  • Upraveno: Adresářová struktura překladových souborů přepracována tak, aby souhlasila se strukturou adresářů repozitáře Lazarusu.
  • Upraveno: Překladové soubory aktualizovány na SVN verzi 0.9.27.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Lazarus translator/UMainForm.lfm

    r7 r9  
    11object MainForm: TMainForm
    2   Left = 245
    3   Height = 553
    4   Top = 131
    5   Width = 728
    6   Caption = 'Překlad Lazarusu'
    7   ClientHeight = 553
    8   ClientWidth = 728
     2  Left = 271
     3  Height = 483
     4  Top = 168
     5  Width = 658
     6  Caption = 'Seznam překladových souborů'
     7  ClientHeight = 483
     8  ClientWidth = 658
    99  OnCreate = FormCreate
    10   OnDestroy = FormDestroy
    11   OnShow = FormShow
    1210  ParentFont = False
    13   Position = poScreenCenter
    1411  LCLVersion = '0.9.26'
    1512  object ListView1: TListView
    16     Left = 8
    17     Height = 512
     13    Left = 9
     14    Height = 440
    1815    Top = 8
    19     Width = 712
    20     Anchors = [akTop, akLeft, akRight, akBottom]
     16    Width = 632
    2117    Columns = <   
    2218      item
    23         Caption = 'Identifikace'
    24         Width = 200
    25       end   
    26       item
    27         Caption = 'Původní text'
    28         Width = 240
    29       end   
    30       item
    31         Caption = 'Přeložený text'
    32         Width = 240
     19        Caption = 'Název souboru'
     20        Width = 400
    3321      end>
    3422    RowSelect = True
    3523    TabOrder = 0
    3624    ViewStyle = vsReport
    37     OnColumnClick = ListView1ColumnClick
    38     OnCompare = ListView1Compare
    3925    OnDblClick = ListView1DblClick
    40     OnKeyPress = ListView1KeyPress
    4126  end
    42   object ProgressBar1: TProgressBar
    43     Left = 160
    44     Height = 20
    45     Top = 528
    46     Width = 558
    47     Anchors = [akLeft, akRight, akBottom]
    48     Max = 100
     27  object Button1: TButton
     28    Left = 10
     29    Height = 25
     30    Top = 456
     31    Width = 198
     32    Caption = 'Aktualizovat podle anglické verze'
     33    OnClick = Button1Click
    4934    TabOrder = 1
    5035  end
    51   object ComboBox1: TComboBox
    52     Left = 8
    53     Height = 21
    54     Top = 527
    55     Width = 144
    56     ItemHeight = 13
    57     ItemIndex = 0
    58     Items.Strings = (
    59       'lazaruside.cz.po'
    60       'objinspstrconsts.cz.po'
    61       'installerstrconsts.cz.po'
    62       'cgimodules.cz.po'
    63       'codetoolsstrconsts.cz.po'
    64       'h2passtrconsts.cz.po'
    65       'lclstrconsts.cz.po'
    66       'iputils.cz.po'
    67     )
    68     OnChange = ComboBox1Change
    69     Style = csDropDownList
    70     TabOrder = 2
    71     Text = 'lazaruside.cz.po'
    72   end
    7336end
Note: See TracChangeset for help on using the changeset viewer.