Changeset 4888

Show
Ignore:
Timestamp:
08/31/07 16:26:25 (1 year ago)
Author:
morris
Message:

Fix problems with Japanese localization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/English.lproj/Localizable.strings

    r4871 r4888  
    104104/* Zoom to fit toolbar item */ 
    105105"Zoom To Fit" = "Zoom To Fit"; 
    106  
  • Footagehead/trunk/Japanese.lproj/Browser.nib/classes.nib

    r4720 r4888  
    22    IBClasses = ( 
    33        { 
    4             ACTIONS = { 
    5                 autoSwitch = id;  
    6                 firstFile = id;  
    7                 lastFile = id;  
    8                 nextImage = id;  
    9                 nextPage = id;  
    10                 openDirectory = id;  
    11                 openFile = id;  
    12                 openParent = id;  
    13                 previousImage = id;  
    14                 previousPage = id;  
    15             };  
     4            ACTIONS = {autoSwitch = id; };  
    165            CLASS = FHBrowserController;  
    176            LANGUAGE = ObjC;  
     
    2817                "_rightStatusTextField" = NSTextField;  
    2918                "_rightView" = NSView;  
     19                "_saveProgressIndicator" = NSProgressIndicator;  
     20                "_saveProgressPanel" = NSPanel;  
     21                "_saveProgressTextField" = NSTextField;  
    3022                "_screenAutoSwitchButton" = NSButton;  
    3123                "_screenAutoSwitchTextField" = NSTextField;  
     
    6254        },  
    6355        { 
     56            ACTIONS = { 
     57                firstFile = id;  
     58                lastFile = id;  
     59                nextImage = id;  
     60                nextPage = id;  
     61                previousImage = id;  
     62                previousPage = id;  
     63                rotateLeft = id;  
     64                rotateRight = id;  
     65                zoomMode = id;  
     66            };  
    6467            CLASS = FHWindowController;  
    6568            LANGUAGE = ObjC;  
    66             OUTLETS = {"_imageView" = FHImageView; };  
     69            OUTLETS = {"_imageView" = FHImageView; "_progressIndicator" = NSProgressIndicator; };  
    6770            SUPERCLASS = WIWindowController;  
    6871        },  
  • Footagehead/trunk/Japanese.lproj/Browser.nib/info.nib

    r4720 r4888  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>1075 123 403 407 0 0 1920 1178 </string> 
     6        <string>135 46 403 407 0 0 1920 1178 </string> 
    77        <key>IBFramework Version</key> 
    88        <string>446.1</string> 
    99        <key>IBOpenObjects</key> 
    1010        <array> 
    11                 <integer>7</integer> 
    12                 <integer>65</integer> 
    1311                <integer>52</integer> 
    14                 <integer>82</integer> 
    1512        </array> 
    1613        <key>IBSystem Version</key> 
    17         <string>8P135</string> 
     14        <string>8R218</string> 
    1815</dict> 
    1916</plist> 
  • Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib

    r4720 r4888  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>838 346 395 374 0 0 1920 1178 </string> 
     6        <string>1045 497 395 374 0 0 1920 1178 </string> 
    77        <key>IBEditorPositions</key> 
    88        <dict> 
    99                <key>29</key> 
    10                 <string>973 944 400 44 0 0 1920 1178 </string> 
     10                <string>841 1020 459 44 0 0 1920 1178 </string> 
    1111        </dict> 
    1212        <key>IBFramework Version</key> 
     
    1919        </array> 
    2020        <key>IBSystem Version</key> 
    21         <string>8P135</string> 
     21        <string>8R218</string> 
    2222</dict> 
    2323</plist>