|
|
|
var sankoreLang = {
|
|
|
|
"en":{
|
|
|
|
"edit": "Edit",
|
|
|
|
"display":"Display",
|
|
|
|
"question":"Question",
|
|
|
|
"example_question":"This is an example of the question",
|
|
|
|
"answer":"This is an example of the answer",
|
|
|
|
"q":"Q",
|
|
|
|
"add_new_question":"Add a new question ...",
|
|
|
|
"options":"Options",
|
|
|
|
"close":"Close",
|
|
|
|
"delete_question":"Delete the question",
|
|
|
|
"delete_answer":"Delete a possibility",
|
|
|
|
"right_answer":"Right answer",
|
|
|
|
"template_question":"Enter a question here ...",
|
|
|
|
"template_answer":"Enter a possibility here ...",
|
|
|
|
"add_answer":"Add a possibility",
|
|
|
|
"select_text":"Choose the right answer",
|
|
|
|
"options_desc":"Types of question",
|
|
|
|
"radio_desc":"Option 1 : one right answer, possibilities are displayed as radio buttons.",
|
|
|
|
"checkbox_desc":"Option 2 : several right answers, possibilities are displayed as checkboxes.",
|
|
|
|
"select_desc":"Option 3 : one right answer, possibilities are displayed as pull-down menu.",
|
|
|
|
"a":"A"
|
|
|
|
},
|
|
|
|
"ru":{
|
|
|
|
"edit": "Изменить",
|
|
|
|
"display":"Показать",
|
|
|
|
"question":"Вопрос",
|
|
|
|
"example_question":"Это пример вопроса",
|
|
|
|
"answer":"Это пример ответа",
|
|
|
|
"q":"В",
|
|
|
|
"add_new_question":"Добавить новый вопрос ...",
|
|
|
|
"options":"Настройки",
|
|
|
|
"close":"Закрыть",
|
|
|
|
"delete_question":"Удалить вопрос",
|
|
|
|
"delete_answer":"Удалить ответ",
|
|
|
|
"right_answer":"Правильный ответ",
|
|
|
|
"template_question":"Введите Ваш вопрос здесь ...",
|
|
|
|
"template_answer":"Введите ответ здесь ...",
|
|
|
|
"add_answer":"Добавить ответ",
|
|
|
|
"select_text":"Выберите правильный ответ",
|
|
|
|
"options_desc":"Вы можете выбрать любой из трех вариантов отображения. Смотрите их краткое описание.",
|
|
|
|
"radio_desc":"Эта опция позволяет выбрать только один вариант ответа. Ответы будут показаны как радио-кнопки.",
|
|
|
|
"checkbox_desc":"Эта опция позволяет выбрать несколько вариантов ответов. Ответы будут показаны как чекбоксы.",
|
|
|
|
"select_desc":"Эта опция позволяет выбрать только один вариант ответа. Ответы будут показаны в виде выпадающего меню.",
|
|
|
|
"a":"О"
|
|
|
|
},
|
|
|
|
"fr":{
|
|
|
|
"edit": "Modifier",
|
|
|
|
"display":"Afficher",
|
|
|
|
"question":"La question",
|
|
|
|
"example_question":"Ceci est un exemple de question",
|
|
|
|
"answer":"Ceci est un exemple de réponse",
|
|
|
|
"q":"Q",
|
|
|
|
"add_new_question":"Ajouter une nouvelle question ...",
|
|
|
|
"options":"Options",
|
|
|
|
"close":"Fermer",
|
|
|
|
"delete_question":"Supprimer la question",
|
|
|
|
"delete_answer":"Supprimer la possibilité",
|
|
|
|
"right_answer":"Bonne réponse",
|
|
|
|
"template_question":"Saisir la question ici ...",
|
|
|
|
"template_answer":"Saisir une possibilité ici ...",
|
|
|
|
"add_answer":"Ajouter une possibilité",
|
|
|
|
"select_text":"Choisir la bonne réponse",
|
|
|
|
"options_desc":"Types de questions",
|
|
|
|
"radio_desc":"Option 1 : une seule bonne réponse, les possibilités sont affichées sous forme de boutons radio.",
|
|
|
|
"checkbox_desc":"Option 2 : plusieurs bonnes réponses, les possibilités sont affichées sous forme de cases à cocher.",
|
|
|
|
"select_desc":"Option 3 : une seule bonne réponse, les possibilités sont affichées sous forme de menu déroulant.",
|
|
|
|
"a":"R"
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|