Mac: Eclipse Finder Japanese localization added

ver1_6_1
Da Woon Jung 2009-01-03 17:09:14 +00:00
parent b9f70a06e0
commit b9ad4b43f5
8 changed files with 42 additions and 1 deletions

View File

@ -62,6 +62,7 @@ Version 1.6.0:\
* Data files (CelestiaResources) moved inside application bundle to simplify installation. Celestia will still recognize user-customized extras and scripts folders under ~/Library/Application Support/CelestiaResources or /Library/Application Support/CelestiaResources.\
* Preference panel usability improvements\
* Fixed issue where Radeon 9200 vertex program workaround could not be installed when running Celestia from the installation disk image\
* Eclipse Finder Japanese localization added\
\
Version 1.5.1:\
\

View File

@ -514,6 +514,7 @@
88654A140DB29585007C8027 /* celx_rotation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = celx_rotation.h; path = ../src/celestia/celx_rotation.h; sourceTree = SOURCE_ROOT; };
88654A150DB29585007C8027 /* celx_vector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = celx_vector.cpp; path = ../src/celestia/celx_vector.cpp; sourceTree = SOURCE_ROOT; };
88654A160DB29585007C8027 /* celx_vector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = celx_vector.h; path = ../src/celestia/celx_vector.h; sourceTree = SOURCE_ROOT; };
CEDE1E960F0FC29700C95690 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ja; path = ja.lproj/EclipseFinder.nib; sourceTree = "<group>"; };
E50657D70CBFB08500151204 /* imagecapture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = imagecapture.h; path = ../src/celestia/imagecapture.h; sourceTree = SOURCE_ROOT; };
E50CCA370C065BF900E9C76A /* eclipsefinder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = eclipsefinder.cpp; path = ../src/celestia/eclipsefinder.cpp; sourceTree = SOURCE_ROOT; };
E50CCA380C065BF900E9C76A /* eclipsefinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eclipsefinder.h; path = ../src/celestia/eclipsefinder.h; sourceTree = SOURCE_ROOT; };
@ -2083,6 +2084,7 @@
E50CCA540C065F0100E9C76A /* English */,
E50CCA5C0C065F4000E9C76A /* fr */,
E50CCA5D0C065F4300E9C76A /* es */,
CEDE1E960F0FC29700C95690 /* ja */,
);
name = EclipseFinder.nib;
sourceTree = "<group>";

View File

@ -0,0 +1,20 @@
{
IBClasses = (
{
ACTIONS = {find = id; go = id; stopFind = id; };
CLASS = EclipseFinderController;
LANGUAGE = ObjC;
OUTLETS = {
eclipseFindEnd = NSTextField;
eclipseFindStart = NSTextField;
eclipseList = NSTableView;
eclipseProgress = NSProgressIndicator;
eclipseReceiver = NSTextField;
findButton = NSButton;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
);
IBVersion = 1;
}

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>12 37 356 240 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>
<array>
<integer>52</integer>
</array>
<key>IBSystem Version</key>
<string>8P135</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>672</string>
<string>677</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>

Binary file not shown.