mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
GOVNO
This commit is contained in:
parent
45a65cd512
commit
cb418de28c
@ -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,
|
||||
},
|
||||
----------------------------------------------------- Ассоциация говна --------------------------------------------------------------------------
|
||||
{
|
||||
|
||||
@ -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.
|
||||
@ -1 +0,0 @@
|
||||
Это главный исполняемый файл MineOS, содержащий все основные функции и управляющий библиотеками MineOSCore, doubleBuffering, GUI и ECSAPI.
|
||||
@ -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",
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
openWith = "Открыть с помощью",
|
||||
select = "Выбрать программу…",
|
||||
keepInDock = "Оставить в Dock",
|
||||
closeAllWindows = "Закрыть все окна",
|
||||
launchWithArguments = "Запустить с аргументами",
|
||||
dontShowAnymore = "Больше не показывать",
|
||||
applicationHelp = "О приложении",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user