Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/messages.ne.json~
blob: c9be5bd4fcc5224215eca29334c5d2ed3ac2c05e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- coding: utf-8  -*- */
$.i18n.es = {};
$.i18n.es.strings = {
    "default":{

    },
    "$.ui.kFooter":{
	"Play Again": "Repite",
	"Pause" : "Pausa",
	"Start" : "Comienza",
	"Timer" : "Reloj",
	"Total" : "Total",
	"Score" : "Puntos"
    },
    "$.ui.kHeader":{
	"Lesson Plan": "Plan de Lección",
	"Teacher's Note": "Nota de Profesora"
    }
};

$(function() { $.i18n.setLocale('es'); });