// // Copyright (C) 2001, 2000, 1999 David Essex // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2, or (at your option) // any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this software; see the file COPYING. If not, write to // the Free Software Foundation, Inc., 59 Temple Place, Suite 330, // Boston, MA 02111-1307 USA // #ifndef _TCPPHELP_H #define _TCPPHELP_H #ifdef TCOBPP_LANGUAGE_en /* Usage list */ /* Usage: %s [-o ]\n" */ static char usage_list0[] = { " [-o ]\n" }; static char usage_list1[] = { "where are:\n\ -h Help (display this listing)\n\ -V Display version and exit\n\ -v Verbose mode\n\ -d Include debug lines\n\ -g Turn on debuging mode\n\ -t Expand tabs to space(s)\n\ -o Output file name (default: standard output)\n\ -p Listing file name \n\ -x Input source is in free form format\n\ -f Input source is in standard fixed column format\n\ -I Copybooks search directories \n\ " }; #endif #ifdef TCOBPP_LANGUAGE_fr static char usage_list0[] = { " [-o ]\n" }; static char usage_list1[] = { "options:\n\ -h Affiche l'aide\n\ -V Affiche la version\n\ -v Mode verbeux\n\ -d Inclut les lignes de débogage\n\ -g Positionne le mode de débogage\n\ -t Transforme les tabulations en d'espace(s)\n\ -o Nom du fichier en sortie (défaut: sortie standard)\n\ -p Nom du fichier de liste\n\ -x Le fichier en entrée est en format libre (X/Open)\n\ -f Le fichier en entrée est en format standard (colonnage fixe)\n\ -I Répertoires de recherche des fichiers d'inclusion\n\ " }; #endif #ifdef TCOBPP_LANGUAGE_it static char usage_list0[] = { " [-o ]\n" }; static char usage_list1[] = { "opzioni:\n\ -h Visualizza l'aiuto\n\ -V Versione\n\ -v Modalita` prolissa\n\ -d Include le linee di debug\n\ -g Attiva la modalita` di debuging\n\ -t Converte i 'tabs' in spazi\n\ -o Nome file da generare (default: standard output)\n\ -p Nome file del listato\n\ -x Il sorgente in ingresso e` formattato in modalita` libera (free form)\n\ -f Il sorgente in ingresso e` formattato in modalita` Standard\n\ -I Cartella di ricerca dei files 'Copybooks'\n\ " }; #endif #ifdef TCOBPP_LANGUAGE_pt_BR static char usage_list0[] = { " [-o ]\n" }; static char usage_list1[] = { "opcoes:\n\ -h Mostra ajuda\n\ -V Mostra versao\n\ -v Modo verboso\n\ -d Inclui linhas de debug\n\ -g Muda para modo de debug\n\ -t Expande tabs para espaco(s)\n\ -o Nome do arquivo de saida (padrao: saida padrao)\n\ -p Nome do arquivo listado \n\ -x O arquivo de entrada esta no formato livre\n\ -f Arquivo de entrada esta em formato de coluna fixa padrao\n\ -I Diretorios de procura de copybooks\n\ " }; #endif #ifdef TCOBPP_LANGUAGE_es /* Usage list */ /* Usage: %s [-o ]\n" */ static char usage_list0[] = { " [-o son:\n\ -h Ayuda (muestra este listado)\n\ -V Muestra la versión y termina\n\ -v Modo detallado\n\ -d Incluye lineas de debug\n\ -g Activa el modo debug\n\ -t Expandir tabulados a espacios\n\ -o Nombre del fichero salida (defecto: salida estándar)\n\ -p Nombre del fichero listado\n\ -x El fuente de entrada está en formato libre\n\ -f El fuente está en formato estándar de cols fijas\n\ -I Directorios de búsqueda para Copybooks\n\ " }; #endif #endif