Skip to content

Commit 0b3cd12

Browse files
author
Sergio Marotco
committed
localization improvements
1 parent 163876f commit 0b3cd12

File tree

5 files changed

+720
-94
lines changed

5 files changed

+720
-94
lines changed

PasswordFinder/Form1.Designer.cs

Lines changed: 26 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PasswordFinder/Form1.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ private void RusToolStripMenuItem_Click(object sender, EventArgs e)
320320
label5.Text = "Список слов для поиска паролей:";
321321
button1.Text = "Найти пароли";
322322
label3.Text = "Папки где искать файлы:";
323+
listView1.Columns[0].Text = "Найденный файл";
324+
listView1.Columns[1].Text = "Найденный пароль";
325+
listView1.Columns[2].Text = "Тип";
323326
}
324327

325328
private void EngToolStripMenuItem_Click(object sender, EventArgs e)
@@ -328,6 +331,9 @@ private void EngToolStripMenuItem_Click(object sender, EventArgs e)
328331
label5.Text = "Word for find passwords:";
329332
button1.Text = "Find passwords";
330333
label3.Text = "Folders where find files:";
334+
listView1.Columns[0].Text = "Finded file";
335+
listView1.Columns[1].Text = "Finded password";
336+
listView1.Columns[2].Text = "Type";
331337
}
332338

333339
private void Form1_Load(object sender, EventArgs e)

0 commit comments

Comments
 (0)