Versus_locale/en.js

37 lines
1.8 KiB
JavaScript

var lang = {
no_battles: 'You don\'t have any battles created.',
login_pls: 'You have to log in to vote. Yeah, it sucks.',
already_voted: 'You can vote only once every 30 days. So sorry!',
error: 'Oooops, something went horribly wrong. Don\'t worry, we will fix it!',
unknown_battle: 'Hmmmm.... this battle is unknown for me. Try something else?',
clienterror: 'Client-side error. Deal with it.',
error2: 'We are having trouble processing your request. Make sure you done everything right, then contact us.',
duplicate_vs: 'Somebody already created a VS like this.',
clienterror2: 'It\'s a 100% sure that you messed up something. Deal with it.',
change_lang: 'You changed the language. Would you like to get relevant battles while suffleing?',
mod_waiting: 'Waiting',
mod_rejected: 'Rejected',
no_vs: 'No battles in this category.'
};
var lang_arr = [];
lang_arr['versus'] = 'Versus';
lang_arr['vs'] = 'VS';
lang_arr['loading'] = 'Loading...';
lang_arr['option1'] = 'Option 1:';
lang_arr['option2'] = 'Option 2:';
lang_arr['start_fight'] = 'Let the fight begin';
lang_arr['my_battles'] = 'My battles';
lang_arr['login_btn'] = 'Login to VS';
lang_arr['logout'] = 'Logout';
lang_arr['login_filtr'] = 'Login with Filtr.';
lang_arr['login_why'] = 'Versus is a free service where you can create battles between two things. To vote or create battles you need a Filtr. account. Why? Because we want to avoid spam votes.';
lang_arr['language'] = 'Language:';
lang_arr['category'] = 'Category:';
lang_arr['general'] = 'General';
lang_arr['shuffle_info'] = 'Press [SPACE] to Shuffle!';
lang_arr['vote_info'] = 'Press [1] or [2] to vote! Much better, right? :)';
lang_arr['lang_info'] = 'Select a language to see VSes created in your language.';
lang_arr['category_info'] = 'Select a category to limit VSes created for that category.';