00001
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
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