Changeset 148


Ignore:
Timestamp:
Jun 5, 2023, 7:40:45 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Update Common and VCard package. Remove U prefix from unit names.
Location:
trunk
Files:
2 added
26 edited
63 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormColumns.lfm

    r138 r148  
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '2.2.2.0'
     14  LCLVersion = '2.2.6.0'
    1515  object ButtonOk: TButton
    1616    Left = 583
  • trunk/Forms/UFormColumns.pas

    r138 r148  
    44
    55uses
    6   Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, UVCard;
     6  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, VCard;
    77
    88type
     
    5454
    5555procedure TFormColumns.FormShow(Sender: TObject);
    56 var
    57   I: Integer;
    5856begin
    5957  Core.PersistentForm1.Load(Self);
  • trunk/Forms/UFormCompare.pas

    r134 r148  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls,
    7   UVCard, Diff, LCLType, LCLIntf, ComCtrls, Buttons, Menus, ActnList, SynEdit,
    8   SynEditMiscClasses, SynHighlighterPosition, SynEditHighlighter, UCommon,
     7  VCard, Diff, LCLType, LCLIntf, ComCtrls, Buttons, Menus, ActnList, SynEdit,
     8  SynEditMiscClasses, SynHighlighterPosition, SynEditHighlighter, Common,
    99  USynEditEx;
    1010
  • trunk/Forms/UFormContact.pas

    r140 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   ComCtrls, ActnList, Menus, ExtCtrls, ExtDlgs, Buttons, UVCard, LCLIntf,
    8   UFormProperties, DateUtils, {$IFDEF LCLGTK2}Gtk2Globals, {$ENDIF}UContactImage,
     7  ComCtrls, ActnList, Menus, ExtCtrls, ExtDlgs, Buttons, VCard, LCLIntf,
     8  UFormProperties, DateUtils, {$IFDEF LCLGTK2}Gtk2Globals, {$ENDIF}ContactImage,
    99  ubarcodes;
    1010
     
    257257
    258258uses
    259   UCore, UCommon, UFormImage, UFormNameDetails, UDataFile;
     259  UCore, Common, UFormImage, UFormNameDetails, DataFile;
    260260
    261261resourcestring
  • trunk/Forms/UFormContacts.lfm

    r138 r148  
    1313  OnResize = FormResize
    1414  OnShow = FormShow
    15   LCLVersion = '2.2.2.0'
     15  LCLVersion = '2.2.6.0'
    1616  object ListView1: TListView
    1717    Left = 0
  • trunk/Forms/UFormContacts.pas

    r138 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    7   Menus, ActnList, UVCard, UListViewSort, LazUTF8, Clipbrd, URegistry,
    8   Generics.Collections, Types;
     7  Menus, ActnList, VCard, ListViewSort, LazUTF8, Clipbrd, RegistryEx,
     8  Generics.Collections;
    99
    1010type
  • trunk/Forms/UFormFind.pas

    r129 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    7   ExtCtrls, StdCtrls, ActnList, Menus, UVCard, UFormContacts;
     7  ExtCtrls, StdCtrls, ActnList, Menus, VCard, UFormContacts;
    88
    99type
  • trunk/Forms/UFormFindDuplicity.pas

    r134 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    7   ExtCtrls, StdCtrls, ActnList, Menus, UVCard, Generics.Collections,
     7  ExtCtrls, StdCtrls, ActnList, Menus, VCard, Generics.Collections,
    88  Generics.Defaults;
    99
  • trunk/Forms/UFormGenerate.pas

    r129 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   Spin, UVCard;
     7  Spin, VCard;
    88
    99type
  • trunk/Forms/UFormImage.pas

    r131 r148  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls,
    7   ExtDlgs, UContactImage;
     7  ExtDlgs, ContactImage;
    88
    99type
  • trunk/Forms/UFormMain.lfm

    r138 r148  
    1515  OnResize = FormResize
    1616  OnShow = FormShow
    17   LCLVersion = '2.2.2.0'
     17  LCLVersion = '2.2.6.0'
    1818  object CoolBar1: TCoolBar
    1919    Left = 0
  • trunk/Forms/UFormMain.pas

    r138 r148  
    7878
    7979uses
    80   UCore, UFormContacts, UVCard, UVCardFile, URegistry;
     80  UCore, UFormContacts, VCard, UVCardFile, RegistryEx;
    8181
    8282resourcestring
  • trunk/Forms/UFormProperties.pas

    r133 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls,
    7   Menus, ActnList, UVCard, UDataFile, UListViewSort, LazUTF8,
     7  Menus, ActnList, VCard, DataFile, ListViewSort, LazUTF8,
    88  Generics.Collections;
    99
     
    8585
    8686uses
    87   UFormProperty, UCore, UCommon;
     87  UFormProperty, UCore, Common;
    8888
    8989resourcestring
  • trunk/Forms/UFormProperty.pas

    r129 r148  
    44
    55uses
    6   Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, UVCard;
     6  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, VCard;
    77
    88type
  • trunk/Forms/UFormSettings.lfm

    r101 r148  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 421
     3  Height = 404
    44  Top = 321
    5   Width = 548
     5  Width = 526
    66  Caption = 'Settings'
    7   ClientHeight = 421
    8   ClientWidth = 548
    9   Constraints.MinHeight = 421
    10   Constraints.MinWidth = 548
    11   DesignTimePPI = 150
     7  ClientHeight = 404
     8  ClientWidth = 526
     9  Constraints.MinHeight = 404
     10  Constraints.MinWidth = 526
     11  DesignTimePPI = 144
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
    1414  OnShow = FormShow
    1515  Position = poScreenCenter
    16   LCLVersion = '2.2.0.4'
     16  LCLVersion = '2.2.6.0'
    1717  object ComboBoxLanguage: TComboBox
    18     Left = 250
     18    Left = 240
    1919    Height = 42
    20     Top = 17
    21     Width = 275
     20    Top = 16
     21    Width = 264
    2222    ItemHeight = 0
    2323    ParentFont = False
     
    2626  end
    2727  object Label1: TLabel
    28     Left = 25
    29     Height = 27
    30     Top = 25
    31     Width = 96
     28    Left = 24
     29    Height = 26
     30    Top = 24
     31    Width = 88
    3232    Caption = 'Language:'
     33    ParentColor = False
    3334    ParentFont = False
    3435  end
    3536  object ButtonOk: TButton
    36     Left = 416
    37     Height = 39
    38     Top = 365
    39     Width = 118
     37    Left = 400
     38    Height = 37
     39    Top = 351
     40    Width = 113
    4041    Anchors = [akRight, akBottom]
    4142    Caption = 'Ok'
     
    4647  end
    4748  object ButtonCancel: TButton
    48     Left = 266
    49     Height = 39
    50     Top = 365
    51     Width = 118
     49    Left = 256
     50    Height = 37
     51    Top = 351
     52    Width = 113
    5253    Anchors = [akRight, akBottom]
    5354    Caption = 'Cancel'
     
    5758  end
    5859  object CheckBoxAutomaticDPI: TCheckBox
    59     Left = 24
    60     Height = 31
    61     Top = 257
    62     Width = 154
     60    Left = 23
     61    Height = 30
     62    Top = 247
     63    Width = 148
    6364    Caption = 'Automatic DPI'
    6465    OnChange = CheckBoxAutomaticDPIChange
     
    6869  end
    6970  object SpinEditDPI: TSpinEdit
    70     Left = 249
     71    Left = 239
    7172    Height = 43
    72     Top = 291
    73     Width = 151
     73    Top = 279
     74    Width = 145
    7475    MaxValue = 300
    7576    MinValue = 96
     
    8081  end
    8182  object LabelDPI: TLabel
    82     Left = 57
    83     Height = 27
    84     Top = 299
    85     Width = 36
     83    Left = 55
     84    Height = 26
     85    Top = 287
     86    Width = 35
    8687    Caption = 'DPI:'
     88    ParentColor = False
    8789    ParentFont = False
    8890    Visible = False
    8991  end
    9092  object CheckBoxReopenLastFileOnStart: TCheckBox
    91     Left = 24
    92     Height = 31
    93     Top = 216
    94     Width = 239
     93    Left = 23
     94    Height = 30
     95    Top = 207
     96    Width = 226
    9597    Caption = 'Reopen last file on start'
    9698    ParentFont = False
     
    100102    Left = 12
    101103    Height = 2
    102     Top = 346
    103     Width = 517
     104    Top = 332
     105    Width = 496
    104106    Anchors = [akLeft, akRight, akBottom]
    105107  end
    106108  object Label2: TLabel
    107     Left = 25
    108     Height = 27
    109     Top = 75
    110     Width = 67
     109    Left = 24
     110    Height = 26
     111    Top = 72
     112    Width = 63
    111113    Caption = 'Theme:'
     114    ParentColor = False
    112115    ParentFont = False
    113116  end
    114117  object ComboBoxTheme: TComboBox
    115     Left = 250
     118    Left = 240
    116119    Height = 42
    117     Top = 67
    118     Width = 275
     120    Top = 64
     121    Width = 264
    119122    ItemHeight = 0
    120123    ParentFont = False
     
    123126  end
    124127  object Label3: TLabel
    125     Left = 25
    126     Height = 27
    127     Top = 125
    128     Width = 199
     128    Left = 24
     129    Height = 26
     130    Top = 120
     131    Width = 186
    129132    Caption = 'Default vCard version:'
     133    ParentColor = False
    130134  end
    131135  object EditDefaultVcardVersion: TEdit
    132     Left = 250
     136    Left = 240
    133137    Height = 43
    134     Top = 117
    135     Width = 150
     138    Top = 112
     139    Width = 144
    136140    TabOrder = 2
    137141  end
    138142  object Label4: TLabel
    139     Left = 25
    140     Height = 27
    141     Top = 172
    142     Width = 144
     143    Left = 24
     144    Height = 26
     145    Top = 165
     146    Width = 133
    143147    Caption = 'Map query URL:'
     148    ParentColor = False
    144149  end
    145150  object EditMapUrl: TEdit
    146     Left = 250
     151    Left = 240
    147152    Height = 43
    148     Top = 168
    149     Width = 278
     153    Top = 161
     154    Width = 267
    150155    Anchors = [akTop, akLeft, akRight]
    151156    TabOrder = 8
  • trunk/Forms/UFormSettings.pas

    r127 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   Menus, Spin, ExtCtrls, ULanguages;
     7  Menus, Spin, ExtCtrls, Languages;
    88
    99type
     
    4949
    5050uses
    51   UCore, UTheme;
     51  UCore, Theme;
    5252
    5353{ TFormSettings }
  • trunk/Forms/UFormSource.lfm

    r115 r148  
    11object FormSource: TFormSource
    22  Left = 754
    3   Height = 713
     3  Height = 684
    44  Top = 496
    5   Width = 951
     5  Width = 913
    66  Caption = 'Source'
    7   ClientHeight = 713
    8   ClientWidth = 951
    9   DesignTimePPI = 150
     7  ClientHeight = 684
     8  ClientWidth = 913
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '2.2.0.4'
     14  LCLVersion = '2.2.6.0'
    1515  inline SynEditSource: TSynEdit
    1616    Left = 8
    17     Height = 649
     17    Height = 620
    1818    Top = 8
    19     Width = 935
     19    Width = 897
    2020    Align = alCustom
    2121    BorderSpacing.Around = 8
    2222    Anchors = [akTop, akLeft, akRight, akBottom]
    2323    Color = clBtnFace
    24     Font.Height = 13
     24    Font.Height = 12
    2525    Font.Name = 'DejaVu Sans Mono'
    2626    Font.Pitch = fpFixed
     
    3030    PopupMenu = PopupMenu1
    3131    TabOrder = 0
    32     Gutter.Width = 80
     32    Gutter.Width = 75
    3333    Gutter.MouseActions = <>
    3434    RightGutter.Width = 0
     
    479479    inline SynLeftGutterPartList1: TSynGutterPartList
    480480      object SynGutterMarks1: TSynGutterMarks
    481         Width = 38
     481        Width = 36
    482482        MouseActions = <>
    483483      end
    484484      object SynGutterLineNumber1: TSynGutterLineNumber
    485         Width = 17
     485        Width = 15
    486486        MouseActions = <>
    487487        MarkupInfo.Background = clBtnFace
     
    505505      end
    506506      object SynGutterCodeFolding1: TSynGutterCodeFolding
    507         Width = 16
     507        Width = 15
    508508        MouseActions = <>
    509509        MarkupInfo.Background = clNone
     
    515515  end
    516516  object ButtonOk: TButton
    517     Left = 824
    518     Height = 39
    519     Top = 664
    520     Width = 117
     517    Left = 791
     518    Height = 37
     519    Top = 637
     520    Width = 112
    521521    Anchors = [akRight, akBottom]
    522522    Caption = 'Save'
     
    525525  end
    526526  object ButtonCancel: TButton
    527     Left = 688
    528     Height = 39
    529     Top = 664
    530     Width = 117
     527    Left = 661
     528    Height = 37
     529    Top = 637
     530    Width = 112
    531531    Anchors = [akRight, akBottom]
    532532    Caption = 'Cancel'
     
    536536  object ActionList1: TActionList
    537537    Images = Core.ImageList1
    538     Left = 361
    539     Top = 152
     538    Left = 347
     539    Top = 146
    540540    object APaste: TAction
    541541      Caption = 'Paste'
     
    563563  end
    564564  object PopupMenu1: TPopupMenu
    565     Left = 388
    566     Top = 411
     565    Left = 372
     566    Top = 395
    567567    object MenuItem1: TMenuItem
    568568      Action = ACut
  • trunk/Forms/UFormSource.pas

    r147 r148  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ActnList, Menus,
    7   StdCtrls, SynEdit, SynHighlighterAny, UVCardHighlighter, UCommon;
     7  StdCtrls, SynEdit, SynHighlighterAny, UVCardHighlighter, Common;
    88
    99type
     
    5151
    5252uses
    53   UCore, UTheme, UVCard;
     53  UCore, Theme, VCard;
    5454
    5555{ TFormSource }
  • trunk/Forms/UFormTest.lfm

    r146 r148  
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.2.2.0'
     13  LCLVersion = '2.2.6.0'
    1414  object ListViewTestCases: TListView
    1515    Left = 19
  • trunk/Forms/UFormTest.pas

    r146 r148  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, StdCtrls,
    7   ActnList, Menus, UTest, UTestCase;
     7  ActnList, Menus, TestCase;
    88
    99type
     
    4848
    4949uses
    50   UCore, UFormTestCase, UVCard;
     50  UCore, UFormTestCase, VCard;
    5151
    5252{ TFormTest }
  • trunk/Packages/Common/AboutDialog.pas

    r147 r148  
    1 unit UAboutDialog;
     1unit AboutDialog;
    22
    33interface
     
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
    7   ExtCtrls, UApplicationInfo, UCommon, UTranslator, UTheme, UFormAbout;
     7  ExtCtrls, ApplicationInfo, Common, Translator, Theme, FormAbout;
    88
    99type
     
    5050
    5151end.
    52 
  • trunk/Packages/Common/ApplicationInfo.pas

    r147 r148  
    1 unit UApplicationInfo;
     1unit ApplicationInfo;
    22
    33interface
    44
    55uses
    6   SysUtils, Classes, Forms, URegistry, Controls, Graphics, LCLType;
     6  SysUtils, Classes, Forms, RegistryEx, Controls, Graphics, LCLType;
    77
    88type
  • trunk/Packages/Common/Common.Delay.pas

    r147 r148  
    1 unit UDelay;
     1unit Common.Delay;
    22
    33interface
     
    7171
    7272end.
    73 
  • trunk/Packages/Common/Common.lpk

    r146 r148  
    4141Source: https://svn.zdechov.net/PascalClassLibrary/Common/"/>
    4242    <License Value="Copy left."/>
    43     <Version Minor="10"/>
    44     <Files Count="31">
     43    <Version Minor="11"/>
     44    <Files Count="33">
    4545      <Item1>
    4646        <Filename Value="StopWatch.pas"/>
     
    4848      </Item1>
    4949      <Item2>
    50         <Filename Value="UCommon.pas"/>
    51         <UnitName Value="UCommon"/>
     50        <Filename Value="Common.pas"/>
     51        <UnitName Value="Common"/>
    5252      </Item2>
    5353      <Item3>
    54         <Filename Value="UDebugLog.pas"/>
    55         <HasRegisterProc Value="True"/>
    56         <UnitName Value="UDebugLog"/>
     54        <Filename Value="DebugLog.pas"/>
     55        <HasRegisterProc Value="True"/>
     56        <UnitName Value="DebugLog"/>
    5757      </Item3>
    5858      <Item4>
    59         <Filename Value="UDelay.pas"/>
    60         <UnitName Value="UDelay"/>
     59        <Filename Value="Common.Delay.pas"/>
     60        <UnitName Value="Common.Delay"/>
    6161      </Item4>
    6262      <Item5>
    63         <Filename Value="UPrefixMultiplier.pas"/>
    64         <HasRegisterProc Value="True"/>
    65         <UnitName Value="UPrefixMultiplier"/>
     63        <Filename Value="PrefixMultiplier.pas"/>
     64        <HasRegisterProc Value="True"/>
     65        <UnitName Value="PrefixMultiplier"/>
    6666      </Item5>
    6767      <Item6>
    68         <Filename Value="UURI.pas"/>
    69         <UnitName Value="UURI"/>
     68        <Filename Value="URI.pas"/>
     69        <UnitName Value="URI"/>
    7070      </Item6>
    7171      <Item7>
    72         <Filename Value="UThreading.pas"/>
    73         <UnitName Value="UThreading"/>
     72        <Filename Value="Threading.pas"/>
     73        <UnitName Value="Threading"/>
    7474      </Item7>
    7575      <Item8>
    76         <Filename Value="UMemory.pas"/>
    77         <UnitName Value="UMemory"/>
     76        <Filename Value="Memory.pas"/>
     77        <UnitName Value="Memory"/>
    7878      </Item8>
    7979      <Item9>
    80         <Filename Value="UResetableThread.pas"/>
    81         <UnitName Value="UResetableThread"/>
     80        <Filename Value="ResetableThread.pas"/>
     81        <UnitName Value="ResetableThread"/>
    8282      </Item9>
    8383      <Item10>
    84         <Filename Value="UPool.pas"/>
    85         <UnitName Value="UPool"/>
     84        <Filename Value="Pool.pas"/>
     85        <UnitName Value="Pool"/>
    8686      </Item10>
    8787      <Item11>
    88         <Filename Value="ULastOpenedList.pas"/>
    89         <HasRegisterProc Value="True"/>
    90         <UnitName Value="ULastOpenedList"/>
     88        <Filename Value="LastOpenedList.pas"/>
     89        <HasRegisterProc Value="True"/>
     90        <UnitName Value="LastOpenedList"/>
    9191      </Item11>
    9292      <Item12>
    93         <Filename Value="URegistry.pas"/>
    94         <UnitName Value="URegistry"/>
     93        <Filename Value="RegistryEx.pas"/>
     94        <UnitName Value="RegistryEx"/>
    9595      </Item12>
    9696      <Item13>
    97         <Filename Value="UJobProgressView.pas"/>
    98         <HasRegisterProc Value="True"/>
    99         <UnitName Value="UJobProgressView"/>
     97        <Filename Value="JobProgressView.pas"/>
     98        <HasRegisterProc Value="True"/>
     99        <UnitName Value="JobProgressView"/>
    100100      </Item13>
    101101      <Item14>
    102         <Filename Value="UXMLUtils.pas"/>
    103         <UnitName Value="UXMLUtils"/>
     102        <Filename Value="XML.pas"/>
     103        <UnitName Value="XML"/>
    104104      </Item14>
    105105      <Item15>
    106         <Filename Value="UApplicationInfo.pas"/>
    107         <HasRegisterProc Value="True"/>
    108         <UnitName Value="UApplicationInfo"/>
     106        <Filename Value="ApplicationInfo.pas"/>
     107        <HasRegisterProc Value="True"/>
     108        <UnitName Value="ApplicationInfo"/>
    109109      </Item15>
    110110      <Item16>
    111         <Filename Value="USyncCounter.pas"/>
    112         <UnitName Value="USyncCounter"/>
     111        <Filename Value="SyncCounter.pas"/>
     112        <UnitName Value="SyncCounter"/>
    113113      </Item16>
    114114      <Item17>
    115         <Filename Value="UListViewSort.pas"/>
    116         <HasRegisterProc Value="True"/>
    117         <UnitName Value="UListViewSort"/>
     115        <Filename Value="ListViewSort.pas"/>
     116        <HasRegisterProc Value="True"/>
     117        <UnitName Value="ListViewSort"/>
    118118      </Item17>
    119119      <Item18>
    120         <Filename Value="UPersistentForm.pas"/>
    121         <HasRegisterProc Value="True"/>
    122         <UnitName Value="UPersistentForm"/>
     120        <Filename Value="PersistentForm.pas"/>
     121        <HasRegisterProc Value="True"/>
     122        <UnitName Value="PersistentForm"/>
    123123      </Item18>
    124124      <Item19>
    125         <Filename Value="UFindFile.pas"/>
    126         <HasRegisterProc Value="True"/>
    127         <UnitName Value="UFindFile"/>
     125        <Filename Value="FindFile.pas"/>
     126        <HasRegisterProc Value="True"/>
     127        <UnitName Value="FindFile"/>
    128128      </Item19>
    129129      <Item20>
    130         <Filename Value="UScaleDPI.pas"/>
    131         <HasRegisterProc Value="True"/>
    132         <UnitName Value="UScaleDPI"/>
     130        <Filename Value="ScaleDPI.pas"/>
     131        <HasRegisterProc Value="True"/>
     132        <UnitName Value="ScaleDPI"/>
    133133      </Item20>
    134134      <Item21>
    135         <Filename Value="UTheme.pas"/>
    136         <HasRegisterProc Value="True"/>
    137         <UnitName Value="UTheme"/>
     135        <Filename Value="Theme.pas"/>
     136        <HasRegisterProc Value="True"/>
     137        <UnitName Value="Theme"/>
    138138      </Item21>
    139139      <Item22>
    140         <Filename Value="UStringTable.pas"/>
    141         <UnitName Value="UStringTable"/>
     140        <Filename Value="StringTable.pas"/>
     141        <UnitName Value="StringTable"/>
    142142      </Item22>
    143143      <Item23>
    144         <Filename Value="UMetaCanvas.pas"/>
    145         <UnitName Value="UMetaCanvas"/>
     144        <Filename Value="MetaCanvas.pas"/>
     145        <UnitName Value="MetaCanvas"/>
    146146      </Item23>
    147147      <Item24>
    148         <Filename Value="UGeometric.pas"/>
    149         <UnitName Value="UGeometric"/>
     148        <Filename Value="Geometric.pas"/>
     149        <UnitName Value="Geometric"/>
    150150      </Item24>
    151151      <Item25>
    152         <Filename Value="UTranslator.pas"/>
    153         <HasRegisterProc Value="True"/>
    154         <UnitName Value="UTranslator"/>
     152        <Filename Value="Translator.pas"/>
     153        <HasRegisterProc Value="True"/>
     154        <UnitName Value="Translator"/>
    155155      </Item25>
    156156      <Item26>
    157         <Filename Value="ULanguages.pas"/>
    158         <UnitName Value="ULanguages"/>
     157        <Filename Value="Languages.pas"/>
     158        <UnitName Value="Languages"/>
    159159      </Item26>
    160160      <Item27>
    161         <Filename Value="UFormAbout.pas"/>
    162         <UnitName Value="UFormAbout"/>
     161        <Filename Value="FormAbout.pas"/>
     162        <UnitName Value="FormAbout"/>
    163163      </Item27>
    164164      <Item28>
    165         <Filename Value="UAboutDialog.pas"/>
    166         <HasRegisterProc Value="True"/>
    167         <UnitName Value="UAboutDialog"/>
     165        <Filename Value="AboutDialog.pas"/>
     166        <HasRegisterProc Value="True"/>
     167        <UnitName Value="AboutDialog"/>
    168168      </Item28>
    169169      <Item29>
    170         <Filename Value="UPixelPointer.pas"/>
    171         <UnitName Value="UPixelPointer"/>
     170        <Filename Value="PixelPointer.pas"/>
     171        <UnitName Value="PixelPointer"/>
    172172      </Item29>
    173173      <Item30>
    174         <Filename Value="UDataFile.pas"/>
    175         <UnitName Value="UDataFile"/>
     174        <Filename Value="DataFile.pas"/>
     175        <UnitName Value="DataFile"/>
    176176      </Item30>
    177177      <Item31>
    178         <Filename Value="UTestCase.pas"/>
    179         <UnitName Value="UTestCase"/>
     178        <Filename Value="TestCase.pas"/>
     179        <UnitName Value="TestCase"/>
    180180      </Item31>
     181      <Item32>
     182        <Filename Value="Generics.pas"/>
     183        <UnitName Value="Generics"/>
     184      </Item32>
     185      <Item33>
     186        <Filename Value="CommonPackage.pas"/>
     187        <Type Value="Main Unit"/>
     188        <UnitName Value="CommonPackage"/>
     189      </Item33>
    181190    </Files>
    182191    <CompatibilityMode Value="True"/>
  • trunk/Packages/Common/Common.pas

    r147 r148  
    1 unit UCommon;
     1unit Common;
    22
    33interface
     
    1010
    1111type
    12   TObjects = TObjectList<TObject>;
    1312  TArrayOfByte = array of Byte;
    1413  TExceptionEvent = procedure(Sender: TObject; E: Exception) of object;
     
    6665function GetFileFilterItemExt(Filter: string; Index: Integer): string;
    6766function IntToBin(Data: Int64; Count: Byte): string;
     67function Implode(Separator: Char; List: TList<string>): string;
    6868function LastPos(const SubStr: String; const S: String): Integer;
    6969function LoadFileToStr(const FileName: TFileName): AnsiString;
     
    314314end;
    315315
     316function Implode(Separator: Char; List: TList<string>): string;
     317var
     318  I: Integer;
     319begin
     320  Result := '';
     321  for I := 0 to List.Count - 1 do begin
     322    Result := Result + List[I];
     323    if I < List.Count - 1 then Result := Result + Separator;
     324  end;
     325end;
     326
    316327{$IFDEF WINDOWS}
    317328function GetUserName: string;
  • trunk/Packages/Common/DataFile.pas

    r147 r148  
    1 unit UDataFile;
     1unit DataFile;
    22
    33interface
     
    109109
    110110end.
    111 
  • trunk/Packages/Common/DebugLog.pas

    r147 r148  
    1 unit UDebugLog;
     1unit DebugLog;
    22
    33interface
     
    134134
    135135end.
    136 
  • trunk/Packages/Common/FindFile.pas

    r147 r148  
    1919}
    2020
    21 unit UFindFile;
     21unit FindFile;
    2222
    2323interface
     
    8585begin
    8686  s.Free;
    87   inherited Destroy;
     87  inherited;
    8888end;
    8989
     
    143143    SysUtils.FindClose(Rec);
    144144  end;
    145 end; 
     145end;
    146146
    147147end.
    148 
  • trunk/Packages/Common/FormAbout.lfm

    r147 r148  
    11object FormAbout: TFormAbout
    22  Left = 1014
    3   Height = 402
     3  Height = 349
    44  Top = 577
    5   Width = 702
     5  Width = 609
    66  Caption = 'About'
    7   ClientHeight = 402
    8   ClientWidth = 702
    9   DesignTimePPI = 144
    10   OnCreate = FormCreate
     7  ClientHeight = 349
     8  ClientWidth = 609
     9  DesignTimePPI = 125
    1110  OnShow = FormShow
    1211  Position = poScreenCenter
    13   LCLVersion = '2.0.10.0'
     12  LCLVersion = '2.2.4.0'
    1413  object LabelDescription: TLabel
    15     Left = 30
    16     Height = 24
    17     Top = 135
    18     Width = 642
     14    Left = 26
     15    Height = 22
     16    Top = 117
     17    Width = 557
    1918    Align = alTop
    20     BorderSpacing.Left = 30
    21     BorderSpacing.Right = 30
    22     BorderSpacing.Bottom = 30
     19    BorderSpacing.Left = 26
     20    BorderSpacing.Right = 26
     21    BorderSpacing.Bottom = 26
    2322    Caption = 'Description'
    2423    ParentColor = False
     
    2726  end
    2827  object LabelContent: TLabel
    29     Left = 30
    30     Height = 24
    31     Top = 189
    32     Width = 642
     28    Left = 26
     29    Height = 22
     30    Top = 165
     31    Width = 557
    3332    Align = alTop
    34     BorderSpacing.Around = 30
     33    BorderSpacing.Around = 26
    3534    Caption = '   '
    3635    ParentColor = False
     
    3938  object PanelTop: TPanel
    4039    Left = 0
    41     Height = 135
     40    Height = 117
    4241    Top = 0
    43     Width = 702
     42    Width = 609
    4443    Align = alTop
    4544    BevelOuter = bvNone
    46     ClientHeight = 135
    47     ClientWidth = 702
     45    ClientHeight = 117
     46    ClientWidth = 609
    4847    FullRepaint = False
    4948    ParentFont = False
    5049    TabOrder = 0
    5150    object LabelAppName: TLabel
    52       Left = 108
    53       Height = 84
    54       Top = 20
    55       Width = 564
     51      Left = 94
     52      Height = 73
     53      Top = 17
     54      Width = 489
    5655      Anchors = [akTop, akLeft, akRight]
    5756      AutoSize = False
    58       BorderSpacing.Around = 30
     57      BorderSpacing.Around = 26
    5958      Caption = 'Title'
    60       Font.Height = -60
     59      Font.Height = -52
    6160      ParentColor = False
    6261      ParentFont = False
     
    6463    end
    6564    object ImageLogo: TImage
    66       Left = 24
    67       Height = 74
    68       Top = 30
    69       Width = 72
     65      Left = 21
     66      Height = 64
     67      Top = 26
     68      Width = 62
    7069      Proportional = True
    7170      Stretch = True
     
    7473  object PanelButtons: TPanel
    7574    Left = 0
    76     Height = 75
    77     Top = 327
    78     Width = 702
     75    Height = 65
     76    Top = 284
     77    Width = 609
    7978    Align = alBottom
    8079    BevelOuter = bvNone
    81     ClientHeight = 75
    82     ClientWidth = 702
     80    ClientHeight = 65
     81    ClientWidth = 609
    8382    TabOrder = 1
    8483    object ButtonHomePage: TButton
    85       Left = 24
    86       Height = 38
    87       Top = 24
    88       Width = 264
     84      Left = 21
     85      Height = 33
     86      Top = 21
     87      Width = 229
    8988      Anchors = [akLeft, akBottom]
    9089      Caption = 'Home page'
     
    9493    end
    9594    object ButtonClose: TButton
    96       Left = 532
    97       Height = 38
    98       Top = 24
    99       Width = 140
     95      Left = 461
     96      Height = 33
     97      Top = 21
     98      Width = 122
    10099      Anchors = [akRight, akBottom]
    101100      Caption = 'Close'
  • trunk/Packages/Common/FormAbout.pas

    r147 r148  
    1 unit UFormAbout;
     1unit FormAbout;
    22
    33interface
     
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
    7   StdCtrls, ExtCtrls, UApplicationInfo, UCommon, UTranslator, UTheme;
     7  StdCtrls, ExtCtrls, ApplicationInfo, Common, Translator, Theme;
    88
    99type
     
    2020    PanelButtons: TPanel;
    2121    procedure ButtonHomePageClick(Sender: TObject);
    22     procedure FormCreate(Sender: TObject);
    2322    procedure FormShow(Sender: TObject);
    24   private
    25     { private declarations }
    2623  public
    2724    AboutDialog: TObject; //TAboutDialog
     
    3532
    3633uses
    37   UAboutDialog;
     34  AboutDialog;
    3835
    3936resourcestring
     
    7774end;
    7875
    79 procedure TFormAbout.FormCreate(Sender: TObject);
    80 begin
    81 end;
    82 
    8376end.
    84 
  • trunk/Packages/Common/Geometric.pas

    r147 r148  
    1 unit UGeometric;
     1unit Geometric;
    22
    33interface
     
    88type
    99  TPointArray = array of TPoint;
     10
     11  { TVector }
     12
     13  TVector = record
     14    Position: TPoint;
     15    Direction: TPoint;
     16    function GetLength: Double;
     17    function GetAngle: Double;
     18    procedure SetLength(Value: Double);
     19    class function Create(P1, P2: TPoint): TVector; static;
     20  end;
    1021
    1122function Distance(P1, P2: TPoint): Integer;
     
    1324function AddPoint(const P1, P2: TPoint): TPoint;
    1425function SubPoint(const P1, P2: TPoint): TPoint;
    15 function PointToLineDistance(const P, V, W: TPoint): Integer;
     26function PointToLineDistance(const P, V, W: TPoint; out Intersect: TPoint): Integer;
    1627function ComparePoint(P1, P2: TPoint): Boolean;
    1728function RotatePoint(Center, P: TPoint; Angle: Double): TPoint;
     
    5061end;
    5162
    52 function PointToLineDistance(const P, V, W: TPoint): Integer;
     63function PointToLineDistance(const P, V, W: TPoint; out Intersect: TPoint): Integer;
    5364var
    5465  l2, t: Double;
     
    6879  if T < 0 then begin
    6980    Result := Distance(P, V);       // Beyond the 'v' end of the segment
    70     exit;
     81    Intersect := V;
     82    Exit;
    7183  end
    7284  else if T > 1 then begin
    7385    Result := Distance(P, W);  // Beyond the 'w' end of the segment
     86    Intersect := W;
    7487    Exit;
    7588  end;
     
    7790  TT.Y := Trunc(V.Y + T * (W.Y - V.Y));
    7891  Result := Distance(P, TT);
     92  Intersect := TT;
    7993end;
    8094
     
    162176end;
    163177
     178{ TVector }
     179
     180function TVector.GetLength: Double;
     181begin
     182  Result := Sqrt(Sqr(Direction.X) + Sqr(Direction.Y));
     183end;
     184
     185function TVector.GetAngle: Double;
     186begin
     187  Result := ArcTan2(Direction.Y, Direction.X);
     188end;
     189
     190procedure TVector.SetLength(Value: Double);
     191var
     192  Angle: Double;
     193begin
     194  Angle := GetAngle;
     195  Direction := Point(Round(Cos(Angle) * Value),
     196    Round(Sin(Angle) * Value));
     197end;
     198
     199class function TVector.Create(P1, P2: TPoint): TVector;
     200begin
     201  Result.Position := P1;
     202  Result.Direction := Point(P2.X - P1.X, P2.Y - P1.Y);
     203end;
    164204
    165205end.
    166 
  • trunk/Packages/Common/JobProgressView.pas

    r147 r148  
    1 unit UJobProgressView;
     1unit JobProgressView;
    22
    33interface
     
    55uses
    66  SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,
    7   Dialogs, ComCtrls, StdCtrls, ExtCtrls, Generics.Collections, UThreading, Math,
     7  Dialogs, ComCtrls, StdCtrls, ExtCtrls, Generics.Collections, Threading, Math,
    88  DateUtils;
    99
     
    154154  end;
    155155
    156   //var
    157   //  FormJobProgressView: TFormJobProgressView;
    158 
    159156procedure Register;
    160157
     
    185182  try
    186183    try
    187       //raise Exception.Create('Exception in job');
    188184      ProgressView.CurrentJob.Method(Job);
    189185    except
     
    641637begin
    642638  FLock.Free;
    643   inherited Destroy;
     639  inherited;
    644640end;
    645641
  • trunk/Packages/Common/Languages.pas

    r147 r148  
    1 unit ULanguages;
     1unit Languages;
    22
    33interface
     
    443443
    444444end.
    445 
  • trunk/Packages/Common/Languages/DataFile.cs.po

    r147 r148  
    11msgid ""
    22msgstr ""
    3 "Content-Type: text/plain; charset=UTF-8\n"
    43"Project-Id-Version: \n"
    54"POT-Creation-Date: \n"
     
    76"Last-Translator: \n"
    87"Language-Team: \n"
     8"Language: cs\n"
    99"MIME-Version: 1.0\n"
     10"Content-Type: text/plain; charset=UTF-8\n"
    1011"Content-Transfer-Encoding: 8bit\n"
    11 "Language: cs\n"
    12 "X-Generator: Poedit 3.0\n"
     12"X-Generator: Poedit 3.0.1\n"
    1313
    14 #: udatafile.sallfiles
     14#: datafile.sallfiles
     15#, fuzzy
     16msgctxt "datafile.sallfiles"
    1517msgid "All files"
    1618msgstr "Všechny soubory"
    1719
    18 #: udatafile.sdatafilename
     20#: datafile.sdatafilename
     21#, fuzzy
     22msgctxt "datafile.sdatafilename"
    1923msgid "Data file"
    2024msgstr "Datový soubor"
     25
  • trunk/Packages/Common/Languages/DataFile.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: udatafile.sallfiles
     4#: datafile.sallfiles
    55msgid "All files"
    66msgstr ""
    77
    8 #: udatafile.sdatafilename
     8#: datafile.sdatafilename
    99msgid "Data file"
    1010msgstr ""
  • trunk/Packages/Common/Languages/DebugLog.cs.po

    r147 r148  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111
    12 #: udebuglog.sfilenamenotdefined
     12#: debuglog.sfilenamenotdefined
     13#, fuzzy
     14msgctxt "debuglog.sfilenamenotdefined"
    1315msgid "Filename not defined"
    1416msgstr "Neurčen soubor"
  • trunk/Packages/Common/Languages/DebugLog.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: udebuglog.sfilenamenotdefined
     4#: debuglog.sfilenamenotdefined
    55msgid "Filename not defined"
    66msgstr ""
  • trunk/Packages/Common/Languages/FindFile.cs.po

    r147 r148  
    1212"X-Generator: Poedit 1.8.9\n"
    1313
    14 #: ufindfile.sdirnotfound
     14#: findfile.sdirnotfound
     15#, fuzzy
     16msgctxt "findfile.sdirnotfound"
    1517msgid "Directory not found"
    1618msgstr "Adresář nenalezen"
  • trunk/Packages/Common/Languages/FindFile.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: ufindfile.sdirnotfound
     4#: findfile.sdirnotfound
    55msgid "Directory not found"
    66msgstr ""
  • trunk/Packages/Common/Languages/FormAbout.cs.po

    r147 r148  
    1212"X-Generator: Poedit 2.4.1\n"
    1313
    14 #: uformabout.slicense
     14#: formabout.slicense
     15#, fuzzy
     16msgctxt "formabout.slicense"
    1517msgid "License"
    1618msgstr "Licence"
    1719
    18 #: uformabout.sreleasedate
     20#: formabout.sreleasedate
     21#, fuzzy
     22msgctxt "formabout.sreleasedate"
    1923msgid "Release date"
    2024msgstr "Datum uvolnění"
    2125
    22 #: uformabout.sversion
     26#: formabout.sversion
     27#, fuzzy
     28msgctxt "formabout.sversion"
    2329msgid "Version"
    2430msgstr "Verze"
  • trunk/Packages/Common/Languages/FormAbout.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: uformabout.slicense
     4#: formabout.slicense
    55msgid "License"
    66msgstr ""
    77
    8 #: uformabout.sreleasedate
     8#: formabout.sreleasedate
    99msgid "Release date"
    1010msgstr ""
    1111
    12 #: uformabout.sversion
     12#: formabout.sversion
    1313msgid "Version"
    1414msgstr ""
  • trunk/Packages/Common/Languages/JobProgressView.cs.po

    r147 r148  
    1212"X-Generator: Poedit 2.2\n"
    1313
    14 #: ujobprogressview.sestimatedtime
    15 #, object-pascal-format
     14#: jobprogressview.sestimatedtime
     15#, object-pascal-format, fuzzy
     16msgctxt "jobprogressview.sestimatedtime"
    1617msgid "Estimated time: %s"
    1718msgstr "Odhadovaný čas: %s"
    1819
    19 #: ujobprogressview.sexecuted
     20#: jobprogressview.sexecuted
     21#, fuzzy
     22msgctxt "jobprogressview.sexecuted"
    2023msgid "Executed"
    2124msgstr "Vykonané"
    2225
    23 #: ujobprogressview.sfinished
     26#: jobprogressview.sfinished
     27#, fuzzy
     28msgctxt "jobprogressview.sfinished"
    2429msgid "Finished"
    2530msgstr "Dokončené"
    2631
    27 #: ujobprogressview.spleasewait
     32#: jobprogressview.spleasewait
     33#, fuzzy
     34msgctxt "jobprogressview.spleasewait"
    2835msgid "Please wait..."
    2936msgstr "Prosím čekejte..."
    3037
    31 #: ujobprogressview.sterminate
     38#: jobprogressview.sterminate
     39#, fuzzy
     40msgctxt "jobprogressview.sterminate"
    3241msgid "Termination"
    3342msgstr "Přerušení"
    3443
    35 #: ujobprogressview.stotalestimatedtime
    36 #, object-pascal-format
     44#: jobprogressview.stotalestimatedtime
     45#, object-pascal-format, fuzzy
     46msgctxt "jobprogressview.stotalestimatedtime"
    3747msgid "Total estimated time: %s"
    3848msgstr "Celkový odhadovaný čas: %s"
  • trunk/Packages/Common/Languages/JobProgressView.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: ujobprogressview.sestimatedtime
     4#: jobprogressview.sestimatedtime
    55#, object-pascal-format
    66msgid "Estimated time: %s"
    77msgstr ""
    88
    9 #: ujobprogressview.sexecuted
     9#: jobprogressview.sexecuted
    1010msgid "Executed"
    1111msgstr ""
    1212
    13 #: ujobprogressview.sfinished
     13#: jobprogressview.sfinished
    1414msgid "Finished"
    1515msgstr ""
    1616
    17 #: ujobprogressview.spleasewait
     17#: jobprogressview.spleasewait
    1818msgid "Please wait..."
    1919msgstr ""
    2020
    21 #: ujobprogressview.sterminate
     21#: jobprogressview.sterminate
    2222msgid "Termination"
    2323msgstr ""
    2424
    25 #: ujobprogressview.stotalestimatedtime
     25#: jobprogressview.stotalestimatedtime
    2626#, object-pascal-format
    2727msgid "Total estimated time: %s"
  • trunk/Packages/Common/Languages/Languages.cs.po

    r147 r148  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111
    12 #: ulanguages.slangauto
     12#: languages.slangauto
     13#, fuzzy
     14msgctxt "languages.slangauto"
    1315msgid "Automatic"
    1416msgstr "Automaticky"
    1517
    16 #: ulanguages.slang_aa
     18#: languages.slang_aa
     19msgctxt "languages.slang_aa"
    1720msgid "Afar"
    1821msgstr ""
    1922
    20 #: ulanguages.slang_ab
     23#: languages.slang_ab
     24#, fuzzy
     25msgctxt "languages.slang_ab"
    2126msgid "Abkhazian"
    2227msgstr "Abcházština"
    2328
    24 #: ulanguages.slang_ae
     29#: languages.slang_ae
     30msgctxt "languages.slang_ae"
    2531msgid "Avestan"
    2632msgstr ""
    2733
    28 #: ulanguages.slang_af
     34#: languages.slang_af
     35#, fuzzy
     36msgctxt "languages.slang_af"
    2937msgid "Afrikaans"
    3038msgstr "Afrikánština"
    3139
    32 #: ulanguages.slang_ak
     40#: languages.slang_ak
     41msgctxt "languages.slang_ak"
    3342msgid "Akan"
    3443msgstr ""
    3544
    36 #: ulanguages.slang_am
     45#: languages.slang_am
     46msgctxt "languages.slang_am"
    3747msgid "Amharic"
    3848msgstr ""
    3949
    40 #: ulanguages.slang_an
     50#: languages.slang_an
     51msgctxt "languages.slang_an"
    4152msgid "Aragonese"
    4253msgstr ""
    4354
    44 #: ulanguages.slang_ar
     55#: languages.slang_ar
     56#, fuzzy
     57msgctxt "languages.slang_ar"
    4558msgid "Arabic"
    4659msgstr "Arabština"
    4760
    48 #: ulanguages.slang_as
     61#: languages.slang_as
     62msgctxt "languages.slang_as"
    4963msgid "Assamese"
    5064msgstr ""
    5165
    52 #: ulanguages.slang_av
     66#: languages.slang_av
     67msgctxt "languages.slang_av"
    5368msgid "Avaric"
    5469msgstr ""
    5570
    56 #: ulanguages.slang_ay
     71#: languages.slang_ay
     72msgctxt "languages.slang_ay"
    5773msgid "Aymara"
    5874msgstr ""
    5975
    60 #: ulanguages.slang_az
     76#: languages.slang_az
     77msgctxt "languages.slang_az"
    6178msgid "Azerbaijani"
    6279msgstr ""
    6380
    64 #: ulanguages.slang_ba
     81#: languages.slang_ba
     82msgctxt "languages.slang_ba"
    6583msgid "Bashkir"
    6684msgstr ""
    6785
    68 #: ulanguages.slang_be
     86#: languages.slang_be
     87msgctxt "languages.slang_be"
    6988msgid "Belarusian"
    7089msgstr ""
    7190
    72 #: ulanguages.slang_bg
     91#: languages.slang_bg
     92#, fuzzy
     93msgctxt "languages.slang_bg"
    7394msgid "Bulgarian"
    7495msgstr "Maďarština"
    7596
    76 #: ulanguages.slang_bh
     97#: languages.slang_bh
     98msgctxt "languages.slang_bh"
    7799msgid "Bihari"
    78100msgstr ""
    79101
    80 #: ulanguages.slang_bi
     102#: languages.slang_bi
     103msgctxt "languages.slang_bi"
    81104msgid "Bislama"
    82105msgstr ""
    83106
    84 #: ulanguages.slang_bm
     107#: languages.slang_bm
     108msgctxt "languages.slang_bm"
    85109msgid "Bambara"
    86110msgstr ""
    87111
    88 #: ulanguages.slang_bn
     112#: languages.slang_bn
     113msgctxt "languages.slang_bn"
    89114msgid "Bengali"
    90115msgstr ""
    91116
    92 #: ulanguages.slang_bo
     117#: languages.slang_bo
     118#, fuzzy
     119msgctxt "languages.slang_bo"
    93120msgid "Tibetan"
    94121msgstr "Tibetština"
    95122
    96 #: ulanguages.slang_br
     123#: languages.slang_br
     124msgctxt "languages.slang_br"
    97125msgid "Breton"
    98126msgstr ""
    99127
    100 #: ulanguages.slang_bs
     128#: languages.slang_bs
     129msgctxt "languages.slang_bs"
    101130msgid "Bosnian"
    102131msgstr ""
    103132
    104 #: ulanguages.slang_ca
     133#: languages.slang_ca
     134#, fuzzy
     135msgctxt "languages.slang_ca"
    105136msgid "Catalan"
    106137msgstr "Katalánština"
    107138
    108 #: ulanguages.slang_ce
     139#: languages.slang_ce
     140msgctxt "languages.slang_ce"
    109141msgid "Chechen"
    110142msgstr ""
    111143
    112 #: ulanguages.slang_ch
     144#: languages.slang_ch
     145msgctxt "languages.slang_ch"
    113146msgid "Chamorro"
    114147msgstr ""
    115148
    116 #: ulanguages.slang_co
     149#: languages.slang_co
     150msgctxt "languages.slang_co"
    117151msgid "Corsican"
    118152msgstr ""
    119153
    120 #: ulanguages.slang_cr
     154#: languages.slang_cr
     155#, fuzzy
     156msgctxt "languages.slang_cr"
    121157msgid "Cree"
    122158msgstr "Kríjština"
    123159
    124 #: ulanguages.slang_cs
     160#: languages.slang_cs
     161#, fuzzy
     162msgctxt "languages.slang_cs"
    125163msgid "Czech"
    126164msgstr "Čeština"
    127165
    128 #: ulanguages.slang_cv
     166#: languages.slang_cv
     167msgctxt "languages.slang_cv"
    129168msgid "Chuvash"
    130169msgstr ""
    131170
    132 #: ulanguages.slang_cy
     171#: languages.slang_cy
     172msgctxt "languages.slang_cy"
    133173msgid "Welsh"
    134174msgstr ""
    135175
    136 #: ulanguages.slang_da
     176#: languages.slang_da
     177#, fuzzy
     178msgctxt "languages.slang_da"
    137179msgid "Danish"
    138180msgstr "Dánština"
    139181
    140 #: ulanguages.slang_de
     182#: languages.slang_de
     183#, fuzzy
     184msgctxt "languages.slang_de"
    141185msgid "German"
    142186msgstr "Němčina"
    143187
    144 #: ulanguages.slang_de_at
     188#: languages.slang_de_at
     189#, fuzzy
     190msgctxt "languages.slang_de_at"
    145191msgid "Austrian German"
    146192msgstr "Australská němčina"
    147193
    148 #: ulanguages.slang_de_ch
     194#: languages.slang_de_ch
     195#, fuzzy
     196msgctxt "languages.slang_de_ch"
    149197msgid "Swiss German"
    150198msgstr "Švédská němčina"
    151199
    152 #: ulanguages.slang_dv
     200#: languages.slang_dv
     201msgctxt "languages.slang_dv"
    153202msgid "Divehi"
    154203msgstr ""
    155204
    156 #: ulanguages.slang_dz
     205#: languages.slang_dz
     206msgctxt "languages.slang_dz"
    157207msgid "Dzongkha"
    158208msgstr ""
    159209
    160 #: ulanguages.slang_ee
     210#: languages.slang_ee
     211msgctxt "languages.slang_ee"
    161212msgid "Ewe"
    162213msgstr ""
    163214
    164 #: ulanguages.slang_el
     215#: languages.slang_el
     216#, fuzzy
     217msgctxt "languages.slang_el"
    165218msgid "Greek"
    166219msgstr "Řečtina"
    167220
    168 #: ulanguages.slang_en
     221#: languages.slang_en
     222#, fuzzy
     223msgctxt "languages.slang_en"
    169224msgid "English"
    170225msgstr "Angličtina"
    171226
    172 #: ulanguages.slang_en_au
     227#: languages.slang_en_au
     228#, fuzzy
     229msgctxt "languages.slang_en_au"
    173230msgid "Australian English"
    174231msgstr "Australská angličtina"
    175232
    176 #: ulanguages.slang_en_ca
     233#: languages.slang_en_ca
     234#, fuzzy
     235msgctxt "languages.slang_en_ca"
    177236msgid "Canadian English"
    178237msgstr "Kanadská angličtina"
    179238
    180 #: ulanguages.slang_en_gb
     239#: languages.slang_en_gb
     240#, fuzzy
     241msgctxt "languages.slang_en_gb"
    181242msgid "British English"
    182243msgstr "Britská angličtina"
    183244
    184 #: ulanguages.slang_en_us
     245#: languages.slang_en_us
     246#, fuzzy
     247msgctxt "languages.slang_en_us"
    185248msgid "American English"
    186249msgstr "Americká angličtina"
    187250
    188 #: ulanguages.slang_eo
     251#: languages.slang_eo
     252#, fuzzy
     253msgctxt "languages.slang_eo"
    189254msgid "Esperanto"
    190255msgstr "Esperanto"
    191256
    192 #: ulanguages.slang_es
     257#: languages.slang_es
     258#, fuzzy
     259msgctxt "languages.slang_es"
    193260msgid "Spanish"
    194261msgstr "Španělština"
    195262
    196 #: ulanguages.slang_et
     263#: languages.slang_et
     264#, fuzzy
     265msgctxt "languages.slang_et"
    197266msgid "Estonian"
    198267msgstr "Estonština"
    199268
    200 #: ulanguages.slang_eu
     269#: languages.slang_eu
     270msgctxt "languages.slang_eu"
    201271msgid "Basque"
    202272msgstr ""
    203273
    204 #: ulanguages.slang_fa
     274#: languages.slang_fa
     275#, fuzzy
     276msgctxt "languages.slang_fa"
    205277msgid "Persian"
    206278msgstr "Perština"
    207279
    208 #: ulanguages.slang_ff
     280#: languages.slang_ff
     281msgctxt "languages.slang_ff"
    209282msgid "Fulah"
    210283msgstr ""
    211284
    212 #: ulanguages.slang_fi
     285#: languages.slang_fi
     286#, fuzzy
     287msgctxt "languages.slang_fi"
    213288msgid "Finnish"
    214289msgstr "Finština"
    215290
    216 #: ulanguages.slang_fj
     291#: languages.slang_fj
     292msgctxt "languages.slang_fj"
    217293msgid "Fijian"
    218294msgstr ""
    219295
    220 #: ulanguages.slang_fo
     296#: languages.slang_fo
     297msgctxt "languages.slang_fo"
    221298msgid "Faroese"
    222299msgstr ""
    223300
    224 #: ulanguages.slang_fr
     301#: languages.slang_fr
     302#, fuzzy
     303msgctxt "languages.slang_fr"
    225304msgid "French"
    226305msgstr "Francouzština"
    227306
    228 #: ulanguages.slang_fr_be
    229 msgctxt "ulanguages.slang_fr_be"
     307#: languages.slang_fr_be
     308msgctxt "languages.slang_fr_be"
    230309msgid "Walloon"
    231310msgstr ""
    232311
    233 #: ulanguages.slang_fy
     312#: languages.slang_fy
     313msgctxt "languages.slang_fy"
    234314msgid "Frisian"
    235315msgstr ""
    236316
    237 #: ulanguages.slang_ga
     317#: languages.slang_ga
     318#, fuzzy
     319msgctxt "languages.slang_ga"
    238320msgid "Irish"
    239321msgstr "Irština"
    240322
    241 #: ulanguages.slang_gd
     323#: languages.slang_gd
     324msgctxt "languages.slang_gd"
    242325msgid "Gaelic"
    243326msgstr ""
    244327
    245 #: ulanguages.slang_gl
     328#: languages.slang_gl
     329msgctxt "languages.slang_gl"
    246330msgid "Gallegan"
    247331msgstr ""
    248332
    249 #: ulanguages.slang_gn
     333#: languages.slang_gn
     334msgctxt "languages.slang_gn"
    250335msgid "Guarani"
    251336msgstr ""
    252337
    253 #: ulanguages.slang_gu
     338#: languages.slang_gu
     339msgctxt "languages.slang_gu"
    254340msgid "Gujarati"
    255341msgstr ""
    256342
    257 #: ulanguages.slang_gv
     343#: languages.slang_gv
     344msgctxt "languages.slang_gv"
    258345msgid "Manx"
    259346msgstr ""
    260347
    261 #: ulanguages.slang_ha
     348#: languages.slang_ha
     349msgctxt "languages.slang_ha"
    262350msgid "Hausa"
    263351msgstr ""
    264352
    265 #: ulanguages.slang_he
     353#: languages.slang_he
     354#, fuzzy
     355msgctxt "languages.slang_he"
    266356msgid "Hebrew"
    267357msgstr "Hebrejština"
    268358
    269 #: ulanguages.slang_hi
     359#: languages.slang_hi
     360msgctxt "languages.slang_hi"
    270361msgid "Hindi"
    271362msgstr ""
    272363
    273 #: ulanguages.slang_ho
     364#: languages.slang_ho
     365msgctxt "languages.slang_ho"
    274366msgid "Hiri Motu"
    275367msgstr ""
    276368
    277 #: ulanguages.slang_hr
     369#: languages.slang_hr
     370#, fuzzy
     371msgctxt "languages.slang_hr"
    278372msgid "Croatian"
    279373msgstr "Chorvatština"
    280374
    281 #: ulanguages.slang_ht
     375#: languages.slang_ht
     376msgctxt "languages.slang_ht"
    282377msgid "Haitian"
    283378msgstr ""
    284379
    285 #: ulanguages.slang_hu
     380#: languages.slang_hu
     381#, fuzzy
     382msgctxt "languages.slang_hu"
    286383msgid "Hungarian"
    287384msgstr "Maďarština"
    288385
    289 #: ulanguages.slang_hy
     386#: languages.slang_hy
     387#, fuzzy
     388msgctxt "languages.slang_hy"
    290389msgid "Armenian"
    291390msgstr "Arménština"
    292391
    293 #: ulanguages.slang_hz
     392#: languages.slang_hz
     393msgctxt "languages.slang_hz"
    294394msgid "Herero"
    295395msgstr ""
    296396
    297 #: ulanguages.slang_ia
     397#: languages.slang_ia
     398msgctxt "languages.slang_ia"
    298399msgid "Interlingua"
    299400msgstr ""
    300401
    301 #: ulanguages.slang_id
     402#: languages.slang_id
     403msgctxt "languages.slang_id"
    302404msgid "Indonesian"
    303405msgstr ""
    304406
    305 #: ulanguages.slang_ie
     407#: languages.slang_ie
     408msgctxt "languages.slang_ie"
    306409msgid "Interlingue"
    307410msgstr ""
    308411
    309 #: ulanguages.slang_ig
     412#: languages.slang_ig
     413msgctxt "languages.slang_ig"
    310414msgid "Igbo"
    311415msgstr ""
    312416
    313 #: ulanguages.slang_ii
     417#: languages.slang_ii
     418msgctxt "languages.slang_ii"
    314419msgid "Sichuan Yi"
    315420msgstr ""
    316421
    317 #: ulanguages.slang_ik
     422#: languages.slang_ik
     423msgctxt "languages.slang_ik"
    318424msgid "Inupiaq"
    319425msgstr ""
    320426
    321 #: ulanguages.slang_io
     427#: languages.slang_io
     428msgctxt "languages.slang_io"
    322429msgid "Ido"
    323430msgstr ""
    324431
    325 #: ulanguages.slang_is
     432#: languages.slang_is
     433#, fuzzy
     434msgctxt "languages.slang_is"
    326435msgid "Icelandic"
    327436msgstr "Islandština"
    328437
    329 #: ulanguages.slang_it
     438#: languages.slang_it
     439#, fuzzy
     440msgctxt "languages.slang_it"
    330441msgid "Italian"
    331442msgstr "Italština"
    332443
    333 #: ulanguages.slang_iu
     444#: languages.slang_iu
     445msgctxt "languages.slang_iu"
    334446msgid "Inuktitut"
    335447msgstr ""
    336448
    337 #: ulanguages.slang_ja
     449#: languages.slang_ja
     450#, fuzzy
     451msgctxt "languages.slang_ja"
    338452msgid "Japanese"
    339453msgstr "Japonština"
    340454
    341 #: ulanguages.slang_jv
     455#: languages.slang_jv
     456msgctxt "languages.slang_jv"
    342457msgid "Javanese"
    343458msgstr ""
    344459
    345 #: ulanguages.slang_ka
     460#: languages.slang_ka
     461#, fuzzy
     462msgctxt "languages.slang_ka"
    346463msgid "Georgian"
    347464msgstr "Gruzínština"
    348465
    349 #: ulanguages.slang_kg
     466#: languages.slang_kg
     467#, fuzzy
     468msgctxt "languages.slang_kg"
    350469msgid "Kongo"
    351470msgstr "Konžština"
    352471
    353 #: ulanguages.slang_ki
     472#: languages.slang_ki
     473msgctxt "languages.slang_ki"
    354474msgid "Kikuyu"
    355475msgstr ""
    356476
    357 #: ulanguages.slang_kj
     477#: languages.slang_kj
     478msgctxt "languages.slang_kj"
    358479msgid "Kuanyama"
    359480msgstr ""
    360481
    361 #: ulanguages.slang_kk
     482#: languages.slang_kk
     483msgctxt "languages.slang_kk"
    362484msgid "Kazakh"
    363485msgstr ""
    364486
    365 #: ulanguages.slang_kl
     487#: languages.slang_kl
     488#, fuzzy
     489msgctxt "languages.slang_kl"
    366490msgid "Greenlandic"
    367491msgstr "Grónština"
    368492
    369 #: ulanguages.slang_km
     493#: languages.slang_km
     494msgctxt "languages.slang_km"
    370495msgid "Khmer"
    371496msgstr ""
    372497
    373 #: ulanguages.slang_kn
     498#: languages.slang_kn
     499#, fuzzy
     500msgctxt "languages.slang_kn"
    374501msgid "Kannada"
    375502msgstr "Kannadština"
    376503
    377 #: ulanguages.slang_ko
     504#: languages.slang_ko
     505#, fuzzy
     506msgctxt "languages.slang_ko"
    378507msgid "Korean"
    379508msgstr "Korejština"
    380509
    381 #: ulanguages.slang_kr
     510#: languages.slang_kr
     511msgctxt "languages.slang_kr"
    382512msgid "Kanuri"
    383513msgstr ""
    384514
    385 #: ulanguages.slang_ks
     515#: languages.slang_ks
     516msgctxt "languages.slang_ks"
    386517msgid "Kashmiri"
    387518msgstr ""
    388519
    389 #: ulanguages.slang_ku
     520#: languages.slang_ku
     521msgctxt "languages.slang_ku"
    390522msgid "Kurdish"
    391523msgstr ""
    392524
    393 #: ulanguages.slang_kv
     525#: languages.slang_kv
     526msgctxt "languages.slang_kv"
    394527msgid "Komi"
    395528msgstr ""
    396529
    397 #: ulanguages.slang_kw
     530#: languages.slang_kw
     531#, fuzzy
     532msgctxt "languages.slang_kw"
    398533msgid "Cornish"
    399534msgstr "Kornština"
    400535
    401 #: ulanguages.slang_ky
     536#: languages.slang_ky
     537msgctxt "languages.slang_ky"
    402538msgid "Kirghiz"
    403539msgstr ""
    404540
    405 #: ulanguages.slang_la
     541#: languages.slang_la
     542#, fuzzy
     543msgctxt "languages.slang_la"
    406544msgid "Latin"
    407545msgstr "Latina"
    408546
    409 #: ulanguages.slang_lb
     547#: languages.slang_lb
     548#, fuzzy
     549msgctxt "languages.slang_lb"
    410550msgid "Luxembourgish"
    411551msgstr "Lucemburština"
    412552
    413 #: ulanguages.slang_lg
     553#: languages.slang_lg
     554msgctxt "languages.slang_lg"
    414555msgid "Ganda"
    415556msgstr ""
    416557
    417 #: ulanguages.slang_li
     558#: languages.slang_li
     559msgctxt "languages.slang_li"
    418560msgid "Limburgan"
    419561msgstr ""
    420562
    421 #: ulanguages.slang_ln
     563#: languages.slang_ln
     564msgctxt "languages.slang_ln"
    422565msgid "Lingala"
    423566msgstr ""
    424567
    425 #: ulanguages.slang_lo
     568#: languages.slang_lo
     569#, fuzzy
     570msgctxt "languages.slang_lo"
    426571msgid "Lao"
    427572msgstr "Laoština"
    428573
    429 #: ulanguages.slang_lt
     574#: languages.slang_lt
     575#, fuzzy
     576msgctxt "languages.slang_lt"
    430577msgid "Lithuanian"
    431578msgstr "Litevština"
    432579
    433 #: ulanguages.slang_lu
     580#: languages.slang_lu
     581msgctxt "languages.slang_lu"
    434582msgid "Luba-Katanga"
    435583msgstr ""
    436584
    437 #: ulanguages.slang_lv
     585#: languages.slang_lv
     586#, fuzzy
     587msgctxt "languages.slang_lv"
    438588msgid "Latvian"
    439589msgstr "Lotyština"
    440590
    441 #: ulanguages.slang_mg
     591#: languages.slang_mg
     592msgctxt "languages.slang_mg"
    442593msgid "Malagasy"
    443594msgstr ""
    444595
    445 #: ulanguages.slang_mh
     596#: languages.slang_mh
     597msgctxt "languages.slang_mh"
    446598msgid "Marshallese"
    447599msgstr ""
    448600
    449 #: ulanguages.slang_mi
     601#: languages.slang_mi
     602msgctxt "languages.slang_mi"
    450603msgid "Maori"
    451604msgstr ""
    452605
    453 #: ulanguages.slang_mk
     606#: languages.slang_mk
     607#, fuzzy
     608msgctxt "languages.slang_mk"
    454609msgid "Macedonian"
    455610msgstr "Makedonština"
    456611
    457 #: ulanguages.slang_ml
     612#: languages.slang_ml
     613msgctxt "languages.slang_ml"
    458614msgid "Malayalam"
    459615msgstr ""
    460616
    461 #: ulanguages.slang_mn
     617#: languages.slang_mn
     618#, fuzzy
     619msgctxt "languages.slang_mn"
    462620msgid "Mongolian"
    463621msgstr "Mongolština"
    464622
    465 #: ulanguages.slang_mo
     623#: languages.slang_mo
     624#, fuzzy
     625msgctxt "languages.slang_mo"
    466626msgid "Moldavian"
    467627msgstr "Moldavština"
    468628
    469 #: ulanguages.slang_mr
     629#: languages.slang_mr
     630msgctxt "languages.slang_mr"
    470631msgid "Marathi"
    471632msgstr ""
    472633
    473 #: ulanguages.slang_ms
     634#: languages.slang_ms
     635msgctxt "languages.slang_ms"
    474636msgid "Malay"
    475637msgstr ""
    476638
    477 #: ulanguages.slang_mt
     639#: languages.slang_mt
     640msgctxt "languages.slang_mt"
    478641msgid "Maltese"
    479642msgstr ""
    480643
    481 #: ulanguages.slang_my
     644#: languages.slang_my
     645msgctxt "languages.slang_my"
    482646msgid "Burmese"
    483647msgstr ""
    484648
    485 #: ulanguages.slang_na
     649#: languages.slang_na
     650msgctxt "languages.slang_na"
    486651msgid "Nauru"
    487652msgstr ""
    488653
    489 #: ulanguages.slang_nb
     654#: languages.slang_nb
     655msgctxt "languages.slang_nb"
    490656msgid "Norwegian Bokmaal"
    491657msgstr ""
    492658
    493 #: ulanguages.slang_nd
     659#: languages.slang_nd
     660msgctxt "languages.slang_nd"
    494661msgid "Ndebele, North"
    495662msgstr ""
    496663
    497 #: ulanguages.slang_ne
     664#: languages.slang_ne
     665msgctxt "languages.slang_ne"
    498666msgid "Nepali"
    499667msgstr ""
    500668
    501 #: ulanguages.slang_ng
     669#: languages.slang_ng
     670msgctxt "languages.slang_ng"
    502671msgid "Ndonga"
    503672msgstr ""
    504673
    505 #: ulanguages.slang_nl
     674#: languages.slang_nl
     675#, fuzzy
     676msgctxt "languages.slang_nl"
    506677msgid "Dutch"
    507678msgstr "Němčina"
    508679
    509 #: ulanguages.slang_nl_be
     680#: languages.slang_nl_be
     681msgctxt "languages.slang_nl_be"
    510682msgid "Flemish"
    511683msgstr ""
    512684
    513 #: ulanguages.slang_nn
     685#: languages.slang_nn
     686msgctxt "languages.slang_nn"
    514687msgid "Norwegian Nynorsk"
    515688msgstr ""
    516689
    517 #: ulanguages.slang_no
     690#: languages.slang_no
     691#, fuzzy
     692msgctxt "languages.slang_no"
    518693msgid "Norwegian"
    519694msgstr "Norština"
    520695
    521 #: ulanguages.slang_nr
     696#: languages.slang_nr
     697msgctxt "languages.slang_nr"
    522698msgid "Ndebele, South"
    523699msgstr ""
    524700
    525 #: ulanguages.slang_nv
     701#: languages.slang_nv
     702#, fuzzy
     703msgctxt "languages.slang_nv"
    526704msgid "Navajo"
    527705msgstr "Navažština"
    528706
    529 #: ulanguages.slang_ny
     707#: languages.slang_ny
     708msgctxt "languages.slang_ny"
    530709msgid "Chichewa"
    531710msgstr ""
    532711
    533 #: ulanguages.slang_oc
     712#: languages.slang_oc
     713msgctxt "languages.slang_oc"
    534714msgid "Occitan"
    535715msgstr ""
    536716
    537 #: ulanguages.slang_oj
     717#: languages.slang_oj
     718msgctxt "languages.slang_oj"
    538719msgid "Ojibwa"
    539720msgstr ""
    540721
    541 #: ulanguages.slang_om
     722#: languages.slang_om
     723msgctxt "languages.slang_om"
    542724msgid "Oromo"
    543725msgstr ""
    544726
    545 #: ulanguages.slang_or
     727#: languages.slang_or
     728msgctxt "languages.slang_or"
    546729msgid "Oriya"
    547730msgstr ""
    548731
    549 #: ulanguages.slang_os
     732#: languages.slang_os
     733msgctxt "languages.slang_os"
    550734msgid "Ossetian"
    551735msgstr ""
    552736
    553 #: ulanguages.slang_pa
     737#: languages.slang_pa
     738msgctxt "languages.slang_pa"
    554739msgid "Panjabi"
    555740msgstr ""
    556741
    557 #: ulanguages.slang_pi
     742#: languages.slang_pi
     743msgctxt "languages.slang_pi"
    558744msgid "Pali"
    559745msgstr ""
    560746
    561 #: ulanguages.slang_pl
     747#: languages.slang_pl
     748#, fuzzy
     749msgctxt "languages.slang_pl"
    562750msgid "Polish"
    563751msgstr "Polština"
    564752
    565 #: ulanguages.slang_ps
     753#: languages.slang_ps
     754msgctxt "languages.slang_ps"
    566755msgid "Pushto"
    567756msgstr ""
    568757
    569 #: ulanguages.slang_pt
     758#: languages.slang_pt
     759#, fuzzy
     760msgctxt "languages.slang_pt"
    570761msgid "Portuguese"
    571762msgstr "Portugalština"
    572763
    573 #: ulanguages.slang_pt_br
     764#: languages.slang_pt_br
     765#, fuzzy
     766msgctxt "languages.slang_pt_br"
    574767msgid "Brazilian Portuguese"
    575768msgstr "Brazislká portugalština"
    576769
    577 #: ulanguages.slang_qu
     770#: languages.slang_qu
     771msgctxt "languages.slang_qu"
    578772msgid "Quechua"
    579773msgstr ""
    580774
    581 #: ulanguages.slang_rm
     775#: languages.slang_rm
     776msgctxt "languages.slang_rm"
    582777msgid "Raeto-Romance"
    583778msgstr ""
    584779
    585 #: ulanguages.slang_rn
     780#: languages.slang_rn
     781msgctxt "languages.slang_rn"
    586782msgid "Rundi"
    587783msgstr ""
    588784
    589 #: ulanguages.slang_ro
     785#: languages.slang_ro
     786#, fuzzy
     787msgctxt "languages.slang_ro"
    590788msgid "Romanian"
    591789msgstr "Romština"
    592790
    593 #: ulanguages.slang_ru
     791#: languages.slang_ru
     792#, fuzzy
     793msgctxt "languages.slang_ru"
    594794msgid "Russian"
    595795msgstr "Ruština"
    596796
    597 #: ulanguages.slang_rw
     797#: languages.slang_rw
     798msgctxt "languages.slang_rw"
    598799msgid "Kinyarwanda"
    599800msgstr ""
    600801
    601 #: ulanguages.slang_sa
     802#: languages.slang_sa
     803msgctxt "languages.slang_sa"
    602804msgid "Sanskrit"
    603805msgstr ""
    604806
    605 #: ulanguages.slang_sc
     807#: languages.slang_sc
     808msgctxt "languages.slang_sc"
    606809msgid "Sardinian"
    607810msgstr ""
    608811
    609 #: ulanguages.slang_sd
     812#: languages.slang_sd
     813msgctxt "languages.slang_sd"
    610814msgid "Sindhi"
    611815msgstr ""
    612816
    613 #: ulanguages.slang_se
     817#: languages.slang_se
     818msgctxt "languages.slang_se"
    614819msgid "Northern Sami"
    615820msgstr ""
    616821
    617 #: ulanguages.slang_sg
     822#: languages.slang_sg
     823msgctxt "languages.slang_sg"
    618824msgid "Sango"
    619825msgstr ""
    620826
    621 #: ulanguages.slang_si
     827#: languages.slang_si
     828msgctxt "languages.slang_si"
    622829msgid "Sinhalese"
    623830msgstr ""
    624831
    625 #: ulanguages.slang_sk
     832#: languages.slang_sk
     833#, fuzzy
     834msgctxt "languages.slang_sk"
    626835msgid "Slovak"
    627836msgstr "Slovenština"
    628837
    629 #: ulanguages.slang_sl
     838#: languages.slang_sl
     839#, fuzzy
     840msgctxt "languages.slang_sl"
    630841msgid "Slovenian"
    631842msgstr "Slovinština"
    632843
    633 #: ulanguages.slang_sm
     844#: languages.slang_sm
     845msgctxt "languages.slang_sm"
    634846msgid "Samoan"
    635847msgstr ""
    636848
    637 #: ulanguages.slang_sn
     849#: languages.slang_sn
     850msgctxt "languages.slang_sn"
    638851msgid "Shona"
    639852msgstr ""
    640853
    641 #: ulanguages.slang_so
     854#: languages.slang_so
     855msgctxt "languages.slang_so"
    642856msgid "Somali"
    643857msgstr ""
    644858
    645 #: ulanguages.slang_sq
     859#: languages.slang_sq
     860#, fuzzy
     861msgctxt "languages.slang_sq"
    646862msgid "Albanian"
    647863msgstr "Albánština"
    648864
    649 #: ulanguages.slang_sr
     865#: languages.slang_sr
     866msgctxt "languages.slang_sr"
    650867msgid "Serbian"
    651868msgstr ""
    652869
    653 #: ulanguages.slang_ss
     870#: languages.slang_ss
     871msgctxt "languages.slang_ss"
    654872msgid "Swati"
    655873msgstr ""
    656874
    657 #: ulanguages.slang_st
     875#: languages.slang_st
     876msgctxt "languages.slang_st"
    658877msgid "Sotho, Southern"
    659878msgstr ""
    660879
    661 #: ulanguages.slang_su
     880#: languages.slang_su
     881#, fuzzy
     882msgctxt "languages.slang_su"
    662883msgid "Sundanese"
    663884msgstr "Sundština"
    664885
    665 #: ulanguages.slang_sv
     886#: languages.slang_sv
     887#, fuzzy
     888msgctxt "languages.slang_sv"
    666889msgid "Swedish"
    667890msgstr "Švédština"
    668891
    669 #: ulanguages.slang_sw
     892#: languages.slang_sw
     893msgctxt "languages.slang_sw"
    670894msgid "Swahili"
    671895msgstr ""
    672896
    673 #: ulanguages.slang_ta
     897#: languages.slang_ta
     898msgctxt "languages.slang_ta"
    674899msgid "Tamil"
    675900msgstr ""
    676901
    677 #: ulanguages.slang_te
     902#: languages.slang_te
     903msgctxt "languages.slang_te"
    678904msgid "Telugu"
    679905msgstr ""
    680906
    681 #: ulanguages.slang_tg
     907#: languages.slang_tg
     908msgctxt "languages.slang_tg"
    682909msgid "Tajik"
    683910msgstr ""
    684911
    685 #: ulanguages.slang_th
     912#: languages.slang_th
     913msgctxt "languages.slang_th"
    686914msgid "Thai"
    687915msgstr ""
    688916
    689 #: ulanguages.slang_ti
     917#: languages.slang_ti
     918msgctxt "languages.slang_ti"
    690919msgid "Tigrinya"
    691920msgstr ""
    692921
    693 #: ulanguages.slang_tk
     922#: languages.slang_tk
     923msgctxt "languages.slang_tk"
    694924msgid "Turkmen"
    695925msgstr ""
    696926
    697 #: ulanguages.slang_tl
     927#: languages.slang_tl
     928msgctxt "languages.slang_tl"
    698929msgid "Tagalog"
    699930msgstr ""
    700931
    701 #: ulanguages.slang_tn
     932#: languages.slang_tn
     933msgctxt "languages.slang_tn"
    702934msgid "Tswana"
    703935msgstr ""
    704936
    705 #: ulanguages.slang_to
     937#: languages.slang_to
     938msgctxt "languages.slang_to"
    706939msgid "Tonga"
    707940msgstr ""
    708941
    709 #: ulanguages.slang_tr
     942#: languages.slang_tr
     943#, fuzzy
     944msgctxt "languages.slang_tr"
    710945msgid "Turkish"
    711946msgstr "Turečtina"
    712947
    713 #: ulanguages.slang_ts
     948#: languages.slang_ts
     949msgctxt "languages.slang_ts"
    714950msgid "Tsonga"
    715951msgstr ""
    716952
    717 #: ulanguages.slang_tt
     953#: languages.slang_tt
     954#, fuzzy
     955msgctxt "languages.slang_tt"
    718956msgid "Tatar"
    719957msgstr "Tatarština"
    720958
    721 #: ulanguages.slang_tw
     959#: languages.slang_tw
     960msgctxt "languages.slang_tw"
    722961msgid "Twi"
    723962msgstr ""
    724963
    725 #: ulanguages.slang_ty
     964#: languages.slang_ty
     965msgctxt "languages.slang_ty"
    726966msgid "Tahitian"
    727967msgstr ""
    728968
    729 #: ulanguages.slang_ug
     969#: languages.slang_ug
     970msgctxt "languages.slang_ug"
    730971msgid "Uighur"
    731972msgstr ""
    732973
    733 #: ulanguages.slang_uk
     974#: languages.slang_uk
     975#, fuzzy
     976msgctxt "languages.slang_uk"
    734977msgid "Ukrainian"
    735978msgstr "Ukrajinština"
    736979
    737 #: ulanguages.slang_ur
     980#: languages.slang_ur
     981msgctxt "languages.slang_ur"
    738982msgid "Urdu"
    739983msgstr ""
    740984
    741 #: ulanguages.slang_uz
     985#: languages.slang_uz
     986msgctxt "languages.slang_uz"
    742987msgid "Uzbek"
    743988msgstr ""
    744989
    745 #: ulanguages.slang_ve
     990#: languages.slang_ve
     991msgctxt "languages.slang_ve"
    746992msgid "Venda"
    747993msgstr ""
    748994
    749 #: ulanguages.slang_vi
     995#: languages.slang_vi
     996#, fuzzy
     997msgctxt "languages.slang_vi"
    750998msgid "Vietnamese"
    751999msgstr "Vietnamština"
    7521000
    753 #: ulanguages.slang_vo
     1001#: languages.slang_vo
     1002msgctxt "languages.slang_vo"
    7541003msgid "Volapuk"
    7551004msgstr ""
    7561005
    757 #: ulanguages.slang_wa
    758 msgctxt "ulanguages.slang_wa"
     1006#: languages.slang_wa
     1007msgctxt "languages.slang_wa"
    7591008msgid "Walloon"
    7601009msgstr ""
    7611010
    762 #: ulanguages.slang_wo
     1011#: languages.slang_wo
     1012msgctxt "languages.slang_wo"
    7631013msgid "Wolof"
    7641014msgstr ""
    7651015
    766 #: ulanguages.slang_xh
     1016#: languages.slang_xh
     1017msgctxt "languages.slang_xh"
    7671018msgid "Xhosa"
    7681019msgstr ""
    7691020
    770 #: ulanguages.slang_yi
     1021#: languages.slang_yi
     1022msgctxt "languages.slang_yi"
    7711023msgid "Yiddish"
    7721024msgstr ""
    7731025
    774 #: ulanguages.slang_yo
     1026#: languages.slang_yo
     1027msgctxt "languages.slang_yo"
    7751028msgid "Yoruba"
    7761029msgstr ""
    7771030
    778 #: ulanguages.slang_za
     1031#: languages.slang_za
     1032msgctxt "languages.slang_za"
    7791033msgid "Zhuang"
    7801034msgstr ""
    7811035
    782 #: ulanguages.slang_zh
     1036#: languages.slang_zh
     1037#, fuzzy
     1038msgctxt "languages.slang_zh"
    7831039msgid "Chinese"
    7841040msgstr "Čínština"
    7851041
    786 #: ulanguages.slang_zu
     1042#: languages.slang_zu
     1043#, fuzzy
     1044msgctxt "languages.slang_zu"
    7871045msgid "Zulu"
    7881046msgstr "Zuluština"
  • trunk/Packages/Common/Languages/Languages.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: ulanguages.slangauto
     4#: languages.slangauto
    55msgid "Automatic"
    66msgstr ""
    77
    8 #: ulanguages.slang_aa
     8#: languages.slang_aa
    99msgid "Afar"
    1010msgstr ""
    1111
    12 #: ulanguages.slang_ab
     12#: languages.slang_ab
    1313msgid "Abkhazian"
    1414msgstr ""
    1515
    16 #: ulanguages.slang_ae
     16#: languages.slang_ae
    1717msgid "Avestan"
    1818msgstr ""
    1919
    20 #: ulanguages.slang_af
     20#: languages.slang_af
    2121msgid "Afrikaans"
    2222msgstr ""
    2323
    24 #: ulanguages.slang_ak
     24#: languages.slang_ak
    2525msgid "Akan"
    2626msgstr ""
    2727
    28 #: ulanguages.slang_am
     28#: languages.slang_am
    2929msgid "Amharic"
    3030msgstr ""
    3131
    32 #: ulanguages.slang_an
     32#: languages.slang_an
    3333msgid "Aragonese"
    3434msgstr ""
    3535
    36 #: ulanguages.slang_ar
     36#: languages.slang_ar
    3737msgid "Arabic"
    3838msgstr ""
    3939
    40 #: ulanguages.slang_as
     40#: languages.slang_as
    4141msgid "Assamese"
    4242msgstr ""
    4343
    44 #: ulanguages.slang_av
     44#: languages.slang_av
    4545msgid "Avaric"
    4646msgstr ""
    4747
    48 #: ulanguages.slang_ay
     48#: languages.slang_ay
    4949msgid "Aymara"
    5050msgstr ""
    5151
    52 #: ulanguages.slang_az
     52#: languages.slang_az
    5353msgid "Azerbaijani"
    5454msgstr ""
    5555
    56 #: ulanguages.slang_ba
     56#: languages.slang_ba
    5757msgid "Bashkir"
    5858msgstr ""
    5959
    60 #: ulanguages.slang_be
     60#: languages.slang_be
    6161msgid "Belarusian"
    6262msgstr ""
    6363
    64 #: ulanguages.slang_bg
     64#: languages.slang_bg
    6565msgid "Bulgarian"
    6666msgstr ""
    6767
    68 #: ulanguages.slang_bh
     68#: languages.slang_bh
    6969msgid "Bihari"
    7070msgstr ""
    7171
    72 #: ulanguages.slang_bi
     72#: languages.slang_bi
    7373msgid "Bislama"
    7474msgstr ""
    7575
    76 #: ulanguages.slang_bm
     76#: languages.slang_bm
    7777msgid "Bambara"
    7878msgstr ""
    7979
    80 #: ulanguages.slang_bn
     80#: languages.slang_bn
    8181msgid "Bengali"
    8282msgstr ""
    8383
    84 #: ulanguages.slang_bo
     84#: languages.slang_bo
    8585msgid "Tibetan"
    8686msgstr ""
    8787
    88 #: ulanguages.slang_br
     88#: languages.slang_br
    8989msgid "Breton"
    9090msgstr ""
    9191
    92 #: ulanguages.slang_bs
     92#: languages.slang_bs
    9393msgid "Bosnian"
    9494msgstr ""
    9595
    96 #: ulanguages.slang_ca
     96#: languages.slang_ca
    9797msgid "Catalan"
    9898msgstr ""
    9999
    100 #: ulanguages.slang_ce
     100#: languages.slang_ce
    101101msgid "Chechen"
    102102msgstr ""
    103103
    104 #: ulanguages.slang_ch
     104#: languages.slang_ch
    105105msgid "Chamorro"
    106106msgstr ""
    107107
    108 #: ulanguages.slang_co
     108#: languages.slang_co
    109109msgid "Corsican"
    110110msgstr ""
    111111
    112 #: ulanguages.slang_cr
     112#: languages.slang_cr
    113113msgid "Cree"
    114114msgstr ""
    115115
    116 #: ulanguages.slang_cs
     116#: languages.slang_cs
    117117msgid "Czech"
    118118msgstr ""
    119119
    120 #: ulanguages.slang_cv
     120#: languages.slang_cv
    121121msgid "Chuvash"
    122122msgstr ""
    123123
    124 #: ulanguages.slang_cy
     124#: languages.slang_cy
    125125msgid "Welsh"
    126126msgstr ""
    127127
    128 #: ulanguages.slang_da
     128#: languages.slang_da
    129129msgid "Danish"
    130130msgstr ""
    131131
    132 #: ulanguages.slang_de
     132#: languages.slang_de
    133133msgid "German"
    134134msgstr ""
    135135
    136 #: ulanguages.slang_de_at
     136#: languages.slang_de_at
    137137msgid "Austrian German"
    138138msgstr ""
    139139
    140 #: ulanguages.slang_de_ch
     140#: languages.slang_de_ch
    141141msgid "Swiss German"
    142142msgstr ""
    143143
    144 #: ulanguages.slang_dv
     144#: languages.slang_dv
    145145msgid "Divehi"
    146146msgstr ""
    147147
    148 #: ulanguages.slang_dz
     148#: languages.slang_dz
    149149msgid "Dzongkha"
    150150msgstr ""
    151151
    152 #: ulanguages.slang_ee
     152#: languages.slang_ee
    153153msgid "Ewe"
    154154msgstr ""
    155155
    156 #: ulanguages.slang_el
     156#: languages.slang_el
    157157msgid "Greek"
    158158msgstr ""
    159159
    160 #: ulanguages.slang_en
     160#: languages.slang_en
    161161msgid "English"
    162162msgstr ""
    163163
    164 #: ulanguages.slang_en_au
     164#: languages.slang_en_au
    165165msgid "Australian English"
    166166msgstr ""
    167167
    168 #: ulanguages.slang_en_ca
     168#: languages.slang_en_ca
    169169msgid "Canadian English"
    170170msgstr ""
    171171
    172 #: ulanguages.slang_en_gb
     172#: languages.slang_en_gb
    173173msgid "British English"
    174174msgstr ""
    175175
    176 #: ulanguages.slang_en_us
     176#: languages.slang_en_us
    177177msgid "American English"
    178178msgstr ""
    179179
    180 #: ulanguages.slang_eo
     180#: languages.slang_eo
    181181msgid "Esperanto"
    182182msgstr ""
    183183
    184 #: ulanguages.slang_es
     184#: languages.slang_es
    185185msgid "Spanish"
    186186msgstr ""
    187187
    188 #: ulanguages.slang_et
     188#: languages.slang_et
    189189msgid "Estonian"
    190190msgstr ""
    191191
    192 #: ulanguages.slang_eu
     192#: languages.slang_eu
    193193msgid "Basque"
    194194msgstr ""
    195195
    196 #: ulanguages.slang_fa
     196#: languages.slang_fa
    197197msgid "Persian"
    198198msgstr ""
    199199
    200 #: ulanguages.slang_ff
     200#: languages.slang_ff
    201201msgid "Fulah"
    202202msgstr ""
    203203
    204 #: ulanguages.slang_fi
     204#: languages.slang_fi
    205205msgid "Finnish"
    206206msgstr ""
    207207
    208 #: ulanguages.slang_fj
     208#: languages.slang_fj
    209209msgid "Fijian"
    210210msgstr ""
    211211
    212 #: ulanguages.slang_fo
     212#: languages.slang_fo
    213213msgid "Faroese"
    214214msgstr ""
    215215
    216 #: ulanguages.slang_fr
     216#: languages.slang_fr
    217217msgid "French"
    218218msgstr ""
    219219
    220 #: ulanguages.slang_fr_be
    221 msgctxt "ulanguages.slang_fr_be"
     220#: languages.slang_fr_be
     221msgctxt "languages.slang_fr_be"
    222222msgid "Walloon"
    223223msgstr ""
    224224
    225 #: ulanguages.slang_fy
     225#: languages.slang_fy
    226226msgid "Frisian"
    227227msgstr ""
    228228
    229 #: ulanguages.slang_ga
     229#: languages.slang_ga
    230230msgid "Irish"
    231231msgstr ""
    232232
    233 #: ulanguages.slang_gd
     233#: languages.slang_gd
    234234msgid "Gaelic"
    235235msgstr ""
    236236
    237 #: ulanguages.slang_gl
     237#: languages.slang_gl
    238238msgid "Gallegan"
    239239msgstr ""
    240240
    241 #: ulanguages.slang_gn
     241#: languages.slang_gn
    242242msgid "Guarani"
    243243msgstr ""
    244244
    245 #: ulanguages.slang_gu
     245#: languages.slang_gu
    246246msgid "Gujarati"
    247247msgstr ""
    248248
    249 #: ulanguages.slang_gv
     249#: languages.slang_gv
    250250msgid "Manx"
    251251msgstr ""
    252252
    253 #: ulanguages.slang_ha
     253#: languages.slang_ha
    254254msgid "Hausa"
    255255msgstr ""
    256256
    257 #: ulanguages.slang_he
     257#: languages.slang_he
    258258msgid "Hebrew"
    259259msgstr ""
    260260
    261 #: ulanguages.slang_hi
     261#: languages.slang_hi
    262262msgid "Hindi"
    263263msgstr ""
    264264
    265 #: ulanguages.slang_ho
     265#: languages.slang_ho
    266266msgid "Hiri Motu"
    267267msgstr ""
    268268
    269 #: ulanguages.slang_hr
     269#: languages.slang_hr
    270270msgid "Croatian"
    271271msgstr ""
    272272
    273 #: ulanguages.slang_ht
     273#: languages.slang_ht
    274274msgid "Haitian"
    275275msgstr ""
    276276
    277 #: ulanguages.slang_hu
     277#: languages.slang_hu
    278278msgid "Hungarian"
    279279msgstr ""
    280280
    281 #: ulanguages.slang_hy
     281#: languages.slang_hy
    282282msgid "Armenian"
    283283msgstr ""
    284284
    285 #: ulanguages.slang_hz
     285#: languages.slang_hz
    286286msgid "Herero"
    287287msgstr ""
    288288
    289 #: ulanguages.slang_ia
     289#: languages.slang_ia
    290290msgid "Interlingua"
    291291msgstr ""
    292292
    293 #: ulanguages.slang_id
     293#: languages.slang_id
    294294msgid "Indonesian"
    295295msgstr ""
    296296
    297 #: ulanguages.slang_ie
     297#: languages.slang_ie
    298298msgid "Interlingue"
    299299msgstr ""
    300300
    301 #: ulanguages.slang_ig
     301#: languages.slang_ig
    302302msgid "Igbo"
    303303msgstr ""
    304304
    305 #: ulanguages.slang_ii
     305#: languages.slang_ii
    306306msgid "Sichuan Yi"
    307307msgstr ""
    308308
    309 #: ulanguages.slang_ik
     309#: languages.slang_ik
    310310msgid "Inupiaq"
    311311msgstr ""
    312312
    313 #: ulanguages.slang_io
     313#: languages.slang_io
    314314msgid "Ido"
    315315msgstr ""
    316316
    317 #: ulanguages.slang_is
     317#: languages.slang_is
    318318msgid "Icelandic"
    319319msgstr ""
    320320
    321 #: ulanguages.slang_it
     321#: languages.slang_it
    322322msgid "Italian"
    323323msgstr ""
    324324
    325 #: ulanguages.slang_iu
     325#: languages.slang_iu
    326326msgid "Inuktitut"
    327327msgstr ""
    328328
    329 #: ulanguages.slang_ja
     329#: languages.slang_ja
    330330msgid "Japanese"
    331331msgstr ""
    332332
    333 #: ulanguages.slang_jv
     333#: languages.slang_jv
    334334msgid "Javanese"
    335335msgstr ""
    336336
    337 #: ulanguages.slang_ka
     337#: languages.slang_ka
    338338msgid "Georgian"
    339339msgstr ""
    340340
    341 #: ulanguages.slang_kg
     341#: languages.slang_kg
    342342msgid "Kongo"
    343343msgstr ""
    344344
    345 #: ulanguages.slang_ki
     345#: languages.slang_ki
    346346msgid "Kikuyu"
    347347msgstr ""
    348348
    349 #: ulanguages.slang_kj
     349#: languages.slang_kj
    350350msgid "Kuanyama"
    351351msgstr ""
    352352
    353 #: ulanguages.slang_kk
     353#: languages.slang_kk
    354354msgid "Kazakh"
    355355msgstr ""
    356356
    357 #: ulanguages.slang_kl
     357#: languages.slang_kl
    358358msgid "Greenlandic"
    359359msgstr ""
    360360
    361 #: ulanguages.slang_km
     361#: languages.slang_km
    362362msgid "Khmer"
    363363msgstr ""
    364364
    365 #: ulanguages.slang_kn
     365#: languages.slang_kn
    366366msgid "Kannada"
    367367msgstr ""
    368368
    369 #: ulanguages.slang_ko
     369#: languages.slang_ko
    370370msgid "Korean"
    371371msgstr ""
    372372
    373 #: ulanguages.slang_kr
     373#: languages.slang_kr
    374374msgid "Kanuri"
    375375msgstr ""
    376376
    377 #: ulanguages.slang_ks
     377#: languages.slang_ks
    378378msgid "Kashmiri"
    379379msgstr ""
    380380
    381 #: ulanguages.slang_ku
     381#: languages.slang_ku
    382382msgid "Kurdish"
    383383msgstr ""
    384384
    385 #: ulanguages.slang_kv
     385#: languages.slang_kv
    386386msgid "Komi"
    387387msgstr ""
    388388
    389 #: ulanguages.slang_kw
     389#: languages.slang_kw
    390390msgid "Cornish"
    391391msgstr ""
    392392
    393 #: ulanguages.slang_ky
     393#: languages.slang_ky
    394394msgid "Kirghiz"
    395395msgstr ""
    396396
    397 #: ulanguages.slang_la
     397#: languages.slang_la
    398398msgid "Latin"
    399399msgstr ""
    400400
    401 #: ulanguages.slang_lb
     401#: languages.slang_lb
    402402msgid "Luxembourgish"
    403403msgstr ""
    404404
    405 #: ulanguages.slang_lg
     405#: languages.slang_lg
    406406msgid "Ganda"
    407407msgstr ""
    408408
    409 #: ulanguages.slang_li
     409#: languages.slang_li
    410410msgid "Limburgan"
    411411msgstr ""
    412412
    413 #: ulanguages.slang_ln
     413#: languages.slang_ln
    414414msgid "Lingala"
    415415msgstr ""
    416416
    417 #: ulanguages.slang_lo
     417#: languages.slang_lo
    418418msgid "Lao"
    419419msgstr ""
    420420
    421 #: ulanguages.slang_lt
     421#: languages.slang_lt
    422422msgid "Lithuanian"
    423423msgstr ""
    424424
    425 #: ulanguages.slang_lu
     425#: languages.slang_lu
    426426msgid "Luba-Katanga"
    427427msgstr ""
    428428
    429 #: ulanguages.slang_lv
     429#: languages.slang_lv
    430430msgid "Latvian"
    431431msgstr ""
    432432
    433 #: ulanguages.slang_mg
     433#: languages.slang_mg
    434434msgid "Malagasy"
    435435msgstr ""
    436436
    437 #: ulanguages.slang_mh
     437#: languages.slang_mh
    438438msgid "Marshallese"
    439439msgstr ""
    440440
    441 #: ulanguages.slang_mi
     441#: languages.slang_mi
    442442msgid "Maori"
    443443msgstr ""
    444444
    445 #: ulanguages.slang_mk
     445#: languages.slang_mk
    446446msgid "Macedonian"
    447447msgstr ""
    448448
    449 #: ulanguages.slang_ml
     449#: languages.slang_ml
    450450msgid "Malayalam"
    451451msgstr ""
    452452
    453 #: ulanguages.slang_mn
     453#: languages.slang_mn
    454454msgid "Mongolian"
    455455msgstr ""
    456456
    457 #: ulanguages.slang_mo
     457#: languages.slang_mo
    458458msgid "Moldavian"
    459459msgstr ""
    460460
    461 #: ulanguages.slang_mr
     461#: languages.slang_mr
    462462msgid "Marathi"
    463463msgstr ""
    464464
    465 #: ulanguages.slang_ms
     465#: languages.slang_ms
    466466msgid "Malay"
    467467msgstr ""
    468468
    469 #: ulanguages.slang_mt
     469#: languages.slang_mt
    470470msgid "Maltese"
    471471msgstr ""
    472472
    473 #: ulanguages.slang_my
     473#: languages.slang_my
    474474msgid "Burmese"
    475475msgstr ""
    476476
    477 #: ulanguages.slang_na
     477#: languages.slang_na
    478478msgid "Nauru"
    479479msgstr ""
    480480
    481 #: ulanguages.slang_nb
     481#: languages.slang_nb
    482482msgid "Norwegian Bokmaal"
    483483msgstr ""
    484484
    485 #: ulanguages.slang_nd
     485#: languages.slang_nd
    486486msgid "Ndebele, North"
    487487msgstr ""
    488488
    489 #: ulanguages.slang_ne
     489#: languages.slang_ne
    490490msgid "Nepali"
    491491msgstr ""
    492492
    493 #: ulanguages.slang_ng
     493#: languages.slang_ng
    494494msgid "Ndonga"
    495495msgstr ""
    496496
    497 #: ulanguages.slang_nl
     497#: languages.slang_nl
    498498msgid "Dutch"
    499499msgstr ""
    500500
    501 #: ulanguages.slang_nl_be
     501#: languages.slang_nl_be
    502502msgid "Flemish"
    503503msgstr ""
    504504
    505 #: ulanguages.slang_nn
     505#: languages.slang_nn
    506506msgid "Norwegian Nynorsk"
    507507msgstr ""
    508508
    509 #: ulanguages.slang_no
     509#: languages.slang_no
    510510msgid "Norwegian"
    511511msgstr ""
    512512
    513 #: ulanguages.slang_nr
     513#: languages.slang_nr
    514514msgid "Ndebele, South"
    515515msgstr ""
    516516
    517 #: ulanguages.slang_nv
     517#: languages.slang_nv
    518518msgid "Navajo"
    519519msgstr ""
    520520
    521 #: ulanguages.slang_ny
     521#: languages.slang_ny
    522522msgid "Chichewa"
    523523msgstr ""
    524524
    525 #: ulanguages.slang_oc
     525#: languages.slang_oc
    526526msgid "Occitan"
    527527msgstr ""
    528528
    529 #: ulanguages.slang_oj
     529#: languages.slang_oj
    530530msgid "Ojibwa"
    531531msgstr ""
    532532
    533 #: ulanguages.slang_om
     533#: languages.slang_om
    534534msgid "Oromo"
    535535msgstr ""
    536536
    537 #: ulanguages.slang_or
     537#: languages.slang_or
    538538msgid "Oriya"
    539539msgstr ""
    540540
    541 #: ulanguages.slang_os
     541#: languages.slang_os
    542542msgid "Ossetian"
    543543msgstr ""
    544544
    545 #: ulanguages.slang_pa
     545#: languages.slang_pa
    546546msgid "Panjabi"
    547547msgstr ""
    548548
    549 #: ulanguages.slang_pi
     549#: languages.slang_pi
    550550msgid "Pali"
    551551msgstr ""
    552552
    553 #: ulanguages.slang_pl
     553#: languages.slang_pl
    554554msgid "Polish"
    555555msgstr ""
    556556
    557 #: ulanguages.slang_ps
     557#: languages.slang_ps
    558558msgid "Pushto"
    559559msgstr ""
    560560
    561 #: ulanguages.slang_pt
     561#: languages.slang_pt
    562562msgid "Portuguese"
    563563msgstr ""
    564564
    565 #: ulanguages.slang_pt_br
     565#: languages.slang_pt_br
    566566msgid "Brazilian Portuguese"
    567567msgstr ""
    568568
    569 #: ulanguages.slang_qu
     569#: languages.slang_qu
    570570msgid "Quechua"
    571571msgstr ""
    572572
    573 #: ulanguages.slang_rm
     573#: languages.slang_rm
    574574msgid "Raeto-Romance"
    575575msgstr ""
    576576
    577 #: ulanguages.slang_rn
     577#: languages.slang_rn
    578578msgid "Rundi"
    579579msgstr ""
    580580
    581 #: ulanguages.slang_ro
     581#: languages.slang_ro
    582582msgid "Romanian"
    583583msgstr ""
    584584
    585 #: ulanguages.slang_ru
     585#: languages.slang_ru
    586586msgid "Russian"
    587587msgstr ""
    588588
    589 #: ulanguages.slang_rw
     589#: languages.slang_rw
    590590msgid "Kinyarwanda"
    591591msgstr ""
    592592
    593 #: ulanguages.slang_sa
     593#: languages.slang_sa
    594594msgid "Sanskrit"
    595595msgstr ""
    596596
    597 #: ulanguages.slang_sc
     597#: languages.slang_sc
    598598msgid "Sardinian"
    599599msgstr ""
    600600
    601 #: ulanguages.slang_sd
     601#: languages.slang_sd
    602602msgid "Sindhi"
    603603msgstr ""
    604604
    605 #: ulanguages.slang_se
     605#: languages.slang_se
    606606msgid "Northern Sami"
    607607msgstr ""
    608608
    609 #: ulanguages.slang_sg
     609#: languages.slang_sg
    610610msgid "Sango"
    611611msgstr ""
    612612
    613 #: ulanguages.slang_si
     613#: languages.slang_si
    614614msgid "Sinhalese"
    615615msgstr ""
    616616
    617 #: ulanguages.slang_sk
     617#: languages.slang_sk
    618618msgid "Slovak"
    619619msgstr ""
    620620
    621 #: ulanguages.slang_sl
     621#: languages.slang_sl
    622622msgid "Slovenian"
    623623msgstr ""
    624624
    625 #: ulanguages.slang_sm
     625#: languages.slang_sm
    626626msgid "Samoan"
    627627msgstr ""
    628628
    629 #: ulanguages.slang_sn
     629#: languages.slang_sn
    630630msgid "Shona"
    631631msgstr ""
    632632
    633 #: ulanguages.slang_so
     633#: languages.slang_so
    634634msgid "Somali"
    635635msgstr ""
    636636
    637 #: ulanguages.slang_sq
     637#: languages.slang_sq
    638638msgid "Albanian"
    639639msgstr ""
    640640
    641 #: ulanguages.slang_sr
     641#: languages.slang_sr
    642642msgid "Serbian"
    643643msgstr ""
    644644
    645 #: ulanguages.slang_ss
     645#: languages.slang_ss
    646646msgid "Swati"
    647647msgstr ""
    648648
    649 #: ulanguages.slang_st
     649#: languages.slang_st
    650650msgid "Sotho, Southern"
    651651msgstr ""
    652652
    653 #: ulanguages.slang_su
     653#: languages.slang_su
    654654msgid "Sundanese"
    655655msgstr ""
    656656
    657 #: ulanguages.slang_sv
     657#: languages.slang_sv
    658658msgid "Swedish"
    659659msgstr ""
    660660
    661 #: ulanguages.slang_sw
     661#: languages.slang_sw
    662662msgid "Swahili"
    663663msgstr ""
    664664
    665 #: ulanguages.slang_ta
     665#: languages.slang_ta
    666666msgid "Tamil"
    667667msgstr ""
    668668
    669 #: ulanguages.slang_te
     669#: languages.slang_te
    670670msgid "Telugu"
    671671msgstr ""
    672672
    673 #: ulanguages.slang_tg
     673#: languages.slang_tg
    674674msgid "Tajik"
    675675msgstr ""
    676676
    677 #: ulanguages.slang_th
     677#: languages.slang_th
    678678msgid "Thai"
    679679msgstr ""
    680680
    681 #: ulanguages.slang_ti
     681#: languages.slang_ti
    682682msgid "Tigrinya"
    683683msgstr ""
    684684
    685 #: ulanguages.slang_tk
     685#: languages.slang_tk
    686686msgid "Turkmen"
    687687msgstr ""
    688688
    689 #: ulanguages.slang_tl
     689#: languages.slang_tl
    690690msgid "Tagalog"
    691691msgstr ""
    692692
    693 #: ulanguages.slang_tn
     693#: languages.slang_tn
    694694msgid "Tswana"
    695695msgstr ""
    696696
    697 #: ulanguages.slang_to
     697#: languages.slang_to
    698698msgid "Tonga"
    699699msgstr ""
    700700
    701 #: ulanguages.slang_tr
     701#: languages.slang_tr
    702702msgid "Turkish"
    703703msgstr ""
    704704
    705 #: ulanguages.slang_ts
     705#: languages.slang_ts
    706706msgid "Tsonga"
    707707msgstr ""
    708708
    709 #: ulanguages.slang_tt
     709#: languages.slang_tt
    710710msgid "Tatar"
    711711msgstr ""
    712712
    713 #: ulanguages.slang_tw
     713#: languages.slang_tw
    714714msgid "Twi"
    715715msgstr ""
    716716
    717 #: ulanguages.slang_ty
     717#: languages.slang_ty
    718718msgid "Tahitian"
    719719msgstr ""
    720720
    721 #: ulanguages.slang_ug
     721#: languages.slang_ug
    722722msgid "Uighur"
    723723msgstr ""
    724724
    725 #: ulanguages.slang_uk
     725#: languages.slang_uk
    726726msgid "Ukrainian"
    727727msgstr ""
    728728
    729 #: ulanguages.slang_ur
     729#: languages.slang_ur
    730730msgid "Urdu"
    731731msgstr ""
    732732
    733 #: ulanguages.slang_uz
     733#: languages.slang_uz
    734734msgid "Uzbek"
    735735msgstr ""
    736736
    737 #: ulanguages.slang_ve
     737#: languages.slang_ve
    738738msgid "Venda"
    739739msgstr ""
    740740
    741 #: ulanguages.slang_vi
     741#: languages.slang_vi
    742742msgid "Vietnamese"
    743743msgstr ""
    744744
    745 #: ulanguages.slang_vo
     745#: languages.slang_vo
    746746msgid "Volapuk"
    747747msgstr ""
    748748
    749 #: ulanguages.slang_wa
    750 msgctxt "ulanguages.slang_wa"
     749#: languages.slang_wa
     750msgctxt "languages.slang_wa"
    751751msgid "Walloon"
    752752msgstr ""
    753753
    754 #: ulanguages.slang_wo
     754#: languages.slang_wo
    755755msgid "Wolof"
    756756msgstr ""
    757757
    758 #: ulanguages.slang_xh
     758#: languages.slang_xh
    759759msgid "Xhosa"
    760760msgstr ""
    761761
    762 #: ulanguages.slang_yi
     762#: languages.slang_yi
    763763msgid "Yiddish"
    764764msgstr ""
    765765
    766 #: ulanguages.slang_yo
     766#: languages.slang_yo
    767767msgid "Yoruba"
    768768msgstr ""
    769769
    770 #: ulanguages.slang_za
     770#: languages.slang_za
    771771msgid "Zhuang"
    772772msgstr ""
    773773
    774 #: ulanguages.slang_zh
     774#: languages.slang_zh
    775775msgid "Chinese"
    776776msgstr ""
    777777
    778 #: ulanguages.slang_zu
     778#: languages.slang_zu
    779779msgid "Zulu"
    780780msgstr ""
  • trunk/Packages/Common/Languages/Pool.cs.po

    r147 r148  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111
    12 #: upool.sobjectpoolempty
     12#: pool.sobjectpoolempty
     13#, fuzzy
     14msgctxt "pool.sobjectpoolempty"
    1315msgid "Object pool is empty"
    1416msgstr "Zásobník objektů je prázdný"
    1517
    16 #: upool.sreleaseerror
     18#: pool.sreleaseerror
     19#, fuzzy
     20msgctxt "pool.sreleaseerror"
    1721msgid "Unknown object for release from pool"
    1822msgstr "Neznýmý objekt pro uvolnění ze zásobníku"
  • trunk/Packages/Common/Languages/Pool.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: upool.sobjectpoolempty
     4#: pool.sobjectpoolempty
    55msgid "Object pool is empty"
    66msgstr ""
    77
    8 #: upool.sreleaseerror
     8#: pool.sreleaseerror
    99msgid "Unknown object for release from pool"
    1010msgstr ""
  • trunk/Packages/Common/Languages/ResetableThread.cs.po

    r147 r148  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111
    12 #: uresetablethread.swaiterror
     12#: resetablethread.swaiterror
     13#, fuzzy
     14msgctxt "resetablethread.swaiterror"
    1315msgid "WaitFor error"
    1416msgstr "Chyba WaitFor"
  • trunk/Packages/Common/Languages/ResetableThread.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: uresetablethread.swaiterror
     4#: resetablethread.swaiterror
    55msgid "WaitFor error"
    66msgstr ""
  • trunk/Packages/Common/Languages/ScaleDPI.cs.po

    r147 r148  
    1212"X-Generator: Poedit 1.8.9\n"
    1313
    14 #: uscaledpi.swrongdpi
    15 #, object-pascal-format
     14#: scaledpi.swrongdpi
     15#, object-pascal-format, fuzzy
     16msgctxt "scaledpi.swrongdpi"
    1617msgid "Wrong DPI [%d,%d]"
    1718msgstr "Chybné DPI [%d,%d]"
  • trunk/Packages/Common/Languages/ScaleDPI.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: uscaledpi.swrongdpi
     4#: scaledpi.swrongdpi
    55#, object-pascal-format
    66msgid "Wrong DPI [%d,%d]"
  • trunk/Packages/Common/Languages/TestCase.cs.po

    r147 r148  
    1212"X-Generator: Poedit 3.0.1\n"
    1313
    14 #: utestcase.sfailed
     14#: testcase.sfailed
     15#, fuzzy
     16msgctxt "testcase.sfailed"
    1517msgid "Failed"
    1618msgstr "Selhalo"
    1719
    18 #: utestcase.snone
     20#: testcase.snone
     21#, fuzzy
     22msgctxt "testcase.snone"
    1923msgid "None"
    2024msgstr "Žádný"
    2125
    22 #: utestcase.spassed
     26#: testcase.spassed
     27#, fuzzy
     28msgctxt "testcase.spassed"
    2329msgid "Passed"
    2430msgstr "Prošlo"
  • trunk/Packages/Common/Languages/TestCase.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: utestcase.sfailed
     4#: testcase.sfailed
    55msgid "Failed"
    66msgstr ""
    77
    8 #: utestcase.snone
     8#: testcase.snone
    99msgid "None"
    1010msgstr ""
    1111
    12 #: utestcase.spassed
     12#: testcase.spassed
    1313msgid "Passed"
    1414msgstr ""
  • trunk/Packages/Common/Languages/Threading.cs.po

    r147 r148  
    1010"Content-Transfer-Encoding: 8bit\n"
    1111
    12 #: uthreading.scurrentthreadnotfound
    13 #, object-pascal-format
     12#: threading.scurrentthreadnotfound
     13#, object-pascal-format, fuzzy
     14msgctxt "threading.scurrentthreadnotfound"
    1415msgid "Current thread ID %d not found in virtual thread list."
    1516msgstr "Aktuální vlákno ID %d nenalezeno v seznamu virtuálních vláken."
  • trunk/Packages/Common/Languages/Threading.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: uthreading.scurrentthreadnotfound
     4#: threading.scurrentthreadnotfound
    55#, object-pascal-format
    66msgid "Current thread ID %d not found in virtual thread list."
  • trunk/Packages/Common/LastOpenedList.pas

    r147 r148  
    1 unit ULastOpenedList;
     1unit LastOpenedList;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Registry, URegistry, Menus, XMLConf, DOM;
     6  Classes, SysUtils, Registry, RegistryEx, Menus, XMLConf, DOM;
    77
    88type
     
    194194
    195195end.
    196 
  • trunk/Packages/Common/ListViewSort.pas

    r147 r148  
    1 unit UListViewSort;
     1unit ListViewSort;
    22
    33// Date: 2019-05-17
     
    66
    77uses
    8   {$IFDEF Windows}Windows, CommCtrl, LMessages, {$ENDIF}Classes, Graphics,
    9   ComCtrls, SysUtils, Controls, DateUtils, Dialogs, Forms, Grids, StdCtrls,
    10   ExtCtrls, UCommon, LclIntf, LclType, LResources, Generics.Collections,
    11   Generics.Defaults;
     8  {$IFDEF Windows}Windows, CommCtrl, LMessages, {$ENDIF}Classes, Graphics, ComCtrls, SysUtils,
     9  Controls, DateUtils, Dialogs, Forms, Grids, StdCtrls, ExtCtrls,
     10  LclIntf, LclType, LResources, Generics.Collections, Generics.Defaults;
    1211
    1312type
     
    1817  TCompareEvent = function (Item1, Item2: TObject): Integer of object;
    1918  TListFilterEvent = procedure (ListViewSort: TListViewSort) of object;
     19
     20  TObjects = TObjectList<TObject>;
    2021
    2122  { TListViewSort }
     
    148149destructor TListViewEx.Destroy;
    149150begin
    150   inherited Destroy;
     151  inherited;
    151152end;
    152153
  • trunk/Packages/Common/Memory.pas

    r147 r148  
    1 unit UMemory;
     1unit Memory;
    22
    33interface
     
    4949procedure TPositionMemory.SetSize(AValue: Integer);
    5050begin
    51   inherited SetSize(AValue);
     51  inherited;
    5252  if FPosition > FSize then FPosition := FSize;
    5353end;
     
    106106begin
    107107  Size := 0;
    108   inherited Destroy;
     108  inherited;
    109109end;
    110110
     
    120120
    121121end.
    122 
  • trunk/Packages/Common/MetaCanvas.pas

    r147 r148  
    1 unit UMetaCanvas;
     1unit MetaCanvas;
    22
    33interface
     
    6363
    6464  TCanvasPolygon = class(TCanvasObject)
     65    Pen: TPen;
     66    Brush: TBrush;
     67    Points: array of TPoint;
     68    procedure Paint(Canvas: TCanvas); override;
     69    procedure Zoom(Factor: Double); override;
     70    procedure Move(Delta: TPoint); override;
     71    constructor Create;
     72    destructor Destroy; override;
     73  end;
     74
     75  { TCanvasPolyline }
     76
     77  TCanvasPolyline = class(TCanvasObject)
     78    Pen: TPen;
     79    Brush: TBrush;
     80    Points: array of TPoint;
     81    procedure Paint(Canvas: TCanvas); override;
     82    procedure Zoom(Factor: Double); override;
     83    procedure Move(Delta: TPoint); override;
     84    constructor Create;
     85    destructor Destroy; override;
     86  end;
     87
     88  { TCanvasPolyBezier }
     89
     90  TCanvasPolyBezier = class(TCanvasObject)
    6591    Pen: TPen;
    6692    Brush: TBrush;
     
    133159    procedure DoMoveTo(X, Y: Integer); override;
    134160    procedure DoLineTo(X, Y: Integer); override;
     161    procedure DoPolyline(const Points: array of TPoint); override;
     162    procedure DoPolyBezier(Points: PPoint; NumPts: Integer;
     163      Filled: Boolean = False; Continuous: Boolean = False); override;
    135164  public
    136165    Objects: TCanvasObjects;
     
    141170    procedure TextOut(X,Y: Integer; const Text: String); override;
    142171    procedure Polygon(Points: PPoint; NumPts: Integer; Winding: Boolean = False); override;
     172    procedure Polyline(Points: PPoint; NumPts: Integer); override;
     173    procedure PolyBezier(Points: PPoint; NumPts: Integer;
     174      Filled: Boolean = False; Continuous: Boolean = True); override;
    143175    procedure Ellipse(x1, y1, x2, y2: Integer); override;
    144176    procedure StretchDraw(const DestRect: TRect; SrcGraphic: TGraphic); override;
     
    159191
    160192uses
    161   UGeometric, LCLIntf;
     193  Geometric, LCLIntf;
     194
     195{ TCanvasPolyBezier }
     196
     197procedure TCanvasPolyBezier.Paint(Canvas: TCanvas);
     198begin
     199  Canvas.Pen.Assign(Pen);
     200  Canvas.Brush.Assign(Brush);
     201  Canvas.PolyBezier(Points);
     202end;
     203
     204procedure TCanvasPolyBezier.Zoom(Factor: Double);
     205var
     206  I: Integer;
     207begin
     208  for I := 0 to High(Points) do
     209    Points[I] := Point(Trunc(Points[I].X * Factor),
     210      Trunc(Points[I].Y * Factor));
     211  Pen.Width := Trunc(Pen.Width * Factor);
     212end;
     213
     214procedure TCanvasPolyBezier.Move(Delta: TPoint);
     215var
     216  I: Integer;
     217begin
     218  for I := 0 to High(Points) do
     219    Points[I] := AddPoint(Points[I], Delta);
     220end;
     221
     222constructor TCanvasPolyBezier.Create;
     223begin
     224  Pen := TPen.Create;
     225  Brush := TBrush.Create;
     226end;
     227
     228destructor TCanvasPolyBezier.Destroy;
     229begin
     230  FreeAndNil(Brush);
     231  FreeAndNil(Pen);
     232  inherited;
     233end;
     234
     235{ TCanvasPolyline }
     236
     237procedure TCanvasPolyline.Paint(Canvas: TCanvas);
     238begin
     239  Canvas.Pen.Assign(Pen);
     240  Canvas.Brush.Assign(Brush);
     241  Canvas.Polyline(Points);
     242end;
     243
     244procedure TCanvasPolyline.Zoom(Factor: Double);
     245var
     246  I: Integer;
     247begin
     248  for I := 0 to High(Points) do
     249    Points[I] := Point(Trunc(Points[I].X * Factor),
     250      Trunc(Points[I].Y * Factor));
     251  Pen.Width := Trunc(Pen.Width * Factor);
     252end;
     253
     254procedure TCanvasPolyline.Move(Delta: TPoint);
     255var
     256  I: Integer;
     257begin
     258  for I := 0 to High(Points) do
     259    Points[I] := AddPoint(Points[I], Delta);
     260end;
     261
     262constructor TCanvasPolyline.Create;
     263begin
     264  Pen := TPen.Create;
     265  Brush := TBrush.Create;
     266end;
     267
     268destructor TCanvasPolyline.Destroy;
     269begin
     270  FreeAndNil(Brush);
     271  FreeAndNil(Pen);
     272  inherited;
     273end;
    162274
    163275{ TCanvasPie }
     
    304416destructor TCanvasPolygon.Destroy;
    305417begin
    306   Brush.Free;
    307   Pen.Free;
     418  FreeAndNil(Brush);
     419  FreeAndNil(Pen);
    308420  inherited;
    309421end;
     
    511623    APoints[I] := Points[I];
    512624  DoPolygon(APoints);
     625end;
     626
     627procedure TMetaCanvas.Polyline(Points: PPoint; NumPts: Integer);
     628var
     629  APoints: array of TPoint;
     630  I: Integer;
     631begin
     632  APoints := nil;
     633  SetLength(APoints, NumPts);
     634  for I := 0 to High(APoints) do
     635    APoints[I] := Points[I];
     636  DoPolyline(APoints);
     637end;
     638
     639procedure TMetaCanvas.PolyBezier(Points: PPoint; NumPts: Integer;
     640  Filled: Boolean; Continuous: Boolean);
     641begin
     642  DoPolyBezier(Points, NumPts, Filled, Continuous);
    513643end;
    514644
     
    580710end;
    581711
     712procedure TMetaCanvas.DoPolyline(const Points: array of TPoint);
     713var
     714  NewObj: TCanvasPolyline;
     715  I: Integer;
     716begin
     717  NewObj := TCanvasPolyline.Create;
     718  NewObj.Brush.Assign(Brush);
     719  NewObj.Pen.Assign(Pen);
     720  SetLength(NewObj.Points, Length(Points));
     721  for I := 0 to High(Points) do
     722    NewObj.Points[I] := Points[I];
     723  Objects.Add(NewObj);
     724end;
     725
     726procedure TMetaCanvas.DoPolyBezier(Points: PPoint; NumPts: Integer;
     727  Filled: Boolean; Continuous: Boolean);
     728var
     729  NewObj: TCanvasPolyBezier;
     730  I: Integer;
     731begin
     732  NewObj := TCanvasPolyBezier.Create;
     733  NewObj.Brush.Assign(Brush);
     734  NewObj.Pen.Assign(Pen);
     735  SetLength(NewObj.Points, NumPts);
     736  for I := 0 to High(NewObj.Points) do
     737    NewObj.Points[I] := Points[I];
     738  Objects.Add(NewObj);
     739end;
     740
    582741procedure TMetaCanvas.FillRect(const ARect: TRect);
    583742begin
     
    664823
    665824end.
    666 
  • trunk/Packages/Common/PersistentForm.pas

    r147 r148  
    1 unit UPersistentForm;
    2 
    3 // Date: 2020-11-26
     1unit PersistentForm;
    42
    53interface
    64
    75uses
    8   Classes, SysUtils, Forms, URegistry, LCLIntf, Registry, Controls, ComCtrls,
     6  Classes, SysUtils, Forms, RegistryEx, LCLIntf, Registry, Controls, ComCtrls,
    97  ExtCtrls, LCLType;
    108
     
    2119    procedure SaveControl(Control: TControl);
    2220  public
    23     FormNormalSize: TRect;
    2421    FormRestoredSize: TRect;
    2522    FormWindowState: TWindowState;
     
    155152    RootKey := RegistryContext.RootKey;
    156153    OpenKey(RegistryContext.Key + '\Forms\' + Form.Name, True);
    157     // Normal size
    158     FormNormalSize.Left := ReadIntegerWithDefault('NormalLeft', FormNormalSize.Left);
    159     FormNormalSize.Top := ReadIntegerWithDefault('NormalTop', FormNormalSize.Top);
    160     FormNormalSize.Right := ReadIntegerWithDefault('NormalWidth', FormNormalSize.Right - FormNormalSize.Left)
    161       + FormNormalSize.Left;
    162     FormNormalSize.Bottom := ReadIntegerWithDefault('NormalHeight', FormNormalSize.Bottom - FormNormalSize.Top)
    163       + FormNormalSize.Top;
     154
    164155    // Restored size
    165156    FormRestoredSize.Left := ReadIntegerWithDefault('RestoredLeft', FormRestoredSize.Left);
     
    169160    FormRestoredSize.Bottom := ReadIntegerWithDefault('RestoredHeight', FormRestoredSize.Bottom - FormRestoredSize.Top)
    170161      + FormRestoredSize.Top;
     162
    171163    // Other state
    172164    FormWindowState := TWindowState(ReadIntegerWithDefault('WindowState', Integer(FormWindowState)));
     
    183175    RootKey := RegistryContext.RootKey;
    184176    OpenKey(RegistryContext.Key + '\Forms\' + Form.Name, True);
    185     // Normal state
    186     WriteInteger('NormalWidth', FormNormalSize.Right - FormNormalSize.Left);
    187     WriteInteger('NormalHeight', FormNormalSize.Bottom - FormNormalSize.Top);
    188     WriteInteger('NormalTop', FormNormalSize.Top);
    189     WriteInteger('NormalLeft', FormNormalSize.Left);
    190     // Restored state
     177
     178    // Restored size
    191179    WriteInteger('RestoredWidth', FormRestoredSize.Right - FormRestoredSize.Left);
    192180    WriteInteger('RestoredHeight', FormRestoredSize.Bottom - FormRestoredSize.Top);
    193181    WriteInteger('RestoredTop', FormRestoredSize.Top);
    194182    WriteInteger('RestoredLeft', FormRestoredSize.Left);
     183
    195184    // Other state
    196185    WriteInteger('WindowState', Integer(FormWindowState));
     
    257246begin
    258247  Self.Form := Form;
     248
    259249  // Set default
    260   FormNormalSize := Bounds((Screen.Width - Form.Width) div 2,
    261     (Screen.Height - Form.Height) div 2, Form.Width, Form.Height);
    262250  FormRestoredSize := Bounds((Screen.Width - Form.Width) div 2,
    263251    (Screen.Height - Form.Height) div 2, Form.Width, Form.Height);
     
    267255  LoadFromRegistry(RegistryContext);
    268256
    269   if not EqualRect(FormNormalSize, FormRestoredSize) or
    270     DefaultMaximized then begin
     257  if (FormWindowState = wsMaximized) or DefaultMaximized then begin
    271258    // Restore to maximized state
    272259    Form.WindowState := wsNormal;
     
    277264    // Restore to normal state
    278265    Form.WindowState := wsNormal;
    279     if FEntireVisible then FormNormalSize := CheckEntireVisible(FormNormalSize)
     266    if FEntireVisible then FormRestoredSize := CheckEntireVisible(FormRestoredSize)
    280267      else if FMinVisiblePart > 0 then
    281     FormNormalSize := CheckPartVisible(FormNormalSize, FMinVisiblePart);
    282     if not EqualRect(FormNormalSize, Form.BoundsRect) then
    283       Form.BoundsRect := FormNormalSize;
     268        FormRestoredSize := CheckPartVisible(FormRestoredSize, FMinVisiblePart);
     269    if not EqualRect(FormRestoredSize, Form.BoundsRect) then
     270      Form.BoundsRect := FormRestoredSize;
    284271  end;
    285272  if FormFullScreen then SetFullScreen(True);
     
    290277begin
    291278  Self.Form := Form;
    292   FormNormalSize := Bounds(Form.Left, Form.Top, Form.Width, Form.Height);
    293   if not FormFullScreen then
    294     FormRestoredSize := Bounds(Form.RestoredLeft, Form.RestoredTop, Form.RestoredWidth,
    295       Form.RestoredHeight);
    296   FormWindowState := Form.WindowState;
     279  if not FormFullScreen then begin
     280    FormWindowState := Form.WindowState;
     281    if FormWindowState = wsMaximized then begin
     282      FormRestoredSize := Bounds(Form.RestoredLeft, Form.RestoredTop, Form.RestoredWidth,
     283        Form.RestoredHeight);
     284    end else
     285    if FormWindowState = wsNormal then begin
     286      FormRestoredSize := Bounds(Form.Left, Form.Top, Form.Width, Form.Height);
     287    end;
     288  end;
    297289  SaveToRegistry(RegistryContext);
    298290  SaveControl(Form);
     
    312304  if State then begin
    313305    FormFullScreen := True;
    314     FormNormalSize := Form.BoundsRect;
    315     FormRestoredSize := Bounds(Form.RestoredLeft, Form.RestoredTop, Form.RestoredWidth,
    316       Form.RestoredHeight);
     306    if Form.WindowState = wsMaximized then begin
     307      FormRestoredSize := Bounds(Form.RestoredLeft, Form.RestoredTop, Form.RestoredWidth,
     308        Form.RestoredHeight);
     309    end else
     310    if Form.WindowState = wsNormal then begin
     311      FormRestoredSize := Bounds(Form.Left, Form.Top, Form.Width, Form.Height);
     312    end;
    317313    FormWindowState := Form.WindowState;
     314    Form.WindowState := wsMaximized;
     315    Form.WindowState := wsNormal;
    318316    ShowWindow(Form.Handle, SW_SHOWFULLSCREEN);
    319317    {$IFDEF WINDOWS}
     
    327325    ShowWindow(Form.Handle, SW_SHOWNORMAL);
    328326    if FormWindowState = wsNormal then begin
    329       Form.BoundsRect := FormNormalSize;
     327      Form.WindowState := wsNormal;
     328      Form.BoundsRect := FormRestoredSize;
    330329    end else
    331330    if FormWindowState = wsMaximized then begin
     
    337336
    338337end.
    339 
  • trunk/Packages/Common/PixelPointer.pas

    r147 r148  
    1 unit UPixelPointer;
     1unit PixelPointer;
    22
    33interface
     
    1515  private
    1616    procedure SetRGB(AValue: Cardinal);
    17     function GetRGB: Cardinal;   
     17    function GetRGB: Cardinal;
    1818  public
    1919    property RGB: Cardinal read GetRGB write SetRGB;
     
    310310end;
    311311
    312 
    313312end.
    314 
  • trunk/Packages/Common/Pool.pas

    r147 r148  
    1 unit UPool;
     1unit Pool;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, syncobjs, Generics.Collections, UThreading;
     6  Classes, SysUtils, syncobjs, Generics.Collections, Threading;
    77
    88type
     
    106106constructor TThreadedPool.Create;
    107107begin
    108   inherited Create;
     108  inherited;
    109109  Lock := TCriticalSection.Create;
    110110end;
     
    114114  TotalCount := 0;
    115115  Lock.Free;
    116   inherited Destroy;
     116  inherited;
    117117end;
    118118
     
    199199
    200200end.
    201 
  • trunk/Packages/Common/PrefixMultiplier.pas

    r147 r148  
    1 unit UPrefixMultiplier;
     1unit PrefixMultiplier;
    22
    33// Date: 2010-06-01
     
    3131  (
    3232    (ShortText: 'y'; FullText: 'yocto'; Value: 1e-24),
    33           (ShortText: 'z'; FullText: 'zepto'; Value: 1e-21),
     33      (ShortText: 'z'; FullText: 'zepto'; Value: 1e-21),
    3434    (ShortText: 'a'; FullText: 'atto'; Value: 1e-18),
    3535    (ShortText: 'f'; FullText: 'femto'; Value: 1e-15),
     
    5252  (
    5353    (ShortText: 'ys'; FullText: 'yocto'; Value: 1e-24),
    54           (ShortText: 'zs'; FullText: 'zepto'; Value: 1e-21),
     54      (ShortText: 'zs'; FullText: 'zepto'; Value: 1e-21),
    5555    (ShortText: 'as'; FullText: 'atto'; Value: 1e-18),
    5656    (ShortText: 'fs'; FullText: 'femto'; Value: 1e-15),
     
    124124
    125125end.
    126 
  • trunk/Packages/Common/RegistryEx.pas

    r147 r148  
    1 unit URegistry;
     1unit RegistryEx;
    22
    33interface
  • trunk/Packages/Common/ResetableThread.pas

    r147 r148  
    1 unit UResetableThread;
     1unit ResetableThread;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, syncobjs, UThreading, UPool;
     6  Classes, SysUtils, syncobjs, Threading, Pool;
    77
    88type
     
    165165  FreeAndNil(FStopEvent);
    166166  FreeAndNil(FLock);
    167   inherited Destroy;
     167  inherited;
    168168end;
    169169
     
    284284constructor TThreadPool.Create;
    285285begin
    286   inherited Create;
     286  inherited;
    287287end;
    288288
     
    291291  TotalCount := 0;
    292292  WaitForEmpty;
    293   inherited Destroy;
     293  inherited;
    294294end;
    295295
    296296end.
    297 
  • trunk/Packages/Common/ScaleDPI.pas

    r147 r148  
    1 unit UScaleDPI;
     1unit ScaleDPI;
    22
    33{ See: http://wiki.lazarus.freepascal.org/High_DPI }
     
    3030  end;
    3131
    32   TOnScaleControl = procedure (Control: TControl) of object;
    33 
    3432  { TScaleDPI }
    3533
     
    3937    FDesignDPI: TPoint;
    4038    FDPI: TPoint;
    41     FOnScaleControl: TOnScaleControl;
    42     FOnScaleControls: TOnScaleControl;
    4339    procedure SetAutoDetect(AValue: Boolean);
    4440    procedure SetDesignDPI(AValue: TPoint);
     
    6056  published
    6157    property AutoDetect: Boolean read FAutoDetect write SetAutoDetect;
    62     property OnScaleControl: TOnScaleControl read FOnScaleControls
    63       write FOnScaleControl;
    6458  end;
    6559
     
    376370  end;
    377371
    378   if Assigned(FOnScaleControl) then
    379     FOnScaleControl(Control);
    380 
    381372  //if Control is TForm then
    382373  //  Control.EnableAutoSizing;
  • trunk/Packages/Common/StringTable.pas

    r147 r148  
    1 unit UStringTable;
     1unit StringTable;
    22
    33interface
     
    6969end;
    7070
    71 
    7271end.
    73 
  • trunk/Packages/Common/SyncCounter.pas

    r147 r148  
    1 unit USyncCounter;
     1unit SyncCounter;
    22
    33interface
     
    6868begin
    6969  Lock.Free;
    70   inherited Destroy;
     70  inherited;
    7171end;
    7272
     
    7878
    7979end.
    80 
  • trunk/Packages/Common/TestCase.pas

    r147 r148  
    1 unit UTestCase;
     1unit TestCase;
    22
    33interface
     
    127127
    128128end.
    129 
  • trunk/Packages/Common/Theme.pas

    r147 r148  
    1 unit UTheme;
     1unit Theme;
    22
    33interface
     
    186186end;
    187187
    188 
    189188end.
  • trunk/Packages/Common/Threading.pas

    r147 r148  
    1 unit UThreading;
     1unit Threading;
    22
    33interface
     
    292292  end;
    293293  FThread.Free;
    294   inherited Destroy;
     294  inherited;
    295295end;
    296296
     
    366366
    367367end.
    368 
  • trunk/Packages/Common/Translator.pas

    r147 r148  
    1 unit UTranslator;
     1unit Translator;
    22
    33interface
     
    55uses
    66  Classes, SysUtils, Forms, ExtCtrls, Controls, LazFileUtils, LazUTF8,
    7   Translations, TypInfo, Dialogs, FileUtil, LCLProc, ULanguages, LCLType,
     7  Translations, TypInfo, Dialogs, FileUtil, LCLProc, Languages, LCLType,
    88  LCLVersion, Generics.Collections;
    99
     
    569569end;
    570570
    571 
    572571end.
    573 
  • trunk/Packages/Common/URI.pas

    r147 r148  
    1 unit UURI;
     1unit URI;
    22
    33// Date: 2011-04-04
     
    182182begin
    183183  Items.Free;
    184   inherited Destroy;
     184  inherited;
    185185end;
    186186
     
    231231begin
    232232  Path.Free;
    233   inherited Destroy;
     233  inherited;
    234234end;
    235235
     
    242242    Fragment := TURI(Source).Fragment;
    243243    Query := TURI(Source).Query;
    244   end else inherited Assign(Source);
     244  end else inherited;
    245245end;
    246246
     
    290290destructor TURL.Destroy;
    291291begin
    292   inherited Destroy;
     292  inherited;
    293293end;
    294294
     
    343343begin
    344344  Directory.Free;
    345   inherited Destroy;
    346 end;
    347 
     345  inherited;
     346end;
    348347
    349348end.
    350 
  • trunk/Packages/Common/XML.pas

    r147 r148  
    1 unit UXMLUtils;
     1unit XML;
    22
    33interface
     
    1414procedure WriteString(Node: TDOMNode; Name: string; Value: string);
    1515procedure WriteDateTime(Node: TDOMNode; Name: string; Value: TDateTime);
     16procedure WriteDouble(Node: TDOMNode; Name: string; Value: Double);
    1617function ReadInteger(Node: TDOMNode; Name: string; DefaultValue: Integer): Integer;
    1718function ReadInt64(Node: TDOMNode; Name: string; DefaultValue: Int64): Int64;
     
    1920function ReadString(Node: TDOMNode; Name: string; DefaultValue: string): string;
    2021function ReadDateTime(Node: TDOMNode; Name: string; DefaultValue: TDateTime): TDateTime;
     22function ReadDouble(Node: TDOMNode; Name: string; DefaultValue: Double): Double;
    2123procedure ReadXMLFileParser(out Doc: TXMLDocument; FileName: string);
    2224
    2325
    2426implementation
     27
     28function ReadDouble(Node: TDOMNode; Name: string; DefaultValue: Double): Double;
     29var
     30  NewNode: TDOMNode;
     31begin
     32  Result := DefaultValue;
     33  NewNode := Node.FindNode(DOMString(Name));
     34  if Assigned(NewNode) then
     35    Result := StrToFloat(string(NewNode.TextContent));
     36end;
    2537
    2638procedure ReadXMLFileParser(out Doc: TXMLDocument; FileName: string);
     
    200212end;
    201213
     214procedure WriteDouble(Node: TDOMNode; Name: string; Value: Double);
     215var
     216  NewNode: TDOMNode;
     217begin
     218  NewNode := Node.OwnerDocument.CreateElement(DOMString(Name));
     219  NewNode.TextContent := DOMString(FloatToStr(Value));
     220  Node.AppendChild(NewNode);
     221end;
     222
    202223function ReadInteger(Node: TDOMNode; Name: string; DefaultValue: Integer): Integer;
    203224var
     
    252273
    253274end.
    254 
  • trunk/Packages/VCard/ContactImage.pas

    r147 r148  
    1 unit UContactImage;
     1unit ContactImage;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Graphics, UVCard, ExtCtrls;
     6  Classes, SysUtils, Graphics, VCard, ExtCtrls;
    77
    88type
  • trunk/Packages/VCard/Languages/QuotedPrintable.cs.po

    r147 r148  
    1212"X-Generator: Poedit 3.0\n"
    1313
    14 #: uquotedprintable.sdecodeerror
     14#: quotedprintable.sdecodeerror
     15#, fuzzy
     16msgctxt "quotedprintable.sdecodeerror"
    1517msgid "Decode error"
    1618msgstr "Chyba dekódování"
     19
  • trunk/Packages/VCard/Languages/QuotedPrintable.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: uquotedprintable.sdecodeerror
     4#: quotedprintable.sdecodeerror
     5msgctxt "quotedprintable.sdecodeerror"
    56msgid "Decode error"
    67msgstr ""
  • trunk/Packages/VCard/Languages/VCard.cs.po

    r147 r148  
    1212"X-Generator: Poedit 3.0\n"
    1313
    14 #: uvcard.saim
     14#: vcard.saim
     15#, fuzzy
     16msgctxt "vcard.saim"
    1517msgid "AIM"
    1618msgstr "AIM"
    1719
    18 #: uvcard.sanniversary
     20#: vcard.sanniversary
     21#, fuzzy
     22msgctxt "vcard.sanniversary"
    1923msgid "Anniversary"
    2024msgstr "Výročí"
    2125
    22 #: uvcard.scategories
     26#: vcard.scategories
     27#, fuzzy
     28msgctxt "vcard.scategories"
    2329msgid "Categories"
    2430msgstr "Kategorie"
    2531
    26 #: uvcard.scontacthasnoparent
     32#: vcard.scontacthasnoparent
     33#, fuzzy
     34msgctxt "vcard.scontacthasnoparent"
    2735msgid "Contact has no parent"
    2836msgstr "Kontakt nemá rodiče"
    2937
    30 #: uvcard.sdayofbirth
     38#: vcard.sdayofbirth
     39#, fuzzy
     40msgctxt "vcard.sdayofbirth"
    3141msgid "Day of birth"
    3242msgstr "Datum narození"
    3343
    34 #: uvcard.sdepartement
     44#: vcard.sdepartement
     45#, fuzzy
     46msgctxt "vcard.sdepartement"
    3547msgid "Departement"
    3648msgstr "Oddělení"
    3749
    38 #: uvcard.semail
     50#: vcard.semail
     51#, fuzzy
     52msgctxt "vcard.semail"
    3953msgid "E-mail"
    4054msgstr "E-mail"
    4155
    42 #: uvcard.sexpectedproperty
     56#: vcard.sexpectedproperty
     57#, fuzzy
     58msgctxt "vcard.sexpectedproperty"
    4359msgid "Expected contact property"
    4460msgstr "Očekávána vlastnost kontaktu"
    4561
    46 #: uvcard.sexpectedvcardbegin
     62#: vcard.sexpectedvcardbegin
     63#, fuzzy
     64msgctxt "vcard.sexpectedvcardbegin"
    4765msgid "Expected vCard begin"
    4866msgstr "Očekáván začátek vCard"
    4967
    50 #: uvcard.sfacebook
     68#: vcard.sfacebook
     69#, fuzzy
     70msgctxt "vcard.sfacebook"
    5171msgid "Facebook"
    5272msgstr "Facebook"
    5373
    54 #: uvcard.sfax
     74#: vcard.sfax
     75#, fuzzy
     76msgctxt "vcard.sfax"
    5577msgid "Fax"
    5678msgstr "Fax"
    5779
    58 #: uvcard.sfieldindexnotdefined
     80#: vcard.sfieldindexnotdefined
     81#, fuzzy
     82msgctxt "vcard.sfieldindexnotdefined"
    5983msgid "Field index not defined"
    6084msgstr "Index pole nenalezen"
    6185
    62 #: uvcard.sfieldindexredefined
    63 #, object-pascal-format
     86#: vcard.sfieldindexredefined
     87#, object-pascal-format, fuzzy
     88msgctxt "vcard.sfieldindexredefined"
    6489msgid "Field index %d redefined"
    6590msgstr "Index pole %d předefinován"
    6691
    67 #: uvcard.sfirstname
     92#: vcard.sfirstname
     93#, fuzzy
     94msgctxt "vcard.sfirstname"
    6895msgid "First Name"
    6996msgstr "První Jméno"
    7097
    71 #: uvcard.sfullname
     98#: vcard.sfullname
     99#, fuzzy
     100msgctxt "vcard.sfullname"
    72101msgid "Full Name"
    73102msgstr "Celé jméno"
    74103
    75 #: uvcard.sgadugadu
     104#: vcard.sgadugadu
     105#, fuzzy
     106msgctxt "vcard.sgadugadu"
    76107msgid "GaduGadu"
    77108msgstr "GaduGadu"
    78109
    79 #: uvcard.sgender
     110#: vcard.sgender
     111#, fuzzy
     112msgctxt "vcard.sgender"
    80113msgid "Gender"
    81114msgstr "Pohlaví"
    82115
    83 #: uvcard.sgoogletalk
     116#: vcard.sgoogletalk
     117#, fuzzy
     118msgctxt "vcard.sgoogletalk"
    84119msgid "Google Talk"
    85120msgstr "Google Talk"
    86121
    87 #: uvcard.sgroupwise
     122#: vcard.sgroupwise
     123#, fuzzy
     124msgctxt "vcard.sgroupwise"
    88125msgid "GroupWise"
    89126msgstr "GroupWise"
    90127
    91 #: uvcard.shomeaddresscity
     128#: vcard.shomeaddresscity
     129#, fuzzy
     130msgctxt "vcard.shomeaddresscity"
    92131msgid "Home address city"
    93132msgstr "Domácí adresa město"
    94133
    95 #: uvcard.shomeaddresscountry
     134#: vcard.shomeaddresscountry
     135#, fuzzy
     136msgctxt "vcard.shomeaddresscountry"
    96137msgid "Home address country"
    97138msgstr "Domácí adresa země"
    98139
    99 #: uvcard.shomeaddresspostalcode
     140#: vcard.shomeaddresspostalcode
     141#, fuzzy
     142msgctxt "vcard.shomeaddresspostalcode"
    100143msgid "Home address postal code"
    101144msgstr "Domácí adresa PSČ"
    102145
    103 #: uvcard.shomeaddresspostofficebox
     146#: vcard.shomeaddresspostofficebox
     147#, fuzzy
     148msgctxt "vcard.shomeaddresspostofficebox"
    104149msgid "Home address post office box"
    105150msgstr "Domácí adresa číslo schránky"
    106151
    107 #: uvcard.shomeaddressregion
     152#: vcard.shomeaddressregion
     153#, fuzzy
     154msgctxt "vcard.shomeaddressregion"
    108155msgid "Home address region"
    109156msgstr "Domácí adresa kraj"
    110157
    111 #: uvcard.shomeaddressstreet
     158#: vcard.shomeaddressstreet
     159#, fuzzy
     160msgctxt "vcard.shomeaddressstreet"
    112161msgid "Home address street"
    113162msgstr "Domácí adresa ulice"
    114163
    115 #: uvcard.shomeaddressstreetextended
     164#: vcard.shomeaddressstreetextended
     165#, fuzzy
     166msgctxt "vcard.shomeaddressstreetextended"
    116167msgid "Home address extended street"
    117168msgstr "Domácí adresa rozšířená ulice"
    118169
    119 #: uvcard.shomeemail
     170#: vcard.shomeemail
     171#, fuzzy
     172msgctxt "vcard.shomeemail"
    120173msgid "Home E-mail"
    121174msgstr "Domov E-mail"
    122175
    123 #: uvcard.shomefax
     176#: vcard.shomefax
     177#, fuzzy
     178msgctxt "vcard.shomefax"
    124179msgid "Home fax"
    125180msgstr "Domov fax"
    126181
    127 #: uvcard.shomemobile
     182#: vcard.shomemobile
     183#, fuzzy
     184msgctxt "vcard.shomemobile"
    128185msgid "Home mobile"
    129186msgstr "Domov mobil"
    130187
    131 #: uvcard.shomepager
     188#: vcard.shomepager
     189#, fuzzy
     190msgctxt "vcard.shomepager"
    132191msgid "Home pager"
    133192msgstr "Domov pager"
    134193
    135 #: uvcard.shomephone
     194#: vcard.shomephone
     195#, fuzzy
     196msgctxt "vcard.shomephone"
    136197msgid "Home phone"
    137198msgstr "Domácí telefon"
    138199
    139 #: uvcard.shomephone2
     200#: vcard.shomephone2
     201#, fuzzy
     202msgctxt "vcard.shomephone2"
    140203msgid "Home phone 2"
    141204msgstr "Domov telefon 2"
    142205
    143 #: uvcard.sicq
     206#: vcard.sicq
     207#, fuzzy
     208msgctxt "vcard.sicq"
    144209msgid "ICQ"
    145210msgstr "ICQ"
    146211
    147 #: uvcard.sinstagram
     212#: vcard.sinstagram
     213#, fuzzy
     214msgctxt "vcard.sinstagram"
    148215msgid "Instagram"
    149216msgstr "Instagram"
    150217
    151 #: uvcard.sinternetemail
     218#: vcard.sinternetemail
     219#, fuzzy
     220msgctxt "vcard.sinternetemail"
    152221msgid "Internet E-mail"
    153222msgstr "Internetový E-mail"
    154223
    155 #: uvcard.sirc
     224#: vcard.sirc
     225#, fuzzy
     226msgctxt "vcard.sirc"
    156227msgid "IRC"
    157228msgstr "IRC"
    158229
    159 #: uvcard.sjabber
     230#: vcard.sjabber
     231#, fuzzy
     232msgctxt "vcard.sjabber"
    160233msgid "Jabber"
    161234msgstr "Jabber"
    162235
    163 #: uvcard.slastname
     236#: vcard.slastname
     237#, fuzzy
     238msgctxt "vcard.slastname"
    164239msgid "Last Name"
    165240msgstr "Poslední jméno"
    166241
    167 #: uvcard.slasttimecontacted
     242#: vcard.slasttimecontacted
     243#, fuzzy
     244msgctxt "vcard.slasttimecontacted"
    168245msgid "Last Time Contacted"
    169246msgstr "Naposledy kontaktováno"
    170247
    171 #: uvcard.slinkedin
     248#: vcard.slinkedin
     249#, fuzzy
     250msgctxt "vcard.slinkedin"
    172251msgid "LinkedIn"
    173252msgstr "LinkedIn"
    174253
    175 #: uvcard.slogo
     254#: vcard.slogo
     255#, fuzzy
     256msgctxt "vcard.slogo"
    176257msgid "Logo"
    177258msgstr "Logo"
    178259
    179 #: uvcard.smainphone
     260#: vcard.smainphone
     261#, fuzzy
     262msgctxt "vcard.smainphone"
    180263msgid "Main phone"
    181264msgstr "Hlavní telefon"
    182265
    183 #: uvcard.smastodon
     266#: vcard.smastodon
     267#, fuzzy
     268msgctxt "vcard.smastodon"
    184269msgid "Mastodon"
    185270msgstr "Mastodon"
    186271
    187 #: uvcard.smatrix
     272#: vcard.smatrix
     273#, fuzzy
     274msgctxt "vcard.smatrix"
    188275msgid "Matrix"
    189276msgstr "Matrix"
    190277
    191 #: uvcard.smiddlename
     278#: vcard.smiddlename
     279#, fuzzy
     280msgctxt "vcard.smiddlename"
    192281msgid "Middle Name"
    193282msgstr "Prostřední jméno"
    194283
    195 #: uvcard.smobilephone
     284#: vcard.smobilephone
     285#, fuzzy
     286msgctxt "vcard.smobilephone"
    196287msgid "Mobile phone"
    197288msgstr "Mobil"
    198289
    199 #: uvcard.smsn
     290#: vcard.smsn
     291#, fuzzy
     292msgctxt "vcard.smsn"
    200293msgid "MSN"
    201294msgstr "MSN"
    202295
    203 #: uvcard.smyspace
     296#: vcard.smyspace
     297#, fuzzy
     298msgctxt "vcard.smyspace"
    204299msgid "MySpace"
    205300msgstr "MySpace"
    206301
    207 #: uvcard.snickname
     302#: vcard.snickname
     303#, fuzzy
     304msgctxt "vcard.snickname"
    208305msgid "Nick name"
    209306msgstr "Přezdívka"
    210307
    211 #: uvcard.snote
     308#: vcard.snote
     309#, fuzzy
     310msgctxt "vcard.snote"
    212311msgid "Note"
    213312msgstr "Poznámky"
    214313
    215 #: uvcard.sorganization
     314#: vcard.sorganization
     315#, fuzzy
     316msgctxt "vcard.sorganization"
    216317msgid "Organization"
    217318msgstr "Organizace"
    218319
    219 #: uvcard.spager
     320#: vcard.spager
     321#, fuzzy
     322msgctxt "vcard.spager"
    220323msgid "Pager"
    221324msgstr "Pager"
    222325
    223 #: uvcard.speertube
     326#: vcard.speertube
     327#, fuzzy
     328msgctxt "vcard.speertube"
    224329msgid "PeerTube"
    225330msgstr "PeerTube"
    226331
    227 #: uvcard.sphoto
     332#: vcard.sphoto
     333#, fuzzy
     334msgctxt "vcard.sphoto"
    228335msgid "Photo"
    229336msgstr "Fotka"
    230337
    231 #: uvcard.sqq
     338#: vcard.sqq
     339#, fuzzy
     340msgctxt "vcard.sqq"
    232341msgid "QQ"
    233342msgstr "QQ"
    234343
    235 #: uvcard.sreddit
     344#: vcard.sreddit
     345#, fuzzy
     346msgctxt "vcard.sreddit"
    236347msgid "Reddit"
    237348msgstr "Reddit"
    238349
    239 #: uvcard.srevision
     350#: vcard.srevision
     351#, fuzzy
     352msgctxt "vcard.srevision"
    240353msgid "Revision"
    241354msgstr "Revize"
    242355
    243 #: uvcard.srole
     356#: vcard.srole
     357#, fuzzy
     358msgctxt "vcard.srole"
    244359msgid "Role"
    245360msgstr "Role"
    246361
    247 #: uvcard.sskype
     362#: vcard.sskype
     363#, fuzzy
     364msgctxt "vcard.sskype"
    248365msgid "Skype"
    249366msgstr "Skype"
    250367
    251 #: uvcard.ssnapchat
     368#: vcard.ssnapchat
     369#, fuzzy
     370msgctxt "vcard.ssnapchat"
    252371msgid "Snapchat"
    253372msgstr "Snapchat"
    254373
    255 #: uvcard.stelephone
     374#: vcard.stelephone
     375#, fuzzy
     376msgctxt "vcard.stelephone"
    256377msgid "Telephone"
    257378msgstr "Telefon"
    258379
    259 #: uvcard.stimescontacted
     380#: vcard.stimescontacted
     381#, fuzzy
     382msgctxt "vcard.stimescontacted"
    260383msgid "Times Contacted"
    261384msgstr "Počet kontaktování"
    262385
    263 #: uvcard.stitle
     386#: vcard.stitle
     387#, fuzzy
     388msgctxt "vcard.stitle"
    264389msgid "Title"
    265390msgstr "Titul"
    266391
    267 #: uvcard.stitleafter
     392#: vcard.stitleafter
     393#, fuzzy
     394msgctxt "vcard.stitleafter"
    268395msgid "Title After"
    269396msgstr "Titul za"
    270397
    271 #: uvcard.stitlebefore
     398#: vcard.stitlebefore
     399#, fuzzy
     400msgctxt "vcard.stitlebefore"
    272401msgid "Title Before"
    273402msgstr "Titul před"
    274403
    275 #: uvcard.stwitter
     404#: vcard.stwitter
     405#, fuzzy
     406msgctxt "vcard.stwitter"
    276407msgid "Twitter"
    277408msgstr "Twitter"
    278409
    279 #: uvcard.suniqueidentifier
     410#: vcard.suniqueidentifier
     411#, fuzzy
     412msgctxt "vcard.suniqueidentifier"
    280413msgid "Unique identifier"
    281414msgstr "Unikátní identifikátor"
    282415
    283 #: uvcard.sversion
     416#: vcard.sversion
     417#, fuzzy
     418msgctxt "vcard.sversion"
    284419msgid "Version"
    285420msgstr "Verze"
    286421
    287 #: uvcard.svoipphone
     422#: vcard.svoipphone
     423#, fuzzy
     424msgctxt "vcard.svoipphone"
    288425msgid "VoIP phone"
    289426msgstr "VoIP telefon"
    290427
    291 #: uvcard.swebaddress
     428#: vcard.swebaddress
     429#, fuzzy
     430msgctxt "vcard.swebaddress"
    292431msgid "Web address"
    293432msgstr "Webová adresa"
    294433
    295 #: uvcard.swebaddresshome
     434#: vcard.swebaddresshome
     435#, fuzzy
     436msgctxt "vcard.swebaddresshome"
    296437msgid "Web address home"
    297438msgstr "Webová adresa domácí"
    298439
    299 #: uvcard.swebaddresswork
     440#: vcard.swebaddresswork
     441#, fuzzy
     442msgctxt "vcard.swebaddresswork"
    300443msgid "Web address work"
    301444msgstr "Webová adresa pracovní"
    302445
    303 #: uvcard.swindowslive
     446#: vcard.swindowslive
     447#, fuzzy
     448msgctxt "vcard.swindowslive"
    304449msgid "Windows Live"
    305450msgstr "Windows Live"
    306451
    307 #: uvcard.sworkaddresscity
     452#: vcard.sworkaddresscity
     453#, fuzzy
     454msgctxt "vcard.sworkaddresscity"
    308455msgid "Work address city"
    309456msgstr "Pracovní adresa město"
    310457
    311 #: uvcard.sworkaddresscountry
     458#: vcard.sworkaddresscountry
     459#, fuzzy
     460msgctxt "vcard.sworkaddresscountry"
    312461msgid "Work address country"
    313462msgstr "Pracovní adresa země"
    314463
    315 #: uvcard.sworkaddresspostalcode
     464#: vcard.sworkaddresspostalcode
     465#, fuzzy
     466msgctxt "vcard.sworkaddresspostalcode"
    316467msgid "Work address postal code"
    317468msgstr "Pracovní adresa PSČ"
    318469
    319 #: uvcard.sworkaddresspostofficebox
     470#: vcard.sworkaddresspostofficebox
     471#, fuzzy
     472msgctxt "vcard.sworkaddresspostofficebox"
    320473msgid "Work address post office box"
    321474msgstr "Pracovní adresa číslo schránky"
    322475
    323 #: uvcard.sworkaddressregion
     476#: vcard.sworkaddressregion
     477#, fuzzy
     478msgctxt "vcard.sworkaddressregion"
    324479msgid "Work address region"
    325480msgstr "Pracovní adresa kraj"
    326481
    327 #: uvcard.sworkaddressstreet
     482#: vcard.sworkaddressstreet
     483#, fuzzy
     484msgctxt "vcard.sworkaddressstreet"
    328485msgid "Work address street"
    329486msgstr "Pracovní adresa ulice"
    330487
    331 #: uvcard.sworkaddressstreetextended
     488#: vcard.sworkaddressstreetextended
     489#, fuzzy
     490msgctxt "vcard.sworkaddressstreetextended"
    332491msgid "Work address extended street"
    333492msgstr "Pracovní adresa rozšířená ulice"
    334493
    335 #: uvcard.sworkemail
     494#: vcard.sworkemail
     495#, fuzzy
     496msgctxt "vcard.sworkemail"
    336497msgid "Work E-mail"
    337498msgstr "Práce E-mail"
    338499
    339 #: uvcard.sworkfax
     500#: vcard.sworkfax
     501#, fuzzy
     502msgctxt "vcard.sworkfax"
    340503msgid "Work fax"
    341504msgstr "Práce fax"
    342505
    343 #: uvcard.sworkmobile
     506#: vcard.sworkmobile
     507#, fuzzy
     508msgctxt "vcard.sworkmobile"
    344509msgid "Work mobile"
    345510msgstr "Práce mobil"
    346511
    347 #: uvcard.sworkpager
     512#: vcard.sworkpager
     513#, fuzzy
     514msgctxt "vcard.sworkpager"
    348515msgid "Work pager"
    349516msgstr "Práce pager"
    350517
    351 #: uvcard.sworkphone
     518#: vcard.sworkphone
     519#, fuzzy
     520msgctxt "vcard.sworkphone"
    352521msgid "Work phone"
    353522msgstr "Pracovní telefon"
    354523
    355 #: uvcard.syahoo
     524#: vcard.syahoo
     525#, fuzzy
     526msgctxt "vcard.syahoo"
    356527msgid "Yahoo!"
    357528msgstr "Yahoo!"
    358529
    359 #: uvcard.syoutube
     530#: vcard.syoutube
     531#, fuzzy
     532msgctxt "vcard.syoutube"
    360533msgid "YouTube"
    361534msgstr "YouTube"
     535
  • trunk/Packages/VCard/Languages/VCard.pot

    r147 r148  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: uvcard.saim
     4#: vcard.saim
     5msgctxt "vcard.saim"
    56msgid "AIM"
    67msgstr ""
    78
    8 #: uvcard.sanniversary
     9#: vcard.sanniversary
     10msgctxt "vcard.sanniversary"
    911msgid "Anniversary"
    1012msgstr ""
    1113
    12 #: uvcard.scategories
     14#: vcard.scategories
     15msgctxt "vcard.scategories"
    1316msgid "Categories"
    1417msgstr ""
    1518
    16 #: uvcard.scontacthasnoparent
     19#: vcard.scontacthasnoparent
     20msgctxt "vcard.scontacthasnoparent"
    1721msgid "Contact has no parent"
    1822msgstr ""
    1923
    20 #: uvcard.sdayofbirth
     24#: vcard.sdayofbirth
     25msgctxt "vcard.sdayofbirth"
    2126msgid "Day of birth"
    2227msgstr ""
    2328
    24 #: uvcard.sdepartement
     29#: vcard.sdepartement
     30msgctxt "vcard.sdepartement"
    2531msgid "Departement"
    2632msgstr ""
    2733
    28 #: uvcard.semail
     34#: vcard.semail
     35msgctxt "vcard.semail"
    2936msgid "E-mail"
    3037msgstr ""
    3138
    32 #: uvcard.sexpectedproperty
     39#: vcard.sexpectedproperty
     40msgctxt "vcard.sexpectedproperty"
    3341msgid "Expected contact property"
    3442msgstr ""
    3543
    36 #: uvcard.sexpectedvcardbegin
     44#: vcard.sexpectedvcardbegin
     45msgctxt "vcard.sexpectedvcardbegin"
    3746msgid "Expected vCard begin"
    3847msgstr ""
    3948
    40 #: uvcard.sfacebook
     49#: vcard.sfacebook
     50msgctxt "vcard.sfacebook"
    4151msgid "Facebook"
    4252msgstr ""
    4353
    44 #: uvcard.sfax
     54#: vcard.sfax
     55msgctxt "vcard.sfax"
    4556msgid "Fax"
    4657msgstr ""
    4758
    48 #: uvcard.sfieldindexnotdefined
     59#: vcard.sfieldindexnotdefined
     60msgctxt "vcard.sfieldindexnotdefined"
    4961msgid "Field index not defined"
    5062msgstr ""
    5163
    52 #: uvcard.sfieldindexredefined
     64#: vcard.sfieldindexredefined
    5365#, object-pascal-format
     66msgctxt "vcard.sfieldindexredefined"
    5467msgid "Field index %d redefined"
    5568msgstr ""
    5669
    57 #: uvcard.sfirstname
     70#: vcard.sfirstname
     71msgctxt "vcard.sfirstname"
    5872msgid "First Name"
    5973msgstr ""
    6074
    61 #: uvcard.sfullname
     75#: vcard.sfullname
     76msgctxt "vcard.sfullname"
    6277msgid "Full Name"
    6378msgstr ""
    6479
    65 #: uvcard.sgadugadu
     80#: vcard.sgadugadu
     81msgctxt "vcard.sgadugadu"
    6682msgid "GaduGadu"
    6783msgstr ""
    6884
    69 #: uvcard.sgender
     85#: vcard.sgender
     86msgctxt "vcard.sgender"
    7087msgid "Gender"
    7188msgstr ""
    7289
    73 #: uvcard.sgoogletalk
     90#: vcard.sgoogletalk
     91msgctxt "vcard.sgoogletalk"
    7492msgid "Google Talk"
    7593msgstr ""
    7694
    77 #: uvcard.sgroupwise
     95#: vcard.sgroupwise
     96msgctxt "vcard.sgroupwise"
    7897msgid "GroupWise"
    7998msgstr ""
    8099
    81 #: uvcard.shomeaddresscity
     100#: vcard.shomeaddresscity
     101msgctxt "vcard.shomeaddresscity"
    82102msgid "Home address city"
    83103msgstr ""
    84104
    85 #: uvcard.shomeaddresscountry
     105#: vcard.shomeaddresscountry
     106msgctxt "vcard.shomeaddresscountry"
    86107msgid "Home address country"
    87108msgstr ""
    88109
    89 #: uvcard.shomeaddresspostalcode
     110#: vcard.shomeaddresspostalcode
     111msgctxt "vcard.shomeaddresspostalcode"
    90112msgid "Home address postal code"
    91113msgstr ""
    92114
    93 #: uvcard.shomeaddresspostofficebox
     115#: vcard.shomeaddresspostofficebox
     116msgctxt "vcard.shomeaddresspostofficebox"
    94117msgid "Home address post office box"
    95118msgstr ""
    96119
    97 #: uvcard.shomeaddressregion
     120#: vcard.shomeaddressregion
     121msgctxt "vcard.shomeaddressregion"
    98122msgid "Home address region"
    99123msgstr ""
    100124
    101 #: uvcard.shomeaddressstreet
     125#: vcard.shomeaddressstreet
     126msgctxt "vcard.shomeaddressstreet"
    102127msgid "Home address street"
    103128msgstr ""
    104129
    105 #: uvcard.shomeaddressstreetextended
     130#: vcard.shomeaddressstreetextended
     131msgctxt "vcard.shomeaddressstreetextended"
    106132msgid "Home address extended street"
    107133msgstr ""
    108134
    109 #: uvcard.shomeemail
     135#: vcard.shomeemail
     136msgctxt "vcard.shomeemail"
    110137msgid "Home E-mail"
    111138msgstr ""
    112139
    113 #: uvcard.shomefax
     140#: vcard.shomefax
     141msgctxt "vcard.shomefax"
    114142msgid "Home fax"
    115143msgstr ""
    116144
    117 #: uvcard.shomemobile
     145#: vcard.shomemobile
     146msgctxt "vcard.shomemobile"
    118147msgid "Home mobile"
    119148msgstr ""
    120149
    121 #: uvcard.shomepager
     150#: vcard.shomepager
     151msgctxt "vcard.shomepager"
    122152msgid "Home pager"
    123153msgstr ""
    124154
    125 #: uvcard.shomephone
     155#: vcard.shomephone
     156msgctxt "vcard.shomephone"
    126157msgid "Home phone"
    127158msgstr ""
    128159
    129 #: uvcard.shomephone2
     160#: vcard.shomephone2
     161msgctxt "vcard.shomephone2"
    130162msgid "Home phone 2"
    131163msgstr ""
    132164
    133 #: uvcard.sicq
     165#: vcard.sicq
     166msgctxt "vcard.sicq"
    134167msgid "ICQ"
    135168msgstr ""
    136169
    137 #: uvcard.sinstagram
     170#: vcard.sinstagram
     171msgctxt "vcard.sinstagram"
    138172msgid "Instagram"
    139173msgstr ""
    140174
    141 #: uvcard.sinternetemail
     175#: vcard.sinternetemail
     176msgctxt "vcard.sinternetemail"
    142177msgid "Internet E-mail"
    143178msgstr ""
    144179
    145 #: uvcard.sirc
     180#: vcard.sirc
     181msgctxt "vcard.sirc"
    146182msgid "IRC"
    147183msgstr ""
    148184
    149 #: uvcard.sjabber
     185#: vcard.sjabber
     186msgctxt "vcard.sjabber"
    150187msgid "Jabber"
    151188msgstr ""
    152189
    153 #: uvcard.slastname
     190#: vcard.slastname
     191msgctxt "vcard.slastname"
    154192msgid "Last Name"
    155193msgstr ""
    156194
    157 #: uvcard.slasttimecontacted
     195#: vcard.slasttimecontacted
     196msgctxt "vcard.slasttimecontacted"
    158197msgid "Last Time Contacted"
    159198msgstr ""
    160199
    161 #: uvcard.slinkedin
     200#: vcard.slinkedin
     201msgctxt "vcard.slinkedin"
    162202msgid "LinkedIn"
    163203msgstr ""
    164204
    165 #: uvcard.slogo
     205#: vcard.slogo
     206msgctxt "vcard.slogo"
    166207msgid "Logo"
    167208msgstr ""
    168209
    169 #: uvcard.smainphone
     210#: vcard.smainphone
     211msgctxt "vcard.smainphone"
    170212msgid "Main phone"
    171213msgstr ""
    172214
    173 #: uvcard.smastodon
     215#: vcard.smastodon
     216msgctxt "vcard.smastodon"
    174217msgid "Mastodon"
    175218msgstr ""
    176219
    177 #: uvcard.smatrix
     220#: vcard.smatrix
     221msgctxt "vcard.smatrix"
    178222msgid "Matrix"
    179223msgstr ""
    180224
    181 #: uvcard.smiddlename
     225#: vcard.smiddlename
     226msgctxt "vcard.smiddlename"
    182227msgid "Middle Name"
    183228msgstr ""
    184229
    185 #: uvcard.smobilephone
     230#: vcard.smobilephone
     231msgctxt "vcard.smobilephone"
    186232msgid "Mobile phone"
    187233msgstr ""
    188234
    189 #: uvcard.smsn
     235#: vcard.smsn
     236msgctxt "vcard.smsn"
    190237msgid "MSN"
    191238msgstr ""
    192239
    193 #: uvcard.smyspace
     240#: vcard.smyspace
     241msgctxt "vcard.smyspace"
    194242msgid "MySpace"
    195243msgstr ""
    196244
    197 #: uvcard.snickname
     245#: vcard.snickname
     246msgctxt "vcard.snickname"
    198247msgid "Nick name"
    199248msgstr ""
    200249
    201 #: uvcard.snote
     250#: vcard.snote
     251msgctxt "vcard.snote"
    202252msgid "Note"
    203253msgstr ""
    204254
    205 #: uvcard.sorganization
     255#: vcard.sorganization
     256msgctxt "vcard.sorganization"
    206257msgid "Organization"
    207258msgstr ""
    208259
    209 #: uvcard.spager
     260#: vcard.spager
     261msgctxt "vcard.spager"
    210262msgid "Pager"
    211263msgstr ""
    212264
    213 #: uvcard.speertube
     265#: vcard.speertube
     266msgctxt "vcard.speertube"
    214267msgid "PeerTube"
    215268msgstr ""
    216269
    217 #: uvcard.sphoto
     270#: vcard.sphoto
     271msgctxt "vcard.sphoto"
    218272msgid "Photo"
    219273msgstr ""
    220274
    221 #: uvcard.sqq
     275#: vcard.sqq
     276msgctxt "vcard.sqq"
    222277msgid "QQ"
    223278msgstr ""
    224279
    225 #: uvcard.sreddit
     280#: vcard.sreddit
     281msgctxt "vcard.sreddit"
    226282msgid "Reddit"
    227283msgstr ""
    228284
    229 #: uvcard.srevision
     285#: vcard.srevision
     286msgctxt "vcard.srevision"
    230287msgid "Revision"
    231288msgstr ""
    232289
    233 #: uvcard.srole
     290#: vcard.srole
     291msgctxt "vcard.srole"
    234292msgid "Role"
    235293msgstr ""
    236294
    237 #: uvcard.sskype
     295#: vcard.sskype
     296msgctxt "vcard.sskype"
    238297msgid "Skype"
    239298msgstr ""
    240299
    241 #: uvcard.ssnapchat
     300#: vcard.ssnapchat
     301msgctxt "vcard.ssnapchat"
    242302msgid "Snapchat"
    243303msgstr ""
    244304
    245 #: uvcard.stelephone
     305#: vcard.stelephone
     306msgctxt "vcard.stelephone"
    246307msgid "Telephone"
    247308msgstr ""
    248309
    249 #: uvcard.stimescontacted
     310#: vcard.stimescontacted
     311msgctxt "vcard.stimescontacted"
    250312msgid "Times Contacted"
    251313msgstr ""
    252314
    253 #: uvcard.stitle
     315#: vcard.stitle
     316msgctxt "vcard.stitle"
    254317msgid "Title"
    255318msgstr ""
    256319
    257 #: uvcard.stitleafter
     320#: vcard.stitleafter
     321msgctxt "vcard.stitleafter"
    258322msgid "Title After"
    259323msgstr ""
    260324
    261 #: uvcard.stitlebefore
     325#: vcard.stitlebefore
     326msgctxt "vcard.stitlebefore"
    262327msgid "Title Before"
    263328msgstr ""
    264329
    265 #: uvcard.stwitter
     330#: vcard.stwitter
     331msgctxt "vcard.stwitter"
    266332msgid "Twitter"
    267333msgstr ""
    268334
    269 #: uvcard.suniqueidentifier
     335#: vcard.suniqueidentifier
     336msgctxt "vcard.suniqueidentifier"
    270337msgid "Unique identifier"
    271338msgstr ""
    272339
    273 #: uvcard.sversion
     340#: vcard.sversion
     341msgctxt "vcard.sversion"
    274342msgid "Version"
    275343msgstr ""
    276344
    277 #: uvcard.svoipphone
     345#: vcard.svoipphone
     346msgctxt "vcard.svoipphone"
    278347msgid "VoIP phone"
    279348msgstr ""
    280349
    281 #: uvcard.swebaddress
     350#: vcard.swebaddress
     351msgctxt "vcard.swebaddress"
    282352msgid "Web address"
    283353msgstr ""
    284354
    285 #: uvcard.swebaddresshome
     355#: vcard.swebaddresshome
     356msgctxt "vcard.swebaddresshome"
    286357msgid "Web address home"
    287358msgstr ""
    288359
    289 #: uvcard.swebaddresswork
     360#: vcard.swebaddresswork
     361msgctxt "vcard.swebaddresswork"
    290362msgid "Web address work"
    291363msgstr ""
    292364
    293 #: uvcard.swindowslive
     365#: vcard.swindowslive
     366msgctxt "vcard.swindowslive"
    294367msgid "Windows Live"
    295368msgstr ""
    296369
    297 #: uvcard.sworkaddresscity
     370#: vcard.sworkaddresscity
     371msgctxt "vcard.sworkaddresscity"
    298372msgid "Work address city"
    299373msgstr ""
    300374
    301 #: uvcard.sworkaddresscountry
     375#: vcard.sworkaddresscountry
     376msgctxt "vcard.sworkaddresscountry"
    302377msgid "Work address country"
    303378msgstr ""
    304379
    305 #: uvcard.sworkaddresspostalcode
     380#: vcard.sworkaddresspostalcode
     381msgctxt "vcard.sworkaddresspostalcode"
    306382msgid "Work address postal code"
    307383msgstr ""
    308384
    309 #: uvcard.sworkaddresspostofficebox
     385#: vcard.sworkaddresspostofficebox
     386msgctxt "vcard.sworkaddresspostofficebox"
    310387msgid "Work address post office box"
    311388msgstr ""
    312389
    313 #: uvcard.sworkaddressregion
     390#: vcard.sworkaddressregion
     391msgctxt "vcard.sworkaddressregion"
    314392msgid "Work address region"
    315393msgstr ""
    316394
    317 #: uvcard.sworkaddressstreet
     395#: vcard.sworkaddressstreet
     396msgctxt "vcard.sworkaddressstreet"
    318397msgid "Work address street"
    319398msgstr ""
    320399
    321 #: uvcard.sworkaddressstreetextended
     400#: vcard.sworkaddressstreetextended
     401msgctxt "vcard.sworkaddressstreetextended"
    322402msgid "Work address extended street"
    323403msgstr ""
    324404
    325 #: uvcard.sworkemail
     405#: vcard.sworkemail
     406msgctxt "vcard.sworkemail"
    326407msgid "Work E-mail"
    327408msgstr ""
    328409
    329 #: uvcard.sworkfax
     410#: vcard.sworkfax
     411msgctxt "vcard.sworkfax"
    330412msgid "Work fax"
    331413msgstr ""
    332414
    333 #: uvcard.sworkmobile
     415#: vcard.sworkmobile
     416msgctxt "vcard.sworkmobile"
    334417msgid "Work mobile"
    335418msgstr ""
    336419
    337 #: uvcard.sworkpager
     420#: vcard.sworkpager
     421msgctxt "vcard.sworkpager"
    338422msgid "Work pager"
    339423msgstr ""
    340424
    341 #: uvcard.sworkphone
     425#: vcard.sworkphone
     426msgctxt "vcard.sworkphone"
    342427msgid "Work phone"
    343428msgstr ""
    344429
    345 #: uvcard.syahoo
     430#: vcard.syahoo
     431msgctxt "vcard.syahoo"
    346432msgid "Yahoo!"
    347433msgstr ""
    348434
    349 #: uvcard.syoutube
     435#: vcard.syoutube
     436msgctxt "vcard.syoutube"
    350437msgid "YouTube"
    351438msgstr ""
  • trunk/Packages/VCard/QuotedPrintable.pas

    r147 r148  
    1 unit UQuotedPrintable;
     1unit QuotedPrintable;
    22
    33interface
     
    1515
    1616uses
    17   UCommon;
     17  Common;
    1818
    1919resourcestring
  • trunk/Packages/VCard/VCard.lpk

    r142 r148  
    3939    <Files>
    4040      <Item>
    41         <Filename Value="UVCard.pas"/>
     41        <Filename Value="VCard.pas"/>
    4242        <HasRegisterProc Value="True"/>
    43         <UnitName Value="UVCard"/>
     43        <UnitName Value="VCard"/>
    4444      </Item>
    4545      <Item>
    46         <Filename Value="UQuotedPrintable.pas"/>
    47         <UnitName Value="UQuotedPrintable"/>
     46        <Filename Value="QuotedPrintable.pas"/>
     47        <UnitName Value="QuotedPrintable"/>
    4848      </Item>
    4949      <Item>
    50         <Filename Value="UContactImage.pas"/>
     50        <Filename Value="ContactImage.pas"/>
    5151        <HasRegisterProc Value="True"/>
    52         <UnitName Value="UContactImage"/>
     52        <UnitName Value="ContactImage"/>
     53      </Item>
     54      <Item>
     55        <Filename Value="VCardPackage.pas"/>
     56        <Type Value="Main Unit"/>
     57        <UnitName Value="VCardPackage"/>
    5358      </Item>
    5459    </Files>
  • trunk/Packages/VCard/VCard.pas

    r147 r148  
    1 unit UVCard;
     1unit VCard;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, UCommon,
    7   Generics.Collections, Generics.Defaults;
     6  Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, Common,
     7  Generics.Collections, Generics.Defaults, ListViewSort;
    88
    99type
     
    261261
    262262uses
    263   UQuotedPrintable;
     263  QuotedPrintable;
    264264
    265265const
  • trunk/UCore.pas

    r146 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Controls, ActnList, Forms, Dialogs, ExtCtrls,
    7   ULastOpenedList, UApplicationInfo, UPersistentForm, UScaleDPI, UCommon,
    8   UTranslator, UDataFile, UVCard, Menus, URegistry, UTheme, UAboutDialog,
     7  LastOpenedList, ApplicationInfo, PersistentForm, ScaleDPI, Common,
     8  Translator, DataFile, VCard, Menus, RegistryEx, Theme, AboutDialog,
    99  Registry;
    1010
     
    115115
    116116uses
    117   UFormMain, UFormSettings, UFormContacts, UFormFindDuplicity, UTestCase,
     117  UFormMain, UFormSettings, UFormContacts, UFormFindDuplicity, TestCase,
    118118  UFormGenerate, UFormError, UFormFind, UFormTest, UFormSource, UFormCompare,
    119119  UTestCases, UVCardFile;
     
    453453procedure TCore.TranslatorTranslate(Sender: TObject);
    454454begin
    455   UTestCase.Translate;
     455  TestCase.Translate;
    456456end;
    457457
  • trunk/UTest.pas

    r146 r148  
    44
    55uses
    6   Classes, SysUtils, Generics.Collections, UVCard, UTestCase;
     6  Classes, SysUtils, VCard, TestCase;
    77
    88type
  • trunk/UTestCases.pas

    r146 r148  
    44
    55uses
    6   Classes, SysUtils, UTest, UTestCase;
     6  Classes, SysUtils, UTest, TestCase;
    77
    88function InitTestCases: TTestCases;
     
    1212
    1313uses
    14   UVCard;
     14  VCard;
    1515
    1616const
  • trunk/UVCardFile.pas

    r134 r148  
    44
    55uses
    6   Classes, SysUtils, UVCard, UDataFile;
     6  Classes, SysUtils, VCard, DataFile;
    77
    88type
Note: See TracChangeset for help on using the changeset viewer.