scot.pot 3.13 KB
# 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-08-24 07:17+0200\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"

#: src/cmdla.c:80 src/cmdla.c:106 src/cmdla.c:373 src/cmdla.c:381
msgid "help"
msgstr ""

#: src/cmdla.c:137
#, c-format
msgid "Usage: %s [%s] [%s] %s"
msgstr ""

#: src/cmdla.c:139 src/cmdla.c:143
msgid "switches"
msgstr ""

#: src/cmdla.c:139 src/cmdla.c:162
msgid "arguments"
msgstr ""

#: src/cmdla.c:376
msgid "gives this help"
msgstr ""

#: src/list.c:50
msgid "[LIST]Failed to create new list."
msgstr ""

#: src/list.c:51
msgid "[LIST]Failed to free list."
msgstr ""

#: src/list.c:52
msgid "[LIST]Failed to check for begin of list."
msgstr ""

#: src/list.c:53
msgid "[LIST]Failed to check for end of list."
msgstr ""

#: src/list.c:54
msgid "[LIST]Failed to check for list emptiness."
msgstr ""

#: src/list.c:55
msgid "[LIST]Failed to get first list node."
msgstr ""

#: src/list.c:56
msgid "[LIST]Failed to get last list node."
msgstr ""

#: src/list.c:57
msgid "[LIST]Failed to get next list node."
msgstr ""

#: src/list.c:58
msgid "[LIST]Failed to get previous list node."
msgstr ""

#: src/list.c:59
msgid "[LIST]Failed to find list node."
msgstr ""

#: src/list.c:60
msgid "[LIST]Failed to find list anchor."
msgstr ""

#: src/list.c:61
msgid "[LIST]Failed to retrive the node's value."
msgstr ""

#: src/list.c:62
msgid "[LIST]Failed to set the node's value."
msgstr ""

#: src/list.c:63
msgid "[LIST]Failed to insert node."
msgstr ""

#: src/list.c:64
msgid "[LIST]Failed to delete node."
msgstr ""

#: src/list.c:65
msgid "[LIST]Failed to concatanate the lists."
msgstr ""

#: src/list.c:66
msgid "[LIST]Failed to count list nodes."
msgstr ""

#: src/list.c:67
msgid "[LIST]Node is no anchor."
msgstr ""

#: src/list.c:68
msgid "[LIST]Malformed list."
msgstr ""

#: src/list.c:81
msgid "[LIST]tried to delete on an empyt list"
msgstr ""

#: src/list.c:111 src/exception.c:747
msgid "ERROR"
msgstr ""

#: src/list.c:111 src/exception.c:747
msgid "WARNING"
msgstr ""

#: src/stack.c:45
msgid "No more elements left in stack."
msgstr ""

#: src/exception.c:244 src/exception.c:327
msgid "exc_init failed"
msgstr ""

#: src/exception.c:311
msgid "exc_init failed, can't get memory for new list element."
msgstr ""

#: src/exception.c:368 src/exception.c:382
msgid "excenv_new failed"
msgstr ""

#: src/exception.c:400
msgid "could not push the new excenv_t into ee_stack:\n"
msgstr ""

#: src/exception.c:441
msgid "invalid exception environment\n"
msgstr ""

#: src/exception.c:482
#, c-format
msgid ""
"any code that THROWs exeptions has to be\n"
"%s within a TRY block\n"
msgstr ""

#: src/exception.c:536
msgid "use of CATCH with no previous TRY"
msgstr ""

#: src/exception.c:606
msgid "exc_new failed"
msgstr ""