~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/libs/spool/flatfile/msg_spoollib_flatfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __MSG_SPOOLLIB_FLATFILE_H
 
2
#define __MSG_SPOOLLIB_FLATFILE_H
 
3
/*___INFO__MARK_BEGIN__*/
 
4
/*************************************************************************
 
5
 * 
 
6
 *  The Contents of this file are made available subject to the terms of
 
7
 *  the Sun Industry Standards Source License Version 1.2
 
8
 * 
 
9
 *  Sun Microsystems Inc., March, 2001
 
10
 * 
 
11
 * 
 
12
 *  Sun Industry Standards Source License Version 1.2
 
13
 *  =================================================
 
14
 *  The contents of this file are subject to the Sun Industry Standards
 
15
 *  Source License Version 1.2 (the "License"); You may not use this file
 
16
 *  except in compliance with the License. You may obtain a copy of the
 
17
 *  License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
 
18
 * 
 
19
 *  Software provided under this License is provided on an "AS IS" basis,
 
20
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 
21
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 
22
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 
23
 *  See the License for the specific provisions governing your rights and
 
24
 *  obligations concerning the Software.
 
25
 * 
 
26
 *   The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 
27
 * 
 
28
 *   Copyright: 2001 by Sun Microsystems, Inc.
 
29
 * 
 
30
 *   All Rights Reserved.
 
31
 * 
 
32
 ************************************************************************/
 
33
/*___INFO__MARK_END__*/
 
34
 
 
35
/* 
 
36
 * libs/spool/sge_spooling_flatfile.c
 
37
 */
 
38
 
 
39
#define MSG_FLATFILE_NODATATOSPOOL           _MESSAGE(62000, _("no data available for spooling"))
 
40
#define MSG_FILE_ERRORCLOSEINGX_S            _MESSAGE(62001, _("error closing "SFN))
 
41
#define MSG_FILE_ERROROPENINGX_S             _MESSAGE(62002, _("error opening "SFN))
 
42
#define MSG_UNKNOWNATTRIBUTENAME_S           _MESSAGE(62003,  _("unknown attribute name "SFQ))
 
43
#define MSG_DONTKNOWHOWTOHANDLELIST_S        _MESSAGE(62004, _("don't know how to handle sublist "SFQ))
 
44
#define MSG_FLATFILE_ATTRIBISMISSING_S       _MESSAGE(62005, _("required attribute "SFQ" is missing"))
 
45
#define MSG_FLATFILE_DUPLICATEATTRIB_S       _MESSAGE(62006, _("attribute "SFQ" appears more than once"))
 
46
#define MSG_PARSINGOBJECTNOATTRIBUTE_D       _MESSAGE(62007, _("line %d should begin with an attribute name"))
 
47
#define MSG_PARSINGOBJECTNAMEVALUESEP_SD     _MESSAGE(62008, _(SFQ" is the only character allowed between the attribute name and the value in line %d"))
 
48
#define MSG_PARSINGOBJECTUNKNOWNTRAILER_DS   _MESSAGE(62009, _("unrecognized characters after the attribute values in line %d: "SFQ))
 
49
#define MSG_PARSINGLISTBADRECORDSTART_DS     _MESSAGE(62010, _("each value in the attribute value list in line %d should begin with "SFQ))
 
50
#define MSG_PARSINGLISTBADRECORDEND_DS       _MESSAGE(62011, _("each value in the attribute value list in line %d should end with "SFQ))
 
51
#define MSG_PARSINGLISTBADRECORDSEP_DS       _MESSAGE(62012, _("values in the attribute value list in line %d should be separated by "SFQ))
 
52
#define MSG_FLATFILE_ERROR_READINGFILE_S     _MESSAGE(62013, _("error reading file: "SFQ))
 
53
#define MSG_SPOOL_INCORRECTPATHSFORCOMMONANDSPOOLDIR _MESSAGE(62014, _("incorrect paths given for common and/or spool directory"))
 
54
#define MSG_SPOOL_COMMONDIRDOESNOTEXIST_S    _MESSAGE(62015, _("common directory "SFQ" does not exist"))
 
55
#define MSG_SPOOL_SPOOLDIRDOESNOTEXIST_S     _MESSAGE(62016, _("spool directory "SFQ" does not exist"))
 
56
#define MSG_SPOOL_GLOBALCONFIGNOTDELETED     _MESSAGE(62017, _("the global configuration must not be deleted"))
 
57
#define MSG_SPOOL_SCHEDDCONFIGNOTDELETED     _MESSAGE(62018, _("the scheduler configuration must not be deleted"))
 
58
#define MSG_MUST_BE_POSITIVE_VALUE_S         _MESSAGE(62019, _("parameter "SFQ" must be a positive number"))
 
59
 
 
60
#endif /* __MSG_SPOOLLIB_FLATFILE_H */