mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 04:02:40 +01:00
aefae
This commit is contained in:
parent
cbcfecd96d
commit
3aa04954a9
@ -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",
|
||||
|
||||
@ -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, ",
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
enableAutocompletion = "Включить автодополнение",
|
||||
disableAutocompletion = "Отключить автодополнение",
|
||||
selectAndPasteColor = "Выбрать и вставить цвет",
|
||||
enableAutoBrackets = "Включить авто-скобки",
|
||||
disableAutoBrackets = "Отключить авто-скобки",
|
||||
@ -24,7 +26,7 @@
|
||||
cursorBlinkDelay = "Время мигания",
|
||||
selection = "Выделение: ",
|
||||
none = "нет",
|
||||
view = "Вид",
|
||||
properties = "Настройки",
|
||||
about = "О программе",
|
||||
quit = "Выйти из MineCode",
|
||||
line = " строка, ",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user