<% ' Menů & Navigation '--------------------------------------------------------------------------------- strLangSelectArchives = "Todos los datos" strLangSelectAdminSection = "Admin" strLangSelectNewBlog = "Nuevo" strLangSelectEditDeleteBlog = "Editar/Borrar" strLangSelectConfigBlog = "Configurar" strLangSelectLogout = "Salir" strLangSelectLanguage = "Lenguaje" strLangSelectLanguageIt = "italian version" strLangSelectLanguageEn = "english version" strLangNavEditBlog ="Editar" strLangNavAddComment = "Comentar" strLangNavBlogDetails = "Detalles" strLangNavBackCommentsPage = "Volver a pagina de comentarios" strLangNavEditCommmentNumber = "Edit comment No." strLangSelectEditDeleteComments = "Edit/delete comments relating to the blog No." strLangSelectAdminLogin = "Login admin section" strLangSelectArchivesBlog = "Blog database" strLangSelectArchivesBlogFull = "FULL" strLangSelectCloseWindow = "Cerrar Ventana" strLangNavRedirectErrorNoBlog = "Ver Todo" strLangNavRedirectErrorNoComments = "back to the blog list" strLangNavBackPrevPage = "back to the previous page" strLangNavAltPagePrev = "Página Anterio" strLangNavAltPageNext = "Página Siguiente" '--------------------------------------------------------------------------------- 'Calendar '--------------------------------------------------------------------------------- strLangJan = "Enero" strLangFeb = "Febrero" strLangMar = "Marzo" strLangApr = "Abril" strLangMay = "Mayo" strLangJun = "Junio" strLangJul = "Julio" strLangAug = "Agosto" strLangSep = "Septiembre" strLangOct = "Octubre" strLangNov = "Noviembre" strLangDec = "Diciembre" strLangMonthPrev = "Mes anterio" strLangMonthNext = "Mes siguiente" strLangSun = "s" strLangMon = "m" strLangTue = "t" strLangWed = "w" strLangThu = "t" strLangFri = "f" strLangSat = "s" strLangAltday = "display blog" strLangCurrentMonth = "Mes actual" strLangDateGo = "Vamos" '--------------------------------------------------------------------------------- ' Javascript, Tag Alt , Format text '--------------------------------------------------------------------------------- strLangAddCodeB = "Enter text you want formatted in Bold" strLangAddCodeI = "Enter text you want formatted in Italic" strLangAddCodeU = "Enter text you want Underlined" strLangAddCodeC = "Enter text you want Centred" strLangAddCodeFont = "Enter text you want in " strLangAddCodeURL1 = "Enter the display text for the hyperlink" strLangAddCodeURL2 = "Enter the URL address to create hyperlink to" strLangAddCodeEMAIL1 = "Enter the display text for the email address" strLangAddCodeEMAIL2 = "Enter the email address to link to" strLangAddCodeIMG = "Enter the web address of the image" strLangAddCodeLIST1 = "Kind of list \nenter \'1\' for numbered or leave blank for bulleted" strLangAddCodeLIST2 = "ERROR! Please enter \'1\' for numbered or leave blank for bulleted" strLangAddCodeLIST3 = "Enter the list text or leave blank to close" strLangAddCodeUploadIMG = "Enter the file relating to the image" ' Tag Alt on Toolbar strLangAltAddCodeB = "bold" strLangAltAddCodeI = "italic" strLangAltAddCodeU = "underline" strLangAltAddCodeC = "centre" strLangAltAddCodeLIST = "list" strLangAltAddCodeURL = "add hyperlink" strLangAltAddCodeEMAIL = "add email hyperlink" strLangAltAddCodeIMG = "add image" strLangAltAddCodeUploadIMG = "upload image" ' Format Text strLangFormatChar = "kind of font" strLangFormatColor = "colour" strLangFormatBLACK = "black" strLangFormatWHITE = "white" strLangFormatBLUE = "blue" strLangFormatRED = "red" strLangFormatORANGE = "orange" strLangFormatGREEN = "green" strLangFormatYELLOW = "yellow" strLangFormatGRAY = "gray" strLangFormatSize = "size" 'Check form & Tag Alt strLangCheckAuthor = "It needs to write in the author's name." strLangCheckEmail = "nWARNING! The email address entered is incorrect." strLangCheckTitle = "It needs to write in the title." strLangCheckText = "It needs to write in the text." strLangCheckUsername = "It needs to write in the username." strLangCheckPassword = "It needs to write in the password." strLangCheckDelBlog = "Are you sure you want to delete this blog?\n\nWARNING! All the related comments will be deleted." strLangCheckAltDelBlog = "delete blog" strLangCheckAltEditCommentsBlog = "edit the comments relating to the blog" strLangCheckAltEditCommments = "edit comment" strLangCheckDelComments = "Are you sure you want to delete this comment?" strLangCheckAltDelComment = "delete comment" strLangCheckResetForm = "Are you sure you want to reset the form?" strLangCheckConfigUsername = "It needs to write in the username to enter the administrative section." strLangCheckConfigPassword = "It needs to write in the password to enter the administrative section." strLangCheckConfigAppname = "It needs to write in the pages title in which the application is present." '--------------------------------------------------------------------------------- ' Error and Info Message '--------------------------------------------------------------------------------- strLangErrorMessageLogin = "Sorry, the username or password entered is incorrect." strLangErrorMessageNoBlog1 = "Sorry, there are no blogs in the database relating to the selected day." strLangErrorMessageNoBlog2 = "Sorry, there are no blogs in the database relating to the selected month." strLangErrorMessageNoBlog3 = "Sorry, there are no blogs in the database." strLangErrorMessageNoComments = "Sorry, there are no comments in the database relating to this blog." strLangErrorMessageNeedAuthorTitleText = "Sorry, author's name, title and text of blog are required fields." strLangErrorMessageOnlyOneCom = "Sorry, you can post only one comment." strLangErrorMessageNeedAuthorText = "Sorry, author's name and comment's text are required fields." strLangErrorPreview = "Sorry, nothing is in!" strLangInfoInsertBlog = "The blog has been published seccessfully ." strLangInfoEditBlog = "The blog has been updated seccessfully." strLangInfoEditComment = "The comment has been updated seccessfully." strLangInfoDelBlog = "The selected blog and the related comments have been deleted." strLangInfoDelComment = "The comment has been deleted seccessfully." strLangInfoActiveCookieJav = "WARNING! Cookies and JavaScript must be enabled on your web browser!

The form is case sensitive ( ADMIN and admin do not match )" '--------------------------------------------------------------------------------- ' Send Email '--------------------------------------------------------------------------------- strLangSubjectEmailNewBlog = "Posted new blog" strLangSubjectEmailNewComment = "Posted new comment" strLangEmailHi = "Hi" strLangEmailBodyBlog1 = "The email has been produced by the weblog of your website." strLangEmailBodyBlog2 = "This blog has been posted in the weblog :" strLangEmailBodyComment = "This comment has been posted in the weblog, " '--------------------------------------------------------------------------------- ' Form '--------------------------------------------------------------------------------- strLangFormRequiredFields = "(*)indicates required fields" strLangFormYes = "yes" strLangFormNo = "no" strLangFormAuthor = "author" strLangFormEmail = "email" strLangFormTitle = "title" strLangFormFormat = "format" strLangFormText = "text" strLangFormLeave = "allow users to post comments on this blog" strLangFormAddBlog = "add new blog" strLangFormPreviewBlog = "preview" strLangFormReset = "reset form" strLangFormComment = "comment" strLangFormSubmitComment = "add comment" strLangFormEditComment = "edit comment" strLangFormUsername = "username" strLangFormPassword = "password" strLangFormEnter = "enter" strLangFormUblogTitle = "Ublog title" strLangFormUsernameAdmin = "username ( administrator )" strLangFormPasswordAdmin = "password ( administrator )" strLangFormEmailAdmin = "email address ( administrator )" strLangFormEmailNotify = "notify via email to the administrator the publication of new blog or new comment" strLangFormNumberOfRecords = "number of blogs per page" strLangFormAntiSpam = "anti-spam" strLangFormAntiSpamMessage = "this will mean a cookie is set on the users machine to stop them spamming Ublog with multiple comments" strLangFormTypeOfUblog = "kind of weblog" strLangFormOpenUblog = "open" strLangFormClosedUblog = "closed" strLangFormTypeOfUblogmessage = """ & strLangFormOpenUblog & "": all users can post new blogs
"" & strLangFormClosedUblog & "": only the administrator can post new blogs" strLangFormEditConfigUblog = "update Ublog configuration" '--------------------------------------------------------------------------------- ' Global '--------------------------------------------------------------------------------- strLangGlobOf = "of" strLangGlobBy = "by" strLangGlobAt = "at" strLangGlobNumberOfComment = "comments" strLangGlobReadAll = "read more..." strLangGlobPage = "page" strLangGlobAddComment ="NUEVO COMENTARIO" strLangGlobPostedBy = "posted by" strLangGlobBlogInDb = "Blog in database" strLangGlobTableBlog1 = "Blog title" strLangGlobTableBlog2 = "Blog author" strLangGlobTableBlog3 = "Comments" strLangGlobTableBlog4 = "E/D comments" strLangGlobTableBlog5 = "E/D blogs" strLangGlobNoComment = "not allowed" strLangGlobTableComment1 = "Comment author" strLangGlobTableComment2 = "Date" strLangGlobTableComment3 = "Edit/Delete" '--------------------------------------------------------------------------------- ' Upload '--------------------------------------------------------------------------------- strLangUploadError = "Error" strLangUploadErrorNoImage = "is not a image!!!" strLangUploadErrorNoFileSend = "No file sended." strLangUploadErrorTooBig = " size of file not allowed " strLangUploadErrorNoImage2 = " kind of file not allowed (only " strLangUploadErrorKindOfFile = "file allowed" '---------------------------------------------------------------------------------%>