Commit a55998e0 authored by Claudio Valerio's avatar Claudio Valerio

fixed working on french and english

parent 684fac7a
...@@ -274,7 +274,7 @@ body{ ...@@ -274,7 +274,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -3,7 +3,7 @@ var sankoreLang = { ...@@ -3,7 +3,7 @@ var sankoreLang = {
edit: "Edit", edit: "Edit",
short_desc: "Select the number \"three\".", short_desc: "Select the number \"three\".",
add: "Add new block", add: "Add new block",
enter: "Enter your condition here ...", enter: "Enter your instruction here ...",
wgt_name: "Associate images", wgt_name: "Associate images",
reload: "Reload", reload: "Reload",
slate: "Wood", slate: "Wood",
......
...@@ -260,7 +260,7 @@ body{ ...@@ -260,7 +260,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -5,7 +5,7 @@ var sankoreLang = { ...@@ -5,7 +5,7 @@ var sankoreLang = {
second_desc: "Les nombres pairs", second_desc: "Les nombres pairs",
enter: "Saisir le nom de la catégorie ici ...", enter: "Saisir le nom de la catégorie ici ...",
add: "Nouveau bloc", add: "Nouveau bloc",
wgt_name: "Categoriser des images", wgt_name: "Catégoriser des images",
reload: "Recharger", reload: "Recharger",
slate: "Bois", slate: "Bois",
pad: "Pad" pad: "Pad"
......
...@@ -277,7 +277,7 @@ body{ ...@@ -277,7 +277,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -3,7 +3,7 @@ var sankoreLang = { ...@@ -3,7 +3,7 @@ var sankoreLang = {
edit: "Edit", edit: "Edit",
first_desc: "Fruits", first_desc: "Fruits",
second_desc: "Vegetables", second_desc: "Vegetables",
potatoes: "Potatoes", potatoes: "Potato",
carrot: "Carrot", carrot: "Carrot",
onion: "Onion", onion: "Onion",
apple: "Apple", apple: "Apple",
...@@ -684,4 +684,4 @@ function checkCorrectness(source){ ...@@ -684,4 +684,4 @@ function checkCorrectness(source){
.removeClass("green_cont") .removeClass("green_cont")
.addClass("red_cont"); .addClass("red_cont");
} }
} }
\ No newline at end of file
...@@ -3,7 +3,7 @@ var sankoreLang = { ...@@ -3,7 +3,7 @@ var sankoreLang = {
edit: "Modifier", edit: "Modifier",
first_desc: "Fruits", first_desc: "Fruits",
second_desc: "Légumes", second_desc: "Légumes",
potatoes: "Pommes de terre", potatoes: "Pomme de terre",
carrot: "Carotte", carrot: "Carotte",
onion: "Oignon", onion: "Oignon",
apple: "Pomme", apple: "Pomme",
...@@ -11,7 +11,7 @@ var sankoreLang = { ...@@ -11,7 +11,7 @@ var sankoreLang = {
enter: "Saisir le nom de la catégorie ici ...", enter: "Saisir le nom de la catégorie ici ...",
add: "Nouveau bloc", add: "Nouveau bloc",
text: "Texte", text: "Texte",
wgt_name: "Categoriser des images", wgt_name: "Catégoriser des textes",
reload: "Recharger", reload: "Recharger",
slate: "Bois", slate: "Bois",
pad: "Pad" pad: "Pad"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
xmlns:ub="http://uniboard.mnemis.com/widgets" xmlns:ub="http://uniboard.mnemis.com/widgets"
id="http://uniboard.mnemis.com/widgets/webbrowser" id="http://uniboard.mnemis.com/widgets/webbrowser"
version="1.1" version="1.1"
width="780" width="900"
height="400" height="400"
ub:resizable="true"> ub:resizable="true">
......
...@@ -254,7 +254,7 @@ body{ ...@@ -254,7 +254,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -20,7 +20,7 @@ var sankoreLang = { ...@@ -20,7 +20,7 @@ var sankoreLang = {
example_question:"Ceci est un exemple de question", example_question:"Ceci est un exemple de question",
answer:"Ceci est un exemple de réponse", answer:"Ceci est un exemple de réponse",
q:"Q", q:"Q",
add_new_question:"Ajouter une nouvelle question ...", add_new_question:" Ajouter une nouvelle question ...",
options:"Les options", options:"Les options",
close:"Fermer", close:"Fermer",
delete_question:"Supprimer la question", delete_question:"Supprimer la question",
......
...@@ -20,7 +20,7 @@ var sankoreLang = { ...@@ -20,7 +20,7 @@ var sankoreLang = {
example_question:"This is an example of the question", example_question:"This is an example of the question",
answer:"This is an example of the answer", answer:"This is an example of the answer",
q:"Q", q:"Q",
add_new_question:"Add new question ...", add_new_question:" Add new question ...",
options:"Options", options:"Options",
close:"Close", close:"Close",
delete_question:"Delete question", delete_question:"Delete question",
...@@ -645,4 +645,4 @@ function changeStyle(val){ ...@@ -645,4 +645,4 @@ function changeStyle(val){
$("#wgt_name").addClass("pad_color"); $("#wgt_name").addClass("pad_color");
$(".style_select").addClass("pad_select"); $(".style_select").addClass("pad_select");
} }
} }
\ No newline at end of file
...@@ -19,9 +19,9 @@ var sankoreLang = { ...@@ -19,9 +19,9 @@ var sankoreLang = {
add: "Ajouter", add: "Ajouter",
enter_data: "Saisir la donnée:", enter_data: "Saisir la donnée:",
enter_result: "Saisir le résultat:", enter_result: "Saisir le résultat:",
ok: "Accepter", ok: "Ok",
cancel: "Annuler", cancel: "Annuler",
wgt_name: "Noir/jaune", wgt_name: "Constraste",
reload: "Recharger", reload: "Recharger",
slate: "Bois", slate: "Bois",
pad: "Pad" pad: "Pad"
...@@ -409,4 +409,4 @@ function changeStyle(val){ ...@@ -409,4 +409,4 @@ function changeStyle(val){
$("#wgt_name").addClass("pad_color"); $("#wgt_name").addClass("pad_color");
$(".style_select").addClass("pad_select"); $(".style_select").addClass("pad_select");
} }
} }
\ No newline at end of file
...@@ -21,7 +21,7 @@ var sankoreLang = { ...@@ -21,7 +21,7 @@ var sankoreLang = {
enter_result: "Enter result:", enter_result: "Enter result:",
ok: "Ok", ok: "Ok",
cancel: "Cancel", cancel: "Cancel",
wgt_name: "Black/yellow", wgt_name: "Contrast",
reload: "Reload", reload: "Reload",
slate: "Wood", slate: "Wood",
pad: "Pad" pad: "Pad"
...@@ -410,4 +410,4 @@ function changeStyle(val){ ...@@ -410,4 +410,4 @@ function changeStyle(val){
$("#wgt_name").addClass("pad_color"); $("#wgt_name").addClass("pad_color");
$(".style_select").addClass("pad_select"); $(".style_select").addClass("pad_select");
} }
} }
\ No newline at end of file
...@@ -239,7 +239,7 @@ body{ ...@@ -239,7 +239,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -3,7 +3,7 @@ var sankoreLang = { ...@@ -3,7 +3,7 @@ var sankoreLang = {
edit: "Edit", edit: "Edit",
short_desc: "Place the pictures in ascending order.", short_desc: "Place the pictures in ascending order.",
add: "Add new block", add: "Add new block",
enter: "Enter your text here ...", enter: "Enter your instruction here ...",
wgt_name: "Order images", wgt_name: "Order images",
reload: "Reload", reload: "Reload",
slate: "Wood", slate: "Wood",
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
var sankoreLang = { var sankoreLang = {
display: "Afficher", display: "Afficher",
edit: "Modifier", edit: "Modifier",
short_desc: "Placez les photos dans l'ordre croissant.", short_desc: "Placez les images dans l'ordre croissant.",
add: "Nouveau bloc", add: "Nouveau bloc",
enter: "Saisir votre texte ici ...", enter: "Saisir votre consigne ici ...",
wgt_name: "Ordonner des images", wgt_name: "Ordonner des images",
reload: "Recharger", reload: "Recharger",
slate: "Bois", slate: "Bois",
......
...@@ -27,7 +27,7 @@ function checkResponse() ...@@ -27,7 +27,7 @@ function checkResponse()
*/ */
var sankoreLang = { var sankoreLang = {
view: "View", view: "Display",
edit: "Edit", edit: "Edit",
example: "a*long*,*long*time*ago*...", example: "a*long*,*long*time*ago*...",
wgt_name: "Order words", wgt_name: "Order words",
...@@ -316,4 +316,4 @@ if (window.widget) { ...@@ -316,4 +316,4 @@ if (window.widget) {
} }
sankore.setPreference("rightOrdWords", word); sankore.setPreference("rightOrdWords", word);
} }
} }
\ No newline at end of file
...@@ -133,7 +133,7 @@ body{ ...@@ -133,7 +133,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -28,7 +28,7 @@ function checkResponse() ...@@ -28,7 +28,7 @@ function checkResponse()
var sankoreLang = { var sankoreLang = {
edit: "Edit", edit: "Edit",
view: "View", view: "Display",
example: "this is\nan example\nsentence", example: "this is\nan example\nsentence",
wgt_name: "Order phrases", wgt_name: "Order phrases",
reload: "Reload", reload: "Reload",
...@@ -286,4 +286,4 @@ if (window.widget) { ...@@ -286,4 +286,4 @@ if (window.widget) {
} }
sankore.setPreference("rightOrdPhrases", sentence); sankore.setPreference("rightOrdPhrases", sentence);
} }
} }
\ No newline at end of file
...@@ -139,7 +139,7 @@ body{ ...@@ -139,7 +139,7 @@ body{
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -3,7 +3,7 @@ var sankoreLang = { ...@@ -3,7 +3,7 @@ var sankoreLang = {
edit: "Edit", edit: "Edit",
short_desc: "Select animals from the following list:", short_desc: "Select animals from the following list:",
add: "Add new block", add: "Add new block",
enter: "Enter your text here ...", enter: "Enter your instruction here ...",
cat: "cat", cat: "cat",
ball: "ball", ball: "ball",
shovel: "shovel", shovel: "shovel",
......
var sankoreLang = { var sankoreLang = {
display: "Afficher", display: "Afficher",
edit: "Modifier", edit: "Modifier",
short_desc: "Sélectionner les animaux de la liste suivante:", short_desc: "Sélectionner les animaux dans la liste suivante:",
add: "Nouveau bloc", add: "Nouveau bloc",
enter: "Saisir votre texte ici ...", enter: "Saisir votre consigne ici ...",
cat: "chat", cat: "chat",
ball: "balle", ball: "balle",
shovel: "pelle", shovel: "pelle",
......
var sankoreLang = { var sankoreLang = {
view: "View", view: "Display",
edit: "Edit", edit: "Edit",
example: "this is a bunch of words which should be split apart", example: "this is a bunch of words which should be split apart",
wgt_name: "Split a phrase", wgt_name: "Split a phrase",
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -2,7 +2,7 @@ var sankoreLang = { ...@@ -2,7 +2,7 @@ var sankoreLang = {
view: "Afficher", view: "Afficher",
edit: "Modifier", edit: "Modifier",
example: "bonjour, ceci est la première phrase. salut, c'est la deuxième phrase. bonjour à nouveau, c'est la troisième phrase. bonjour, c'est la quatrième phrase. salut, désolé, je suis en retard, je suis la cinquième phrase.", example: "bonjour, ceci est la première phrase. salut, c'est la deuxième phrase. bonjour à nouveau, c'est la troisième phrase. bonjour, c'est la quatrième phrase. salut, désolé, je suis en retard, je suis la cinquième phrase.",
wgt_name: "Séparer texte", wgt_name: "Séparer un texte",
reload: "Recharger", reload: "Recharger",
slate: "Bois", slate: "Bois",
pad: "Pad" pad: "Pad"
......
var sankoreLang = { var sankoreLang = {
view: "View", view: "Display",
edit: "Edit", edit: "Edit",
example: "hello, this is the first sentence. hi, this is the second sentence. hello again, this is the third sentence. good morning, this is the fourth sentence. hi, sorry, i\'m late, i\'m the fifth sentence.", example: "hello, this is the first sentence. hi, this is the second sentence. hello again, this is the third sentence. good morning, this is the fourth sentence. hi, sorry, i\'m late, i\'m the fifth sentence.",
wgt_name: "Split a text", wgt_name: "Split a text",
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
#wgt_name{ #wgt_name{
height: 44px; height: 44px;
width: 200px; width: 300px;
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
......
...@@ -2,7 +2,7 @@ var sankoreLang = { ...@@ -2,7 +2,7 @@ var sankoreLang = {
view: "Afficher", view: "Afficher",
edit: "Modifier", edit: "Modifier",
example: "so*phis*ti*qué", example: "so*phis*ti*qué",
wgt_name: "Syllabage", wgt_name: "Syllabe",
reload: "Recharger", reload: "Recharger",
slate: "Bois", slate: "Bois",
pad: "Pad" pad: "Pad"
......
var sankoreLang = { var sankoreLang = {
view: "View", view: "Display",
edit: "Edit", edit: "Edit",
example: "so*phis*ti*ca*ted", example: "so*phis*ti*ca*ted",
wgt_name: "Split a word", wgt_name: "Split a word",
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
margin: 10px 10px 0 10px; margin: 10px 10px 0 10px;
padding: 0; padding: 0;
float: left; float: left;
font-family: "Lobster13Regular"; /*font-family: "Lobster13Regular";*/
font-size: 24px; font-size: 24px;
color: #8c5730; color: #8c5730;
} }
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
height: 44px; height: 44px;
margin: 10px 10px 0 0; margin: 10px 10px 0 0;
float: right; float: right;
font-family: "Lobster13Regular"; /*font-family: "Lobster13Regular";*/
font-size: 24px; font-size: 24px;
color: #8c5730; color: #8c5730;
} }
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
.style_select{ .style_select{
width: 120px; width: 120px;
font-family: "Lobster13Regular"; /*font-family: "Lobster13Regular";*/
font-size: 24px; font-size: 24px;
float: right; float: right;
margin: 10px 20px 0 0; margin: 10px 20px 0 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment