Skip to content

Commit

Permalink
localization improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Marotco committed Dec 3, 2019
1 parent 163876f commit 0b3cd12
Show file tree
Hide file tree
Showing 5 changed files with 720 additions and 94 deletions.
118 changes: 26 additions & 92 deletions PasswordFinder/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions PasswordFinder/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ private void RusToolStripMenuItem_Click(object sender, EventArgs e)
label5.Text = "Список слов для поиска паролей:";
button1.Text = "Найти пароли";
label3.Text = "Папки где искать файлы:";
listView1.Columns[0].Text = "Найденный файл";
listView1.Columns[1].Text = "Найденный пароль";
listView1.Columns[2].Text = "Тип";
}

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

private void Form1_Load(object sender, EventArgs e)
Expand Down
Loading

0 comments on commit 0b3cd12

Please sign in to comment.