<% '******************************************************************************* '* QuickNews Copyright 2003 XCENT - www.xcent.com * '* QuickNews is a trademark of XCENT * '* This notice may not be removed from this source code file * '******************************************************************************* GLS_ListAll = "Todos os Eventos" GLS_ListCurrent = "Publicado:    Eventos - Porto Alegre e Região RS:" GLS_ListUpcoming = "Artigos Enviados" GLS_ListExpired = "Artigos Antigos" GLS_ArticleID = "Evento #: " GLS_Date = "Publicado em: " GLS_WrittenBy = "Written By: " GLS_Article = "Evento: " GLS_Link = "Link: " GLS_PreviousArticles = "Previous Articles" GLS_NoArticles = "No articles are listed." GLS_NoArticle = "No such article on file." GLS_NeedArticleID = "An ArticleID number must be supplied." GLS_Previous = "Anterior" GLS_Next = "Próxima" GLS_Paging = "Página %CURRENT% of %TOTAL%" 'Navigation Bar GLS_NavHome = "Voltar Eventos" GLS_NavExpired = "Arquivos" '***admin functions*** GLS_admEdit = "Editar" GLS_admDelete = "Deletar" GLS_admAdd = "Adicionar" GLS_admUpdate = "Atualizar" GLS_admContinue = "Continuar" GLS_AdmLoginBtn = "Entrar" 'login GLS_admLoginTitle ="Nome usuário" GLS_admLogin = "Nome Usuario: " GLS_admPassword = "Senha: " GLS_admPermissionGranted ="Permissão concedida" GLS_admPermissionDenied = "Permissao negada" GLS_admInvalidLogin = "O seu Login não é válido" GLS_AdmLoginMsg = "Use os links a esquerda para acessar a área de administração" 'logout GLS_admLogOutTitle ="Sair da Administração" GLS_AdmLogoutMessage ="Voce saiu do sistema com sucesso." 'Change Password GLS_AdmPassCurrentInfo = "Informação Atual" GLS_AdmPassNewInfo = "Nova Informação" GLS_AdmPasswordTitle = "Mudar Administração" GLS_admNewPassword = "Nova Senha:" GLS_admConfirmNewPass = "Confirmar Nova Senha:" GLS_AdmPasswordsNotMatch = "A senha digitada não existe." GLS_AdmPasswordNone = "Voce precisa entrar com nova senha." GLS_AdmPasswordLoginErr = "O seu Login não é o correto." GLS_AdmPasswordSuccess = "Sua senha foi alterada com sucesso!" GLS_AdmNewLoginName = "Novo Login Nome:" GLS_AdmNewLoginNameNone = "Voce necessita entrar com novo nome" 'list articles GLS_AdmLstAction = "Ação" GLS_AdmLstActive = "Data Ativa" GLS_AdmLstArticle = "Nome do Artigo" 'Add/Edit GLS_admEditTitle = "Editar Artigo" GLS_admAddTitle = "Adicionar Artigo" GLS_AdmArtRequiredSymbol = "* " GLS_AdmArtRequiredFields = "Opções marcadas " & GLS_AdmArtRequiredSymbol & " são obrigatórias." GLS_admAddError = "Erro- voce deve colocar o nome do artigo" GLS_AdmArtName = "Article Title:" 'GLS_AdmArtNameDetail = "The descriptive name of the article. This is how the article appears in lists." GLS_AdmArtAuthor = "Author Name:" 'GLS_AdmArtAuthorDetail = "This should be your Email address, or full name if you do not have one." GLS_AdmArtActive = "Active Date:" GLS_AdmArtActiveDetail = "This is the date the article should be published, or made available." GLS_AdmArtExpires = "Expiration Date:" GLS_AdmArtExpiresDetail = "This is the date the article should no longer be available, or considered current. Leave this blank if it should always remain visible in article lists." GLS_AdmArtArticle = "Article:" 'GLS_AdmArtArticleDetail = "This is where you type the article text. You may include HTML formatting tags." GLS_AdmArtEmail = "Author Email:" GLS_AdmArtImage = "Image URL:" GLS_AdmArtLink = "Link:" GLS_AdmUseHTTP = "Please do not forget to start all Link and Image URL's with http://" GLS_AdmAddSuccess = "Your article has been successfully added." GLS_AdmEditSuccess = "Your changes have been saved." GLS_AdmAddView = "Click here to view your article." GLS_AdmErrTitle = "You need to enter a TITLE for your article." GLS_AdmErrArticle = "You need to enter an ARTICLE" GLS_AdmErrActive = "There is a problem with the ACTIVE DATE you entered." GLS_AdmErrExpires = "There is a problem with the EXPIRE DATE you entered." GLS_AdmEditMsg = "This is where you can modify an article that already exists. You should only modify articles to make corrections." GLS_AdmAddMsg = "This is where you create a new article." 'Delete GLS_AdmDeleteTitle = "Delete Article" GLS_AdmDeleteQuestion = "Are you absolutely sure you want to delete ArticleID:%ARTID%?" GLS_AdmDeleteDetail = "There is no way to get an article back once it is deleted." GLS_AdmDeleteNo = "No, I changed my mind." GLS_AdmDeleteYes = "Yes, delete it forever." GLS_AdmDeleteSuccess = "Article successfully deleted." GLS_AdmDeleteNot = "Article not deleted." '*** Check Version *** GLS_AdmCheckVersion = "Check Version" GLS_AdmChkVerAppVer = "Application Version: " GLS_AdmChkVerAppEd = "Application Edition: " GLS_AdmChkVerAppStat = "Application Status: " GLS_AdmChkVerAppDB = "Database Version: " GLS_AdmChkVerAppDBErr = " Cannot be determined" %>