home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / Localizable.strings < prev    next >
Encoding:
Text File  |  1996-09-12  |  5.0 KB  |  94 lines

  1. "Unable to modify the attribute."    = "Unable to modify the attribute.";
  2. "Do you want to save changes to %@?"    = "Do you want to save changes to %@?";
  3. "Unable to load the %@ adaptor!"        = "Unable to load the %@ adaptor!";
  4. "Unable to connect to database."    = "Unable to connect to database.";
  5. "Unable to load interface file %@"    = "Unable to load interface file %@.";
  6. "Unable to transfer entities with relationships"    = "Can't transfer entities with relationships.";
  7. "A selected property is already used in a component of this relationship."     =       "A selected attribute is used in another join component of this relationship.";
  8. "Inner"                    = "Inner";
  9. "Full Outer"                = "Full Outer";
  10. "Left Outer"                = "Left Outer";
  11. "Right Outer"                = "Right Outer";
  12. "Inspector"                = "Inspector";
  13. "Multiple Selection"            = "Multiple Selection";
  14. "Table Panel"                = "Table Panel";
  15. "%@ : LOADING ADAPTOR"            = "%@ : LOADING ADAPTOR";
  16. "%@ : CONNECTING"            = "%@ : CONNECTING";
  17. "Version 1.0 (v%s)"            = "Version 1.0 (v%s)";
  18. "Save"                    = "Save";
  19. "Don't Save"                = "Don't Save";
  20. "Cancel"                = "Cancel";
  21. "Revert Anyway"                = "Revert Anyway";
  22. "Can't change name!"            = "Can't change name.";
  23. "Unable to load adaptor."        = "Unable to load adaptor.";
  24. "Unable to write model."        = "Unable to write model.";
  25. "Unable to load adaptor!"        = "Unable to load adaptor.";
  26. "Invalid qualifier description"        = "Invalid qualifier description.";
  27. "Can't open model '%@' in '%@'!"    = "Can't open model '%@' in '%@'.";
  28. "That relationship is referenced to elsewhere in the model."    =       "The selected relationship is referred to elsewhere in the model.";
  29. "If you revert, you'll lose all the changes you made to %@ after it was last saved."    =    "If you revert, you'll lose all the changes you made to %@ after it was last saved.";
  30. "That attribute is referenced to elsewhere in the model."    =    "The selected attribute is referred to elsewhere in the model.";
  31. "Client Time Zone"            = "Client Time Zone";
  32. "Server Time Zone"            = "Server Time Zone";
  33. "%@ is not a valid relationship name."    = "%@ is not a valid relationship name.";
  34. "%@ is not a valid attribute name."    = "%@ is not a valid attribute name.";
  35. "%@ is not a valid entity name."    = "%@ is not a valid entity name.";
  36. "TEMPLATE_NEED_CLASS"             = "You must specify a class name for entity %@ before creating a template.  Use the entity inspector to set the class.";
  37. "The file %@ in %@ exists. Replace it?" = "The file %@ in %@ exists. Replace it?";
  38. "Unable to write file %@."         = "Unable to write file %@.";
  39. "Unable to add class to project."     = "Unable to add class to project.";
  40. "Insert files %@.[hm] in project?"     = "Insert files %@.[hm] in project?";
  41. "Unable to parse that definition."     = "Unable to parse that definition.";
  42. "Choose Directory"             = "Choose Directory";
  43. "Template Generation:\nCannot substitute %@!" = "Template Generation:\nCannot substitute %@!";
  44. "Template Generation:\nVariable (%@) for loop array must begin with entity!" = "Template Generation:\nVariable (%@) for loop array must begin with entity!";
  45.  
  46. /* The following strings are used for the consistency check panel. */
  47. "CONSISTENCY_CHECK"    = "Consistency check for model %@.";
  48. "E_BAD_REMOVE"        = "Entity %@ can't be removed because it is referenced by the following properties:";
  49. "R_BAD_REMOVE"        = "Relationship %@ can't be removed because it is referenced by the following properties:";
  50. "A_BAD_REMOVE"        = "Attribute %@ can't be removed because it is referenced by the following properties:";
  51. "R_BAD_CARDINALITY"    = "The cardinality of relationship %@ can't be changed because the following flattened attributes depend on it:";
  52. "SP_BAD_REMOVE"         = "Stored procedure %@ can't be removed because it is referenced by the following entities:";
  53. "Unable to delete"      = "Unable to delete";
  54.  
  55. /*
  56.     The following string is used in the sentence:
  57. Entity  anEntity  doesn't have a primary key set.
  58.  
  59. */
  60.  
  61. "E_NO_PRIMARY_KEY"    = "  doesn't have a primary key set.";
  62.  
  63. /*
  64.     The following string is used in the sentence:
  65. Relationship  aRel  in entity  anEntity  doesn't contain any join components.
  66.  
  67. */
  68.  
  69. "R_NO_JOINS"        = "  doesn't contain any join components.";
  70.  
  71. /*
  72.     The following string is used in the sentence:
  73. Relationship  aRel  in entity  anEntity  is to-one and does not join on the primary key of its destination entity.
  74.  
  75. */
  76.  
  77. "R_BAD_TO_ONE"        = "  is to-one but does not join on the primary key of its destination entity.";
  78.  
  79. /*  The following pieces are used to construct the above sentences. */
  80. "  in entity  " = "  in entity  ";
  81. "Attribute  " = "Attribute  ";
  82. "Relationship  " = "Relationship  ";
  83. "Entity  " = "Entity  ";
  84.  
  85. "MODEL_CONSISTENT" = "All entities have primary keys...\nAll relationships have join components...\n\nYour model is consistent!";
  86.  
  87. "Warning" = "Warning";
  88. "More than one entity specifies the class name \"%@\".  The class must implement the entity method or be a subclass of EOGenericRecord.";
  89.  
  90. "Fetched %d rows.  More rows left to fetch.  Fetch next %d rows?"    =    "Fetched %d rows.  More rows left to fetch.  Fetch next %d rows?";
  91. "Continue"        =    "Continue";
  92. "%d records fetched"    =    "%d records fetched";
  93. "Fetch All"        =    "Fetch All";
  94.