Adium

Changeset 24108

Show
Ignore:
Timestamp:
06/30/2008 09:57:38 AM (6 months ago)
Author:
evands
Message:

Fixed spacing errors in the German edit status window. Refs #10239

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Adium Framework/Resources/de.lproj/EditStateSheet.nib/classes.nib

    r24003 r24108  
    1 
    2     IBClasses = ( 
    3         {CLASS = AIAutoScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },  
    4         { 
    5             ACTIONS = {cancel = id; okay = id; statusControlChanged = id; };  
    6             CLASS = AIEditStateWindowController;  
    7             LANGUAGE = ObjC;  
    8             OUTLETS = { 
    9                 "box_idle" = NSBox;  
    10                 "box_separatorLine" = NSBox;  
    11                 "box_state" = NSBox;  
    12                 "box_statusMessage" = NSBox;  
    13                 "box_title" = NSBox;  
    14                 "checkBox_cancel" = NSButton;  
    15                 "checkBox_muteSounds" = NSButton;  
    16                 "checkBox_okay" = NSButton;  
    17                 "checkBox_save" = NSButton;  
    18                 "checkBox_silenceGrowl" = NSButton;  
    19                 "checkbox_autoReply" = NSButton;  
    20                 "checkbox_customAutoReply" = NSButton;  
    21                 "checkbox_idle" = NSButton;  
    22                 "label_state" = NSTextField;  
    23                 "label_statusMessage" = NSTextField;  
    24                 "label_title" = NSTextField;  
    25                 "popUp_state" = NSPopUpButton;  
    26                 "scrollView_autoReply" = AIAutoScrollView;  
    27                 "scrollView_statusMessage" = AIAutoScrollView;  
    28                 "stepper_idleHours" = NSStepper;  
    29                 "stepper_idleMinutes" = NSStepper;  
    30                 target = id;  
    31                 "textField_idleHours" = NSTextField;  
    32                 "textField_idleMinutes" = NSTextField;  
    33                 "textField_title" = NSTextField;  
    34                 "textView_autoReply" = AISendingTextView;  
    35                 "textView_statusMessage" = AISendingTextView;  
    36             };  
    37             SUPERCLASS = AIWindowController;  
    38         },  
    39         { 
    40             CLASS = AILocalizationTextField;  
    41             LANGUAGE = ObjC;  
    42             OUTLETS = { 
    43                 "view_anchorToLeftSide" = NSView;  
    44                 "view_anchorToRightSide" = NSView;  
    45                 "window_anchorOnLeftSide" = NSWindow;  
    46                 "window_anchorOnRightSide" = NSWindow;  
    47             };  
    48             SUPERCLASS = NSTextField;  
    49         },  
    50         { 
    51             ACTIONS = {pasteAsRichText = id; scrollPageDown = id; scrollPageUp = id; };  
    52             CLASS = AIMessageEntryTextView;  
    53             LANGUAGE = ObjC;  
    54             SUPERCLASS = AISendingTextView;  
    55         },  
    56         { 
    57             ACTIONS = {sendContent = id; };  
    58             CLASS = AISendingTextView;  
    59             LANGUAGE = ObjC;  
    60             OUTLETS = {target = id; };  
    61             SUPERCLASS = NSTextView;  
    62         },  
    63         {CLASS = AISmartStepper; LANGUAGE = ObjC; SUPERCLASS = NSStepper; },  
    64         { 
    65             ACTIONS = {closeWindow = id; };  
    66             CLASS = AIWindowController;  
    67             LANGUAGE = ObjC;  
    68             SUPERCLASS = NSWindowController;  
    69         },  
    70         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    71         {CLASS = NSApplication; LANGUAGE = ObjC; SUPERCLASS = NSResponder; },  
    72         {CLASS = NSButton; LANGUAGE = ObjC; SUPERCLASS = NSControl; },  
    73         {CLASS = NSButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; },  
    74         { 
    75             ACTIONS = { 
    76                 adiumPrint = id;  
    77                 didAdjustSubviews = RBSplitView;  
    78                 prefsWindowWillClose = "SS_PrefsController";  
    79                 toggleFindPanel = id;  
    80                 willAdjustSubviews = RBSplitView;  
    81             };  
    82             CLASS = NSObject;  
    83             LANGUAGE = ObjC;  
    84         },  
    85         {CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },  
    86         {CLASS = NSWindow; LANGUAGE = ObjC; SUPERCLASS = NSResponder; },  
    87         {CLASS = NSWindowController; LANGUAGE = ObjC; SUPERCLASS = NSResponder; },  
    88         {CLASS = RBSplitSubview; LANGUAGE = ObjC; SUPERCLASS = NSView; },  
    89         { 
    90             CLASS = RBSplitView;  
    91             LANGUAGE = ObjC;  
    92             OUTLETS = {delegate = id; };  
    93             SUPERCLASS = RBSplitSubview;  
    94         },  
    95         { 
    96             CLASS = "SS_PrefsController";  
    97             LANGUAGE = ObjC;  
    98             OUTLETS = {delegate = id; };  
    99             SUPERCLASS = NSObject;  
    100         } 
    101     );  
    102     IBVersion = 1;  
    103 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>CLASS</key> 
     9                        <string>NSApplication</string> 
     10                        <key>LANGUAGE</key> 
     11                        <string>ObjC</string> 
     12                        <key>SUPERCLASS</key> 
     13                        <string>NSResponder</string> 
     14                </dict> 
     15                <dict> 
     16                        <key>ACTIONS</key> 
     17                        <dict> 
     18                                <key>sendContent</key> 
     19                                <string>id</string> 
     20                        </dict> 
     21                        <key>CLASS</key> 
     22                        <string>AISendingTextView</string> 
     23                        <key>LANGUAGE</key> 
     24                        <string>ObjC</string> 
     25                        <key>OUTLETS</key> 
     26                        <dict> 
     27                                <key>target</key> 
     28                                <string>id</string> 
     29                        </dict> 
     30                        <key>SUPERCLASS</key> 
     31                        <string>NSTextView</string> 
     32                </dict> 
     33                <dict> 
     34                        <key>CLASS</key> 
     35                        <string>RBSplitView</string> 
     36                        <key>LANGUAGE</key> 
     37                        <string>ObjC</string> 
     38                        <key>OUTLETS</key> 
     39                        <dict> 
     40                                <key>delegate</key> 
     41                                <string>id</string> 
     42                        </dict> 
     43                        <key>SUPERCLASS</key> 
     44                        <string>RBSplitSubview</string> 
     45                </dict> 
     46                <dict> 
     47                        <key>CLASS</key> 
     48                        <string>NSTextField</string> 
     49                        <key>LANGUAGE</key> 
     50                        <string>ObjC</string> 
     51                        <key>SUPERCLASS</key> 
     52                        <string>NSControl</string> 
     53                </dict> 
     54                <dict> 
     55                        <key>CLASS</key> 
     56                        <string>RBSplitSubview</string> 
     57                        <key>LANGUAGE</key> 
     58                        <string>ObjC</string> 
     59                        <key>SUPERCLASS</key> 
     60                        <string>NSView</string> 
     61                </dict> 
     62                <dict> 
     63                        <key>CLASS</key> 
     64                        <string>NSWindowController</string> 
     65                        <key>LANGUAGE</key> 
     66                        <string>ObjC</string> 
     67                        <key>SUPERCLASS</key> 
     68                        <string>NSResponder</string> 
     69                </dict> 
     70                <dict> 
     71                        <key>ACTIONS</key> 
     72                        <dict> 
     73                                <key>adiumPrint</key> 
     74                                <string>id</string> 
     75                                <key>didAdjustSubviews</key> 
     76                                <string>RBSplitView</string> 
     77                                <key>prefsWindowWillClose</key> 
     78                                <string>SS_PrefsController</string> 
     79                                <key>toggleFindPanel</key> 
     80                                <string>id</string> 
     81                                <key>willAdjustSubviews</key> 
     82                                <string>RBSplitView</string> 
     83                        </dict> 
     84                        <key>CLASS</key> 
     85                        <string>NSObject</string> 
     86                        <key>LANGUAGE</key> 
     87                        <string>ObjC</string> 
     88                </dict> 
     89                <dict> 
     90                        <key>CLASS</key> 
     91                        <string>NSWindow</string> 
     92                        <key>LANGUAGE</key> 
     93                        <string>ObjC</string> 
     94                        <key>SUPERCLASS</key> 
     95                        <string>NSResponder</string> 
     96                </dict> 
     97                <dict> 
     98                        <key>ACTIONS</key> 
     99                        <dict> 
     100                                <key>pasteAsRichText</key> 
     101                                <string>id</string> 
     102                                <key>scrollPageDown</key> 
     103                                <string>id</string> 
     104                                <key>scrollPageUp</key> 
     105                                <string>id</string> 
     106                        </dict> 
     107                        <key>CLASS</key> 
     108                        <string>AIMessageEntryTextView</string> 
     109                        <key>LANGUAGE</key> 
     110                        <string>ObjC</string> 
     111                        <key>SUPERCLASS</key> 
     112                        <string>AISendingTextView</string> 
     113                </dict> 
     114                <dict> 
     115                        <key>CLASS</key> 
     116                        <string>FirstResponder</string> 
     117                        <key>LANGUAGE</key> 
     118                        <string>ObjC</string> 
     119                        <key>SUPERCLASS</key> 
     120                        <string>NSObject</string> 
     121                </dict> 
     122                <dict> 
     123                        <key>ACTIONS</key> 
     124                        <dict> 
     125                                <key>cancel</key> 
     126                                <string>id</string> 
     127                                <key>okay</key> 
     128                                <string>id</string> 
     129                                <key>statusControlChanged</key> 
     130                                <string>id</string> 
     131                        </dict> 
     132                        <key>CLASS</key> 
     133                        <string>AIEditStateWindowController</string> 
     134                        <key>LANGUAGE</key> 
     135                        <string>ObjC</string> 
     136                        <key>OUTLETS</key> 
     137                        <dict> 
     138                                <key>box_idle</key> 
     139                                <string>NSBox</string> 
     140                                <key>box_separatorLine</key> 
     141                                <string>NSBox</string> 
     142                                <key>box_state</key> 
     143                                <string>NSBox</string> 
     144                                <key>box_statusMessage</key> 
     145                                <string>NSBox</string> 
     146                                <key>box_title</key> 
     147                                <string>NSBox</string> 
     148                                <key>checkBox_cancel</key> 
     149                                <string>NSButton</string> 
     150                                <key>checkBox_muteSounds</key> 
     151                                <string>NSButton</string> 
     152                                <key>checkBox_okay</key> 
     153                                <string>NSButton</string> 
     154                                <key>checkBox_save</key> 
     155                                <string>NSButton</string> 
     156                                <key>checkBox_silenceGrowl</key> 
     157                                <string>NSButton</string> 
     158                                <key>checkbox_autoReply</key> 
     159                                <string>NSButton</string> 
     160                                <key>checkbox_customAutoReply</key> 
     161                                <string>NSButton</string> 
     162                                <key>checkbox_idle</key> 
     163                                <string>NSButton</string> 
     164                                <key>label_state</key> 
     165                                <string>NSTextField</string> 
     166                                <key>label_statusMessage</key> 
     167                                <string>NSTextField</string> 
     168                                <key>label_title</key> 
     169                                <string>NSTextField</string> 
     170                                <key>popUp_state</key> 
     171                                <string>NSPopUpButton</string> 
     172                                <key>scrollView_autoReply</key> 
     173                                <string>AIAutoScrollView</string> 
     174                                <key>scrollView_statusMessage</key> 
     175                                <string>AIAutoScrollView</string> 
     176                                <key>stepper_idleHours</key> 
     177                                <string>NSStepper</string> 
     178                                <key>stepper_idleMinutes</key> 
     179                                <string>NSStepper</string> 
     180                                <key>target</key> 
     181                                <string>id</string> 
     182                                <key>textField_idleHours</key> 
     183                                <string>NSTextField</string> 
     184                                <key>textField_idleMinutes</key> 
     185                                <string>NSTextField</string> 
     186                                <key>textField_title</key> 
     187                                <string>NSTextField</string> 
     188                                <key>textView_autoReply</key> 
     189                                <string>AISendingTextView</string> 
     190                                <key>textView_statusMessage</key> 
     191                                <string>AISendingTextView</string> 
     192                        </dict> 
     193                        <key>SUPERCLASS</key> 
     194                        <string>AIWindowController</string> 
     195                </dict> 
     196                <dict> 
     197                        <key>CLASS</key> 
     198                        <string>NSButton</string> 
     199                        <key>LANGUAGE</key> 
     200                        <string>ObjC</string> 
     201                        <key>SUPERCLASS</key> 
     202                        <string>NSControl</string> 
     203                </dict> 
     204                <dict> 
     205                        <key>CLASS</key> 
     206                        <string>AISmartStepper</string> 
     207                        <key>LANGUAGE</key> 
     208                        <string>ObjC</string> 
     209                        <key>SUPERCLASS</key> 
     210                        <string>NSStepper</string> 
     211                </dict> 
     212                <dict> 
     213                        <key>ACTIONS</key> 
     214                        <dict> 
     215                                <key>closeWindow</key> 
     216                                <string>id</string> 
     217                        </dict> 
     218                        <key>CLASS</key> 
     219                        <string>AIWindowController</string> 
     220                        <key>LANGUAGE</key> 
     221                        <string>ObjC</string> 
     222                        <key>SUPERCLASS</key> 
     223                        <string>NSWindowController</string> 
     224                </dict> 
     225                <dict> 
     226                        <key>CLASS</key> 
     227                        <string>AILocalizationTextField</string> 
     228                        <key>LANGUAGE</key> 
     229                        <string>ObjC</string> 
     230                        <key>OUTLETS</key> 
     231                        <dict> 
     232                                <key>view_anchorToLeftSide</key> 
     233                                <string>NSView</string> 
     234                                <key>view_anchorToRightSide</key> 
     235                                <string>NSView</string> 
     236                                <key>window_anchorOnLeftSide</key> 
     237                                <string>NSWindow</string> 
     238                                <key>window_anchorOnRightSide</key> 
     239                                <string>NSWindow</string> 
     240                        </dict> 
     241                        <key>SUPERCLASS</key> 
     242                        <string>NSTextField</string> 
     243                </dict> 
     244                <dict> 
     245                        <key>CLASS</key> 
     246                        <string>NSButtonCell</string> 
     247                        <key>LANGUAGE</key> 
     248                        <string>ObjC</string> 
     249                        <key>SUPERCLASS</key> 
     250                        <string>NSActionCell</string> 
     251                </dict> 
     252                <dict> 
     253                        <key>CLASS</key> 
     254                        <string>SS_PrefsController</string> 
     255                        <key>LANGUAGE</key> 
     256                        <string>ObjC</string> 
     257                        <key>OUTLETS</key> 
     258                        <dict> 
     259                                <key>delegate</key> 
     260                                <string>id</string> 
     261                        </dict> 
     262                        <key>SUPERCLASS</key> 
     263                        <string>NSObject</string> 
     264                </dict> 
     265                <dict> 
     266                        <key>CLASS</key> 
     267                        <string>AIAutoScrollView</string> 
     268                        <key>LANGUAGE</key> 
     269                        <string>ObjC</string> 
     270                        <key>SUPERCLASS</key> 
     271                        <string>NSScrollView</string> 
     272                </dict> 
     273        </array> 
     274        <key>IBVersion</key> 
     275        <string>1</string> 
     276</dict> 
     277</plist> 
  • trunk/Frameworks/Adium Framework/Resources/de.lproj/EditStateSheet.nib/info.nib

    r17177 r24108  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>69 57 356 240 0 0 1280 832 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>667</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../../../Adium.xcodeproj</string> 
     9        <key>IBOldestOS</key> 
     10        <integer>5</integer> 
     11        <key>IBOpenObjects</key> 
     12        <array> 
     13                <integer>6</integer> 
     14        </array> 
    915        <key>IBSystem Version</key> 
    10         <string>8J135</string> 
    11         <key>IBUserGuides</key> 
    12         <dict> 
    13                 <key>9</key> 
    14                 <dict> 
    15                         <key>guideLocations</key> 
    16                         <array> 
    17                                 <string>Vertical:15.000000</string> 
    18                         </array> 
    19                         <key>guidesLocked</key> 
    20                         <false/> 
    21                 </dict> 
    22         </dict> 
    23         <key>IBUsesTextArchiving</key> 
    24         <true/> 
     16        <string>9D34</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    2519</dict> 
    2620</plist>