~ubuntu-branches/ubuntu/trusty/maradns/trusty

« back to all changes in this revision

Viewing changes to tools/askmara_labels_en.h

  • Committer: Package Import Robot
  • Author(s): Nicholas Bamber
  • Date: 2012-01-06 08:47:03 UTC
  • mfrom: (1.1.17) (10.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20120106084703-e3kw2c5a6djne2gw
Tags: 2.0.04-1
* Allowed watch file to pick up 2.x releases
* New upstream release
* Refreshed patches
* Added override to stop deletion of server/MaraDNS.c.orig
* Added patch to stop corruption of deadwood source code
* Added public domain stanza trying to give useful information about
  the public domain status (or otherwise) of certain files.
* Updated doc-base index file
* Split out documentation into separate package as it is written from
  an upstream point of view
* Added askmara-tcp tool to maradns-zoneserver package
* Added experimental maradns-deadwood package (Closes: #612229)
* Turned on compilation for IPv6 (Closes: #477787)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Placed in the public domain 2001 by Sam Trenholme */
2
2
 
3
 
/* All of the labels for replies used in askmara */
 
3
/* All of the labels for replies used in askmara(-tcp) */
4
4
 
5
5
#define L_NEWLINE "\n"
6
6
#define L_HARD_ERROR "Hard Error: "
7
7
#define L_QUERYING "Querying the server with the IP "
8
8
#define L_USAGE "Usage: askmara [-n] [-v | -t timeout] Query [server]\n#Example: askmara Ayahoo.com."
 
9
#define L_USAGE_TCP "Usage: askmara-tcp [-n] [-v | -t timeout] Query [server]\n#Example: askmara-tcp Ayahoo.com."
9
10
#define L_JS_CREATE_INDATA "js_create with indata"
10
11
#define L_JS_CREATE_UINDATA "js_create with uindata"
11
12
#define L_JS_CREATE_OUTDATA "js_create with outdata"