MUAN
lang_ui_player.h
Go to the documentation of this file.
00001 
00006 /*
00007  * Copyright (C) 2006  Lab. Visgraf/IMPA and AnimaMundi
00008  * 
00009  * This program is free software; you can redistribute it and/or
00010  * modify it under the terms of the GNU General Public License
00011  * as published by the Free Software Foundation; either version 2
00012  * of the License, or (at your option) any later version.
00013  * 
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  * 
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program; if not, write to the Free Software
00021  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00022  * 
00023 */
00024 
00025 #ifndef LANG_UI_PLAYER_H
00026 #define LANG_UI_PLAYER_H
00027 
00028 #include "defaults.h"
00029 
00030 
00031 //==============================================================================
00032 #ifdef LANG_EN
00033 //==============================================================================
00034 
00035   #define LBL_WIN_PRINCIPAL_PLAYER "IMPA-VISGRAF/ Anima Mundi      MUAN-PLAYER v8.2      Technological Partnership IBM"
00036   #define HNT_WIN_PRINCIPAL_PLAYER ""
00037 
00038   #define MANUAL_FILE_PLAYER "/usr/local/share/muan/manual/muan_player_en.html"
00039 
00040   #define LBL_EDT_FILE_NAME_PLAYER "File:"
00041   #define HNT_EDT_FILE_NAME_PLAYER ""
00042 
00043   #define MSG_FILE_NOT_EXISTS "File not found. Try another."
00044 
00045   
00046 #else
00047 
00048 //==============================================================================
00049 #ifdef LANG_SP
00050 //==============================================================================
00051 
00052   #define LBL_WIN_PRINCIPAL_PLAYER "IMPA-VISGRAF/ Anima Mundi        MUAN-PLAYER v8.2        Sociedad Tecnol\363gica IBM"
00053   #define HNT_WIN_PRINCIPAL_PLAYER ""
00054 
00055   #define MANUAL_FILE_PLAYER "/usr/local/share/muan/manual/muan_player_sp.html"
00056 
00057   #define LBL_EDT_FILE_NAME_PLAYER "Archivo:"
00058   #define HNT_EDT_FILE_NAME_PLAYER ""
00059 
00060   #define MSG_FILE_NOT_EXISTS "Archivo no encontrado. Intente otro."
00061 
00062 
00063 //==============================================================================
00064 #else   //LANG_PT
00065 //==============================================================================
00066   #define LBL_WIN_PRINCIPAL_PLAYER "IMPA-VISGRAF/ Anima Mundi         MUAN-PLAYER v8.2        Parceria Tecnol\363gica IBM"
00067   #define HNT_WIN_PRINCIPAL_PLAYER ""
00068 
00069   #define MANUAL_FILE_PLAYER "/usr/local/share/muan/manual/muan_player_pt.html"
00070 
00071   #define LBL_EDT_FILE_NAME_PLAYER "Arquivo:"
00072   #define HNT_EDT_FILE_NAME_PLAYER ""
00073 
00074   #define MSG_FILE_NOT_EXISTS "Arquivo n\343o encontrado. Tente outro."
00075 
00076   
00077 #endif
00078 
00079 #endif
00080 #endif