From ca47896204482bf4a6979e3838bf7f09f61cebeb Mon Sep 17 00:00:00 2001
From: giy <giy@omp-system.ru>
Date: Fri, 02 Sep 2022 14:16:56 +0300
Subject: [PATCH] Обновление до версии 2.9.0

---
 QtVsTools.Core/Resources.resx |   40 +---------------------------------------
 1 files changed, 1 insertions(+), 39 deletions(-)

diff --git a/QtVsTools.Core/Resources.resx b/QtVsTools.Core/Resources.resx
index 7861f15..ad354aa 100644
--- a/QtVsTools.Core/Resources.resx
+++ b/QtVsTools.Core/Resources.resx
@@ -123,9 +123,6 @@
   <data name="OpenSolution" xml:space="preserve">
     <value>Open Solution</value>
   </data>
-  <data name="ProjectExists" xml:space="preserve">
-    <value>Project file already exists.</value>
-  </data>
   <data name="ExportProject_EditProjectFileManually" xml:space="preserve">
     <value>qmake has generated a .vcproj file, but it needs to be converted.
 To do this you must open the .vcproj file manually.
@@ -140,17 +137,13 @@
     <value>Export to .pri File</value>
   </data>
   <data name="ExportProject_NoProjectsToExport" xml:space="preserve">
-    <value>Cannot find any Qt 4 projects to export.</value>
+    <value>Cannot find any Qt projects to export.</value>
   </data>
   <data name="ExportProject_PriFileContainsSpaces" xml:space="preserve">
     <value>The generated .pri file contains paths with spaces. You will not be able to import from this file.
 1. Manually edit the generated .pri file.
 2. Move your project to a location without spaces in the path.
 3. Place the .pri file in another directory.</value>
-  </data>
-  <data name="ExportProject_ProjectExistsRegenerateOrReuse" xml:space="preserve">
-    <value>{0} already exists.
-Select 'Yes' to regenerate the file, and 'No' to use the existing one.</value>
   </data>
   <data name="ExportProject_ProjectOrSolutionCorrupt" xml:space="preserve">
     <value>{0}
@@ -216,12 +209,6 @@
   <data name="QtProject_CannotRemoveMocStep" xml:space="preserve">
     <value>Cannot remove a moc step from file {0}</value>
   </data>
-  <data name="QtProject_CannotAddFilter" xml:space="preserve">
-    <value>Project cannot add filter {0}</value>
-  </data>
-  <data name="QtProject_CannotAddFile" xml:space="preserve">
-    <value>Cannot add file {0} to filter.</value>
-  </data>
   <data name="QtProject_CannotRemoveFile" xml:space="preserve">
     <value>Cannot remove file {0} from filter.</value>
   </data>
@@ -238,25 +225,9 @@
   <data name="QtProject_ProjectCannotAddResourceFilter" xml:space="preserve">
     <value>Cannot add a resource filter.</value>
   </data>
-  <data name="QtProject_CannotCreateResourceDir" xml:space="preserve">
-    <value>Cannot create a resource directory.</value>
-  </data>
   <data name="QtProject_CannotAdjustWhitespaces" xml:space="preserve">
     <value>Cannot adjust whitespace or tabs in file (write).
 ({0})</value>
-  </data>
-  <data name="QtProject_CannotReplaceTokenRead" xml:space="preserve">
-    <value>Cannot replace token ({0} -&gt; {1}) in file (read).
-({3})</value>
-  </data>
-  <data name="QtProject_CannotReplaceTokenWrite" xml:space="preserve">
-    <value>Cannot replace token ({0} -&gt; {1}) in file (write).
-({3})</value>
-  </data>
-  <data name="QtProject_FileExistsInProjectFolder" xml:space="preserve">
-    <value>The file {0} exists in your project folder. Qt VS Tools will overwrite the existing file.
-
-Select 'Yes' to overwrite, select 'No' to keep the existing file and automatically add it to the project.</value>
   </data>
   <data name="QtVersionManager_CannotLoadQtVersion" xml:space="preserve">
     <value>Cannot load the default Qt version.</value>
@@ -276,9 +247,6 @@
   <data name="Resources_ResourceFiles" xml:space="preserve">
     <value>Resource Files</value>
   </data>
-  <data name="Resources_TranslationFiles" xml:space="preserve">
-    <value>Translation Files</value>
-  </data>
   <data name="Resources_GeneratedFiles" xml:space="preserve">
     <value>Generated Files</value>
   </data>
@@ -287,12 +255,6 @@
   </data>
   <data name="QtProject_CannotAccessUserFile" xml:space="preserve">
     <value>Could not add QTDIR to {0}'s .user file.</value>
-  </data>
-  <data name="ImportProject_CannotConvertProject" xml:space="preserve">
-    <value>Could not convert project file {0} to Qt/MSBuild.</value>
-  </data>
-  <data name="Resources_OtherFiles" xml:space="preserve">
-    <value>Other Files</value>
   </data>
   <data name="WaitDialogRefreshMoc" xml:space="preserve">
     <value>Updating moc steps...</value>

--
Gitblit v1.9.1