home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Resources / Italian.lproj / DatabaseKit.strings < prev    next >
Text File  |  1992-07-08  |  3KB  |  70 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3. /* String for boolean true */
  4. "YES string" = "SI";
  5.  
  6. /* String for boolean false */
  7. "NO string" = "NO";
  8.  
  9. /* Embedded string denoting database operation success */
  10. "succeeded" = "riuscita";
  11.  
  12. /* Embedded string denoting database operation failure */
  13. "failed" = "fallita";
  14.  
  15. /* Embedded string when message forwarded to database adaptor */
  16. "selector forwarded." = "selettore inviato";
  17.  
  18. /* Embedded string when message not supported by database adaptor */
  19. "selector not supported." = "selettore non supportato";
  20.  
  21. /* Message when an attempt to load a mismatched adaptor is encountered */
  22. "Requested adaptor name does not match adaptor already loaded for database." = "Il nome dell'adattatore specificato non corrisponde a quello dell'adattatore già caricato per la base dati.";
  23.  
  24. /* Message when adaptor not found or not loadable */
  25. "Cannot load adaptor:" = "Non riesco a caricare l'adattatore";
  26.  
  27. /* Affirmation */
  28. "OK" = "OK";
  29.  
  30. /* Refuse choice */
  31. "Cancel" = "Annulla";
  32.  
  33. /* Title of alert panel for notification from database adaptor */
  34. "Database" = "Base dati";
  35.  
  36. /* Name of untitled default database file */
  37. "Untitled file" = "File Senzatitolo";
  38.  
  39.  
  40. /* Go ahead despite alert warning */
  41. "Continue" = "Continua";
  42.  
  43. /* Abort in response to error situation */
  44. "Abort" = "Interrompi";
  45.  
  46. /* Skip this record in response to error situation */
  47. "Skip" = "Ignora";
  48.  
  49.  
  50. /* Shown to user when overwriting changes with a new fetch */
  51. "Changes will be lost if you do this." = "Se esegui questa operazione le modifiche andranno perse.";
  52.  
  53. /* Shown to user when an unrecognized read or save error occurs */
  54. "Error %d occurred during transaction." = "Errore %d in fase di esecuzione dell'operazione";
  55.  
  56. /* Shown to user if primary key is missing for an entity */
  57. "Save failed on %s entity because no key is defined." = "Non sono riuscito a salvare l'entità %s perché non è definita nessuna combinazione.";
  58.  
  59. /* Shown to user if a duplicate key is encountered for an entity */
  60. "Duplicate key encountered while saving %s data." = "Mentre salvavo i dati %s ho individuato una combinazione doppia";
  61.  
  62. /* Shown to user if record in the database has been changed (by another user) */
  63. "%s record has been modified in the database since the last fetch." = "La registrazione %s è stata modificata nella base dati dall'ultimo prelievo";
  64.  
  65. /* Shown to user if record in the database is locked (by another user) */
  66. "%s record is in use and can't be saved or locked." = "La registrazione %s è in uso e non può essere salvata o bloccata";
  67.  
  68. /* Shown to user if an unusually large number of records has been fetched.  User is prompted to continue or abort. */
  69. "%d records have been fetched so far:" = "Finora sono state prelevate %d registrazioni:";
  70.