Changes in directory llvm-www/poll/languages:
language.en.inc.php added (r1.1) --- Log message: LLVM Conference Poll. --- Diffs of the changes: (+48 -0) language.en.inc.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+) Index: llvm-www/poll/languages/language.en.inc.php diff -c /dev/null llvm-www/poll/languages/language.en.inc.php:1.1 *** /dev/null Wed Nov 29 13:29:17 2006 --- llvm-www/poll/languages/language.en.inc.php Wed Nov 29 13:29:07 2006 *************** *** 0 **** --- 1,48 ---- + <?php + + /***************************************************** + ** Title........: Language File + ** Filename.....: language.en.inc.php (English) + ** Author.......: Ralf Stadtaus + ** Homepage.....: http://www.stadtaus.com/ + ** Contact......: mailto:[EMAIL PROTECTED] + ** 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>Run into problems?</strong> Script documentation and instructions: <a href="./docu/index.html" target="_blank">./docu/index.html</a></p><p>Get answers to your questions in the <a href="http://www.stadtaus.com/forum/" target="_blank">support forum</a> on the website of the <a href="http://www.stadtaus.com/en/" target="_blank">{txt_script_name}</a> at STADTAUS.com.</p>', + 'txt_set_off_note' => '<strong>Note:</strong> Once the script configuration have been finished you can set off the system messages (index.php - <i>$show_error_messages</i>).', + 'txt_system_message' => 'System Message', + 'txt_wrong_template_path' => 'The HTML template directory could not be found. Please enter the correct directory path in index.php - <i>$path[\'templates\']</i>.', + 'txt_wrong_templates' => 'Following HTML template(s) could not be found. Please make sure the file(s) exist(s) in the template folder or correct the file name(s) in index.php - <i>$tmpl[\'...\']</i>.', + 'txt_wrong_form_type' => 'The form field type setting in file <i>index.php</i> is not correct. Only allowed are the options "radio" and "select" and "radio_image".', + + 'txt_allow_cookie_setting' => 'Please make sure your browsers accepts Cookies. If not, you cannot vote.', + 'txt_already_voted' => 'You have already voted.', + 'txt_decimals_separator' => '.', + 'txt_display_form' => 'Vote form', + 'txt_display_results' => 'Display results', + 'txt_empty_intern_vote_name' => 'No voting has been selected.', + 'txt_rating' => 'Rating', + 'txt_submit' => 'Vote', + 'txt_thanks' => 'Thanks for voting.', + 'txt_thousends_separator' => ',', + 'txt_total_votes' => 'Total votes' + + + + ); + + + + ?> \ No newline at end of file _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits