From bbc10674abed48f061e7a3186b094eaf41a4fdfa Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Fri, 13 Apr 2012 15:26:14 +0200 Subject: [PATCH] update wording --- .../locales/fr/scripts/blackYellow.js | 2 +- .../Choisir.wgt/scripts/languages.js | 46 +++++++++---------- .../associer_images.wgt/js/script.js | 2 +- .../locales/fr/js/script.js | 4 +- .../locales/fr/js/script.js | 6 +-- .../categoriser_images.wgt/js/script.js | 2 +- .../locales/fr/js/script.js | 6 +-- .../categoriser_text.wgt/js/script.js | 4 +- .../locales/fr/js/script.js | 6 +-- .../interactivities/etudier.wgt/js/script.js | 4 +- .../etudier.wgt/locales/fr/js/script.js | 6 +-- .../locales/fr/script/template2.js | 4 +- .../locales/fr/scripts/template2.js | 4 +- .../locales/fr/js/script.js | 6 +-- .../locales/fr/js/script.js | 6 +-- .../selectionner.wgt/locales/fr/js/script.js | 4 +- .../locales/fr/scripts/wcontainer.js | 4 +- .../locales/fr/scripts/wcontainer.js | 2 +- .../locales/fr/scripts/wcontainer.js | 2 +- 19 files changed, 60 insertions(+), 60 deletions(-) diff --git a/resources/library/interactivities/BlackYellow.wgt/locales/fr/scripts/blackYellow.js b/resources/library/interactivities/BlackYellow.wgt/locales/fr/scripts/blackYellow.js index 61b709f9..56976f82 100644 --- a/resources/library/interactivities/BlackYellow.wgt/locales/fr/scripts/blackYellow.js +++ b/resources/library/interactivities/BlackYellow.wgt/locales/fr/scripts/blackYellow.js @@ -13,7 +13,7 @@ * along with this program. If not, see . */ -var sankoreLang = {display: "Afficher", edit: "Modifier", add: "Ajouter", enter_data: "Saisir la donnée:", enter_result: "Saisir le résultat:", ok: "Accepter", cancel: "Annuler"}; +var sankoreLang = {display: "Afficher", edit: "Modifier", add: "Ajouter", enter_data: "Saisir la donnée:", enter_result: "Saisir le résultat:", ok: "Valider", cancel: "Annuler"}; function init(){ diff --git a/resources/library/interactivities/Choisir.wgt/scripts/languages.js b/resources/library/interactivities/Choisir.wgt/scripts/languages.js index af618b41..a2989844 100644 --- a/resources/library/interactivities/Choisir.wgt/scripts/languages.js +++ b/resources/library/interactivities/Choisir.wgt/scripts/languages.js @@ -6,20 +6,20 @@ var sankoreLang = { "example_question":"This is an example of the question", "answer":"This is an example of the answer", "q":"Q", - "add_new_question":"Add new question ...", + "add_new_question":"Add a new question ...", "options":"Options", "close":"Close", - "delete_question":"Delete question", - "delete_answer":"Delete answer", + "delete_question":"Delete the question", + "delete_answer":"Delete a possibility", "right_answer":"Right answer", - "template_question":"Enter your question here ...", - "template_answer":"Enter the answer here ...", - "add_answer":"Add 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":"You can choose any of these three options of displaying your answers. See a short their description.", - "radio_desc":"This option allow to choose one answer only and the answers are displayed as radio buttons.", - "checkbox_desc":"This option allow to choose several answers and the answers are displayed as checkboxes.", - "select_desc":"This option allow to chose one answer only and the answers are displayed as pull-down menu.", + "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":{ @@ -49,23 +49,23 @@ var sankoreLang = { "edit": "Modifier", "display":"Afficher", "question":"La question", - "example_question":"Ceci est un exemple de la question", - "answer":"Ceci est un exemple de la réponse", + "example_question":"Ceci est un exemple de question", + "answer":"Ceci est un exemple de réponse", "q":"Q", - "add_new_question":"Ajouter nouvelle question ...", - "options":"Les options", + "add_new_question":"Ajouter une nouvelle question ...", + "options":"Options", "close":"Fermer", "delete_question":"Supprimer la question", - "delete_answer":"Supprimer réponse", + "delete_answer":"Supprimer la possibilité", "right_answer":"Bonne réponse", - "template_question":"Saisissez votre question ici ...", - "template_answer":"Entrez la réponse ici ...", - "add_answer":"Ajouter une réponse", - "select_text":"Choisissez la bonne réponse", - "options_desc":"Vous pouvez choisir n'importe lequel de ces trois options d'affichage de vos réponses. Voir un court leur description.", - "radio_desc":"Cette option permet de choisir une seule réponse et les réponses sont affichées sous forme de boutons radio.", - "checkbox_desc":"Cette option permet de choisir plusieurs réponses et les réponses sont affichées comme des cases à cocher.", - "select_desc":"Cette option permet de choisir une seule réponse et les réponses sont affichées sous forme de menu déroulant.", + "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" } }; diff --git a/resources/library/interactivities/associer_images.wgt/js/script.js b/resources/library/interactivities/associer_images.wgt/js/script.js index c850c3cb..633d943f 100644 --- a/resources/library/interactivities/associer_images.wgt/js/script.js +++ b/resources/library/interactivities/associer_images.wgt/js/script.js @@ -3,7 +3,7 @@ var sankoreLang = { edit: "Edit", short_desc: "Select the number \"three\".", add: "Add new block", - enter: "Enter your condition here ..." + enter: "Enter what to do here..." }; //main function diff --git a/resources/library/interactivities/associer_images.wgt/locales/fr/js/script.js b/resources/library/interactivities/associer_images.wgt/locales/fr/js/script.js index eeea8c90..d535038b 100644 --- a/resources/library/interactivities/associer_images.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/associer_images.wgt/locales/fr/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { - display: "Affichage", + display: "Afficher", edit: "Modifier", short_desc: "Sélectionner le numéro «trois».", add: "Nouveau bloc", - enter: "Saisissez la consigne ici ..." + enter: "Saisir la consigne ici ..." }; //main function diff --git a/resources/library/interactivities/associer_sounds.wgt/locales/fr/js/script.js b/resources/library/interactivities/associer_sounds.wgt/locales/fr/js/script.js index 372b4096..26f4b7e2 100644 --- a/resources/library/interactivities/associer_sounds.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/associer_sounds.wgt/locales/fr/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { - display: "D'affichage", + display: "Afficher", edit: "Modifier", - short_desc: "Combien de signaux entendez-vous?", + short_desc: "Combien de signaux sonores entendez-vous?", add: "Nouveau bloc", - enter: "Entrez votre description ici ..." + enter: "Saisir votre description ici ..." }; //main function diff --git a/resources/library/interactivities/categoriser_images.wgt/js/script.js b/resources/library/interactivities/categoriser_images.wgt/js/script.js index 0eef29e0..79e1647e 100644 --- a/resources/library/interactivities/categoriser_images.wgt/js/script.js +++ b/resources/library/interactivities/categoriser_images.wgt/js/script.js @@ -3,7 +3,7 @@ var sankoreLang = { edit: "Edit", first_desc: "Odd numbers", second_desc: "Even numbers", - enter: "Enter your category name here ...", + enter: "Enter a category name here ...", add: "Add new block" }; diff --git a/resources/library/interactivities/categoriser_images.wgt/locales/fr/js/script.js b/resources/library/interactivities/categoriser_images.wgt/locales/fr/js/script.js index 58d96a0f..f0f8b5e1 100644 --- a/resources/library/interactivities/categoriser_images.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/categoriser_images.wgt/locales/fr/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { - display: "D'affichage", + display: "Afficher", edit: "Modifier", first_desc: "Les nombres impairs", - second_desc: "Même les chiffres", - enter: "Entrez votre nom de la catégorie ici ...", + second_desc: "Les nombres pairs", + enter: "Saisir le nom de la catégorie ici ...", add: "Nouveau bloc" }; diff --git a/resources/library/interactivities/categoriser_text.wgt/js/script.js b/resources/library/interactivities/categoriser_text.wgt/js/script.js index 6e209d47..a6491291 100644 --- a/resources/library/interactivities/categoriser_text.wgt/js/script.js +++ b/resources/library/interactivities/categoriser_text.wgt/js/script.js @@ -3,12 +3,12 @@ var sankoreLang = { edit: "Edit", first_desc: "Fruits", second_desc: "Vegetables", - potatoes: "Potatoes", + potatoes: "Potato", carrot: "Carrot", onion: "Onion", apple: "Apple", pear: "Pear", - enter: "Enter your category name here ...", + enter: "Enter a category name here ...", add: "Add new block", text: "Some text" }; diff --git a/resources/library/interactivities/categoriser_text.wgt/locales/fr/js/script.js b/resources/library/interactivities/categoriser_text.wgt/locales/fr/js/script.js index 98619403..01ec59dc 100644 --- a/resources/library/interactivities/categoriser_text.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/categoriser_text.wgt/locales/fr/js/script.js @@ -1,14 +1,14 @@ var sankoreLang = { - display: "D'affichage", + display: "Afficher", edit: "Modifier", first_desc: "Fruits", second_desc: "Légumes", - potatoes: "Pommes de terre", + potatoes: "Pomme de terre", carrot: "Carotte", onion: "Oignon", apple: "Pomme", pear: "Poire", - enter: "Entrez votre nom de la catégorie ici ...", + enter: "Saisir le nom de la catégorie ici ...", add: "Nouveau bloc", text: "Texte" }; diff --git a/resources/library/interactivities/etudier.wgt/js/script.js b/resources/library/interactivities/etudier.wgt/js/script.js index 0c8dbd3d..074b169b 100644 --- a/resources/library/interactivities/etudier.wgt/js/script.js +++ b/resources/library/interactivities/etudier.wgt/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { display: "Display", edit: "Edit", - text_content: "This is an example. Instead of this text you can put your own content.", + text_content: "This is an example. Instead of this text you can put your own content or drag an drop a picture or an audio file", new_txt: "New text block", - new_slide: "This is new slide." + new_slide: "This is a new slide." }; //some flags diff --git a/resources/library/interactivities/etudier.wgt/locales/fr/js/script.js b/resources/library/interactivities/etudier.wgt/locales/fr/js/script.js index 92e22585..d0660316 100644 --- a/resources/library/interactivities/etudier.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/etudier.wgt/locales/fr/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { - display: "D'affichage", + display: "Afficher", edit: "Modifier", - text_content: "Ceci est un exemple. Au lieu de ce texte, vous pouvez mettre votre propre contenu.", + text_content: "Ceci est un exemple. Au lieu de ce texte, vous pouvez saisir votre propre texte ou glisser-dŽposer une image, un son.", new_txt: "Nouveau bloc de texte", - new_slide: "C'est une nouvelle diapositive." + new_slide: "Ceci est une nouvelle diapositive." }; //some flags diff --git a/resources/library/interactivities/ord-phrases.wgt/locales/fr/script/template2.js b/resources/library/interactivities/ord-phrases.wgt/locales/fr/script/template2.js index 14759a5e..717a36c5 100644 --- a/resources/library/interactivities/ord-phrases.wgt/locales/fr/script/template2.js +++ b/resources/library/interactivities/ord-phrases.wgt/locales/fr/script/template2.js @@ -26,9 +26,9 @@ function checkResponse() */ var sankoreLang = { - view: "D'affichage", + view: "Afficher", edit: "Modifier", - example: "il\ns'agit\nd'une\nphrase\nd'exemple" + example: "Cette phrase\nest un\nexemple." }; diff --git a/resources/library/interactivities/ord-words.wgt/locales/fr/scripts/template2.js b/resources/library/interactivities/ord-words.wgt/locales/fr/scripts/template2.js index 320953b2..fe887a32 100644 --- a/resources/library/interactivities/ord-words.wgt/locales/fr/scripts/template2.js +++ b/resources/library/interactivities/ord-words.wgt/locales/fr/scripts/template2.js @@ -27,9 +27,9 @@ function checkResponse() */ var sankoreLang = { - view: "D'affichage", + view: "Afficher", edit: "Modifier", - example: "une*longue*,*il*ya*bien*longtemps*..." + example: "Il*était*une*fois*..." }; var word = ""; diff --git a/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js b/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js index 7c8a2f19..45944117 100644 --- a/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/ordonner_des_images.wgt/locales/fr/js/script.js @@ -1,10 +1,10 @@ var sankoreLang = { - display: "Affichage", + display: "Afficher", edit: "Modifier", - short_desc: "Placez les photos dans l'ordre croissant.", + short_desc: "Placer les photos dans l'ordre croissant.", add: "Nouveau bloc", - enter: "Saisissez votre texte ici ..." + enter: "Saisir votre texte ici ..." }; //main function diff --git a/resources/library/interactivities/ordonner_des_letters.wgt/locales/fr/js/script.js b/resources/library/interactivities/ordonner_des_letters.wgt/locales/fr/js/script.js index c0949d22..6530c52a 100644 --- a/resources/library/interactivities/ordonner_des_letters.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/ordonner_des_letters.wgt/locales/fr/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { - display: "D'affichage", + display: "Afficher", edit: "Modifier", - short_desc: "Ecoutez le son et faire le bon mot.", + short_desc: "Ecouter le son et replacer les lettres dans l'ordre.", add: "Nouveau bloc", - enter: "Entrez votre description ici ...", + enter: "Saisir la consigne ici ...", example: "exemple" }; diff --git a/resources/library/interactivities/selectionner.wgt/locales/fr/js/script.js b/resources/library/interactivities/selectionner.wgt/locales/fr/js/script.js index 7440523c..093aad50 100644 --- a/resources/library/interactivities/selectionner.wgt/locales/fr/js/script.js +++ b/resources/library/interactivities/selectionner.wgt/locales/fr/js/script.js @@ -1,9 +1,9 @@ var sankoreLang = { display: "Affichage", edit: "Modifier", - short_desc: "Sélectionnez les animaux de la liste suivante:", + short_desc: "Sélectionner les animaux dans la liste suivante :", add: "Nouveau bloc", - enter: "Saisissez votre texte ici ...", + enter: "Saisir le texte ici ...", cat: "chat", ball: "balle", shovel: "pelle", diff --git a/resources/library/interactivities/spl-phrase.wgt/locales/fr/scripts/wcontainer.js b/resources/library/interactivities/spl-phrase.wgt/locales/fr/scripts/wcontainer.js index cc1edff6..60ad007e 100644 --- a/resources/library/interactivities/spl-phrase.wgt/locales/fr/scripts/wcontainer.js +++ b/resources/library/interactivities/spl-phrase.wgt/locales/fr/scripts/wcontainer.js @@ -1,7 +1,7 @@ var sankoreLang = { - view: "D'affichage", + view: "Afficher", edit: "Modifier", - example: "c'est un tas de mots qui ne devraient être répartis à part" + example: "Ceci est une série de mots à séparer correctement" }; // if use the "view/edit" button or rely on the api instead diff --git a/resources/library/interactivities/spl-text.wgt/locales/fr/scripts/wcontainer.js b/resources/library/interactivities/spl-text.wgt/locales/fr/scripts/wcontainer.js index 46ac92a9..465f59fc 100644 --- a/resources/library/interactivities/spl-text.wgt/locales/fr/scripts/wcontainer.js +++ b/resources/library/interactivities/spl-text.wgt/locales/fr/scripts/wcontainer.js @@ -1,5 +1,5 @@ var sankoreLang = { - view: "D'affichage", + view: "Afficher", 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." }; diff --git a/resources/library/interactivities/spl-word.wgt/locales/fr/scripts/wcontainer.js b/resources/library/interactivities/spl-word.wgt/locales/fr/scripts/wcontainer.js index 1f3edcca..f2ad8832 100644 --- a/resources/library/interactivities/spl-word.wgt/locales/fr/scripts/wcontainer.js +++ b/resources/library/interactivities/spl-word.wgt/locales/fr/scripts/wcontainer.js @@ -1,5 +1,5 @@ var sankoreLang = { - view: "D'affichage", + view: "Afficher", edit: "Modifier", example: "so*phis*ti*qué" };