home *** CD-ROM | disk | FTP | other *** search
- /* Localized DisplayNames for your custom metadata attributes */
- /* The form is: "myMetadataKey" = "My Metadata Key"; */
- /* The name on the left is the name defined in schema.xml */
- /* The name on the right is what the user will see */
- "com_mekentosj_papers_pmid" = "PubMed ID";
- "com_mekentosj_papers_journal" = "Journal";
- "com_mekentosj_papers_publication" = "Publication Details";
- "com_mekentosj_papers_nickname" = "Nickname";
-
- /* Localized Description of you custom metadata attributes */
- /* The form is: "myMetadataKey.Description" = "stuff";
- /* com_Foo_YourAttrName should be definded in the schema.xml file */
- /* The value on the right will be displayed by the Finder etc.. */
- "com_mekentosj_papers_pmid.Description" = "The Paper's PubMed Identifier";
- "com_mekentosj_papers_journal.Description" = "Name of the journal this paper was published in";
- "com_mekentosj_papers_publication.Description" = "Publication Details";
- "com_mekentosj_papers_nickname" = "This person's nickname";
-