From e63b2afe7cb034c321021464cdc3b2b4b0590744 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 30 Oct 2019 16:02:32 +0100 Subject: clients/cli: give some hints to the translators --- clients/cli/connections.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'clients') diff --git a/clients/cli/connections.c b/clients/cli/connections.c index 67d9bef772..e6fa24ece1 100644 --- a/clients/cli/connections.c +++ b/clients/cli/connections.c @@ -8006,6 +8006,7 @@ editor_menu_main (NmCli *nmc, NMConnection *connection, const char *connection_t ap_nsp = ap_nsp && ap_nsp[0] == '/' ? ap_nsp + 1 : ap_nsp; if (is_connection_dirty (connection, rem_con)) { + /* TRANSLATORS: do not translate 'save', leave it as it is */ g_print (_("Error: connection is not saved. Type 'save' first.\n")); break; } @@ -8429,10 +8430,13 @@ do_connection_edit (NmCli *nmc, int argc, char **argv) else g_print (_("Adding a new '%s' connection"), connection_type); g_print ("\n\n"); + /* TRANSLATORS: do not translate 'help', leave it as it is */ g_print (_("Type 'help' or '?' for available commands.")); g_print ("\n"); + /* TRANSLATORS: do not translate 'print', leave it as it is */ g_print (_("Type 'print' to show all the connection properties.")); g_print ("\n"); + /* TRANSLATORS: do not translate 'describe', leave it as it is */ g_print (_("Type 'describe [.]' for detailed property description.")); g_print ("\n\n"); -- cgit v1.2.1