File: languages.js

package info (click to toggle)
openboard 1.7.3%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 57,404 kB
  • sloc: cpp: 76,443; javascript: 10,089; xml: 234; ansic: 38; makefile: 23; sh: 8
file content (16 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
var sankoreLang = {
    "en":{
        "show": "Show"
    },
    "ru":{
        "show": "Смотреть"
    },
    "fr":{
        "show": "Voir"
    },
    "sk":{
        "show": "Zobraziť"
    }

};