home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 January / Mac_easy_01_08.iso / Software / Office / papers.dmg / Papers.app / Contents / Resources / schema.strings < prev    next >
Encoding:
Text (UTF-16)  |  2007-11-01  |  2.0 KB  |  18 lines

  1.     /* Localized DisplayNames for your custom metadata attributes */
  2.     /* The form is:  "myMetadataKey" = "My Metadata Key";    */
  3.     /* The name on the left is the name defined in schema.xml */
  4.     /* The name on the right is what the user will see */
  5. "com_mekentosj_papers_pmid" = "PubMed ID";
  6. "com_mekentosj_papers_journal" = "Journal";
  7. "com_mekentosj_papers_publication" = "Publication Details";
  8. "com_mekentosj_papers_nickname" = "Nickname";
  9.  
  10.     /* Localized Description of you custom metadata attributes */
  11.     /* The form is: "myMetadataKey.Description" = "stuff";
  12.     /* com_Foo_YourAttrName should be definded in the schema.xml file  */
  13.      /* The value on the right will be displayed by the Finder etc.. */
  14. "com_mekentosj_papers_pmid.Description" = "The Paper's PubMed Identifier";
  15. "com_mekentosj_papers_journal.Description" = "Name of the journal this paper was published in";
  16. "com_mekentosj_papers_publication.Description" = "Publication Details";
  17. "com_mekentosj_papers_nickname" = "This person's nickname";
  18.