You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1006 B
30 lines
1006 B
13 years ago
|
var sankoreLang = {
|
||
|
"en":{
|
||
|
"enter_title": "Enter yuor 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 le titre yuor ici ...",
|
||
|
"welcome":"Bienvenue sur HTML Editor",
|
||
12 years ago
|
"source":"Ajouter un lien vers une image",
|
||
|
"link":"Ajouter une URL",
|
||
13 years ago
|
"preview":"Aperçu",
|
||
|
"text_to_link":"Votre texte à lier",
|
||
|
"alt_text":"Texte alternatif"
|
||
|
}
|
||
12 years ago
|
};
|