Show
Ignore:
Timestamp:
10/04/07 22:35:36 (1 year ago)
Author:
morris
Message:

Localization updates, thanks Kim

Files:

Legend:

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

    r4906 r4909  
    11/* '640x480' */ 
    22"%.0fx%.0f" = "%2$.0fx%3$.0f"; 
    3  
    4 /* '72.00 pixels/inch' */ 
    5 "%.2f pixels/inch" = "%.2f pixels/inch"; 
    63 
    74/* 'image.jpg - 1/10' */ 
     
    2724"Cancel" = "Abbrechen"; 
    2825 
     26/* Inspector label */ 
     27"Color Model" = "Color Model"; 
     28 
    2929/* Move to trash dialog message */ 
    3030"Could Not Move To Trash" = "Kann nicht in den Papierkorb bewegt werden"; 
     
    3939"File Exists" = "Datei existiert bereits"; 
    4040 
     41/* Inspector label */ 
     42"File Name" = "File Name"; 
     43 
     44/* Inspector label */ 
     45"File Size" = "File Size"; 
     46 
    4147/* Menu item title */ 
    4248"Hide Status Bar" = "Statusbar ausblenden"; 
     
    4551"image" = "Bild"; 
    4652 
     53/* Inspector label */ 
     54"Image DPI" = "Image DPI"; 
     55 
     56/* Inspector label */ 
     57"Image Size" = "Image Size"; 
     58 
    4759/* 'image' plural */ 
    4860"images" = "Bilder"; 
     61 
     62/* Inspector toolbar item 
     63   Inspector */ 
     64"Inspector" = "Inspector"; 
    4965 
    5066/* 'item' singular */ 
     
    6581/* Parent toolbar item */ 
    6682"Parent" = "Überordner"; 
     83 
     84/* Inspector label */ 
     85"Profile Name" = "Profile Name"; 
    6786 
    6887/* Reload toolbar item */ 
  • Footagehead/trunk/German.lproj/MainMenu.nib/info.nib

    r4908 r4909  
    88        <dict> 
    99                <key>29</key> 
    10                 <string>69 255 550 44 0 0 1920 1178 </string> 
     10                <string>169 484 550 44 0 0 1920 1178 </string> 
    1111        </dict> 
    1212        <key>IBFramework Version</key> 
  • Footagehead/trunk/German.lproj/Slideshow.nib/classes.nib

    r4906 r4909  
    88        },  
    99        { 
     10            ACTIONS = {showSlideshowWindow = id; };  
    1011            CLASS = FHSlideshowController;  
    1112            LANGUAGE = ObjC;  
     
    1718                firstFile = id;  
    1819                lastFile = id;  
     20                nextFile = id;  
    1921                nextImage = id;  
    2022                nextPage = id;  
     23                previousFile = id;  
    2124                previousImage = id;  
    2225                previousPage = id;  
     
    2427                rotateRight = id;  
    2528                scalingMode = id;  
     29                spreadMode = id;  
     30                spreadRightToLeft = id;  
    2631            };  
    2732            CLASS = FHWindowController;