diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-30 16:02:32 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-30 17:15:14 +0100 |
commit | e63b2afe7cb034c321021464cdc3b2b4b0590744 (patch) | |
tree | bf61eada4b2443b516bcab7702cbeaac7ff3c3c0 /clients | |
parent | 4340f6111a156a63bac30b378f86669f5b0c011a (diff) | |
download | NetworkManager-e63b2afe7cb034c321021464cdc3b2b4b0590744.tar.gz |
clients/cli: give some hints to the translators
Diffstat (limited to 'clients')
-rw-r--r-- | clients/cli/connections.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 [<setting>.<prop>]' for detailed property description.")); g_print ("\n\n"); |