Changeset 4909
- Timestamp:
- 10/04/07 22:35:36 (10 months ago)
- Files:
-
- Footagehead/trunk/English.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/English.lproj/Inspector.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/English.lproj/Localizable.strings (modified) (2 diffs)
- Footagehead/trunk/English.lproj/MainMenu.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/English.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/English.lproj/MainMenu.nib/objects.nib (modified) (previous)
- Footagehead/trunk/FHInspectorController.m (modified) (1 diff)
- Footagehead/trunk/German.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/German.lproj/Inspector.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/German.lproj/Localizable.strings (modified) (5 diffs)
- Footagehead/trunk/German.lproj/MainMenu.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/German.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/German.lproj/MainMenu.nib/objects.nib (modified) (previous)
- Footagehead/trunk/German.lproj/Slideshow.nib/classes.nib (modified) (3 diffs)
- Footagehead/trunk/German.lproj/Slideshow.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/Inspector.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/Localizable.strings (modified) (7 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/Slideshow.nib/classes.nib (modified) (2 diffs)
- Footagehead/trunk/Japanese.lproj/Slideshow.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/Slideshow.nib/keyedobjects.nib (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/English.lproj/Localizable.strings
r4906 r4909 33 33 "Could Not Move To Trash" = "Could Not Move To Trash"; 34 34 35 /* Inspector label */36 "Data Size" = "Data Size";37 38 35 /* Move to trash dialog button title */ 39 36 "Delete" = "Delete"; … … 47 44 /* Inspector label */ 48 45 "File Name" = "File Name"; 46 47 /* Inspector label */ 48 "File Size" = "File Size"; 49 49 50 50 /* Menu item title */ Footagehead/trunk/English.lproj/MainMenu.nib/info.nib
r4906 r4909 1 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">2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key> 6 <string>69 10 356 240 0 0 1920 1178 </string> 7 <key>IBEditorPositions</key> 8 <dict> 9 <key>29</key> 10 <string>69 255 400 44 0 0 1920 1178 </string> 11 </dict> 5 12 <key>IBFramework Version</key> 6 <string>628</string> 7 <key>IBOldestOS</key> 8 <integer>5</integer> 13 <string>446.1</string> 9 14 <key>IBOpenObjects</key> 10 15 <array> 11 <integer> 646</integer>16 <integer>29</integer> 12 17 </array> 13 18 <key>IBSystem Version</key> 14 <string>9A559</string> 15 <key>targetFramework</key> 16 <string>IBCocoaFramework</string> 19 <string>8R2218</string> 17 20 </dict> 18 21 </plist> Footagehead/trunk/FHInspectorController.m
r4906 r4909 74 74 if(properties) { 75 75 if([properties floatForKey:(id) kCGImagePropertyDPIHeight] > 0.0) { 76 [self _setValue:[NSSWF: NSLS(@"%.2f pixels/inch", @"'72.00 pixels/inch'"), [properties floatForKey:(id) kCGImagePropertyDPIHeight]]76 [self _setValue:[NSSWF:@"%.2f", [properties floatForKey:(id) kCGImagePropertyDPIHeight]] 77 77 forKey:NSLS(@"Image DPI", @"Inspector label")]; 78 78 } 79 79 80 80 [self _setValue:[NSString humanReadableStringForSize:[image dataLength]] 81 forKey:NSLS(@" DataSize", @"Inspector label")];81 forKey:NSLS(@"File Size", @"Inspector label")]; 82 82 [self _setValue:[properties objectForKey:(id) kCGImagePropertyColorModel] 83 83 forKey:NSLS(@"Color Model", @"Inspector label")]; Footagehead/trunk/German.lproj/Localizable.strings
r4906 r4909 1 1 /* '640x480' */ 2 2 "%.0fx%.0f" = "%2$.0fx%3$.0f"; 3 4 /* '72.00 pixels/inch' */5 "%.2f pixels/inch" = "%.2f pixels/inch";6 3 7 4 /* 'image.jpg - 1/10' */ … … 27 24 "Cancel" = "Abbrechen"; 28 25 26 /* Inspector label */ 27 "Color Model" = "Color Model"; 28 29 29 /* Move to trash dialog message */ 30 30 "Could Not Move To Trash" = "Kann nicht in den Papierkorb bewegt werden"; … … 39 39 "File Exists" = "Datei existiert bereits"; 40 40 41 /* Inspector label */ 42 "File Name" = "File Name"; 43 44 /* Inspector label */ 45 "File Size" = "File Size"; 46 41 47 /* Menu item title */ 42 48 "Hide Status Bar" = "Statusbar ausblenden"; … … 45 51 "image" = "Bild"; 46 52 53 /* Inspector label */ 54 "Image DPI" = "Image DPI"; 55 56 /* Inspector label */ 57 "Image Size" = "Image Size"; 58 47 59 /* 'image' plural */ 48 60 "images" = "Bilder"; 61 62 /* Inspector toolbar item 63 Inspector */ 64 "Inspector" = "Inspector"; 49 65 50 66 /* 'item' singular */ … … 65 81 /* Parent toolbar item */ 66 82 "Parent" = "Überordner"; 83 84 /* Inspector label */ 85 "Profile Name" = "Profile Name"; 67 86 68 87 /* Reload toolbar item */ Footagehead/trunk/German.lproj/MainMenu.nib/info.nib
r4908 r4909 8 8 <dict> 9 9 <key>29</key> 10 <string> 69 255550 44 0 0 1920 1178 </string>10 <string>169 484 550 44 0 0 1920 1178 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> Footagehead/trunk/German.lproj/Slideshow.nib/classes.nib
r4906 r4909 8 8 }, 9 9 { 10 ACTIONS = {showSlideshowWindow = id; }; 10 11 CLASS = FHSlideshowController; 11 12 LANGUAGE = ObjC; … … 17 18 firstFile = id; 18 19 lastFile = id; 20 nextFile = id; 19 21 nextImage = id; 20 22 nextPage = id; 23 previousFile = id; 21 24 previousImage = id; 22 25 previousPage = id; … … 24 27 rotateRight = id; 25 28 scalingMode = id; 29 spreadMode = id; 30 spreadRightToLeft = id; 26 31 }; 27 32 CLASS = FHWindowController; Footagehead/trunk/Japanese.lproj/Localizable.strings
r4906 r4909 1 1 /* '640x480' */ 2 2 "%.0fx%.0f" = "%1$.0fx%2$.0f"; 3 4 /* '72.00 pixels/inch' */5 "%.2f pixels/inch" = "%.2f pixels/inch";6 3 7 4 /* 'image.jpg - 1/10' */ … … 21 18 22 19 /* Actual size toolbar item */ 23 "Actual Size" = " Actual Size";20 "Actual Size" = "実際のサイズ"; 24 21 25 /* Move to trash dialog button title */ 22 /* File exists dialog button title 23 Move to trash dialog button title */ 26 24 "Cancel" = "キャンセル"; 25 26 /* Inspector label */ 27 "Color Model" = "カラーモデル"; 27 28 28 29 /* Move to trash dialog message */ … … 35 36 "Do you want to delete \"%@\" immediately?" = "今すぐ“%@”を削除しますか?"; 36 37 38 /* File exists dialog title */ 39 "File Exists" = "ファイルがすでに存在しています"; 40 41 /* Inspector label */ 42 "File Name" = "ファイル名"; 43 44 /* Inspector label */ 45 "File Size" = "ファイルサイズ"; 46 37 47 /* Menu item title */ 38 48 "Hide Status Bar" = "ステータスバーを隠す"; … … 40 50 /* 'image' singular */ 41 51 "image" = "イメージ"; 52 53 /* Inspector toolbar item 54 Inspector */ 55 "Inspector" = "書類の情報"; 56 57 /* Inspector label */ 58 "Image DPI" = "イメージの DPI"; 59 60 /* Inspector label */ 61 "Image Size" = "イメージサイズ"; 42 62 43 63 /* 'image' plural */ … … 53 73 "Move To Trash" = "ゴミ箱に入れる"; 54 74 75 /* File exists dialog button title */ 76 "Overwrite" = "置き換える"; 77 78 /* File exists dialog button title */ 79 "Overwrite All" = "すべてを置き換える"; 80 55 81 /* Parent toolbar item */ 56 82 "Parent" = "戻る"; 83 84 /* Inspector label */ 85 "Profile Name" = "ColorSync プロファイル"; 57 86 58 87 /* Reload toolbar item */ … … 72 101 73 102 /* Scale to fit toolbar item */ 74 "Scale To Fit" = " Scale To Fit";103 "Scale To Fit" = "幅か縦で縮尺する"; 75 104 76 105 /* 'scaled to 50%' */ … … 87 116 88 117 /* Stretch to fit toolbar item */ 89 "Stretch To Fit" = "Stretch To Fit"; 118 "Stretch To Fit" = "幅か縦で拡大する"; 119 120 /* File exists dialog description */ 121 "The file \"%@\" already exists. Overwrite?" = "“%@”という名前の項目がすでにこの場所に存在しています。置き換えますか?"; Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib
r4908 r4909 8 8 <dict> 9 9 <key>29</key> 10 <string>69 255 4 5944 0 0 1920 1178 </string>10 <string>69 255 468 44 0 0 1920 1178 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> Footagehead/trunk/Japanese.lproj/Slideshow.nib/classes.nib
r4720 r4909 8 8 }, 9 9 { 10 ACTIONS = {showSlideshowWindow = id; }; 10 11 CLASS = FHSlideshowController; 11 12 LANGUAGE = ObjC; … … 14 15 {CLASS = FHSlideshowWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 15 16 { 17 ACTIONS = { 18 firstFile = id; 19 lastFile = id; 20 nextFile = id; 21 nextImage = id; 22 nextPage = id; 23 previousFile = id; 24 previousImage = id; 25 previousPage = id; 26 rotateLeft = id; 27 rotateRight = id; 28 scalingMode = id; 29 spreadMode = id; 30 spreadRightToLeft = id; 31 }; 16 32 CLASS = FHWindowController; 17 33 LANGUAGE = ObjC; 18 OUTLETS = {"_imageView" = FHImageView; };34 OUTLETS = {"_imageView" = FHImageView; "_progressIndicator" = NSProgressIndicator; }; 19 35 SUPERCLASS = WIWindowController; 20 36 }, Footagehead/trunk/Japanese.lproj/Slideshow.nib/info.nib
r4908 r4909 9 9 <key>IBOpenObjects</key> 10 10 <array> 11 <integer> 5</integer>11 <integer>12</integer> 12 12 </array> 13 13 <key>IBSystem Version</key>
