Changeset 4909 for Footagehead/trunk/German.lproj
- Timestamp:
- 10/04/07 22:35:36 (1 year ago)
- Files:
-
- 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)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;
