Show More
Commit Description:
Merge pull request #15 from nattee/master...
Commit Description:
Merge pull request #15 from nattee/master finalizing merge of nattee's master
References:
File last commit:
Show/Diff file:
Action:
config/locales/en.yml | 159 lines | 5.5 KiB | text/x-yaml | YamlLexer |
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 # Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
cancel: 'Cancel'
login_label: 'Login'
full_name_label: 'Full name'
email_label: 'E-mail'
password_label: 'Password'
Waitaya Krongapiradee
Changed to HTML5 email field and fixed some text appearance
r378 go_ahead_to: "Go ahead to "
go_back_to: "Go back to "
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 login_page: "login page"
home_page: "home page"
menu:
main: 'Main'
messages: 'Messages'
tasks: 'Tasks'
submissions: 'Submissions'
test: 'Test Interface'
add options to allow hall of fame viewing by any user...
r424 hall_of_fame: 'Hall of Fame'
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 help: 'Help'
settings: 'Settings'
log_out: 'Log out'
title_bar:
current_time: "Current time is"
remaining_time: "Time left: "
contest_not_started: "The contest has not started."
login:
message: 'Please login to see the problem list'
login_submit: 'Login'
participation: 'Want to participate?'
please: 'Please'
register: 'register'
jittat
added password recovery through e-mails...
r189 forget_password: 'Forget password?'
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
main:
start_soon: "The contest at your site will start soon. Please wait."
specified_in_header: "Specified in header"
problem_desc: "desc"
submitted_at: "Submitted at"
graded_at: "Graded at"
score: "score: "
cmp_msg: "compiler msg"
src_link: "src"
submissions_link: "submissions"
Jittat Fakcharoenphol
add i18n for contest start confirmation page
r303 confirm_contest_start:
box_title: "Contest confirmation"
contest_list: "You will participate in contest:"
timer_starts_after_click: "The timer will start after you click the start button."
start_button: "Start!"
start_button_confirm: "Are you sure?"
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 test:
title: "Test Interface"
intro: "You can test your submission with your own test data on the grading environment using this test interface."
disabled_at_end_announcement: "<b>Note:</b> Test interface will be disabled in the last 30 minutes of the contest time on your site."
registration:
title: "New user registration"
jittat
added password recovery through e-mails...
r189
description: "Please enter your information below. Please make sure your e-mail is correct, because you will have to confirm the registration through an e-mail we send to that e-mail address."
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 successful_title: "Registration successful"
login_guide: "Only a-z, A-Z, 0-9 and _. Can be at most 20 characters long"
email_guide: "Please make sure that your e-mail is correct.<br/>You'll need to verify your account by email."
register: "Register"
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 email_body: "Hello %{full_name},
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 You have registered for %{contest_name}
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 Your login is: %{login}
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 Your password is: %{password}
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Please follow the link:
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 %{activation_url}
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
to activate your user account.
If you did not register, please ignore this e-mail
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 and report this event to %{admin_email}.
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
Thanks!"
email_sent: "We have sent a confimation message to your e-mail. (Please also check the Junk mail box."
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 email_verify_at: "Please check at %{email} and confirm."
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
activation_sucessful_title: "User activated"
account_activated: "Your account has been activated."
activation_failed_title: "Activation failed"
errors:
header: "Errors occured during registration"
email:
title: "Errors in sending registration confirmation"
expl: "<h2>Your user account has been created, but the system cannot send you the confirmation e-mail.</h2>
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 Maybe there's a problem in the configuration. Please report the admin at %{email}.<br/>Thank you!"
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 activation:
email_exists: "A user with this E-mail exists."
invalid: "Your activation code is invalid. Please check again."
jittat
added password recovery through e-mails...
r189 password_retrieval:
header: "Password retrieval"
instructions: "Please enter the e-mail address that you used to register."
button_label: "Request new password"
no_email: "No user with that e-mail address."
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 email_body: "Hello %{full_name},
jittat
added password recovery through e-mails...
r189
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 You have requested for new password for %{contest_name}. We have generated it for you:
jittat
added password recovery through e-mails...
r189
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 user name: %{login}
password: %{password}
jittat
added password recovery through e-mails...
r189
If you didn't ask for new password or you're not the person who registered,
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 please ignore this e-mail and inform %{admin_email} of this mistake.
jittat
added password recovery through e-mails...
r189
Thanks!"
Jittat Fakcharoenphol
sends notification emails to users after contest upgrade.
r296 contest:
notification:
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 email_subject: "[%{contest_title_name}] You have been upgraded to %{contest_name}"
email_body: "Congratulations %{full_name},
Jittat Fakcharoenphol
sends notification emails to users after contest upgrade.
r296
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 You have advanced to contest %{contest_name} in %{contest_title_name}.
Jittat Fakcharoenphol
sends notification emails to users after contest upgrade.
r296
You can now log-in and start participating in that contest.
Cheers!
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 -%{contest_title_name} Admin"
Jittat Fakcharoenphol
sends notification emails to users after contest upgrade.
r296
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 help:
how_to_submit: "How to submit"
must_specify_language: "You <b>must</b> specify the language you are using in your program header. You can optionally specify the task you are submitting to."
list_available_language: "The possible language options are <tt>C</tt>, <tt>C++</tt>, and <tt>Pascal</tt>. The follow are examples."
accept_only_language_specified: "The server <b>will not</b> accept your submission, if you do not specify the language."
specifying_task: "Optionally, you can also specify the task with <tt>TASK:</tt> <i>taskname</i>. On the first page, the taskname for each task is shown in parentheses."
example_cpp: "For example, suppose you are using <tt>C++</tt> to write task <b>mobiles</b>, you put the following on top of your source code."
example_pas: "If you are using <tt>Pascal</tt> to write the same task, you'll use"
Jittat Fakcharoenphol
fixed locale files, changed config sample to application.rb.SAMPLE
r329 ask_questions_at_messages: "If you have any problems, you can ask at [<a href=\"%{url}\">%{message_link_name}</a>]."
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162
activerecord:
attributes:
user:
login: "login"
full_name: "full name"
email: "e-mail"
province: "province"