<?php
/*****************************************************
** Title........: Language File
** Filename.....: language.en.inc.php (English)
** Author.......: Ralf Stadtaus
** Homepage.....: http://www.stadtaus.com/
** Contact......: mailto:hide@address.com
** Version......: 0.4
** Notes........: If you have translated this language
** file we would be happy if you could
** send us the file.
** Last changed.: 2004-01-20
** Last change..:
*****************************************************/
$txt = array (
'txt_charset' => 'iso-8859-1',
'txt_problems' => '<p><strong>PROBLEMAS AL HECHAR A ANDAR EL SCRIPT?</strong> DOCUMENTACION DEL SCRIPT Y INSTRUCCIONES: <a href="./docu/index.html" target="_blank">./docu/index.html</a></p><p>Realiza preguntas y respuestas en <a href="http://www.stadtaus.com/forum/" target="_blank">el foro de soporte</a> en la web del <a href="http://www.stadtaus.com/en/" target="_blank">{txt_script_name}</a> en STADTAUS.com.</p>',
'txt_set_off_note' => '<strong>Note:</strong> Una vez que la configuración de escritura ha sido terminada usted puede ponerse de los mensajes de sistema (index.php - <i>$show_error_messages</i>).',
'txt_system_message' => 'System Message',
'txt_wrong_template_path' => 'El HTML Template Directorio no esta disponible. Por favor ponga el correcto en index.php - <i>$path[\'templates\']</i>.',
'txt_wrong_templates' => 'Siguiente HTML template(s) no esta(n) disponibles. Por favor asegurese de que existe dentro de la carpeta templates o el nombre(s) es correcto en index.php - <i>$tmpl[\'...\']</i>.',
'txt_wrong_form_type' => 'El tipo de campo de forma que se pone en archivo <i>index.php</i> no es correcto. Solo se permiten las opciones "radio", "select" y "radio_image".',
'txt_allow_cookie_setting' => 'Por favor asegúrese que sus browsers aceptan Cookies. Si no, no puedes votar.',
'txt_already_voted' => 'Ya has votado. Gracias..',
'txt_decimals_separator' => '.',
'txt_display_form' => 'Form Votar',
'txt_display_results' => 'Ver resultados',
'txt_empty_intern_vote_name' => 'No has seleccionado nada.',
'txt_rating' => 'Rating',
'txt_submit' => 'Votar',
'txt_thanks' => 'Gracias por votar.',
'txt_thousends_separator' => ',',
'txt_total_votes' => 'Votos Totales'
);
?>