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", path="/OS.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/OS.lua",
about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/About/",
type="Script", type="Script",
forceDownload=true, forceDownload=true,
version=3.94, version=3.94,
@ -60,14 +59,14 @@
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/Russian.lang", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/Russian.lang",
type="Script", type="Script",
forceDownload=true, forceDownload=true,
version=1.32, version=1.33,
}, },
{ {
path="/MineOS/System/Localization/English.lang", path="/MineOS/System/Localization/English.lang",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/English.lang", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Localization/English.lang",
type="Script", type="Script",
forceDownload=true, 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", openWith = "Open with",
select = "Choose application…", select = "Choose application…",
keepInDock = "Keep in dock", keepInDock = "Keep in dock",
closeAllWindows = "Close all windows",
launchWithArguments = "Launch with arguments", launchWithArguments = "Launch with arguments",
dontShowAnymore = "Don't show again", dontShowAnymore = "Don't show again",
applicationHelp = "About application", applicationHelp = "About application",

View File

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