opcodes.h: Fix plural messages with "<word>(s)"
authorReis Radomil <reisradomil@fake-box.com>
Tue, 22 May 2018 14:16:12 +0000 (14:16 +0000)
committerRichard Russon <rich@flatcap.org>
Tue, 29 May 2018 03:03:35 +0000 (04:03 +0100)
commitb6b194bbfb53702e5f8921c228acc383af122eab
tree657a94fbcba2d588f400fe5029618470db09af47
parent6885e13175ca6c9d1d751b5ca83e769b7c5e8326
opcodes.h: Fix plural messages with "<word>(s)"

Due to the implementation details we do not know whether we work with
zero, 1, 12, ... messages/files/.... So in English we use normal plural.
We leave it up to the translator to choose a fitting translation. Some
language might have other means to express this situation.
opcodes.h