[plt-translators] english-string-constants.ss update
Just so you know, these are all related to the new keybindings menu
item for adding keybindings files directly from PLaneT.
Robby
At Thu, 7 Sep 2006 21:42:28 -0400, Philippe Meunier wrote:
> Index: $PLTHOME/collects/string-constants/english-string-constants.ss
> ===================================================================
> --- $PLTHOME/collects/string-constants/english-string-constants.ss (revision 3467)
> +++ $PLTHOME/collects/string-constants/english-string-constants.ss (working copy)
> @@ -621,9 +621,16 @@
> (keybindings-sort-by-name "Sort by Name")
> (keybindings-sort-by-key "Sort by Key")
> (keybindings-add-user-defined-keybindings "Add User-defined Keybindings...")
> + (keybindings-add-user-defined-keybindings/planet "Add User-defined Keybindings from
> PLaneT...")
> (keybindings-menu-remove "Remove ~a")
> (keybindings-choose-user-defined-file "Please choose a file containing keybindings.")
> -
> + (keybindings-planet-malformed-spec "The PLaneT spec is malformed: ~a") ; the string will
> be what the user typed in
> + (keybindings-type-planet-spec "Please enter a PLaneT require spec (without the
> `require')")
> +
> + ; first ~a will be a string naming the file or planet package where the keybindings come
> from;
> + ; second ~a will be an error message
> + (keybindings-error-installing-file "Error when installing the keybindings ~a:\n\n~a")
> +
> (user-defined-keybinding-error "Error running keybinding ~a\n\n~a")
> (user-defined-keybinding-malformed-file "The file ~a does not contain a module written
> in the (lib \"keybinding-lang.ss\" \"framework\") language.")
>
> _______________________________________________
> plt-translators mailing list
> plt-translators at list.cs.brown.edu
> http://list.cs.brown.edu/mailman/listinfo/plt-translators