Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gm_ctl_client(1) [debian man page]

GNUMED(1)						      General Commands Manual							 GNUMED(1)

NAME
gm_ctl_client - GNUmed XML-RPC connector for legacy applications SYNOPSIS
gm_ctl_client [--log-file=FILE] [--conf-file=FILE] [--text-domain=TEXTDOMAIN] [--lang-gettext=LANGUAGE] DESCRIPTION
gm_ctl_client is a small helper program acting as a client for the XML-RPC API of the GNUmed client. This API can be used by 3rd-Party software to remote control a GNUmed client. OPTIONS
--text-domain=TEXTDOMAIN Set this to change the name of the language file to be loaded. Note, this does not change the directory the file is searched in, only the name of the file where messages are loaded from. The standard textdomain is, of course, "gnumed.mo". You need only specify the base name of the file without the .mo extension. --log-file=FILE Use this to change the name of the log file. The default log file would be <~/.gnumed/gnumed.log>. --conf-file=FILE Use configuration file FILE instead of searching for it in standard locations. --lang-gettext=LANGUAGE Explicitly set the language to use in gettext translation. The very same effect can be achieved by setting the environment variable $LANG from a launcher script. ENVIRONMENT
LANG, LC_MESSAGES, etc. See gettext(1) for how the various locale related environment variables work. FILES
~/.gm_ctl_client/gm_ctl_client.log The default log file. ~/.gm_ctl_client/gm_ctl_client.conf The default configuration file. SEE ALSO
gettext(1) gnumed(1) http://www.gnumed.org Users' website http://www.gnumed.de German website http://savannah.gnu.org/projects/gnumed source code repository (CVS) http://wiki.gnumed.de detailed Wiki-style documentation BUGS
A lot of functionality is still missing. However, to make up for that, we deliver a plethora of bugs for your amusement :-) REVISION
$Id: gm_ctl_client.1,v 1.2 2009-12-21 15:00:39 ncq Exp $ Manual for gm_ctl_client 2007 January 28 GNUMED(1)

Check Out this Related Man Page

GETTEXT(1)								GNU								GETTEXT(1)

NAME
gettext - translate message SYNOPSIS
gettext [OPTION] [[TEXTDOMAIN] MSGID] gettext [OPTION] -s [MSGID]... DESCRIPTION
The gettext program translates a natural language message into the user's language, by looking up the translation in a message catalog. Display native language translation of a textual message. -d, --domain=TEXTDOMAIN retrieve translated messages from TEXTDOMAIN -e enable expansion of some escape sequences -E (ignored for compatibility) -h, --help display this help and exit -n suppress trailing newline -V, --version display version information and exit [TEXTDOMAIN] MSGID retrieve translated message corresponding to MSGID from TEXTDOMAIN If the TEXTDOMAIN parameter is not given, the domain is determined from the environment variable TEXTDOMAIN. If the message catalog is not found in the regular directory, another location can be specified with the environment variable TEXTDOMAINDIR. When used with the -s option the program behaves like the `echo' command. But it does not simply copy its arguments to stdout. Instead those messages found in the selected catalog are translated. Standard search directory: /usr/local/share/locale AUTHOR
Written by Ulrich Drepper. REPORTING BUGS
Report bugs to <bug-gnu-gettext@gnu.org>. COPYRIGHT
Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for gettext is maintained as a Texinfo manual. If the info and gettext programs are properly installed at your site, the command info gettext should give you access to the complete manual. GNU gettext-runtime 0.17 November 2007 GETTEXT(1)
Man Page