Receipt create. Part 1
This commit is contained in:
10
public/js/plugins/test/langs/bg.js
Executable file
10
public/js/plugins/test/langs/bg.js
Executable file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Bulgarian translation
|
||||
* Author: Valentin Hristov
|
||||
* Company: SOFTKIT Bulgarian
|
||||
* Site: http://www.softkit-bg.com
|
||||
*/
|
||||
editArea.add_lang("bg",{
|
||||
test_select: "избери таг",
|
||||
test_but: "тествай копието"
|
||||
});
|
||||
4
public/js/plugins/test/langs/cs.js
Executable file
4
public/js/plugins/test/langs/cs.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("cs",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/de.js
Executable file
4
public/js/plugins/test/langs/de.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("de",{
|
||||
test_select: "Tag auswählen",
|
||||
test_but: "Test Button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/dk.js
Executable file
4
public/js/plugins/test/langs/dk.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("dk",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/en.js
Executable file
4
public/js/plugins/test/langs/en.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("en",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/eo.js
Executable file
4
public/js/plugins/test/langs/eo.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("eo",{
|
||||
test_select:"elekto de marko",
|
||||
test_but: "provo-butono"
|
||||
});
|
||||
4
public/js/plugins/test/langs/es.js
Executable file
4
public/js/plugins/test/langs/es.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("es",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/fr.js
Executable file
4
public/js/plugins/test/langs/fr.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("fr",{
|
||||
test_select:"choix balise",
|
||||
test_but: "bouton de test"
|
||||
});
|
||||
4
public/js/plugins/test/langs/hr.js
Executable file
4
public/js/plugins/test/langs/hr.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("hr",{
|
||||
test_select: "Odaberi tag",
|
||||
test_but: "Probna tipka"
|
||||
});
|
||||
4
public/js/plugins/test/langs/it.js
Executable file
4
public/js/plugins/test/langs/it.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("it",{
|
||||
test_select: "seleziona tag",
|
||||
test_but: "pulsante di test"
|
||||
});
|
||||
4
public/js/plugins/test/langs/ja.js
Executable file
4
public/js/plugins/test/langs/ja.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("ja",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/mk.js
Executable file
4
public/js/plugins/test/langs/mk.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("mk",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/nl.js
Executable file
4
public/js/plugins/test/langs/nl.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("nl",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/pl.js
Executable file
4
public/js/plugins/test/langs/pl.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("pl",{
|
||||
test_select: "wybierz tag",
|
||||
test_but: "test"
|
||||
});
|
||||
4
public/js/plugins/test/langs/pt.js
Executable file
4
public/js/plugins/test/langs/pt.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("pt",{
|
||||
test_select: "select tag",
|
||||
test_but: "test button"
|
||||
});
|
||||
4
public/js/plugins/test/langs/ru.js
Executable file
4
public/js/plugins/test/langs/ru.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("ru",{
|
||||
test_select: "выбрать тэг",
|
||||
test_but: "тестировать кнопку"
|
||||
});
|
||||
4
public/js/plugins/test/langs/sk.js
Executable file
4
public/js/plugins/test/langs/sk.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("sk",{
|
||||
test_select: "vyber tag",
|
||||
test_but: "testovacie tlačidlo"
|
||||
});
|
||||
4
public/js/plugins/test/langs/zh.js
Executable file
4
public/js/plugins/test/langs/zh.js
Executable file
@@ -0,0 +1,4 @@
|
||||
editArea.add_lang("zh",{
|
||||
test_select: "选择标签",
|
||||
test_but: "测试按钮"
|
||||
});
|
||||
Reference in New Issue
Block a user