Changeset 4144

Show
Ignore:
Timestamp:
05/25/06 20:18:03 (2 years ago)
Author:
morris
Message:

Add Japanese localization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/Package/Resources/English.lproj/ReadMe.rtf

    r4102 r4144  
    1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf33
     1{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf38
    22{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;} 
    33{\colortbl;\red255\green255\blue255;\red126\green126\blue126;} 
     
    3030\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    3131 
    32 \f1\b0 \cf0 - Fix problem with main thread hanging after registering with a tracker sometimes\ 
     32\f1\b0 \cf0 - Add Japanese localization\ 
     33- Fix problem with main thread hanging after registering with a tracker sometimes\ 
    3334\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    3435 
  • WiredServer/trunk/PreferencePane/English.lproj/Localizable.strings

    r3191 r4144  
    1 /* File comment */ 
    2 "# This file was generated by %@ at %@\n" = "# This file was generated by %1$@ at %2$@\n"; 
     1/* File comment(application, date) */ 
     2"# This file was generated by %@ at %@" = "# This file was generated by %1$@ at %2$@"; 
    33 
    44/* Certificate */ 
  • WiredServer/trunk/WCConfig.m

    r3950 r4144  
    219219 
    220220        string = [NSMutableString string]; 
    221         [string appendFormat:WCLS(@"# This file was generated by %@ at %@\n", @"File comment"), 
     221        [string appendFormat:WCLS(@"# This file was generated by %@ at %@", @"File comment (application, date)"), 
    222222                [[self bundle] objectForInfoDictionaryKey:@"CFBundleExecutable"], 
    223223                [[NSDate date] fullDateStringWithSeconds:YES]]; 
     224        [string appendString:@"\n"]; 
    224225         
    225226        enumerator = [[[_config allKeys] sortedArrayUsingSelector:@selector(compare:)] objectEnumerator]; 
  • WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj

    r4138 r4144  
    200200                A540687705CDC46100068FBB /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; 
    201201                A5643F230A26061400ADF4F5 /* WiredAdditions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WiredAdditions.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 
     202                A56445B10A26282100ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = PreferencePane/Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; 
     203                A56445B40A26282600ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = PreferencePane/Japanese.lproj/Wired.nib; sourceTree = "<group>"; }; 
    202204                A5992BEF0729917600E67617 /* WCConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCConfig.h; sourceTree = "<group>"; }; 
    203205                A5992BF00729917600E67617 /* WCConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WCConfig.m; sourceTree = "<group>"; }; 
     
    704706                        children = ( 
    705707                                A5992ED0072A795D00E67617 /* English */, 
     708                                A56445B10A26282100ADF4F5 /* Japanese */, 
    706709                        ); 
    707710                        name = Localizable.strings; 
     
    720723                        children = ( 
    721724                                A5A3494707298A2700A16E9A /* English */, 
     725                                A56445B40A26282600ADF4F5 /* Japanese */, 
    722726                        ); 
    723727                        name = Wired.nib;