Changeset 4157

Show
Ignore:
Timestamp:
05/26/06 12:08:47 (3 years ago)
Author:
morris
Message:

Add French.lproj


Touch up other localizations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/English.lproj/Localizable.strings

    r4142 r4157  
    112112"Could not write to %@: %@." = "Could not write to %1$@: %2$@."; 
    113113 
    114 /* WIApplication: termination delay panel */ 
     114/* WIApplication: termination delay panel (application, timeout) */ 
    115115"If you do nothing, %@ will quit automatically in %.0f seconds." = "If you do nothing, %1$@ will quit automatically in %2$.0f seconds."; 
    116116 
  • WiredAdditions/trunk/Japanese.lproj/Localizable.strings

    r4142 r4157  
    112112"Could not write to %@: %@." = "%1$@ に書き込めませんでした:%2$@。"; 
    113113 
    114 /* WIApplication: termination delay panel */ 
     114/* WIApplication: termination delay panel (application, timeout) */ 
    115115"If you do nothing, %@ will quit automatically in %.0f seconds." = "操作のない状態が継続すれば、%1$@ は %2$.0f 秒後に自動的に終了します。"; 
    116116 
  • WiredAdditions/trunk/WIApplication.m

    r3997 r4157  
    5757- (NSString *)_terminationDelayStringValue { 
    5858        return [NSSWF:WILS(@"If you do nothing, %@ will quit automatically in %.0f seconds.", 
    59                                            @"WIApplication: termination delay panel"), 
     59                                           @"WIApplication: termination delay panel (application, timeout)"), 
    6060                [self name], 
    6161                _terminationDelay]; 
  • WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj

    r4142 r4157  
    262262                77795CCA097D2C1D00241C13 /* WISocket.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WISocket.m; sourceTree = "<group>"; }; 
    263263                77795CCB097D2C1D00241C13 /* WISocket.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = WISocket.h; sourceTree = "<group>"; }; 
     264                777AB8460A270869006089AF /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = "<group>"; }; 
     265                777AB8490A27086D006089AF /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/ReleaseNotes.nib; sourceTree = "<group>"; }; 
    264266                777C493B07981CDD00D1D429 /* NSWorkspace-WIAdditions.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "NSWorkspace-WIAdditions.h"; sourceTree = "<group>"; }; 
    265267                777C493C07981CDD00D1D429 /* NSWorkspace-WIAdditions.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = "NSWorkspace-WIAdditions.m"; sourceTree = "<group>"; }; 
     
    380382                A553B5F607AAF5FC005EE3E5 /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = Tests/WINotificationCenter/prefix.pch; sourceTree = "<group>"; }; 
    381383                A56288F1097ED2BD00F34C4C /* wired */ = {isa = PBXFileReference; lastKnownFileType = folder; name = wired; path = libwired/run/include/wired; sourceTree = "<group>"; }; 
    382                 A564433F0A261E8100ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 
    383384                A56443420A261E9600ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; 
    384385                A56443710A261F1C00ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/ReleaseNotes.nib; sourceTree = "<group>"; }; 
     
    12451246                        children = ( 
    12461247                                089C1667FE841158C02AAC07 /* English */, 
    1247                                 A564433F0A261E8100ADF4F5 /* Japanese */, 
    12481248                        ); 
    12491249                        name = InfoPlist.strings; 
     
    12551255                                77CDAED7083B3781003BE654 /* English */, 
    12561256                                A56443710A261F1C00ADF4F5 /* Japanese */, 
     1257                                777AB8490A27086D006089AF /* French */, 
    12571258                        ); 
    12581259                        name = ReleaseNotes.nib; 
     
    12641265                                77FFC0FE075E121A008ED58A /* English */, 
    12651266                                A56443420A261E9600ADF4F5 /* Japanese */, 
     1267                                777AB8460A270869006089AF /* French */, 
    12661268                        ); 
    12671269                        name = Localizable.strings;