wording
preferencesAboutTextFull
bmagnin 12 years ago
parent 80bfc86af5
commit 9f9299a7e4
  1. 2
      resources/library/applications/Notes.wgt/js/ubw-main.js
  2. 2
      resources/library/interactivities/BlackYellow.wgt/locales/fr/scripts/blackYellow.js
  3. 2
      resources/library/interactivities/associer_images.wgt/js/script.js

@ -199,7 +199,7 @@ function init(){
if(text) if(text)
textField.html(text); textField.html(text);
else else
textField.html("Enter your notes here ..."); textField.html("Saisir votre texte ici ...");
textField.focus(); textField.focus();
} }

@ -13,7 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
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(){ function init(){

@ -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 what to do here ..." enter: "Enter what to do here..."
}; };
//main function //main function

Loading…
Cancel
Save