This commit is contained in:
Igor Timofeev 2017-01-25 09:27:21 +03:00
parent cbcfecd96d
commit 3aa04954a9
3 changed files with 7 additions and 3 deletions

View File

@ -517,7 +517,7 @@
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.56,
version=1.57,
resources={
{
name="Localization/Russian.lang",

View File

@ -1,4 +1,6 @@
{
enableAutocompletion = "Enable autocompletion",
disableAutocompletion = "Disable autocompletion",
selectAndPasteColor = "Select and paste color",
enableAutoBrackets = "Enable autobrackets",
disableAutoBrackets = "Disable autobrackets",
@ -24,7 +26,7 @@
cursorBlinkDelay = "Blink delay",
selection = "Selection: ",
none = "none",
view = "View",
properties = "Properties",
about = "About",
quit = "Quit from MineCode",
line = " line, ",

View File

@ -1,4 +1,6 @@
{
enableAutocompletion = "Включить автодополнение",
disableAutocompletion = "Отключить автодополнение",
selectAndPasteColor = "Выбрать и вставить цвет",
enableAutoBrackets = "Включить авто-скобки",
disableAutoBrackets = "Отключить авто-скобки",
@ -24,7 +26,7 @@
cursorBlinkDelay = "Время мигания",
selection = "Выделение: ",
none = "нет",
view = "Вид",
properties = "Настройки",
about = "О программе",
quit = "Выйти из MineCode",
line = " строка, ",