(file) Return to intlstr.xgettext.inc CVS log (file) (dir) Up to [OMI] / omi / pal

 1 krisbash 1.1 
 2              /*
 3              **==============================================================================
 4              **
 5              ** Open Management Infrastructure (OMI)
 6              **
 7              ** Copyright (c) Microsoft Corporation
 8              ** 
 9              ** Licensed under the Apache License, Version 2.0 (the "License"); you may not 
10              ** use this file except in compliance with the License. You may obtain a copy 
11              ** of the License at 
12              **
13              **     http://www.apache.org/licenses/LICENSE-2.0 
14              **
15              ** THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16              ** KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED 
17              ** WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, 
18              ** MERCHANTABLITY OR NON-INFRINGEMENT. 
19              **
20              ** See the Apache 2 License for the specific language governing permissions 
21              ** and limitations under the License.
22 krisbash 1.1 **
23              **==============================================================================
24              */
25              
26              #include <pal/format.placeholders.h>
27              
28              #define Intlstr_Define0(id, name, text) gettext(text)
29              #define Intlstr_Define1(id, name, parameter1_type, parameter1_name, text) gettext(text)
30              #define Intlstr_Define2(id, name, parameter1_type, parameter1_name, parameter2_type, parameter2_name, text) gettext(text)
31              #define Intlstr_Define3(id, name, parameter1_type, parameter1_name, parameter2_type, parameter2_name, parameter3_type, parameter3_name, text) gettext(text)

ViewCVS 0.9.2