"Unable to modify the attribute." = "Unable to modify the attribute.";
"Do you want to save changes to %@?" = "Do you want to save changes to %@?";
"Unable to load the %@ adaptor!" = "Unable to load the %@ adaptor!";
"Unable to connect to database." = "Unable to connect to database.";
"Unable to load interface file %@" = "Unable to load interface file %@.";
"Unable to transfer entities with relationships" = "Can't transfer entities with relationships.";
"A selected property is already used in a component of this relationship." = "A selected attribute is used in another join component of this relationship.";
"Inner" = "Inner";
"Full Outer" = "Full Outer";
"Left Outer" = "Left Outer";
"Right Outer" = "Right Outer";
"Inspector" = "Inspector";
"Multiple Selection" = "Multiple Selection";
"Table Panel" = "Table Panel";
"%@ : LOADING ADAPTOR" = "%@ : LOADING ADAPTOR";
"%@ : CONNECTING" = "%@ : CONNECTING";
"Version 1.0 (v%s)" = "Version 1.0 (v%s)";
"Save" = "Save";
"Don't Save" = "Don't Save";
"Cancel" = "Cancel";
"Revert Anyway" = "Revert Anyway";
"Can't change name!" = "Can't change name.";
"Unable to load adaptor." = "Unable to load adaptor.";
"Unable to write model." = "Unable to write model.";
"Unable to load adaptor!" = "Unable to load adaptor.";
"Can't open model '%@' in '%@'!" = "Can't open model '%@' in '%@'.";
"That relationship is referenced to elsewhere in the model." = "The selected relationship is referred to elsewhere in the model.";
"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.";
"That attribute is referenced to elsewhere in the model." = "The selected attribute is referred to elsewhere in the model.";
"Client Time Zone" = "Client Time Zone";
"Server Time Zone" = "Server Time Zone";
"%@ is not a valid relationship name." = "%@ is not a valid relationship name.";
"%@ is not a valid attribute name." = "%@ is not a valid attribute name.";
"%@ is not a valid entity name." = "%@ is not a valid entity name.";
"TEMPLATE_NEED_CLASS" = "You must specify a class name for entity %@ before creating a template. Use the entity inspector to set the class.";
"The file %@ in %@ exists. Replace it?" = "The file %@ in %@ exists. Replace it?";
"Unable to write file %@." = "Unable to write file %@.";
"Unable to add class to project." = "Unable to add class to project.";
"Insert files %@.[hm] in project?" = "Insert files %@.[hm] in project?";
"Unable to parse that definition." = "Unable to parse that definition.";
"Template Generation:\nVariable (%@) for loop array must begin with entity!" = "Template Generation:\nVariable (%@) for loop array must begin with entity!";
/* The following strings are used for the consistency check panel. */
"CONSISTENCY_CHECK" = "Consistency check for model %@.";
"E_BAD_REMOVE" = "Entity %@ can't be removed because it is referenced by the following properties:";
"R_BAD_REMOVE" = "Relationship %@ can't be removed because it is referenced by the following properties:";
"A_BAD_REMOVE" = "Attribute %@ can't be removed because it is referenced by the following properties:";
"R_BAD_CARDINALITY" = "The cardinality of relationship %@ can't be changed because the following flattened attributes depend on it:";
"SP_BAD_REMOVE" = "Stored procedure %@ can't be removed because it is referenced by the following entities:";
"Unable to delete" = "Unable to delete";
/*
The following string is used in the sentence:
Entity anEntity doesn't have a primary key set.
*/
"E_NO_PRIMARY_KEY" = " doesn't have a primary key set.";
/*
The following string is used in the sentence:
Relationship aRel in entity anEntity doesn't contain any join components.
*/
"R_NO_JOINS" = " doesn't contain any join components.";
/*
The following string is used in the sentence:
Relationship aRel in entity anEntity is to-one and does not join on the primary key of its destination entity.
*/
"R_BAD_TO_ONE" = " is to-one but does not join on the primary key of its destination entity.";
/* The following pieces are used to construct the above sentences. */
" in entity " = " in entity ";
"Attribute " = "Attribute ";
"Relationship " = "Relationship ";
"Entity " = "Entity ";
"MODEL_CONSISTENT" = "All entities have primary keys...\nAll relationships have join components...\n\nYour model is consistent!";
"Warning" = "Warning";
"More than one entity specifies the class name \"%@\". The class must implement the entity method or be a subclass of EOGenericRecord.";
"Fetched %d rows. More rows left to fetch. Fetch next %d rows?" = "Fetched %d rows. More rows left to fetch. Fetch next %d rows?";