vmstat: Add NEWS and revert comment from prev
Reverted the translation hint as the fields are used for both
normal and wide modes, so need to fit the smaller of the two.
Added NEWS item
References:
commit 01c1b2345e
This commit is contained in:
parent
fd346ded61
commit
a68d628adf
1
NEWS
1
NEWS
@ -9,6 +9,7 @@ procps-ng NEXT
|
|||||||
* sysctl: Document directory order Debian #951550
|
* sysctl: Document directory order Debian #951550
|
||||||
* top: ensure config file backward compatibility Debian #951335
|
* top: ensure config file backward compatibility Debian #951335
|
||||||
* top: add command line 'e' for symmetry with 'E' issue #165
|
* top: add command line 'e' for symmetry with 'E' issue #165
|
||||||
|
* vmstat: Wide mode gives wider proc columns merge #48
|
||||||
|
|
||||||
procps-ng-3.3.16
|
procps-ng-3.3.16
|
||||||
----------------
|
----------------
|
||||||
|
4
po/de.po
4
po/de.po
@ -121,7 +121,7 @@ msgid "failed to parse count argument: '%s'"
|
|||||||
msgstr "Anzahl im Argument konnte nicht verarbeitet werden: »%s«"
|
msgstr "Anzahl im Argument konnte nicht verarbeitet werden: »%s«"
|
||||||
|
|
||||||
#: free.c:352
|
#: free.c:352
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" total used free shared buffers "
|
" total used free shared buffers "
|
||||||
"cache available"
|
"cache available"
|
||||||
@ -130,7 +130,7 @@ msgstr ""
|
|||||||
"Cache verfügbar"
|
"Cache verfügbar"
|
||||||
|
|
||||||
#: free.c:354
|
#: free.c:354
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" total used free shared buff/cache "
|
" total used free shared buff/cache "
|
||||||
"available"
|
"available"
|
||||||
|
4
po/fr.po
4
po/fr.po
@ -137,7 +137,7 @@ msgid "failed to parse count argument: '%s'"
|
|||||||
msgstr "échec du décodage de l'argument du nombre de répétitions: « %s »"
|
msgstr "échec du décodage de l'argument du nombre de répétitions: « %s »"
|
||||||
|
|
||||||
#: free.c:352
|
#: free.c:352
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" total used free shared buffers "
|
" total used free shared buffers "
|
||||||
"cache available"
|
"cache available"
|
||||||
@ -146,7 +146,7 @@ msgstr ""
|
|||||||
"cache disponible"
|
"cache disponible"
|
||||||
|
|
||||||
#: free.c:354
|
#: free.c:354
|
||||||
#, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
" total used free shared buff/cache "
|
" total used free shared buff/cache "
|
||||||
"available"
|
"available"
|
||||||
|
4
vmstat.c
4
vmstat.c
@ -213,9 +213,9 @@ static void new_header(void)
|
|||||||
|
|
||||||
printf(
|
printf(
|
||||||
w_option ? wide_format : format,
|
w_option ? wide_format : format,
|
||||||
/* Translation Hint: max 4 chars */
|
/* Translation Hint: max 2 chars */
|
||||||
_("r"),
|
_("r"),
|
||||||
/* Translation Hint: max 4 chars */
|
/* Translation Hint: max 2 chars */
|
||||||
_("b"),
|
_("b"),
|
||||||
/* Translation Hint: max 6 chars */
|
/* Translation Hint: max 6 chars */
|
||||||
_("swpd"),
|
_("swpd"),
|
||||||
|
Loading…
Reference in New Issue
Block a user