"Couldn't contact Spell Checker." = "Imposible contactar con el corrector ortográfico.";
/* Message given to user when he attempts to delete his spelling dictionaries. */
"Are you sure you want to delete these dictionaries. This operation cannot be undone." = "¿Está seguro de que desea borrar estos diccionarios? Una vez realizada la operación no podrá anularla.";
/* Button user presses in an alert to confirm that he does, indeed, want to delete all his spelling dictionaries. */
"Delete All" = "Borrar todo";
/* Button user presses in an alert to abort deleting all his spelling dictionaries. */
"Cancel" = "Cancelar";
/* Message given to user when his attempt to delete a spelling dictionary fails for some (unknown) reason. */
"Unable to delete dictionary %s." = "Imposible borrar el diccionario %s.";
/* Title of panel the user uses to specify the name of his new spelling dictionary. */
"New Spelling Dictionary" = "Diccionario ortográfico nuevo";
/* Comment at the start of a spelling dictionary file. */
"# Enter words one per line, capitalization doesn't matter.\n" = "# Escriba una palabra por línea, no importa si está en mayúsculas.\n";
/* Message user gets when he attempts to create a spelling dictionary and it fails because of some filesystem problem. */
/* Message user gets when he attempts to create a spelling dictionary in some directory other than ~/Library/Dictionaries. */
"Sorry, but you must have all your spelling dictionaries in Library/Dictionaries in your home directory." = "Todos los diccionarios ortográficos deben estar en Library/Dictionaries en su directorio personal.";