home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / Italian.lproj / Spelling.strings < prev    next >
Encoding:
Text (UTF-16)  |  1996-08-29  |  3.4 KB  |  29 lines

  1. /* ALERT */
  2. /* Message */
  3. "Couldn't contact Spell Checker." = "Impossibile richiamare il controllo ortografico";
  4.  
  5.  
  6. /* Comment at the start of a spelling dictionary file. */
  7. "# Enter words one per line, capitalization doesn't matter.\n" = "# Specifica una parola per linea, le maiuscole non vengono prese in considerazione.\n";
  8.  
  9. /* Message user gets when he attempts to create a spelling dictionary and it fails because of some filesystem problem. */
  10. "Couldn't create dictionary." = "Non sono riuscito a creare il dizionario.";
  11.  
  12. /* Message given to user when he attempts to delete his spelling dictionaries. */
  13. "Are you sure you want to delete these dictionaries.  This operation cannot be undone." = "Sei sicuro di voler cancellare questi dizionari? Questa operazione non può essere annullata.";
  14.  
  15. /* Button user presses in an alert to confirm that he does, indeed, want to delete all his spelling dictionaries. */
  16. "Delete All" = "Cancella tutto";
  17.  
  18. /* Button user presses in an alert to abort deleting all his spelling dictionaries. */
  19. "Cancel" = "Annulla";
  20.  
  21. /* Title of panel the user uses to specify the name of his new spelling dictionary. */
  22. "New Spelling Dictionary" = "Nuovo dizionario per il controllo ortografico";
  23.  
  24. /* Message given to user when his attempt to delete a spelling dictionary fails for some (unknown) reason. */
  25. "Unable to delete dictionary %@." = "Non riesco a cancellare il dizionario %@.";
  26.  
  27. /* Message user gets when he attempts to create a spelling dictionary in some directory other than ~/Library/Dictionaries. */
  28. "Sorry, but you must have all your spelling dictionaries in Library/Dictionaries in your home directory." = "Devi avere tutti i dizionari per il controllo ortografico in Libreria/Dizionari della directory casa.";
  29.