This commit is contained in:
Igor Timofeev 2017-10-12 19:55:32 +03:00
parent 45a65cd512
commit cb418de28c
5 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,6 @@
{
path="/OS.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua",
about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/About/",
type="Script",
forceDownload=true,
version=3.94,
@ -60,14 +59,14 @@
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/Russian.lang",
type="Script",
forceDownload=true,
version=1.32,
version=1.33,
},
{
path="/MineOS/System/Localization/English.lang",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/English.lang",
type="Script",
forceDownload=true,
version=1.32,
version=1.33,
},
----------------------------------------------------- Ассоциация говна --------------------------------------------------------------------------
{

View File

@ -1 +0,0 @@
This is the main executable MineOS file, that contains all the basic features and controls libraries like MineOSCore, doubleBuffering, GUI and ECSAPI.

View File

@ -1 +0,0 @@
Это главный исполняемый файл MineOS, содержащий все основные функции и управляющий библиотеками MineOSCore, doubleBuffering, GUI и ECSAPI.

View File

@ -17,6 +17,7 @@
openWith = "Open with",
select = "Choose application…",
keepInDock = "Keep in dock",
closeAllWindows = "Close all windows",
launchWithArguments = "Launch with arguments",
dontShowAnymore = "Don't show again",
applicationHelp = "About application",

View File

@ -17,6 +17,7 @@
openWith = "Открыть с помощью",
select = "Выбрать программу…",
keepInDock = "Оставить в Dock",
closeAllWindows = "Закрыть все окна",
launchWithArguments = "Запустить с аргументами",
dontShowAnymore = "Больше не показывать",
applicationHelp = "О приложении",