Skip to content

Commit

Permalink
Chinese Localization =P
Browse files Browse the repository at this point in the history
中文本地化
  • Loading branch information
W-MS committed Mar 17, 2014
1 parent f1b617d commit bf9b2aa
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
DerivedData
xcuserdata
5 changes: 5 additions & 0 deletions iReSign/iReSign.xcodeproj/project.pbxproj
Expand Up @@ -37,6 +37,8 @@
C115EE4013815024003B9ACC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
C142471E138174E500F5B51F /* ResourceRules.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ResourceRules.plist; sourceTree = "<group>"; };
C142472F1381B75B00F5B51F /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Icon.icns; path = ../Icon.icns; sourceTree = "<group>"; };
DF1BF30B18D76F3800AF6E6F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "zh-Hans"; path = "zh-Hans.lproj/MainMenu.xib"; sourceTree = "<group>"; };
DF1BF30C18D76F3800AF6E6F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -150,6 +152,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
"zh-Hans",
);
mainGroup = C115EE1B13815023003B9ACC;
productRefGroup = C115EE2713815024003B9ACC /* Products */;
Expand Down Expand Up @@ -194,6 +197,7 @@
isa = PBXVariantGroup;
children = (
C115EE3413815024003B9ACC /* en */,
DF1BF30C18D76F3800AF6E6F /* zh-Hans */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand All @@ -202,6 +206,7 @@
isa = PBXVariantGroup;
children = (
C115EE4013815024003B9ACC /* en */,
DF1BF30B18D76F3800AF6E6F /* zh-Hans */,
);
name = MainMenu.xib;
sourceTree = "<group>";
Expand Down
6 changes: 3 additions & 3 deletions iReSign/iReSign/en.lproj/MainMenu.xib
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A598" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment defaultVersion="1060" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
Expand Down Expand Up @@ -252,12 +252,12 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="OGH-jD-zcO">
<rect key="frame" x="20" y="190" width="69" height="69"/>
<rect key="frame" x="20" y="190.0000008638354" width="69" height="69"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="Icon" id="LSY-JN-rDx"/>
</imageView>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="Ft3-WI-tTm">
<rect key="frame" x="101.00000067379159" y="239" width="303" height="20"/>
<rect key="frame" x="101.00000067379159" y="239.0000008638354" width="303" height="20"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="How to use iReSign" id="QDO-Yr-Chc">
<font key="font" size="14" name="LucidaGrande-Bold"/>
Expand Down
2 changes: 2 additions & 0 deletions iReSign/iReSign/zh-Hans.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

0 comments on commit bf9b2aa

Please sign in to comment.