You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.7 KiB
109 lines
2.7 KiB
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Georg Steffers
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: georg@steffers.org\n"
|
|
"POT-Creation-Date: 2006-02-21 02:26+0100\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: test/scot_test.c:54
|
|
msgid ""
|
|
"CMDLA_TEST is used to demonstrate the usage of CMDLA.\n"
|
|
"CMDLA stands for CoMmanD Line Argument and it is some functions that,\n"
|
|
"as the name suggested, makes it convinient to parse command line\n"
|
|
"parameters.\n"
|
|
"\n"
|
|
"To every parameter there has to be assigned a callback funktion.If\n"
|
|
"one only wants to map options into string, int or float variables,\n"
|
|
"then one can use the predefind get_cmdlap_cb callback.\n"
|
|
"There are two kinds of options that CMDLA processes: switches, which\n"
|
|
"Don't have an additional value, and parameters, which may or may not\n"
|
|
"have an additional value added.\n"
|
|
"Parameters can be set up, so that they need to have an addition value.\n"
|
|
"In addition to parameter parsing and calling appropriate callbacks,\n"
|
|
"CMDLA creates a help output by some hints given to it.\n"
|
|
"All one has to do is fill a structure for the switches you have and\n"
|
|
"one for the parameters, feed them to process_cmd_line and you're ready."
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:72
|
|
msgid ""
|
|
"Copyright (C) 2006 by Georg Steffers <georg@steffers.org>\n"
|
|
"This software is licensed under the terms of the GNU General Public\n"
|
|
"Licence (GPL). Please refer http://www.gnu.org/licenses/gpl.html\n"
|
|
"for details."
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:78
|
|
msgid "infile outfile"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:83
|
|
msgid "cval"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:85
|
|
msgid "takes a required string argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:88
|
|
msgid "ival"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:90
|
|
msgid "takes an optional integer argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:93
|
|
msgid "fval"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:95
|
|
msgid "takes a required float argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:98
|
|
msgid "string"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:100
|
|
msgid "another required string argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:103
|
|
msgid "base"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:105
|
|
msgid "and again a req. string argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:108
|
|
msgid "home"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:110
|
|
msgid "oh, a last required string argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:118
|
|
msgid "switch"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:120
|
|
msgid "a switch takes nor argument"
|
|
msgstr ""
|
|
|
|
#: test/scot_test.c:125
|
|
msgid "another switch"
|
|
msgstr ""
|