Changeset 4238
- Timestamp:
- 06/07/06 01:46:51 (2 years ago)
- Files:
-
- WiredAdditions/trunk/German.lproj (added)
- WiredAdditions/trunk/German.lproj/InfoPlist.strings (added)
- WiredAdditions/trunk/German.lproj/Localizable.strings (added)
- WiredAdditions/trunk/German.lproj/ReleaseNotes.nib (added)
- WiredAdditions/trunk/German.lproj/ReleaseNotes.nib/classes.nib (added)
- WiredAdditions/trunk/German.lproj/ReleaseNotes.nib/info.nib (added)
- WiredAdditions/trunk/German.lproj/ReleaseNotes.nib/keyedobjects.nib (added)
- WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/WiredAdditions.xcodeproj/project.pbxproj
r4157 r4238 384 384 A56443420A261E9600ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; 385 385 A56443710A261F1C00ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/ReleaseNotes.nib; sourceTree = "<group>"; }; 386 A56453F40A364AE000ADF4F5 /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 387 A56453F70A364AE700ADF4F5 /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Localizable.strings; sourceTree = "<group>"; }; 388 A56453FA0A364AED00ADF4F5 /* German */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = German; path = German.lproj/ReleaseNotes.nib; sourceTree = "<group>"; }; 386 389 A56B9EF9075B865F00B3B6AA /* WIApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WIApplication.h; sourceTree = "<group>"; }; 387 390 A56B9EFA075B865F00B3B6AA /* WIApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WIApplication.m; sourceTree = "<group>"; }; … … 1246 1249 children = ( 1247 1250 089C1667FE841158C02AAC07 /* English */, 1251 A56453F40A364AE000ADF4F5 /* German */, 1248 1252 ); 1249 1253 name = InfoPlist.strings; … … 1256 1260 A56443710A261F1C00ADF4F5 /* Japanese */, 1257 1261 777AB8490A27086D006089AF /* French */, 1262 A56453FA0A364AED00ADF4F5 /* German */, 1258 1263 ); 1259 1264 name = ReleaseNotes.nib; … … 1266 1271 A56443420A261E9600ADF4F5 /* Japanese */, 1267 1272 777AB8460A270869006089AF /* French */, 1273 A56453F70A364AE700ADF4F5 /* German */, 1268 1274 ); 1269 1275 name = Localizable.strings;
