diff --git a/GUI/MainWindow.xaml b/GUI/MainWindow.xaml
index 84708347..d900d3a9 100644
--- a/GUI/MainWindow.xaml
+++ b/GUI/MainWindow.xaml
@@ -81,6 +81,8 @@
+
+ /// Looks up a localized string similar to Select files by mask....
+ ///
+ public static string CtxMenuSelectByMask {
+ get {
+ return ResourceManager.GetString("CtxMenuSelectByMask", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Sort by.
///
diff --git a/GUI/Strings/guiStrings.ko-KR.resx b/GUI/Strings/guiStrings.ko-KR.resx
index 2eda5ddd..4f0ff9c0 100644
--- a/GUI/Strings/guiStrings.ko-KR.resx
+++ b/GUI/Strings/guiStrings.ko-KR.resx
@@ -455,4 +455,8 @@
{0} 재생중 / {3} / {2}bps / {1}Hz
{0}=파일이름, {1}=sampling rate, {2}=bitrate, {3}=총 시간
+
+ Select files by mask...
+ translation pending
+
\ No newline at end of file
diff --git a/GUI/Strings/guiStrings.resx b/GUI/Strings/guiStrings.resx
index 068973e6..d2ad5db1 100644
--- a/GUI/Strings/guiStrings.resx
+++ b/GUI/Strings/guiStrings.resx
@@ -459,4 +459,7 @@ Overwrite?
Development site
+
+ Select files by mask...
+
\ No newline at end of file
diff --git a/GUI/Strings/guiStrings.ru-RU.resx b/GUI/Strings/guiStrings.ru-RU.resx
index 013b1898..8650f6c1 100644
--- a/GUI/Strings/guiStrings.ru-RU.resx
+++ b/GUI/Strings/guiStrings.ru-RU.resx
@@ -480,4 +480,7 @@
Сайт разработки
+
+ Выбрать файлы по маске...
+
\ No newline at end of file
diff --git a/GUI/Strings/guiStrings.zh-Hans.resx b/GUI/Strings/guiStrings.zh-Hans.resx
index ae21e545..f175744f 100644
--- a/GUI/Strings/guiStrings.zh-Hans.resx
+++ b/GUI/Strings/guiStrings.zh-Hans.resx
@@ -456,4 +456,8 @@
正在播放 {0} / {3} / {2}bps / {1}Hz
{0}=filename, {1}=sampling rate, {2}=bitrate, {3}=total time
+
+ Select files by mask...
+ translation pending
+
\ No newline at end of file