diff --git a/Gavilya/Properties/Resources.Designer.cs b/Gavilya/Properties/Resources.Designer.cs index 26cf5e3..f0fbabe 100644 --- a/Gavilya/Properties/Resources.Designer.cs +++ b/Gavilya/Properties/Resources.Designer.cs @@ -2121,6 +2121,15 @@ public static string SaveSettings { } } + /// + /// Looks up a localized string similar to Scan a directory. + /// + public static string ScanDirectory { + get { + return ResourceManager.GetString("ScanDirectory", resourceCulture); + } + } + /// /// Looks up a localized string similar to Screenshots. /// diff --git a/Gavilya/Properties/Resources.en-US.resx b/Gavilya/Properties/Resources.en-US.resx index cf3da34..8d0f33a 100644 --- a/Gavilya/Properties/Resources.en-US.resx +++ b/Gavilya/Properties/Resources.en-US.resx @@ -1020,4 +1020,7 @@ Pin/Unpin window + + Scan a directory + \ No newline at end of file diff --git a/Gavilya/Properties/Resources.fr-FR.resx b/Gavilya/Properties/Resources.fr-FR.resx index cefa358..718055e 100644 --- a/Gavilya/Properties/Resources.fr-FR.resx +++ b/Gavilya/Properties/Resources.fr-FR.resx @@ -1020,4 +1020,7 @@ Epingler/Désépingler la fenêtre + + Scanner un dossier + \ No newline at end of file diff --git a/Gavilya/Properties/Resources.resx b/Gavilya/Properties/Resources.resx index ed1e659..2531ffe 100644 --- a/Gavilya/Properties/Resources.resx +++ b/Gavilya/Properties/Resources.resx @@ -1021,4 +1021,7 @@ Pin/Unpin window + + Scan a directory + \ No newline at end of file diff --git a/Gavilya/Properties/Resources.zh-CN.resx b/Gavilya/Properties/Resources.zh-CN.resx index 86d8f44..6e02995 100644 --- a/Gavilya/Properties/Resources.zh-CN.resx +++ b/Gavilya/Properties/Resources.zh-CN.resx @@ -1020,4 +1020,7 @@ 插针/解针窗口 + + 扫描目录 + \ No newline at end of file