Changeset 4157
- Timestamp:
- 05/26/06 12:08:47 (3 years ago)
- Files:
-
- WiredAdditions/trunk/English.lproj/Localizable.strings (modified) (1 diff)
- WiredAdditions/trunk/French.lproj (added)
- WiredAdditions/trunk/French.lproj/Localizable.strings (added)
- WiredAdditions/trunk/French.lproj/ReleaseNotes.nib (added)
- WiredAdditions/trunk/French.lproj/ReleaseNotes.nib/classes.nib (added)
- WiredAdditions/trunk/French.lproj/ReleaseNotes.nib/info.nib (added)
- WiredAdditions/trunk/French.lproj/ReleaseNotes.nib/keyedobjects.nib (added)
- WiredAdditions/trunk/Japanese.lproj/InfoPlist.strings (deleted)
- WiredAdditions/trunk/Japanese.lproj/Localizable.strings (modified) (1 diff)
- WiredAdditions/trunk/WIApplication.m (modified) (1 diff)
- WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/English.lproj/Localizable.strings
r4142 r4157 112 112 "Could not write to %@: %@." = "Could not write to %1$@: %2$@."; 113 113 114 /* WIApplication: termination delay panel */114 /* WIApplication: termination delay panel (application, timeout) */ 115 115 "If you do nothing, %@ will quit automatically in %.0f seconds." = "If you do nothing, %1$@ will quit automatically in %2$.0f seconds."; 116 116 WiredAdditions/trunk/Japanese.lproj/Localizable.strings
r4142 r4157 112 112 "Could not write to %@: %@." = "%1$@ に書き込めませんでした:%2$@。"; 113 113 114 /* WIApplication: termination delay panel */114 /* WIApplication: termination delay panel (application, timeout) */ 115 115 "If you do nothing, %@ will quit automatically in %.0f seconds." = "操作のない状態が継続すれば、%1$@ は %2$.0f 秒後に自動的に終了します。"; 116 116 WiredAdditions/trunk/WIApplication.m
r3997 r4157 57 57 - (NSString *)_terminationDelayStringValue { 58 58 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)"), 60 60 [self name], 61 61 _terminationDelay]; WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj
r4142 r4157 262 262 77795CCA097D2C1D00241C13 /* WISocket.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = WISocket.m; sourceTree = "<group>"; }; 263 263 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>"; }; 264 266 777C493B07981CDD00D1D429 /* NSWorkspace-WIAdditions.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = "NSWorkspace-WIAdditions.h"; sourceTree = "<group>"; }; 265 267 777C493C07981CDD00D1D429 /* NSWorkspace-WIAdditions.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = "NSWorkspace-WIAdditions.m"; sourceTree = "<group>"; }; … … 380 382 A553B5F607AAF5FC005EE3E5 /* prefix.pch */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = Tests/WINotificationCenter/prefix.pch; sourceTree = "<group>"; }; 381 383 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>"; };383 384 A56443420A261E9600ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; 384 385 A56443710A261F1C00ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/ReleaseNotes.nib; sourceTree = "<group>"; }; … … 1245 1246 children = ( 1246 1247 089C1667FE841158C02AAC07 /* English */, 1247 A564433F0A261E8100ADF4F5 /* Japanese */,1248 1248 ); 1249 1249 name = InfoPlist.strings; … … 1255 1255 77CDAED7083B3781003BE654 /* English */, 1256 1256 A56443710A261F1C00ADF4F5 /* Japanese */, 1257 777AB8490A27086D006089AF /* French */, 1257 1258 ); 1258 1259 name = ReleaseNotes.nib; … … 1264 1265 77FFC0FE075E121A008ED58A /* English */, 1265 1266 A56443420A261E9600ADF4F5 /* Japanese */, 1267 777AB8460A270869006089AF /* French */, 1266 1268 ); 1267 1269 name = Localizable.strings;
