Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/messages.ne.json
blob: f0145a75f8b06b8eb6f4b21eb07fbfadd9de04b3 (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.ne = {};
$.i18n.ne.strings = {
    "default":{

    },
    "$.ui.kFooter":{
	"Play Again": "फेरी खेलौ",
	"Pause" : "खेल रोकौ",
	"Start" : "सुरु गरौ",
	"Timer" : "",
	"Total" : "जम्मा",
	"Score" : "अङ्क"
    },
    "$.ui.kHeader":{
	"Lesson Plan": "पाठविवरण",
	"Teacher's Note": "पाठयोजना"
    }
};

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