Resources/uk_UA.lproj/ESFileTransferProgressView.nib/classes.nib
author Frank Dowsett <wixardy@adium.im>
Fri Aug 20 21:47:49 2010 -0400 (21 months ago)
changeset 3014 1105823ada09
permissions -rw-r--r--
Ukranian localisation from marker. Fixes #14221
     1 {
     2     IBClasses =     (
     3                 {
     4             CLASS = AIObject;
     5             LANGUAGE = ObjC;
     6             SUPERCLASS = NSObject;
     7         },
     8                 {
     9             CLASS = AIRolloverButton;
    10             LANGUAGE = ObjC;
    11             OUTLETS =             {
    12                 delegate = id;
    13             };
    14             SUPERCLASS = NSButton;
    15         },
    16                 {
    17             ACTIONS =             {
    18                 openFileAction = id;
    19                 revealAction = id;
    20                 stopResumeAction = id;
    21             };
    22             CLASS = ESFileTransferProgressRow;
    23             LANGUAGE = ObjC;
    24             OUTLETS =             {
    25                 owner = id;
    26                 view = ESFileTransferProgressView;
    27             };
    28             SUPERCLASS = NSObject;
    29         },
    30                 {
    31             ACTIONS =             {
    32                 toggleDetails = id;
    33             };
    34             CLASS = ESFileTransferProgressView;
    35             LANGUAGE = ObjC;
    36             OUTLETS =             {
    37                 "box_primaryControls" = NSBox;
    38                 "box_transferStatusFrame" = NSBox;
    39                 "button_icon" = NSButton;
    40                 "button_reveal" = AIRolloverButton;
    41                 "button_stopResume" = AIRolloverButton;
    42                 "imageView_destination" = NSButton;
    43                 "imageView_source" = NSButton;
    44                 owner = ESFileTransferProgressRow;
    45                 progressIndicator = NSProgressIndicator;
    46                 "textField_destination" = NSTextField;
    47                 "textField_detailsLabel" = NSTextField;
    48                 "textField_fileName" = NSTextField;
    49                 "textField_rate" = NSTextField;
    50                 "textField_source" = NSTextField;
    51                 "twiddle_details" = NSButton;
    52                 "view_details" = NSView;
    53             };
    54             SUPERCLASS = NSView;
    55         },
    56                 {
    57             ACTIONS =             {
    58                 reveal = id;
    59                 stopResume = id;
    60             };
    61             CLASS = FirstResponder;
    62             LANGUAGE = ObjC;
    63             SUPERCLASS = NSObject;
    64         },
    65                 {
    66             CLASS = NSObject;
    67             LANGUAGE = ObjC;
    68         }
    69     );
    70     IBVersion = 1;
    71 }