forked from L-I-V/MQL-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.ru.json
34 lines (34 loc) · 3.69 KB
/
package.nls.ru.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"mql_tools.configuration.DeleteLog.description": "Удалять log файл после проверки/компиляции",
"mql_tools.configuration.Metaeditor4Dir.description": "Путь к \"metaeditor.exe\": MQL4",
"mql_tools.configuration.Metaeditor5Dir.description": "Путь к \"metaeditor.exe\": MQL5",
"mql_tools.configuration.Include4Dir.description": "Путь к папке \"Include\": MQL4 (необязательно)",
"mql_tools.configuration.Include5Dir.description": "Путь к папке \"Include\": MQL5 (необязательно)",
"mql_tools.configuration.LogDir.description": "Имя log файла. Если не заполнено, то будет создано автоматически",
"mql_tools.configuration.ShowButtonCompile.description": "Отображать кнопку компиляции",
"mql_tools.configuration.ShowButtonCheck.description": "Отображать кнопку проверки синтаксиса",
"mql_tools.configuration.ShowButtonScript.description": "Отображать кнопку компиляции с использованием скрипта",
"mql_tools.configuration.MiniME.description": "Сворачивать MetaEditor после запуска. (Скрипт)",
"mql_tools.configuration.Timetomini.description": "Время от запуска до сворачивания MetaEditor в миллисекундах. (Скрипт)",
"mql_tools.configuration.CloseME.description": "Закрывать MetaEditor после компиляции. (Скрипт) \nЕсли этот параметр включен, то время компиляции с использованием скрипта увеличивается в 2 раза.",
"mql_tools.configuration.HelpON.description": "Открывать справочник MQL4/MQL5",
"mql_tools.configuration.MQL4HelpLanguage.description": "Выбор языка справочника MQL4",
"mql_tools.configuration.MQL5HelpLanguage.description": "Выбор языка справочника MQL5",
"mql_tools.configuration.HelpVal.description": "Параметр вызова справочника",
"mql_tools.configuration.context": "Не отключать!",
"mql_tools.commands.compileFile.title": "Компилировать MQL файл",
"mql_tools.commands.checkFile.title": "Проверить синтаксис MQL",
"mql_tools.commands.compileScript.title": "Компилировать MQL файл, используя скрипт",
"mql_tools.commands.help.title": "Вызов справочника MQL4/MQL5",
"mql_tools.commands.configurations.title": "Создать конфигурацию",
"mql_tools.commands.Addicon.title": "Добавить иконки в тему",
"mql_tools.commands.Showfiles.title": "Показать/скрыть 'ex4/ex5' файлы",
"mql_tools.commands.InsNameMQL.title": "Вставить имя файла mq4/mq5 в \"mqh\" документ",
"mql_tools.commands.InsNameMQH.title": "Вставить MQH в виде #include",
"mql_tools.commands.InsResource.title": "Вставить BMP/WAV в виде #resource",
"mql_tools.commands.InsImport.title": "Вставить DLL/EX5 в виде #import",
"mql_tools.commands.InsTime.title": "Вставить Дату и время в виде ГГГГ.ММ.ДД чч:мм:сс",
"mql_tools.commands.InsIcon.title": "Вставить Иконку в виде #property",
"mql_tools.commands.openInME.title": "Открыть в 'MetaEditor'",
"mql_tools.commands.createCommentary.title": "Создать комментарий к функции"
}