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 (39 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
var sankoreLang = {
    "en":{
        "enter_title": "Enter your title here...",
        "welcome":"Welcome to HTML Editor",
        "source":"Source",
        "link":"Link",
        "preview":"Preview",
        "text_to_link":"Your text to link",
        "alt_text":"Alternative text"
    },
    "ru":{
        "enter_title": "Введите Ваш заголовок ...",
        "welcome":"Добро пожаловать в HTML-редактор",
        "source":"Источник",
        "link":"Ссылка",
        "preview":"Предпросмотр",
        "text_to_link":"Текст ссылки",
        "alt_text":"Альтернативный текст"
    },
    "fr":{
        "enter_title": "Entrer un titre ici ...",
        "welcome":"Bienvenue sur HTML Editor",
        "source":"Source",
        "link":"Lien",
        "preview":"Aperçu",
        "text_to_link":"Votre texte à lier",
        "alt_text":"Texte alternatif"
    },
    "sk":{
        "enter_title": "Sem napíšte názov...",
        "welcome":"Vitajte v HTML editore",
        "source":"Zdroj",
        "link":"Odkaz",
        "preview":"Ukážka",
        "text_to_link":"Text odkazu",
        "alt_text":"Alternatívny text"
    }

};