Changeset 4720

Show
Ignore:
Timestamp:
04/24/07 18:44:43 (1 year ago)
Author:
morris
Message:

Merge from English

Files:

Legend:

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

    r3898 r4720  
    99 
    1010/* ', rotated by 90' */ 
    11 ", rotated by %.0f" = ", %.0f度回転"; 
     11", rotated by %.0f" = ", rotated by %.0f°"; 
    1212 
    1313/* ', scaled to 50%' */ 
    14 ", scaled to %.0f%%" = ", ズーム: %.0f%%"; 
     14", scaled to %.0f%%" = ", scaled to %.0f%%"; 
    1515 
    1616/* Spotlight query (query) */ 
    1717"\"%@\"" = "“%@”"; 
    1818 
    19 /* Color black */ 
    20 "Black" = "黒"; 
     19/* Actual size toolbar item */ 
     20"Actual Size" = "Actual Size"; 
    2121 
    22 /* Error message */ 
    23 "error opening image" = "エラーがあってイメージを開けません"; 
    24  
    25 /* Color gray */ 
    26 "Gray" = "灰色"; 
     22/* Menu item title */ 
     23"Hide Status Bar" = "Hide Status Bar"; 
    2724 
    2825/* 'image' singular */ 
    29 "image" = "イメージ"; 
     26"image" = "image"; 
    3027 
    3128/* 'image' plural */ 
    32 "images" = "イメージ"; 
     29"images" = "images"; 
    3330 
    3431/* 'item' singular */ 
    35 "item" = "項目"; 
     32"item" = "item"; 
    3633 
    3734/* 'item' plural */ 
    38 "items" = "項目"; 
     35"items" = "items"; 
     36 
     37/* Move to trash toolbar item */ 
     38"Move To Trash" = "Move To Trash"; 
     39 
     40/* Parent toolbar item */ 
     41"Parent" = "Parent"; 
     42 
     43/* Reload toolbar item */ 
     44"Reload" = "Reload"; 
     45 
     46/* Reveal in Finder toolbar item */ 
     47"Reveal In Finder" = "Reveal In Finder"; 
     48 
     49/* Rotate left toolbar item */ 
     50"Rotate Left" = "Rotate Left"; 
     51 
     52/* Rotate right toolbar item */ 
     53"Rotate Right" = "Rotate Right"; 
    3954 
    4055/* 'Screen 1, 1024x768' */ 
    41 "Screen %u, %.0fx%.0f" = "ディスプレイ %1$u, %2$.0fx%3$.0f"; 
     56"Screen %u, %.0fx%.0f" = "Screen %1$u, %2$.0fx%3$.0f"; 
    4257 
    43 /* Color white */ 
    44 "White" = "白"; 
     58/* Menu item title */ 
     59"Show Status Bar" = "Show Status Bar"; 
     60 
     61/* Slideshow toolbar item */ 
     62"Slideshow" = "Slideshow"; 
     63 
     64/* Stretch to fit toolbar item */ 
     65"Stretch To Fit" = "Stretch To Fit"; 
     66 
     67/* Zoom to fit toolbar item */ 
     68"Zoom To Fit" = "Zoom To Fit"; 
  • Footagehead/trunk/Japanese.lproj/MainMenu.nib/classes.nib

    r3944 r4720  
    11{ 
    22    IBClasses = ( 
    3         {CLASS = FHBrowserView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },  
    43        { 
    5             ACTIONS = { 
    6                 autoSwitch = id;  
    7                 delete = id;  
    8                 firstFile = id;  
    9                 lastFile = id;  
    10                 nextImage = id;  
    11                 nextPage = id;  
    12                 open = id;  
    13                 openFile = id;  
    14                 openMenu = id;  
    15                 openParent = id;  
    16                 openSpotlight = id;  
    17                 openURL = id;  
    18                 previousImage = id;  
    19                 previousPage = id;  
    20                 reload = id;  
    21                 revealInFinder = id;  
    22                 rotateLeft = id;  
    23                 rotateRight = id;  
    24                 setAsDesktopPicture = id;  
    25                 slideshow = id;  
    26                 zoom = id;  
    27             };  
    28             CLASS = FHController;  
     4            CLASS = FHApplicationController;  
    295            LANGUAGE = ObjC;  
    306            OUTLETS = { 
    31                 "_fileTableColumn" = NSTableColumn;  
    32                 "_fullscreenImageView" = FHImageView;  
    33                 "_fullscreenPanel" = NSPanel;  
    34                 "_imageView" = FHImageView;  
    35                 "_leftStatusTextField" = NSTextField;  
    36                 "_leftView" = NSView;  
    37                 "_menu" = NSPopUpButton;  
    38                 "_moveToTrashButton" = NSButton;  
    39                 "_openSpotlightMenuItem" = NSMenuItem;  
    40                 "_openSpotlightPanel" = NSPanel;  
    41                 "_openSpotlightTextView" = NSTextView;  
    42                 "_openURLPanel" = NSPanel;  
    43                 "_openURLPopUpButton" = NSPopUpButton;  
    44                 "_openURLTextView" = NSTextView;  
    45                 "_progressIndicator" = NSProgressIndicator;  
    46                 "_revealInFinderButton" = NSButton;  
    47                 "_rightStatusTextField" = NSTextField;  
    48                 "_rightView" = NSView;  
    49                 "_screenAutoSwitchButton" = NSButton;  
    50                 "_screenAutoSwitchTextField" = NSTextField;  
    51                 "_screenBackgroundPopUpButton" = NSPopUpButton;  
    52                 "_screenPanel" = NSPanel;  
    53                 "_screenPopUpButton" = NSPopUpButton;  
    54                 "_scrollView" = NSScrollView;  
    55                 "_splitView" = WISplitView;  
    56                 "_tableView" = WITableView;  
    57                 "_zoomButton" = NSButton;  
     7                "_goMenu" = NSMenu;  
     8                "_toggleStatusBarMenuItem" = NSMenuItem;  
     9                "_viewMenu" = NSMenu;  
    5810            };  
    59             SUPERCLASS = WIWindowController;  
     11            SUPERCLASS = WIObject;  
    6012        },  
     13        {CLASS = FHBrowserView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },  
    6114        { 
    6215            CLASS = FHImageView;  
     
    7225        },  
    7326        { 
    74             ACTIONS = {cancelSheet = id; submitSheet = id; };  
     27            ACTIONS = { 
     28                cancelSheet = id;  
     29                go = id;  
     30                moveToTrash = id;  
     31                open = id;  
     32                openParent = id;  
     33                openSpotlight = id;  
     34                openURL = id;  
     35                reload = id;  
     36                revealInFinder = id;  
     37                rotateLeft = id;  
     38                rotateRight = id;  
     39                setAsDesktopBackground = id;  
     40                slideshow = id;  
     41                submitSheet = id;  
     42                toggleStatusBar = id;  
     43                zoomMode = id;  
     44                zoomToFit = id;  
     45            };  
    7546            CLASS = FirstResponder;  
    7647            LANGUAGE = ObjC;  
     
    8556            SUPERCLASS = NSApplication;  
    8657        },  
     58        {CLASS = WIObject; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    8759        {CLASS = WISplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; },  
    8860        { 
  • Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib

    r4095 r4720  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>1309 193 395 374 1280 0 1280 1024 </string> 
     6        <string>838 346 395 374 0 0 1920 1178 </string> 
    77        <key>IBEditorPositions</key> 
    88        <dict> 
    99                <key>29</key> 
    10                 <string>772 709 380 44 0 0 1920 1178 </string> 
    11                 <key>571</key> 
    12                 <string>100 1060 316 118 0 0 1920 1178 </string> 
     10                <string>973 944 400 44 0 0 1920 1178 </string> 
    1311        </dict> 
    1412        <key>IBFramework Version</key> 
    15         <string>443.0</string> 
     13        <string>446.1</string> 
     14        <key>IBOldestOS</key> 
     15        <integer>3</integer> 
    1616        <key>IBOpenObjects</key> 
    1717        <array> 
    18                 <integer>302</integer> 
    19                 <integer>21</integer> 
    20                 <integer>438</integer> 
     18                <integer>29</integer> 
    2119        </array> 
    2220        <key>IBSystem Version</key> 
    23         <string>8I127</string> 
     21        <string>8P135</string> 
    2422</dict> 
    2523</plist>