From 0bd6b71e6279e6cf9f3cfc90a1c2c2b3239262e1 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 4 Jan 2006 01:47:34 +0000 Subject: upcoming locale for PureUnity svn path=/trunk/abstractions/pureunity/; revision=4359 --- generics/locale/english.tcl | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 generics/locale/english.tcl diff --git a/generics/locale/english.tcl b/generics/locale/english.tcl new file mode 100644 index 0000000..09e3125 --- /dev/null +++ b/generics/locale/english.tcl @@ -0,0 +1,52 @@ + +say_namespace summary { + foreach {x y} { + f "floating-point" + ~ "signal" + \# "grid" + } { + say_category basic<$x> + say ~.do "" + say ~.norm "" + say ~.packunpack3 "" + say ~ "" + say ~.swap "" + say ~.taa "" + } + + say_category interfaces + proc pu_say {} { + } + + pu_say antireflexive {t } "" + pu_say antisymmetric {t } "" + pu_say associative {t } "" + pu_say commutative {t } "" + pu_say distributive {t } "" + pu_say equivalence {t } "" + pu_say invertible {t } "" + pu_say partialorder {t } "" + pu_say partialordereq {t } "" + pu_say reflexive {t } "" + pu_say totalorder {t } "" + pu_say totalordereq {t } "" + pu_say transitive {t } "" + pu_say trichotomy {t } "" + pu_say operator1 {t } "" + pu_say operator2 {t } "" + + say_category cancellators + say associator "" + say commutator "ab-ba" + say distributor "" + say invertor "" + + say_category misc + say twice "" + say 3times "" + say 4times "" + say ^ "" + say error "" + say protocols-tree "" + say tree "" +} -- cgit v1.2.1