You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by to...@apache.org on 2007/01/15 21:47:04 UTC

svn commit: r496481 - in /incubator/cayenne/sandbox/CocoaCayenne/CAYClient: CAYClient.xcodeproj/project.pbxproj nb.lproj/ nb.lproj/InfoPlist.strings

Author: torehalset
Date: Mon Jan 15 12:47:04 2007
New Revision: 496481

URL: http://svn.apache.org/viewvc?view=rev&rev=496481
Log:
mark app as localized

Added:
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/nb.lproj/
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/nb.lproj/InfoPlist.strings   (with props)
Modified:
    incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient.xcodeproj/project.pbxproj

Modified: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient.xcodeproj/project.pbxproj
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient.xcodeproj/project.pbxproj?view=diff&rev=496481&r1=496480&r2=496481
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient.xcodeproj/project.pbxproj (original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CAYClient/CAYClient.xcodeproj/project.pbxproj Mon Jan 15 12:47:04 2007
@@ -36,6 +36,7 @@
 		443968FA0A90A0C2005BD842 /* Painting.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Painting.m; sourceTree = "<group>"; };
 		443968FC0A90A0D0005BD842 /* Gallery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gallery.h; sourceTree = "<group>"; };
 		443968FD0A90A0D0005BD842 /* Gallery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Gallery.m; sourceTree = "<group>"; };
+		44A2DD8F0B5C1FE100AF1D3D /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 		44FE799A0AA379D90040BB78 /* CocoaCayenne.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CocoaCayenne.framework; path = /Library/Frameworks/CocoaCayenne.framework; sourceTree = "<absolute>"; };
 		44FE799F0AA37A0B0040BB78 /* HessianObjC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = HessianObjC.framework; path = /Library/Frameworks/HessianObjC.framework; sourceTree = "<absolute>"; };
 		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
@@ -175,6 +176,13 @@
 			isa = PBXProject;
 			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "CAYClient" */;
 			hasScannedForEncodings = 1;
+			knownRegions = (
+				English,
+				Japanese,
+				French,
+				German,
+				nb,
+			);
 			mainGroup = 29B97314FDCFA39411CA2CEA /* CAYClient */;
 			projectDirPath = "";
 			targets = (
@@ -215,6 +223,7 @@
 			isa = PBXVariantGroup;
 			children = (
 				089C165DFE840E0CC02AAC07 /* English */,
+				44A2DD8F0B5C1FE100AF1D3D /* nb */,
 			);
 			name = InfoPlist.strings;
 			sourceTree = "<group>";

Added: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/nb.lproj/InfoPlist.strings
URL: http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CAYClient/nb.lproj/InfoPlist.strings?view=auto&rev=496481
==============================================================================
Binary file - no diff available.

Propchange: incubator/cayenne/sandbox/CocoaCayenne/CAYClient/nb.lproj/InfoPlist.strings
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream