home *** CD-ROM | disk | FTP | other *** search
- /* String for boolean true */
- "YES string" = "YES";
-
- /* String for boolean false */
- "NO string" = "NO";
-
- /* Embedded string denoting database operation success */
- "succeeded";
-
- /* Embedded string denoting database operation failure */
- "failed";
-
- /* Embedded string when message forwarded to database adaptor */
- "selector forwarded.";
-
- /* Embedded string when message not supported by database adaptor */
- "selector not supported.";
-
- /* Message when an attempt to load a mismatched adaptor is encountered */
- "Requested adaptor name does not match adaptor already loaded for database.";
-
- /* Message when adaptor not found or not loadable */
- "Cannot load adaptor:";
-
- /* Affirmation */
- "OK";
-
- /* Refuse choice */
- "Cancel";
-
- /* Title of alert panel for notification from database adaptor */
- "Database";
-
- /* Name of untitled default database file */
- "Untitled file" = "UNTITLED";
-
-
- /* Go ahead despite alert warning */
- "Continue";
-
- /* Abort in response to error situation */
- "Abort";
-
- /* Skip this record in response to error situation */
- "Skip";
-
-
- /* Shown to user when overwriting changes with a new fetch */
- "Changes will be lost if you do this.";
-
- /* Shown to user when an unrecognized read or save error occurs */
- "Error %d occurred during transaction.";
-
- /* Shown to user if primary key is missing for an entity */
- "Save failed on %s entity because no key is defined.";
-
- /* Shown to user if a duplicate key is encountered for an entity */
- "Duplicate key encountered while saving %s data.";
-
- /* Shown to user if record in the database has been changed (by another user) */
- "%s record has been modified in the database since the last fetch.";
-
- /* Shown to user if record in the database is locked (by another user) */
- "%s record is in use and can't be saved or locked.";
-
- /* Shown to user if an unusually large number of records has been fetched. User is prompted to continue or abort. */
- "%d records have been fetched so far:";
-
-
-