$puth=@ScriptDir&"\language.lng"
FileWrite($puth,'')
IniWrite($puth,"Russian","Progress","Выполнение операции на: |Операция выполнена")
IniWrite($puth,"Russian","Edit","Здравствуйте, вам требуется сюда ввести ваши произвольные данные подготовленные вами для шифрования. Также вы можете бросить текстовый файл в это поле!")
IniWrite($puth,"Russian","Edit2","Здесь будут зашифрованные данные представленные в бинарном виде")
IniWrite($puth,"Russian","Menu","Меню|Открыть|Сохранить|Справка|Выход|Стили оформления")
IniWrite($puth,"Russian","Button","Расшифровать|Зашифровать|Выход|Открыть|Сохранить|Сгенерировать ключи|Стереть нормальные текстовые данные|Стереть зашифрованные бинарные данные")
IniWrite($puth,"Russian","CheckBox","Снять защиту на ключах и зашифорванных данных|Установить защиту")
IniWrite($puth,"Russian","TitleMsgBox","Внимание|Успех|Ошибка|Непредвиденная ошибка")
IniWrite($puth,"Russian","TextMsgBox","'Вы открыли файл через ассоциацию, следует указать файл ключа!'&@CRLF&'Нажмите Ок чтобы выбрать файл и Отмена чтобы выбрать позже'|"& _
"Сгенерированы новые ключи|"& _
"Вы не ввели пароль для шифрования\расшифрования|"& _
"'Вы не сгенерировали ключи! программа не может шифровать без ключей и модуля'&@CRLF&'Сгенерируйте ключ и модуль'|"& _
"Вы не ввели стандартные данные! программе нечего шифровать|"& _
"Данные зашифрованы|"& _
"Данные расшифрованы|"& _
"'Для обеспечения дополнительной безопасности вам предлогается ввести собственный пароль!'&@CRLF&'Этот пароль потребуется для открытия файла, поэтому рекомендуется запомнить его!'|"& _
"Файл сохранен|"& _
"Файл с ключами открыт|"& _
"Файл открыт|"& _
"'Ключи не введены! программа не сможет расшифровать данные без ключей!'&@CRLF&'Если вы открывали данные через ассоциацию, нажмите кнопку Открыть для указания ключей'|"& _
"Зашифрованных данных нет, программе нечего расшифровывать")
IniWrite($puth,"Russian","AviLabel","Пожалуйста подождите, идет расшифровка\зашифровка")
IniWrite($puth,"Russian","OpenSaveFile","Выбирите зашифрованный файл|Зашифрованные ключи|Введите имя сохраняемого файла|Зашифрованные файлы|Выбирите зашифрованный ключ")
IniWrite($puth,"Russian","LanguageMenu","Язык интерфейса")
IniWrite($puth,"Russian","Group","Стандартные текстовые данные|Зашифрованные бинарные данные")
IniWrite($puth,"Russian","GUIpassText","Пароль|Введите пароль|Выйти из программы|Показать пароль|Скрыть пароль")
IniWrite($puth,"Russian","Context","Копировать|Вставить|Удалить|Выделить все")
#cs
----------------------------------------------------------------------------------------------------------------------
Select Language Text
#ce
IniWrite($puth,"English","Progress", "The operation on: |Operation completed")
IniWrite($puth,"English","Edit", "Hello, here you need to enter your custom data you have prepared for encryption. Alternatively, you can drop a text file in this field!")
IniWrite($puth,"English","Edit2", "Here, the encrypted data will be presented in the form of a binary")
IniWrite($puth,"English","Menu","Menu|Open|Save|Help|Exit|Style")
IniWrite($puth,"English","Button","Decrypt|Encrypt|Exit|Open|Save|Generate key|Delete normal text data|Delete encrypt binaty data")
IniWrite($puth,"English","CheckBox","Remove protection for keys and data crypt|Set protect")
IniWrite($puth,"English","TitleMsgBox","Caution|Sucess|Error|Unexpected error")
IniWrite($puth,"English","TextMsgBox","'You have opened a file through an association, you must specify the key file!'&@CRLF&'Press OK to select the file, or Cancel to choose later'|" & _
"Generate new keys|" & _
"You did not enter a password for encryption \ decryption|" & _
"'You do not have generated the keys! Program can encrypt without the keys and the module'&@CRLF&'Generate the key and the module'|" & _
"You have not entered the standard data! Nothing to encrypt program|" & _
"The data is encrypted|" & _
"The data decoded|" & _
"'For extra security, offers you to enter your own password!'&@CRLF&'This password is required to open the file, so it is advisable to remember it!'|" & _
"The file is saved|" & _
"The file is opened with keys|" & _
"File open|" & _
"'The key is not entered! Program will not be able to decrypt the data without the keys!'&@CRLF&'If you open the data through the association, click the Open button to specify the key'|" & _
"The encrypted data is not present, the program has nothing to decrypt")
IniWrite($puth,"English","AviLabel","Please wait, decrypt \ encryption")
IniWrite($puth,"English","OpenSaveFile","Please select an encrypted file|Encrypted keys|Enter the name of the file to be saved|Encrypted files|Select the encrypted key")
IniWrite($puth,"English","LanguageMenu","Language interface")
IniWrite($puth,"English","Group","Standart text data|Crypt binary data")
IniWrite($puth,"English","GUIpassText","Password|Enter Password|Exit from programm|Show password|Hide password")
IniWrite($puth,"English","Context","Copy|Set|Delete|Select all")