Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-18 17:09:19 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-18 17:09:19 +0300
commit41037c054c844d7ecb925effb8996d2f579c1138 (patch)
tree13c542fe3040df0fb9885cdcea0bff09b103f35b
parent7a63782b28df8c63c37e591087ca0d5590725b65 (diff)
translators comment
-rw-r--r--src/remmina_plugin_manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_plugin_manager.c b/src/remmina_plugin_manager.c
index 98189a6eb..b9d5ee167 100644
--- a/src/remmina_plugin_manager.c
+++ b/src/remmina_plugin_manager.c
@@ -67,6 +67,7 @@ static GHashTable *encrypted_settings_cache = NULL;
/* There can be only one secret plugin loaded */
static RemminaSecretPlugin *remmina_secret_plugin = NULL;
+// TRANSLATORS: "Language Wrapper" is a wrapper for plugins written in other programmin languages (Python in this context)
static const gchar *remmina_plugin_type_name[] =
{ N_("Protocol"), N_("Entry"), N_("File"), N_("Tool"), N_("Preference"), N_("Secret"), N_("Language Wrapper"), NULL };