Changeset 4720
- Timestamp:
- 04/24/07 18:44:43 (1 year ago)
- Files:
-
- Footagehead/trunk/Japanese.lproj/Browser.nib (added)
- Footagehead/trunk/Japanese.lproj/Browser.nib/classes.nib (added)
- Footagehead/trunk/Japanese.lproj/Browser.nib/info.nib (added)
- Footagehead/trunk/Japanese.lproj/Browser.nib/keyedobjects.nib (added)
- Footagehead/trunk/Japanese.lproj/Localizable.strings (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/classes.nib (modified) (3 diffs)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/objects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/Slideshow.nib (added)
- Footagehead/trunk/Japanese.lproj/Slideshow.nib/classes.nib (added)
- Footagehead/trunk/Japanese.lproj/Slideshow.nib/info.nib (added)
- Footagehead/trunk/Japanese.lproj/Slideshow.nib/keyedobjects.nib (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/Japanese.lproj/Localizable.strings
r3898 r4720 9 9 10 10 /* ', rotated by 90' */ 11 ", rotated by %.0f" = ", %.0f度回転";11 ", rotated by %.0f" = ", rotated by %.0f°"; 12 12 13 13 /* ', scaled to 50%' */ 14 ", scaled to %.0f%%" = ", ズーム:%.0f%%";14 ", scaled to %.0f%%" = ", scaled to %.0f%%"; 15 15 16 16 /* Spotlight query (query) */ 17 17 "\"%@\"" = "“%@”"; 18 18 19 /* Color black*/20 " Black" = "黒";19 /* Actual size toolbar item */ 20 "Actual Size" = "Actual Size"; 21 21 22 /* Error message */ 23 "error opening image" = "エラーがあってイメージを開けません"; 24 25 /* Color gray */ 26 "Gray" = "灰色"; 22 /* Menu item title */ 23 "Hide Status Bar" = "Hide Status Bar"; 27 24 28 25 /* 'image' singular */ 29 "image" = " イメージ";26 "image" = "image"; 30 27 31 28 /* 'image' plural */ 32 "images" = " イメージ";29 "images" = "images"; 33 30 34 31 /* 'item' singular */ 35 "item" = " 項目";32 "item" = "item"; 36 33 37 34 /* '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"; 39 54 40 55 /* '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"; 42 57 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 1 1 { 2 2 IBClasses = ( 3 {CLASS = FHBrowserView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },4 3 { 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; 29 5 LANGUAGE = ObjC; 30 6 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; 58 10 }; 59 SUPERCLASS = WI WindowController;11 SUPERCLASS = WIObject; 60 12 }, 13 {CLASS = FHBrowserView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; }, 61 14 { 62 15 CLASS = FHImageView; … … 72 25 }, 73 26 { 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 }; 75 46 CLASS = FirstResponder; 76 47 LANGUAGE = ObjC; … … 85 56 SUPERCLASS = NSApplication; 86 57 }, 58 {CLASS = WIObject; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 87 59 {CLASS = WISplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; }, 88 60 { Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib
r4095 r4720 4 4 <dict> 5 5 <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> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <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> 13 11 </dict> 14 12 <key>IBFramework Version</key> 15 <string>443.0</string> 13 <string>446.1</string> 14 <key>IBOldestOS</key> 15 <integer>3</integer> 16 16 <key>IBOpenObjects</key> 17 17 <array> 18 <integer>302</integer> 19 <integer>21</integer> 20 <integer>438</integer> 18 <integer>29</integer> 21 19 </array> 22 20 <key>IBSystem Version</key> 23 <string>8 I127</string>21 <string>8P135</string> 24 22 </dict> 25 23 </plist>
