Jelajahi Sumber

Updating 250 and 450 description strings (to start the same)

Source commit: 9241bbb6151549032ac89a9acd850e2ca2cc5fb4
Martin Prikryl 11 bulan lalu
induk
melakukan
b2fd11962c

+ 1 - 1
readme.md

@@ -1,4 +1,4 @@
-[WinSCP](https://winscp.net/) is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It offers an easy to use GUI to copy files between a local and remote computer using multiple protocols: Amazon S3, FTP, FTPS, SCP, SFTP or WebDAV. Power users can automate WinSCP using .NET assembly. WinSCP is available in English and many other languages.
+[WinSCP](https://winscp.net/) is a popular free file manager for Windows supporting SFTP, FTP, FTPS, SCP, S3, WebDAV and local-to-local file transfers. A powerful tool to enhance your productivity with a user-friendly interface and automation options like .NET assembly or batch file scripting. Use WinSCP also for file editing, directory synchronization and site management. WinSCP is open-source and well documented. It is available in English and many other languages.
 
 To build WinSCP you need:
 - [Embarcadero C++Builder 11 Professional](https://www.embarcadero.com/products/cbuilder).

+ 6 - 5
source/resource/Propagation.rc

@@ -5,17 +5,18 @@ BEGIN
   // GitHub organization description
   // <meta name="description">
   DESCRIPTION_80_LETTERS3, "WinSCP is a free file manager for Windows supporting FTP, SFTP, S3 and WebDAV."
-  // REGISTERED_APP_DESC4
+  // REGISTERED_APP_DESC5
   // GitHub repository description
   // Facebook <meta property="og:description">
-  DESCRIPTION_250_LETTERS3, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly."
-  // readme.md
-  // Microsoft Store "Description"
+  DESCRIPTION_250_LETTERS4, "WinSCP is a popular free file manager for Windows supporting SFTP, FTP, FTPS, SCP, S3, WebDAV and local-to-local file transfers. A powerful tool to enhance your productivity with a user-friendly interface and automation options like .NET assembly."
+  // readme_source.md => readme.md
+  // Microsoft Store "Description" (automatic)
   // SourceForge "Full Description"
-  DESCRIPTION_450_LETTERS3, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It offers an easy to use GUI to copy files between a local and remote computer using multiple protocols: Amazon S3, FTP, FTPS, SCP, SFTP or WebDAV. WinSCP can copy files between two local folders too. Power users can automate WinSCP using .NET assembly. WinSCP is available in English and many other languages."
+  DESCRIPTION_450_LETTERS4, "WinSCP is a popular free file manager for Windows supporting SFTP, FTP, FTPS, SCP, S3, WebDAV and local-to-local file transfers. A powerful tool to enhance your productivity with a user-friendly interface and automation options like .NET assembly or batch file scripting. Use WinSCP also for file editing, directory synchronization and site management. WinSCP is open-source and well documented. It is available in English and many other languages."
   // "English" shall be replaced by translation language
   DESCRIPTION_2000_LETTERS3, "WinSCP is a popular free SFTP and FTP client for Windows. Moreover, WinSCP is a powerful universal file manager that will improve your productivity. WinSCP can copy files between a local and remote computer using multiple protocols: Amazon S3, FTP, FTPS, SCP, SFTP or WebDAV. WinSCP can copy files between two local folders too. On the one hand, WinSCP offers an easy to use graphical user interface; you can choose between Windows Explorer look and tabbed twin-panel interface like Norton commander. On the other hand, advanced users can automate WinSCP functionality using .NET assembly or simple batch file scripting. You will use WinSCP for all common operations with files. You can start editing a file directly from WinSCP, either using WinSCP internal text editor or using integration with your favorite external text editor. WinSCP operations are not limited to individual files; WinSCP offers also several ways to synchronize directories. After connecting to a site you can choose to store site information for repeated access, WinSCP can even share site settings with another popular open source tool PuTTY. WinSCP integrates also with Pageant (PuTTY authentication agent) for full support of public key authentication with SSH. Admins love WinSCP support for portable operation using a configuration file instead of registry entries, suitable for operation from removable media. A comprehensive WinSCP documentation is freely accessible at https://winscp.net/. This site hosts also a very active user forum for support and feature requests. WinSCP is available in <English> and many other languages. WinSCP is an open source software distributed free of charge under the terms of the GNU General Public License (GPL)."
 
+  // SourceForge Features
   FUNCTIONS_PROTOCOLS2, "Support for Amazon S3, FTP, FTPS, SCP, SFTP or WebDAV"
   FUNCTIONS_FILE_OPERATION, "All common operations with files"
   FUNCTIONS_INTEGRATION2, "Integration with Windows, PuTTY and other applications"

+ 1 - 1
source/resource/TextsWin.h

@@ -245,7 +245,7 @@
 #define COPY_PARAM_PRESET_HEADER 1532
 #define QUEUE_DONE              1533
 #define MASTER_PASSWORD_RECRYPT_ERRORS 1534
-#define REGISTERED_APP_DESC4    1535
+#define REGISTERED_APP_DESC5    1535
 #define MESSAGE_LOADING         1536
 #define NEW_VERSION_CLICK       1537
 #define DIRECTORY_READING_AND_RESOLVING_PROGRESS 1538

+ 1 - 1
source/resource/TextsWin1.rc

@@ -250,7 +250,7 @@ BEGIN
         QUEUE_DONE, "Completed"
         EDITOR_AUTO_CONFIG2, "**Do you want to use '%s' instead of default internal editor?**\n\nWinSCP has detected that you have custom text editor '%s' associated with text files."
         MASTER_PASSWORD_RECRYPT_ERRORS, "%s\n\nThere were some errors when encrypting passwords using new master password or decrypting passwords."
-        REGISTERED_APP_DESC4, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly."
+        REGISTERED_APP_DESC5, "WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly."
         MESSAGE_LOADING, "Loading..."
         NEW_VERSION_CLICK, "%s\n\nClick here, to see what is new."
         DIRECTORY_READING_AND_RESOLVING_PROGRESS, "%d Resolving links and Reading directory"

+ 1 - 1
source/windows/Setup.cpp

@@ -544,7 +544,7 @@ static void __fastcall RegisterProtocolForDefaultPrograms(HKEY RootKey, const Un
     Abort();
   }
 
-  UnicodeString Description = LoadStr(REGISTERED_APP_DESC4);
+  UnicodeString Description = LoadStr(REGISTERED_APP_DESC5);
   Registry->WriteString(L"ApplicationDescription", Description);
 
   if (!Registry->OpenKey(L"UrlAssociations", true))