Mac: added Chinese (zh_CN) localization

ver1_6_1
Da Woon Jung 2009-02-03 11:43:09 +00:00
parent 212036d238
commit 173c42104f
16 changed files with 557 additions and 0 deletions

View File

@ -514,6 +514,11 @@
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; };
CE70D6BC0F3856880020C34D /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = zh_CN; path = zh_CN.lproj/Credits.rtf; sourceTree = "<group>"; };
CE70D6BD0F38568E0020C34D /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/MainMenu.nib; sourceTree = "<group>"; };
CE70D6BE0F3856930020C34D /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/BrowserWindow.nib; sourceTree = "<group>"; };
CE70D6BF0F3856970020C34D /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/EclipseFinder.nib; sourceTree = "<group>"; };
CE70D6C00F38569C0020C34D /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = zh_CN; path = zh_CN.lproj/HelpWindow.nib; sourceTree = "<group>"; };
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; };
@ -1781,6 +1786,7 @@
fr,
es,
ja,
zh_CN,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* celestia */;
projectDirPath = "";
@ -2074,6 +2080,7 @@
E59FE8FD0934DC66000F7BDA /* fr */,
E5E365B0095C12BD00B14224 /* es */,
E5EAAE530A1A0B3000848446 /* ja */,
CE70D6BD0F38568E0020C34D /* zh_CN */,
);
name = MainMenu.nib;
sourceTree = "<group>";
@ -2085,6 +2092,7 @@
E50CCA5C0C065F4000E9C76A /* fr */,
E50CCA5D0C065F4300E9C76A /* es */,
CEDE1E960F0FC29700C95690 /* ja */,
CE70D6BF0F3856970020C34D /* zh_CN */,
);
name = EclipseFinder.nib;
sourceTree = "<group>";
@ -2096,6 +2104,7 @@
E59FE8FE0934DC7C000F7BDA /* fr */,
E5E365B1095C12C900B14224 /* es */,
E5EAAE540A1A0B3F00848446 /* ja */,
CE70D6BE0F3856930020C34D /* zh_CN */,
);
name = BrowserWindow.nib;
sourceTree = "<group>";
@ -2107,6 +2116,7 @@
E5D7660B0982B15C0099DBBD /* es */,
E5D7660C0982B1630099DBBD /* fr */,
E579D3130A1A1949008F3BC8 /* ja */,
CE70D6BC0F3856880020C34D /* zh_CN */,
);
name = Credits.rtf;
sourceTree = "<group>";
@ -2128,6 +2138,7 @@
E5D7660F0982B1860099DBBD /* English */,
E5D766150982B19F0099DBBD /* fr */,
E5EAAE550A1A0B4600848446 /* ja */,
CE70D6C00F38569C0020C34D /* zh_CN */,
);
name = HelpWindow.nib;
sourceTree = "<group>";

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>ACTIONS</key>
<dict>
<key>go</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>BrowserWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>tabView</key>
<string>NSTabView</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenu</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>677</string>
<key>IBOldestOS</key>
<integer>5</integer>
<key>IBOpenObjects</key>
<array>
<integer>11</integer>
</array>
<key>IBSystem Version</key>
<string>9G55</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
</plist>

Binary file not shown.

View File

@ -0,0 +1,37 @@
{\rtf1\ansi\ansicpg936\cocoartf949\cocoasubrtf270
{\fonttbl\f0\fnil\fcharset134 STXihei;\f1\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx680\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\li120\sl320\ql\qnatural
\f0\fs24 \cf0 \'cd\'f8\'d5\'be
\f1\b :
\b0 \
http://www.shatters.net/celestia/\
\f0 \'d6\'a7\'b3\'d6
\f1\b :
\b0 \
http://www.shatters.net/forum/\
\f0 \'d7\'f7\'d5\'df
\f1\b :
\b0 \
Chris Laurel\
Clint Weisbrod\
Fridger Schrempp\
Bob Ippolito\
Christophe Teyssier\
Hank Ramsey\
Grant Hutchison\
Pat Suwalski\
Toti\
Da Woon Jung\
Vincent Giangiulio\
\f0 \'c3\'e2\'d4\'f0\'c9\'f9\'c3\'f7
\f1\b :
\b0 \
Celestia
\f0 \'ca\'c7\'c3\'e2\'b7\'d1\'c8\'ed\'bc\'fe\'b2\'a2\'b2\'bb\'d7\'f7\
\'c8\'ce\'ba\'ce\'be\'f8\'b6\'d4\'b5\'c4\'b5\'a3\'b1\'a3
\f1 .}

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>ACTIONS</key>
<dict>
<key>find</key>
<string>id</string>
<key>go</key>
<string>id</string>
<key>stopFind</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>EclipseFinderController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>eclipseFindEnd</key>
<string>NSTextField</string>
<key>eclipseFindStart</key>
<string>NSTextField</string>
<key>eclipseList</key>
<string>NSTableView</string>
<key>eclipseProgress</key>
<string>NSProgressIndicator</string>
<key>eclipseReceiver</key>
<string>NSTextField</string>
<key>findButton</key>
<string>NSButton</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>670</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>
<array/>
<key>IBSystem Version</key>
<string>9G55</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
</plist>

Binary file not shown.

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>NSMenu</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>677</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>
<array>
<integer>31</integer>
</array>
<key>IBSystem Version</key>
<string>9G55</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>ContextOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSOutlineView</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>status</key>
<string>NSTextField</string>
<key>version</key>
<string>NSTextField</string>
<key>window</key>
<string>NSWindow</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSTableView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>setTime</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>SetTimeWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>dateField</key>
<string>NSTextField</string>
<key>jdField</key>
<string>NSTextField</string>
<key>timeField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenuItem</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>ScriptsController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>scriptMenu</key>
<string>NSMenu</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenu</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>setStatusText</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>CelestiaOpenGLView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>controller</key>
<string>CelestiaController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSOpenGLView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>navigateTo</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoriteInfoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>coordinateField</key>
<string>NSTextField</string>
<key>favoritesDrawerController</key>
<string>id</string>
<key>jdField</key>
<string>NSTextField</string>
<key>nameField</key>
<string>NSTextField</string>
<key>orientationField</key>
<string>NSTextField</string>
<key>selectionField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>addNewFavorite</key>
<string>id</string>
<key>addNewFolder</key>
<string>id</string>
<key>doubleClick</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoritesDrawerController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoriteInfoWindowController</key>
<string>id</string>
<key>favoritesContextMenu</key>
<string>NSMenu</string>
<key>favoritesMenu</key>
<string>NSMenu</string>
<key>outlineView</key>
<string>ContextOutlineView</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>activateMenuItem</key>
<string>id</string>
<key>back</key>
<string>id</string>
<key>captureMovie</key>
<string>id</string>
<key>forward</key>
<string>id</string>
<key>openScript</key>
<string>id</string>
<key>rerunScript</key>
<string>id</string>
<key>showGLInfo</key>
<string>id</string>
<key>showHelp</key>
<string>id</string>
<key>showInfoURL</key>
<string>id</string>
<key>showPanel</key>
<string>id</string>
<key>toggleFullScreen</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>CelestiaController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoritesDrawerController</key>
<string>FavoritesDrawerController</string>
<key>glInfo</key>
<string>NSTextView</string>
<key>glInfoPanel</key>
<string>NSPanel</string>
<key>glView</key>
<string>CelestiaOpenGLView</string>
<key>renderPanelController</key>
<string>RenderPanelController</string>
<key>scriptsController</key>
<string>ScriptsController</string>
<key>splashWindowController</key>
<string>SplashWindowController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindow</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSWindow</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashImageView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSImageView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>gotoObject</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>GotoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>distanceField</key>
<string>NSTextField</string>
<key>latitudeField</key>
<string>NSTextField</string>
<key>longitudeField</key>
<string>NSTextField</string>
<key>objectField</key>
<string>NSTextField</string>
<key>unitsButton</key>
<string>NSPopUpButton</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>RenderPanelController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>renderPathCautionIcon</key>
<string>NSImageView</string>
<key>renderPathWarning</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBFramework Version</key>
<string>677</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>
<array/>
<key>IBSystem Version</key>
<string>9G55</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
</plist>

Binary file not shown.