diff options
author | Francesco Giudici <fgiudici@redhat.com> | 2016-04-18 18:50:56 +0200 |
---|---|---|
committer | Francesco Giudici <fgiudici@redhat.com> | 2016-04-28 09:35:20 +0200 |
commit | 3c67a1ec5e8ef35169bba961faff6bfdfacc1cfa (patch) | |
tree | ad5133335bf887128c6e4f0ec09b51c593df4f63 /po/pt_BR.po | |
parent | 0589e659ca1aab76be9ca11e705bef56c3b03f45 (diff) | |
download | NetworkManager-3c67a1ec5e8ef35169bba961faff6bfdfacc1cfa.tar.gz |
cli: remove version check against NM
When performing NM package upgrade the new version of nmcli will be immediately
available while NM daemon will not, as it would not restart in order to avoid
to disrupt connectivity. This could create issues with tools leveraging
on nmcli output (till reboot). As apart from this case it is very unlikely
that a user can have this nmcli / NM daemon version mismatch situation,
the check could cause more harm than benefit in real user case
scenarios.
https://bugzilla.redhat.com/show_bug.cgi?id=1291785
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 7100832924..f015381b6c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5544,8 +5544,6 @@ msgid "" " -f[ields] <field1,field2,...>|all|common specify fields to output\n" " -e[scape] yes|no escape columns separators in " "values\n" -" -n[ocheck] don't check nmcli and " -"NetworkManager versions\n" " -a[sk] ask for missing parameters\n" " -s[how-secrets] allow displaying passwords\n" " -w[ait] <seconds> set timeout waiting for " @@ -5572,8 +5570,6 @@ msgstr "" " -f[ields] <campo1,campo2,...>|all|common especifica os campos para saída\n" " -e[scape] yes|no descarta separadores de colunas\n" " em valores\n" -" -n[ocheck] não verifica as versões do nmcli\n" -" e do NetworkManager\n" " -a[sk] questiona sobre os parâmetros " "que\n" " faltam\n" @@ -6700,24 +6696,6 @@ msgstr "Opção \"--terse\" requer especificação de \"--fields\"" msgid "Option '--terse' requires specific '--fields' option values , not '%s'" msgstr "Opção \"--terse\" requer valores da opção \"--fields\", não \"%s\"" -#: ../clients/cli/utils.c:1390 -#, c-format -msgid "" -"Warning: nmcli (%s) and NetworkManager (%s) versions don't match. Use --" -"nocheck to suppress the warning.\n" -msgstr "" -"Aviso: As versões do nmcli (%s) e do NetworkManager (%s) não correspondem. " -"Use --nocheck para omitir este aviso.\n" - -#: ../clients/cli/utils.c:1399 -#, c-format -msgid "" -"Error: nmcli (%s) and NetworkManager (%s) versions don't match. Force " -"execution using --nocheck, but the results are unpredictable." -msgstr "" -"Aviso: As versões do nmcli (%s) e do NetworkManager (%s) não correspondem. " -"Force a execução usando --nocheck, mas os resultados são imprevisíveis." - #: ../clients/common/nm-polkit-listener.c:212 msgid "An authentication session is already underway." msgstr "Uma sessão de autenticação já está ocorrendo." |