home *** CD-ROM | disk | FTP | other *** search
Wrap
/* Prototypes */ #ifdef __GNUC__ #include <proto/locale.h> #include <proto/dos.h> #else #include <proto/locale.h> #include <clib/dos_protos.h> extern struct Library *LocaleBase; #endif /* __GNUC__ */ static LONG FreedomCall_Version = 0; static const STRPTR FreedomCall_BuiltInLanguage = (STRPTR) "english"; struct FC_Type { LONG ID; char *Str; }; /* Definitions */ const struct FC_Type _MSG_AppDescription = { 0, "Internet's Connections Manager" }; const struct FC_Type _MSG_AppCopyright = { 1, "Lithium Software" }; const struct FC_Type _MSG_JanelaPrincipal = { 2, "By SuRRouND 1999" }; const struct FC_Type _MSG_MNlabel2Project = { 3, "Project" }; const struct FC_Type _MSG_MNlabel2About = { 4, "About" }; const struct FC_Type _MSG_MNlabel2AboutChar = { 5, "A " }; const struct FC_Type _MSG_MenuPrincipalAboutMUI = { 6, "About MUI" }; const struct FC_Type _MSG_MenuPrincipalAboutMUIChar = { 7, "U " }; const struct FC_Type _MSG_MNlabel2BarLabel0 = { 8, "BarLabel0" }; const struct FC_Type _MSG_MNlabel2Hide = { 9, "Iconified" }; const struct FC_Type _MSG_MNlabel2HideChar = { 10, "I " }; const struct FC_Type _MSG_MNlabel2Quit = { 11, "Exit" }; const struct FC_Type _MSG_MNlabel2QuitChar = { 12, "X " }; const struct FC_Type _MSG_MNlabel2Program = { 13, "Program" }; const struct FC_Type _MSG_MenuPrincipalLastFiveCalls = { 14, "Last" }; const struct FC_Type _MSG_MenuPrincipalLastFiveCallsChar = { 15, "L " }; const struct FC_Type _MSG_MenuPrincipalBarLabel2 = { 16, "BarLabel2" }; const struct FC_Type _MSG_MNlabel2ThisMonth = { 17, "This Month" }; const struct FC_Type _MSG_MNlabel2ThisMonthChar = { 18, "T " }; const struct FC_Type _MSG_MNlabel2OtherMonth = { 19, "Other Month" }; const struct FC_Type _MSG_MNlabel2OtherMonthChar = { 20, "O " }; const struct FC_Type _MSG_MenuPrincipalGlobal = { 21, "Global Statistics" }; const struct FC_Type _MSG_MenuPrincipalGlobalChar = { 22, "G " }; const struct FC_Type _MSG_MenuPrincipalDatePeriod = { 23, "Date Period" }; const struct FC_Type _MSG_MenuPrincipalDatePeriodChar = { 24, "D " }; const struct FC_Type _MSG_MenuPrincipalAnual = { 25, "Anual Statistics" }; const struct FC_Type _MSG_MenuPrincipalAnualChar = { 26, "S " }; const struct FC_Type _MSG_CheckCosts = { 27, "Check Costs" }; const struct FC_Type _MSG_CheckCostsChar = { 28, "K " }; const struct FC_Type _MSG_CheckCosts2 = { 29, "Check Other Costs" }; const struct FC_Type _MSG_CheckCosts2Char = { 30, "H " }; const struct FC_Type _MSG_MenuPrincipalBarLabel3 = { 31, "BarLabel3" }; const struct FC_Type _MSG_MPManualInputCall = { 32, "Manual Call Manager" }; const struct FC_Type _MSG_MPManualInputCallChar = { 33, "M " }; const struct FC_Type _MSG_MenuPrincipalGeneration = { 34, "Generation" }; const struct FC_Type _MSG_MPFirstGenerationMiami = { 35, "First Generation (Miami)" }; const struct FC_Type _MSG_MPFirstGenerationMiamiChar = { 36, "F " }; const struct FC_Type _MSG_MNlabel2Settings = { 37, "Settings" }; const struct FC_Type _MSG_MNlabel2Configuration = { 38, "Configuration..." }; const struct FC_Type _MSG_MNlabel2ConfigurationChar = { 39, "C " }; const struct FC_Type _MSG_MenuPrincipalHelp = { 40, "Help" }; const struct FC_Type _MSG_MenuPrincipalMain = { 41, "Main..." }; const struct FC_Type _MSG_MenuPrincipalMainChar = { 42, "1 " }; const struct FC_Type _MSG_MenuPrincipalUsage = { 43, "Usage..." }; const struct FC_Type _MSG_MenuPrincipalUsageChar = { 44, "2 " }; const struct FC_Type _MSG_MenuPrincipalHistory = { 45, "History..." }; const struct FC_Type _MSG_MenuPrincipalHistoryChar = { 46, "3 " }; const struct FC_Type _MSG_FreedomLabel = { 47, "Freedom Call V1.12" }; const struct FC_Type _MSG_BotaoCheckCustos = { 48, "_Check Costs" }; const struct FC_Type _MSG_BotaoDesseMes = { 49, "_This Month" }; const struct FC_Type _MSG_BotaoCheckMes = { 50, "_Other Month" }; const struct FC_Type _MSG_BotaoGlobal = { 51, "_Global" }; const struct FC_Type _MSG_BotaoConsultaAnual = { 52, "A_nual" }; const struct FC_Type _MSG_BotaoUltimasCinco = { 53, "_Last Calls" }; const struct FC_Type _MSG_BotaoPrefs = { 54, "_Prefs" }; const struct FC_Type _MSG_BotaoAbout = { 55, "_About" }; const struct FC_Type _MSG_EspereGerando = { 56, "Generation" }; const struct FC_Type _MSG_LabelGerando = { 57, "\033c\0338Wait, Generation in Process..." }; const struct FC_Type _MSG_JanelaDesseMes = { 58, "Statistic Window" }; const struct FC_Type _MSG_LabelMesUsadas = { 59, "Total Online:" }; const struct FC_Type _MSG_LabelMesExedentes = { 60, "Time Exceded:" }; const struct FC_Type _MSG_LabelCost = { 61, "Cost Online:" }; const struct FC_Type _MSG_LabelCostAverage = { 62, "Average Cost:" }; const struct FC_Type _MSG_LabelMesNumero = { 63, "Total Calls:" }; const struct FC_Type _MSG_LabelMesMedia = { 64, "Average Online:" }; const struct FC_Type _MSG_LabelMesMaior = { 65, "Longest Call:" }; const struct FC_Type _MSG_LabelMesMenor = { 66, "Shortest Call:" }; const struct FC_Type _MSG_LabelMesData = { 67, "Longest Date:" }; const struct FC_Type _MSG_LabelMesLow = { 68, "Shortest Date:" }; const struct FC_Type _MSG_LabelPrimeiraLigacao = { 69, "First Call:" }; const struct FC_Type _MSG_LabelUltimaLigacao = { 70, "Last Call:" }; const struct FC_Type _MSG_LogoutBarTitle = { 71, "Logouts" }; const struct FC_Type _MSG_NrLogoutGoodMes = { 72, "Regular:" }; const struct FC_Type _MSG_NrDownResetMes = { 73, "Shutdown:" }; const struct FC_Type _MSG_NrQuedaLinhaMes = { 74, "Irregular:" }; const struct FC_Type _MSG_DesseMesBotaoOk = { 75, "_Ok" }; const struct FC_Type _MSG_BotaoDessaSemana = { 76, "_Week" }; const struct FC_Type _MSG_BotaoHtml = { 77, "_Html Report" }; const struct FC_Type _MSG_DesseBotaoRates = { 78, "_Rates" }; const struct FC_Type _MSG_DesseBotaoAllCalls = { 79, "_All Calls" }; const struct FC_Type _MSG_JanelaConfiguracao = { 80, "Configuration" }; const struct FC_Type _MSG_GrupoPastas0 = { 81, "Program" }; const struct FC_Type _MSG_GrupoPastas1 = { 82, "Logs" }; const struct FC_Type _MSG_GrupoPastas2 = { 83, "Database" }; const struct FC_Type _MSG_GrupoPastas3 = { 84, "Limits" }; const struct FC_Type _MSG_GrupoPastas4 = { 85, "Provider" }; const struct FC_Type _MSG_GrupoPastas5 = { 86, "Filters" }; const struct FC_Type _MSG_GrupoPastas6 = { 87, "Costs" }; const struct FC_Type _MSG_GrupoPastas7 = { 88, "Register" }; const struct FC_Type _MSG_GrupoSettingsConfigTitle = { 89, "Freedom calculation settings" }; const struct FC_Type _MSG_ConfPrecision = { 90, "Number of digits" }; const struct FC_Type _MSG_ConfUnit = { 91, "Discount" }; const struct FC_Type _MSG_GrupoConfigMenusTitle = { 92, "Freedom Call interface settings" }; const struct FC_Type _MSG_PrefsComboMenu0 = { 93, "Graphics Menu" }; const struct FC_Type _MSG_PrefsComboMenu1 = { 94, "Standart Menu" }; const struct FC_Type _MSG_ConfPastaLogMiamiTitle = { 95, "Select Miami log file" }; const struct FC_Type _MSG_ConfPastaLogOpcoesTitle = { 96, "Generation Options" }; const struct FC_Type _MSG_LabelVisualGeneration = { 97, "Message display generation " }; const struct FC_Type _MSG_LabelGenerationStartup = { 98, "Generation database on startup " }; const struct FC_Type _MSG_GrupoDatabaseTitle = { 99, "Freedom Call database information" }; const struct FC_Type _MSG_DataBaseName = { 100, "Database directory" }; const struct FC_Type _MSG_GrupoTimeExcededTitle = { 101, "Exceptions on generation" }; const struct FC_Type _MSG_ExcededTime = { 102, "Hour (1000:00:00)" }; const struct FC_Type _MSG_ExcededYear = { 103, "Year (01.01.1985)" }; const struct FC_Type _MSG_GrupoHTMLTitle = { 104, "Freedom Call Html reports information" }; const struct FC_Type _MSG_HtmlName = { 105, "Reports directory" }; const struct FC_Type _MSG_CheckReports = { 106, "Save reports" }; const struct FC_Type _MSG_CheckGlobalHtml = { 107, "Generate Global" }; const struct FC_Type _MSG_GrupoBrowserTitle = { 108, "Select your default Internet Browser (EXE)" }; const struct FC_Type _MSG_ConfPastaLimitsTitle = { 109, "Provider sets" }; const struct FC_Type _MSG_InputLimitTime = { 110, "Time limit (Hours)" }; const struct FC_Type _MSG_HoraExtra = { 111, "Extra Hour (Price)" }; const struct FC_Type _MSG_ContaProvedor = { 112, "Provider Bill (Price)" }; const struct FC_Type _MSG_PrefsGrupoFreeHoursTitle = { 113, "Free hours (not calcutated on Freedom Statistics)" }; const struct FC_Type _MSG_PrefsFreeHInicio = { 114, "Initial hour" }; const struct FC_Type _MSG_PrefsFreeHFim = { 115, "Final hour" }; const struct FC_Type _MSG_PrefsGrupoDiaInicialTitle = { 116, "Initial day for month`s calculations" }; const struct FC_Type _MSG_PrefsDiaInicial = { 117, "Day" }; const struct FC_Type _MSG_ProviderRetornaMes = { 118, "Return current month on This Month window?" }; const struct FC_Type _MSG_GrupoFoneInvalidosTitle = { 119, "Phones to ignore on Statistics" }; const struct FC_Type _MSG_GrupoLimitesPastas0 = { 120, "Categories" }; const struct FC_Type _MSG_GrupoLimitesPastas1 = { 121, "Limits" }; const struct FC_Type _MSG_GrupoLimitesCategoriasTitle = { 122, "Categories" }; const struct FC_Type _MSG_CategorieBotaoDefault = { 123, "_Set as default" }; const struct FC_Type _MSG_CategorieBotaoDeleta = { 124, "_Delete" }; const struct FC_Type _MSG_TextDefaultTitle = { 125, "Default" }; const struct FC_Type _MSG_CategDiretorio = { 126, "Dir" }; const struct FC_Type _MSG_CategValorDefault = { 127, "Price Default" }; const struct FC_Type _MSG_GrupoLimitesDeCustoTitle = { 128, "Limits of costs and time" }; const struct FC_Type _MSG_NomeCategoria = { 129, "Category name" }; const struct FC_Type _MSG_NomeMoeda = { 130, "Money" }; const struct FC_Type _MSG_ComboMoeda0 = { 131, "Left" }; const struct FC_Type _MSG_ComboMoeda1 = { 132, "Right" }; const struct FC_Type _MSG_LimitesHInicio = { 133, "Initial" }; const struct FC_Type _MSG_LimitesHFinal = { 134, "Final" }; const struct FC_Type _MSG_LimiteCusto = { 135, "Price" }; const struct FC_Type _MSG_ComboCost0 = { 136, "Fixed" }; const struct FC_Type _MSG_ComboCost1 = { 137, "Monday" }; const struct FC_Type _MSG_ComboCost2 = { 138, "Tuesday" }; const struct FC_Type _MSG_ComboCost3 = { 139, "Wednesday" }; const struct FC_Type _MSG_ComboCost4 = { 140, "Thursday" }; const struct FC_Type _MSG_ComboCost5 = { 141, "Friday" }; const struct FC_Type _MSG_ComboCost6 = { 142, "Saturday" }; const struct FC_Type _MSG_ComboCost7 = { 143, "Sunday" }; const struct FC_Type _MSG_LimitesAdicona = { 144, "_Add" }; const struct FC_Type _MSG_LimitesDeleta = { 145, "_Delete" }; const struct FC_Type _MSG_LimitesClearAll = { 146, "_Clear All" }; const struct FC_Type _MSG_LimitesBotoes2Save = { 147, "Sa_ve Category" }; const struct FC_Type _MSG_ConfRegisterTitle = { 148, "Input information about your registration" }; const struct FC_Type _MSG_GrupoConfLabelName = { 149, "Your name" }; const struct FC_Type _MSG_GrupoConfLabelOrg = { 150, "Organization" }; const struct FC_Type _MSG_GrupoConfLabelEmail = { 151, "Your e-mail" }; const struct FC_Type _MSG_GrupoConfLabelKey = { 152, "NOPAY Key" }; const struct FC_Type _MSG_GrupoConfLabelKeyReal = { 153, "REAL Key" }; const struct FC_Type _MSG_GrupoConfLabelCountry = { 154, "Your country" }; const struct FC_Type _MSG_RegisterCity = { 155, "City" }; const struct FC_Type _MSG_PrefsBotaoExport = { 156, "Register Request" }; const struct FC_Type _MSG_PrefsBotaoImport = { 157, "Register Import" }; const struct FC_Type _MSG_ConfBotaoSave = { 158, "_Save" }; const struct FC_Type _MSG_ConfBotaoUse = { 159, "_Use" }; const struct FC_Type _MSG_ConfBotaoCancel = { 160, "_Cancel" }; const struct FC_Type _MSG_JanelaAbout = { 161, "About Freedom Call" }; const struct FC_Type _MSG_AboutBotaoOk = { 162, "_Ok" }; const struct FC_Type _MSG_JanelaSelecionaMes = { 163, "Other Month" }; const struct FC_Type _MSG_MNlabel379Menu = { 164, "Menu" }; const struct FC_Type _MSG_MNlabel379ActualDate = { 165, "Actual Date" }; const struct FC_Type _MSG_MNlabel379ActualDateChar = { 166, "A " }; const struct FC_Type _MSG_LabelSelectDate = { 167, "\033c\0338Select Date" }; const struct FC_Type _MSG_MesBotaEsquerda = { 168, "\033b<" }; const struct FC_Type _MSG_ComboMes0 = { 169, "01 January" }; const struct FC_Type _MSG_ComboMes1 = { 170, "02 February" }; const struct FC_Type _MSG_ComboMes2 = { 171, "03 March" }; const struct FC_Type _MSG_ComboMes3 = { 172, "04 April" }; const struct FC_Type _MSG_ComboMes4 = { 173, "05 May" }; const struct FC_Type _MSG_ComboMes5 = { 174, "06 June" }; const struct FC_Type _MSG_ComboMes6 = { 175, "07 July" }; const struct FC_Type _MSG_ComboMes7 = { 176, "08 August" }; const struct FC_Type _MSG_ComboMes8 = { 177, "09 September" }; const struct FC_Type _MSG_ComboMes9 = { 178, "10 October" }; const struct FC_Type _MSG_ComboMes10 = { 179, "11 November" }; const struct FC_Type _MSG_ComboMes11 = { 180, "12 December" }; const struct FC_Type _MSG_MesBotaoDireita = { 181, "\033b>" }; const struct FC_Type _MSG_DiaBotaEsquerda = { 182, "\033b<" }; const struct FC_Type _MSG_DiaBotaoDireita = { 183, "\033b>" }; const struct FC_Type _MSG_AnoBotaEsquerda = { 184, "\033b<" }; const struct FC_Type _MSG_AnoBotaoDireita = { 185, "\033b>" }; const struct FC_Type _MSG_ComboSelect0 = { 186, "Month and Year" }; const struct FC_Type _MSG_ComboSelect1 = { 187, "Day, Month and Year" }; const struct FC_Type _MSG_ComboSelect2 = { 188, "Year" }; const struct FC_Type _MSG_OutroMesBotaoOK = { 189, "_Ok" }; const struct FC_Type _MSG_OutroMesDatePeriod = { 190, "_Date Period" }; const struct FC_Type _MSG_OutroMesBotaoCancel = { 191, "_Cancel" }; const struct FC_Type _MSG_JanelaDeImportacaoRegistro = { 192, "Register Import" }; const struct FC_Type _MSG_ImportaBotaoAceitar = { 193, "_Accept" }; const struct FC_Type _MSG_ImportaBotaoCancelar = { 194, "_Cancel" }; const struct FC_Type _MSG_JanelaDiaSemana = { 195, "Day of Week" }; const struct FC_Type _MSG_LabelBranco = { 196, "" }; const struct FC_Type _MSG_LabelTotalLigacoes = { 197, "\033bCalls" }; const struct FC_Type _MSG_LabelTimeOnLine = { 198, "\033bOnline" }; const struct FC_Type _MSG_LabelPercentual = { 199, "\033b%" }; const struct FC_Type _MSG_LabelCusto = { 200, "\033bCost" }; const struct FC_Type _MSG_LabelSegunda = { 201, "Monday" }; const struct FC_Type _MSG_ValorSegunda = { 202, "0" }; const struct FC_Type _MSG_TimeSegunda = { 203, "0" }; const struct FC_Type _MSG_PercentualSegunda = { 204, "0" }; const struct FC_Type _MSG_CustoSegunda = { 205, "0" }; const struct FC_Type _MSG_Labelterca = { 206, "Tuesday" }; const struct FC_Type _MSG_ValorTerca = { 207, "0" }; const struct FC_Type _MSG_TimeTerca = { 208, "0" }; const struct FC_Type _MSG_PercentualTerca = { 209, "0" }; const struct FC_Type _MSG_CustoTerca = { 210, "0" }; const struct FC_Type _MSG_LabelQuarta = { 211, "Wednesday" }; const struct FC_Type _MSG_ValorQuarta = { 212, "0" }; const struct FC_Type _MSG_TimeQuarta = { 213, "0" }; const struct FC_Type _MSG_PercentualQuarta = { 214, "0" }; const struct FC_Type _MSG_CustoQuarta = { 215, "0" }; const struct FC_Type _MSG_LabelQuinta = { 216, "Thursday" }; const struct FC_Type _MSG_ValorQuinta = { 217, "0" }; const struct FC_Type _MSG_TimeQuinta = { 218, "0" }; const struct FC_Type _MSG_PercentualQuinta = { 219, "0" }; const struct FC_Type _MSG_CustoQuinta = { 220, "0" }; const struct FC_Type _MSG_LabelSexta = { 221, "Friday" }; const struct FC_Type _MSG_ValorSexta = { 222, "0" }; const struct FC_Type _MSG_TimeSexta = { 223, "0" }; const struct FC_Type _MSG_PercentualSexta = { 224, "0" }; const struct FC_Type _MSG_CustoSexta = { 225, "0" }; const struct FC_Type _MSG_LabelSabado = { 226, "Saturday" }; const struct FC_Type _MSG_ValorSabado = { 227, "0" }; const struct FC_Type _MSG_TimeSabado = { 228, "0" }; const struct FC_Type _MSG_PercentualSabado = { 229, "0" }; const struct FC_Type _MSG_CustoSabado = { 230, "0" }; const struct FC_Type _MSG_LabelDomingo = { 231, "Sunday" }; const struct FC_Type _MSG_ValorDomingo = { 232, "0" }; const struct FC_Type _MSG_TimeDomingo = { 233, "0" }; const struct FC_Type _MSG_PercentualDomingo = { 234, "0" }; const struct FC_Type _MSG_CustoDomingo = { 235, "0" }; const struct FC_Type _MSG_LabelTotal = { 236, "\033bTotals" }; const struct FC_Type _MSG_ValorTotal = { 237, "0" }; const struct FC_Type _MSG_TimeTotal = { 238, "0" }; const struct FC_Type _MSG_PercentualTotal = { 239, "0" }; const struct FC_Type _MSG_CustoTotal = { 240, "0" }; const struct FC_Type _MSG_SemanaBotaoOk = { 241, "_Ok" }; const struct FC_Type _MSG_JanelaCincoLigacoes = { 242, "Last Five Calls" }; const struct FC_Type _MSG_LabelDasCinco = { 243, "Last Five Calls" }; const struct FC_Type _MSG_LabelCincoBranco = { 244, "" }; const struct FC_Type _MSG_LabelCincoData = { 245, "\033bLogin Date" }; const struct FC_Type _MSG_LabelCincoLogin = { 246, "\033bLogin Hour" }; const struct FC_Type _MSG_LabelCincoTimeOnLine = { 247, "\033bTime Online" }; const struct FC_Type _MSG_LabelCincoPhone = { 248, "\033bPhone Number" }; const struct FC_Type _MSG_LabelCincoStatus = { 249, "\033bCall Status" }; const struct FC_Type _MSG_LabelCincoCost = { 250, "\033bCost Call" }; const struct FC_Type _MSG_LabelCincoFirst = { 251, "First" }; const struct FC_Type _MSG_FirstData = { 252, "0" }; const struct FC_Type _MSG_FirstLoginTime = { 253, "0" }; const struct FC_Type _MSG_FirstTimeOnline = { 254, "0" }; const struct FC_Type _MSG_FirstPhone = { 255, "0" }; const struct FC_Type _MSG_FirstCost = { 256, "0" }; const struct FC_Type _MSG_LabelCincoSecond = { 257, "Second" }; const struct FC_Type _MSG_SecondData = { 258, "0" }; const struct FC_Type _MSG_SecondLoginTime = { 259, "0" }; const struct FC_Type _MSG_SecondTimeOnline = { 260, "0" }; const struct FC_Type _MSG_SecondPhone = { 261, "0" }; const struct FC_Type _MSG_SecondCost = { 262, "0" }; const struct FC_Type _MSG_LabelCincoThird = { 263, "Third" }; const struct FC_Type _MSG_ThirdData = { 264, "0" }; const struct FC_Type _MSG_ThirdLoginTime = { 265, "0" }; const struct FC_Type _MSG_ThirdTimeOnline = { 266, "0" }; const struct FC_Type _MSG_ThirdPhone = { 267, "0" }; const struct FC_Type _MSG_ThirdCost = { 268, "0" }; const struct FC_Type _MSG_LabelCincoFourth = { 269, "Fourth" }; const struct FC_Type _MSG_FourthData = { 270, "0" }; const struct FC_Type _MSG_FourthLoginTime = { 271, "0" }; const struct FC_Type _MSG_FourthTimeOnline = { 272, "0" }; const struct FC_Type _MSG_FourthPhone = { 273, "0" }; const struct FC_Type _MSG_FourthCost = { 274, "0" }; const struct FC_Type _MSG_LabelCincoLast = { 275, "\033bLast" }; const struct FC_Type _MSG_LastData = { 276, "0" }; const struct FC_Type _MSG_LastLoginTime = { 277, "0" }; const struct FC_Type _MSG_LastTimeOnline = { 278, "0" }; const struct FC_Type _MSG_LastPhone = { 279, "0" }; const struct FC_Type _MSG_LastCost = { 280, "0" }; const struct FC_Type _MSG_GrupoLastAtualTitle = { 281, "Actual Connection" }; const struct FC_Type _MSG_UpdateCall = { 282, "\nnot connected..." }; const struct FC_Type _MSG_CincoBotaoOk = { 283, "_Ok" }; const struct FC_Type _MSG_CincoBotaoUpdate = { 284, "_Update" }; const struct FC_Type _MSG_JanelaDeInputManual = { 285, "Call Manager" }; const struct FC_Type _MSG_LabelInputTop = { 286, "Manual Call Manager" }; const struct FC_Type _MSG_LabelInputPhoneTitle = { 287, "Phone Number" }; const struct FC_Type _MSG_LabelInputDateLoginTitle = { 288, "Input Date Login (DD.MM.YYYY)" }; const struct FC_Type _MSG_LabelInputHourLoginTitle = { 289, "Input Hour Login (HH:MM:SS)" }; const struct FC_Type _MSG_LabelInputTimeOnlineTitle = { 290, "Input Time Online (HH:MM:SS)" }; const struct FC_Type _MSG_ComboStatusInput0 = { 291, "Regular Call" }; const struct FC_Type _MSG_ComboStatusInput1 = { 292, "Irregular Call" }; const struct FC_Type _MSG_InputBotaoSave = { 293, "_Accept" }; const struct FC_Type _MSG_InputBotaoCancel = { 294, "_Cancel" }; const struct FC_Type _MSG_JanelaInputSalvaValores = { 295, "Save" }; const struct FC_Type _MSG_LabelInputSaveValores = { 296, "Save Values" }; const struct FC_Type _MSG_Input2PhoneTitle = { 297, "Phone Number" }; const struct FC_Type _MSG_Input2DateLoginTitle = { 298, "Login Date" }; const struct FC_Type _MSG_Input2DateLogoutTitle = { 299, "Logout Date" }; const struct FC_Type _MSG_Input2TimeLoginTitle = { 300, "Login Time" }; const struct FC_Type _MSG_Input2TimeLogoutTitle = { 301, "Logout Time" }; const struct FC_Type _MSG_Input2TimeOnlineTitle = { 302, "Time Online" }; const struct FC_Type _MSG_Input2StatusTitle = { 303, "Status" }; const struct FC_Type _MSG_Input2BotaoSave = { 304, "_Save" }; const struct FC_Type _MSG_Input2BotaoCancel = { 305, "_Cancel" }; const struct FC_Type _MSG_JanelaTodasLigacoes = { 306, "All Calls in Period" }; const struct FC_Type _MSG_LabelTodasLigacoes = { 307, "Date Login Online Phone Cost Status " }; const struct FC_Type _MSG_TodasLigacoesBotaoOK = { 308, "_Ok" }; const struct FC_Type _MSG_JanelaSelecionaPeriodo = { 309, "Select" }; const struct FC_Type _MSG_PeriodoLabelTop = { 310, "Select Period" }; const struct FC_Type _MSG_InputPeriodo1 = { 311, "Period [1]" }; const struct FC_Type _MSG_InputPeriodo2 = { 312, "Period [2]" }; const struct FC_Type _MSG_PeridoBotaoAccept = { 313, "_Accept" }; const struct FC_Type _MSG_PeriodoCancel = { 314, "_Cancel" }; const struct FC_Type _MSG_JanelaGeracaoQuery = { 315, "Please, Wait Generation..." }; const struct FC_Type _MSG_JanelaMsg = { 316, "Windows Msg" }; const struct FC_Type _MSG_Msg1 = { 317, "Total Calls:" }; const struct FC_Type _MSG_Msg2 = { 318, "Time Remaining:" }; const struct FC_Type _MSG_Msg3 = { 319, "Time Exceded:" }; const struct FC_Type _MSG_Msg4 = { 320, "Irregular:" }; const struct FC_Type _MSG_Msg5 = { 321, "Regular:" }; const struct FC_Type _MSG_Msg6 = { 322, "Shutdown:" }; const struct FC_Type _MSG_Msg7 = { 323, "Total Online:" }; const struct FC_Type _MSG_Msg8 = { 324, "days" }; const struct FC_Type _MSG_Msg9 = { 325, "Average Online:" }; const struct FC_Type _MSG_Msg11 = { 326, "Longest Date:" }; const struct FC_Type _MSG_Msg10 = { 327, "Longest Call:" }; const struct FC_Type _MSG_Msg12 = { 328, "Shortest Date:" }; const struct FC_Type _MSG_Msg13 = { 329, "Shortest Call:" }; const struct FC_Type _MSG_Msg14 = { 330, "Last Call:" }; const struct FC_Type _MSG_Msg15 = { 331, "First Call:" }; const struct FC_Type _MSG_Msg16 = { 332, "\033c\0338Please, Wait Consulting Database..." }; const struct FC_Type _MSG_Msg17 = { 333, "Freedom Database directory not found! Look prefs!" }; const struct FC_Type _MSG_Msg18 = { 334, "_Ok" }; const struct FC_Type _MSG_Msg19 = { 335, "Success on file generation..." }; const struct FC_Type _MSG_Msg20 = { 336, "_Clear Base| C_ontinue | _Cancel " }; const struct FC_Type _MSG_Msg21 = { 337, "Freedom database already exist! Clear old base?" }; const struct FC_Type _MSG_Msg22 = { 338, "Miami log file not found! Look prefs!" }; const struct FC_Type _MSG_Msg23 = { 339, "\033cMiami log file is corrupted!\n\0338Only supported:\nOnline, Active, Passive, Reconnect!\nLines error ignored!\nErrors found:" }; const struct FC_Type _MSG_Msg24 = { 340, "No connections registered on this date." }; const struct FC_Type _MSG_Msg25 = { 341, "Loading query information..." }; const struct FC_Type _MSG_Msg26 = { 342, "Preparing Query..." }; const struct FC_Type _MSG_Msg27 = { 343, "Freedom database directory created" }; const struct FC_Type _MSG_Msg28 = { 344, "\033cFreedom Call needs Assign!\0338\nInsert in your user-startup [Assign Freedom: Freedom directory] " }; const struct FC_Type _MSG_Msg29 = { 345, "Detected Freedom database v1.05, press Ok for convertion database for v1.06" }; const struct FC_Type _MSG_Msg30 = { 346, "Freedom database directory not found, create it?" }; const struct FC_Type _MSG_Msg31 = { 347, "Problem in Freedom:Freedom.Config!" }; const struct FC_Type _MSG_Msg32 = { 348, "\033cConvertion successfull! Now Freedom is running all statistics more fastly!\nRemember, you need FreeEventMiami V1.03+" }; const struct FC_Type _MSG_Msg33 = { 349, "Create _Directory| _Cancel " }; const struct FC_Type _MSG_Msg34 = { 350, "\033cRegister`s e-mail created\n\nThis file was generated in \033bRAM:Freedom.RegisterForm\033n\nDon`t change this automatic e-mail, just send it!\n\n\033bSend this register to surround@iname.com\033n " }; const struct FC_Type _MSG_Msg35 = { 351, "File for import register not found..." }; const struct FC_Type _MSG_Msg36 = { 352, "This file have no registration..." }; const struct FC_Type _MSG_Msg37 = { 353, "Freedom:Freedom.Guide not found! Please, copy Help for Freedom directory." }; const struct FC_Type _MSG_Msg38 = { 354, "Register information invalid! Key registration is clear! Please complete fields! " }; const struct FC_Type _MSG_Msg39 = { 355, "Freedom`s last calls not found!" }; const struct FC_Type _MSG_Msg40 = { 356, "\033cInvalid phone number!\n\0338Please, complete field!" }; const struct FC_Type _MSG_Msg41 = { 357, "\033cInvalid format or time!\n\0338Please, verified field (HH:MM:SS)! " }; const struct FC_Type _MSG_Msg42 = { 358, "\033cInvalid hour!\n\0338Please, verified field!" }; const struct FC_Type _MSG_Msg43 = { 359, "\033cInvalid minutes!\n\0338Please, verified field!" }; const struct FC_Type _MSG_Msg44 = { 360, "\033cSeconds is invalid!\n\0338Please, verified field!" }; const struct FC_Type _MSG_Msg45 = { 361, "\033cInvalid date!\n\0338Please, verified field!" }; const struct FC_Type _MSG_Msg46 = { 362, "\033cTime online is null!\n\0338Please, verified field!" }; const struct FC_Type _MSG_Msg47 = { 363, "New call added on Freedom database..." }; const struct FC_Type _MSG_Msg48 = { 364, "Freedom temporary file not found..." }; const struct FC_Type _MSG_Msg49 = { 365, "Invalid initial day!" }; const struct FC_Type _MSG_Msg50 = { 366, "\033cFreedom database directory is wrong, not possible set device!" }; const struct FC_Type _MSG_Msg51 = { 367, "\033cInvalid date!\n\0338Please, verified fields! [DD.MM.YYYY]" }; const struct FC_Type _MSG_Msg52 = { 368, "Global Statistics" }; const struct FC_Type _MSG_Msg53 = { 369, "Problem on creation [T:Freedom.DataDir]" }; const struct FC_Type _MSG_Msg54 = { 370, "Regular" }; const struct FC_Type _MSG_Msg55 = { 371, "Irregular" }; const struct FC_Type _MSG_Msg56 = { 372, "This statistics needs more than four connections to complete window!" }; const struct FC_Type _MSG_Msg58 = { 373, "\033cFreedom:Images/FreeLogo.iff not found!\n\0338Please, install Freedom again..." }; const struct FC_Type _MSG_Msg59 = { 374, "\033cFreedom image buttons not found!\n\0338About.iff, Global.iff, LastC.iff, Other.iff, Prefs.iff, This.iff\nInstall Freedom again..." }; const struct FC_Type _MSG_Msg60 = { 375, "\033cYou have an unregistered version\n\0338Please, send register form!\nRegister is a free e-mail" }; const struct FC_Type _MSG_Msg61 = { 376, "\033cPeriod selected invalid!\n\0338Please, see fields... " }; const struct FC_Type _MSG_Msg62 = { 377, "\033cError opening internal temporary file...\n\0338Warning [surround@iname.com]" }; const struct FC_Type _MSG_Msg63 = { 378, "Phones list only accepts 100 limits..." }; const struct FC_Type _MSG_Msg64 = { 379, "_Accept|_Cancel" }; const struct FC_Type _MSG_Msg65 = { 380, "Do you like to clear all limits in this list?" }; const struct FC_Type _MSG_Msg66 = { 381, "Freedom category directory not found, create it?" }; const struct FC_Type _MSG_Msg67 = { 382, "Freedom category directory created" }; const struct FC_Type _MSG_Msg68 = { 383, "\033cCategory's name is invalid!\0338\nPlease, complete field!" }; const struct FC_Type _MSG_Msg69 = { 384, "Problem on save category! See destination directory..." }; const struct FC_Type _MSG_Msg70 = { 385, "Category saved!" }; const struct FC_Type _MSG_Msg71 = { 386, "\033cFreedom categories directory is wrong, not possible set device!" }; const struct FC_Type _MSG_Msg72 = { 387, "Limits list clear! Insert information..." }; const struct FC_Type _MSG_Msg73 = { 388, "\033cConfirm deleting" }; const struct FC_Type _MSG_Msg74 = { 389, "_Delete|_Cancel" }; const struct FC_Type _MSG_Msg75 = { 390, "Cost Online:" }; const struct FC_Type _MSG_Msg76 = { 391, "Average Cost:" }; const struct FC_Type _MSG_Msg77 = { 392, "Please, complete fields!" }; const struct FC_Type _MSG_Msg78 = { 393, "Loaded..." }; const struct FC_Type _MSG_Msg79 = { 394, "This program allows to Amiga`s users to have a proper\ntool on controlling they Internet`s activities.\nIf you utilize this and consider it a useful day by\nday tool, contribute to the author." }; const struct FC_Type _MSG_Msg80 = { 395, "Doing this, you will allow the creation of Freedom Call`s\nnew versions, so as new Amiga`s programs.\nBy \033bNOPAY REGISTRATION\033n category you can use\nthis program, so registration isn`t required. " }; const struct FC_Type _MSG_Msg81 = { 396, "However, users that contribute will be included on\n\033bREAL REGISTRATION\033n category, which will use\nall costs options in Freedom Call.\n\n\033bREAL REGISTRATION (Only 10 dollars or 10 reais)" }; const struct FC_Type _MSG_Msg82 = { 397, "Deposit Account" }; const struct FC_Type _MSG_Msg83 = { 398, "By email order" }; const struct FC_Type _MSG_Msg84 = { 399, "Give encouragement to the developers and give yourself a\nchance to have good Amiga`s softwares, with\nmore and more professionalism." }; const struct FC_Type _MSG_Msg85 = { 400, "Provider Bill:" }; const struct FC_Type _MSG_Msg86 = { 401, "Phone Bill:" }; const struct FC_Type _MSG_Msg87 = { 402, "Extra Hours:" }; const struct FC_Type _MSG_Msg88 = { 403, "Total Cost:" }; const struct FC_Type _MSG_Msg89 = { 404, "Not connected...\n\0338You need to connect your computer on Internet to see this stats!\033n" }; const struct FC_Type _MSG_Msg90 = { 405, "FreeEventMiami event log not found!\n\0338Read FreeEventMiami Install Guide!\033n" }; const struct FC_Type _MSG_Msg91 = { 406, "Connect" }; const struct FC_Type _MSG_Msg92 = { 407, "Online" }; const struct FC_Type _MSG_Msg93 = { 408, "Cost" }; const struct FC_Type _MSG_Msg94 = { 409, "T:Freedom.Rates file not found..." }; const struct FC_Type _MSG_MsgJaneiro = { 410, "January" }; const struct FC_Type _MSG_MsgFevereiro = { 411, "February" }; const struct FC_Type _MSG_MsgMarco = { 412, "March" }; const struct FC_Type _MSG_MsgAbril = { 413, "April" }; const struct FC_Type _MSG_MsgMaio = { 414, "May" }; const struct FC_Type _MSG_MsgJunho = { 415, "June" }; const struct FC_Type _MSG_MsgJulho = { 416, "July" }; const struct FC_Type _MSG_MsgAgosto = { 417, "August" }; const struct FC_Type _MSG_MsgSetembro = { 418, "September" }; const struct FC_Type _MSG_MsgOutubro = { 419, "October" }; const struct FC_Type _MSG_MsgNovembro = { 420, "November" }; const struct FC_Type _MSG_MsgDezembro = { 421, "December" }; const struct FC_Type _MSG_MsgDomingo = { 422, "Sunday" }; const struct FC_Type _MSG_MsgSegunda = { 423, "Monday" }; const struct FC_Type _MSG_MsgTerca = { 424, "Tuesday" }; const struct FC_Type _MSG_MsgQuarta = { 425, "Wednesday" }; const struct FC_Type _MSG_MsgQuinta = { 426, "Thursday" }; const struct FC_Type _MSG_MsgSexta = { 427, "Friday" }; const struct FC_Type _MSG_MsgSabado = { 428, "Saturday" }; const struct FC_Type _MSG_Msg95 = { 429, "Days Online:" }; const struct FC_Type _MSG_Msg96 = { 430, "Phone:" }; const struct FC_Type _MSG_Msg97 = { 431, "Calls" }; const struct FC_Type _MSG_Msg98 = { 432, "Day of Week" }; const struct FC_Type _MSG_Msg99 = { 433, "CPS Rates" }; const struct FC_Type _MSG_Msg100 = { 434, "Date" }; const struct FC_Type _MSG_Msg101 = { 435, "Login" }; const struct FC_Type _MSG_Msg102 = { 436, "Phone" }; const struct FC_Type _MSG_Msg103 = { 437, "Status" }; const struct FC_Type _MSG_Msg104 = { 438, "All Connections" }; const struct FC_Type _MSG_JanelaPrincipal2 = { 439, "By SuRRouND 1999" }; const struct FC_Type _MSG_MNlabel3667Project = { 440, "Project" }; const struct FC_Type _MSG_MNlabel3667About = { 441, "About" }; const struct FC_Type _MSG_MNlabel3667AboutChar = { 442, "A " }; const struct FC_Type _MSG_MNlabel3667AboutMUI = { 443, "About MUI" }; const struct FC_Type _MSG_MNlabel3667AboutMUIChar = { 444, "U " }; const struct FC_Type _MSG_MNlabel3667BarLabel5 = { 445, "BarLabel5" }; const struct FC_Type _MSG_MNlabel3667Iconified = { 446, "Iconified" }; const struct FC_Type _MSG_MNlabel3667IconifiedChar = { 447, "I " }; const struct FC_Type _MSG_MNlabel3667Exit = { 448, "Exit" }; const struct FC_Type _MSG_MNlabel3667ExitChar = { 449, "X " }; const struct FC_Type _MSG_MNlabel3667Program = { 450, "Program" }; const struct FC_Type _MSG_MNlabel3667LastFiveCalls = { 451, "Last Five Calls" }; const struct FC_Type _MSG_MNlabel3667LastFiveCallsChar = { 452, "L " }; const struct FC_Type _MSG_MNlabel3667BarLabel6 = { 453, "BarLabel6" }; const struct FC_Type _MSG_MNlabel3667ThisMonth = { 454, "This Month" }; const struct FC_Type _MSG_MNlabel3667ThisMonthChar = { 455, "T " }; const struct FC_Type _MSG_MNlabel3667OtherMonth = { 456, "Other Month" }; const struct FC_Type _MSG_MNlabel3667OtherMonthChar = { 457, "O " }; const struct FC_Type _MSG_MNlabel3667GStats = { 458, "Global Statistics" }; const struct FC_Type _MSG_MNlabel3667GStatsChar = { 459, "G " }; const struct FC_Type _MSG_MNlabel3667DatePeriod = { 460, "Date Period" }; const struct FC_Type _MSG_MNlabel3667DatePeriodChar = { 461, "D " }; const struct FC_Type _MSG_MNlabel3667Anual = { 462, "Anual Statistics" }; const struct FC_Type _MSG_MNlabel3667AnualChar = { 463, "S " }; const struct FC_Type _MSG_CheckCostsG = { 464, "Check Costs" }; const struct FC_Type _MSG_CheckCostsGChar = { 465, "K " }; const struct FC_Type _MSG_CheckCostsG2 = { 466, "Check Other Costs" }; const struct FC_Type _MSG_CheckCostsG2Char = { 467, "H " }; const struct FC_Type _MSG_MNlabel3667BarLabel7 = { 468, "BarLabel7" }; const struct FC_Type _MSG_MNlabel3667CallInput = { 469, "Manual Call Manager" }; const struct FC_Type _MSG_MNlabel3667CallInputChar = { 470, "M " }; const struct FC_Type _MSG_MNlabel3667Generation = { 471, "Generation" }; const struct FC_Type _MSG_MNlabel3667FirstMiami = { 472, "First Generation (Miami)" }; const struct FC_Type _MSG_MNlabel3667FirstMiamiChar = { 473, "F " }; const struct FC_Type _MSG_MNlabel3667Settings = { 474, "Settings" }; const struct FC_Type _MSG_MNlabel3667Configuration = { 475, "Configuration..." }; const struct FC_Type _MSG_MNlabel3667ConfigurationChar = { 476, "C " }; const struct FC_Type _MSG_MNlabel3667Help = { 477, "Help" }; const struct FC_Type _MSG_MNlabel3667Main = { 478, "Main..." }; const struct FC_Type _MSG_MNlabel3667MainChar = { 479, "1 " }; const struct FC_Type _MSG_MNlabel3667Usage = { 480, "Usage..." }; const struct FC_Type _MSG_MNlabel3667UsageChar = { 481, "2 " }; const struct FC_Type _MSG_MNlabel3667History = { 482, "History..." }; const struct FC_Type _MSG_MNlabel3667HistoryChar = { 483, "3 " }; const struct FC_Type _MSG_FreedomLabel2 = { 484, "Freedom Call V1.12" }; const struct FC_Type _MSG_JanelaConsultaAnual = { 485, "Anual" }; const struct FC_Type _MSG_CAnualLabel = { 486, "\033c\0338Select Period" }; const struct FC_Type _MSG_CAnualBarraInitialTitle = { 487, "Initial Month" }; const struct FC_Type _MSG_CAnualMes10 = { 488, "01 January" }; const struct FC_Type _MSG_CAnualMes11 = { 489, "02 February" }; const struct FC_Type _MSG_CAnualMes12 = { 490, "03 March" }; const struct FC_Type _MSG_CAnualMes13 = { 491, "04 April" }; const struct FC_Type _MSG_CAnualMes14 = { 492, "05 May" }; const struct FC_Type _MSG_CAnualMes15 = { 493, "06 June" }; const struct FC_Type _MSG_CAnualMes16 = { 494, "07 July" }; const struct FC_Type _MSG_CAnualMes17 = { 495, "08 August" }; const struct FC_Type _MSG_CAnualMes18 = { 496, "09 September" }; const struct FC_Type _MSG_CAnualMes19 = { 497, "10 October" }; const struct FC_Type _MSG_CAnualMes110 = { 498, "11 November" }; const struct FC_Type _MSG_CAnualMes111 = { 499, "12 December" }; const struct FC_Type _MSG_CAnualBarraFinalTitle = { 500, "Final Month" }; const struct FC_Type _MSG_CAnualMes20 = { 501, "01 January" }; const struct FC_Type _MSG_CAnualMes21 = { 502, "02 February" }; const struct FC_Type _MSG_CAnualMes22 = { 503, "03 March" }; const struct FC_Type _MSG_CAnualMes23 = { 504, "04 April" }; const struct FC_Type _MSG_CAnualMes24 = { 505, "05 May" }; const struct FC_Type _MSG_CAnualMes25 = { 506, "06 June" }; const struct FC_Type _MSG_CAnualMes26 = { 507, "07 July" }; const struct FC_Type _MSG_CAnualMes27 = { 508, "08 August" }; const struct FC_Type _MSG_CAnualMes28 = { 509, "09 September" }; const struct FC_Type _MSG_CAnualMes29 = { 510, "10 October" }; const struct FC_Type _MSG_CAnualMes210 = { 511, "11 November" }; const struct FC_Type _MSG_CAnualMes211 = { 512, "12 December" }; const struct FC_Type _MSG_CAnualBarraYearTitle = { 513, "Year" }; const struct FC_Type _MSG_CAnualEsquerda = { 514, "\033b<" }; const struct FC_Type _MSG_CAnualDireita = { 515, "\033b>" }; const struct FC_Type _MSG_CAnualBotaoOK = { 516, "_Ok" }; const struct FC_Type _MSG_CAnualBotaoCancel = { 517, "_Cancel" }; const struct FC_Type _MSG_JanelaConsultaAnualLista = { 518, "Anual Consulting" }; const struct FC_Type _MSG_LabelConsultaAnualLista = { 519, "Year Calls Online Average Reg Irr Price Month " }; const struct FC_Type _MSG_CAnualListBotaoOK = { 520, "_Ok" }; const struct FC_Type _MSG_JanelaPedidoRegistro = { 521, "Register Request" }; const struct FC_Type _MSG_LabelPedidoRegistro = { 522, "Please, complete fields..." }; const struct FC_Type _MSG_PedidoNickTitle = { 523, "What's your nick on IRC?" }; const struct FC_Type _MSG_PedidoFreedomCallTitle = { 524, "Where do you hear about Freedom Call?" }; const struct FC_Type _MSG_BotaoPedidoAccept = { 525, "_Accept" }; const struct FC_Type _MSG_BotaoPedidoCancel = { 526, "_Cancel" }; const struct FC_Type _MSG_JanelaSelecionaMesCustos = { 527, "Month" }; const struct FC_Type _MSG_MNlabel5971Menu = { 528, "Menu" }; const struct FC_Type _MSG_MNlabel5971ActualDate = { 529, "Actual Date" }; const struct FC_Type _MSG_MNlabel5971ActualDateChar = { 530, "A " }; const struct FC_Type _MSG_LabelSelectDate2 = { 531, "\033c\0338Select Month" }; const struct FC_Type _MSG_ComboMes20 = { 532, "01 January" }; const struct FC_Type _MSG_ComboMes21 = { 533, "02 February" }; const struct FC_Type _MSG_ComboMes22 = { 534, "03 March" }; const struct FC_Type _MSG_ComboMes23 = { 535, "04 April" }; const struct FC_Type _MSG_ComboMes24 = { 536, "05 May" }; const struct FC_Type _MSG_ComboMes25 = { 537, "06 June" }; const struct FC_Type _MSG_ComboMes26 = { 538, "07 July" }; const struct FC_Type _MSG_ComboMes27 = { 539, "08 August" }; const struct FC_Type _MSG_ComboMes28 = { 540, "09 September" }; const struct FC_Type _MSG_ComboMes29 = { 541, "10 October" }; const struct FC_Type _MSG_ComboMes210 = { 542, "11 November" }; const struct FC_Type _MSG_ComboMes211 = { 543, "12 December" }; const struct FC_Type _MSG_AnoBotaEsquerda2 = { 544, "\033b<" }; const struct FC_Type _MSG_AnoBotaoDireita2 = { 545, "\033b>" }; const struct FC_Type _MSG_OutroMesBotaoOK2 = { 546, "_Ok" }; const struct FC_Type _MSG_OutroMesBotaoCancel2 = { 547, "_Cancel" }; const struct FC_Type _MSG_JanelaChecaCustos = { 548, "Check Costs" }; const struct FC_Type _MSG_CheckContaProvedor = { 549, "Provider Bill:" }; const struct FC_Type _MSG_CheckTotalHoras = { 550, "Total Online:" }; const struct FC_Type _MSG_CheckContaTelefonica = { 551, "Phone Bill:" }; const struct FC_Type _MSG_CheckHorasExtras = { 552, "Extra Hours:" }; const struct FC_Type _MSG_CheckCustoTotal = { 553, "Total Cost:" }; const struct FC_Type _MSG_CheckCostsBotaoOK = { 554, "_Ok" }; const struct FC_Type _MSG_JanelaRates = { 555, "Rates" }; const struct FC_Type _MSG_x300 = { 556, "300" }; const struct FC_Type _MSG_x2400 = { 557, "2400" }; const struct FC_Type _MSG_x9600 = { 558, "9600" }; const struct FC_Type _MSG_x14400 = { 559, "14400" }; const struct FC_Type _MSG_x16800 = { 560, "16800" }; const struct FC_Type _MSG_x19200 = { 561, "19200" }; const struct FC_Type _MSG_x21600 = { 562, "21600" }; const struct FC_Type _MSG_x24000 = { 563, "24000" }; const struct FC_Type _MSG_x26400 = { 564, "26400" }; const struct FC_Type _MSG_x28800 = { 565, "28800" }; const struct FC_Type _MSG_x30666 = { 566, "30666" }; const struct FC_Type _MSG_x31200 = { 567, "31200" }; const struct FC_Type _MSG_x31250 = { 568, "31250" }; const struct FC_Type _MSG_x32000 = { 569, "32000" }; const struct FC_Type _MSG_x33600 = { 570, "33600" }; const struct FC_Type _MSG_x38400 = { 571, "38400" }; const struct FC_Type _MSG_x45333 = { 572, "45333" }; const struct FC_Type _MSG_x46666 = { 573, "46666" }; const struct FC_Type _MSG_x48000 = { 574, "48000" }; const struct FC_Type _MSG_x49333 = { 575, "49333" }; const struct FC_Type _MSG_x50666 = { 576, "50666" }; const struct FC_Type _MSG_x52000 = { 577, "52000" }; const struct FC_Type _MSG_x57600 = { 578, "57600" }; const struct FC_Type _MSG_x64000 = { 579, "64000" }; const struct FC_Type _MSG_RatesBotaoOk = { 580, "_Ok" }; extern void CloseAppCatalog(void); static struct Catalog *FreedomCall_Catalog = NULL; void OpenAppCatalog(struct Locale *loc, STRPTR language) { LONG tag, tagarg; CloseAppCatalog(); /* Not needed if the programmer pairs OpenAppCatalog and CloseAppCatalog right, but does no harm. */ if (FreedomCall_Catalog == NULL) { if (language == NULL) tag = TAG_IGNORE; else { tag = OC_Language; tagarg = (LONG) language; } FreedomCall_Catalog = OpenCatalog(loc, (STRPTR) "FreedomCall.catalog", OC_BuiltInLanguage,(LONG)FreedomCall_BuiltInLanguage, tag, tagarg, OC_Version, FreedomCall_Version, TAG_DONE); } } void CloseAppCatalog(void) { CloseCatalog(FreedomCall_Catalog); FreedomCall_Catalog = NULL; } char * Get_String(APTR fcstr) { char *defaultstr; LONG strnum; strnum = ((struct FC_Type *) fcstr)->ID; defaultstr = ((struct FC_Type *) fcstr)->Str; return(FreedomCall_Catalog ? (char *)GetCatalogStr(FreedomCall_Catalog, strnum, defaultstr) : defaultstr); }