home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / language / lang-spanish.php < prev    next >
PHP Script  |  2000-12-05  |  67KB  |  924 lines

  1. <?php
  2.  
  3. /*
  4. Welcome to PHP-NUKE
  5.  
  6. This is the language module with "all" the system messages without any order.
  7.  
  8. If you made a translation, please sent to me (fburzi@ncc.org.ve) the translated
  9. file and I'll include it in the next release.
  10.  
  11. */
  12.  
  13. function translate($phrase) {
  14.     
  15.     switch($phrase) {
  16.  
  17.     case "(Are you sure you included a URL? Did ya test them for typos?)":    $tmp = "(┐Estßs seguro que incluistes un URL? ┐Revisastes tu ortografφa?)"; break;
  18.     case "(Did you check URLs?)":    $tmp = "(┐Verificastes el/los URLs?)"; break;
  19.     case "(for changes only)":        $tmp = "(s≤lo para cambios)"; break;
  20.     case "- are you sure?":        $tmp = "- ┐estßs seguro?"; break;
  21.     case "Add Author":            $tmp = " Agregar Autor "; break;
  22.     case "Administration Menu":        $tmp = "Men· de Administraci≤n"; break;
  23.     case "NEW Article":            $tmp = "NUEVO Artφculo"; break;
  24.     case "Left Blocks":            $tmp = "Bloques Izq."; break;
  25.     case "Right Blocks":        $tmp = "Bloques Der."; break;
  26.     case "Admin Block":            $tmp = "Bloque Admin"; break;
  27.     case "Main Block":            $tmp = "Bloque Principal"; break;
  28.     case "Sections Manager":        $tmp = "Secciones"; break;
  29.     case "Logout / Exit":        $tmp = "Salir"; break;
  30.     case "User doesn't exist!":        $tmp = "El usuario no existe!"; break;
  31.     case "Submit News":            $tmp = "Enviar Noticia"; break;
  32.     case "We allow just one vote per day":    $tmp = "Se permite s≤lo un voto por persona al dφa"; break;
  33.     case "Surveys/Polls":        $tmp = "Encuestas"; break;
  34.     case "HTTP Referers":        $tmp = "HTTP Referers"; break;
  35.     case "Who is linking our site?":    $tmp = "┐QuiΘn estß enlazando nuestra pßgina?"; break;
  36.     case "Delete Referers":        $tmp = "Borrar los Datos"; break;
  37.     case "link visited:":        $tmp = "enlace visitado:"; break;
  38.     case "most linked stories":        $tmp = "enlaces publicados mßs visitados"; break;
  39.     case "Delete Polls":        $tmp = "Borrar Encuestas"; break;
  40.     case "Last":            $tmp = "Ultimos"; break;
  41.     case "Articles":            $tmp = "Artφculos"; break;
  42.     case "Edit":            $tmp = "Editar"; break;
  43.     case "Delete":            $tmp = "Borrar"; break;
  44.     case "Current Active Topics":    $tmp = "T≤picos Activos"; break;
  45.     case "Click to Edit":        $tmp = "Click para Editar"; break;
  46.     case "Add a New Topic":        $tmp = "Agregar un T≤pico Nuevo"; break;
  47.     case "Topic Name:":            $tmp = "Nombre del T≤pico:"; break;
  48.     case "Topic Text:":            $tmp = "Texto del T≤pico:"; break;
  49.     case "Topic Image:":        $tmp = "Imagen del T≤pico:"; break;
  50.     case "Add Topic!":            $tmp = "Agregar T≤pico!"; break;
  51.     case "(just a name without spaces - max: 20 characters)":    $tmp = "(s≤lo un nombre sin espacios - max: 20 caracteres)"; break;
  52.     case "(the full topic text or description - max: 40 characters)":    $tmp = "(el texto completo o descripci≤n del t≤pico - max: 40 caracteres)"; break;
  53.     case "(image name + extension located in":    $tmp = "(nombre de imagen + extensi≤n localizada en"; break;
  54.     case "for example: gamesandhobbies":    $tmp = "por ejemplo: juegosyocio"; break;
  55.     case "for example: Games and Hobbies":    $tmp = "por ejemplo: Juegos y Ocio"; break;
  56.     case "for example: games.gif":    $tmp = "por ejemplo: juegos.gif"; break;
  57.     case "Edit Topic:":            $tmp = "Editar T≤pico:"; break;
  58.     case "Save Changes!":        $tmp = "Grabar Cambios!"; break;
  59.     case "Delete Topic":        $tmp = "Borrar T≤pico"; break;
  60.     case "Are you sure you want to delete Topic":    $tmp = "┐Estßs seguro que quieres borrar el t≤pico"; break;
  61.     case "This will delete ALL it's stories and it's comments!":    $tmp = "Esto borrarß TODAS sus historias y sus comentarios!"; break;
  62.     case "changerblock":        $tmp = "Cambiar Bloque"; break;
  63.     case "deleterblock":        $tmp = "Borrar Bloque"; break;
  64.     case "makerblock":            $tmp = "Crear Bloque"; break;
  65.     case "changelblock":        $tmp = "Cambiar Bloque"; break;
  66.     case "deletelblock":        $tmp = "Borrar Bloque"; break;
  67.     case "makelblock":            $tmp = "Crear Bloque"; break;
  68.     case "Create New Right Block":    $tmp = "Crear Bloque Derecho"; break;
  69.     case "Create New Left Block":    $tmp = "Crear Bloque Izquierdo"; break;
  70.     case "Edit Admin Block":        $tmp = "Editar Bloque de Administrador"; break;
  71.     case "Are you sure you want to remove Story ID #":    $tmp = "┐Estßs seguro que deseas borrar la Noticia ID #"; break;
  72.     case "and all it's comments?":    $tmp = "y todos sus comentarios?"; break;
  73.     case "Edit Admins":            $tmp = "Editar Autores"; break;
  74.     case "Add User":            $tmp = "Agregar Usuario"; break;
  75.     case "Update User":            $tmp = "Actualizar Usuario"; break;
  76.     case "User ID":            $tmp = "ID de Usuario"; break;
  77.     case "Preview Story":        $tmp = "Preview"; break;
  78.     case "Past Articles":        $tmp = "Artφculos Viejos"; break;
  79.     case "comment":    $tmp = "comentario"; break;
  80.     case "comments?":    $tmp = "┐comentarios?"; break;
  81.     case "Welcome to":    $tmp = "Bienvenido a"; break;
  82.     case "Votes: ":    $tmp = "Votos: "; break;
  83.     case "Past Surveys":    $tmp = "Encuestas Pasadas"; break;
  84.     case "Survey":    $tmp = "Encuesta"; break;
  85.     case "Total Votes: ":    $tmp = "Total de Votos: "; break;
  86.     case "Voting Booth":    $tmp = "Sala de Votaci≤n"; break;
  87.     case "Other Polls":    $tmp = "Otras Encuestas"; break;
  88.     case "Results":    $tmp = "Resultados"; break;
  89.     case "Your Name":    $tmp = "Tu Nombre"; break;
  90.     case "New User":    $tmp = "Nuevo Usuario"; break;
  91.     case "Title":    $tmp = "Tφtulo"; break;
  92.     case "Be Descriptive, Clear and Simple":    $tmp = "Descriptivo, Claro y Simple"; break;
  93.     case "bad titles='Check This Out!' or 'An Article'.":    $tmp = "tφtulos malos='Miren Θsto!' o 'Un Artφculo!'."; break;
  94.     case "The Scoop":    $tmp = "El Texto"; break;
  95.     case "HTML is fine, but double check those URLs and HTML tags!":    $tmp = "Puedes usar HTML, pero chequea los URLs y los comandos HTML!"; break;
  96.     case "You must preview once before you can submit":    $tmp = "Debes hacer un Preview antes de poder enviar"; break;
  97.     case "Are you sure you included a URL? Did you test them for typos?":    $tmp = "┐Estßs seguro que incluistes un URL? ┐Verificastes tu ortografφa?"; break;
  98.     case "Select Topic":    $tmp = "Seleccionar T≤pico"; break;
  99.     case "Thanks for your submission.":    $tmp = "Gracias por tu envφo! Miraremos nuestra bola mßgica n·mero 8 y es posible que publiquemos tu historia. Sigue enviando noticias!"; break;
  100.     case "We received":        $tmp = "Hemos recibido"; break;
  101.     case "visitors from":    $tmp = "visitantes desde"; break;
  102.     case "Operating Systems":    $tmp = "Sistemas Operativos"; break;
  103.     case "Unknown":    $tmp = "Desconocido"; break;
  104.     case "Threshold":    $tmp = "Puntos"; break;
  105.     case "No Comments":    $tmp = "Sin Comentarios"; break;
  106.     case "Nested":    $tmp = "Anidados"; break;
  107.     case "Flat":    $tmp = "Plano"; break;
  108.     case "Thread":    $tmp = "Discusi≤n"; break;
  109.     case "Oldest First":    $tmp = "Viejos Primero"; break;
  110.     case "Newest First":    $tmp = "Nuevos Primeros"; break;
  111.     case "Highest Scores First":    $tmp = "Puntaje Alto Primero"; break;
  112.     case "Save":    $tmp = "Grabar"; break;
  113.     case "Refresh":    $tmp = "Recargar"; break;
  114.     case "Reply":    $tmp = "Responder"; break;
  115.     case "The comments are owned by the poster. We aren't responsible for their content.":    $tmp = "Los comentarios son propiedad de quien los escribi≤. Nosotros no somos responsables por su contenido."; break;
  116.     case "Post Anonymously":    $tmp = "Enviar como An≤nimo"; break;
  117.     case "Post":    $tmp = "Enviar"; break;
  118.     case "Comment":    $tmp = "Comentario"; break;
  119.     case "Extrans (html tags to text)":    $tmp = "Extrans (html tags a texto)"; break;
  120.     case "HTML Formatted":    $tmp = "Formato HTML"; break;
  121.     case "Plain Old Text":    $tmp = "Texto Plano"; break;
  122.     case "Subject":    $tmp = "Asunto"; break;
  123.     case "Allowed HTML:":    $tmp = "HTML Permitido:"; break;
  124.     case "User Info":    $tmp = "Datos de Usuario"; break;
  125.     case "Score: ":    $tmp = "Puntaje: "; break;
  126.     case "by":    $tmp = "por"; break;
  127.     case "on":    $tmp = "el"; break;
  128.     case "Moderate":    $tmp = "Moderar"; break;
  129.     case "This is your personal page":    $tmp = "Esta es tu pßgina personal. Probablemente quieras cambiar algunas cosas. Si deseas perder un poco de tiempo, este es el lugar indicado."; break;
  130.     case "My HomePage:":    $tmp = "Mi HomePage:"; break;
  131.     case "My E-Mail:":        $tmp = "Mi E-Mail:"; break;
  132.     case "Extra Info:":        $tmp = "Informaci≤n Extra"; break;
  133.     case "There is no available info for":    $tmp = "No hay informaci≤n disponible para"; break;
  134.     case "This web site uses":        $tmp = "Este sitio web usa"; break;
  135.     case "Incorrect Login!":    $tmp = "Login Incorrecto!"; break;
  136.     case "New User:":    $tmp = "Usuario Nuevo:"; break;
  137.     case "(Password will be sent to the email address you enter.)":    $tmp = "(El Password serß enviado al email que escribistes.)"; break;
  138.     case "Lost your Password?":    $tmp = "┐Perdiste tu Password?"; break;
  139.     case "No problem. Just type your Nickname and click on send button.":    $tmp = "No hay problema. S≤lo escribe tu Nickname y haz click en Enviar Password."; break;
  140.     case "Notice: Account preferences are cookie based.":    $tmp = "Aviso: Las preferencias de tu cuenta se basan en cookies."; break;
  141.     case "more info...":    $tmp = "mßs informaci≤n..."; break;
  142.     case "Sorry, no corresponding user info was found":        $tmp = "Disculpe, no se ha encontrado informaci≤n de usuario correspondiente"; break;
  143.     case "User Password for":    $tmp = "Password de usuario para"; break;
  144.     case "The user account":    $tmp = "La cuenta de usuario"; break;
  145.     case "at":    $tmp = "en"; break;
  146.     case "has this email associated with it.":    $tmp = "tiene este Email asociado."; break;
  147.     case "A web user from":    $tmp = "Un usuario web desde"; break;
  148.     case "has just requested that password be sent.":    $tmp = "ha solicitado que el password sea enviado."; break;
  149.     case "Your New Password is:":    $tmp = "Tu Nuevo Password es:"; break;
  150.     case "You can change it after you login at":    $tmp = "Podrßs cambiarlo luego de hacer login en"; break;
  151.     case "If you didn't ask for this, don't worry. You are seeing this message, not 'them'. If this was an error just login with your new password.":    $tmp = "Si no solicitastes Θsto, no te preocupes. T· estßs viendo este mensaje y no 'ellos'. Si Θsto es un error, s≤lo debes hacer login con el nuevo password."; break;
  152.     case "Password for":    $tmp = "Password para"; break;
  153.     case "mailed.":    $tmp = "envφado por Email."; break;
  154.     case "ERROR: Email address already registered":    $tmp = "ERROR: Direcci≤n Email ya registrada"; break;
  155.     case "ERROR: Nickname taken":    $tmp = "ERROR: El Nicknameya estß registrado"; break;
  156.     case "ERROR: Name is reserved.":    $tmp = "ERROR: Nombre reservado."; break;
  157.     case "ERROR: Invalid email":    $tmp = "ERROR: Email Invßlido"; break;
  158.     case "ERROR: Email addresses do not contain spaces.":    $tmp = "ERROR: El Email no debe contener espacios"; break;
  159.     case "ERROR: Invalid Nickname":    $tmp = "ERROR: Nickname Invßlido"; break;
  160.     case "Nickname is too long. It must be less than 15 characters.":    $tmp = "El Nickname es muy largo. Debe ser mßximo de 15 caracteres."; break;
  161.     case "There cannot be any spaces in the Nickname.":        $tmp = "No pueden haber espacios en el Nickname."; break;
  162.     case "Finish":    $tmp = "Terminar"; break;
  163.     case "You or someone else has used your email account":    $tmp = "T· registrastes la cuenta de Email"; break;
  164.     case "to register an account at":    $tmp = "para abrir una cuenta en"; break;
  165.     case "The following is the member information:":    $tmp = "A continuaci≤n tienes la informaci≤n de miembro:"; break;
  166.     case "-Nickname: ":        $tmp = "-Nickname: "; break;
  167.     case "-Password: ":        $tmp = "-Password: "; break;
  168.     case "Your Password is: ":        $tmp = "Tu Password es: "; break;
  169.     case "You are now registered. You should receive your password at the email account you provided.":        $tmp = "Ya estßs registrado. Deberφas haber recibido un Email con tu password."; break;
  170.     case "Real Name":    $tmp = "Nombre Real"; break;
  171.     case "Real Email":    $tmp = "Email Real"; break;
  172.     case "Fake Email":    $tmp = "Email Falso"; break;
  173.     case "Your HomePage":    $tmp = "Tu HomePage"; break;
  174.     case "Extra Info":    $tmp = "Informaci≤n Extra"; break;
  175.     case "(optional)":    $tmp = "(opcional)"; break;
  176.     case "(required)":    $tmp = "(requerido)"; break;
  177.     case "(This Email will not be public but is required, will be used to send your password if you lost it)":        $tmp = "(Este Email no se harß p·blico pero es requerido, serß usado para enviarte el password en caso de que lo pierdas)"; break;
  178.     case "(This Email will be public. Just type what you want, Spam proof)":        $tmp = "(Este Email serß p·blico. Escribe lo que quieras, a prueba de Spam si lo deseas)"; break;
  179.     case "(255 characters max. Type what others can know about yourself)":        $tmp = "(255 caracteres mßx. Escribe lo que quieras que otros sepan de tφ.)"; break;
  180.     case "(type a new password twice to change it)":        $tmp = "(escribe un nuevo password 2 veces para cambiarlo)"; break;
  181.     case "Save Changes":    $tmp = "Grabar Cambios"; break;
  182.     case "Both passwords are different. They need to be identical.":    $tmp = "Los passwords son diferentes. Deben ser idΘnticos."; break;
  183.     case "Sorry, your password must be at least":    $tmp = "Disculpa, tu password debe tener al menos"; break;
  184.     case "characters long":        $tmp = "caracteres"; break;
  185.     case "Something screwed up... don't you hate that?":    $tmp = "Algo estß saliendo mal aquφ... Que porquerφa! ┐no?"; break;
  186.     case "Current Active Sections":    $tmp = "Secciones Activas"; break;
  187.     case "Add a New Section":    $tmp = "Agregar Nueva Secci≤n"; break;
  188.     case "Section Name:":    $tmp = "Nombre de la Secci≤n:"; break;
  189.     case "(40 characters Max.)":    $tmp = "(40 caracteres Mßx.)"; break;
  190.     case "Add Section!":    $tmp = "Agregar Secci≤n!"; break;
  191.     case "Edit Section:":    $tmp = "Editar Secci≤n:"; break;
  192.     case "Delete Section!":    $tmp = "Borrar Secci≤n!"; break;
  193.     case "Add Article in Sections":    $tmp = "Agregar Artφculo"; break;
  194.     case "Add Article!":    $tmp = "Agregar Artφculo!"; break;
  195.     case "Edit Article":    $tmp = "Editar Artφculo"; break;
  196.     case "Content":    $tmp = "Contenido"; break;
  197.     case "Delete Article: ":    $tmp = "Borrar Artφculo: "; break;
  198.     case "Are you sure you want to delete this article?":    $tmp = "┐Estßs seguro que quieres borrar este artφculo?"; break;
  199.     case "Are you sure you want to delete section":    $tmp = "┐Estßs seguro que quieres borrar la secci≤n"; break;
  200.     case "Delete Section: ":    $tmp = "Borrar Secci≤n: "; break;
  201.     case "This will delete ALL its articles!":        $tmp = "Esto borrarß TODOS sus artφculos!"; break;
  202.     case "Welcome to the Special Sections at":    $tmp = "Bienvenido a las Secciones Especiales de"; break;
  203.     case "Here you can find some cool articles not presents in the Home.":    $tmp = "Aquφ encontrarßs algunos buenos artφculos no presentes en el Home."; break;
  204.     case "This is Section":    $tmp = "Esta es la Secci≤n"; break;
  205.     case "Following are the articles published under this section.":    $tmp = "A continuaci≤n, los artφculos publicados bajo esta secci≤n."; break;
  206.     case "Return to Sections Index":    $tmp = "Volver al Indice de Secciones"; break;
  207.     case "Back to":    $tmp = "Volver a"; break;
  208.     case "Sections Index":    $tmp = "Indice de Secciones"; break;
  209.     case "All Topics":    $tmp = "Todos los T≤picos"; break;
  210.     case "All Authors":    $tmp = "Todos los Autores"; break;
  211.     case "News number in the Home":    $tmp = "N·mero de Noticias en el Home"; break;
  212.     case "Activate Personal Menu":    $tmp = "Activar Men· Personal"; break;
  213.     case "(Check this option and the following text will appear in the Home)":    $tmp = "(Marca esta opci≤n y el siguiente texto aparecerß en el Home)"; break;
  214.     case "(You can use HTML code to put links, for example)":    $tmp = "(Puedes usar c≤digo HTML para poner tus enlaces, por ejemplo)"; break;
  215.     case "Select One Theme":    $tmp = "Selecciona un Tema"; break;
  216.     case "This option will change the look for the whole site.":    $tmp = "Esta opci≤n cambiarß el aspecto de todo el site."; break;
  217.     case "The changes will be valid only to you.":    $tmp = "Los cambios serß vßlidos s≤lo para ti."; break;
  218.     case "Each user can view the site with different theme.":    $tmp = "Cada usuario podrß ver este sitio web con un tema diferente."; break;
  219.     case "Display Mode":    $tmp = "Modo de Visualizaci≤n"; break;
  220.     case "Sort Order":    $tmp = "Orden"; break;
  221.     case "Comments scored less than this setting will be ignored.":    $tmp = "Comentarios por debajo de este puntaje serßn ignorados."; break;
  222.     case "Uncut and Raw":    $tmp = "Todos los comentarios"; break;
  223.     case "Almost Everything":    $tmp = "Casi todos"; break;
  224.     case "Filter Most Anon":    $tmp = "Filtrar muchos de An≤nimos"; break;
  225.     case "Score":    $tmp = "Puntaje"; break;
  226.     case "Anonymous posts start at 0, logged in posts start at 1. Moderators add and subtract points.":    $tmp = "Comentarios An≤nimos empiezan en 0, los de usuarios en 1. Los Moderadores agregan y quitan puntos."; break;
  227.     case "Do Not Display Scores":    $tmp = "No mostrar Puntaje"; break;
  228.     case "(Hides score: They still apply, you just don't see them.)":    $tmp = "(Esconde el Puntaje: Se seguirß aplicando, s≤lo que t· no lo verßs.)"; break;
  229.     case "Max Comment Length":    $tmp = "Tama±o mßximo de un comentario"; break;
  230.     case "(Truncates long comments, and adds a Read More link. Set really big to disable)":    $tmp = "(Corta comentarios largos, y agrega un enlace para leerlo completo. Pon un n·mero grande para desabilitar)"; break;
  231.     case "Posted by ":    $tmp = "Enviado por "; break;
  232.     case "Posted on ":    $tmp = "Enviado el "; break;
  233.     case "on":    $tmp = "el"; break;
  234.     case "Contributed by ":    $tmp = "Contribuci≤n de "; break;
  235.     case "writes":    $tmp = "escribi≤"; break;
  236.     case "Menu for":    $tmp = "Men· de"; break;
  237.     case "total words in this text)":    $tmp = "palabras en este texto)"; break;
  238.     case "votes":    $tmp = "votos"; break;
  239.     case " on...":    $tmp = " el..."; break;
  240.     case "New Article":        $tmp = "Noticia Nueva"; break;
  241.     case "Delete Topic!":    $tmp = "Borrar T≤pico!"; break;
  242.     case "Click to list all articles in this topic":    $tmp = "Haz click para listar todos los artφculos de este t≤pico"; break;
  243.     case "Welcome to the TOP page for":  $tmp = "Bienvenido al TOP de"; break;
  244.     case "most read stories":   $tmp = "primeras noticias mßs leφdas"; break;
  245.     case "read:":    $tmp = "leφdo:"; break;
  246.     case "times":    $tmp = "veces"; break;
  247.     case "most commented stories":   $tmp = "primeras noticias mßs comentadas"; break;
  248.     case "comments:":   $tmp = "comentarios:"; break;
  249.     case "most voted polls": $tmp = "primeras encuestas mßs votadas"; break;
  250.     case "votes:":  $tmp = "votos:"; break;
  251.     case "Edit Article ID:":    $tmp = "Editar Artφculo ID:"; break;
  252.     case "most read articles in special sections":    $tmp = "primeros artφculos mßs leφdos en las secciones especiales"; break;
  253.     case "No Subject":    $tmp = "Sin Tφtulo"; break;
  254.     case "Read the rest of this comment...":    $tmp = "Leer el resto de este comentario..."; break;
  255.     case "All":    $tmp = "Todos"; break;
  256.     case "week":    $tmp = "semana"; break;
  257.     case "weeks":    $tmp = "semanas"; break;
  258.     case "month":    $tmp = "mes"; break;
  259.     case "months":    $tmp = "meses"; break;
  260.     case "most active news submitters":    $tmp = "primeros usuarios que mßs noticias envφan y se publican"; break;
  261.     case "sent news:":    $tmp = "noticias enviadas:"; break;
  262.     case "Delete Article!":    $tmp = "Borrar Artφculo!"; break;
  263.     case "Banners Administration":  $tmp = "Administraci≤n de Banners"; break;
  264.     case "Current Active Banners":  $tmp = "Banners Activos"; break;
  265.     case "ID":  $tmp = "ID"; break;
  266.     case "Impressions": $tmp = "Impresiones"; break;
  267.     case "Imp. Left":   $tmp = "Restan"; break;
  268.     case "Clicks":  $tmp = "Clicks"; break;
  269.     case "% Clicks":    $tmp = "% Clicks"; break;
  270.     case "Client Name": $tmp = "Nombre de Cliente"; break;
  271.     case "Functions":   $tmp = "Funciones"; break;
  272.     case "Imp.":    $tmp = "Imp."; break;
  273.     case "Date Started":    $tmp = "Fecha Inicial"; break;
  274.     case "Date Ended":  $tmp = "Fecha Final"; break;
  275.     case "Finished Banners":    $tmp = "Banners Terminados"; break;
  276.     case "Advertising Clients": $tmp = "Clientes de Publicidad"; break;
  277.     case "Active Banners":  $tmp = "Banners Activos"; break;
  278.     case "Contact Name":    $tmp = "Contacto"; break;
  279.     case "Contact Email":   $tmp = "Email"; break;
  280.     case "Add a New Banner":    $tmp = "Agregar un Nuevo Banner"; break;
  281.     case "Client Name: ":   $tmp = "Nombre de Cliente: "; break;
  282.     case "Impressions Purchased: ": $tmp = "Impresiones Compradas: "; break;
  283.     case "Image URL: ": $tmp = "URL de Imagen: "; break;
  284.     case "Click URL: ": $tmp = "URL de Click: "; break;
  285.     case "Add Banner":  $tmp = "Agregar Banner"; break;
  286.     case "Unlimited":   $tmp = "Ilimitadas"; break;
  287.     case "Add a New Client":    $tmp = "Agregar un Nuevo Cliente"; break;
  288.     case "Client Name: ":   $tmp = "Nombre de Cliente: "; break;
  289.     case "Contact Name: ":  $tmp = "Contacto: "; break;
  290.     case "Contact Email: ": $tmp = "Email: "; break;
  291.     case "Client Login: ":  $tmp = "Login: "; break;
  292.     case "Client Password: ":   $tmp = "Password: "; break;
  293.     case "Add Client":  $tmp = "Agregar Cliente"; break;
  294.     case "Delete Banner":   $tmp = "Borrar Banner"; break;
  295.     case "Are you sure you want to delete this Banner?":    $tmp = "┐Estßs seguro que deseas borrar este Banner?"; break;
  296.     case "Edit Banner": $tmp = "Editar Banner"; break;
  297.     case "Add More Impressions: ":  $tmp = "Agregar Mßs Impresiones: "; break;
  298.     case "Purchased: ": $tmp = "Compradas: "; break;
  299.     case "Made: ":  $tmp = "Hechas: "; break;
  300.     case "Change Banner":   $tmp = "Cambiar Banner"; break;
  301.     case "Delete Advertising Client":   $tmp = "Borrar Cliente de Publicidad"; break;
  302.     case "You are about to delete client:": $tmp = "Estßs apunto de borrar el cliente:"; break;
  303.     case "and all its Banners!!!":  $tmp = "y todos sus Banners!!!"; break;
  304.     case "This client doesn't have any banner running now.":    $tmp = "Este cliente no tiene banners ejecutßndose ahora."; break;
  305.     case "This client has the following ACTIVE BANNERS running in": $tmp = "Este cliente tiene los siguientes BANNERS ACTIVOS ejecutßndose en"; break;
  306.     case "WARNING!!!":  $tmp = "CUIDADO!!!"; break;
  307.     case "Are you sure you want to delete this Client and ALL its Banners?":    $tmp = "┐Estßs seguro que deseas borrar este cliente con TODOS sus Banners?"; break;
  308.     case "Edit Advertising Client": $tmp = "Editar Cliente de Publicidad"; break;
  309.     case "Change Client":   $tmp = "Cambiar Cliente"; break;
  310.     case "hast just requested a Confirmation Code to change the password.":    $tmp = "ha solicitado el C≤digo de Confirmaci≤n para cambiar el password."; break;
  311.     case "Your Confirmation Code is:":    $tmp = "Tu C≤digo de Confirmaci≤n es:"; break;
  312.     case "With this code you can now assign a new password at":    $tmp = "Con este c≤digo te podrßs asignar un nuevo password en"; break;
  313.     case "If you didn't ask for this, don't worry. Just delete this Email.":    $tmp = "Si no haz solicitado Θsto, no te preocupes. S≤lo borra este correo."; break;
  314.     case "Confirmation Code for":    $tmp = "C≤digo de Confirmaci≤n para"; break;
  315.     case "Send Password":    $tmp = "Enviar Password"; break;
  316.     case "Confirmation Info":    $tmp = "Recibirßs un correo con el C≤digo de Confirmaci≤n, luego regresa a esta pßgina y reescribe el Nickname y tu C≤digo, luego de eso recibirßs por Email tu nuevo Password."; break;
  317.     case "Nickname: ":    $tmp = "Nickname: "; break;
  318.     case "Confirmation Code: ":    $tmp = "C≤digo de Confirmaci≤n: "; break;
  319.     case "User Login":    $tmp = "Login de Usuario"; break;
  320.     case "E-Mail: ":    $tmp = "Email: "; break;
  321.     case "Password: ":    $tmp = "Password: "; break;
  322.     case "As a registered user you can:":    $tmp = "Como usuario registrado podrßs:"; break;
  323.     case "Post comments with your name":    $tmp = "Escribir comentarios con tu nombre"; break;
  324.     case "Send news with your name":    $tmp = "Enviar noticias con tu nombre"; break;
  325.     case "Have a personal box in the Home":    $tmp = "Tener un men· personalizado"; break;
  326.     case "Select how many news you want in the Home":    $tmp = "Seleccionar cuantas noticias deseas en el Home"; break;
  327.     case "Customize the comments":    $tmp = "Configurar los comentarios"; break;
  328.     case "Select different themes":    $tmp = "Seleccionar diferentes temas"; break;
  329.     case "some other cool stuff...":    $tmp = "otras cosas interesantes..."; break;
  330.     case "Register Now! It's Free!":    $tmp = "Regφstrate Ahora! Es Gratis!"; break;
  331.     case "We don't sell/give to others your personal info.":    $tmp = "Nosotros no venderemos/daremos tus datos a otras personas/empresas."; break;
  332.     case "most active authors":    $tmp = "primeros autores mßs activos"; break;
  333.     case "news published:":    $tmp = "noticias publicadas:"; break;
  334.     case "has just requested a Confirmation Code to change the password.":    $tmp = "ha solicitado que se envφe el c≤digo de confirmaci≤n para cambiar el password."; break;
  335.     case "previous matches":    $tmp = "registros anteriores"; break;
  336.     case "next matches":    $tmp = "mßs registros"; break;
  337.     case "Are you sure you want to delete": $tmp = "┐Estßs seguro que quieres borrar "; break;
  338.     case "Browsers":            $tmp = "Navegadores"; break;
  339.     case "Main":            $tmp = "Principal"; break;
  340.     case "Admin":            $tmp = "Admin"; break;
  341.     case "Left":            $tmp = "Izquierda"; break;
  342.     case "Right":            $tmp = "Derecha"; break;
  343.     case "Authors":            $tmp = "Autores"; break;
  344.     case "Users":            $tmp = "Usuarios"; break;
  345.     case "bytes more":            $tmp = "bytes mßs"; break;
  346.     case "ChangeStory":            $tmp = " Cambiar Noticia "; break;
  347.     case "RemoveStory":            $tmp = " Borrar Noticia "; break;
  348.     case "Content:":             $tmp = "Contenido:"; break;
  349.     case "Create new poll":        $tmp = "Crear Encuesta Nueva"; break;
  350.     case "Create":            $tmp = "Crear"; break;
  351.     case "Current Poll:":         $tmp = "Encuesta Actual: "; break;
  352.     case "Delete Author":        $tmp    = "Borrar Autor"; break;
  353.     case "DeleteStory":            $tmp    = " Borrar Noticia "; break;
  354.     case "DisplayStory":        $tmp = " Mostrar Noticia "; break;
  355.     case "Edit Left Blocks":         $tmp = "Editar Bloques Izquierdos"; break;
  356.     case "Edit Admin Block":         $tmp = "Editar Bloque de Administrador"; break;
  357.     case "Edit Right Blocks":         $tmp = "Editar Bloques Derechos"; break;
  358.     case "Edit Main Block":         $tmp = "Editar Bloque Principal"; break;
  359.     case "Extended Text":        $tmp    = "Texto Extendido"; break;
  360.     case "New Poll":             $tmp    = "Nueva Encuesta"; break;
  361.     case "View Results":         $tmp    = "Ver Resultados"; break;
  362.     case "Delete Poll":         $tmp    = "Borrar Encuesta"; break;
  363.     case "EditStory":            $tmp = " Editar Noticia "; break;
  364.     case "Email":            $tmp    = "Email"; break;
  365.     case "Full Text":            $tmp    = "Texto Full"; break;
  366.     case "Go home":            $tmp    = "Ir al Home"; break;
  367.     case "Go!":                $tmp    = "Ok"; break;
  368.     case "Handle":            $tmp    = "Nickname"; break;
  369.     case "Intro Text":            $tmp    = "Texto de Intro"; break;
  370.     case "Logged out":            $tmp    = "Logged out"; break;
  371.     case "Logout":            $tmp = "Salir"; break;
  372.     case "Modify Info":            $tmp    = "Modificar Informaci≤n"; break;
  373.     case "Name":            $tmp    = "Nombre"; break;
  374.     case "Name:":            $tmp    = "Nombre:"; break;
  375.     case "No New Submission":         $tmp = "No hay Nuevo Envφo"; break;
  376.     case "No New Submissions":         $tmp = "No hay Nuevos Envφos"; break;
  377.     case "No":                $tmp    = "No"; break;
  378.     case "Notes":            $tmp    = "Notas"; break;
  379.     case "Option":            $tmp    = "Opci≤n"; break;
  380.     case "Password":            $tmp    = "Password"; break;
  381.     case "Parent":            $tmp    = "Padre"; break;
  382.     case "Read More...":        $tmp    = "Leer Mßs..."; break;
  383.     case "Retype Passowrd":        $tmp = "Reescribe el Password"; break;
  384.     case "Please choose a poll from the list below.": $tmp = "Por favor selecciona una encuesta de la siguiente lista."; break;
  385.     case "Please enter each available option into a single field": $tmp = "Por favor escribe cada opci≤n de la encuesta"; break;
  386.     case "Polltitle":            $tmp    = "Pregunta"; break;
  387.     case "Post NEW Article":         $tmp = "Enviar Nueva Noticia"; break;
  388.     case "PostAdminStory":        $tmp    = "Publicar Noticia"; break;
  389.     case "PostStory":            $tmp    = " Enviar Noticia "; break;
  390.     case "PreviewAdminStory":        $tmp    = "Preview"; break;
  391.     case "PreviewAgain":        $tmp    = " Preview Otra vez "; break;
  392.     case "Remove an existing poll":    $tmp    = "Borrar una encuesta"; break;
  393.     case "Remove existing poll":     $tmp = "Borrar la encuesta"; break;
  394.     case "Remove":            $tmp    = "Borrar"; break;
  395.     case "Retype Password":        $tmp    = "Reescribe el Password"; break;
  396.     case "Search":            $tmp = "Buscar"; break;
  397.     case "Search in":            $tmp = "Buscar en"; break;
  398.     case "Sorry, the new passwords do not match. Click back and try again":    $tmp    = "Disculpa, los 2 passwords no son iguales. Vuelve atrßs e intenta de nuevo"; break;
  399.     case "Story ID:":            $tmp = "Historia ID:"; break;
  400.     case "Subject":            $tmp    = "Asunto"; break;
  401.     case "The Story":            $tmp    = "La Historia"; break;
  402.     case "Title:":            $tmp = "Tφtulo:"; break;
  403.     case "Topic":            $tmp = "T≤pico"; break;
  404.     case "Topics Manager":        $tmp = "Manejador de T≤picos"; break;
  405.     case "URL":                $tmp    = "URL"; break;
  406.     case "Update Author":        $tmp    = " Actualizar Autor "; break;
  407.     case "View poll results":        $tmp    = "Ver Resultados"; break;
  408.     case "View":            $tmp    = " Ver "; break;
  409.     case "WARNING: The chosen poll will be removed IMMEDIATELY from the database!":    $tmp    = "CUIDADO: La encuesta seleccionada serß borrada INMEDIATAMENTE de la base de datos!"; break;
  410.     case "Yes":                $tmp    = "Si"; break;
  411.     case "You are now logged out":    $tmp    = "Te has salido de tu cuenta"; break;
  412.     case "adminMain":           $tmp = "adminMain"; break;
  413.     case "adminStory":           $tmp = "adminStory"; break;
  414.     case "bad pass":            $tmp    = "bad pass"; break;
  415.     case "blocks":               $tmp = "blocks"; break;
  416.     case "changeblock":         $tmp = " Cambiar Bloque "; break;
  417.     case "create":            $tmp    = "crear"; break;
  418.     case "createPosted":        $tmp    = "createPosted"; break;
  419.     case "current authors":        $tmp    = "current authors"; break;
  420.     case "datestring":            $tmp = "%A, %B %d @ %T %Z"; break;
  421.     case "deladmin":            $tmp    = "deladmin"; break;
  422.     case "deladminconf":        $tmp    = "deladminconf"; break;
  423.     case "delete":            $tmp    = "delete"; break;
  424.     case "deleteblock":         $tmp = " Borrar Bloque "; break;
  425.     case "Login":            $tmp    = " Login "; break;
  426.     case "logout":            $tmp    = "Salir"; break;
  427.     case "makeblock":            $tmp = " Crear Bloque "; break;
  428.     case "mod_authors":            $tmp    = "mod_authors"; break;
  429.     case "modifyadmin":            $tmp    = "modifyadmin"; break;
  430.     case "remove":            $tmp    = "remove"; break;
  431.     case "removePosted":        $tmp    = " Remove Posted "; break;
  432.     case "update":            $tmp    = "update"; break;
  433.     case "view":            $tmp    = "ver"; break;
  434.     case "viewPosted":            $tmp    = " View Posted "; break;
  435.     case "AdminID":            $tmp    = "AdminID";break;
  436.     case "Edit Users":             $tmp    = "Editar Usuarios";break;
  437.     case "user":             $tmp    = "Usuario";break;
  438.     case "Modify User":         $tmp    = "Modificar Usuario";break;
  439.     case "Delete User":         $tmp    = "Borrar Usuario";break;
  440.     case "Handle/UserID":         $tmp    = "Login de Usuario";break;
  441.     case "* indicates compulsory fields": $tmp = "* indica campos requeridos"; break;
  442.     case "You must complete all compulsory fields":    $tmp    = "Debes completar todos los campos requeridos"; break;
  443.  
  444. // Added for PHP-Nuke 2.0
  445.  
  446.     case "Miscelaneous Stats":              $tmp    = "Estadφsticas Varias"; break;
  447.     case "Registered Users: ":              $tmp    = "Usuarios Registrados: "; break;
  448.     case "Active Authors: ":                $tmp    = "Autores Activos: "; break;
  449.     case "Stories Published: ":             $tmp    = "Noticias Publicadas: "; break;
  450.     case "Comments Posted: ":               $tmp    = "Comentarios Publicados: "; break;
  451.     case "Special Sections: ":              $tmp    = "Secciones Especiales: "; break;
  452.     case "Articles in Sections: ":          $tmp    = "Artφculos en Secciones: "; break;
  453.     case "News Waiting to be Published: ":      $tmp    = "Noticias en Espera por Publicar: "; break;
  454.     case "Active Topics: ":                   $tmp    = "T≤picos Activos: "; break;
  455.     case "linksdatestring":            $tmp     = "%d-%b-%Y"; break;
  456.     case "Section Image:":                    $tmp    = "Imagen de la Secci≤n:"; break;
  457.     case "(example: opinion.gif)":                $tmp    = "(ejemplo: opinion.gif)"; break;
  458.     case "Web Links":                        $tmp    = "Web Links"; break;
  459.     case "There are":                        $tmp    = "Hay"; break;
  460.     case "Links in our Database":            $tmp    = "Enlaces en nuestra Base de Datos"; break;
  461.     case "Add a MAIN Category":                $tmp    = "Agregar Categorφa Principal"; break;
  462.     case "Name: ":                        $tmp    = "Nombre: "; break;
  463.     case "Add":                            $tmp    = "Agregar"; break;
  464.     case "Add a SUB-Category":                $tmp    = "Agregar SUB-Categorφa"; break;
  465.     case "in":                            $tmp    = "en"; break;
  466.     case "Add a New Link":                $tmp    = "Agregar Nuevo Enlace"; break;
  467.     case "Page Title: ":                $tmp    = "Tφtulo: "; break;
  468.     case "Page URL: ":                        $tmp    = "URL: "; break;
  469.     case "Category: ":                        $tmp    = "Categorφa: "; break;
  470.     case "Description: (255 characters max)":   $tmp    = "Descripci≤n: (255 caracteres mßx)"; break;
  471.     case "Add URL":                        $tmp    = "Agregar URL"; break;
  472.     case "Modify Category":                $tmp    = "Modificar Categorφa"; break;
  473.     case "Modify":                        $tmp    = "Modificar"; break;
  474.     case "Modify Links":                $tmp    = "Modificar Enlaces"; break;
  475.     case "Link ID: ":                        $tmp    = "Enlace ID: "; break;
  476.     case "Description: ":                $tmp    = "Descripci≤n: "; break;
  477.     case "Links Waiting for Validation":        $tmp    = "Enlaces en espera de aprobaci≤n"; break;
  478.     case "Visit":                        $tmp    = "Visitar"; break;
  479.     case "Hits: ":                        $tmp    = "Hits: "; break;
  480.     case "Email: ":                        $tmp    = "Email: "; break;
  481.     case "Category Name: ":                $tmp    = "Nombre de Categorφa: "; break;
  482.     case "Sub-Category Name: ":                $tmp    = "Nombre de Sub-Categorφa: "; break;
  483.     case "WARNING: Are you sure you want to delete this Category and ALL its Links?":        $tmp    = "CUIDADO: ┐Estßs seguro que deseas borrar esta Categorφa y TODOS sus Enlaces?"; break;
  484.     case "ERROR: The Category":                $tmp    = "ERROR: La Categorφa"; break;
  485.     case "already exist!":                $tmp    = "ya existe!"; break;
  486.     case "ERROR: The SubCategory":            $tmp    = "ERROR: La SubCategorφa"; break;
  487.     case "ERROR: This URL is already listed in the Database!":            $tmp    = "ERROR: Este URL ya estß listado en la Base de Datos!"; break;
  488.     case "ERROR: You need to type a URL for your URL!":                $tmp    = "ERROR: Necesitas escribir un URL para este Enlace!"; break;
  489.     case "ERROR: You need to type a TITLE for your URL!":            $tmp    = "ERROR: Necesitas escribir un TITULO para este Enlace!"; break;
  490.     case "ERROR: You need to type a DESCRIPTION for your URL!":            $tmp    = "ERROR: Necesitas escribir una DESCRIPCION para este Enlace!"; break;
  491.     case "New Link added to the Database":    $tmp    = "Nuevo Enlace agregado a la Base de Datos"; break;
  492.     case "Your Link at":                 $tmp    = "Tu Enlace en"; break;
  493.     case "Hello":                          $tmp    = "Hola"; break;
  494.     case "We approved your link submission for our search engine.":        $tmp    = "Hemos aprobado el enlace que enviastes a nuestro motor de b·squeda."; break;
  495.     case "You can browse our search engine at:":    $tmp    = "Puedes disfrutar de nuestro motor de b·squeda en:"; break;
  496.     case "Thanks for your submission!":        $tmp    = "Gracias por tu envφo!"; break;
  497.     case "team.":                     $tmp    = "(Centro Administrativo)"; break;
  498.     case "HOME":                     $tmp    = "HOME"; break;
  499.     case "Links Main":                        $tmp    = "Indice"; break;
  500.     case "Add URL":                        $tmp    = "Agregar URL"; break;
  501.     case "New Links":                        $tmp    = "Lo Nuevo"; break;
  502.     case "The Best":                        $tmp    = "Lo Mejor"; break;
  503.     case "Random Link":                        $tmp    = "Link al Azar"; break;
  504.     case "Your Name: ":                        $tmp    = "Tu Nombre: "; break;
  505.     case "Your Email: ":                       $tmp    = "Tu Email: "; break;
  506.     case "We received your Link submission. Thanks!":    $tmp    = "Hemos recibido los datos de tu envφo. Gracias!"; break;
  507.     case "You'll receive and E-mail when it's approved.":    $tmp    = "Recibirßs un E-Mail cuando el enlace sea aprobado."; break;
  508.     case "Links Added to Database":        $tmp    = "Enlaces agregados en la Base de Datos"; break;
  509.     case "Added on: ":                        $tmp    = "Agregado el: "; break;
  510.     case "Edit This Link":                $tmp    = "Editar Enlace"; break;
  511.     case "The":                            $tmp    = "Los"; break;
  512.     case "Most Visited Links":                 $tmp    = "Enlaces mßs Visitados"; break;
  513.     case "SubCategories":                $tmp    = "SubCategorφas"; break;
  514.     case "Popular Site!":                $tmp    = "Sitio Popular!"; break;
  515.     case "Previous Page":                $tmp    = "Pßgina Anterior"; break;
  516.     case "Next Page":                   $tmp    = "Pßgina Siguiente"; break;
  517.     case "Main":                          $tmp    = "Indice"; break;
  518.     case "Search Results for: ":               $tmp    = "Resultados de la B·squeda: "; break;
  519.     case "Try to search":                $tmp    = "Intenta buscar"; break;
  520.     case "in others Search Engines":           $tmp    = "en otros Motores de B·squeda"; break;
  521.     case "No matches found to your query":    $tmp     = "No se encontraron registros"; break;
  522.     case "Links":                $tmp     = "Enlaces"; break;
  523.     case "Links in Web Links: ":        $tmp     = "Enlaces en Web Links: "; break;
  524.     case "Categories in Web Links: ":        $tmp     = "Categorφas en Web Links: "; break;
  525.     case "New Submissions: ":            $tmp     = "Nuevos Envφos: "; break;
  526.     case "Configure":                $tmp     = "Preferencias"; break;
  527.     case "Login/Create Account":        $tmp     = "Login/Crear Cuenta"; break;
  528.     case "datestring2":                $tmp     = "%A, %B %d"; break;
  529.  
  530. // Added for PHP-Nuke 3.5
  531.  
  532.     case "Ephemerids":                $tmp    = "EfemΘrides"; break;
  533.     case "Add Ephemerid:":                $tmp    = "Agregar EfemΘride:"; break;
  534.     case "Day:":                    $tmp    = "Dφa:"; break;
  535.     case "Month:":                $tmp    = "Mes:"; break;
  536.     case "Year:":                    $tmp    = "A±o:"; break;
  537.     case "Ephemerid Description:":        $tmp    = "Descripci≤n de EfemΘride:"; break;    
  538.     case "Ephemerid Maintenance (Edit/Delete):":    $tmp    = "Mantenimiento de EfemΘride (Editar/Borrar):"; break;
  539.     case "Send":                    $tmp    = "Enviar"; break;
  540.     case "Ephemerids Maintenance":        $tmp    = "Edici≤n de EfemΘrides"; break;
  541.     case "Edit Ephemerid:":                $tmp    = "Editar EfemΘride:"; break;
  542.     case "One Day like Today...":        $tmp    = "Tal Dφa como Hoy..."; break;
  543.  
  544. // Added for PHP-Nuke 4.0
  545.  
  546.     case "comments":                $tmp    = "comentarios"; break;
  547.     case "Printer Friendly Page":        $tmp    = "Pßgina Imprimible"; break;    
  548.     case "Send this Story to a Friend":        $tmp    = "Enviar este Artφculo a un Amigo"; break;  
  549.     case "Send Story to a Friend":        $tmp    = "Enviar Artφculo a un Amigo"; break;
  550.     case "You will send the story":        $tmp    = "Podrßs enviar el artφculo"; break;
  551.     case "to a specified friend:":        $tmp    = "a un amigo especificado:"; break;
  552.     case "Friend Name: ":            $tmp    = "Nombre de tu Amigo: "; break;
  553.     case "Friend Email: ":            $tmp    = "Email de tu Amigo: "; break;
  554.     case "Interesting Article at":        $tmp    = "Artφculo Interesante en"; break;
  555.     case "Your Friend":                $tmp    = "Tu Amigo"; break;
  556.     case "considered the following article interesting and wanted to send it to you.":        $tmp    = "ha considerado interesante el siguiente artφculo y ha querido envißrtelo."; break;
  557.     case "Date:":                $tmp    = "Fecha:"; break;
  558.     case "Topic:":                $tmp    = "T≤pico:"; break;
  559.     case "You can read interesting articles at":    $tmp    = "Puedes leer artφculos interesantes en"; break;
  560.     case "Story":                $tmp    = "El Artφculo"; break;
  561.     case "has been sent to":            $tmp    = "ha sido enviado a"; break;
  562.     case "Thanks!":                $tmp    = "Gracias!"; break;
  563.     case "This article comes from":        $tmp    = "Este artφculo proviene de"; break;
  564.     case "PHP-Nuke version: ":            $tmp    = "Versi≤n de PHP-Nuke: "; break;
  565.     case "Older Articles":            $tmp    = "Artφculos mßs viejos"; break;
  566.     case "Add Related Links:":            $tmp    = "Agregar Enlaces Relacionados:"; break;
  567.     case "Site Name: ":                $tmp    = "Nombre del Sitio: "; break;
  568.     case "URL: ":                $tmp    = "URL: "; break;
  569.     case "Active Related Links:":        $tmp    = "Enlaces Relacionados Activos:"; break;
  570.     case "Edit Related Link":            $tmp    = "Editar Enlace Relacionado"; break;
  571.     case "Related Links":            $tmp    = "Enlaces Relacionados"; break;
  572.     case "More about":                $tmp    = "Mßs de"; break;
  573.     case "News by":                $tmp    = "Noticias de"; break;
  574.     case "Most read story about":        $tmp    = "Noticia mßs leφda de"; break;
  575.     case "Current Survey Voting Booth":        $tmp    = "Sala de Votaci≤n de la Encuesta Actual"; break;
  576.     case "Last news about":            $tmp    = "Ultimas Noticias de"; break;
  577.     case "Nickname":                $tmp    = "Nickname"; break;
  578.     case "Don't have an account yet? You can":    $tmp    = "A·n no tienes una cuenta? Puedes"; break;
  579.     case "create one":                $tmp    = "crearte una"; break;
  580.     case "As registered":            $tmp    = "Como usuario registrado"; break;
  581.     case "user you have some advantages like theme manager,":    $tmp    = "tendrßs varias ventajas como seleccionar el tema del site,"; break;
  582.     case "comments configuration and post comments with your name.":    $tmp    = "configurar los comentarios y enviar comentarios con tu nombre."; break;
  583.     case "Online Help":                $tmp    = "Ayuda en Lφnea"; break;
  584.     case "Search Engines":            $tmp    = "Motores de B·squeda"; break;
  585.     case "Robots - Spiders":            $tmp    = "Robots - Spiders"; break;
  586.     case "New Stories Submissions":        $tmp    = "Envφos de Nuevas Noticias"; break;
  587.     case "File Manager":            $tmp    = "Manejador de Archivos"; break;
  588.     case "Upload":                $tmp    = "Upload"; break;
  589.     case "Site Name":                $tmp    = "Nombre del Site"; break;
  590.     case "Status":                $tmp    = "Status"; break;
  591.     case "Headlines":                $tmp    = "Titulares"; break;
  592.     case "Active":                $tmp    = "Activo"; break;
  593.     case "Inactive":                $tmp    = "Inactivo"; break;
  594.     case "Add Headline":            $tmp    = "Agregar Titulares"; break;
  595.     case "Site Name:":                $tmp    = "Nobre del Site:"; break;
  596.     case "URL:":                $tmp    = "URL:"; break;
  597.     case "URL for the RDF/XML file:":        $tmp    = "URL del archivo RDF/XML:"; break;
  598.     case "Edit Headline":            $tmp    = "Editar Titulares"; break;
  599.     case "Status:":                $tmp    = "Status:"; break;
  600.     case "Search on:":                $tmp    = "Buscar en:"; break;
  601.     case "Stories":                $tmp    = "Historias"; break;
  602.     case "Comments":                $tmp    = "Comentarios"; break;
  603.     case "The URL for this story is:":        $tmp    = "El URL de esta historia es:"; break;
  604.     case "Sections":                $tmp    = "Secciones"; break;
  605.     case "General Site Info":            $tmp    = "Informaci≤n General del Site"; break;
  606.     case "Site URL:":                $tmp    = "URL del Site:"; break;
  607.     case "Site Logo:":                $tmp    = "Logo del Site:"; break;
  608.     case "Site Slogan:":            $tmp    = "Slogan del Site:"; break;
  609.     case "Site Start Date:":            $tmp    = "Fecha de inicio del Site:"; break;
  610.     case "Administrator Email:":        $tmp    = "Email del Administrador:"; break;
  611.     case "Number of items in TOP Page:":    $tmp    = "N·mero de items en la Pßgina del TOP:"; break;
  612.     case "Stories Number in the Home:":        $tmp    = "Numero de Historias en el Home:"; break;
  613.     case "Stories in Old Articles Box:":    $tmp    = "Noticias en bloque de Artφculos Viejos:"; break;
  614.     case "Activate Ultramode?":            $tmp    = "┐Activar Ultramode?"; break;
  615.     case "Allow Anonymous to Post?":        $tmp    = "┐Permitir enviar comentarios a An≤nimos?"; break;
  616.     case "Default Theme for your Site:":    $tmp    = "Tema por Defecto del Site:"; break;
  617.     case "Select the Language for your Site:":    $tmp    = "Selecciona el Idioma de tu Site:"; break;
  618.     case "Locale Time Format:":            $tmp    = "Formato de Locale:"; break;
  619.     case "Banners Options":            $tmp    = "Opciones de Banners"; break;
  620.     case "Activate Banners in your site?":    $tmp    = "┐Activar Banners en tu Site?"; break;
  621.     case "Your IP to not count the hits:":    $tmp    = "Tu IP para no contar los hits:"; break;
  622.     case "Footer Messages":            $tmp    = "Mensajes de PiΘ de Pßgina"; break;
  623.     case "Footer Line 1:":            $tmp    = "Lφnea 1:"; break;
  624.     case "Footer Line 2:":            $tmp    = "Lφnea 2:"; break;
  625.     case "Footer Line 3:":            $tmp    = "Lφnea 3:"; break;
  626.     case "Footer Line 4:":            $tmp    = "Lφnea 4:"; break;
  627.     case "Backend Configuration":        $tmp    = "Configuraci≤n del Backend"; break;
  628.     case "Backend Title:":            $tmp    = "Tφtulo del Backend:"; break;
  629.     case "Backend Language:":            $tmp    = "Idioma del Backend:"; break;
  630.     case "Backend Image URL:":            $tmp    = "URL de Imagen del Backend:"; break;
  631.     case "Backend Image Width:":        $tmp    = "Ancho de la Imagen del Backend:"; break;
  632.     case "Backend Image Height:":        $tmp    = "Alto de la Imagen del Backend:"; break;
  633.     case "Web Links Default Config":        $tmp    = "Opciones por Defecto de Web Links"; break;
  634.     case "Links per Page:":            $tmp    = "Links por Pßgina:"; break;
  635.     case "Hits to be Popular:":            $tmp    = "Hits para ser Popular:"; break;
  636.     case "Number of Links as New:":        $tmp    = "N·mero de Links en Nuevos:"; break;
  637.     case "Number of Links as Best:":        $tmp    = "N·mero de Links en Lo Mejor:"; break;
  638.     case "Links in Search Results:":        $tmp    = "Links en Resultados de B·squeda:"; break;
  639.     case "Mail New Stories to Admin":        $tmp    = "Enviar Nuevas Noticias al Admin"; break;
  640.     case "Notify new submissions by email?":    $tmp    = "┐Notificar por Email de Nuevos Envφos?"; break;
  641.     case "Email to send the message:":        $tmp    = "Email para enviar el mensaje:"; break;
  642.     case "Email Subject:":            $tmp    = "Asunto del Email:"; break;
  643.     case "Email Message:":            $tmp    = "Mensaje del Email:"; break;
  644.     case "Email Account (From):":        $tmp    = "Cuenta de Email (De/From):"; break;
  645.     case "Comments Moderation":            $tmp    = "Moderaci≤n de Comentarios"; break;
  646.     case "Type of Moderation:":            $tmp    = "Tipo de Moderaci≤n:"; break;
  647.     case "Moderation by Admin":            $tmp    = "Moderaci≤n por Admin"; break;
  648.     case "Moderation by Users":            $tmp    = "Moderaci≤n por Users"; break;
  649.     case "No Moderation":            $tmp    = "Sin Moderaci≤n"; break;
  650.     case "Comments Options":            $tmp    = "Opciones de Comentarios"; break;
  651.     case "Comments Limit in Bytes:":        $tmp    = "Lφmite de los Comentarios en Bytes"; break;
  652.     case "Anonymous Default Name:":        $tmp    = "Nombre por Defecto del An≤nimo:"; break;
  653.     case "Voting Booth Options":        $tmp    = "Opciones de Encuestas"; break;
  654.     case "Max Poll Options:":            $tmp    = "N·mero Mßx de Opciones:"; break;
  655.     case "Scale of Result Bar:":        $tmp    = "Escala de la Barra de Resultados:"; break;
  656.     case "Allow users to vote twice?":        $tmp    = "┐Permitir a Usuarios Votar varias veces?"; break;
  657.     case "Some Graphics Stuff":            $tmp    = "Algunas Opciones Grßficas"; break;
  658.     case "Topics Images Path:":            $tmp    = "Path de Imßgenes de los T≤picos:"; break;
  659.     case "User Menu Images Path:":        $tmp    = "Path de las Imßgenes de Usuarios:"; break;
  660.     case "Admin Menu Images Path:":        $tmp    = "Path de la Imßgenes de Admin:"; break;
  661.     case "Miscelaneous":            $tmp    = "Miscelßneos"; break;
  662.     case "Articles Number in Admin:":        $tmp    = "N·mero de Artφculos en Admin:"; break;
  663.     case "Minimum users password length:":    $tmp    = "Mφnimo de Caracteres para Password de Usuarios:"; break;
  664.     case "Activate HTTP Referers?":        $tmp    = "Activar HTTP Referers?"; break;
  665.     case "How Many Referers you want as Maximum?":    $tmp    = "┐Cußntos Referers quieres como Mßximo?"; break;
  666.     case "Activate Comments in Polls?":        $tmp    = "┐Activar Comentarios en las Encuestas?"; break;
  667.     case "Activate Ephemerids System?":        $tmp    = "┐Activar Sistema de EfemΘrides?"; break;
  668.     case "Site Font:":                $tmp    = "Letra del Site:"; break;
  669.     case "Graphics in Administration Menu?":    $tmp    = "Men· Grßfico de Administraci≤n?"; break;
  670.     case "WARNING: Are you sure you want to delete this Headline?":    $tmp    = "CUIDADO: Estßs seguro que deseas borrar este Titular?"; break;
  671.     case "Server Info":                $tmp    = "Informaci≤n de Servidor"; break;
  672.     case "Local Time:":                $tmp    = "Hora Local:"; break;
  673.     case "Uptime:":                $tmp    = "Uptime:"; break;
  674.     case "CPU Type:":                $tmp    = "Tipo de CPU:"; break;
  675.     case "Level II Cache:":            $tmp    = "CachΘ Nivel II:"; break;
  676.     case "RAM Installed:":            $tmp    = "RAM Instalada:"; break;
  677.     case "Bogomips:":                $tmp    = "Bogomips:"; break;
  678.     case "Memory Status":            $tmp    = "Estado de la Memoria"; break;
  679.     case "Total":                $tmp    = "Total"; break;
  680.     case "Usage":                $tmp    = "Uso"; break;
  681.     case "Used:":                $tmp    = "Usado:"; break;
  682.     case "Free":                $tmp    = "Libre"; break;
  683.     case "buffered":                $tmp    = "En Buffer"; break;
  684.     case "cached":                $tmp    = "En CachΘ"; break;
  685.     case "Swap Status":                $tmp    = "Estado del Swap"; break;
  686.     case "Total:":                $tmp    = "Total:"; break;
  687.     case "Usage:":                $tmp    = "Uso:"; break;
  688.     case "Used:":                $tmp    = "Usado:"; break;
  689.     case "Free:":                $tmp    = "Libre:"; break;
  690.     case "Partitions Status":            $tmp    = "Estado de las Particiones"; break;
  691.     case "Mount":                $tmp    = "Anclaje"; break;
  692.     case "Size":                $tmp    = "Tama±o"; break;
  693.     case "Used":                $tmp    = "Usado"; break;
  694.     case "Percent":                $tmp    = "Porcentaje"; break;
  695.     case "Preferences":                $tmp    = "Preferencias"; break;
  696.     case "Activate Advanced Stats Page?":    $tmp    = "┐Activar Estadφsticas Avanzadas?"; break;
  697.     case "Listing directory":            $tmp    = "Listando Directorio"; break;
  698.     case "Changed to root directory":        $tmp    = "Cambiado al directorio raφz"; break;
  699.     case "Displaying PHP Environment":        $tmp    = "Mostrando Entorno de PHP"; break;
  700.     case "Changed directory to":        $tmp    = "Cambiado a directorio"; break;
  701.     case "Touched":                $tmp    = "Tocado"; break;
  702.     case "Deleted":                $tmp    = "Borrado"; break;
  703.     case "Are you sure you want to DELETE":    $tmp    = "Estßs seguro que deseas BORRAR"; break;
  704.     case "YES!":                $tmp    = "SI!"; break;
  705.     case "NO!":                    $tmp    = "NO!"; break;
  706.     case "Destination file already exists. Aborted.":        $tmp    = "Archivo Destino ya existe. Abortado."; break;
  707.     case "Copied":                $tmp    = "Copiado"; break;
  708.     case "Moved/renamed":            $tmp    = "Movido/renombrado"; break;
  709.     case "Moving/renaming or copying":        $tmp    = "Mover/renombrar o copiar"; break;
  710.     case "Copy":                $tmp    = "Copiar"; break;
  711.     case "Move/rename":                $tmp    = "Mover/renombrar"; break;
  712.     case "Edited":                $tmp    = "Editado"; break;
  713.     case "Editing":                $tmp    = "Editando"; break;
  714.     case "Displaying":                $tmp    = "Mostrando"; break;
  715.     case "The directory":            $tmp    = "El directorio"; break;
  716.     case "Created the directory":        $tmp    = "Creado el directorio"; break;
  717.     case "Created":                $tmp    = "Creado"; break;
  718.     case "already exists.":            $tmp    = "ya existe."; break;
  719.     case "Creating":                $tmp    = "Creando"; break;
  720.     case "Untitled":                $tmp    = "Sin Tφtulo"; break;
  721.     case "Uploaded":                $tmp    = "Subido"; break;
  722.     case "Current Directory is:":        $tmp    = "El Directorio Actual es:"; break;
  723.     case "Refresh":                $tmp    = "Refrescar"; break;
  724.     case "Back to root":            $tmp    = "Volver al raφz"; break;
  725.     case "Type":                $tmp    = "Tipo"; break;
  726.     case "Name":                $tmp    = "Nombre"; break;
  727.     case "Size":                $tmp    = "Tama±o"; break;
  728.     case "Modified":                $tmp    = "Modificado"; break;
  729.     case "Action":                $tmp    = "Acci≤n"; break;
  730.     case "Parent directory":            $tmp    = "Directorio superior"; break;
  731.     case "Change working directory to":        $tmp    = "Cambiar directorio de trabajo a"; break;
  732.     case "Move, rename or copy":        $tmp    = "Mover, renombrar o copiar"; break;
  733.     case "Touch":                $tmp    = "Tocar"; break;
  734.     case "Last 10 comments by":            $tmp    = "Ultimos 10 comentarios de"; break;
  735.     case "Last 10 news submissions sent by":    $tmp    = "Ultimas 10 noticias enviadas por"; break;
  736.     case "No name entered":            $tmp    = "No ingres≤ nombre"; break;
  737.     case "Recommend this Site to a Friend":    $tmp    = "Recomendar este Sitio a un Amigo"; break;
  738.     case "considered our site":            $tmp    = "consider≤ nuestro sitio web"; break;
  739.     case "interesting and wanted to send it to you.":        $tmp    = "interesante y quizo envißrtelo."; break;
  740.     case "The reference of our site has been sent to":        $tmp    = "La referencia a nuestro sitio ha sido enviada a"; break;
  741.     case "Thanks for recommend us!":        $tmp    = "Gracias por recomendarnos!"; break;
  742.  
  743. // Added for PHP-Nuke 4.3
  744.  
  745.     case "Auto Articles":            $tmp    = "Auto Articles"; break;
  746.     case "Submissions":                $tmp    = "Submissions"; break;
  747.     case "Online Manual":            $tmp    = "Online Manual"; break;
  748.     case "There are currently,":        $tmp    = "There are currently,"; break;
  749.     case "guest(s) and":            $tmp    = "guest(s) and"; break;
  750.     case "member(s) that are online.":        $tmp    = "member(s) that are online."; break;
  751.     case "Who's Online":            $tmp    = "Who's Online"; break;
  752.     case "You are logged as":            $tmp    = "You are logged as"; break;
  753.     case "You are Anonymous user. You can register for free by clicking <a href=user.php>here</a>.":    $tmp    = "You are Anonymous user. You can register for free by clicking <a href=user.php>here</a>."; break;
  754.     case "There isn't a Biggest Story for Today, yet.":        $tmp    = "There isn't a Biggest Story for Today, yet."; break;
  755.     case "Today's most read Story is:":        $tmp    = "Today's most read Story is:"; break;
  756.     case "Today's Big Story":            $tmp    = "Today's Big Story"; break;
  757.     case "nickname":                $tmp    = "nickname"; break;
  758.     case "real name":                $tmp    = "real name"; break;
  759.     case "fake email":                $tmp    = "fake email"; break;
  760.     case "url":                    $tmp    = "url"; break;
  761.     case "Members List":            $tmp    = "Members List"; break;
  762.     case "Greetings to our latest registered user:":        $tmp    = "Greetings to our latest registered user:"; break;
  763.     case "Current Online Registered Users:":    $tmp    = "Current Online Registered Users:"; break;
  764.     case "We have":                $tmp    = "We have"; break;
  765.     case "registered users so far. There are":    $tmp    = "registered users so far. There are"; break;
  766.     case "registered user(s) online right now.":    $tmp    = "registered user(s) online right now."; break;
  767.     case "registered users so far.":        $tmp    = "registered users so far."; break;
  768.     case "No Members Found for":        $tmp    = "No Members Found for"; break;
  769.     case "Programmed Articles":            $tmp    = "Programmed Articles"; break;
  770.     case "When do you want to publish this story?":    $tmp    = "When do you want to publish this story?"; break;
  771.     case "Now is:":                $tmp    = "Now is:"; break;
  772.     case "Day:":                $tmp    = "Day:"; break;
  773.     case "Month:":                $tmp    = "Month:"; break;
  774.     case "Year:":                $tmp    = "Year:"; break;
  775.     case "Hour:":                $tmp    = "Hour:"; break;
  776.     case "Preview Automated Story":        $tmp    = "Preview Automated Story"; break;
  777.     case "Preview Again":            $tmp    = "Preview Again"; break;
  778.     case "Save Auto Story":            $tmp    = "Save Auto Story"; break;
  779.     case "in the Section":            $tmp    = "in the Section"; break;
  780.     case "reads":                $tmp    = "reads"; break;
  781.     case "page views since":            $tmp    = "page views since"; break;
  782.     case "Edit Automated Story":        $tmp    = "Edit Automated Story"; break;
  783.     case "Add Link":        $tmp    = ""; break;
  784.     case "New":        $tmp    = ""; break;
  785.     case "Popular":        $tmp    = ""; break;
  786.     case "Top Rated":        $tmp    = ""; break;
  787.     case "Random":        $tmp    = ""; break;
  788.     case "Link Comments":        $tmp    = ""; break;
  789.     case "Additional Details":        $tmp    = ""; break;
  790.     case "Editor Review":        $tmp    = ""; break;
  791.     case "Modify":        $tmp    = ""; break;
  792.     case "Report Broken Link":        $tmp    = ""; break;
  793.     case "Submit a unique link only once.":        $tmp    = ""; break;
  794.     case "Username and IP are recorded, so please don't abuse the system.All links are posted pending verification.":        $tmp    = "Username and IP are recorded, so please don't abuse the system."; break;
  795.     case "You are not a registered user or you have not logged in.":        $tmp    = "You are not a registered user or you have not logged in."; break;
  796.     case "If you were registered you could add links on this website.":        $tmp    = "If you were registered you could add links on this website."; break;
  797.     case "Register for an Account":        $tmp    = "Register for an Account"; break;
  798.     case "Total new links: Last week":        $tmp    = "Total new links: Last week"; break;
  799.     case "Last 30 days":        $tmp    = "Last 30 days"; break;
  800.     case "Show:":        $tmp    = "Show:"; break;
  801.     case "week":        $tmp    = "week"; break;
  802.     case "weeks":        $tmp    = "weeks"; break;
  803.     case "days":        $tmp    = "days"; break;
  804.     case "Total new links for last":        $tmp    = "Total new links for last"; break;
  805.     case "vote":        $tmp    = "vote"; break;
  806.     case "votes":        $tmp    = "votes"; break;
  807.     case "Rating":        $tmp    = "Rating"; break;
  808.     case "Rate this Site":        $tmp    = "Rate this Site"; break;
  809.     case "Details":        $tmp    = "Details"; break;
  810.     case "Best Rated Links - Top":        $tmp    = "Best Rated Links - Top"; break;
  811.     case "of":        $tmp    = "of"; break;
  812.     case "total rated links":        $tmp    = "total rated links"; break;
  813.     case "Note":        $tmp    = "Note"; break;
  814.     case "total votes requirement":        $tmp    = "total votes requirement"; break;
  815.     case "Show Top":        $tmp    = "Show Top"; break;
  816.     case "Most Popular - Top":        $tmp    = "Most Popular - Top"; break;
  817.     case "of all":        $tmp    = "of all"; break;
  818.     case "links":        $tmp    = "links"; break;
  819.     case "Links also available in":        $tmp    = "Links also available in"; break;
  820.     case "Sort links by":        $tmp    = "Sort links by"; break;
  821.     case "Date":        $tmp    = "Date"; break;
  822.     case "Popularity":        $tmp    = "Popularity"; break;
  823.     case "Sites currently sorted by":        $tmp    = "Sites currently sorted by"; break;
  824.     case "Select page":        $tmp    = "Select page"; break;
  825.     case "Previuos":        $tmp    = "Previous"; break;
  826.     case "Next":        $tmp    = "Next"; break;
  827.     case "Total links in category":        $tmp    = "Total links in category"; break;
  828.     case "not including subcategories":        $tmp    = "not including subcategories"; break;
  829.     case "Set links per page (current:":        $tmp    = "Set links per page (current:"; break;
  830.     case "Show All":        $tmp    = "Show All"; break;
  831.     case "New Today":        $tmp    = "New Today"; break;
  832.     case "New last 3 days":        $tmp    = "New last 3 days"; break;
  833.     case "New this week":        $tmp    = "New this week"; break;
  834.     case "New Links in this Category Added Today":        $tmp    = "New Links in this Category Added Today"; break;
  835.     case "New Links in this Category Added in the last 3 days":        $tmp    = "New Links in this Category Added in the last 3 days"; break;
  836.     case "New Links in this Category Added this week":        $tmp    = "New Links in this Category Added this week"; break;
  837.     case "Popularity (Least to Most Hits)":        $tmp    = "Popularity (Least to Most Hits)"; break;
  838.     case "Popularity (Most to Least Hits)":        $tmp    = "Popularity (Most to Least Hits)"; break;
  839.     case "Title (A to Z)":        $tmp    = "Title (A to Z)"; break;
  840.     case "Title (Z to A)":        $tmp    = "Title (Z to A)"; break;
  841.     case "Date (Old Links Listed First)":        $tmp    = "Date (Old Links Listed First)"; break;
  842.     case "Date (New Links Listed First)":        $tmp    = "Date (New Links Listed First)"; break;
  843.     case "Rating (Lowest Scores to Highest Scores)":        $tmp    = "Rating (Lowest Scores to Highest Scores)"; break;
  844.     case "Rating (Highest Scores to Lowest Scores)":        $tmp    = "Rating (Highest Scores to Lowest Scores)"; break;
  845.     case "Link Profile":        $tmp    = "Link Profile"; break;
  846.     case "Editorial by":        $tmp    = "Editorial by"; break;
  847.     case "No editorial is currently available for this website.":        $tmp    = "No editorial is currently available for this website."; break;
  848.     case "Total of":        $tmp    = "Total of"; break;
  849.     case "User":        $tmp    = "User"; break;
  850.     case "User's Average Rating":        $tmp    = "User's Average Ratings"; break;
  851.     case "# of Ratings":        $tmp    = "# of Ratings"; break;
  852.     case "Link Rating Details":        $tmp    = "Link Rating Details"; break;
  853.     case "total votes":        $tmp    = "total votes"; break;
  854.     case "Overall Rating":        $tmp    = "Overall Rating"; break;
  855.     case "Registered Users":        $tmp    = "Registered Users"; break;
  856.     case "Number of Ratings":        $tmp    = "Number of Ratings"; break;
  857.     case "No Registered Users Votes":        $tmp    = "No Registered Users Votes"; break;
  858.     case "Breakdown of Ratings by Value":        $tmp    = "Breakdown of Ratings by Value"; break;
  859.     case "Link Rating":        $tmp    = "Link Rating"; break;
  860.     case "High Rating":        $tmp    = "High Rating"; break;
  861.     case "Low Rating":        $tmp    = "Low Rating"; break;
  862.     case "Number of Comments":        $tmp    = "Number of Comments"; break;
  863.     case "to":        $tmp    = "to"; break;
  864.     case "Note: This website weighs Registered vs. Unregistered user's ratings":        $tmp    = "Note: This website weighs Registered vs. Unregistered user's ratings"; break;
  865.     case "Unregistered Users":        $tmp    = "Unregistered Users"; break;
  866.     case "No Unregistered Users Votes":        $tmp    = "No Unregistered Users Votes"; break;
  867.     case "Note: This website weighs Registered vs. Outside voter's ratings":        $tmp    = "Note: This website weighs Registered vs. Outside voter's ratings"; break;
  868.     case "Outside Voters":        $tmp    = "Outside Voters"; break;
  869.     case "No Outside Votes":        $tmp    = "No Outside Votes"; break;
  870.     case "Visit this Website":        $tmp    = "Visit this Website"; break;
  871.     case "Is this your resource?":        $tmp    = "Is this your resource"; break;
  872.     case "Allow users to rate your script from your web site!":        $tmp    = "Allow users to rate your script from your web site!"; break;
  873.     case "Rate this Website":        $tmp    = "Rate this Website"; break;
  874.     case "Promote Your Website":        $tmp    = "Promote Your Website"; break;
  875.     case "Report Broken Link":        $tmp    = "Report Broken Link"; break;
  876.     case "Thank you for helping to maintain this directory's integrity.":        $tmp    = "Thank you for helping to maintain this directory's integrity."; break;
  877.     case "For security reasons your user name and IP address will also be temporarily recorded.":        $tmp    = "For security reasons your user name and IP address will also be temporarily recorded."; break;
  878.     case "Thanks for the information. We'll look into your request shortly.":        $tmp    = "Thanks for the information. We'll look into your request shortly."; break;
  879.     case "Only registered users can suggest link modifications. Please register or login.":        $tmp    = "Only registered users can suggest link modifications. Please register or login."; break;
  880.     case "Send Request":        $tmp    = "Send Request"; break;
  881.     case "Thank you for taking the time to rate a site here at $sitename. Input from users such as yourself will help other visitors better decide which links to click on.":        $tmp    = "Thank you for taking the time to rate a site here at $sitename. Input from users such as yourself will help other visitors better decide which links to click on."; break;
  882.     case "We appreciate your visit to $sitename!":        $tmp    = "We appreciate your visit to $sitename!"; break;
  883.     case "Return to":        $tmp    = "Return to"; break;
  884.     case "Your vote is appreciated.":        $tmp    = "Your vote is appreciated."; break;
  885.     case "You have already voted for this link in the past $anonwaitdays day(s).":        $tmp    = "You have already voted for this link in the past $anonwaitdays day(s)."; break;
  886.     case "Vote for a link only once.<br>All votes are logged and reviewed.":        $tmp    = "Vote for a link only once.<br>All votes are logged and reviewed."; break;
  887.     case "You cannot vote on a link you submitted.<br>All votes are logged and reviewed.":        $tmp    = "You cannot vote on a link you submitted.<br>All votes are logged and reviewed."; break;
  888.     case "No rating selected - no vote tallied":        $tmp    = "No rating selected - no vote tallied"; break;
  889.     case "Only one vote per IP address allowed every":        $tmp    = "Only one vote per IP address allowed every"; break;
  890.     case "day(s).":        $tmp    = "day(s)."; break;
  891.     case "Please do not vote for the same resource more than once.":        $tmp    = "Please do not vote for the same resource more than once."; break;
  892.     case "The scale is 1 - 10, with 1 being poor and 10 being excellent.":        $tmp    = "The scale is 1 - 10, with 1 being poor and 10 being excellent."; break;
  893.     case "Please be objective, if everyone receives a 1 or a 10, the ratings aren't very useful.":        $tmp    = "Please be objective, if everyone receives a 1 or a 10, the ratings aren't very useful."; break;
  894.     case "You can view a list of the <a href=links.php?op=TopRated>Top Rated Resources</a>.":        $tmp    = "You can view a list of the <a href=links.php?op=TopRated>Top Rated Resources</a>."; break;
  895.     case "Do not vote for your own resource.":        $tmp    = "Do not vote for your own resource."; break;
  896.     case "You are a registered user and are logged in.":        $tmp    = "You are a registered user and are logged in."; break;
  897.     case "Feel free to add a comment about this site.":        $tmp    = "Feel free to add a comment about this site."; break;
  898.     case "You are not a registered user or you have not logged in.":        $tmp    = "You are not a registered user or you have not logged in."; break;
  899.     case "If you were registered you could make comments on this website.":        $tmp    = "If you were registered you could make comments on this website."; break;
  900.     case "User Reported Broken Links":        $tmp    = "User Reported Broken Links"; break;
  901.     case "Ignore (Deletes all <b><i>requests</i></b> for a given link)":        $tmp    = "Ignore (Deletes all <b><i>requests</i></b> for a given link)"; break;
  902.     case "Delete (Deletes <b><i>broken link</i></b> and <b><i>requests</i></b> for a given link)":        $tmp    = "Delete (Deletes <b><i>broken link</i></b> and <b><i>requests</i></b> for a given link)"; break;
  903.     case "No reported broken links.":        $tmp    = "No reported broken links."; break;
  904.     case "User Link Modification Requests":        $tmp    = "User Link Modification Requests"; break;
  905.     case "Original":        $tmp    = "Original"; break;
  906.     case "Description:":    $tmp    = "Description:"; break;
  907.     case "Cat":            $tmp    = "Cat"; break;
  908.     case "Subcat":        $tmp    = "Subcat"; break;
  909.     case "Submitter":        $tmp    = "Submitter"; break;
  910.     case "Owner":        $tmp    = "Owner"; break;
  911.     case "Ignore":        $tmp    = "Ignore"; break;
  912.     case "Accept":        $tmp    = "Accept"; break;
  913.     case "Editorial added to the Database":        $tmp    = "Editorial added to the Database"; break;
  914.     case "Editorial Modified":        $tmp    = "Editorial Modified"; break;
  915.     case "Editorial removed from Database":        $tmp    = "Editorial removed from Database"; break;
  916.     case "Link Validation":        $tmp    = "Link Validation"; break;
  917.     case "Let Anonymous users to post new links?":     $tmp = "Let Anonymous users to post new links?"; break;
  918.  
  919.     default: $tmp = "Necesita Traducci≤n"; break;
  920.     
  921.     }
  922.     return $tmp;
  923. }
  924. ?>