document.write('<script src="https://cdn.jsdelivr.net/highlight.js/9.0.0/highlight.min.js" type="text/javascript"></script>');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/default.min.css">');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/tomorrow.min.css">');
document.write('<style>#pastee-ebhiaRrqcJ8RMGxB-content { margin-top: 0px !important; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: pre-wrap; } #pastee-ebhiaRrqcJ8RMGxB-content > code { margin-top: 0px !important; }</style>');
document.write('Paste provided by <a href="https://pastee.dev">Paste.ee</a> - <a href="https://pastee.dev/p/MzDbG">View Original</a> - <a href="https://pastee.dev/r/MzDbG/0">View Raw</a> - <a href="https://pastee.dev/d/MzDbG/0">Download</a><br />');
document.write('<pre id="pastee-ebhiaRrqcJ8RMGxB-content"><code>unit Langselect;\n\ninterface\n\nvar\n  s01, s02, s03, s04, s05, s06, s07, s08, s09, s10, s11, s12, s13, s14, s15,\n  s16, s17, s18, s19, s20, s21, s22, s23, s24: string;\n\nfunction getWindowsDefaultlanguage: string;\nprocedure SelEnglish;\nprocedure SelTurkish;\n\nimplementation\n\nuses\n  Winapi.Windows, System.SysUtils, Form_Main, Form_Chat, Form_Password,\n  Form_ShareFiles, Form_RemoteScreen;\n\nfunction getWindowsDefaultlanguage: string; // example :  |Türkçe (Turkiye)|\nvar\n  Ident: Integer;\n  MyLang: PChar;\nconst\n  Size: Integer = 250;\nbegin\n  GetMem(MyLang, Size);\n  Ident := GetSystemDefaultLangID;\n  VerLanguageName(Ident, MyLang, Size);\n  Result := StrPas(MyLang);\n  FreeMem(MyLang);\nend;\n\nprocedure SelEnglish;\nbegin\n  // Form Main Start\n  s01 := \&#039;Offline\&#039;;\n  s02 := \&#039;Receiving...\&#039;;\n  s03 := \&#039;You can not connect with yourself!\&#039;;\n  s04 := \&#039;Finding the ID...\&#039;;\n  s05 := \&#039;You are connected!\&#039;;\n  s06 := \&#039;Connecting to Server...\&#039;;\n  s07 := \&#039;Failed connect to Server.\&#039;;\n  s08 := \&#039;Connected support!\&#039;;\n  s09 := \&#039;Waiting for authentication...\&#039;;\n  s10 := \&#039;ID does nor exists..\&#039;;\n  s11 := \&#039;Wrong password!\&#039;;\n  s12 := \&#039;PC is Busy!\&#039;;\n  s13 := \&#039;Access granted!\&#039;;\n  s14 := \&#039;Lost connection to PC!\&#039;;\n  s15 := \&#039;He say:\&#039;;\n  s16 := \&#039;Share Files - \&#039;;\n  s17 := \&#039; Items found\&#039;;\n  s18 := \&#039;Size: 0 B / 0 B\&#039;;\n  s19 := \&#039;File sent!\&#039;;\n  s20 := \&#039;AllaKore Remote - Share Files\&#039;;\n  s21 := \&#039;AllaKore Remote (Ping: \&#039;; // \&#039; ms)\&#039;\n  s22 := \&#039;Download complete!\&#039;; // \&#039; ms)\&#039;\n\n  with frm_Main do\n  begin\n    GroupBox1.Caption := \&#039; This PC \&#039;;\n    YourID_Label.Caption := \&#039;Your ID\&#039;;\n    YourPassword_Label.Caption := \&#039;Your Password\&#039;;\n    TargetID_Label.Caption := \&#039;Target ID\&#039;;\n    YourID_Edit.Text := s02;\n    YourPassword_Edit.Text := s02;\n    Connect_BitBtn.Caption := \&#039;Connect to PC\&#039;;\n    About_BitBtn.Caption := \&#039;About\&#039;;\n    Status_Label.Caption := s01;\n  end;\n  // Form Main  End\n\n  // Form Chat Start\n  s23 := \&#039;AllaKore Remote - Chat\&#039;;\n  s24 := \&#039;You say:\&#039;;\n  frm_Chat.Caption := \&#039;Chat\&#039;;\n  // Form Chat End\n\n  // Form Password Start\n  frm_Password.Caption := \&#039;Password\&#039;;\n  frm_Password.Ok_BitBtn.Caption := \&#039;Ok\&#039;;\n  // Form Password End\n\n  // Form ShareFiles start\n  with frm_ShareFiles do\n  begin\n    Caption := \&#039;Share Files\&#039;;\n    Directory_Label.Caption := \&#039;Directory:\&#039;;\n    Download_BitBtn.Caption := \&#039;Download file selected\&#039;;\n    Upload_BitBtn.Caption := \&#039;Send file to this directory\&#039;;\n    DownloadProgress_Label.Caption := \&#039;Download Progress:\&#039;;\n    UploadProgress_Label.Caption := \&#039;Upload Progress:\&#039;;\n  end;\n  // Form ShareFiles  end\n\n  // Form Remote Screen start\n  with frm_RemoteScreen do\n  begin\n    Caption := \&#039;Remote Screen\&#039;;\n    MouseRemote_CheckBox.Caption := \&#039;Mouse Remote\&#039;;\n    KeyboardRemote_CheckBox.Caption := \&#039;Keyboard Remote\&#039;;\n    Resize_CheckBox.Caption := \&#039;Resize\&#039;;\n  end;\n  // Form Remote Screen end\n\nend;\n\n\nprocedure SelTurkish;\nbegin\n  // Form Main Start\n  s01 := \&#039;Çevrimdışı\&#039;;\n  s02 := \&#039;Bağlanmaya Çalışıyor...\&#039;;\n  s03 := \&#039;Kendi Bilgisayarınıza Bağlanamazsınız!\&#039;;\n  s04 := \&#039;ID Aranıyor...\&#039;;\n  s05 := \&#039;Bağlandınız!\&#039;;\n  s06 := \&#039;Sunucuya Bağlanmaya Çalışılıyor ...\&#039;;\n  s07 := \&#039;Sunucuya Bağlanılamadı.\&#039;;\n  s08 := \&#039;Connected support!\&#039;;\n  s09 := \&#039;Kimlik doğrulama için bekleniyor...\&#039;;\n  s10 := \&#039;ID Mevcut Değil..\&#039;;\n  s11 := \&#039;Yanlış Şifre!\&#039;;\n  s12 := \&#039;PC Meşgul!\&#039;;\n  s13 := \&#039;Erişim izni bekleniyor!\&#039;;\n  s14 := \&#039;Bağlantı Kesildi!\&#039;;\n  s15 := \&#039;Mesajım:\&#039;;\n  s16 := \&#039;Paylaşılan - \&#039;;\n  s17 := \&#039; adet Dosya Bulundu\&#039;;\n  s18 := \&#039;Boyut: 0 B / 0 B\&#039;;\n  s19 := \&#039;Dosya Gönderildi!\&#039;;\n  s20 := \&#039;AllaKore Remote - Dosya Paylaş\&#039;;\n  s21 := \&#039;AllaKore Remote (Ping: \&#039;; // \&#039; ms)\&#039;\n  s22 := \&#039;Tüm İndirmeler Tamamlandı!\&#039;; // \&#039; ms)\&#039;\n\n  with frm_Main do\n  begin\n    GroupBox1.Caption := \&#039; Sizin Bilgisayarınızın \&#039;;\n    YourID_Label.Caption := \&#039;ID\&#039;\&#039;nız\&#039;;\n    YourPassword_Label.Caption := \&#039;Şifreniz\&#039;;\n    TargetID_Label.Caption := \&#039;Hedef ID\&#039;;\n    YourID_Edit.Text := s02;\n    YourPassword_Edit.Text := s02;\n    Connect_BitBtn.Caption := \&#039;Bağlan\&#039;;\n    About_BitBtn.Caption := \&#039;Hakkında\&#039;;\n    Status_Label.Caption := s01;\n  end;\n  // Form Main  End\n\n  // Form Chat Start\n  s23 := \&#039;AllaKore Remote - Sohbet\&#039;;\n  s24 := \&#039;Mesajım:\&#039;;\n  frm_Chat.Caption := \&#039;Sohbet\&#039;;\n  // Form Chat End\n\n  // Form Password Start\n  frm_Password.Caption := \&#039;Şifre Ekranı\&#039;;\n  frm_Password.Ok_BitBtn.Caption := \&#039;Tamam\&#039;;\n  // Form Password End\n\n  // Form ShareFiles start\n  with frm_ShareFiles do\n  begin\n    Caption := \&#039;Dosya Paylaş\&#039;;\n    Directory_Label.Caption := \&#039;Klasör:\&#039;;\n    Download_BitBtn.Caption := \&#039;Seçilen Dosyayı indir.\&#039;;\n    Upload_BitBtn.Caption := \&#039;Dosya Gönder\&#039;;\n    DownloadProgress_Label.Caption := \&#039;İndirme İlerlemesi:\&#039;;\n    UploadProgress_Label.Caption := \&#039;Yükleme İlerlemesi:\&#039;;\n  end;\n  // Form ShareFiles  end\n\n  // Form Remote Screen start\n  with frm_RemoteScreen do\n  begin\n    Caption := \&#039;Uzak Bağlantı\&#039;;\n    MouseRemote_CheckBox.Caption := \&#039;Fare Kontrol\&#039;;\n    KeyboardRemote_CheckBox.Caption := \&#039;Klavye Kontrol\&#039;;\n    Resize_CheckBox.Caption := \&#039;Boyutlandır\&#039;;\n  end;\n  // Form Remote Screen end\n\nend;\n\nend.</code></pre>');

function initEmbeddedPaste_ebhiaRrqcJ8RMGxB() {
	hljs.highlightBlock(document.getElementById('pastee-ebhiaRrqcJ8RMGxB-content'));
}

addEventListener('DOMContentLoaded', initEmbeddedPaste_ebhiaRrqcJ8RMGxB, false);
addEventListener('load', initEmbeddedPaste_ebhiaRrqcJ8RMGxB, false);