2018Q1 base file

This commit is contained in:
Sándor 2018-06-04 18:37:13 +00:00
parent 3f5a81c1e3
commit a62501cfe2
1 changed files with 3 additions and 1 deletions

4
en.js
View File

@ -32,6 +32,8 @@ lang_arr['language'] = 'Language:';
lang_arr['category'] = 'Category:'; lang_arr['category'] = 'Category:';
lang_arr['general'] = 'General'; lang_arr['general'] = 'General';
lang_arr['shuffle_info'] = 'Press [SPACE] to Shuffle!'; lang_arr['shuffle_info'] = 'Press [SPACE] to Shuffle!';
lang_arr['skip_info'] = 'Press [S] to Skip!';
lang_arr['add_info'] = 'Click here to add a new VS.';
lang_arr['vote_info'] = 'Press [1] or [2] to vote! Much better, right? :)'; 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['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.'; lang_arr['category_info'] = 'Select a category to limit VSes created for that category.';