mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
clients/cli: give some hints to the translators
This commit is contained in:
parent
4340f6111a
commit
e63b2afe7c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
ap_nsp = ap_nsp && ap_nsp[0] == '/' ? ap_nsp + 1 : ap_nsp;
|
||||||
|
|
||||||
if (is_connection_dirty (connection, rem_con)) {
|
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"));
|
g_print (_("Error: connection is not saved. Type 'save' first.\n"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -8429,10 +8430,13 @@ do_connection_edit (NmCli *nmc, int argc, char **argv)
|
||||||
else
|
else
|
||||||
g_print (_("Adding a new '%s' connection"), connection_type);
|
g_print (_("Adding a new '%s' connection"), connection_type);
|
||||||
g_print ("\n\n");
|
g_print ("\n\n");
|
||||||
|
/* TRANSLATORS: do not translate 'help', leave it as it is */
|
||||||
g_print (_("Type 'help' or '?' for available commands."));
|
g_print (_("Type 'help' or '?' for available commands."));
|
||||||
g_print ("\n");
|
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 (_("Type 'print' to show all the connection properties."));
|
||||||
g_print ("\n");
|
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 (_("Type 'describe [<setting>.<prop>]' for detailed property description."));
|
||||||
g_print ("\n\n");
|
g_print ("\n\n");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue