Blame macosx/mdimporter/English.lproj/schema.strings

Packit df99a1
	/* Localized DisplayNames for your custom metadata attributes */
Packit df99a1
	/* The form is:  "myMetadataKey" = "My Metadata Key";    */
Packit df99a1
	/* The name on the left is the name defined in schema.xml */
Packit df99a1
	/* The name on the right is what the user will see */
Packit df99a1
"com_Foo_YourAttrName" = "Your Localized Attr Name";
Packit df99a1
Packit df99a1
Packit df99a1
	/* Localized Description of you custom metadata attributes */
Packit df99a1
	/* The form is: "myMetadataKey.Description" = "stuff";
Packit df99a1
	/* com_Foo_YourAttrName should be definded in the schema.xml file  */
Packit df99a1
	 /* The value on the right will be displayed by the Finder etc.. */
Packit df99a1
"com_Foo_YourAttrName.Description" = "Localized description of your attribute";