NetworkManager/clients/common
Thomas Haller 83a6f36207 cli: don't mark field names for translation
Before refactoring nmcli recently, field names were marked for translation.
Note that for the property names, marking them had no effect as only
plain strings can be marked with N_().

Note how --fields are also an input argument. The input should be
independent of the locale and not translated. Likewise, when printing
the header names, they should not be translated to match the --fields
option.

    $ LANG=de_DE.utf8 nmcli --fields GENERAL.DEVICE device show enp0s25
    GENERAL.GERÄT:                          enp0s25

Drop the translation marks.
2017-04-23 23:45:02 +02:00
..
tests cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-client-utils.c cli: move prompting for boolean values to meta data 2017-04-12 14:12:19 +02:00
nm-client-utils.h cli: move nmc_bond_validate_mode() to "clients/common/nm-client-utils.h" 2017-04-05 16:53:06 +02:00
nm-meta-setting-access.c cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-meta-setting-access.h cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-meta-setting-desc.c cli: don't mark field names for translation 2017-04-23 23:45:02 +02:00
nm-meta-setting-desc.h cli: don't mark field names for translation 2017-04-23 23:45:02 +02:00
nm-polkit-listener.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-polkit-listener.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-secret-agent-simple.c cli: fix leak in add_vpn_secrets() 2017-04-05 14:18:55 +02:00
nm-secret-agent-simple.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
nm-vpn-helpers.c cli: make static arrays in nm_vpn_get_secret_names() const 2017-04-05 14:18:55 +02:00
nm-vpn-helpers.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
settings-docs.c.in cli: fix marking settings docs for translation 2017-04-23 23:45:02 +02:00
settings-docs.xsl cli: fix marking settings docs for translation 2017-04-23 23:45:02 +02:00