Home | History | Annotate | Line # | Download | only in tests
      1  1.1  christos #! /bin/sh
      2  1.1  christos 
      3  1.1  christos # Test --repeated option.
      4  1.1  christos 
      5  1.1  christos tmpfiles=""
      6  1.1  christos trap 'rm -fr $tmpfiles' 1 2 3 15
      7  1.1  christos 
      8  1.1  christos tmpfiles="$tmpfiles msguniq-3.out"
      9  1.1  christos : ${MSGUNIQ-msguniq}
     10  1.1  christos ${MSGUNIQ} -w 1000 -d -o msguniq-3.out ${top_srcdir}/tests/msguniq-a.in
     11  1.1  christos test $? = 0 || { rm -fr $tmpfiles; exit 1; }
     12  1.1  christos 
     13  1.1  christos tmpfiles="$tmpfiles msguniq-3.ok"
     14  1.1  christos cat <<\EOF > msguniq-3.ok
     15  1.1  christos # Template messages for CLISP
     16  1.1  christos # Copyright (C) 1992-2001 Bruno Haible, Michael Stoll, Marcus Daniels
     17  1.1  christos # Bruno Haible <haible (at] clisp.cons.org>, 2001.
     18  1.1  christos #
     19  1.1  christos msgid ""
     20  1.1  christos msgstr ""
     21  1.1  christos "Project-Id-Version: clisp 2.25.1\n"
     22  1.1  christos "POT-Creation-Date: 2001-07-21 21:09:38 CEST\n"
     23  1.1  christos "PO-Revision-Date: 2001-07-21 21:09:38 CEST\n"
     24  1.1  christos "Last-Translator: Automatically generated <bruno@linuix>\n"
     25  1.1  christos "Language-Team: Template <xx (at] li.org>\n"
     26  1.1  christos "MIME-Version: 1.0\n"
     27  1.1  christos "Content-Type: text/plain; charset=ISO-8859-1\n"
     28  1.1  christos "Content-Transfer-Encoding: 8bit\n"
     29  1.1  christos 
     30  1.1  christos #: constobj.d:389 constobj.d:403
     31  1.1  christos msgid "You may choose how to proceed."
     32  1.1  christos msgstr ""
     33  1.1  christos 
     34  1.1  christos #: spvw.d:2783 spvw.d:2798
     35  1.1  christos msgid "Please try: "
     36  1.1  christos msgstr ""
     37  1.1  christos 
     38  1.1  christos #: spvw_mmap.d:67 spvw_mmap.d:219 spvw_mmap.d:396 spvw_multimap.d:174
     39  1.1  christos msgid "Cannot map memory to address 0x%x ."
     40  1.1  christos msgstr ""
     41  1.1  christos 
     42  1.1  christos #: spvw_mmap.d:371 spvw_multimap.d:115
     43  1.1  christos msgid "Cannot open /dev/zero ."
     44  1.1  christos msgstr ""
     45  1.1  christos 
     46  1.1  christos #: spvw_sigint.d:76 spvw_sigint.d:157
     47  1.1  christos msgid "Ctrl-C: User break"
     48  1.1  christos msgstr ""
     49  1.1  christos 
     50  1.1  christos #: spvw_allocate.d:272 spvw_allocate.d:337 spvw_allocate.d:418
     51  1.1  christos msgid "Trying to make room through a GC...\n"
     52  1.1  christos msgstr ""
     53  1.1  christos 
     54  1.1  christos #: eval.d:1518 control.d:2517
     55  1.1  christos msgid "Too many documentation strings in ~"
     56  1.1  christos msgstr ""
     57  1.1  christos 
     58  1.1  christos #: eval.d:2286 symbol.d:31
     59  1.1  christos msgid "~: ~ is a macro, not a function"
     60  1.1  christos msgstr ""
     61  1.1  christos 
     62  1.1  christos #: eval.d:2350 sequence.d:1244 error.d:953
     63  1.1  christos msgid "~: ~ is not a function"
     64  1.1  christos msgstr ""
     65  1.1  christos 
     66  1.1  christos #: eval.d:2424 eval.d:2741
     67  1.1  christos msgid "EVAL/APPLY: too many arguments given to ~"
     68  1.1  christos msgstr ""
     69  1.1  christos 
     70  1.1  christos #: eval.d:3253 eval.d:4282 eval.d:5214 control.d:109
     71  1.1  christos msgid "~: ~ is not a function name"
     72  1.1  christos msgstr ""
     73  1.1  christos 
     74  1.1  christos #: eval.d:6782 eval.d:6798
     75  1.1  christos msgid "symbol ~ has no value"
     76  1.1  christos msgstr ""
     77  1.1  christos 
     78  1.1  christos #: eval.d:7439 control.d:2415
     79  1.1  christos msgid "~: too many arguments given to ~"
     80  1.1  christos msgstr ""
     81  1.1  christos 
     82  1.1  christos #: eval.d:7617 eval.d:7654
     83  1.1  christos msgid "(~ ~): the tagbody of the tags ~ has already been left"
     84  1.1  christos msgstr ""
     85  1.1  christos 
     86  1.1  christos #: eval.d:7718 control.d:2108
     87  1.1  christos msgid "~: there is no CATCHer for tag ~"
     88  1.1  christos msgstr ""
     89  1.1  christos 
     90  1.1  christos #: control.d:175 symbol.d:23
     91  1.1  christos msgid "~: ~ has no global function definition"
     92  1.1  christos msgstr ""
     93  1.1  christos 
     94  1.1  christos #: control.d:622 control.d:893
     95  1.1  christos msgid "~: illegal variable specification ~"
     96  1.1  christos msgstr ""
     97  1.1  christos 
     98  1.1  christos #: control.d:677 control.d:906
     99  1.1  christos msgid "~: ~ is a constant, cannot be bound"
    100  1.1  christos msgstr ""
    101  1.1  christos 
    102  1.1  christos #: pathname.d:1209 pathname.d:1260
    103  1.1  christos msgid "~: host should be NIL or a string, not ~"
    104  1.1  christos msgstr ""
    105  1.1  christos 
    106  1.1  christos #: pathname.d:1231 pathname.d:1280
    107  1.1  christos msgid "~: illegal hostname ~"
    108  1.1  christos msgstr ""
    109  1.1  christos 
    110  1.1  christos #: pathname.d:2028 pathname.d:2392
    111  1.1  christos msgid "~: there is no environment variable ~"
    112  1.1  christos msgstr ""
    113  1.1  christos 
    114  1.1  christos #: pathname.d:2659 pathname.d:2674
    115  1.1  christos msgid "~: hosts ~ and ~ of ~ should coincide"
    116  1.1  christos msgstr ""
    117  1.1  christos 
    118  1.1  christos #: pathname.d:6539 pathname.d:7395
    119  1.1  christos msgid "no directory ~ above ~"
    120  1.1  christos msgstr ""
    121  1.1  christos 
    122  1.1  christos #: pathname.d:6950 pathname.d:7147 pathname.d:7514
    123  1.1  christos msgid "~: ~ names a directory, not a file"
    124  1.1  christos msgstr ""
    125  1.1  christos 
    126  1.1  christos #: pathname.d:10753 pathname.d:10800 pathname.d:10860
    127  1.1  christos msgid "~: the command should be a string, not ~"
    128  1.1  christos msgstr ""
    129  1.1  christos 
    130  1.1  christos #: stream.d:223 stream.d:16250
    131  1.1  christos msgid "~ on ~ is illegal"
    132  1.1  christos msgstr ""
    133  1.1  christos 
    134  1.1  christos #: stream.d:509 stream.d:720
    135  1.1  christos msgid "Return value ~ of call to ~ should be an integer between ~ and ~."
    136  1.1  christos msgstr ""
    137  1.1  christos 
    138  1.1  christos #: stream.d:2397 stream.d:2890
    139  1.1  christos msgid "~ is beyond the end because the string ~ has been adjusted"
    140  1.1  christos msgstr ""
    141  1.1  christos 
    142  1.1  christos #: stream.d:2621 charstrg.d:3322
    143  1.1  christos msgid "~: ~ argument must be a subtype of ~, not ~"
    144  1.1  christos msgstr ""
    145  1.1  christos 
    146  1.1  christos #: stream.d:3537 stream.d:18402
    147  1.1  christos msgid "~: illegal :ELEMENT-TYPE argument ~"
    148  1.1  christos msgstr ""
    149  1.1  christos 
    150  1.1  christos #: stream.d:10276 stream.d:17796
    151  1.1  christos msgid "Return value ~ of call to ~ is not a ~."
    152  1.1  christos msgstr ""
    153  1.1  christos 
    154  1.1  christos #: stream.d:16041 stream.d:18444 stream.d:18518 stream.d:18736 stream.d:18816 io.d:1042
    155  1.1  christos msgid "~: input stream ~ has reached its end"
    156  1.1  christos msgstr ""
    157  1.1  christos 
    158  1.1  christos #: stream.d:19059 stream.d:19071
    159  1.1  christos msgid "~ is not a ~, cannot be output onto ~"
    160  1.1  christos msgstr ""
    161  1.1  christos 
    162  1.1  christos #: io.d:2465 io.d:6624
    163  1.1  christos msgid "~: the value of ~ has been arbitrarily altered"
    164  1.1  christos msgstr ""
    165  1.1  christos 
    166  1.1  christos #: io.d:4937 io.d:10468
    167  1.1  christos msgid "~: ~ is not a character"
    168  1.1  christos msgstr ""
    169  1.1  christos 
    170  1.1  christos #: io.d:8696 record.d:243
    171  1.1  christos msgid "~: ~ is not a structure"
    172  1.1  christos msgstr ""
    173  1.1  christos 
    174  1.1  christos #: array.d:364 foreign.d:2282
    175  1.1  christos msgid "~: got ~ subscripts, but ~ has rank ~"
    176  1.1  christos msgstr ""
    177  1.1  christos 
    178  1.1  christos #: array.d:382 foreign.d:2299
    179  1.1  christos msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
    180  1.1  christos msgstr ""
    181  1.1  christos 
    182  1.1  christos #: array.d:411 foreign.d:2310
    183  1.1  christos msgid "~: subscripts ~ for ~ are out of range"
    184  1.1  christos msgstr ""
    185  1.1  christos 
    186  1.1  christos #: package.d:2248 predtype.d:1981
    187  1.1  christos msgid "~: argument ~ is not a symbol"
    188  1.1  christos msgstr ""
    189  1.1  christos 
    190  1.1  christos #: record.d:459 record.d:502
    191  1.1  christos msgid "~: This is not a generic function: ~"
    192  1.1  christos msgstr ""
    193  1.1  christos 
    194  1.1  christos #: record.d:670 record.d:684
    195  1.1  christos msgid "~: ~ is not a FunctionMacro"
    196  1.1  christos msgstr ""
    197  1.1  christos 
    198  1.1  christos #: sequence.d:369 sequence.d:400
    199  1.1  christos msgid "~: ~ = ~ should not be greater than ~ = ~"
    200  1.1  christos msgstr ""
    201  1.1  christos 
    202  1.1  christos #: sequence.d:829 sequence.d:1127
    203  1.1  christos msgid "~: bad length ~"
    204  1.1  christos msgstr ""
    205  1.1  christos 
    206  1.1  christos #: charstrg.d:946 charstrg.d:1028 charstrg.d:1060 charstrg.d:1107
    207  1.1  christos msgid "This is not a string: ~"
    208  1.1  christos msgstr ""
    209  1.1  christos 
    210  1.1  christos #: charstrg.d:2549 charstrg.d:2646 charstrg.d:3651
    211  1.1  christos msgid "~: :start-index ~ must not be greater than :end-index ~"
    212  1.1  christos msgstr ""
    213  1.1  christos 
    214  1.1  christos #: error.d:985 error.d:1003
    215  1.1  christos msgid "~: ~ is not an 8-bit number"
    216  1.1  christos msgstr ""
    217  1.1  christos 
    218  1.1  christos #: error.d:1019 error.d:1035
    219  1.1  christos msgid "~: ~ is not a 16-bit number"
    220  1.1  christos msgstr ""
    221  1.1  christos 
    222  1.1  christos #: error.d:1051 error.d:1067
    223  1.1  christos msgid "~: ~ is not an 32-bit number"
    224  1.1  christos msgstr ""
    225  1.1  christos 
    226  1.1  christos #: error.d:1083 error.d:1099
    227  1.1  christos msgid "~: ~ is not an 64-bit number"
    228  1.1  christos msgstr ""
    229  1.1  christos 
    230  1.1  christos #: errunix.d:565 errunix.d:571
    231  1.1  christos msgid "Object is remote"
    232  1.1  christos msgstr ""
    233  1.1  christos 
    234  1.1  christos #: predtype.d:1736 predtype.d:1940
    235  1.1  christos msgid "~: unidentifiable type!!!"
    236  1.1  christos msgstr ""
    237  1.1  christos 
    238  1.1  christos #: symbol.d:188 symbol.d:229
    239  1.1  christos msgid "~: the property list ~ has an odd length"
    240  1.1  christos msgstr ""
    241  1.1  christos 
    242  1.1  christos #: symbol.d:419 intlog.d:592
    243  1.1  christos msgid "~: index ~ is negative"
    244  1.1  christos msgstr ""
    245  1.1  christos 
    246  1.1  christos #: intelem.d:211 intelem.d:309
    247  1.1  christos msgid "not a 32-bit integer: ~"
    248  1.1  christos msgstr ""
    249  1.1  christos 
    250  1.1  christos #: intelem.d:399 intelem.d:545
    251  1.1  christos msgid "not a 64-bit integer: ~"
    252  1.1  christos msgstr ""
    253  1.1  christos 
    254  1.1  christos #: foreign.d:353 foreign.d:519
    255  1.1  christos msgid "~ cannot be converted to a foreign function with another calling convention."
    256  1.1  christos msgstr ""
    257  1.1  christos 
    258  1.1  christos #: foreign.d:1101 foreign.d:1162 foreign.d:1317 foreign.d:1363
    259  1.1  christos msgid "element type has size 0: ~"
    260  1.1  christos msgstr ""
    261  1.1  christos 
    262  1.1  christos #: foreign.d:2541 foreign.d:3634
    263  1.1  christos msgid "~: foreign variable ~ does not have the required alignment"
    264  1.1  christos msgstr ""
    265  1.1  christos 
    266  1.1  christos #: foreign.d:2586 foreign.d:3660
    267  1.1  christos msgid "~: illegal foreign function type ~"
    268  1.1  christos msgstr ""
    269  1.1  christos 
    270  1.1  christos #: init.lisp:353 clos.lisp:205
    271  1.1  christos msgid "The old definition will be lost"
    272  1.1  christos msgstr ""
    273  1.1  christos 
    274  1.1  christos #: init.lisp:822 compiler.lisp:7388
    275  1.1  christos msgid "~S: symbol ~S must not be declared SPECIAL and a macro at the same time"
    276  1.1  christos msgstr ""
    277  1.1  christos 
    278  1.1  christos #: init.lisp:837 compiler.lisp:7383
    279  1.1  christos msgid "~S: symbol ~S is declared special and must not be declared a macro"
    280  1.1  christos msgstr ""
    281  1.1  christos 
    282  1.1  christos #: init.lisp:1019 init.lisp:1036
    283  1.1  christos msgid "~S: variable list ends with the atom ~S"
    284  1.1  christos msgstr ""
    285  1.1  christos 
    286  1.1  christos #: init.lisp:1459 macros1.lisp:145
    287  1.1  christos msgid "exit clause in ~S must be a list"
    288  1.1  christos msgstr ""
    289  1.1  christos 
    290  1.1  christos #: init.lisp:1615 clos.lisp:2996 clos.lisp:3053
    291  1.1  christos msgid "~S: the name of a function must be a symbol, not ~S"
    292  1.1  christos msgstr ""
    293  1.1  christos 
    294  1.1  christos #: init.lisp:1843 condition.lisp:1475 reploop.lisp:414
    295  1.1  christos msgid "If you continue (by typing 'continue'): "
    296  1.1  christos msgstr ""
    297  1.1  christos 
    298  1.1  christos #: defmacro.lisp:125 defmacro.lisp:150 defmacro.lisp:301
    299  1.1  christos msgid "The rest of the lambda list will be ignored."
    300  1.1  christos msgstr ""
    301  1.1  christos 
    302  1.1  christos #: defmacro.lisp:160 defmacro.lisp:178 defmacro.lisp:380 defmacro.lisp:396 defmacro.lisp:401
    303  1.1  christos msgid "It will be ignored."
    304  1.1  christos msgstr ""
    305  1.1  christos 
    306  1.1  christos #: macros1.lisp:20 macros1.lisp:43
    307  1.1  christos msgid "~S: non-symbol ~S can't be a variable"
    308  1.1  christos msgstr ""
    309  1.1  christos 
    310  1.1  christos #: macros1.lisp:25 macros1.lisp:48
    311  1.1  christos msgid "~S: the constant ~S must not be redefined to be a variable"
    312  1.1  christos msgstr ""
    313  1.1  christos 
    314  1.1  christos #: macros1.lisp:265 places.lisp:697
    315  1.1  christos msgid "~S called with an odd number of arguments: ~S"
    316  1.1  christos msgstr ""
    317  1.1  christos 
    318  1.1  christos #: macros1.lisp:365 macros1.lisp:435
    319  1.1  christos msgid "Not a list of COND clauses: ~S"
    320  1.1  christos msgstr ""
    321  1.1  christos 
    322  1.1  christos #: macros1.lisp:370 macros1.lisp:440
    323  1.1  christos msgid "The atom ~S must not be used as a COND clause."
    324  1.1  christos msgstr ""
    325  1.1  christos 
    326  1.1  christos #: macros1.lisp:411 compiler.lisp:7439
    327  1.1  christos msgid "COND clause without test: ~S"
    328  1.1  christos msgstr ""
    329  1.1  christos 
    330  1.1  christos #: macros2.lisp:253 condition.lisp:1303
    331  1.1  christos msgid "~S used as a key in ~S, it would be better to use parentheses."
    332  1.1  christos msgstr ""
    333  1.1  christos 
    334  1.1  christos #: places.lisp:177 places.lisp:185
    335  1.1  christos msgid "~S: first argument ~S is illegal, not a symbol"
    336  1.1  christos msgstr ""
    337  1.1  christos 
    338  1.1  christos #: type.lisp:61 compiler.lisp:8580
    339  1.1  christos msgid "~S: argument to SATISFIES must be a symbol: ~S"
    340  1.1  christos msgstr ""
    341  1.1  christos 
    342  1.1  christos #: type.lisp:331 type.lisp:340 type.lisp:350 type.lisp:360
    343  1.1  christos msgid "~S: argument to ~S must be *, ~S or a list of ~S: ~S"
    344  1.1  christos msgstr ""
    345  1.1  christos 
    346  1.1  christos #: defstruct.lisp:63 foreign1.lisp:423
    347  1.1  christos msgid "~S: this is not a symbol: ~S"
    348  1.1  christos msgstr ""
    349  1.1  christos 
    350  1.1  christos #: defstruct.lisp:493 condition.lisp:106
    351  1.1  christos msgid "~S ~S: unknown option ~S"
    352  1.1  christos msgstr ""
    353  1.1  christos 
    354  1.1  christos #: defstruct.lisp:497 clos.lisp:3131 condition.lisp:112
    355  1.1  christos msgid "~S ~S: invalid syntax in ~S option: ~S"
    356  1.1  christos msgstr ""
    357  1.1  christos 
    358  1.1  christos #: defstruct.lisp:501 clos.lisp:3066 condition.lisp:116
    359  1.1  christos msgid "~S ~S: not a ~S option: ~S"
    360  1.1  christos msgstr ""
    361  1.1  christos 
    362  1.1  christos #: defstruct.lisp:663 defstruct.lisp:761
    363  1.1  christos msgid "~S ~S: ~S is not a slot option."
    364  1.1  christos msgstr ""
    365  1.1  christos 
    366  1.1  christos #: format.lisp:277 format.lisp:1641 format.lisp:2445
    367  1.1  christos msgid "The ~~; directive is not allowed at this point."
    368  1.1  christos msgstr ""
    369  1.1  christos 
    370  1.1  christos #: trace.lisp:85 trace.lisp:253
    371  1.1  christos msgid "~S: function name should be a symbol, not ~S"
    372  1.1  christos msgstr ""
    373  1.1  christos 
    374  1.1  christos #: compiler.lisp:3382 compiler.lisp:3458
    375  1.1  christos msgid ""
    376  1.1  christos "~S is neither declared nor bound,~@\n"
    377  1.1  christos "                        it will be treated as if it were declared SPECIAL."
    378  1.1  christos msgstr ""
    379  1.1  christos 
    380  1.1  christos #: compiler.lisp:4908 compiler.lisp:5044
    381  1.1  christos msgid "Constant ~S cannot be bound."
    382  1.1  christos msgstr ""
    383  1.1  christos 
    384  1.1  christos #: compiler.lisp:6055 compiler.lisp:6092 compiler.lisp:6190
    385  1.1  christos msgid "Cannot assign to non-symbol ~S."
    386  1.1  christos msgstr ""
    387  1.1  christos 
    388  1.1  christos #: compiler.lisp:12156 compiler.lisp:12189
    389  1.1  christos msgid "~S is already compiled."
    390  1.1  christos msgstr ""
    391  1.1  christos 
    392  1.1  christos #: compiler.lisp:12177 compiler.lisp:12819
    393  1.1  christos msgid "Undefined function ~S"
    394  1.1  christos msgstr ""
    395  1.1  christos 
    396  1.1  christos #: defs2.lisp:116 defs2.lisp:124
    397  1.1  christos msgid "~S ~A: the ~S option must not be given more than once"
    398  1.1  christos msgstr ""
    399  1.1  christos 
    400  1.1  christos #: defs2.lisp:518 defs2.lisp:533
    401  1.1  christos msgid "~S: ~S of ~S is ambiguous. Please use ~S or ~S."
    402  1.1  christos msgstr ""
    403  1.1  christos 
    404  1.1  christos #: clos.lisp:167 clos.lisp:188
    405  1.1  christos msgid "~S: argument ~S is not a symbol"
    406  1.1  christos msgstr ""
    407  1.1  christos 
    408  1.1  christos #: clos.lisp:382 clos.lisp:427
    409  1.1  christos msgid "~S: not a list of slots: ~S"
    410  1.1  christos msgstr ""
    411  1.1  christos 
    412  1.1  christos #: clos.lisp:396 clos.lisp:438
    413  1.1  christos msgid "~S: variable ~S should be a symbol"
    414  1.1  christos msgstr ""
    415  1.1  christos 
    416  1.1  christos #: clos.lisp:610 clos.lisp:632
    417  1.1  christos msgid "~S ~S, slot option for slot ~S: ~S is not a symbol"
    418  1.1  christos msgstr ""
    419  1.1  christos 
    420  1.1  christos #: clos.lisp:620 clos.lisp:640 clos.lisp:649 clos.lisp:657
    421  1.1  christos msgid "~S ~S, slot option ~S for slot ~S may only be given once"
    422  1.1  christos msgstr ""
    423  1.1  christos 
    424  1.1  christos #: clos.lisp:729 clos.lisp:756
    425  1.1  christos msgid "~S ~S, option ~S: ~S is not a symbol"
    426  1.1  christos msgstr ""
    427  1.1  christos 
    428  1.1  christos #: clos.lisp:1906 clos.lisp:1912
    429  1.1  christos msgid "~S ~S: ~S is invalid within ~S methods"
    430  1.1  christos msgstr ""
    431  1.1  christos 
    432  1.1  christos #: clos.lisp:2891 clos.lisp:2896
    433  1.1  christos msgid "~S has &REST or &KEY, but ~S hasn't."
    434  1.1  christos msgstr ""
    435  1.1  christos 
    436  1.1  christos #: clos.lisp:3013 clos.lisp:3320
    437  1.1  christos msgid "~S doesn't name a generic function"
    438  1.1  christos msgstr ""
    439  1.1  christos 
    440  1.1  christos #: clos.lisp:3476 clos.lisp:3480
    441  1.1  christos msgid "~S: When calling ~S with arguments ~S, no method is applicable."
    442  1.1  christos msgstr ""
    443  1.1  christos 
    444  1.1  christos #: clos.lisp:3498 clos.lisp:3502
    445  1.1  christos msgid "~S: When calling ~S with arguments ~S, no primary method is applicable."
    446  1.1  christos msgstr ""
    447  1.1  christos 
    448  1.1  christos #: condition.lisp:893 condition.lisp:952
    449  1.1  christos msgid "~S: not a list: ~S"
    450  1.1  christos msgstr ""
    451  1.1  christos 
    452  1.1  christos #: condition.lisp:902 condition.lisp:961
    453  1.1  christos msgid "~S: invalid restart specification ~S"
    454  1.1  christos msgstr ""
    455  1.1  christos 
    456  1.1  christos #: condition.lisp:913 condition.lisp:999
    457  1.1  christos msgid "~S: unnamed restarts require ~S to be specified: ~S"
    458  1.1  christos msgstr ""
    459  1.1  christos 
    460  1.1  christos #: condition.lisp:1425 condition.lisp:1541
    461  1.1  christos msgid "Return from ~S loop"
    462  1.1  christos msgstr ""
    463  1.1  christos 
    464  1.1  christos #: condition.lisp:1509 condition.lisp:1532
    465  1.1  christos msgid "WARNING:"
    466  1.1  christos msgstr ""
    467  1.1  christos 
    468  1.1  christos #: beossock.lisp:77 beossock.lisp:87
    469  1.1  christos msgid "service does not exist: ~A/~A"
    470  1.1  christos msgstr ""
    471  1.1  christos 
    472  1.1  christos #: reploop.lisp:523 reploop.lisp:562
    473  1.1  christos msgid "step "
    474  1.1  christos msgstr ""
    475  1.1  christos 
    476  1.1  christos #: describe.lisp:306 describe.lisp:340 describe.lisp:363 describe.lisp:382 describe.lisp:425
    477  1.1  christos msgid "."
    478  1.1  christos msgstr ""
    479  1.1  christos 
    480  1.1  christos #: describe.lisp:312 describe.lisp:451
    481  1.1  christos msgid "~%For more information, evaluate ~{~S~^ or ~}."
    482  1.1  christos msgstr ""
    483  1.1  christos 
    484  1.1  christos #: room.lisp:51 room.lisp:215
    485  1.1  christos msgid "Total"
    486  1.1  christos msgstr ""
    487  1.1  christos 
    488  1.1  christos #: foreign1.lisp:155 foreign1.lisp:220
    489  1.1  christos msgid "Invalid ~S component: ~S"
    490  1.1  christos msgstr ""
    491  1.1  christos EOF
    492  1.1  christos 
    493  1.1  christos : ${DIFF=diff}
    494  1.1  christos ${DIFF} msguniq-3.ok msguniq-3.out
    495  1.1  christos result=$?
    496  1.1  christos 
    497  1.1  christos rm -fr $tmpfiles
    498  1.1  christos 
    499  1.1  christos exit $result
    500